.channel_news {
    width: 1300px;
    height: 844px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 65px;
    margin-bottom: 65px;
}

.news-left {
    width: 878px;
    height: 844px;
    border: 1px solid #ccc;
}

.news-left .new-left-item:first-child {
    border-top: none;
    margin-top: 20px;
}

.new-left-item {
    width: 820px;
    height: 260px;
    border-top: 1px dashed #ccc;
    margin-left: 32px;
    padding-top: 1px;
}

.news-title {
    font-weight: bold;
    font-size: 26px;
    color: #000000;
    margin-top: 23px;
}

.news-main {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.news-img {
    width: 240px;
    height: 150px;
}

.news-img img {
    width: 100%;
    height: 100%;
}

.news-txt {
    width: 580px;
    height: 150px;
    position: relative;
}

.news-txt-main {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    margin-left: 22px;
}

.news-txt-exp {
    font-weight: 400;
    font-size: 14px;
    color: #0A3DAD;
    cursor: pointer;
    margin-left: 22px;
    margin-top: 10px;
}

.news-txt-exp:hover {
    font-weight: bold;
}

.news-txt-date {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    position: absolute;
    bottom: 0px;
    right: 10px;
}

.news-right {
    width: 389px;
}

.sch-box {
    width: 100%;
    height: 49px;
    border: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
}

.news-sch-input {
    width: 300px;
    height: 47px;
}

.news-sch-input input {
    width: 100%;
    height: 100%;
    border: none;
    padding-left: 10px;
    font-size: 16px;
}

.news-sch-btn {
    width: 47px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #B9B9B9;
    font-size: 24px;
    margin-right: 20px;
    cursor: pointer;
}

.news-info-box {
    width: 100%;
    height: 630px;
    border: 1px solid #ccc;
    margin-top: 13px;
}

.news-info-title {
    font-weight: bold;
    font-size: 22px;
    color: #000000;
    margin-left: 40px;
    margin-top: 40px;
}

.news-info-list {}

.news-info-item {
    width: 308px;
    height: 112px;
    border-top: 1px dashed #ccc;
    display: flex;
    margin-left: 40px;
    cursor: pointer;
}

.news-info-list .news-info-item:first-child {
    border-top: none;
    margin-top: 1px;
}

.news-info-img {
    width: 118px;
    height: 67px;
    margin-top: 22px;
}

.news-info-img img {
    width: 100%;
    height: 100%;
}

.news-info-txt {
    width: 130px;
    margin-top: 22px;
    margin-left: 11px;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

.news-info-txt:hover {
    font-weight: bold;
}

.news-info-date {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    margin-top: 8px;
}

/* 详情页样式 */



.channel_news_detail {
    width: 1100px;
    min-height: 754px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 65px;
    margin-bottom: 65px;
}

.news-d-content {
    width: 790px;
    min-height: 754px;
    padding-bottom: 40px;
}

.news-d-title {
    font-weight: bold;
    font-size: 27px;
    color: #000000;
    text-align: center;
}

.news-d-sectit {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    text-align: center;
    margin-top: 12px;
}

.news-d-main {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    width: calc(100% - 20px);
    margin-left: 10px;
    white-space: pre-line;
    line-height: 32px;
}

.news-d-main p {
    margin-top: 20px;
    font-size: 16px;
}

.news-d-main span {
    text-wrap-mode: wrap !important;
}

.news-d-main img {
    width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
}

.news-d-other {
    margin-left: 53px;
}

.news-d-other-tit {
    width: 100%;
    height: 24px;
    border-left: 4px solid #0A3DAD;
    font-weight: bold;
    font-size: 18px;
    color: #0A3DAD;
    line-height: 24px;
    padding-left: 14px;
}

.news-d-other-list {}

.news-d-info-item {
    height: 67px;
    display: flex;
    margin-top: 46px;
    cursor: pointer;
}

.news-d-info-img {
    width: 118px;
    height: 67px;
}

.news-d-info-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-d-info-txt {
    width: 128px;
    margin-left: 11px;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

.news-d-info-txt1 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-d-info-date {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    margin-top: 8px;
}

.news-d-info-item:hover .news-d-info-txt {
    font-weight: bold;
}

.news-d-page-item {
    margin-top: 29px;
    cursor: pointer;
}

/* 在PC模式下隐藏 */
.hide-xl {
    display: none;
}

.hide-xs {
    display: block;
}

.new-d-page-title {
    width: 100%;
    height: 24px;
    border-left: 4px solid #0A3DAD;
    font-weight: bold;
    font-size: 18px;
    color: #0A3DAD;
    line-height: 24px;
    padding-left: 14px;
}

.new-d-page-txt {
    width: 240px;
    margin-top: 10px;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.news-d-page-item:hover .new-d-page-txt {
    font-weight: bold;
}


.channel-news {}

.channel-news-title {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    color: #000000;
    padding: 20px 0px;
    margin-top: 85px;
}

.news-section1 {
    width: 1400px;
    margin: 0 auto;
}

.news-s1-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.news-s1-item {
    width: 440px;
    height: 410px;
    background-color: #F5F6F7;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.news-s1-img-box {
    width: 100%;
    height: 220px;
    overflow: hidden;
    cursor: pointer;
}

.news-s1-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.news-s1-img-box:hover .news-s1-img {
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
}

.news-s1-txt {
    width: calc(100% - 46px);
    margin-left: 23px;
}

.news-s1-txt-main {
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    margin-top: 30px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.news-s1-txt-main:hover {
    color: #09408a;
}

.news-s1-txt-exp {
    font-size: 16px;
    color: #999999;
    line-height: 22px;
    margin-top: 15px;
    height: 64px;
    /* 17px * 2 lines */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.news-s1-txt-date {
    position: absolute;
    bottom: 25px;
    font-weight: 500;
    font-size: 16px;
    color: #666666;
}

.news-type {
    margin-left: 20px;
}


.news-section2 {
    width: 100%;
}

.news-s2-box {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.news-s2-left {
    width: 955px;
    display: flex;
    justify-content: space-between;
}

.news-s2-left-img {
    width: 480px;
    height: 335px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}

.news-s2-left-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-s2-left-img:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
}


.news-s2-left-main {
    margin-left: 65px;
    width: 410px;
    height: 335px;
    position: relative;
}

.news-s2-left-title {
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    cursor: pointer;
    margin-top: 10px;
}

.news-s2-left-title:hover {
    color: #09408a;
}

.news-s2-left-txt {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    margin-top: 20px;
}

.news-s2-left-btn {
    width: 147px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #707070;
    position: absolute;
    left: 0px;
    bottom: 43px;
    cursor: pointer;
}

.news-s2-left-btn:hover {
    background-color: #0A3DAD;
    color: #fff;
    transition: all 0.5s ease-in-out;

}

.news-s2-right {
    width: 380px;
    height: 100%;
    margin-top: 10px;
}

.news-s2-ri-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    box-sizing: border-box;
}

.news-s2-ri-item:hover {
    background-color: #eeeeee;
    transition: all 0.5s ease-in-out;
}

.news-s2-ri-item-img {
    width: 120px;
    height: 80px;
    cursor: pointer;
    margin-left: 2px;
}

.news-s2-ri-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-s2-ri-item-main {
    width: 208px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-s2-ri-item-main-title {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.news-s2-ri-item-main-title:hover {
    color: #09408a;
}

.news-s2-ri-item-main-date {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}

.news-s2-right-box {
    .owl-dots {
        padding-left: 120px;
    }
}

.owl-theme .owl-dots .owl-dot span {
    width: 32px;
    height: 3px;
    background: #CCCCCC;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #0050BB;
}

.news-s3-box {
    width: 1400px;
    margin: 0 auto;
    margin-top: 30px;
}

.news-s3-item {
    width: 100%;
    padding: 50px 80px;
    display: flex;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
}

.news-s3-item:hover {
    background-color: #0A3DAD;
    color: #fff !important;
    transition: all 0.5s ease-in-out;
}

.news-s3-item-txt {
    width: 784px;
}

.news-s3-item-txt-date {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}

.news-type {
    margin-left: 20px;
}

.news-s3-item-txt-title {
    font-weight: 600;
    font-size: 24px;
    color: #000000;
    margin-top: 20px;
}

.news-s3-item-txt-content {
    font-weight: 500;
    font-size: 16px;
    color: #999999;
    margin-top: 20px;
}

.news-s3-item:hover .news-s3-item-txt-date {
    color: #fff !important;
}

.news-s3-item:hover .news-s3-item-txt-title {
    color: #fff !important;
}

.news-s3-item:hover .news-s3-item-txt-content {
    color: #fff !important;
}

.news-s3-item-img {
    width: 360px;
    height: 186px;
    border-radius: 8px;
    overflow: hidden;
}

.news-s3-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-s3-item-border {
    width: 1240px;
    height: 1px;
    background-color: #CCCCCC;
    position: absolute;
    bottom: 0px;
    left: 80px;

}

.news-s3-pager {
    width: 377px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 80px;
}

.news-s3-pager-item {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    color: #999999;
    border-radius: 4px;

}

.news-s3-pager-item:hover {
    background-color: #0A3DAD;
    color: #fff;
    transition: all 0.5s ease-in-out;
}

.news-s3-pager-ellipsis {
    cursor: not-allowed;
}

.news-s3-pager-ellipsis:hover {
    background-color: transparent;
    color: #999999;
}

.news-s3-pager-item-active {
    font-weight: bold;
}

.news-s3-pager-btn {
    background: #0050BB;
    color: #fff;
    font-size: 18px;
}

.news-s3-pager-btn:hover {
    background-color: #0050BB;
    color: #fff;
}

.disabled-pager {
    background-color: transparent;
    color: #999999;
    border: 1px solid #CCCCCC;
    font-size: 18px;
    cursor: not-allowed;
}

.disabled-pager:hover {
    background-color: transparent;
    color: #999999;
}

.news-s3-more {
    width: 114px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    color: #0050BB;
    border: 1px solid #0050BB;
    margin: 0 auto;
    margin-top: 43px;
    margin-bottom: 130px;
}

.news-s3-more:hover {
    background-color: #0050BB;
    color: #fff;
    transition: all 0.5s ease-in-out;

}


.news-list {
    width: 100%;
    margin-bottom: 130px;
}
.news-list-main{
    width: 1400px;
    margin: 0 auto;
    margin-top: 30px;
}

.news-list-box {
    width: 1400px;
    margin: 0 auto;
    margin-top: 30px;
}

.news-list-item {
    width: 100%;
    padding: 50px 80px;
    display: flex;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
}

.news-list-item:hover {
    background-color: #0A3DAD;
    color: #fff !important;
    transition: all 0.5s ease-in-out;
}

.news-list-item-txt {
    width: 784px;
}

.news-list-item-txt-date {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}

.news-type {
    margin-left: 20px;
}

.news-list-item-txt-title {
    font-weight: 600;
    font-size: 24px;
    color: #000000;
    margin-top: 20px;
}

.news-list-item-txt-content {
    font-weight: 500;
    font-size: 16px;
    color: #999999;
    margin-top: 20px;
}

.news-list-item:hover .news-list-item-txt-date {
    color: #fff !important;
}

.news-list-item:hover .news-list-item-txt-title {
    color: #fff !important;
}

.news-list-item:hover .news-list-item-txt-content {
    color: #fff !important;
}

.news-list-item-img {
    width: 360px;
    height: 186px;
    border-radius: 8px;
    overflow: hidden;
}

.news-list-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-list-item-border {
    width: 1240px;
    height: 1px;
    background-color: #CCCCCC;
    position: absolute;
    bottom: 0px;
    left: 80px;

}

.news-list-pager {
    width: 377px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 80px;
}

.news-list-pager-item {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    color: #999999;
    border-radius: 4px;

}

.news-list-pager-item:hover {
    background-color: #0A3DAD;
    color: #fff;
    transition: all 0.5s ease-in-out;
}

.news-list-pager-ellipsis {
    cursor: not-allowed;
}

.news-list-pager-ellipsis:hover {
    background-color: transparent;
    color: #999999;
}

.news-list-pager-item-active {
    font-weight: bold;
}

.news-list-pager-prev {
    border: 1px solid #CCCCCC;
    font-size: 18px;
}

.news-list-pager-next {
    background: #0050BB;
    color: #fff;
    font-size: 18px;
}

.news-list-pager-prev:hover {
    background-color: #0050BB;
    color: #fff;
}

.news-list-pager-next:hover {
    background-color: #0050BB;
    color: #fff;
}

.news-list-back {
    width: 114px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    color: #0050BB;
    border: 1px solid #0050BB;
    margin: 0 auto;
    margin-top: 43px;
    margin-bottom: 130px;
}

.news-list-back:hover {
    background-color: #0050BB;
    color: #fff;
    transition: all 0.5s ease-in-out;
}



/* 手机端样式 */

@media screen and (max-width: 768px) {

    .channel_news {
        width: 90%;
        height: auto;
        margin-left: 5%;
        flex-direction: column;
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .news-left {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }

    .news-title {
        margin-top: 15px;
    }

    .new-left-item {
        width: 90%;
        height: auto;
        margin-left: 5%;
        margin-top: 10px !important;
    }

    .news-main {
        width: 100%;
        margin-bottom: 15px;
    }

    .news-img {
        width: 40%;
        height: auto;
    }

    .news-txt {
        width: 60%;
        height: auto;
        position: relative;
    }

    .news-img img {
        width: 100%;
        height: auto;
    }


    .news-right {
        width: 100%;
        margin-top: 20px;
    }

    .news-info-title {
        margin-left: 5%;
        margin-top: 25px;
    }

    .news-info-list {
        width: 100%;
    }

    .news-info-item {
        width: 90%;
        margin-left: 5%;
    }

    .channel_news_detail {
        width: 90%;
        height: auto;
        margin-left: 5%;
        flex-direction: column;
        margin-top: 20px;
        margin-bottom: 40px;

    }

    .news-d-content {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }

    .news-d-title {
        width: 90%;
        margin-left: 5%;
        margin-top: 30px;
    }

    .news-d-main {
        width: 90%;
        margin-left: 5%;
    }

    .news-d-other {
        width: 100%;
        margin-left: 0px;
    }

    .news-d-page {
        width: 100%;
        justify-content: space-between;
        display: flex;
    }

    .news-d-other-tit {
        margin-top: 60px;
    }


    /* 在移动端隐藏 */
    .hide-xs {
        display: none;
    }

    .hide-xl {
        display: flex;
    }



    .channel-news {}

    .channel-news-title {
        width: 100%;
        text-align: center;
        font-weight: bold;
        font-size: 28px;
        color: #000000;
        padding: 20px 0px;
        margin-top: 35px;
    }

    .news-section1 {
        width: 90%;
        margin-left: 5%;
    }

    .news-s1-box {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 30px;
        margin-top: 10px;
    }

    .news-s1-item {
        width: 100%;
        height: 410px;
        background-color: #F5F6F7;
        border-radius: 16px;
        overflow: hidden;
        position: relative;
    }

    .news-s1-img-box {
        width: 100%;
        height: 220px;
        overflow: hidden;
        cursor: pointer;
    }

    .news-s1-img {
        width: 100%;
        height: 220px;
        object-fit: cover;
    }

    .news-s1-img-box:hover .news-s1-img {
        transform: scale(1.1);
        transition: all 0.5s ease-in-out;
    }

    .news-s1-txt {
        width: calc(100% - 46px);
        margin-left: 23px;
    }

    .news-s1-txt-main {
        font-weight: 500;
        font-size: 20px;
        color: #000000;
        margin-top: 30px;
        cursor: pointer;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;

    }

    .news-s1-txt-main:hover {
        color: #09408a;
    }

    .news-s1-txt-exp {
        font-size: 12px;
        color: #999999;
        line-height: 17px;
        margin-top: 15px;
        height: 50px;
        /* 17px * 2 lines */
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        white-space: normal;
    }

    .news-s1-txt-date {
        position: absolute;
        bottom: 30px;
        font-weight: 500;
        font-size: 16px;
        color: #666666;
    }

    .news-type {
        margin-left: 20px;
    }


    .news-section2 {
        width: 90%;
        margin-left: 5%;
    }

    .news-s2-box {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-top: 30px;
    }

    .news-s2-left {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .news-s2-left-img {
        width: 100%;
        min-height: 180px;
        border-radius: 8px;
        overflow: hidden;
        cursor: pointer;
    }

    .news-s2-left-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .news-s2-left-img:hover img {
        transform: scale(1.1);
        transition: all 0.5s ease-in-out;
    }


    .news-s2-left-main {
        margin-left: 0px;
        width: 100%;
        height: 335px;
        position: relative;
    }

    .news-s2-left-title {
        font-weight: 600;
        font-size: 24px;
        color: #000000;
        cursor: pointer;
    }

    .news-s2-left-title:hover {
        color: #09408a;
    }

    .news-s2-left-txt {
        font-weight: 400;
        font-size: 16px;
        color: #666666;
        margin-top: 20px;
    }

    .news-s2-left-btn {
        width: 147px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border: 1px solid #707070;
        position: relative;
        bottom: 0px;
        margin-top: 10px;
        cursor: pointer;
    }

    .news-s2-left-btn:hover {
        background-color: #0A3DAD;
        color: #fff;
        transition: all 0.5s ease-in-out;
    }

    .news-s2-right {
        width: 100%;
        height: 100%;
    }

    .news-s2-ri-item {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 10px 15px;
        box-sizing: border-box;
    }

    .news-s2-ri-item:hover {
        background-color: #eeeeee;
        transition: all 0.5s ease-in-out;
    }

    .news-s2-ri-item-img {
        width: 35%;
        height: 80px;
        cursor: pointer;
        margin-left: 2px;
    }

    .news-s2-ri-item-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .news-s2-ri-item-main {
        width: 60%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .news-s2-ri-item-main-title {
        font-weight: 400;
        font-size: 16px;
        color: #333333;
        cursor: pointer;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;

    }

    .news-s2-ri-item-main-title:hover {
        color: #09408a;
    }

    .news-s2-ri-item-main-date {
        font-weight: 400;
        font-size: 14px;
        color: #666666;
    }

    .news-s2-right-box {
        .owl-dots {
            padding-left: 105px;
        }
    }

    .owl-theme .owl-dots .owl-dot span {
        width: 32px;
        height: 3px;
        background: #CCCCCC;
    }

    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        background: #0050BB;
    }

    .news-s3-box {
        width: 90%;
        margin-left: 5%;
        margin-top: 30px;
    }

    .news-s3-item {
        width: 100%;
        padding: 15px 10px;
        display: flex;
        justify-content: space-between;
        position: relative;
        cursor: pointer;
    }

    .news-s3-item:hover {
        background-color: #0A3DAD;
        color: #fff !important;
        transition: all 0.5s ease-in-out;
    }

    .news-s3-item-txt {
        width: 60%;
    }

    .news-s3-item-txt-date {
        font-weight: 400;
        font-size: 14px;
        color: #666666;
    }

    .news-type {
        margin-left: 20px;
    }

    .news-s3-item-txt-title {
        font-weight: 600;
        font-size: 20px;
        color: #000000;
        margin-top: 5px;
    }

    .news-s3-item-txt-content {
        font-weight: 500;
        font-size: 16px;
        color: #999999;
        margin-top: 20px;
    }

    .news-s3-item:hover .news-s3-item-txt-date {
        color: #fff !important;
    }

    .news-s3-item:hover .news-s3-item-txt-title {
        color: #fff !important;
    }

    .news-s3-item:hover .news-s3-item-txt-content {
        color: #fff !important;
    }

    .news-s3-item-img {
        width: 40%;
        height: 100px;
        border-radius: 8px;
        overflow: hidden;
    }

    .news-s3-item-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .news-s3-item-border {
        width: 100%;
        height: 1px;
        background-color: #CCCCCC;
        position: absolute;
        bottom: 0px;
        left: 0;

    }

    .news-s3-pager {
        width: 90%;
        margin-left: 5%;
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin-top: 50px;
    }

    .news-s3-pager-item {
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        cursor: pointer;
        color: #999999;
        border-radius: 4px;

    }

    .news-s3-pager-item:hover {
        background-color: #0A3DAD;
        color: #fff;
        transition: all 0.5s ease-in-out;
    }

    .news-s3-pager-ellipsis {
        cursor: not-allowed;
    }

    .news-s3-pager-ellipsis:hover {
        background-color: transparent;
        color: #999999;
    }

    .news-s3-pager-item-active {
        font-weight: bold;
    }

    .news-s3-pager-btn {
        background: #0050BB;
        color: #fff;
        font-size: 18px;
    }

    .news-s3-pager-btn:hover {
        background-color: #0050BB;
        color: #fff;
    }

    .disabled-pager {
        background-color: transparent;
        color: #999999;
        border: 1px solid #CCCCCC;
        font-size: 18px;
        cursor: not-allowed;
    }

    .disabled-pager:hover {
        background-color: transparent;
        color: #999999;
    }

    .news-s3-more {
        width: 114px;
        height: 49px;
        line-height: 49px;
        text-align: center;
        border-radius: 4px;
        cursor: pointer;
        color: #0050BB;
        border: 1px solid #0050BB;
        margin: 0 auto;
        margin-top: 43px;
        margin-bottom: 80px;
    }

    .news-s3-more:hover {
        background-color: #0050BB;
        color: #fff;
        transition: all 0.5s ease-in-out;

    }


    .news-list {
        width: 1400px;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 130px;
    }

    .news-list-box {
        width: 1400px;
        margin: 0 auto;
        margin-top: 30px;
    }

    .news-list-item {
        width: 100%;
        padding: 50px 80px;
        display: flex;
        justify-content: space-between;
        position: relative;
        cursor: pointer;
    }

    .news-list-item:hover {
        background-color: #0A3DAD;
        color: #fff !important;
        transition: all 0.5s ease-in-out;
    }

    .news-list-item-txt {
        width: 784px;
    }

    .news-list-item-txt-date {
        font-weight: 400;
        font-size: 14px;
        color: #666666;
    }

    .news-type {
        margin-left: 20px;
    }

    .news-list-item-txt-title {
        font-weight: 600;
        font-size: 24px;
        color: #000000;
        margin-top: 20px;
    }

    .news-list-item-txt-content {
        font-weight: 500;
        font-size: 16px;
        color: #999999;
        margin-top: 20px;
    }

    .news-list-item:hover .news-list-item-txt-date {
        color: #fff !important;
    }

    .news-list-item:hover .news-list-item-txt-title {
        color: #fff !important;
    }

    .news-list-item:hover .news-list-item-txt-content {
        color: #fff !important;
    }

    .news-list-item-img {
        width: 360px;
        height: 186px;
        border-radius: 8px;
        overflow: hidden;
    }

    .news-list-item-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .news-list-item-border {
        width: 1240px;
        height: 1px;
        background-color: #CCCCCC;
        position: absolute;
        bottom: 0px;
        left: 80px;

    }

    .news-list-pager {
        width: 377px;
        margin: 0 auto;
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin-top: 80px;
    }

    .news-list-pager-item {
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        cursor: pointer;
        color: #999999;
        border-radius: 4px;

    }

    .news-list-pager-item:hover {
        background-color: #0A3DAD;
        color: #fff;
        transition: all 0.5s ease-in-out;
    }

    .news-list-pager-ellipsis {
        cursor: not-allowed;
    }

    .news-list-pager-ellipsis:hover {
        background-color: transparent;
        color: #999999;
    }

    .news-list-pager-item-active {
        font-weight: bold;
    }

    .news-list-pager-prev {
        border: 1px solid #CCCCCC;
        font-size: 18px;
    }

    .news-list-pager-next {
        background: #0050BB;
        color: #fff;
        font-size: 18px;
    }

    .news-list-pager-prev:hover {
        background-color: #0050BB;
        color: #fff;
    }

    .news-list-pager-next:hover {
        background-color: #0050BB;
        color: #fff;
    }

    .news-list-back {
        width: 114px;
        height: 49px;
        line-height: 49px;
        text-align: center;
        border-radius: 4px;
        cursor: pointer;
        color: #0050BB;
        border: 1px solid #0050BB;
        margin: 0 auto;
        margin-top: 43px;
        margin-bottom: 130px;
    }

    .news-list-back:hover {
        background-color: #0050BB;
        color: #fff;
        transition: all 0.5s ease-in-out;

    }

    .news-d-page-item{
        width: 50%;
    }
    .new-d-page-txt {
        width: 100%;
    }
    .new-d-page-title{
        width: 50%;
    }

}