.news-list-banner {
    width: 100%;
    height: 450px;
    background-image: url("/website/cn/assets/img/banner@2x.png");
    background-size: cover;
    background-position: center;
}


.banner-image img {
    height: 68px;
}

.banner-title {
    line-height: 71px;
    letter-spacing: 3px;
    text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 180px;
    color: #FFFFFF;
    font-size: 54px;
}

.banner-context {
    position: absolute;
    top: 275px;
    font-size: 14px;
    color: #FFFFFF;
}

.news-list-title {
    font-size: 36px;
    font-weight: 500;
    color: #333333;
    line-height: 50px;
}

.news-date {
    font-size: 20px;
    font-weight: 500;
    color: rgba(51, 51, 51, 0.8);
    line-height: 28px;
}

.news-box-title {
    font-size: 28px;
    font-weight: 500;
    color: #333333;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.news-brief {
    font-size: 22px;
    font-weight: 500;
    color: rgba(51, 51, 51, 0.8);
    line-height: 30px;
    overflow: hidden;
    position: relative;
    height: 60px;
}

.news_button_info {
    line-height: 54px;
    background: #1A66FC;
    border-radius: 2px;
    font-size: 19px;
    color: #FFFFFF;
    cursor: pointer;
    width: 155px;
}

.news-item {
    cursor: pointer;
}

/*分页插件*/
.page-list {

}

@media (max-width: 992px) {
    .banner-image {
        position: absolute;
        top: 76px;
        color: #FFFFFF;
        /*font-size: 50px;*/
    }

    .banner-title {
        position: absolute;
        top: 100px;
        color: #FFFFFF;
        font-size: 30px;
        line-height: 1;
        letter-spacing: 3px;
        text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
    }

    .banner-context {
        position: absolute;
        top: 150px;
        font-size: 10px;
        color: rgba(255, 255, 255, 0.7);
    }
}
