.pagewarp {
    width: 1024px;
    margin: 0 auto;
    position: relative;
}

.thump-box {
    width: 100%;
    float: left;
    text-align: left;
    background-color: aliceblue;
    padding: 40px
}

.thump-box img {
    float: left;
    margin-right: 20px;
}

.thump-news-info {
    float: left;
    width: 650px;
}

.thump-box h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
}

p {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-weight: lighter;
    font-size: 14px;
    line-height: 1.5;
}

@media screen and (max-width: 768px)  {
    h1 {
        font-size: 40px !important;
    }
}