﻿.news_center{
    width:1200px;
    margin:0 auto;
    margin-top:-380px;
    text-align: center;
}
.news_image {
    width: 100%;
    height: 480px;
    margin: -205px auto 0 auto;
    background: rgba(255,255,255,1);
    background-image: url('../../images/news.png');
    background-repeat: no-repeat;
}
.news_title {
    margin: 0 auto;
    width: 228px;
    height: 43px;
    font-size: 32px;
    font-weight: 600;
    line-height: 43px;
    color: rgba(255,255,255,1);
    margin-bottom: 20px;
}
.news_eglish {
    margin: 0 auto;
    width: 228px;
    height: 32px;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: rgba(255,255,255,0.65);
    opacity: 1;
}
.news_label1 {
    width: 120px;
    height: 52px;
    background: rgba(255,255,255,0.65);
    opacity: 1;
    border-radius: 4px 0px 0px 4px;
    float:left;
}
.news_label2{
    width: 120px;
    height: 52px;
    background: rgba(255,255,255,0.65);
    opacity: 1;
    border-radius: 0px 4px 4px 0px;
    float:right;
}
    #label1 {
        width: 64px;
        height: 21px;
        font-size: 16px;
        font-weight: 600;
        line-height: 21px;
        color: rgba(51,51,51,1);
        margin:0 auto;
        margin-top:14px;
    }
#label2 {
    width: 64px;
    height: 21px;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    color: rgba(51,51,51,1);
    margin:0 auto;
    margin-top:14px;
}

.news_labels {
    margin: 0 auto;
    margin-top: 58px;
    width: 240px;
    height: 52px;
}
.news-list-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

    .news-list-item .news-image-box {
        padding: 10px 0px;
        border-radius: 4px;
        width: 100%;
        height: 210px;
    }

.news-list-item .news-detail-box {
    margin: 10px;
}

.news-list-item img {
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .news-list-item h4 { font-weight: bold; padding: 3px 0; }

    .news-list-item p {
        display: -webkit-box;
        height: 108px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    .news-list-item span {
        margin-right: 10px;
    }

    .news-list-item .news-view-more {
        display: block;
    }


#pagination {
    margin-top: 5px;
}