 body {
    background: #f0f5fa;
}

.part {
    padding: 65px 0;
    width: 100%;
    overflow: hidden;
}

.mtbdpart01 {
    min-height: 1523px;
    background: url(/res/static/cn/images/newsbg.jpg) no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.mtbdpart01 .address {
    width: 1200px;
    margin: 0 auto;
}

.mtbdpart01 .address h4 {
    font-size: 43px;
    width: 1200px;
    font-weight: normal;
    color: #004f99;
    line-height: 50px;
    margin: 0 0 50px 0;
    display: inline-block;
    padding-left: 27px;
    background: url(/res/static/cn/images/leftline.png) no-repeat;
    background-size: 7px auto;
    background-position: left center;
}

.mtbdpart01 .address .gsdtarticleTop {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.mtbdpart01 .address .articleTopSwiper{height:493px}
.mtbdpart01 .address .gsdtarticleTop .new .newLeft {
    width: 340px;
    height: 413px;
    padding: 40px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background: url(/res/static/cn/images/newstopbg.png) 100% center no-repeat;
}

.mtbdpart01 .address .gsdtarticleTop .new .newLeft h5 {
    font-size: 21px;
    color: #fff;
    padding: 25px 0;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: unset;
    line-height: 40px;
}

.mtbdpart01 .address .gsdtarticleTop .new .newLeft p {
    font-size: 17px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    white-space: unset;
    line-height: 36px;
    display: block;
}

.mtbdpart01 .address .gsdtarticleTop .new .newLeft .more {
    width: 107px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #fff;
    color: #ffff;
    display: block;
    position: absolute;
    left: 35px;
    bottom: 55px;
    font-size: 18px;
}

.mtbdpart01 .address .gsdtarticleTop .new .newLeft .arrow {
    width: 21px;
    height: 14px;
    position: absolute;
    right: 35px;
    bottom: 66px;
    background: url(/res/static/cn/images/arrow1.png) 100% center no-repeat;
}

.mtbdpart01 .address .gsdtarticleTop .new .newRight {
    width: 780px;
    height: 493px;
}

.mtbdpart01 .address .gsdtarticleTop .new .newRight img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mtbdpart01 .address .gsdtarticleTop .trendOn {
    width: 550px;
    padding: 0;
    height: 415px;
}

.mtbdpart01 .address .gsdtarticleTop .trendOn img {
    display: block;
}

.mtbdpart01 .address .gsdtarticleTop .trendOn div span {
    color: #fff;
}

.mtbdpart01 .address .gsdtarticleTop .trendOn div {
    position: absolute;
    right: 35px;
    top: 40px;
    text-align: right;
}

.mtbdpart01 .address .gsdtarticleTop .trendOn h5 {
    font-size: 18px;
    color: #fff;
    border-bottom: none;
    padding: 0 15px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: unset;
    line-height: 26px;
    height: 56px;
    background: linear-gradient(rgba(255,255,255,0.1), rgba(0,0,0,.8));
    bottom: 0;
    position: absolute;
    left: 0;
}

.mtbdpart01 .address .gsdtarticleTop .trendOn p {
    display: none;
}

/* .mtbdpart01 .address .gsdtarticleList{margin-top: 25px;} */
.mtbdpart01 .address .gsdtarticleList li {
    height: 175px;
    border-radius: 10px;
    overflow: hidden;
    background-color: rgb(255 255 255 / 50%);
}

.mtbdpart01 .address .gsdtarticleList li .articleLeft {
    width: 195px;
    height: 175px;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

/* .mtbdpart01 .address .gsdtarticleList li .articleLeft  */
.mtbdpart01 .address .gsdtarticleList li .articleLeft span {
    font-size: 28px;
    display: block;
}

.mtbdpart01 .address .gsdtarticleList li .articleLeft .day {
    font-size: 43px;
}

.mtbdpart01 .address .gsdtarticleList li .articleRight {
    width: 940px;
    height: 175px;
    color: #555;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.mtbdpart01 .address .gsdtarticleList li .articleRight h5 {
    font-size: 21px;
    /* padding-bottom: 15px; */
    color: #ea5504;
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.mtbdpart01 .address .gsdtarticleList li .articleRight p {
    background: url(/res/static/cn/images/citybg.png) no-repeat;
    background-size: 17px 3px;
    background-position: 0 top;
    padding-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: unset;
    margin-top: 15px;
    font-size: 17px;
    line-height: 32px;
    color: #004f99;
}

.mtbdpart01 .address .gsdtarticleList li .articleimg {
    display: none;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    filter: blur(2px);
}

.mtbdpart01 .address .gsdtarticleList li .articleimg img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

/* .mtbdpart01 .address .gsdtarticleList .articleOn {
    background: url(/res/static/cn/images/articlebg.png) 100% center no-repeat;
}

.mtbdpart01 .address .gsdtarticleList .articleOn .articleRight h5 {
    color: #fff;
    background: url(/res/static/cn/images/citybgon.png) no-repeat;
    background-size: 17px 3px;
    background-position: 0 bottom;
}

.mtbdpart01 .address .gsdtarticleList .articleOn .articleRight p {
    color: #fff;
}

.mtbdpart01 .address .gsdtarticleList .articleOn .articleLeft {
    color: #fff;
} */

.mtbdpart01 .address .gsdtarticleList li:hover .articleLeft span{
    color: #fff;
} 
.mtbdpart01 .address .gsdtarticleList li:hover {
    background-color: #ea5504;
}

.mtbdpart01 .address .gsdtarticleList li:hover .articleRight h5 {
    color: #fff;
}

.mtbdpart01 .address .gsdtarticleList li:hover .articleRight p {
    color: #fff;
    background: url(/res/static/cn/images/citybgon.png) no-repeat;
}

.mtbdpart01 .address .gsdtarticleList li:hover .articleLeft {
    color: #fff;
}

/*.mtbdpart01 .address .gsdtarticleList li:hover .articleimg {*/
/*    display: block;*/
/*}*/

.mtbdpart01 .address .pageBox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.mtbdpart01 .address .pageBox .page {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #ced1d4;
    display: inline-block;
    margin: 0 10px;
    font-weight: bold;
    color: #1e1e1e;
    font-size: 20px;
}

.mtbdpart01 .address .pageBox .on {
    background: #ea5504;
    color: #fff;
    border: 1px solid #ea5504;
}

.mtbdpart01 .address .pageBox span {
    font-size: 18px;
}

.mtbdpart01 .address .pageBox span:nth-child(3) {
    margin: 0 4px;
}

.mtbdpart01 .newList {
    width: 1200px;
    height: 750px;
    margin-top: 25px;
}

.swiper-pagination {
    display: none;
}

.topPage {
    display: block;
    display: block;
    width: 707px;
    float: right;
    position: absolute;
    right: 0;
    bottom: 0;
}

.topPage .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    margin: 0 5px;
    opacity: .8;
}

.topPage .swiper-pagination-bullet-active {
    background: #ea5711;
}

.mtbdpart01 .more{font-size: 16px;width: 120px;padding-left: 26px;height: 30px;display: block;margin-top: 50px;line-height: 30px;color: #fff;background: #ea5504;border-radius: 15px;transition: .3s;margin-bottom: 40px;position: relative;left: 84%;}
.mtbdpart01 .more:hover {box-shadow: #ff7a2dbb 0px 0px 8px 3px;}
.mtbdpart01 .more img{ margin-left: 15px; height: 11px; width: 24PX;}

@media screen and (max-width: 900px) {
    .pageBanner .pageNav ul {
        padding-left: 10px;
    }

    .mtbdpart01 {
        background-position: 10% center;
        background: none;
        min-height: unset;
        padding: 0;
    }

    .mtbdpart01 .address {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 40px;
        padding-bottom: 0;
    }

    .mtbdpart01 .address h4 {
        width: calc(100% - .7rem);
        padding: 0 .35rem;
        margin: 0 auto;
        margin-top: .5rem;
        display: block;
        font-size: .4rem;
        line-height: 0.64rem;
        margin-bottom: 20px;
    }

    .mtbdpart01 .address .gsdtarticleTop {
        /* width: 100%;
        margin-top: 25px;
        display: flex;
        justify-content: space-between; */
        display: none;
    }

    .mtbdpart01 .newList {
        width: 100%;
        height: auto;
        border-bottom: none;
        margin-top: 0;
    }
    .mtbdpart01 .address .gsdtarticleList li{
        height: auto !important;
        background-color: #fff;
    }
    .mtbdpart01 .address .gsdtarticleList li .articleLeft {
        width: 30%;
        height: 155px;
    }

    .mtbdpart01 .address .gsdtarticleList li .articleLeft span {
        font-size: 18px;
    }

    .mtbdpart01 .address .gsdtarticleList li .articleLeft .day {
        font-size: 26px;
    }

    .mtbdpart01 .address .gsdtarticleList li .articleRight {
        width: 70%;
        height: 155px;
    }

    .mtbdpart01 .address .gsdtarticleList li .articleRight h5 {
        width: 90%;
        font-size: 16px;
        -webkit-line-clamp: 2;
    }

    .mtbdpart01 .address .gsdtarticleList li .articleRight p {
        width: 90%;
        line-height: 24px;
        font-size: 14px;
        -webkit-line-clamp: 2;
    }

    .mtbdpart01 .address .gsdtarticleTop .new {
        width: 100%;
    }

    .mtbdpart01 .address .gsdtarticleTop .new .newLeft h5 {
        padding: 0;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 16px;
    }

    .mtbdpart01 .address .gsdtarticleTop .new .newLeft {
        padding: 15px;
        width: 30%;
        height: 240px;
    }

    .mtbdpart01 .address .gsdtarticleTop .new .newLeft .more {
        position: absolute;
        font-size: 14px;
        width: 75px;
        height: 30px;
        line-height: 30px;
        left: 15px;
        bottom: 45px;
    }

    .mtbdpart01 .address .gsdtarticleTop .new .newLeft .arrow {
        display: none;
    }

    .mtbdpart01 .address .gsdtarticleTop .new .newRight {
        width: calc(70% - 30px);
        height: 270px;
    }

    .mtbdpart01 .address .gsdtarticleTop .new .newLeft p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        white-space: unset;
        font-size: 14px;
        line-height: 24px;
    }

    .topPage {
        display: none;
    }
    .mtbdpart01 .address .pageBox .page {
        width: 34px;
        height: 34px;
        line-height: 32px;
    }
    
    .mtbdpart01 .more{float: unset;margin: 0 auto;font-size: 14px;width: 92px;padding: 1px 7px 1px 15px;border-radius: 17px;margin-bottom: .5rem;left: 0;margin-top: 15px;}
    .mtbdpart01 .more img{ margin-left: 0; height: 10px; width: 20px;float: right;margin-top: 10px;margin-right: 6px;}
}
