@charset "UTF-8";


/* banner */
.banner {
    margin-top: 104px;
    width: 100%;
    height: 500px;
    background-image: url("../images/news-banner.png");
    background-size: cover;
    color: #fff;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 58px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;

}

.banner div {
    margin: auto;
}

.banner p {
    font-family: MicrosoftYaHei;
    font-size: 81px;
    line-height: 31px;
    color: #fff;
}

.banner p .line {
    display: inline-block;
    width: 250px;
    height: 3px;
    background: #fff;
    margin: 30px 0 30px 30px;
}

.banner .banner-info {
    font-size: 41px;
    margin-top: 35px;
}

.banner .banner-info-en {
    font-size: 46px;
}

/* 新闻列表 */
.news-items {
    width: 100%;
    height: auto;
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    /* margin-bottom: 140px; */
    margin-top: 60px;
}

.news-item {
    width: 32%;
    height: auto;
    background: #fff;
    border: solid 1px #e5e5e5;
    padding: 13px;
    font-family: MicrosoftYaHei;
    margin-bottom: 2%;
    margin-right: 1%;
}

.news-item .item-img {
    width: 100%;
    height: 202px;
    overflow: hidden;
}

.news-item .item-img img {
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.news-item .title {
    height: 43px;
    font-size: 20px;
    line-height: 43px;
    font-weight: bold;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 20px 0;
}

.news-item .title span {
    display: inline-block;
    width: 4px;
    height: 17px;
    background: #f4543c;
    margin-right: 7px;
}

.news-item .desc {
    font-size: 14px;
    line-height: 30px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    height: 60px;
}

.news-item .publish-time {
    text-align: right;
    font-size: 16px;
    line-height: 24px;
    color: #999;
    /* margin-top: 20px; */
}

.news-item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.news-item:hover .item-img img {
    transform: scale(1.3);
}

/* 页码设置 */
.fixed-table-pagination {
    margin: 20px auto !important;
    display: flex !important;
    justify-content: center !important;
}

.fixed-table-pagination .pagination-detail {
    color: #666 !important;
}

.fixed-table-pagination .page-list {
    display: none !important;
}

.fa {
    color: #666 !important;
}

.pagination > li > a {
    color: #666 !important;
}

.pagination > li > a:hover {
    color: #333 !important;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover {
    z-index: 0 !important;
    color: #333 !important;
    background-color: #eee !important;
    border-color: #eee !important;
}

.fixed-table-pagination div.pagination-roll {
    margin-left: 20px;
}

/* 新闻详情 */
.detail-bg {
    background-image: url("../images/news-show-bg.png");
    background-size: 100%;
    background-position: 0 bottom;
    background-repeat: no-repeat;
    min-height: calc(100vh - 104px - 83px);
}

.news-show {
    margin-bottom: 83px;
}

.position {
    font-family: MicrosoftYaHei;
    font-size: 20px;
    line-height: 61px;
    color: #333 !important;
}

.position span {
    color: #f4543c;
}

.xian {
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    margin-top: 28px;
    margin-bottom: 40px;
}

.news-content {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    font-family: MicrosoftYaHei;
}

.news-content .title {
    font-size: 20px;
    font-weight: bold;
    line-height: 43px;
    color: #333;
    text-align: center;
}

.news-content .publish-time {
    font-size: 16px;
    line-height: 24px;
    color: #999;
    text-align: center;
    margin: 25px 0;
}

.news-content .detail-box {
    width: 100%;
    max-height: 720px;
    background: #fff;
    border: solid 1px #dcdcdc;
    padding: 25px 65px 25px 40px;
    overflow-y: scroll;
}

.news-link {
    font-family: MicrosoftYaHei;
    font-size: 20px;
    line-height: 14px;
    margin-bottom: 70px;
}

.news-link div {
    color: #f4543c;
}

.news-link .prev {
    float: left;
    margin: 0 30px 0 20px;
}


@media only screen and (max-width: 1024px) {
    .banner {
        margin-top: 55px;
        height: 200px;
    }

    .banner-news {
        display: none;
    }

    .banner .banner-info {
        font-size: 20px;
        width: 70%;
        margin: auto;
    }

    .banner p .line {
        margin: 0 30px 5px 0 !important;
        width: 50px;
    }

    .banner .banner-info-en {
        font-size: 22px;
    }

    .news-item {
        width: 90%;
        margin: 2% auto;
    }

    .fixed-table-pagination {
        width: 90%;
        display: block !important;
    }

    .fixed-table-pagination .pagination-detail, .fixed-table-pagination div.pagination-roll {
        width: 100%;
    }

    .fixed-table-pagination .pagination-detail {
        text-align: center;
    }

    /* 详情 */
    .position {
        font-size: 16px;
        width: 95%;
        margin: auto;
    }

    .news-show {
        margin-bottom: 60px;
    }

    .xian {
        margin: 0;
    }

    .news-content {
        width: 90%;
        margin: auto;
    }

    .detail-bg {
        min-height: calc(100vh - 55px - 60px);
    }

    .news-content .detail-box {
        margin-bottom: 20px;
    }

    .news-link {
        font-size: 14px;
    }
}
