@charset "utf-8";
/*page style*/
.page-news {
    background: url(../images/body-bg.png);
    background-color: #fff;
    text-align: center;
    padding-bottom: 80px;
    min-height: 600px;
    clear: both;
    z-index: 97;
    position: relative;
}

.news-title {
    padding-top: 110px;
    margin-bottom: 36px;
}

.news-title h1 {
    font-size: 30px;
    font-weight: normal;
    line-height: 46px;
    margin-bottom: 100px;
}

.news-title .sources {
    font-size: 16px;
}

.news-content p {
    font-size: 20px;
    line-height: 37px;
    /* text-align: left;
    text-indent: 2em; */
}

.news-content .newspic {
    margin: 50px auto;
    display: block;
    width: 80%;
}

.news-content .newspic img {
    width: 100%;
}

.news-content .newspic h3 {
    font-size: 20px;
    line-height: 72px;
    font-weight: normal;
}

.news-next {
    border-top: 2px solid #4b4a4a;
    padding: 20px 40px;
    text-align: left;
}

.news-next li a {
    font-size: 20px;
    color: #000;
    line-height: 40px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-next li a img {
    vertical-align: middle;
    margin-right: 16px;
    margin-top: -2px;
}

.news-next li a:hover {
    color: #d1353b;
}

.page-news .safe-width {
    padding: 0 60px;
}















