.news-banner {
    width: 100%;
    height: 340px;
    padding-top: 54px;
}

.news-container {
    margin: 0;
    display: flex;
    flex: 1;
    width: 100%;
    flex-direction: column;
}


.news-nav-tabs {
    width: 100%;
    display: block;
    position: relative;

}

.news-nav-tabs-search {
    flex: 4;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.news-nav-tabs-search input {
    width: 278px;
    height: 32px;
    margin-top: 16px;
}

.news-nav-tabs-search .search-btn {
    position: absolute;
    right: 0;
    top: 15px;
    width: 30px;
    height: 34px;
    z-index: 3;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.search-btn img {
    width: 14px;
    height: 14px;
    cursor: pointer;
}


.trends-container {
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: row;
}

.trends-container-left {
    flex: 1;
    display: flex;
    width: 100%;
}

.news-tab-item {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 30px 0;
    margin-right: 0;
    align-items: center;
    cursor: pointer;
}


.news-tab-item-right {
    margin-left: 12px;
    font-weight: 400;
    font-size: 14px;
    color: #9CA5C1;
    font-family: Source Han Sans SC;
}

.news-tab-item-right .header {
    color: #3A4666;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-tab-item-right .desc {
    font-size: 14px;
    color: #586586;
    line-height: 24px;
    margin-top: 20px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.news-tab-item-right .release-time {
    color: #9CA5C1;
    margin-top: 33px;
}


.trends-container-left-content {
    padding-top: 0 !important;
}


.hot-news-container {
    width: 300px;
    font-family: Microsoft YaHei;
}

.hot-news {
    width: 100%;
}

.hot-news .header {
    font-weight: 400;
    font-size: 16px;
    color: #3A4666;
    margin-top: 30px;
}

.hot-news-item {
    display: flex;
    flex-direction: row;
    flex: 1;
    margin-top: 30px;
}

.hot-news-item .title {
    font-weight: 400;
    font-size: 14px;
    color: #3A4666;
    line-height: 24px;
}

.hot-news-item .time {
    font-family: Source Han Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #9CA5C1;
    margin-top: 20px;
}

.hot-news-item-serial {
    border-radius: 3px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    width: 24px;
    height: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 4px;
    background: #8997BB;
}

.serial-one {
    background: #F43F3F;
}

.serial-two {
    background: #FF6A3C;
}

.serial-three {
    background: #F4AE3F;
}


.section-case .nav-tabs li {
    text-align: left;
}

.news-container .nav-tabs{
    border: 0;
}
.news-pagination {
    padding: 120px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
}

.news-pagination-page-link {
    padding: 10px 16px;
    margin: 2px;
    text-decoration: none;
    border: 1px solid #ccc;
    cursor: pointer;
    background: #EFF3FA;
    color: #49516F;
    border-radius: 6px;
}

.news-pagination-active {
    color: #FFF;
    background-color: #6481FF;
}

.news-pagination-jump-to {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.news-pagination img {
    width: 18px;
    cursor: pointer;
}
/* 移动端适配 */

/* 大屏幕（大桌面显示器 1200px） */
@media only screen and (min-width: 992px) {
    .news-container {
        padding: 0 18.75%;
    }
    .news-nav-tabs {
        margin: 60px 0 0 0 !important;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }

    .news-nav-tabs-search {
    }

    .news-tab-item img {
        width: 200px;
        height: 116px;
    }

    .trends-container-left-content {
        width: calc(100% - 300px);
    }


    .news-tab-item-right {
        width: calc(100% - 300px);
    }

    .news-tab-item-right .header {
        font-size: 20px;
    }

}

@media only screen and (max-width: 1600px) {
    .news-container {
        padding: 0 180px 0 180px;
    }
}
@media only screen and (max-width: 1500px) {
    .news-container {
        padding: 0 120px 0 120px;
    }
}
@media only screen and (max-width: 1400px) {
    .news-container {
        padding: 0 80px 0 80px;
    }
}
/* 移动端适配 */
@media only screen and (max-width: 768px) {
    .news-container {
        padding: 12px;
    }

    .news-nav-tabs {
        margin: 0 !important;
    }

    .news-nav-tabs-search {
        display: none;
    }

    .news-tab-item {
        padding: 12px 0;
    }


    .news-tab-item img {
        width: 100px;
        height: 58px;
    }


    .hot-news-container {
        display: none;
    }

    .trends-container-left-content {
    }

    .news-tab-item-right {
        width: calc(35vh - 30px);
    }

    .news-tab-item-right .header {
        font-size: 14px;
        line-height: 24px;
    }

    .news-tab-item-right .desc {
        display: none;
    }

    .news-tab-item-right .release-time {
        margin-top: 12px;
    }


    .sider-content {
        right: 0px;
    }

    .news-pagination {
        padding: 24px 12px;
    }

    .news-pagination-jump-to {
        display: none;
    }

}
