@charset "utf-8";
.svgPath{display: block}
.banner{ overflow: hidden; position: relative}
.banner .a{ display: block; position: relative; z-index: 1; overflow: hidden; }
.banner .imgBox{ overflow: hidden; width: 100%;}
.banner .imgBox .img{ padding-bottom: 100vh; transition: 0s;  }
.banner .imgBox img, .banner .imgBox video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:.5s}
.banner .a .txt{position: absolute;left: 0;right:0;bottom: .98rem;z-index: 6}
.banner .imgBox:after{content: "";position: absolute;right: 0;bottom: 0;left: 0;/*background: linear-gradient(180deg, rgba(149, 149, 149, 0) 0%, rgba(29, 29, 29, 0.8) 100%);*/z-index: 1;height: 29.6875%;}

.banner .btnBox{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .62rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}
.banner .swiDots{
    position: static;
    display: flex;
    align-items: center;
    width: auto;
}

.banner .swiDots span{
    width: .1rem;
    height: .1rem;
    background: #000;
    opacity: .2;
    margin: 0 .05rem;
}
.banner .swiDots span.active{
    background: #b81c22;
    opacity: 1;
}


.banner .btnBox a{
    display: none;
    margin-left: .08rem;
}
.banner .btnBox a img{
    display: block;
    height: .09rem;
}

.title001{
    position: relative;
    z-index: 5;
}
.title001 h2{
    display: flex;
    align-items: baseline;
}
.title001 h2 i{
    display: block;
    font-size: .54rem;
    color: #b91c22;
    font-weight: 600;
    line-height: 1;
    margin-right: .07rem;
    background: transparent !important;
    font-family: "Microsoft YaHei", sans-serif;
}
.title001 h2 span{
    display: block;
    font-size: .4rem;
    line-height: 1;
    color: #2b2b2b;
    font-weight: 600;
    margin-bottom: 0 !important;
    position: relative;
    font-family: "Microsoft YaHei", sans-serif;
}
.title001 h2 span:before{
    position: absolute;
    content: '';
    left: 50%;
    top: -.54rem;
    width: .96rem;
    height: .97rem;
    background: url("../images/tit-1.png") no-repeat 50%/100%;
    transform: translateX(-50%);
}
.title001 .more a{
    display: block;
    font-size: .16rem;
    line-height: 1;
    color: #ca3438;
    text-align: center;
    transition: .5s;
}
.title001 .more a img{
    display: block;
    height: .14rem;
    margin-top: .03rem;
}
.title001 .more{
    align-self: center;
}
.title001 .more a:hover{
    transform: translateX(.1rem);
}
.index_s1 .left{
    width: 54.02%;
    margin-top: .27rem;
}
.list1w a{
    display: block;
}
.list1w a .pic{
    padding-top: 4.68rem;
    border-radius: .3rem;
}
.list1w a .time{
    position: absolute;
    left: .24rem;
    top: -.7rem;
    padding: .07rem .05rem;
    background: #fff;
    border-radius: .55rem .55rem 0 0;
}
.list1w a time{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: .95rem;
    height: .95rem;
    color: #fff;
    background: #b81c22;
    border-radius: 50vw;
}
.list1w a time span{
    display: block;
    font-size: .16rem;
    line-height: 1;
}
.list1w a time em{
    display: block;
    font-size: .36rem;
    line-height: 1;
    font-weight: 700;
    margin-top: .05rem;
}
.list1w a h3{
    font-size: .24rem;
    line-height: .34rem;
    color: #333333;
    font-weight: 700;
    transition: .5s;
}
.list1w a .txt{
    padding: .64rem .4rem 0;
    position: relative;
    z-index: 2;
}
.list1w a:hover h3{
    color: #b81c22;
}
.list1w .swiDots{
    width: auto;
    left: auto;
    right: .37rem;
    bottom: 1.27rem;
    font-size: 0;
}
.list1w .swiDots span{
    width: .09rem;
    height: .08rem;
    margin: 0 0 0 .06rem;
    border-radius: .5rem;
    background: #fff;
    opacity: .5;
}
.list1w .swiDots span.active{
    opacity: 1;
    width: .24rem;
}
.index_s1 .right{
    width: 42.55%;
    position: relative;
}
.index_s1 .tab_tit{
    display: flex;
    position: absolute;
    right: 1.57rem;
    top: -.79rem;
    z-index: 9;
}
.index_s1 .tab_tit .li{
    position: relative;
    font-size: .24rem;
    line-height: .52rem;
    color: #333333;
    transition: .5s;
    cursor: pointer;
}
.index_s1 .tab_tit .li:after{
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    width: 0;
    height: .03rem;
    background: #ca3438;
    transition: .5s;
}
.index_s1 .tab_tit .li.active:after{
    width: .48rem;
    margin-left: -.24rem;
}
.index_s1 .tab_tit .li.active{
    color: #ca3438;
    font-weight: 700;
}
.index_s1 .tab_tit .li+ .li{
    margin-left: .4rem;
}

.list_box1 li a{
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 2;
}
.list_box1 li .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list_box1 li time{
    display: flex;
    align-items: baseline;
    font-size: .16rem;
    color: #ca3438;
    line-height: 1;
    font-weight: 700;
    margin-right: .3rem;
    flex-shrink: 0;
}
.list_box1 li time span{
    display: block;
    font-size: .3rem;
    margin-right: .05rem;
}
.list_box1 li h3{
    flex: 1;
    font-size: .2rem;
    line-height: .28rem;
    color: #222222;
    max-height: .56rem;
    font-weight: 700;
}
.list_box1 li p{
    font-size: .16rem;
    line-height: .24rem;
    color: #666;
    height: .48rem;
}
.list_box1 li .bot{
    display: none;
    padding-left: 1.1rem;
}
.list_box1 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .01rem;
    background: #ececec;
}
.list_box1 li:after{
    position: absolute;
    content: '';
    left: -.24rem;
    right: -.25rem;
    top: 0;
    bottom: 0;
    background: #fff;
    border-radius: .3rem;
    box-shadow: 0 .06rem .21rem rgba(177, 41, 38, 0.16);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list_box1 li{
    height: 1.01rem;
    position:relative;
    transition: height .3s;
}
.list_box1 li.active{
    height: 1.82rem;
    margin-bottom: .15rem;
    margin-top: .06rem;
}
.list_box1 li.active .bot{
    display: block;
    margin-top: .18rem;
}
.list_box1 li.active:after{
    opacity: 1;
    visibility: visible;
}
.list_box1 li.active:before{
    opacity: 0;
}
.list_box1 li.active .aline_r{
    background-size: 100% 1px;
    color: #b81d23;
}
.list_box1 li.no-line:before,
.list_box1 li:last-child:before{
    opacity: 0;
}

.list_box1{
    height: 6.07rem;
}
.index_s1 .tab_cont .child{
    display: none;
}
.index_s1 .tab_cont .child.active{
    display: block;
}
.index_s1 .tab_cont{

}

.list3w{
    position: absolute;
    left: 0;
    right: 0;
    top: .39rem;
    mask: linear-gradient(-90deg, rgba(255, 255, 255, .4), rgba(255, 255, 255, 1) 25%);
    -webkit-mask: linear-gradient(-90deg, rgba(255, 255, 255, .4), rgba(255, 255, 255, 1) 25%);
}
.list32Mask{
    padding: 0 .23rem 0 .31rem;
    mask: linear-gradient(90deg, rgba(255, 255, 255, .4), rgba(255, 255, 255, 1) 25%);
    -webkit-mask: linear-gradient(90deg, rgba(255, 255, 255, .4), rgba(255, 255, 255, 1) 25%);

}
.list3wBox .con{
    position: relative;
    margin-bottom: .16rem;
    transition: .5s;
    display: block;
}
.list3wBox .pic{
    height: 2.48rem;
    border-radius: .3rem;
    transition: .5s;
}
.list3wBox time{
    position: absolute;
    left: .21rem;
    bottom: -.16rem;
    font-size: .16rem;
    line-height: .39rem;
    color: #fff;
    padding: 0 .16rem;
    background: #bc292f;
    border-radius: 50vw;
}
.list3wBox li.pr1 .pic{
    height: 3.1rem;
}
.list3wBox li.pr2 .pic{
    height: 4.24rem;
}
.list3wBox li.ne1 .pic{
    height: 2.48rem;
}
.list3wBox li.ne2 .pic{
    height: 3.31rem;
}
.list3wBox{
    width: 12.36rem;
    overflow: visible;
}

.list2w{
    position: relative;
    width: 6.03rem;
    margin: 0 auto;
    z-index: 3;
    transform: translateX(.04rem);
}
.list2wBox1 a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5.18rem;
    position: relative;
}
.list2wBox1 .pic{
    width: 4.91rem;
    height: 4.26rem;
    clip-path: url(#clipPath1);
}
.list2wBox1 a time{
    position: absolute;
    left: .3rem;
    top: .27rem;
    font-size: .16rem;
    line-height: .39rem;
    color: #fff;
    padding: 0 .16rem;
    background: #f05956;
    border-radius: 50vw;
    z-index: 5;
}

.list2wBox2 a{
    position: relative;
    display: block;
    padding: .33rem .54rem .37rem .74rem;
}
.list2wBox1:before,
.list2wBox1:after{
    position: absolute;
    content: '';
    top: .45rem;
    width: .21rem;
    height: 3.75rem;
    background: no-repeat 50% 50%;
    background-size: 100% 100%;
}
.list2wBox1:before{
    right: .3rem;
    background-image: url("../images/s2-img-9.png");
}
.list2wBox1:after{
    left: .3rem;
    background-image: url("../images/s2-img-10.png");
}
.list2wBox1{
    background: #cb373d;
    border-radius: .6rem;
    box-shadow: 0 .15rem .54rem rgba(177, 41, 38, 0.36);
    position: relative;

}
.list2wBox2 h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    font-weight: 700;
    transition: .5s;
}
.list2wBox2 p{
    font-size: .16rem;
    line-height: .24rem;
    color: #222222;
    height: .72rem;
    -webkit-line-clamp: 3;
    margin-top: .14rem;
}
.list2wBox2 a:before{
    position: absolute;
    content: '';
    left: .35rem;
    top: .37rem;
    width: .2rem;
    height: .2rem;
    background: url("../images/s2-img-7.png") no-repeat 50%/100%;
}
.list2wBox2{
    background: #fff;
    border-radius: .3rem;
    box-shadow: 0 .15rem 1.01rem rgba(183, 171, 134, 0.53);
}
.list2w .bot:before{
    position: absolute;
    content: '';
    left: 50%;
    bottom: calc(100% - 1px);
    width: .81rem;
    height: .15rem;
    background: url("../images/s2-img-8.png") no-repeat 50%/auto 100%;
    margin-left: -.405rem;
    z-index: 2;
}
.list2w .btn{
    width: .56rem;
    height: .56rem;
    background: no-repeat 50%/100%;
    transition: .5s;
}
.list2w .prev{
    left: -1.31rem;
    background-image: url("../images/prev-1.png");
}
.list2w .next{
    right: -1.23rem;
    background-image: url("../images/next-1.png");
}
.list2w .prev:hover{
    background-image: url("../images/prev-2.png");
}
.list2w .next:hover{
    background-image: url("../images/next-2.png");
}
.list2wBox2 a:hover h3{
    color: #b81c22;
}
.list2w .bot{
    padding: 0 .34rem 0 .41rem;
    position: relative;
    margin-top: -.54rem;
    z-index: 2;
}
.index_s2 .content .child{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
    z-index: -1;
    transform: translate(0,20px);
    transition: all .5s;
}
.index_s2 .content .child.active{
    opacity: 1;
    position: relative;
    z-index: 3;
    pointer-events: auto;
    transform: translateZ(0);
}
.index_s2 .content{
    position: relative;
    margin-top: .59rem;
}
.index_s2 .tab_tit .li i{
    color: #2b2b2b;
}
.index_s2 .tab_tit .li span:before{
    opacity: 0;
    visibility: hidden;
}
.index_s2 .tab_tit .li{
    opacity: .5;
    cursor: pointer;
    transition: all .5s;
}
.index_s2 .tab_tit .li.active i{
    color: #b91c22;
}
.index_s2 .tab_tit .li.active span:before{
    opacity: 1;
    visibility: visible;
}
.index_s2 .tab_tit .li.active{
    opacity: 1;
}
.index_s2 .tab_tit{
    gap: 0 .5rem;
}
.index_s2 .more a{
    display: none;
}
.index_s2 .more a.active{
    display: block;
}
.index_s2{
    margin-top: .89rem;
}
.home1 .peihua{
    position: absolute;
    right: 0;
    left: 0;
    bottom: -.1rem;
}
.home1 .peihua img{
    display: block;
    width: 100%;
}

.home1{
    padding: .79rem 0 1.38rem;
    position: relative;
    overflow: hidden;
    background: url("../images/home1.png") no-repeat bottom center/100% auto;
}
.index_s3 .title001 h2 span:before{
    /*background-image: url("../images/tit-2.png");*/
}
.index_s3 .title001 h2 span{
    /*color: #fff;*/
    margin-bottom: .1rem;
}
.index_s3 .title001 h2 i{
    /*color: #fff;*/
}
.index_s3 .title001 .more a{
    /*color: #f0ecde;*/
}

.index_s3 .tab_tit{
    display: flex;
    position: absolute;
    left: .19rem;
    top: .52rem;
}
.index_s3 .tab_tit .li{
    min-width: 1.32rem;
    padding: 0 .2rem;
    font-size: .24rem;
    line-height: .44rem;
    color: #a91614;
    background: rgba(255, 255, 255, 0.22);
    border: .01rem solid rgba(169, 22, 20, 0.1);
    border-radius: 50vw;
    text-align: center;
    cursor: pointer;
    transition: .5s;
}
.index_s3 .tab_tit .li + .li{
    margin-left: .14rem;
}
.index_s3 .tab_tit .li.active{
    background: #a91614;
    border-color: #a91614;
    color:#fff;
}

.index_s3 .left{
    width: 33%;
    margin-top: 1.69rem;
}
.list_box2 li a{
    display: block;
}
.list_box2 li h3{
    font-size: .22rem;
    line-height: .36rem;
    color: #000;
    height: .72rem;
    font-weight: 700;
    opacity: 0;
    transition: .5s;
}
.list_box2 li .line:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    opacity: .1;
}
.list_box2 li .line:after{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: .19rem;
    height: .19rem;
    background: url("../images/s3-img-1.png") no-repeat 50%/100% 100%;
    transform: translateY(-50%);
}
.list_box2 li .line{
    display: block;
    height: 1px;
    position: relative;
    margin-top: .29rem;
    opacity: 0;
}
.list_box2 li p{
    font-size: .16rem;
    line-height: .24rem;
    color: #333;
    -webkit-line-clamp: 4;
    height: .96rem;
    margin-top: .42rem;
    opacity: 0;
}
.list_box2 li:hover h3{
    color: #b81c22;
}
.list_box2 li{
    display: none;
}
.list_box2 li.active{
    display: block;
}
.list_box2 li.active h3,
.list_box2 li.active .line,
.list_box2 li.active p{
    animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.list_box2 li.active .line{
    animation-delay: .2s;
}
.list_box2 li.active p{
    animation-delay: .3s;
}
.index_s3 .btnBox{
    display: flex;
    margin-top: .94rem;
}
.index_s3 .btnBox .btn{
    position: static;
    transform: none;
    width: .56rem;
    height: .56rem;
    margin-right: .11rem;
    background: no-repeat 50%/100%;
    transition: .5s;
}
.index_s3 .btnBox .prev{
    background-image: url("../images/prev-1.png");
}
.index_s3 .btnBox .next{
    background-image: url("../images/next-1.png");
}
.index_s3 .btnBox .prev:hover{
    background-image: url("../images/prev-2.png");
}
.index_s3 .btnBox .next:hover{
    background-image: url("../images/next-2.png");
}

.index_s3 .right{
    width: 64.25%;
    padding-right: .6rem;
    position: relative;
}
.list4wBox a{
    display: block;
    position: relative;
    border-radius: .3rem;
    overflow: hidden;
}
.list4wBox a:after{
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    width: 35%;
    background: linear-gradient(90deg,transparent 0%, rgba(0, 0, 0, .8) 100%);
}
.list4wBox a .pic{
    padding-top: 5.93rem;
}
.list4w .swiDots{
    bottom: auto;
    width: auto;
    left: auto;
    right: -.65rem;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
}
.list4w .swiDots .current{
    display: block;
    width: .56rem;
    height: .56rem;
    line-height: .55rem;
    font-size: .26rem;
    color: #fff;
    font-weight: 700;
    background: url("../images/s3-img-3.png") no-repeat 50%/100% 100%;
}
.list4w .swiDots .current svg{
    position: absolute;
    left: 0;
    top: 0;
    width: .56rem;
    height: .56rem;
    stroke: #fff;
    stroke-width: 2;
    stroke-miterlimit: 10;
    fill: none;
    stroke-dasharray: 160; /* 需要设置为路径总长度或更大 */
    stroke-dashoffset: -160;
    animation: draw 2s ease-in-out forwards; /* 动画持续2秒 */
}
@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}
.list4w .swiDots i:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    animation: middle linear 5s;
}
.list4w .swiDots i{
    display: block;
    width: .52rem;
    height: .02rem;
    background: rgba(255, 255, 255, 0.6);
    position: relative;
}
.list4w .swiDots .total{
    display: block;
    font-size: .32rem;
    line-height: .55rem;
    width: .55rem;
    height: .55rem;
    font-weight: 700;
    color: #fff;
    transform: translateX(-.05rem);
}
.list4w{
    position: relative;
    box-shadow: 0 .15rem .54rem rgba(3, 11, 19, 0.36);

}

.index_s3 .right .rr{
    position: absolute;
    width: 1.76rem;
    top: 0;
    bottom: 0;
    right: calc((100vw - 15.6rem) / -2 - .25rem);
}
.list5wBox .a{
    display: block;
    position: relative;
    height: 5.93rem;
    overflow: hidden;
    border-radius: .3rem 0 0 .3rem;
    transition: .5s;
}
.list5wBox .num{
    position: absolute;
    left: -.05rem;
    top: -.1rem;
    font-size: .82rem;
    line-height: 1;
    color: #f3524e;
    font-weight: bold;
    font-family: "Microsoft Yahei", sans-serif;
    transition: .5s;
}
.list5wBox .txt h3{
    font-size: .18rem;
    line-height: .26rem;
    color: #fff;
    transition: .5s;
    writing-mode: vertical-rl;
    max-height: 100%;
    font-family: "Microsoft Yahei", sans-serif;
    font-weight: normal !important;
}
.list5wBox .txt{
    padding: .92rem 0 .45rem;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
}
.list5wBox li.swiper-slide-next .txt h3{
    color: #160303;
}
.list5wBox li.swiper-slide-next .num{
    opacity: .2;
}
.list5wBox li.swiper-slide-next .a{
    background: #ffffff;
}
.list5w:before{
    position: absolute;
    content: '';
    right: calc(100% - 1px);
    top: 50%;
    width: .29rem;
    height: 1.49rem;
    background: url("../images/s3-img-4.png") no-repeat left center/100% auto;
    transform: translateY(-50%);
}
.list5w{
    position: relative;
    background: #a91614;
    border-radius: .3rem 0 0 .3rem;
}
.index_s3 .child{
    opacity: 0;
    height: 0;
    transform: scale(0);
}
.index_s3 .child.active{
    opacity: 1;
    height: auto;
    transform: none;
}
.index_s3 .content{
    position: relative;
    margin-top: .57rem;
}
.index_s1 .title001 .more a,
.index_s3 .title001 .more a{
    display: none;
}
.index_s1 .title001 .more a.active,
.index_s3 .title001 .more a.active{
    display: block;
}
.index_s3{
    padding: .66rem 0 1.5rem;
    background: url("../images/index_s30104.jpg") no-repeat bottom center/cover;
}
.index_s4 .left{
    width: 57.52%;
}
.index_s4 .left .ll{
    width: 87.39%;
    background: #a91614;
    border-radius: .2rem;
    padding: .74rem  3.26rem .67rem .29rem;
}
.index_s4 .calendar-top h3{
    font-size: .22rem;
    line-height: .3rem;
    color: #ffdd9c;
    font-weight: 700;
}
.calendar-top .year-m{
    font-size: .18rem;
    line-height: .3rem;
    color: #ffdd9c;
    position: relative;
}
.calendar-top .year-m .current {
    cursor: pointer;
    display: flex;
    align-items: center;
}
.calendar-top .year-m ul{
    padding: 0.1rem 0;
    position: absolute;
    left: 50%;
    top: 100%;
    font-size: 0.16rem;
    min-width: 1.6rem;
    background-color: #fff;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, .2);
    z-index: 10;
    height: 2.36rem;
    overflow-y: auto;
    display: none;
    transform: translateX(-50%);
}
.calendar-top .year-m ul::-webkit-scrollbar {
    width: 4px
}
.calendar-top .year-m ul::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 5px
}

.calendar-top .year-m ul::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: linear-gradient(45deg,#ffdd9c 0%,#ffdd9c 100%)
}
.calendar-top .year-m ul li{
    color: #333;
    padding: 0.04rem 0.2rem;
    cursor: default;
}
.calendar-top .year-m ul li:hover {
    background-color: #a91614;
    color: #fff;
}
.calendar-top{
    margin-bottom: .2rem;
    padding-right: .45rem;
    position: relative;
    z-index: 2;
}
.index_s4 .calendar-content {
    padding: 0 .2rem 0 0;
    position: relative;
    z-index: 1;
}
.index_s4 .calendar-content:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: .64rem;
    height: .01rem;
    background-color: #ffdd9c;
    z-index: -1;
}
.index_s4 .calendar-content table {
    width: 100%;
    border-spacing: 0;
}

.index_s4 .calendar-content th {
    height: 0.64rem;
    font-size: 0.16rem;
    color: #ffdd9c;
    font-weight: 700;
    text-align: center;
}
.index_s4 .calendar-content td {
    padding: 0.15rem 0 .05rem;
    font-size: 0.16rem;
    color: #ffdd9c;
    text-align: center;
}
.index_s4 .calendar-content td.calendar-prev-month{
    color: rgba(255, 255, 255, 0.4);
}

.index_s4 .calendar-content span {
    display: inline-block;
    min-width: 0.38rem;
    height: 0.38rem;
    line-height: 0.36rem;
    border: 1px solid transparent;
    position: relative;
    z-index: 2;
}
.index_s4 .calendar-content span:after{
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    width: .51rem;
    height: .51rem;
    background: #f3524e;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    z-index: -1;
    transform: translate(-50%,-48%);
}
.index_s4 .calendar-content .calendar-has {
    cursor: pointer;
}
.index_s4 .calendar-content .calendar-has span {
    border-radius: 50%;
    border-color: rgba(255, 221, 156, 0.5);
}
.index_s4 .calendar-content .calendar-this {
}
.index_s4 .calendar-content .calendar-this span:after {
    opacity: 1;
    visibility: visible;
}
.index_s4 .calendar-content .calendar-this span {
    color: #fff;
}
.index_s4 .gd a{
    display: block;
    font-size: .16rem;
    line-height: .4rem;
    color: #fff;
    min-width: 1.01rem;
    text-align: center;
    border: .01rem solid #fff;
    border-radius: .5rem;
    transition: .5s;
}
.index_s4 .gd a:hover{
    color: #a91614;
    background: #ffdd9c;
    border-color: #ffdd9c;
}
.index_s4 .gd{
    display: flex;
    margin-top: .49rem;
}

.index_s4 .content .rr{
    position: absolute;
    right: 0;
    top: .41rem;
}
.list6w a{
    display: block;
    position: relative;
}
.list6w1 a .pic{
    padding-top: 4.83rem;
    border-radius: .2rem;
}
.list6w1 .pic .a{
    background-position: top center;
}
.list6w1 .swiper-container{
    max-width: 100%;
    width: 4.05rem;
    border-radius: .2rem;
    margin: 0;
}
.list6w1{
    padding: 0 .22rem;
    display: flex;
    justify-content: flex-end;
}
.list6w2 a h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    font-weight: 700;
    transition: .5s;
    margin-bottom: .16rem;
}
.list6w2 a h5{
    font-size: .16rem;
    line-height: .32rem;
    color: #222222;
}
.list6w2 a:before{
    position: absolute;
    content: '';
    left: .27rem;
    top: .32rem;
    width: .2rem;
    height: .2rem;
    background: url("../images/s2-img-7.png") no-repeat 50%/100%;
}
.list6w2 a:hover h3{
    color: #a91614;
}
.list6w2 a{
    position: relative;
    padding: .26rem .66rem .24rem;
}
.list6w2:before{
    position: absolute;
    content: '';
    right: .85rem;
    bottom: calc(100% - 1px);
    width: .81rem;
    height: .15rem;
    background: url("../images/s2-img-8.png") no-repeat 50%/auto 100%;
    z-index: 2;
}
.list6w2{
    position: relative;
    width: 5.2rem;
    margin-top: -.17rem;
    background: #fff;
    border-radius: .3rem;
    box-shadow: 0 .15rem .4rem rgba(183, 171, 134, 0.36);
    z-index: 2;
}
.index_s4 .content{
    margin-top: .32rem;
    position: relative;
}
.index_s4 .right{
    width: 40.11%;
}
.index_s4 .right .title001 h2 i{
    background-image: url("../images/tit-tz.png");
}
.list_box3 li a{
    display: block;
    position: relative;
    padding: .24rem .24rem;
    z-index: 2;
}
.list_box3 a time{
    display: flex;
    align-items: baseline;
    font-size: .16rem;
    line-height: 1;
    color: #ca3438;
    font-weight: 700;
}
.list_box3 a time span{
    display: block;
    font-size: .3rem;
    margin-right: .05rem;
}
.list_box3 a h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #160303;
    height: .3rem;
    margin-top: .14rem;
    font-weight: 700;
}
.list_box3 li:before{
    position: absolute;
    content: '';
    left: .15rem;
    right: .27rem;
    top: 0;
    height: .01rem;
    background: #ececec;
    transition: .5s;
}
.list_box3 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    box-shadow: 0 .06rem .21rem rgba(177, 41, 38, 0.16);
    border-radius: .3rem;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list_box3 li:first-child:before,
.list_box3 li:hover + li:before,
.list_box3 li:hover:before{
    opacity: 0;
    visibility: hidden;
}
.list_box3 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.list_box3 li{
    position: relative;
}
.list_box3{
    margin-top: .32rem;
}
.index_s4 .bg-4{
    position: absolute;
    right: 0;
    bottom: .2rem;
    width: 26.71875vw;
    height: 30.83vw;
    background: url("../images/index_s4.png") no-repeat bottom center/100%;
}
.index_s4{
    padding: .85rem 0 .44rem;
    position: relative;
}

.index_s5 .title001 h2 i{
    background-image: url("../images/tit-hl.png");
}
.mt-list{
    position: absolute;
    right: .44rem;
    top: -1.15rem;
    z-index: 5;
}
.mt-list ul{
    display: flex;
    flex-wrap: wrap;
}
.mt-list li{
    position: relative;
}
.mt-list li + li{
    margin-left: .24rem;
}
.mt-list li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: .45rem;
    height: .45rem;
    background: #b81c22;
    border-radius: 50%;
    transition: .5s;
}
.mt-list li a img{
    display: block;
    max-width: .29rem;
    max-height: .26rem;
}
.mt-list ul li span{
    width: 1.2rem;
    position: absolute;
    top: calc(100% + 15px);
    left: 50%;
    background: #fff;
    transform: translateX(-50%);
    box-shadow: 0 0 8px rgba(0, 0, 0, .15);
    padding: 2px;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    z-index: 15;
    display: flex;
    text-align: center;
    font-size: .14rem;
    color: #444;
}
.mt-list ul li span:before {
    content: '';
    border: 10px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%);
}

.mt-list ul li span img{
    display: block;
    width: 100%
}

.mt-list ul li:hover span {
    opacity: 1;
    visibility: visible;
    transition: .5s;
}
.mt-list ul li:hover a{
    background: #96000E;
}
.index_s5 .left{
    width: 50.79%;
}
.index_s5 .sp_box a{
    display: block;
    position: relative;
    border-radius: .3rem;
    overflow: hidden;
    box-shadow: 0 .15rem .54rem rgba(3, 11, 19, 0.36);
}
.index_s5 .sp_box a .pic{
    padding-top: 5.28rem;
}
.index_s5 .sp_box a h5{
    font-size: .16rem;
    line-height: .39rem;
    color: #fff;
    padding: 0 .15rem;
    text-align: center;
    min-width: 1.1rem;
    background: #b81c22;
    border-radius: 50vw;
    position: absolute;
    left: .33rem;
    bottom: .35rem;
    z-index: 3;
}
.index_s5 .sp_box a .play{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: .61rem;
    height: .61rem;
    background: url("../images/s5-img-2.png") no-repeat 50%/100%;
    box-shadow: 0 .15rem .62rem rgba(29, 28, 24, 0.79);
    margin: auto;
    border-radius: 50%;
}
.index_s5 .right{
    width: 47.3%;
}
.list_box4{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list_box4 li{
    width: 48.25%;
    margin-top: .26rem;
}
.list_box4 li:nth-child(-n+2){
    margin-top: 0;
}
.list_box4 li a{
    display: block;
    position: relative;
    overflow: hidden;
}
.list_box4 li.li1 .pic{
    padding-top: 2.51rem;
}
.list_box4 li.li1 h5{
    font-size: .16rem;
    line-height: .39rem;
    color: #fff;
    padding: 0 .15rem;
    text-align: center;
    min-width: 1.1rem;
    background: #b81c22;
    border-radius: 50vw;
    position: absolute;
    left: .22rem;
    bottom: .24rem;
    z-index: 3;
}
.list_box4 li.li1 a{
    border-radius: .3rem;
    box-shadow: 0 .15rem .54rem rgba(3, 11, 19, 0.36);
    overflow: hidden;
}
.list_box4 li.li2 a{
    border-radius: .3rem;
    box-shadow: 0 .15rem .54rem rgba(3, 11, 19, 0.36);
}
.list_box4 li.li2 .pic{
    padding-top: 2.51rem;
    border-radius: .3rem;

}
.list_box4 li.li2 .txt{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 3;
}
.list_box4 li.li2 .txt img{
    display: block;
    width: .38rem;
}
.list_box4 li.li2 .txt h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    text-align: center;
    margin-top: .16rem;
}
.list_box4 li.li2 a:before{
    position: absolute;
    content: '';
    left: .25rem;
    top: .25rem;
    right: .25rem;
    bottom: .25rem;
    border: .01rem solid #c34c4d;
    border-radius: 1.25rem;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}
.list_box4 li.li2 a:after{
    position: absolute;
    content: '';
    left: .1rem;
    top: .1rem;
    right: .1rem;
    bottom: .1rem;
    border: .01rem solid #c34c4d;
    border-radius: 1.25rem;
    opacity: 0;
    visibility: hidden;
}
.list_box4 li.li2{
    width: 18.41%;
}
.list_box4 li.li3 .pic{
    padding-top: 2.51rem;
}
.list_box4 li.li3 .pic .a{
    background-size: 100% 100%;
}
.list_box4 li.li3 .txt{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding-bottom: .6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 3;
}
.list_box4 li.li3 img{
    display: block;
    width: .54rem;
}
.list_box4 li.li3 h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    text-align: center;
    margin-top: .13rem;
    transition: .5s;
    font-weight: 700;
}
.list_box4 li.li3:hover h3{
    color: #ae2927;
}
.list_box4 li.li4{
    width: 28.31%;
    margin-top: 0;
}

.list_box4 li.li4 a{
    border-radius: .3rem;
    box-shadow: 0 .15rem .54rem rgba(3, 11, 19, 0.36);
}
.list_box4 li.li4 .pic{
    padding-top: 2.51rem;
    border-radius: .3rem;

}
.list_box4 li.li4 .txt{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 3;
}
.list_box4 li.li4 .txt img{
    display: block;
    width: .38rem;
}
.list_box4 li.li4 .txt h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #ffffff;
    text-align: center;
    margin-top: .16rem;
}
.list_box4 li.li4 a:before{
    position: absolute;
    content: '';
    left: .25rem;
    top: .25rem;
    right: .25rem;
    bottom: .25rem;
    border: .01rem solid #c34c4d;
    border-radius: .3rem;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}
.list_box4 li.li4 a:after{
    position: absolute;
    content: '';
    left: .1rem;
    top: .1rem;
    right: .1rem;
    bottom: .1rem;
    border: .01rem solid #c34c4d;
    border-radius: .3rem;
    opacity: 0;
    visibility: hidden;
}

.index_s5 .content{
    position: relative;
    margin-top: .47rem;
}
.index_s5{
    position: relative;
    z-index: 5;
    padding: .5rem 0 1.39rem;
    background: #fff url("../images/index_s5.png") no-repeat left bottom/59.47% auto;
}
.index_s6 .title001 h2 i{
    background-image: url("../images/tit-bn.png");
}
.index_s6 .title001 .more a{
    display: none;
}
.index_s6 .title001 .more a.active{
    display: block;
}
.index_s6 .tab_tit{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}
.index_s6 .tab_tit .li span{
    display: block;
    font-size: .2rem;
    line-height: 1;
    color: #524740;
    width: 1em;
    position: relative;
    z-index: 2;
    padding: .28rem 0;
    transition: .5s;
}
.index_s6 .tab_tit .li{
    width: .49rem;
    min-height: 1.35rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #fff;
    border-radius: 0 .2rem .2rem 0;
    border: .01rem solid #ede5ce;
    border-left-color: transparent;
    cursor: pointer;
    transition: .5s;
}
.index_s6 .tab_tit .li+.li{
    margin-top: -.12rem;
}
.index_s6 .tab_tit .li:nth-child(2){
    z-index: 2;
}
.index_s6 .tab_tit .li:nth-child(3){
    z-index: 3;
}
.index_s6 .tab_tit .li:nth-child(3){
    z-index: 3;
}
.index_s6 .tab_tit .li:nth-child(4){
    z-index: 4;
}
.index_s6 .tab_tit .li:nth-child(5){
    z-index: 5;
}
.index_s6 .tab_tit .li:before{
    position: absolute;
    content: '';
    left: calc(100% - 1px);
    top: 50%;
    width: .11rem;
    height: .42rem;
    background: url("../images/s6-img-6.png") no-repeat 50%/100%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.index_s6 .tab_tit .li.active span{
    color: #fff;
}
.index_s6 .tab_tit .li.active:before{
    opacity: 1;
    visibility: visible;
}
.index_s6 .tab_tit .li.active{
    width: .58rem;
    background: #a91614;
    border-color: #a91614;
    z-index: 6;
}

.index_s6 .left{
    width: 35.09%;
    margin-top: 1.43rem;
}
.list7w1_txt li a{
    display: block;
    padding-left: .4rem;
}
.list7w1_txt li time{
    display: block;
    font-size: 1.2rem;
    line-height: 1;
    color: #a91614;
    font-family: 'SourceHanSerifCN-Heavy',sans-serif;
    opacity: 0;
}
.list7w1_txt li p{
    font-size: .16rem;
    line-height: .28rem;
    color: #000000;
    -webkit-line-clamp: 3;
    height: .84rem;
    margin-top: .52rem;
    opacity: 0;
}
.list7w1_txt li{
    display: none;
}
.list7w1_txt li.active{
    display: block;
}
.list7w1_txt li.active time,
.list7w1_txt li.active p{
    animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.list7w1_txt li.active p{
    animation-delay: .2s;
}
.index_s6 .right{
    width: 45.45%;
    position: relative;
}
.list7w a{
    display: block;
    padding: .04rem;
    background: url("../images/s6-img-3.png") no-repeat 50%/100% 100%;
    border-radius: 50vw;
    box-shadow: inset 0 .29rem .46rem rgba(0, 0, 0, 0.35);
}
.list7w a .pic{
    padding-top: 100%;
    border-radius: 50vw;

}
.list7w .btn{
    position: absolute;
    width: .56rem;
    height: .56rem;
    background: no-repeat 50%/100%;
    transition: .5s;
}
.list7w .prev{
    left: -.17rem;
    background-image: url("../images/prev-1.png");
}
.list7w .next{
    right: -.17rem;
    background-image: url("../images/next-1.png");
}
.list7w .prev:hover{
    background-image: url("../images/prev-2.png");
}
.list7w .next:hover{
    background-image: url("../images/next-2.png");
}
.list7w{
    position: relative;
    z-index: 2;
}
.list7w_bg{
    position: absolute;
    top: -2.74rem;
    left: -2.74rem;
    right: -2.74rem;
    bottom: -2.74rem;
}
.list7w_bg li .con{
    border: .01rem solid rgba(230, 211, 190, 0.25);
    border-radius: 50%;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.2);
}
.list7w_bg li .pic{
    padding-top: 100%;
    border-radius: 50%;
    clip-path: polygon(0 9%, 100% 9.4%, 100% 87%, 0 87%);
}
.list7w_bg li{
    display: none;
}
.list7w_bg li.active{
    display: block;
}
.list7w_bg li.active .con{
    animation: o-fadeiIn 0.8s linear;
}
.index_s6 .right:before{
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    width: 19.61rem;
    height: 19.61rem;
    border: .01rem solid rgba(226, 226, 225, 0.8);
    border-radius: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
    clip-path: polygon(0 24.4%, 100% 24.2%, 100% 73.1%, 0 73.3%);
}
.list7whgg .dots{
    position: relative;
}
.list7whgg .dots img{
    display: block;
    width: 100%;
    max-width: .6rem;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list7whgg .dots:after{
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    width: .28rem;
    height: .28rem;
    background: url("../images/s6-img-5.png") no-repeat 50%/100%;
    transform: translate(-50%,-50%);
    transition: .5s;
}
.list7whgg h4{
    font-size: .24rem;
    line-height: .3rem;
    color: #160303;
    text-align: center;
    margin-top: .12rem;
    font-weight: 700;
    transition: .5s;
}
.list7whgg .swiper-slide-active .dots img{
    opacity: 1;
    visibility: visible;
}
.list7whgg .swiper-slide-active .dots:after{
    opacity: 0;
    visibility: hidden;
}
.list7whgg .swiper-slide{
    cursor: pointer;
}
.index_s6 .bot .lineBox span{
    position: absolute;
    top: .3rem;
    height: .01rem;
    background: #c78b4a;
    opacity: 0;
}
.index_s6 .bot .lineBox span:nth-child(1){
    left: .6rem;
    opacity: 1;
    width: 1.88rem;
}
.index_s6 .bot .lineBox span:nth-child(2){
    left: 3.1rem;
    opacity: 1;
    width: 1.85rem;
}
.index_s6 .bot .lineBox span:nth-child(3){
    left: 5.6rem;
    opacity: 1;
    width: 1.86rem;
}
.index_s6 .bot{
    position: absolute;
    left: .4rem;
    bottom: .34rem;
    width: 8.07rem;
}

.index_s6 .block1{
    position: relative;
}
.index_s6 .content{
    margin-top: -.41rem;
}

@keyframes o-fadeiIn {
    0%{
        opacity: 0;
        visibility: hidden;
    }
    100%{
        opacity: 1;
        visibility: visible;
    }
}


.list8w .swiper-container{
    width: 19rem;
    padding: .3rem 0 0 .6rem;
    margin-left: -.6rem;
}
.list8w a{
    display: block;
    position: relative;
    transition: .5s;
}
.list8w a .pic{
    padding-top: 4.1rem;
    border-radius: .3rem;
    transition: .5s;
}
.list8w a .play{
    position: absolute;
    left: .25rem;
    bottom: .25rem;
    width: .51rem;
    height: .51rem;
    background: url("../images/s5-img-2.png") no-repeat 50%/100%;
    box-shadow: 0 .15rem .62rem rgba(29, 28, 24, 0.79);
    border-radius: 50%;
    z-index: 3;
}
.list8w a h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    padding: 0 .25rem;
    font-weight: 700;
    transition: .5s;
    margin-top: .3rem;
}
.list8w a:hover h3{
    color: #a91614;
}
.list8w a:hover .pic{
    box-shadow: 0 .15rem .54rem rgba(3, 11, 19, 0.36);
}
.list8w .swiper-slide-prev a{
    opacity: 0;
    visibility: hidden;
}
.list8w .btnBox{
    margin-top: .67rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list8w .btnBox .swiDots{
    position: relative;
    flex: 1;
    height: .17rem;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50vw;
    padding: 0 .09rem;
    box-shadow: 0 .15rem .4rem rgba(183, 171, 134, 0.36);
}
.list8w .btnBox .swiDots .fill{
    position: absolute;
    left: .09rem;
    right: .09rem;
    height: .05rem;
    background: #a91614;
    top: 50%;
    margin-top: -.02rem;
    border-radius: 50vw;;
    transition: width 300ms ease-out; /* 平滑过渡 */
    max-width: calc(100% - .18rem);
}
.list8w .btnBox .btn{
    width: 1.24rem;
    display: flex;
    justify-content: space-between;
    flex-shrink: 0;
    margin-left: .17rem;
}
.list8w .btnBox .btn a{
    display: block;
    width: .56rem;
    height: .56rem;
    position: static;
    transform: none;
    background: no-repeat 50%/100%;
    transition: .5s;
}
.list8w .btnBox .btn .prev{
    background-image: url("../images/prev-1.png");
}
.list8w .btnBox .btn .next{
    background-image: url("../images/next-1.png");
}
.list8w .btnBox .btn .prev:hover{
    background-image: url("../images/prev-2.png");
}
.list8w .btnBox .btn .next:hover{
    background-image: url("../images/next-2.png");
}
.list8w{
    margin-top: .64rem;
}

.index_s6 .tab_cont1 .child{
    opacity: 0;
    height: 0;
    transform: scale(0);
    overflow: hidden;
}
.index_s6 .tab_cont1 .child.active{
    opacity: 1;
    height: auto;
    transform: scale(1);
    overflow: visible;
}
.index_s6 .bg-box .bg{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    z-index: -1;
}
.index_s6 .bg-box .bg.active{
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
.index_s6{
    position: relative;
    background: #f3f0e8;
    padding: 1.03rem 0 1.13rem;
}

.list9w a{
    display: block;
    border-radius: .35rem;
    overflow: hidden;
}
.list9w a .pic{
    padding-top: 2.2rem;
}
.list9w .btn{
    width: .56rem;
    height: .56rem;
    background: transparent no-repeat 50%/100%;
    transition: .5s;
}
.list9w .prev{
    left: -.34rem;
    background-image: url("../images/prev-1.png");
}
.list9w .next{
    right: -.34rem;
    background-image: url("../images/next-1.png");
}
.list9w .prev:hover{
    background-image: url("../images/prev-2.png");
}
.list9w .next:hover{
    background-image: url("../images/next-2.png");
}
.list9w{
    margin-top: .54rem;
    position: relative;
}
.index_s7 .title001 h2 i{
    background-image: url("../images/tit-zt.png");
}
.index_s7{
    padding: .8rem 0 1.25rem;
}
@media (min-width: 1199px) {
    .list_box1 li time{
        padding-left: .1rem;
    }
    .index_s1 .content,
    .index_s3 .content,
    .index_s4 .wp,
    .index_s5 .content,
    .index_s6 .content{
        padding: 0 .25rem 0 .19rem;
    }
    .title001{
        padding: 0 .25rem 0 .19rem;
    }
    .index_s4 .title001{
        padding: 0;
    }


}
@media (min-width: 1025px) {
    .list3wBox li.ne2{
        transform: translateX(-1.59rem);
        transition: .5s;
    }
    .list3wBox li.pr2{
        transform: translateX(1.59rem);
        transition: .5s;
    }
    .list3wBox li.pr1 .con,
    .list3wBox li.pr2 .con,
    .list3wBox li.ne1 .con,
    .list3wBox li.ne2 .con{
        opacity: 1;
        visibility: visible;
    }
    .list3wBox li .con,
    .list3wBox li.swiper-slide-active .con{
        opacity: 0;
        visibility: hidden;
    }
}
@media (max-width: 1199px) {
    .banner .imgBox .img{
        padding-bottom: 50vw ;
    }
    .index_s3 .right .rr{
        display: none;
    }
}
@media (max-width: 1025px) {
    .banner .swiDots .current{
        font-size: .2rem;
    }
    .banner .swiDots i{
        width: .5rem;
        margin: 0 .1rem;
    }
    .banner .btnBox a img{
        height: .07rem;
    }
    .banner .btnBox a{
        margin-left: .1rem;
    }
    .banner .btnBox{
        bottom: .9rem;
    }
    .title001 h2 i{
        width: auto;
        height: auto;
        font-size: .36rem;
        margin-right: .05rem;
    }
    .title001 h2 span{
        font-size: .28rem;
        margin-bottom: .15rem;
    }
    .title001 h2 span:before{
        top: -0.3rem;
        width: 0.56rem;
        height: 0.57rem;
    }
    .title001 .more a img{
        height: .13rem;
    }
    .index_s1 .left{
        width: 100%;
        margin-top: 0;
    }
    .list1w a .pic{
        padding-top: 57.14%;
        border-radius: .1rem;
    }
    .list1w a time{
        width: .8rem;
        height: .8rem;
    }
    .list1w a time span{
        font-size: .12rem;
    }
    .list1w a time em{
        font-size: .28rem;
        margin-top: .02rem;
    }
    .list1w a h3{
        font-size: .2rem;
        line-height: .3rem;
    }
    .list1w a .time{
        left: .2rem;
        top: -.6rem;
        padding: .05rem;
    }
    .list1w a .txt{
        padding: .3rem 0 0;
    }
    .list1w .swiDots{
        right: 0.15rem;
        bottom: 0.75rem;
    }
    .index_s1 .right{
        width: 100%;
        margin-top: .4rem;
    }
    .index_s1 .tab_tit{
        position: static;
        justify-content: center;
        gap: 0 .2rem;
    }
    .index_s1 .tab_tit .li+ .li{
        margin-left: 0;
    }
    .list_box1 li time{
        margin-right: .2rem;
    }
    .list_box1 li h3{
        line-height: .3rem;
        max-height: .6rem;
    }
    .list_box1 li .bot{
        padding-left: .9rem;
    }
    .list_box1 li.active .bot{
        margin-top: .05rem;
    }
    .list_box1 li.active{
        margin: 0;
        height: 1.4rem;
    }
    .list_box1 li:after{
        left: -10px;
        right: -10px;
        top: -.01rem;
        border-radius: .1rem;
    }
    .list_box1 li {
        height: 0.9rem;
    }
    .list_box1{
        height: auto;
    }
    .index_s1 .tab_cont{
        margin-top: .2rem;
    }
    .index_s1 .content{
        margin-top: .2rem;
    }
    .home1{
        padding: .4rem 0;
    }
    .list3w{
        display: none;
    }
    .list2wBox1 a time{
        left: .2rem;
        top: .2rem;
    }
    .list2wBox1 a{
        height: 4.6rem;
    }
    .list2wBox1:before, .list2wBox1:after{
        top: .15rem;
    }
    .list2wBox1{
        border-radius: .2rem;
    }
    .list2w{
        width: 6rem;
        max-width: 90%;
    }
    .list2wBox2 a{
        padding: .2rem;
    }
    .list2wBox2{
        border-radius: .1rem;
    }
    .list2w .bot{
        padding: 0 .35rem;
        margin-top: -.2rem;
    }
    .list2wBox2 a:before{
        width: .16rem;
        height: .16rem;
        top: .27rem;
        left: .2rem;
    }
    .list2wBox2 h3{
        padding-left: .23rem;
    }
    .list2wBox2 p{
        margin-top: .05rem;
    }
    .list2w .btn{
        width: .45rem;
        height: .45rem;
    }
    .list2w .next{
        right: -.5rem;
    }
    .list2w .prev{
        left: -.5rem;
    }
    .index_s2 .content{
        margin-top: .2rem;
    }
    .index_s2{
        margin-top: .4rem;
    }
    .index_s3 .title001 h2 span {
        color: #fff;
        margin-bottom: .05rem;
    }
    .index_s3 .right{
        width: 100%;
        padding-right: 0;
        order: 0;
    }
    .list4wBox a .pic{
        padding-top: 66.52%;
    }
    .list4wBox a:after{
        left: 0;
        right: 0;
        top: auto;
        width: 100%;
        height: 25%;
        background: linear-gradient(180deg,transparent 0%, rgba(0, 0, 0, .8) 100%);
    }
    .list4wBox a{
        border-radius: .1rem;
    }
    .list4w .swiDots{
        left: 0;
        right: 0;
        top: auto;
        bottom: .15rem;
        justify-content: center;
        transform: none;
    }
    .list4w .swiDots .current{
        position: relative;
    }
    .list4w .swiDots .total{
        font-size: .24rem;
        width: .45rem;
        height: .45rem;
        line-height: .45rem;
    }
    .list4w .swiDots .current{
        width: .45rem;
        height: .45rem;
        line-height: .45rem;
        font-size: .2rem;
    }
    .list4w .swiDots .current svg{
        width: .45rem;
        height: .45rem;
    }
    .index_s3 .left{
        width: 100%;
        order: 1;
        margin-top: .2rem;
    }
    .list_box2 li h3{
        font-size: .2rem;
        line-height: .3rem;
        height: .6rem;
    }
    .list_box2 li .line{
        margin-top: .15rem;
    }
    .list_box2 li p{
        -webkit-line-clamp: 3;
        height: .72rem;
        margin-top: .2rem;
    }
    .index_s3 .btnBox{
        margin-top: .2rem;
        justify-content: center;
        gap: 0 .2rem;
    }
    .index_s3 .btnBox .btn{
        width: .45rem;
        height: .45rem;
        margin-right: 0;
    }
    .index_s3 .tab_tit{
        position: static;
        justify-content: center;
        gap: 0 .2rem;
        margin-bottom: .3rem;
    }
    .index_s3 .tab_tit .li{
        font-size: .2rem;
        line-height: .42rem;
    }
    .index_s3 .tab_tit .li + .li{
        margin-left: 0;
    }
    .index_s3 .content{
        margin-top: .2rem;
    }
    .index_s3{
        padding: .4rem 0;
    }
    .index_s4 .left{
        width: 100%;
    }
    .index_s4 .left .ll{
        padding: .3rem 1.85rem .3rem .3rem;
        border-radius: .1rem;
    }
    .index_s4 .gd{
        margin-top: .2rem;
    }
    .index_s4 .content .rr{
        top: .3rem;
    }
    .list6w1{
        padding: 0 .2rem;
    }
    .list6w1 .swiper-container{
        width: 3rem;
        border-radius: .1rem;
    }
    .list6w1 a .pic {
        padding-top: 4.2rem;
        border-radius: .1rem;
    }
    .list6w2 a{
        padding: .2rem;
    }
    .list6w2 a h3{
        margin-bottom: .05rem;
        padding-left: .24rem;
    }
    .list6w2 a:before{
        width: .16rem;
        height: .16rem;
        top: .27rem;
        left: .2rem;
    }
    .list6w2{
        width: 4.6rem;
        border-radius: .15rem;
        margin-top: -.15rem;
    }
    .index_s4 .content{
        margin-top: .2rem;
        padding-bottom: .8rem;
    }
    .index_s4 .right{
        width: 100%;
        margin-top: .4rem;
    }
    .list_box3 a h3{
        margin-top: .1rem;
    }
    .list_box3 li a{
        padding: .2rem;
    }
    .list_box3 li:after{
        border-radius: .1rem;
    }
    .list_box3 {
        margin-top: 0.2rem;
    }
    .index_s4{
        padding: .4rem 0;
    }
    .mt-list li a{
        width: .42rem;
        height: .42rem;
    }
    .mt-list li a img{
        max-width: .2rem;
        max-height: .2rem;
    }
    .mt-list li + li{
        margin-left: 0;
    }
    .mt-list ul{
        gap: 0 .2rem;
    }
    .mt-list{
        top: -.7rem;
        right: 0;
    }
    .index_s5 .left{
        width: 100%;
    }
    .index_s5 .sp_box a .pic{
        padding-top: 68.57%;
    }
    .index_s5 .sp_box a{
        border-radius: .1rem;
    }
    .index_s5 .sp_box a h5,
    .list_box4 li.li1 h5{
        line-height: .34rem;
        left: .2rem;
        bottom: .2rem;
    }
    .index_s5 .right{
        width: 100%;
        margin-top: .2rem;
    }
    .list_box4 li.li1 .pic{
        padding-top: 33vw;
    }
    .list_box4 li.li1 a{
        border-radius: .1rem;
    }
    .list_box4 li.li2 .pic,
    .list_box4 li.li4 .pic{
        padding-top: 33vw;
        border-radius: .3rem;
    }
    .list_box4 li.li2 a,
    .list_box4 li.li4 a{
        border-radius: .3rem;
    }
    .list_box4 li.li2 .txt h3,
    .list_box4 li.li4 .txt h3{
        margin-top: .1rem;
    }
    .list_box4 li.li2 a:before,
    .list_box4 li.li2 a:after{
        border-radius: 1.8rem;
    }
    .list_box4 li.li3 .pic{
        padding-top: 33vw;
    }
    .list_box4 li.li3 h3{
        margin-top: .1rem;
    }
    .list_box4 li{
        width: 48%;
        margin: 0;
    }
    .list_box4{
        gap: .2rem 0;
    }
    .index_s5 .content{
        margin-top: .2rem;
    }
    .index_s5{
        padding: 0 0 .4rem;
    }

    .index_s6 .tab_tit{
        position: relative;
        inset: 0;
        transform: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: .2rem;
        z-index: 5;
    }
    .index_s6 .tab_tit .li{
        width: auto;
        min-height: auto;
        padding: 0 .2rem;
        border-radius: 0 0 .05rem .05rem;
    }
    .index_s6 .tab_tit .li+.li{
        margin-top: 0;
    }
    .index_s6 .tab_tit .li span{
        writing-mode: inherit;
        font-size: .2rem;
        line-height: .4rem;
        padding: 0;
        width: auto;
    }
    .index_s6 .tab_tit .li.active{
        width: auto;
    }
    .index_s6 .tab_tit .li:before{
        left: 50%;
        top: calc(100% - .15rem);
        transform: translate(-50%,0) rotate(90deg);
    }
    .index_s6 .content{
        margin-top: .2rem;
    }
    .index_s6 .right{
        width: 100%;
        order: 0;
    }
    .index_s6 .right:before{
        display: none;
    }
    .list7w{
        width: 5rem;
        margin: 0 auto;
    }
    .list7w .btn{
        width: .45rem;
        height: .45rem;
    }
    .list7w .prev{
        left: -.2rem;
    }
    .list7w .next{
        right: -.2rem;
    }
    .list7w_bg{
        left: 50%;
        top: 50%;
        width: 6rem;
        height: 6rem;
        transform: translate(-50%,-50%);
    }
    .list7w_bg li .pic{
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
    .index_s6 .left{
        width: 100%;
        order: 1;
        margin-top: .2rem;

    }
    .list7w1_txt li time{
        font-size: .7rem;
    }
    .list7w1_txt li p{
        margin-top: .1rem;
        font-size: .18rem;
    }
    .list7w1_txt li a{
        padding-left: 0;
    }
    .index_s6 .bot{
        position: relative;
        width: auto;
        inset: 0;
        margin-top: .2rem;
    }
    .list7whgg h4{
        margin-top: .1rem;
    }
    .list7whgg .dots:after{
        width: .2rem;
        height: .2rem;
    }
    .list7whgg .dots img{
        max-width: .45rem;
    }
    .index_s6 .bot .lineBox span{
        top: .22rem;
    }
    .index_s6 .bot .lineBox span:nth-child(1){
        left: 0;
        right: 0;
        width: 100%;
    }
    .index_s6 .bot .lineBox span:nth-child(2),
    .index_s6 .bot .lineBox span:nth-child(3),
    .index_s6 .bot .lineBox span:nth-child(4){
        display: none;
    }
    .list8w .swiper-container{
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .list8w a .pic{
        padding-top: 68.79%;
        border-radius: .1rem;
    }
    .list8w a h3{
        margin-top: .15rem;
        padding: 0;
    }
    .list8w .btnBox .swiDots{
        height: .1rem;
        padding: 0 .05rem;
        border-radius: 50vw;
    }
    .list8w .btnBox .btn a{
        width: .45rem;
        height: .45rem;
    }
    .list8w .btnBox .btn{
        width: 1rem;
        margin-left: .1rem;
    }
    .list8w .btnBox {
        margin-top: 0.2rem;
    }
    .list8w{
        margin-top: 0;
    }
    .index_s6 .tab_cont1{
        margin-top: .4rem;
    }
    .index_s6{
        padding: .4rem 0;
    }
    .list9w a .pic{
        padding-top: 48.39%;
    }
    .list9w a{
        border-radius: .1rem;
    }
    .list9w .btn{
        width: .45rem;
        height: .45rem;
    }
    .list9w .prev{
        left: -15px;
    }
    .list9w .next{
        right: -15px;
    }
    .list9w {
        margin-top: 0.2rem;
    }
    .index_s7{
        padding: .4rem 0;
    }
}
@media (max-width: 769px) {
    .banner .btnBox{
        bottom: .5rem;
    }
    .list2w{
        width: 8.5rem;
        padding: 0 .5rem;
        max-width: 100%;
        transform: none;
    }
    .list2w .next{
        right: -.45rem;
    }
    .list2w .prev{
        left: -.45rem;
    }
    .index_s4 .left .ll{
        width: 100%;
        padding: .2rem;
    }
    .calendar-top{
        padding-right: 0;
    }
    .index_s4 .calendar-content{
        padding-right: 0;
    }
    .index_s4 .content .rr{
        position: static;
        margin-top: .3rem;
        width: 100%;

    }
    .list6w1{
        justify-content: center;
        padding: 0;
        width: 45%;
        box-shadow: 0 .15rem .4rem rgba(183, 171, 134, 0.36);
        border-radius: .1rem;
    }
    .list6w2 a h3{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: wrap;
        height: .6rem;
    }
    .list6w2 a h5{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        white-space: wrap;
    }
    .list6w2 a{
        height: 100%;
    }
    .list6w2{
        width: 53%;
        border-radius: .1rem;
        margin: 0;
    }
    .list6w1 .swiper-container{
        width: 100%;
    }
    .list6w1 a .pic{
        padding-top: 3rem;
    }

    .index_s4 .content{
        padding-bottom: 0;
    }
    .list6w2:before{
        left: 50%;
        transform: translateX(-50%);
    }
    .list6w{
        display: flex;
        justify-content: space-between;
    }
    .mt-list{
        position: static;
        margin-bottom: .3rem;
    }
    .mt-list ul{
        justify-content: center;
    }
    .list2wBox1:before {
        display: none;
    }
    .list2wBox1:after {
        display: none;
    }
    .list2wBox1 a:before,
    .list2wBox1 a:after{
        content: '';
        display: block;
        width: .21rem;
        height: 3.75rem;
        background: no-repeat 50% 50%;
        background-size: 100% 100%;
    }
    .list2wBox1 a:before{
        background-image: url(../images/s2-img-10.png);
    }
    .list2wBox1 a:after{
        background-image: url(../images/s2-img-9.png);
    }
    .list2wBox1 a{
        gap: 0 .1rem;
        align-items: flex-start;
    }
    .list2wBox1{
        padding: .2rem 0;
    }
}
@media (max-width: 481px) {
    .list2wBox1 .pic {
        width: 2.9rem;
        height: 2.8rem;
    }
    .list2wBox1 a {
        height: 3.4rem;
    }
    .list2wBox1 a time{
        left: .1rem;
        top: .1rem;
        line-height: .34rem;
    }
    .list2w .bot{
        padding: 0 .1rem;
    }
    .list_box4 li.li3 .txt{
        padding-bottom: .4rem;
    }
    .index_s5 .sp_box a h5, .list_box4 li.li1 h5{
        left: .1rem;
        bottom: .1rem;
    }
    .list_box4 li.li2 .txt img{
        width: .3rem;
    }
    .list_box4 li.li3 img{
        width: .4rem;
    }
    .list_box4 li.li3 h3,
    .list_box4 li.li2 h3{
        margin-top: 0;
    }
    .list7w{
        width: 3.5rem;
    }
    .list7w_bg{
        width: 4.4rem;
        height: 4.4rem;
    }
    .list7w1_txt li time{
        font-size: .5rem;
    }
    .list2wBox1 a:before,
    .list2wBox1 a:after{
        width: 0.12rem;
        height: 2.4rem;
    }
    .list2wBox1 a{
        gap: 0 .05rem;
        height: 3.1rem;
    }
}

@media (min-width:1025px){.list6w2 a{min-height:1.92rem; }}
@media (max-width:1440px) and (max-height:900px){
    .banner .imgBox .img{
        padding-bottom:50vw;
    }
}




.index_s1 .tab_tit .more a{
    display: none;
    font-size: .16rem;
    line-height: 1;
    color: #ca3438;
    text-align: center;
    transition: .5s;
}
.index_s1 .tab_tit .more a img{
    display: block;
    height: .14rem;
    margin-top: .03rem;
}
.index_s1 .tab_tit .more{
    position: absolute;
    right: .1rem;
    top: 50%;
    transform: translateY(-50%);
}
.index_s1 .tab_tit .more a:hover{
    right: 2rem;
}
.index_s1 .tab_tit .more a.active{
    display: block;
}
@media (min-width: 1025px) {
    .index_s1 .title001{
        width: 54.02%;
    }
    .index_s1 .tab_tit{
        left: 0;
        right: 0;
        top: -0.7rem;
        justify-content: center;
    }
    .index_s1 .tab_tit .li+ .li{
        margin-left: .2rem;
    }
    .index_s1 .tab_tit .li{
        margin: 0 .2rem;
    }
    .index_s1 .tab_tit .more{
        top: 0.15rem;
        transform: none;
    }
    .index_s1 .title001 .more{
        margin-bottom: .23rem;
    }
}

@media (max-width: 1025px) {
    .index_s1 .tab_tit{
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        justify-content: flex-start;
    }
    .index_s2 .tab_tit{
        gap: 0 .2rem;
    }
    .index_s3 .tab_tit{
        gap: .1rem .2rem;
        flex-wrap: wrap;
    }
}

@media (max-width: 481px) {
    .list_box4 li.li2 .pic,
    .list_box4 li.li4 .pic{
        border-radius: .1rem;
    }
    .list_box4 li.li2 a,
    .list_box4 li.li4 a{
        border-radius: .1rem;
    }

}


/*2026-05-09*/


.list10w .slide{
    position: relative;
    height: 7.61rem;
}
.list10w .slide .con{
    width: 3.31rem;
    padding-left: .37rem;
    position: absolute;
    left: 0;
    top: 0;
}
.list10w .slide .con .lines{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: .31rem;
}
.list10w .slide .con .lines img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 3;
}
.list10w .slide .con .lines:before,
.list10w .slide .con .lines:after{
    position: absolute;
    content: '';
    top: .16rem;
    left: 50%;
    bottom: 0;
    width: .01rem;
}
.list10w .slide .con .lines:before{
    background: #E1CEAF;
}
.list10w .slide .con .lines:after{
    background: #96000E;
    transform: scaleY(0);
    transform-origin: top center;
    transition: all .5s;
}
.list10w .slide time{
    display: block;
    font-size: .48rem;
    line-height: 1;
    color: #CA9E79;
    font-family: 'Philosopher',sans-serif;
    transition: all .5s;
}
.list10w .slide time a{
    color: #CA9E79;
}
.list10w .slide time a:hover{
    color:#a91614
}
.list10w .slide i{
    display: block;
    height: .01rem;
    background: #E1CEAF;
    margin-top: .15rem;
}
.list10w .slide p{
    font-size: .18rem;
    line-height: .28rem;
    color: #333333;
    height: .56rem;
    margin-top: .14rem;
}

.list10w .slide:hover .lines:after{
    transform: scaleY(1);
}
.list10w .slide:hover time{
    color: #96000E;
}

.list10w .mask{
    position: absolute;
    left: 50%;
    top: .72rem;
    width: 100vw;
    height: 25.57vw;
    background: url("../images/s6-img-10.png") no-repeat 50% 50%;
    background-size: 100% auto;
    pointer-events: none;
    transform: translateX(-50%);
}

@media (min-width: 1025px) {
    .list10w{
        margin-left: -.19rem;
        margin-right: -.25rem;
        margin-top: -.9rem;
    }

    .list10w .slide.swiper-slide-active .con{
        left: 0;
        top: 1.69rem;
        padding-top: 1.34rem;
        padding-bottom: .1rem;
    }
    .list10w .slide.swiper-slide-active p{
        -webkit-line-clamp: 4;
        height: 1.12rem;
    }
    .list10w .slide.swiper-slide-next .con{
        left: 1rem;
        top: 0;
        padding-top: .14rem;
        padding-bottom: .54rem;
    }
    .list10w .slide.swiper-slide-next .lines img{
        top: calc(100% - .31rem);
    }
    .list10w .slide.swiper-slide-next .lines:before,
    .list10w .slide.swiper-slide-next .lines:after{
        top: 0;
        bottom: .16rem;
    }
    .list10w .slide.swiper-slide-next p{
        -webkit-line-clamp: 3;
        height: .84rem;
    }

    .list10w .slide.swiper-slide-next + div .con{
        left: -.2rem;
        top: 3.06rem;
        padding-top: .94rem;
        padding-bottom: .08rem;
    }
    .list10w .slide.swiper-slide-next + div p{
        -webkit-line-clamp: 3;
        height: .84rem;
    }

    .list10w .slide.swiper-slide-next + div + div .con{
        left: 0;
        top: 1.01rem;
        padding-top: .14rem;
        padding-bottom: .34rem;
    }
    .list10w .slide.swiper-slide-next + div + div .lines img{
        top: calc(100% - .31rem);
    }
    .list10w .slide.swiper-slide-next + div + div .lines:before,
    .list10w .slide.swiper-slide-next + div + div .lines:after{
        top: 0;
        bottom: .16rem;
    }
    .list10w .slide.swiper-slide-next + div + div p{
        -webkit-line-clamp: 3;
        height: .84rem;
    }

    .list10w .slide.swiper-slide-next + div + div + div .con{
        left: -.5rem;
        top: 5.17rem;
        padding-top: .74rem;
        padding-bottom: .08rem;
    }
    .list10w .slide.swiper-slide-next + div + div + div p{
        -webkit-line-clamp: 3;
        height: .84rem;
    }


    .list10w .slide.swiper-slide-next + div + div + div + div .con{
        left: -1rem;
        top: 1.41rem;
        padding-top: .14rem;
        padding-bottom: 1.26rem;
    }
    .list10w .slide.swiper-slide-next + div + div + div + div .lines img{
        top: calc(100% - .31rem);
    }
    .list10w .slide.swiper-slide-next + div + div + div + div .lines:before,
    .list10w .slide.swiper-slide-next + div + div + div + div .lines:after{
        top: 0;
        bottom: .16rem;
    }
    .list10w .slide.swiper-slide-next + div + div + div + div p{
        -webkit-line-clamp: 6;
        height: 1.68rem;
    }
    .list10w .slide.swiper-slide-prev .con{
        opacity: 0;
        visibility: hidden;
    }
    .list10w .slide .con{
        transition: all .5s;
    }

}

@media (max-width: 1025px) {
    .list10w .slide{
        height: auto;
    }
    .list10w .slide .con{
        position: relative;
        inset: 0;
        width: 100%;
        padding: .3rem 0 0.25rem .25rem;
    }
    .list10w .slide .con .lines{
        width: .2rem;
    }
    .list10w .slide time{
        font-size: .3rem;
    }
    .list10w .slide i{
        margin-top: .1rem;
    }
    .list10w .slide p{
        line-height: .26rem;
        -webkit-line-clamp: 4;
        height: 1.04rem;
        margin-top: .1rem;
    }

    .list10w .slide:nth-child(2n) .con{
        margin-top: 1.9rem;
    }
    .list10w .slide:nth-child(2n + 1) .lines img{
        top: calc(100% - .21rem);
    }
    .list10w .slide:nth-child(2n + 1) .lines:before,
    .list10w .slide:nth-child(2n + 1) .lines:after{
        top: 0;
        bottom: .1rem;
    }
    .list10w .mask{
        top: 50%;
        background: #96000E;
        height: .01rem;
    }
}
@media (max-width: 769px) {
    .list10w .slide:nth-child(2n) .con{
        margin-top: 0;
    }
    .list10w .slide:nth-child(2n + 1) .lines img{
        top: 0;
    }
    .list10w .slide:nth-child(2n + 1) .lines:before,
    .list10w .slide:nth-child(2n + 1) .lines:after{
        top: .1rem;
        bottom: 0;
    }
    .list10w .mask{
        top: .08rem;
    }
}