.news_list {
    padding: 46px 0 100px
}

.news_list .list_nav {
    display: flex;
    justify-content: space-around
}

.news_list .list_nav_fixed {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background: #fff;
    box-shadow: 0 8px 16px 2px rgba(0, 0, 0, .1);
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 100
}

.news_list .list_nav_item {
    color: #333;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    height: 64px;
    line-height: 64px
}

.news_list .list_nav_item:hover {
    color: #004baa
}

.news_list .list_nav_item_hover {
    border-bottom: 3px solid #004baa;
    color: #004baa
}

.news_list .list_title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 54px
}

.news_list .list_title i {
    font-size: 14px;
    margin: 0 8px
}

.news_list .list_title span {
    color: #333
}

.news_list .list_title span:hover {
    color: #004baa
}

.news_list .list_title a {
    color: #999;
    cursor: pointer
}

.news_list .list_title a:hover {
    color: #004baa
}

.news_list .list_title_fixed {
    margin-top: 108px
}

.news_list .list_title_line {
    background: #ddd;
    height: 1px;
    margin: 24px 0 36px;
    width: 100%
}

.news_list .list_news_item {
    cursor: pointer;
    display: flex;
    justify-content: space-between
}

.news_list .list_news_item .list_news_text {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 12px;
    margin-top: 8px;
    text-align: left
}

.news_list .list_news_item .list_news_text2 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #595959;
    display: -webkit-box;
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis
}

.news_list .list_news_item:hover .list_news_text, .news_list .list_news_item:hover .list_news_text2 {
    color: #004baa
}

.news_list .list_news_img {
    height: 140px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 18.6%
}

.news_list .list_news_right {
    width: 78.3%
}

.news_list .list_news_text3 {
    color: #bbb;
    font-size: 12px;
    line-height: 20px;
    margin-top: 24px
}

.news_list .list_news_line {
    background: #ddd;
    height: 1px;
    margin: 36px 0;
    width: 100%
}

.news_list .list_more {
    color: #333;
    cursor: pointer;
    font-size: 14px;
    line-height: 14px;
    margin-top: 56px;
    text-align: center
}

.news_list .list_more:hover, .news_list .list_more:hover i {
    color: #004baa
}

.news_list .list_more i {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    margin-left: 6px
}

.news_list .list_no_data {
    padding-top: 60px;
    text-align: center
}

.news_list .list_no_data .text {
    color: #333;
    font-size: 14px
}

@media (max-width: 767px) {
    .news_list {
        padding: 12px 0 60px
    }

    .news_list .list_title, .news_list .list_title_line {
        display: none
    }

    .news_list .list_news_m {
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .09);
        height: 48px;
        left: 0;
        padding: 0 16px;
        position: absolute;
        width: 100%
    }

    .news_list .list_news_pager_m {
        height: 52px;
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%
    }

    .news_list .list_news_pager_m::-webkit-scrollbar {
        display: none
    }

    .news_list .list_news_nav_m {
        color: #333;
        display: inline-flex;
        font-size: 12px;
        height: 48px;
        line-height: 48px;
        margin-right: 30px
    }

    .news_list .list_news_nav_m_hover {
        border-bottom: 2px solid #004baa;
        color: #004baa;
        font-weight: 700
    }

    .news_list .list_news_box_m {
        padding-top: 72px
    }

    .news_list .list_news_item_m img {
        display: block;
        height: 126px;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%
    }

    .news_list .list_news_item_m .news_text1 {
        color: #333;
        font-size: 14px;
        font-weight: 700;
        line-height: 22px;
        margin-top: 16px
    }

    .news_list .list_news_item_m .news_text2 {
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        color: #595959;
        display: -webkit-box;
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 16px;
        margin-top: 8px;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .news_list .list_news_item_m .news_text3 {
        color: #bbb;
        font-size: 12px;
        line-height: 20px
    }

    .news_list .list_news_item_m .news_line {
        background: #ddd;
        height: 1px;
        margin: 24px 0;
        width: 100%
    }

    .news_list .list_more {
        font-size: 12px
    }
}

@media(max-width: 767px) {
    .news_list {
        padding-top:50px
    }

    .news_list .media_news_m {
        background: #fff;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.09);
        height: 48px;
        left: 0;
        padding: 0 16px;
        position: absolute;
        width: 100%
    }

    .news_list .media_nav_fixed {
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.09);
        position: fixed!important;
        top: 0;
        z-index: 100
    }

    .news_list .media_right_shadow {
        background: linear-gradient(270deg,#fff 57%,hsla(0,0%,100%,0));
        height: 48px;
        position: absolute;
        right: 0;
        top: 0;
        width: 24px
    }

    .news_list .media_news_pager_m {
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%
    }

    .news_list .media_news_pager_m::-webkit-scrollbar {
        display: none
    }

    .news_list .media_news_nav_m {
        color: #333;
        display: inline-block;
        font-size: 12px;
        height: 48px;
        line-height: 48px;
        margin-right: 30px
    }

    .news_list .media_news_nav_m_hover {
        border-bottom: 2px solid #004baa;
        color: #004baa;
        font-weight: 700
    }

    .news_list .media_news_box_m {
        min-height: 300px;
        padding-top: 18px
    }

    .news_list .media_news_item_m img {
        display: block;
        height: 126px;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%
    }

    .news_list .media_news_item_m .news_text1 {
        color: #333;
        font-size: 14px;
        font-weight: 700;
        line-height: 22px;
        margin-top: 16px
    }

    .news_list .media_news_item_m .news_text2 {
        color: #595959;
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 16px;
        margin-top: 8px
    }

    .news_list .media_news_item_m .news_text3 {
        color: #bbb;
        font-size: 12px;
        line-height: 20px
    }

    .news_list .media_news_item_m .news_line {
        background: #ddd;
        height: 1px;
        margin: 24px 0;
        width: 100%
    }

    .news_list .media_more_m {
        color: #333;
        font-size: 12px;
        line-height: 14px;
        margin-top: 30px;
        text-align: center
    }

    .news_list .media_more_m i {
        color: #333;
        font-size: 12px;
        font-weight: 700;
        margin-left: 6px
    }

    .news_list .media_no_data_m {
        padding-top: 60px;
        text-align: center
    }

    .news_list .media_no_data_m .text {
        color: #333;
        font-size: 14px
    }
}

.page-body {
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 20px 0;
}


.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #868e96;
    pointer-events: none;
    background-color: #fff;
    border-color: #ddd
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #ddd
}

.page-link:focus, .page-link:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #ddd
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.news_list .media_news_title {
    color: #333;
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    text-align: center
}

.news_list .media_max_2 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}


@media screen and (max-width: 1599px) {
    .news_list .media_banner {
        height:560px
    }

    .news_list .media_banner_box {
        height: 240px;
        padding-bottom: 10px;
        padding-top: 180px!important;
    }

    .news_list .media_banner_title {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 16px
    }

    .news_list .media_banner_text {
        font-size: 16px;
        line-height: 18px
    }

    .news_list .banner_bottom_shadow {
        height: 140px
    }

    .news_list .media_recommend {
        margin-top: -140px
    }
}

@media screen and (max-width: 1365px) {
    .news_list .media_banner {
        height:508px
    }

    .news_list .media_banner_box {
        height: 220px;
        padding-bottom: 10px;
        padding-top: 160px!important;
    }

    .news_list .media_banner_title {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 16px
    }

    .news_list .media_banner_text {
        font-size: 14px;
        line-height: 18px
    }

    .news_list .banner_bottom_shadow {
        height: 120px
    }

    .news_list .media_recommend {
        margin-top: -120px
    }
}

@media screen and (max-width: 1199px) {
    .news_list .media_banner {
        height:326px
    }

    .news_list .media_banner_box {
        height: 200px;
        padding-bottom: 10px
    }

    .news_list .media_banner_title {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 12px
    }

    .news_list .media_banner_text {
        font-size: 12px;
        line-height: 12px
    }

    .news_list .banner_bottom_shadow {
        height: 90px
    }

    .news_list .media_recommend {
        margin-top: -90px
    }
}

@media screen and (max-width: 767px) {
    .news_list {
        padding-bottom:36px
    }

    .news_list .media_news_title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 16px
    }

    .news_list .media_banner {
        height: 320px
    }

    .news_list .media_recommend {
        margin-top: -72px
    }

    .news_list .media_banner_box {
        height: 180px;
        padding-bottom: 10px
    }

    .news_list .media_banner_title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 12px
    }

    .news_list .media_banner_text {
        font-size: 12px;
        line-height: 16px;
        width: 280px
    }

    .news_list .media_rec_item1 {
        height: 168px;
        margin-bottom: 7px;
        margin-right: 0;
        width: 48%
    }

    .news_list .media_rec_item3 {
        height: 200px;
        width: 100%
    }

    .news_list .media_rec_con {
        background: linear-gradient(0deg,rgba(0,0,0,.81),transparent);
        display: flex;
        flex-direction: column;
        height: 120px;
        justify-content: flex-end;
        padding: 0 16px 24px
    }

    .news_list .media_rec_con1 {
        height: 168px
    }

    .news_list .media_rec_box {
        border-radius: 6px 6px 0 0;
        box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
        flex-wrap: wrap;
        justify-content: space-around;
        overflow: hidden;
        position: relative;
        z-index: 1
    }

    .news_list .media_rec_box .media_rec_text1 {
        font-size: 14px;
        line-height: 22px
    }

    .news_list .media_rec_box .media_rec_text2 {
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        margin-top: 8px
    }

    .news_list .banner_bottom_shadow {
        background: linear-gradient(180deg,hsla(0,0%,96%,0) 22%,#f8f9fb);
        height: 72px
    }
}

.news_list {
    padding-bottom: 100px
}

.news_list .media_news_title {
    color: #333;
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    text-align: center
}

.news_list .media_max_2 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.news_list .media_banner {
    margin-top: -45px;
    height: 340px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.news_list .media_banner_box {
    position: absolute;
    align-items: center;
    height: 240px;
    left: 0;
    padding-bottom: 20px;
    padding-top: 160px;
    top: 0;
    width: 100%
}

.news_list .media_banner_title {
    color: #333;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 32px;
    text-align: left
}

.news_list .media_banner_text {
    color: #333;
    font-size: 18px;
    line-height: 18px;
    text-align: left
}

.news_list .banner_bottom_shadow {
    background: linear-gradient(180deg,hsla(0,0%,100%,0),#fff);
    bottom: 0;
    height: 160px;
    position: absolute;
    width: 100%
}