@charset "utf-8";

.section1 {
    padding-top: 1.4rem;
    background: url(/zt1/ddh20241202/images/s1-bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
}

.section2 {
    background: url(/zt1/ddh20241202/images/s2-bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
}

.section3 {
    background: rgba(255, 229, 204, 0.1);
    background: url(/zt1/ddh20241202/images/s3-bg.png) no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.section4 {
    background: url(/zt1/ddh20241202/images/s4-bg.png) no-repeat;
    background-position: right bottom;
    background-size: cover;
    justify-content: space-between;
}
.section4>.w14{
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.itit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.itit div {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
}

.itit div::before {
    content: "";
    display: block;
    flex: 1;
    min-width: 0;
    height: 0.2rem;
    background: url(/zt1/ddh20241202/images/itit-line.png) repeat-x;
    background-position: center center;
    background-size: auto .2rem;
}

.itit div img {
    display: block;
    height: 0.91rem;
}

.itit div::after {
    content: "";
    display: block;
    flex: 1;
    min-width: 0;
    height: 0.2rem;
    background: url(/zt1/ddh20241202/images/itit-line.png) repeat-x;
    background-position: center center;
    background-size: auto .2rem;
}

.itit a {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #666666;
    margin-left: .12rem;
}



@keyframes _ani1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes _ani2 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@keyframes ani_bj {
    0% {
        opacity: 0;
        transform: scale(1);
    }

    50% {
        opacity: .8;
        transform: scale(1.45);
    }

    95% {
        opacity: 0;
        transform: scale(1.8);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.banner {
    position: relative;
    /* z-index: 9; */
    overflow: hidden;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.banner a {
    display: block;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}



.banner .slick-slide a>img {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}


@keyframes img_scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }

}

.banner .slick-dots {
    font-size: 0;
    text-align: right;
    bottom: 0.38rem;
    left: 0;
    right: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 .15rem;
}

.banner .slick-dots li {
    display: flex;
    margin: 0 .15rem;
    transition: all 0.3s;
    vertical-align: middle;
    width: .17rem;
    height: .17rem;
    background-color: #ffffff;
    opacity: 0.4;
    border-radius: 50%;
}


@keyframes cilcle {
    0% {
        transform: rotateZ(0);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

.banner .slick-dots li button {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.banner .slick-dots li.slick-active {
    opacity: 1;
    background-color: #ffa302;
}


/* index */
.index {
    z-index: 99;
}


.s1-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0.25rem;
}

.s1-l {
    width: 49.21%;
}

.s1-l ul li a {
    display: block;
}

.s1-l ul li .pic {
    position: relative;
    overflow: hidden;
    padding-top: 63.9%;
}

.s1-l ul li .pic:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.6;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    height: 1.44rem;
}


.s1-l ul li .pic .date {
    position: absolute;
    left: 0.22rem;
    top: 0;
    background: url(/zt1/ddh20241202/images/s1-datebg.png) no-repeat;
    background-size: 100% 100%;
    width: 0.94rem;
    height: 0.87rem;
    text-align: center;
    padding-top: 0.15rem;
    transform: translateX(0);
}

.s1-l ul li .pic .date p {
    font-size: 0.36rem;
    font-weight: normal;
    line-height: 0.26rem;
    color: #FFFFFF;
}

.s1-l ul li .pic .date span {
    display: block;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.26rem;
    color: #FFFFFF;
}

.s1-l ul li .info {
    margin-top: 0.25rem;
}

.s1-l ul li .info h3 {
    font-size: 0.24rem;
    font-weight: normal;
    line-height: 0.32rem;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.s1-l ul li .info p {
    font-size: 0.18rem;
    line-height: 0.26rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgba(17, 17, 17, 0.6);
    margin-top: 0.2rem;
}


.s1-l .slick-dots {
    top: 0;
    bottom: auto;
    margin-top: 57%;
}

.s1-l .slick-dots li {
    width: 0.09rem;
    height: 0.09rem;
    background: #fff;
    border-radius: 50%;
    margin: 0 0.05rem;
    transition: all 0.3s;
}

.s1-l .slick-dots li.slick-active {
    width: 0.32rem;
    background: #BF000A;
    border-radius: 0.045rem;
}

.s1-l .slick-dots li button {
    display: none;
}


.s1-r {
    width: 49.21%;
}

.s1-r ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0.3rem;
    border-bottom: 0.01rem solid #D8D8D8;
}

.s1-r ul li:first-child a {
    border-top: 0.01rem solid #D8D8D8;
}

.s1-r ul li a .date {
    position: relative;
}

.s1-r ul li a .date::after {
    content: '';
    position: absolute;
    top: .03rem;
    right: -0.2rem;
    height: 0.24rem;
    border-left: 0.01rem solid #ccc;
    transition: all 0.3s;
}

.s1-r ul li a .date p {
    font-size: 0.28rem;
    line-height: 0.3rem;
    color: #8F000B;
    transition: all 0.3s;
}

.s1-r ul li a .date span {
    display: block;
    font-size: 0.14rem;
    line-height: 0.26rem;
    color: #8F000B;
    transition: all 0.3s;
}

.s1-r ul li a .info {
    width: calc(100% - 1.2rem);
}

.s1-r ul li a .info h3 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.26rem;
    color: #111111;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    transition: all 0.3s;
}

.s1-r ul li a .info p {
    font-size: 0.14rem;
    line-height: 0.26rem;
    height: 0.52rem;
    color: rgba(17, 17, 17, 0.6);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 0.1rem;
    transition: all 0.3s;
}


.s2-c {
    margin-top: .3rem;
    padding: .38rem .6rem;
    border-radius: 0.05rem;
    opacity: 1;
    background: #FFFFFF;
    border: 0.01rem solid #BF000A;
    position: relative;
}

.s2-ttext {
    position: absolute;
    right: 0.25rem;
    top: 0;
    transform: translateY(-50%);
}

.s2-ttext img {
    display: block;
    height: 0.6rem;
}

.s2-swiper {
    padding: 0 .35rem;
    position: relative;
}

.s2-swiper .swiper-container {
    padding-bottom: .1rem;
}

.s2-swiper li a {
    display: block;
    background: #fff;
    //transform: scale(.8);
    transition: all 0.5s;
}

.s2-swiper li a .pic {
    padding-top: 66.5%;
}

.s2-swiper li a .info {
    padding: .25rem .2rem;
    box-shadow: 0px 0.04rem 0.1rem 0rem rgba(0, 0, 0, 0.1);
}

.s2-swiper li a .info h3 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.24rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .48rem;
}

.s2-swiper li a .info span {
    display: block;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.24rem;
    color: #BF000A;
    padding-left: .25rem;
    background: url(/zt1/ddh20241202/images/icon-date.png) no-repeat;
    background-position: left center;
    background-size: .17rem;
    margin: .1rem 0;
}

.s2-swiper li a .info p {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.2rem;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .4rem;
}

.s2-swiper li.swiper-slide-active a {
    transform: scale(1);
}
.s2-swiper li a:hover .info h3{
    color: #BF000A;
    font-weight: 600;
}



.pub-arrow {
    width: 0.5rem;
    height: 0.5rem;
    border: 0.01rem solid #BF000A;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s;
    cursor: pointer;
    z-index: 9;
}

.pub-arrow::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: transparent;
    transition: all 0.5s;
}

.pub-arrow::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
}

.pub-arrow-l {
    left: 0;
}

.pub-arrow-l::after {
    background: url(/zt1/ddh20241202/images/icon-prev-r.png) no-repeat;
    background-position: center center;
    transition: all 0.5s;
    background-size: .11rem auto;
}

.pub-arrow-r {
    right: 0;
}

.pub-arrow-r::after {
    background: url(/zt1/ddh20241202/images/icon-next-r.png) no-repeat;
    background-position: center center;
    background-size: .11rem auto;
}

.s3-c {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .5rem;
}

.s3-l {
    width: 22%;
    overflow: hidden;
    perspective: 1000px;

}

.s3-l .swiper-container {
    transform: rotateY(20deg);
    transform-origin: left center;
    border: 1px solid #FFD59E;
    border-radius: .3rem 0 .3rem 0;
}

.s3-l .swiper-slide a {
    display: block;
}

.s3-l .swiper-slide a .pic {
    padding-top: 120%;
}

.s3-m {
    width: 47.2%;
    background: url(/zt1/ddh20241202/images/s3-mitembg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 0 .5rem 0 .5rem;
}

.s3-m .swiper-slide a {
    display: flex;
    padding: .6rem .4rem .28rem .6rem;
}

.s3-m .swiper-slide a .pics {
    width: 2.34rem;
    margin-right: .45rem;
}

.s3-m .swiper-slide a .pic {
    padding-top: 133%;
    border-radius: 0 .5rem 0 0;
}

.s3-m .swiper-slide a .info {
    flex: 1;
    min-width: 0;
    padding-top: .18rem;
}

.s3-m .swiper-slide a .info h3 {
    font-size: 0.24rem;
    font-weight: bold;
    line-height: .36rem;
    text-transform: uppercase;
    color: #FFD59E;
}

.s3-m .swiper-slide a .info h4 {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: .24rem;
    color: #FFD59E;
    margin: .07rem 0 .18rem 0;
}

.s3-m .swiper-slide a .info h5 {
    position: relative;
    border-top: 1px dashed #FFD59E;
}

.s3-m .swiper-slide a .info h5::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.06rem;
    height: 0.06rem;
    border-radius: 50%;
    background: #FFD59E;
}

.s3-m .swiper-slide a .info h5::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.06rem;
    height: 0.06rem;
    border-radius: 50%;
    background: #FFD59E;
}

.s3-m .swiper-slide a .info p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: .22rem;
    color: #FFDBDC;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    height: 1.1rem;
    margin: .4rem 0 .3rem 0;
}

.s3-m .swiper-slide a .info div {
    display: flex;
    justify-content: flex-end;
}

.s3-m .swiper-slide a .info div b {
    border-radius: 50%;
    width: 0.51rem;
    height: 0.51rem;
    background: url(/zt1/ddh20241202/images/s3-bmore.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.s3-r {
    width: 22%;
    overflow: hidden;
    perspective: 1000px;
}

.s3-r .swiper-container {
    transform: rotateY(-20deg);
    transform-origin: right center;
    border: 1px solid #FFD59E;
    border-radius: 0 .3rem 0 .3rem;
}

.s3-r .swiper-slide a {
    display: block;
}

.s3-r .swiper-slide a .pic {
    padding-top: 120%;
}

.s3-dot-arr {
    display: flex;
    align-items: flex-end;
    max-width: 70%;
    margin: .3rem auto 0 auto;
}

.s3-dot-arr .s3-prev {
    width: 1.33rem;
    height: 0.2rem;
    background: url(/zt1/ddh20241202/images/s3-prev.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    cursor: pointer;
    transition: all 0.5s;
}


.s3-dot-arr .s3-next {
    width: 1.33rem;
    height: 0.2rem;
    background: url(/zt1/ddh20241202/images/s3-next.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    cursor: pointer;
    transition: all 0.5s;
}


.s3-dot-arr .s3-pagetion {
    display: flex;
    flex: 1;
    min-width: 0;
    justify-content: center;
    align-items: center;
}

.s3-dot-arr .s3-pagetion span {
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    border: 1px solid #A40000;
    margin: 0 .03rem;
}

.s3-dot-arr .s3-pagetion span.swiper-pagination-bullet-active {
    background: #A40000;
}





.s4-c {
    margin-top: .3rem;
    width: 100%;
}

.s4-c .swiper-slide {
    display: flex;
    align-items: center;
}

.s4-c .swiper-slide ul {
    width: 33%;
    order: 3;
}

.s4-c .swiper-slide ul:nth-child(1) {
    order: 1;
}

.s4-c .swiper-slide ul li {
    position: relative;
    border-radius: 0.3rem 0rem 0.3rem 0rem;
    opacity: 1;
    background: #BF000A;
    overflow: hidden;
}

.s4-c .swiper-slide ul:nth-child(1) li:nth-child(2) {
    background: #E2AE60;
}

.s4-c .swiper-slide ul:nth-child(2) li:nth-child(1) {
    background: #E2AE60;
}

.s4-c .swiper-slide ul li::before {
    content: "";
    position: absolute;
    left: ;
    width: calc(100% - .1rem);
    top: 0;
    bottom: 0;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid rgba(191, 0, 10, 0.302);
    border-radius: 0.3rem 0rem 0.3rem 0rem;
    z-index: 1;
    transition: all 0.5s;
}

.s4-c .swiper-slide ul li+li {
    margin-top: .63rem;
}

.s4-c .swiper-slide ul li a {
    display: block;
    padding: .2rem .3rem;
    position: relative;
    z-index: 2;

}

.s4-c .swiper-slide ul li a h3 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .6rem;
}

.s4-c .swiper-slide ul li a span {
    display: flex;
    align-items: center;
    position: relative;
    margin-top: .2rem;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.18rem;
    color: #333333;
}

.s4-c .swiper-slide ul li a span::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotateZ(45deg);
    right: 0;
    width: 0.1rem;
    background: #EAEAEA;
    height: 1px;
    transform-origin: right center;
}

.s4-c .swiper-slide ul li a span::after {
    content: "";
    display: block;
    flex: 1;
    min-width: 0;
    height: 1px;
    background: #EAEAEA;
    margin-left: .2rem;
}


.s4-c .swiper-slide .mid {
    width: 27%;
    margin: 0 3.5%;
    order: 2;
}

.s4-c .swiper-slide .mid a {
    padding: .45rem .3rem .4rem .3rem;
    display: block;
    border-radius: 0.3rem 0rem 0.3rem 0rem;
    opacity: 1;
    background: #BF000A;
}

.s4-c .swiper-slide .mid a h3 {
    font-size: 0.18rem;
    font-weight: bold;
    line-height: 0.3rem;
    color: #FFFFFF;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .6rem;
}

.s4-c .swiper-slide .mid a h3 i {
    background-image: linear-gradient(#fff, #fff);
}

.s4-c .swiper-slide .mid a div {
    width: 0.4rem;
    height: 0.02rem;
    background: #fff;
    margin: .25rem 0;
}

.s4-c .swiper-slide .mid a p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.28rem;
    color: rgba(255, 255, 255, 0.8);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 1.12rem;
}


.s4-c .swiper-slide .mid a span {
    display: flex;
    align-items: center;
    position: relative;
    margin-top: .4rem;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.18rem;
    color: #fff;
}

.s4-c .swiper-slide .mid a span::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotateZ(45deg);
    right: 0;
    width: 0.1rem;
    background: rgba(255, 255, 255, 0.5);
    height: 1px;
    transform-origin: right center;
}

.s4-c .swiper-slide .mid a span::after {
    content: "";
    display: block;
    flex: 1;
    min-width: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    margin-left: .2rem;
}






.s4-btm {
    display: flex;
    align-items: center;
    margin: 0 1.15rem;
    margin-top: .25rem;
}

.s4-progressbar {
    flex: 1;
    min-width: 0;
    position: relative;
    height: 1px;
    background: #D8D8D8;
}

.s4-progressbar .swiper-pagination-progressbar-fill {
    height: 3px;
    background: #E2AE60;
    top: -1px;
    transition: all 0.5s;
}

.s4-btm .s4-arrow {
    display: flex;
    align-content: center;
    margin-left: .28rem;
}

.s4-btm .s4-arrow div {
    position: static;
    top: 0;
    transform: translateY(0);
    width: 0.4rem;
    height: 0.4rem;
}

.s4-btm .s4-arrow div+div {
    margin-left: .4rem;
}

.s4-btm .s4-arrow .pub-arrow-l::after {
    background: url(/zt1/ddh20241202/images/icon-prev-r2.png) no-repeat;
    background-position: center center;
    background-size: .07rem auto;
}

.s4-btm .s4-arrow .pub-arrow-r::after {
    background: url(/zt1/ddh20241202/images/icon-next-r2.png) no-repeat;
    background-position: center center;
    background-size: .07rem auto;
}




@media screen and (min-width: 1025px) {

    .itit a:hover {
        color: #BF000A;
        font-weight: 600;
    }

    .s1-l ul li a:hover .info h3 {
        color: #BF000A;
        font-weight: 600;
    }

    .s1-r ul li:hover a {
        border-radius: 0rem 0.4rem 0rem 0.4rem;
        background: #BF000A;
    }

    .s1-r ul li:hover a .date p,
    .s1-r ul li:hover a .date span {
        color: #fff;
    }

    .s1-r ul li:hover a .date::after {
        border-left: 0.01rem solid #fff;
    }

    .s1-r ul li:hover a .info h3 {
        color: #fff;
    }

    .s1-r ul li:hover a .info p {
        color: rgba(255, 255, 255, 0.6);
    }


    .pub-arrow-l:hover {
        background: #BF000A;
    }

    .pub-arrow-l:hover::after {
        background: url(/zt1/ddh20241202/images/icon-prev-w.png) no-repeat;
        background-position: center center;
        background-size: .11rem auto;
    }

    .pub-arrow-r:hover {
        background: #BF000A;
    }

    .pub-arrow-r:hover::after {
        background: url(/zt1/ddh20241202/images/icon-next-w.png) no-repeat;
        background-position: center center;
        background-size: .11rem auto;
    }

    .s3-dot-arr .s3-prev:hover {
        transform: translateX(-.1rem);
    }

    .s3-dot-arr .s3-next:hover {
        transform: translateX(.1rem);
    }

    .s4-c .swiper-slide ul li:hover::before {
        width: 0;
    }

    .s4-c .swiper-slide ul li:hover a h3 {
        color: #fff;
    }

    .s4-c .swiper-slide ul li:hover a span {
        color: #fff;
    }

    .s4-c .swiper-slide ul li:hover a span::before {
        background: rgba(255, 255, 255, 0.5);
    }

    .s4-c .swiper-slide ul li:hover a span::after {
        background: rgba(255, 255, 255, 0.5);
    }

    .s4-btm .s4-arrow .pub-arrow-l:hover::after {
        background: url(/zt1/ddh20241202/images/icon-prev-w2.png) no-repeat;
        background-position: center center;
        background-size: .07rem auto;
    }

    .s4-btm .s4-arrow .pub-arrow-r:hover::after {
        background: url(/zt1/ddh20241202/images/icon-next-w2.png) no-repeat;
        background-position: center center;
        background-size: .07rem auto;
    }


}

@media screen and (max-width: 1024px) {
    .fp-table {
        display: block;
    }

    .banner .slick-slide a img {
        height: auto !important;
    }

    .banner .slick-dots {
        bottom: 0.15rem;
    }

    .banner .slick-dots li {
        width: 0.1rem;
        height: 0.1rem;
    }

    .banner .slick-slide a::after {
        content: none;
    }

    .banner .slick-slide a::before {
        background-size: auto .5rem;
    }

    .index {
        position: static;
    }

    .itit div img {
        height: .6rem;
    }

    .itit div::before {
        display: none;
    }

    .itit div::after {
        background-size: auto .1rem;
        margin-left: .1rem;
    }

    .section {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
    .section4{
        padding-bottom: 0;
    }
    .section4 .footer{
        margin-top: .5rem;
    }

    .s3-c {
        margin-top: .3rem;
    }

    .s1-c {
        display: block;
    }

    .s1-l {
        width: 100%;
    }

    .s1-l ul li .info {
        margin-top: .15rem;
    }

    .s1-l ul li .info p {
        margin-top: 0;
    }

    .s1-l ul li .pic .date {
        width: 0.74rem;
        height: 0.68rem;
        padding-top: 0.07rem;
        left: 0.1rem;
    }

    .s1-l ul li .pic .date p {
        font-size: 0.26rem;
    }

    .s1-l ul li .pic .date span {
        font-size: 0.12rem;
        line-height: 0.24rem;
    }


    .s1-r {
        margin-top: 0.3rem;
    }

    .s1-l .slick-dots {
        bottom: 1.02rem;
    }


    .s1-l ul li .info h3 {
        font-size: 0.18rem;
    }

    .s1-l ul li .info p {
        font-size: 0.14rem;
    }

    .s1-r ul li a .info {
        width: calc(100% - 1rem);
    }

    .s1-r ul li a .date::after {
        right: -0.15rem;
    }

    .s1-r ul li a .date p {
        font-size: 0.24rem;
    }

    .s1-r ul li a .date span {
        font-size: 0.12rem;
    }

    .s1-r ul li a .info h3 {
        font-size: 0.16rem;
    }

    .s1-r ul li a .info p {
        line-height: 0.24rem;
        height: 0.48rem;
    }

    .s1-r {
        width: auto;
    }

    .s1-r ul li a {
        padding: .2rem 0;
    }

    .s3-l {
        display: none;
    }

    .s3-r {
        display: none;
    }

    .s2-c {
        padding: .4rem .1rem .3rem .1rem;
    }

    .s2-swiper {
        padding: 0 .35rem;
    }

    .s2-swiper .swiper-container {
        padding-bottom: .1rem;
    }

    .s2-swiper li a {
        transform: scale(.9);
    }

    .s2-ttext img {
        height: 0.3rem;
    }

    .pub-arrow {
        width: 0.35rem;
        height: 0.35rem;
    }

    .pub-arrow-l {
        left: 0;
    }

    .s3-c {
        display: block;
    }

    .s3-m {
        width: auto;
    }

    .s3-m .swiper-slide a {
        padding: .35rem .2rem;
    }

    .s3-m .swiper-slide a .info div b {
        width: 0.35rem;
        height: 0.35rem;
    }

    .s3-m .swiper-slide a .info p {
        margin: .2rem 0;
    }

    .s3-dot-arr {
        max-width: none;
    }

    .s3-dot-arr .s3-prev, .s3-dot-arr .s3-next {
        width: 1rem;
        background-size: auto .1rem;
    }

    .s4-c .swiper-slide .mid a {
        padding: .45rem .2rem .4rem .2rem;
    }

    .s4-c .swiper-slide .mid {
        width: 30%;
        margin: 0 2%;
    }

    .s4-btm {
        margin: 0.25rem 0 0 0;
    }

    .s4-btm .s4-arrow div+div {
        margin-left: .2rem;
    }

}

@media screen and (max-width: 768px) {



    .s2-swiper li a {
        padding: 0 .1rem;
        transform: scale(1);
    }

    .s3-m .swiper-slide a {
        display: block;
    }

    .s3-m .swiper-slide a .pics {
        margin: 0 auto;
    }

    .s3-m .swiper-slide a .info h3 {
        text-align: center;
    }

    .s3-m .swiper-slide a .info h4 {
        text-align: center;
    }

    .s4-c .swiper-slide {
        flex-wrap: wrap;
    }

    .s4-c .swiper-slide ul {
        width: 100%;
        /* display: flex;
        justify-content: space-between; */
    }

    .s4-c .swiper-slide ul li {
        /* width: 49%; */
    }

    .s4-c .swiper-slide .mid {
        width: 100%;
        margin: .1rem 0;
    }

    .s4-c .swiper-slide ul li+li {
        margin-top: 0.1rem;
    }

    .s4-c .swiper-slide ul li a {
        padding: .2rem .15rem;
    }

    .s4-c .swiper-slide ul li a h3 {
        height: auto;
        max-height: .6rem;
    }

    .s4-c .swiper-slide .mid a {
        padding: .25rem .2rem;
    }

    .s4-c .swiper-slide .mid a h3 {
        height: auto;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .s4-c .swiper-slide .mid a div {
        margin: .1rem 0;
    }

    .s4-c .swiper-slide .mid a p {
        -webkit-line-clamp: 2;
        height: .56rem;
    }

    .s4-c .swiper-slide .mid a span {
        margin-top: .2rem;
    }
}

@media screen and (max-width: 480px) {}