@charset "utf-8";
.svgPath{display: block}
.banner_box{
    position: relative;
    padding-right: 1.04rem;
}
.banner a{
    display: block;
}
.banner a img{
    display: block;
    width: 100%;
}

.banner_box .swiDots{
    width: 1.04rem;
    left: auto;
    top: 0;
    right: 0;
    bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}
.banner_box .swiDots span{
    display: block;
    width: .2rem;
    height: .21rem;
    margin: .045rem 0;
    background: url("../images/dots-1.png") no-repeat 50%/.1rem;
    opacity: 1;
    border-radius: 0;
    position: relative;
    transition: .5s;
}
.banner_box .swiDots span:before{
    position: absolute;
    content: '';
    top: 50%;
    right: calc(100% - 1px);
    width: 0;
    height: 1px;
    background: #fff;
    transition: .5s;
}
.banner_box .swiDots span.active:before{
    width: .42rem;
}
.banner_box .swiDots span.active{
    background-image: url("../images/dots-2.png");
    background-size: 100%;
}
.banner_box:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 1rem;
    background: #1a3889;
}

.title001 h2{
    font-size: .64rem;
    line-height: 1;
    color: #000000;
}
.title001 .more a{
    display: block;
    font-size: .18rem;
    line-height: 1;
    color: #333333;
    transition: .5s;
}
.title001 .more a:hover{
    color: #b81c22 !important;
}

.title002 h3{
    font-size: .36rem;
    line-height: 1;
    color: #000000;
}
.title002 .more a{
    display: block;
    font-size: .18rem;
    line-height: 1;
    color: #333333;
    transition: .5s;
}
.title002 .more a:hover{
    color: #b81c22 !important;
}


.index_s1 .title001 .more a{
    color: #fff;
}
.index_s1 .title001 .more{
    margin-top: .6rem;
}
.index_s1 .title001 h2{
    color: #fff;
}
.index_s1 .title001{
    align-items: flex-start;
    flex-direction: column;
}
.index_s1 .left{
    width: 3.1rem;
    padding-top: .42rem;
}

.index_s1 .right{
    width: calc(100% - 3.1rem);
}
.list_box1{
    display: flex;
    flex-wrap: wrap;
}
.list_box1 li{
    width: 31.78%;
    margin: .37rem 0 0 2.33%;
    position: relative;
}
.list_box1 li:nth-child(-n+3){
    margin-top: 0;
}
.list_box1 li:nth-child(3n+1){
    margin-left: 0;
}
.list_box1 li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    box-shadow: .1rem .09rem .32rem #e2f4ff;
    z-index: -1;
    transition: .5s;
}
.list_box1 li a{
    display: block;
    position: relative;
    overflow: hidden;
}
.list_box1 li a .pic{
    padding-top: 3.11rem;
    transition: .5s;
}
.list_box1 li .show{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: .83rem;
    padding: 0 .28rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    transition: .5s;
}
.list_box1 li .show h3{
    font-size: .24rem;
    line-height: .3rem;
    color: #333333;
    max-height: .6rem;
    flex: 1;
}
.list_box1 li .show .ht img{
    display: block;
    width: 100%;
}
.list_box1 li .show .jt{
    display: block;
    width: .09rem;
    margin-left: .15rem;
    flex-shrink: 0;
}
.list_box1 li .hide{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    padding: .56rem .42rem .5rem .42rem;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list_box1 li .hide h3{
    font-size: .24rem;
    line-height: .3rem;
    color: #fff;
    max-height: .6rem;
}
.list_box1 li .hide p{
    font-size: .16rem;
    line-height: .28rem;
    color: #fff;
    -webkit-line-clamp: 4;
    height: 1.12rem;
    margin-top: .28rem;
}
.list_box1 li .hide .jt img{
    display: block;
    width: .09rem;
}
.list_box1 li .hide .jt{
    position: absolute;
    right: 0;
    bottom: 0;
    width: .5rem;
    height: .5rem;
    background: #b81c22;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list_box1 li:hover .pic{
    filter: blur(5px);
}
.list_box1 li:hover .show{
    opacity: 0;
    visibility: hidden;
}
.list_box1 li:hover .hide{
    opacity: 1;
    visibility: visible;
}
.list_box1 li:hover:before{
    opacity: 0;
}
.index_s1:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: 31.15vw;
    background: #1a3889 url("../images/index_s1.jpg") no-repeat bottom left/100% auto;
}
.index_s1{
    padding: 1.23rem 0 1.11rem;
    position: relative;
}

@media (min-width: 1025px) {
    .list_box1 li:nth-child(3n + 1):before{
        left: 1.4rem;
    }
}

.index_s2 .left{
    width: 43.75%;
    position: relative;
    padding-left: .15rem;
    padding-bottom: .17rem;
}
.index_s2 .left:before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    right: .15rem;
    top: .17rem;
    background: #b81c22;
}
.calendar-top .year-m{
    font-size: .24rem;
    line-height: .3rem;
    color: #fff;
    position: relative;
    margin: 0 .35rem;
}
.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,#b81c22 0%,#b81c22 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: #1a3889;
    color: #fff;
}
.calendar-top .prev,
.calendar-top .next{
    width: .11rem;
    background: no-repeat 50%/100% auto;
    cursor: pointer;
    transition: .5s;
}
.calendar-top .prev{
    background-image: url("../images/prev-1.png");
}
.calendar-top .next{
    background-image: url("../images/next-1.png");
}
.calendar-top{
    margin-bottom: .33rem;
    position: relative;
    z-index: 2;
}
.index_s2 .calendar-content {
    position: relative;
    z-index: 1;
}
.index_s2 .calendar-content:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 0.56rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50vw;
    z-index: -1;
}
.index_s2 .calendar-content table {
    width: 100%;
    border-spacing: 0;
}

.index_s2 .calendar-content th {
    height: 0.56rem;
    font-size: 0.22rem;
    color: #fff;
    font-family: Georgia,serif;
    text-align: center;
    font-weight: normal;
}
.index_s2 .calendar-content td {
    padding: 0.07rem 0;
    font-size: 0.22rem;
    color: #fff;
    text-align: center;
}
.index_s2 .calendar-content tbody tr:first-child td {
    padding-top: .31rem;
}
.index_s2 .calendar-content td.calendar-prev-month{
    color: rgba(255, 255, 255, 0.4);
}

.index_s2 .calendar-content span {
    display: inline-block;
    min-width: 0.44rem;
    height: 0.44rem;
    line-height: 0.44rem;
    border: 1px solid transparent;
    position: relative;
    z-index: 2;
}

.index_s2 .calendar-content .calendar-has {
    cursor: pointer;
}
.index_s2 .calendar-content .calendar-has span {
    border-radius: 50%;
    border-color: rgba(255, 255, 255, 0.8);
}
.index_s2 .calendar-content .calendar-this {
}

.index_s2 .calendar-content .calendar-this span {
    background: #b81c22;
    border-color: #b81c22;
}
.index_s2 .calendar-box{
    position: relative;
    z-index: 2;
    padding: .65rem .62rem .3rem .56rem;
    height: 5.52rem;
    background: url("../images/s2-img-1.png") no-repeat 50%/cover;
}
.index_s2 .right{
    width: 52.125%;
}

.list_box2 li a{
    padding-bottom: .28rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.list_box2 li .time{
    width: 1.13rem;
    height: 1.42rem;
    flex-shrink: 0;
    position: relative;
}
.list_box2 li .time em{
    display: block;
    font-size: .16rem;
    line-height: 1;
    color: #1a3889;
    transition: .5s;
}
.list_box2 li .time span{
    margin-top: .08rem;
    display: flex;
    align-items: center;
    font-size: .32rem;
    line-height: 1;
    color: #1a3889;
    font-weight: 500;
    transition: .5s;
}
.list_box2 li .time span i{
    display: block;
    font-size: .24rem;
    line-height: 1;
    font-weight: 300;
}
.list_box2 li .time h6{
    margin-top: .05rem;
    font-size: .14rem;
    line-height: .22rem;
    color: #fff;
    background: #1a3889;
    width: .83rem;
    text-align: center;
    transition: .5s;
}
.list_box2 li .time:before{
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #dbdbdb;
}
.list_box2 li .txt{
    width: calc(100% - 1.4rem);
}
.list_box2 li h3{
    margin-bottom: .13rem;
    font-size: .24rem;
    line-height: .32rem;
    color: #333333;
    height: .64rem;
    transition: .5s;
}
.list_box2 li h5{
    font-size: .16rem;
    line-height: .32rem;
    color: #666666;
    padding-left: .28rem;
    background: no-repeat left center/.2rem;
    transition: .5s;
}
.list_box2 li h5.h51{
    background-image: url("../images/s2-img-2.png");
}
.list_box2 li h5.h52{
    background-image: url("../images/s2-img-3.png");
}
.list_box2 li:hover .time em,
.list_box2 li:hover .time span{
    color: #b81c22;
}
.list_box2 li:hover .time h6{
    background: #b81c22;
}
.list_box2 li:hover h3,
.list_box2 li:hover h5{
    color: #b81c22;
}
.list_box2 li:hover h5.h51{
    background-image: url("../images/s2-img-4.png");
}
.list_box2 li:hover h5.h52{
    background-image: url("../images/s2-img-5.png");
}
.list_box2 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #d8d8d8;
}
.list_box2 li + li{
    margin-top: .3rem;
}
.list_box2 li{
    position: relative;
}

.index_s2 .content{
    margin-top: .72rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.index_s2 .bg-1{
    position: absolute;
    right: 0;
    top: .69rem;
    width: 24.6875vw;
    height: 31.51vw;
    background: url("../images/s2-img-6.jpg") no-repeat 50%/cover;
}
.index_s2:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 49.48vw;
    height: 41.5625vw;
    background: url("../images/s2-img-7.png") no-repeat top left /100% auto;
}
.index_s2 .title001 .more a{color: #fff}
.index_s2{
    position: relative;
    padding: .99rem 0 1.35rem;
}

.index_s3 .left{
    width: 48.75%;
}
.list1w a{
    display: block;
}
.list1w a .pic{
    padding-top: 4.39rem;
}
.list1w a h3{
    font-size: .3rem;
    line-height: .4rem;
    color: #111111;
    height: .8rem;
    transition: .5s;
}
.list1w a p{
    font-size: .18rem;
    line-height: .32rem;
    color: #666666;
    -webkit-line-clamp: 3;
    height: .96rem;
    margin-top: .21rem;
}
.list1w a time{
    position: absolute;
    left: .18rem;
    top: -.29rem;
    font-size: .22rem;
    line-height: .58rem;
    color: #fff;
    padding: 0 .15rem;
    min-width: 2.33rem;
    background: #b81c22;
    text-align: center;
}
.list1w a .txt{
    position: relative;
    padding-top: .5rem;
}
.list1w .swiDots{
    font-size: 0;
    width: auto;
    left: auto;
    right: .2rem;
    bottom: 2.8rem;
    text-align: right;
}
.list1w .swiDots span{
    width: .5rem;
    height: 2px;
    margin: 0 .06rem;
    background: rgba(255, 255, 255, 0.4);
    opacity: 1;
    border-radius: 0;
    position: relative;
}
.list1w .swiDots span:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0;
    bottom: 0;
    background: #fff;
}
.list1w .swiDots span.active:before{
    animation: lineRight 5.2s linear forwards;
}
@keyframes lineRight { 0%{width: 0} 100%{width: 100%} }

.list1w a:hover h3{
    color: #b81c22;
}

.index_s3 .right{
    width: 47.5%;
}
.list_box3 li a{
    display: block;
    padding-bottom: .25rem;
}
.list_box3 li h3{
    font-size: .24rem;
    line-height: .32rem;
    color: #333333;
    height: .64rem;
    transition: .5s;
}
.list_box3 li time{
    display: block;
    font-size: .18rem;
    line-height: .24rem;
    color: #333333;
    margin-top: .17rem;
    transition: .5s;
}
.list_box3 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #dbdbdb;
}
.list_box3 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    width: 0;
    bottom: 0;
    height: 1px;
    background: #b81c22;
    transition: .5s;
}
.list_box3 li:hover h3{
    color: #b81c22;
}
.list_box3 li:hover time{
    color: #b81c22;
}
.list_box3 li:hover:after{
    width: 100%;
}
.list_box3 li + li{
    margin-top: .25rem;
}
.list_box3 li{
    position: relative;
}

.list_box4 li{
    width: 47.5%;
}
.list_box4 li a{
    display: block;
    position: relative;
}
.list_box4 li .pic{
    padding-top: 2.03rem;
}
.list_box4 li h3{
    font-size: .2rem;
    line-height: .24rem;
    color: #fff;
    height: .48rem;
    padding: 0 .2rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: .18rem;
    z-index: 3;
}
.list_box4 li a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 78.33%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.list_box4{
    margin-top: .44rem;
}
.index_s3 .content{
    margin-top: .62rem;
}
.index_s3{
    padding: .95rem 0 .58rem;
    background: url("../images/index_s3.png") no-repeat top center/100% auto;
}

.list_box5 li{
    width: 31.875%;
}
.list_box5 li a{
    display: block;
    position: relative;
}
.list_box5 li .pic{
    padding-top: 3.7rem;
}
.list_box5 li h3{
    font-size: .24rem;
    line-height: .36rem;
    color: #fff;
    max-height: .72rem;
    padding: 0 .25rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: .22rem;
    z-index: 3;
    hyphens: auto;
    -webkit-hyphens: auto; /* Safari */
    -moz-hyphens: auto;    /* Firefox */
    -ms-hyphens: auto;     /* IE10+ */
}
.list_box5 li a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 52.16%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.list_box5 {
    margin-top: .78rem;
}
.index_s4:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 3.53rem;
    background: url("../images/index_s4.jpg") no-repeat top center/cover;
}
.index_s4{
    padding: .8rem 0 1.21rem;
    position: relative;
}

.index_s5 .left{
    width: 64.625%;
}

.list2w a{
    display: block;
    position: relative;
}
.list2w a .pic{
    padding-top: 2.99rem;
}
.list2w a h3{
    font-size: .28rem;
    line-height: .32rem;
    color: #111111;
    transition: .5s;
}
.list2w a h4{
    margin-top: .05rem;
    font-size: .18rem;
    line-height: .28rem;
    color: #666666;
    transition: .5s;
}
.list2w a .jt{
    position: absolute;
    right: 0;
    bottom: 0;
    width: .33rem;
    height: .33rem;
    background: #1a3889;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}
.list2w a .jt img{
    display: block;
    width: .09rem;
    transition: .5s;
}
.list2w a .txt:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .02rem;
    background: #d5d5d5;
    transition: .5s;
}
.list2w a .txt{
    position: relative;
    padding: .24rem 0 ;
}
.list2w a:hover h3{
    color: #b81c22;
}
.list2w a:hover h4{
    color: #b81c22;
}
.list2w a:hover .jt img{
    transform: rotate(90deg);
}
.list2w a:hover .jt{
    background: #b81c22;
}
.list2w a:hover .txt:before{
    background: #b81c22;
}
.list2w {
    margin-top: .54rem;
}

.index_s5 .right{
    width: 29.8125%;
    margin-top: .1rem;
}

.list_box6 li a{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 .4rem;
}
.list_box6 li .icon{
    width: 1.71rem;
    height: 2.28rem;
    position: relative;
    margin-right: .32rem;
}
.list_box6 li .txt{
    flex: 1;
    overflow: hidden;
}
.list_box6 li h3{
    font-size: .36rem;
    line-height: .4rem;
    color: #111111;
    transition: .5s;
}
.list_box6 li h4{
    font-size: .16rem;
    line-height: .24rem;
    color: #999999;
    margin-top: .1rem;
}
.list_box6 li + li{
    margin-top: .36rem;
}
.list_box6 li:hover h3{
    color: #b81c22;
}
.list_box6 li{
    background: #fff;
    box-shadow: .1rem .09rem .32rem #e2f4ff;
}
.index_s5 .content{
    margin-top: .64rem;
}
.index_s5{
    padding: 1.22rem 0 1.34rem;
    background: url("../images/index_s6.png") no-repeat 50%/cover;
}

@media (max-width: 1025px) {
    .banner_box .swiDots{
        width: .5rem;
        bottom: .2rem;

    }
    .banner_box .swiDots span{
        margin: .02rem 0;
    }
    .banner_box .swiDots span:before{
        display: none;
    }
    .banner_box:before{
        bottom: .2rem;
    }
    .banner_box{
        padding-right: .5rem;
    }
    .title001 h2{
        font-size: .45rem;
    }
    .title002 h3{
        font-size: .26rem;
    }
    .index_s1 .left{
        width: 100%;
        padding-top: 0;
    }
    .index_s1:before{
        display: none;
    }
    .index_s1 .title001 h2{
        color: #000;
    }
    .index_s1 .title001 .more a{
        color: #000;
    }
    .index_s1 .title001 .more{
        margin-top: 0;
    }
    .index_s1 .title001{
        flex-direction: row;
    }
    .index_s1 .right{
        width: 100%;
        margin-top: .3rem;
    }
    .list_box1 li a .pic{
        padding-top: 75.61%;
    }
    .list_box1 li .show h3,
    .list_box1 li .hide h3{
        font-size: .2rem;
    }
    .list_box1 li .show{
        padding: 0 .2rem;
        height: .6rem;
    }
    .list_box1 li .hide p{
        margin-top: .1rem;
    }
    .list_box1 li .hide{
        padding: .2rem;
    }
    .list_box1 li{
        width: 32%;
        margin: 0 auto;
    }
    .list_box1{
        gap: .25rem 2%;
    }
    .index_s1{
        padding: .45rem 0;
    }
    .index_s2 .left{
        width: 100%;
        padding-left: .1rem;
        padding-bottom: .1rem;
    }
    .index_s2 .calendar-box{
        padding: .2rem;
        height: auto;
    }
    .calendar-top .year-m{
        font-size: .2rem;
        margin: 0 .2rem;
    }
    .calendar-top{
        margin-bottom: .2rem;
    }
    .index_s2 .calendar-content td{
        font-size: .2rem;
    }
    .index_s2 .calendar-content tbody tr:first-child td{
        padding-top: .2rem;
    }
    .index_s2 .right{
        width: 100%;
        margin-top: .4rem;
    }
    .list_box2 li .time span{
        font-size: .28rem;
    }
    .list_box2 li .time {
        width: 1.1rem;
        height: 1.3rem;
    }
    .list_box2 li h3{
        font-size: .2rem;
        line-height: .3rem;
        height: .6rem;
        margin-bottom: .05rem;
    }
    .list_box2 li .txt {
        width: calc(100% - 1.3rem);
    }
    .list_box2 li a{
        padding-bottom: .2rem;
    }
    .list_box2 li + li{
        margin-top: .2rem;
    }
    .index_s2 .content{
        margin-top: .3rem;
    }
    .index_s2{
        padding: .45rem 0;
    }
    .index_s2 .bg-1{
        top: 0;
        right: 0;
    }
    .index_s3 .left{
        width: 100%;
    }
    .list1w a .pic{
        padding-top: 56.28%;
    }
    .list1w a time{
        font-size: .2rem;
        line-height: .5rem;
        min-width: 2rem;
        top: -.25rem;
    }
    .list1w a h3{
        font-size: .22rem;
        line-height: .3rem;
        height: .6rem;
    }
    .list1w a p{
        line-height: .28rem;
        height: .84rem;
        margin-top: .1rem;
    }
    .list1w a .txt{
        padding-top: .4rem;
    }
    .list1w .swiDots span{
        width: .3rem;
        margin: 0 .05rem;
    }
    .list1w .swiDots{
        bottom: 2.1rem;
        right: .15rem;
    }
    .index_s3 .right{
        width: 100%;
        margin-top: .4rem;
    }
    .list_box3 li h3{
        font-size: .2rem;
        line-height: .3rem;
        height: .6rem;
    }
    .list_box3 li time{
        margin-top: .05rem;
    }
    .list_box3 li a{
        padding-bottom: .2rem;
    }
    .list_box3 li + li{
        margin-top: .2rem;
    }
    .list_box4 li .pic{
        padding-top: 56.23%;
    }
    .list_box4 li h3{
        line-height: .3rem;
        height: .6rem;
        max-height: .6rem;
        bottom: .15rem;
    }
    .list_box4 li{
        width: 49%;
    }
    .list_box4 ul{
        gap: .25rem 0;
    }
    .list_box4{
        margin-top: .25rem;
    }
    .index_s3 .content{
        margin-top: .3rem;
    }
    .index_s3{
        padding: .45rem 0;
    }
    .list_box5 li .pic{
        padding-top: 72.55%;
    }
    .list_box5 li h3{
        font-size: .2rem;
        line-height: .3rem;
        max-height: .6rem;
        padding: 0 .2rem;
        bottom: .15rem;
    }
    .list_box5 li{
        width: 32%;
    }
    .list_box5{
        margin-top: .3rem;
    }
    .index_s4:after{
        height: 45%;
    }
    .index_s4{
        padding: 0 0 .45rem;
    }
    .index_s5 .left{
        width: 100%;
    }
    .list2w a .pic{
        padding-top: 136.53%;
    }
    .list2w a h3{
        font-size: .24rem;
        line-height: .3rem;
    }
    .list2w a .txt{
        padding: .2rem 0;
    }
    .list2w{
        margin-top: .3rem;
    }
    .index_s5 .right{
        width: 100%;
        margin-top: .3rem;
    }
    .list_box6 li .icon{
        width: 1.3rem;
        height: 1.6rem;
        margin-right: .15rem;
    }
    .list_box6 li a{padding: 0 .2rem}
    .list_box6 li + li{
        margin-top: 0;
    }
    .list_box6 li{
        width: 49%;
    }
    .list_box6{
        display: flex;
        flex-wrap: wrap;
        gap: .25rem 2%;
        justify-content: space-between;
    }
    .index_s5 .content{
        margin-top: .3rem;
    }
    .index_s5{
        padding: .45rem 0;
    }
}

@media (max-width: 769px) {
    .list_box1 li{
        width: 49%;
    }
    .list_box1 li .hide .jt{
        width: .4rem;
        height: .4rem;
    }
    .list_box4 li{
        width: 100%;
    }
    .list_box5 li{
        width: 49%;
    }
}
@media (max-width: 481px) {
    .list_box1 li{
        width: 100%;
    }
    .list1w a time{
        left: 0;
    }
    .list_box5 li{
        width: 100%;
    }
    .list_box6 li{
        width: 100%;
    }
}

/*2025-12-26*/

.index_s1 .items .item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.index_s1 .items .item-tit{
    width: 2.14rem;
    height: 1.7rem;
    background: linear-gradient(90deg,#ffffff,#dfefff);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.index_s1 .items .item-tit h3{
    font-size: .3rem;
    line-height: .36rem;
    color: #000000;
    font-family: Georgia, serif;
}
.index_s1 .items .item-tit:after{
    position: absolute;
    content: '';
    top: 50%;
    left: 100%;
    border: .09rem solid transparent;
    border-left-color: #dfefff;
    transform: translateY(-50%);
}
.index_s1 .items .item-con{
    flex: 1;
    background: linear-gradient(-11deg,#dfefff,#ffffff);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index_s1 .items .li{
    position: relative;
    width: 33.33%;
}
.index_s1 .items .li a{
    display: block;
    height: 1.7rem;
    position: relative;
}
.index_s1 .items .li .pic{
    height: 100%;
    opacity: 0;
    transition: all .5s;
}
.index_s1 .items .li .show{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 .4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
}
.index_s1 .items .li .show h3{
    font-size: .22rem;
    line-height: .26rem;
    color: #333333;
    -webkit-line-clamp: 4;
    max-height: 1.04rem;
    text-align: center;
}
.index_s1 .items .hide{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 .4rem;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.index_s1 .items .hide h3{
    font-size: .22rem;
    line-height: .26rem;
    color: #ffffff;
    -webkit-line-clamp: 4;
    max-height: 1.04rem;
}
.index_s1 .items .hide p{
    font-size: .16rem;
    line-height: .26rem;
    color: #ffffff;
    max-height: .52rem;
    margin-top: .15rem;
}
.index_s1 .items .li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #cbd8e5;
}
.index_s1 .items .li:first-child:before{
    display: none;
}
.index_s1 .items .li:hover a .pic,
.index_s1 .items .li:hover a .hide{
    opacity: 1;
    visibility: visible;
}
.index_s1 .items .li:hover .show{
    opacity: 0;
    visibility: hidden;
}

.index_s1 .items .item:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    left: 1.2rem;
    box-shadow: 9.508px 8.866px 32px 0px rgba(226, 244, 255, 0.25);
}
.index_s1 .items .item + .item{
    margin-top: .46rem;
}

.list_box5 li{
    width: auto;
}

.index_s4 .btnBox{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index_s4 .btnBox .btn{
    width: .14rem;
    height: .23rem;
    background: no-repeat 50%/100%;
    position: static;
    transform: none;
    transition: all .5s;
}
.index_s4 .btnBox .prev{
    background-image: url("../images/prev-2.png");
}
.index_s4 .btnBox .next{
    margin-left: .21rem;
    background-image: url("../images/next-2.png");
}
.index_s4 .btnBox .prev:hover{
    background-image: url("../images/prev-3.png");
}
.index_s4 .btnBox .next:hover{
    background-image: url("../images/next-3.png");
}

@media (max-width: 1025px) {
    .index_s1 .items .item + .item{
        margin-top: .2rem;
    }
    .index_s1 .items .item-tit{
        width: 100%;
        height: .6rem;
    }
    .index_s1 .items .item-tit h3 br{
        display: none;
    }
    .index_s1 .items .item-tit h3{
        font-size: .26rem;
    }
    .index_s1 .items .item-con{
        flex: inherit;
        width: 100%;
    }
    .index_s1 .items .li .show h3,
    .index_s1 .items .hide h3{
        font-size: .2rem;
        line-height: .3rem;
        max-height: 1.2rem;
    }
    .index_s1 .items .li .show,
    .index_s1 .items .hide{
        padding: 0 .2rem;
    }
    .index_s1 .items .li a{
        height: 1.3rem;
    }
    .index_s1 .items .item-tit:after{
        display: none;
    }
    .index_s1 .items .hide p{
        margin-top: .05rem;
    }
}

@media (max-width: 769px) {
    .index_s1 .items .li{
        width: 100%;
    }
    .index_s1 .items .li:before{
        right: 0;
        top: 0;
        bottom: auto;
        height: 1px;
        width: auto;
    }
}