 body {
    background: #f0f5fa;
}

.part {
    width: 100%;
    overflow: hidden;
}

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

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

.gsdtpart01 .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;
}

.gsdtpart01 .address .articleTop {
    width: 1200px;
    display: flex;
    justify-content: space-between;
}

.gsdtpart01 .address .articleTop .trend {
    width: 240px;
    height: 355px;
    border-radius: 0 30px 0 0;
    background: rgb(255 255 255 / 80%);
    padding: 30px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.gsdtpart01 .address .articleTop .trend h5 {
    font-size: 21px;
    color: #ea5504;
    padding: 0;
    margin: 20px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: unset;
    line-height: 36px;
    letter-spacing: 0.5px;
    /*text-indent: 2em;*/
}

.gsdtpart01 .address .articleTop .trend p {
    font-size: 17px;
    color: #004f99;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    white-space: unset;
    line-height: 32px;
    display: block;
    border-top: 1px solid #e1e1e3;
    padding-top: 20px;
    overflow: hidden;
    height: 156px;
    text-indent: 2em;
}

.gsdtpart01 .address .articleTop .trend img {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gsdtpart01 .address .articleTop .trend div {
    position: absolute;
    left: 35px;
    bottom: 40px;
    text-align: left;
}

.gsdtpart01 .address .articleTop .trend div span {
    font-size: 16px;
    color: #004f99;
    display: block;
}

.gsdtpart01 .address .articleTop .trend div .day {
    font-size: 22px;
}

.gsdtpart01 .address .articleTop .trend .arrow {
    width: 21px;
    height: 14px;
    position: absolute;
    right: 35px;
    bottom: 55px;
    background: url(/res/static/cn/images/arrow.png) 100% center no-repeat;
}

.gsdtpart01 .address .articleTop .trendOn {
    width: 550px;
    padding: 0;
    height: 415px;
}

.gsdtpart01 .address .articleTop .trendOn .arrow {
    display: none;
}

.gsdtpart01 .address .articleTop .trendOn img {
    display: block;
}

.gsdtpart01 .address .articleTop .trendOn div span {
    color: #fff;
}

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

.gsdtpart01 .address .articleTop .trendOn h5 {
    box-sizing: border-box;
    width: 100%;
    font-size: 18px;
    color: #fff;
    border-bottom: none;
    padding: 10px 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: 36px;
    /* height: 60px; */
    background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, .8));
    bottom: 0;
    position: absolute;
    left: 0;
}

.gsdtpart01 .address .articleTop .trendOn p {
    display: none;
}

/* .gsdtpart01 .address .articleList{margin-top: 45px;} */
.gsdtpart01 .address .articleList li {
    height: 175px!important;
    border-radius: 10px;
    overflow: hidden;
    background-color: rgb(255 255 255 / 50%);
}

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

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

.gsdtpart01 .address .articleList li .articleLeft .day {
    font-size: 43px;
}

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

.gsdtpart01 .address .articleList li .articleRight h5 {
    font-size: 21px;
    color: #ea5504;
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

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

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

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

/* .gsdtpart01 .address .articleList .articleOn {
    background-color: #ea5504d4;
}

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

.gsdtpart01 .address .articleList .articleOn .articleRight p {
    color: #fff;
}

.gsdtpart01 .address .articleList .articleOn .articleLeft {
    color: #fff;
} */

.gsdtpart01 .address .articleList li:hover .articleLeft span{
    color: #fff;
} 
.gsdtpart01 .address .articleList li:hover {
    background-color: #ea5504d4;
}

.gsdtpart01 .address .articleList li:hover .articleRight h5 {
    color: #fff;
}

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

.gsdtpart01 .address .articleList li:hover .articleLeft {
    color: #fff;
}

/*.gsdtpart01 .address .articleList li:hover .articleimg {*/
/*    display: block;*/
/*}*/


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

.gsdtpart01 .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;
}

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

.gsdtpart01 .address .pageBox span {
    font-size: 20px;
}

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

.gsdtpart01 .swiper-container {
    width: 1200px;
    height: 730px;
    margin-top: 45px;
}

.swiper-pagination {
    display: none;
}

.gsdtpart01 .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%;}
.gsdtpart01 .more:hover {box-shadow: #ff7a2dbb 0px 0px 8px 3px;}
.gsdtpart01 .more img{ margin-left: 15px; height: 11px; width: 24PX;}

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

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

    .gsdtpart01 .address {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .gsdtpart01 .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;
    }

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

    .gsdtpart01 .swiper-container {
        width: 100%;
        height: auto;
        margin-top: 0;
    }
    .gsdtpart01 .address .articleList li {
        background-color: #fff;
        height: auto !important;
    }
    .gsdtpart01 .address .articleList li .articleLeft {
        width: 30%;
        height: 155px;
    }

    .gsdtpart01 .address .articleList li .articleLeft span {
        font-size: 18px;
    }

    .gsdtpart01 .address .articleList li .articleLeft .day {
        font-size: 26px;
    }

    .gsdtpart01 .address .articleList li .articleRight {
        width: 70%;
        height: 155px;
    }

    .gsdtpart01 .address .articleList li .articleRight h5 {
        width: 90%;
        font-size: 16px;
    }

    .gsdtpart01 .address .articleList li .articleRight p {
        width: 90%;
        line-height: 20px;
        font-size: 14px;
    }

    .gsdtpart01 .address .articleTop .trend {
        padding: 15px;
        width: calc(29% - 30px);
        height: 160px;
    }

    .gsdtpart01 .address .articleTop .trendOn {
        width: calc(39% - 30px);
    }

    .gsdtpart01 .address .articleTop .trend p {
        display: none!important;
    }

    .gsdtpart01 .address .articleTop .trend h5 {
        padding: 0 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box!important;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        white-space: unset;
        line-height: 26px;
        font-size: 16px;
    }

    .gsdtpart01 .address .articleTop .trend .arrow {
        bottom: 15px;
        right: 15px;
    }

    .gsdtpart01 .address .articleTop .trend div {
        left: 15px;
        bottom: 10px;
    }

    .gsdtpart01 .address .articleTop .trendOn h5 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: unset;
    }
    .gsdtpart01 .address .pageBox .page {
        width: 34px;
        height: 34px;
        line-height: 32px;
        
    }
    
    .gsdtpart01 .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;}
    .gsdtpart01 .more img{ margin-left: 0; height: 10px; width: 20px;float: right;margin-top: 10px;margin-right: 6px;}
}
