.body-ny{
    background: #f6f6f6 url(../images/ny_bg.png) no-repeat bottom 2rem left;
}
.body-ny .content{
    padding-bottom: 2rem;
}
.wp-ny {

    max-width: 14rem;
}

/*页码*/
.pages {
    text-align: center;
    font-size: 0.14rem;
    padding: 0.8rem 0;
}
.pages ul {
    display: inline-block;
}
.pages li {
    float: left;
    margin: 0 0.06rem;
}
.pages span {
    font-size: 0.24rem;
    display: inline-block;
    vertical-align: middle;
    color: #005BAC;
    min-width: 30px;
    height: 30px;
    line-height: 28px;
}
.pages a {
    display: block;
    min-width: 32px;
    height: 32px;
    line-height: 30px;
    border-radius: 2px;
    text-align: center;
    color: #333;
    background: #fff;
    border: 1px solid #ddd;
    transition: 0.4s;
}
.pages li.prev a,
.pages li.next a{
    padding: 0 0.1rem;
}
.pages .on a,
.pages a:hover {
    background-color: #005BAC;
    border-color: #005BAC;
    color: #fff;
}
.pages .inp {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 30px;
    border: 1px solid #ddd;
    font-size: 14px;
    padding: 0 6px;
}
.pages .disable a {
    cursor: default;
    border-color: #ddd;
    color: #ddd;
}
.pages .disable a:hover {
    border-color: #ddd;
    color: #ddd;
    background-color: #fff;
}

/*ban*/
.ban_in {
    position: relative;
    height: 0;
    padding-top: 31.25%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: cover;
    background-size: cover;
}
.ban_in::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2.14rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 95%);
}
.ban_in .bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1;
}
.ban_in .txt{
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
    left: 0;
    color: #fff;
}
.ban_in .txt .h3{
    font-size: 0.36rem;
}
.ban_in .txt .line{
    margin: 0.2rem 0 0.25rem;
    width: 0.4rem;
    height: 0.04rem;
    background: linear-gradient(102deg, #0A73CA -10%, #32CECD 118%), #D8D8D8;
}
/*面包屑*/
.cur{
    padding-left: 0.3rem;
    background: url(/images/cur.svg) left center no-repeat;
    background-size: 0.2rem auto;
    margin-bottom: 0.76rem;
}
.cur,
.cur a {
    font-size: 0.16rem;
    line-height: 0.35rem;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.cur a:hover {
    text-decoration: underline;
}
/*标题*/
.g-h3_b1 {
    font-size: 22px;
    color: #000;
}
.nav_sub{
    position: relative;
    top: -0.4rem;
    display: flex;
    max-width: 16.6rem;
    width: 100%;
    padding-left: 2.6rem;
    background: linear-gradient(95deg, #0A73CA -10%, #32CECD 116%), #D8D8D8;
    z-index: 3;
   min-height: 0.7rem;
}
.nav_sub a{
    font-size: 0.2rem;
    line-height: 0.7rem;
    color: #fff;
    margin-right: 0.5rem;
}
.nav_sub a.on{
    position: relative;
}
.nav_sub a.on::after{
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -0.1rem;
    bottom: -0.16rem;
    width: 0.2rem;
    height: 0.27rem;
    background: url(/images/nav2-on.svg) no-repeat center;
    background-size: 0.2rem auto;
}

/*单页面*/
.m-details_b1 {
    font-size: 18px;
    color: #000;
    line-height: 2.16;
    padding: 33px 0 70px;
}
.m-details_b1 .txt {
    overflow: hidden;
    overflow-x: auto;
}
.m-details_b1 .txt img,
.m-details_b1 .txt video,
.m-details_b1 .txt iframe{
    margin: 0 auto;
    display: block;
    max-width: 100% !important;
}

/*内容页*/
.m-detail_b2 .top {
    text-align: center;
}
.m-detail_b2 h1 {
    font-weight: normal;
    font-size: 0.24rem;
    margin-bottom: 0.3rem;
}
.m-detail_b2 .info {
    font-size: 0.16rem;
    line-height: 2;
    padding: 0.04rem 0;
    color: #9E9E9E;
    background: rgba(0, 0, 0, 0.04);
}
.m-detail_b2 .info span{
    margin: 0 0.05rem;
}
.m-detail_b2 .txt {
    font-size: 0.18rem;
    line-height: 1.67;
    overflow: hidden;
   /* overflow-x: auto;*/
    padding: 0.3rem 0 0.6rem;
}

.m-detail_b2 .txt  span,.m-detail_b2 .txt  p{
    font-size: 0.18rem !important;
    line-height: 1.67 !important;
  
}

.m-detail_b2 .txt img,
.m-detail_b2 .txt object,
.m-detail_b2 .txt video{
    margin: 0 auto;
    display: block;
    max-width: 100% !important;
    height: auto !important;
}
.m-detail_b2 .txt table{
    margin: 0 auto !important;
    max-width: 100% !important;
    height: auto !important;
}


.m-detail_b2 .txt table td{border:1px solid #000;}

.m-detail_b2 .txt iframe{
    margin: 0 auto;
    display: block;
    max-width: 100% !important;
    
}
.m-detail_b2 .bot {
    padding: 0.3rem 0.4rem;
    background: linear-gradient(180deg, #F6FAFF 0%, rgba(244, 244, 244, 0) 100%);
}
.m-detail_b2 .bot .page {
    font-size: 0.18rem;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.m-detail_b2 .bot a {
    color: #333;
    line-height: 2.22;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.m-detail_b2 .bot a:hover {
    color: #0756A0;
}

/*列表1*/
.m-listb1  li{
    border-bottom: 1px solid #dbdbdb;
}
.m-listb1 .con {
    font-size: 0.22rem;
    line-height: 0.86rem;
    display: block;
    overflow: hidden;
    position: relative;
}

.m-listb1 .date {
    float: left;
    color: #005BAC;
    margin-right: 0.3rem;
}
.m-listb1 .tit {
    font-weight: 400;
    color: #000;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.m-listb1 .tit i{
    display: inline-block;
    vertical-align: middle;
    width: 0.3rem;
    height: 0.35rem;
    background: url(/images/icon-link.svg) no-repeat center;
    background-size: 0.3rem auto;
    opacity: 0;
    margin-left: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.m-listb1 .con:hover .tit {
    font-weight: 700;
    color: #005BAC;
}
.m-listb1 .con:hover .tit i{
    opacity: 1;
    margin-left: 0.2rem;
}
/*列表2*/
.m-listb2 {
    
}
.m-listb2 .con {
    display: block;
    overflow: hidden;
    padding: 0.5rem 0 0.4rem;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    position: relative;
    background: url(/images/icon-arrow.svg) right center no-repeat;
}
.m-listb2 .con::before {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
    position: absolute;
    left: 0;
    bottom: 0;
}
.m-listb2 .con::after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 0;
    background-color: #005BAC;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    left: 0;
    bottom: 0;
}
.m-listb2 .con:hover::after {
    width: 100%;
}
.m-listb2 .con:hover .pic img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.m-listb2 .con:hover h3{
    color: #005BAC;
}
.m-listb2 .time {
    font-family:'geo';
    float: left;
    width: 1rem;
    height: 1rem;
    background: #F0F0F0;
    margin-right: 0.35rem;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    line-height: 1.3;
}
.m-listb2 .time span {
    display: block;
    text-align: center;
}
.m-listb2 .time .s1 {
    color: #005BAC;
    font-size: 0.42rem;
}
.m-listb2 .time .s2 {
    color: #666;
    font-size: 0.16rem;
}
.m-listb2 .txt {
    overflow: hidden;
    padding-right: 1.6rem;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.m-listb2 .txt h3 {
    font-size: 0.22rem;
    color: #333;
    font-weight: 400;
    line-height: 1.5;
    overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.m-listb2 .txt .line{
    width: 46px;
    height: 2px;
    background: #005BAC;
    margin: 0.16rem 0 0.18rem;
}
.m-listb2 .txt .desc {
    font-size: 0.16rem;
    line-height: 1.5;
    overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
    height: 0.48rem;
    overflow: hidden;
    color: #888;
}
.m-listb2 .pic {
    float: left;
    width: 3.3rem;
    height: 1.98rem;
    overflow: hidden;
}
.m-listb2 .pic img {
    display: block;
    width: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
   object-fit: cover;
}
.m-listb2-pic .time{
    background:transparent;
    margin-right: 0;
}
.m-listb2-pic .time .s1{
    font-size: 0.36rem;
}
/*师资列表*/
.m-listb3 {
    padding: 60px 0 0;
    margin: 0 -20px;
}
.m-listb3 li {
    float: left;
    width: 25%;
}
.m-listb3 .con {
    display: block;
    margin: 0 20px 45px;
    border: 1px solid #e9eced;
    position: relative;
    padding: 23px 25px 0;
    background-color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}
.m-listb3 .con:hover {
    box-shadow: 0 14px 25px rgba(206, 199, 199.7);
}
.m-listb3 .pic {
    position: relative;
    height: 0;
    padding-top: 119.45%;
    overflow: hidden;
}
.m-listb3 .pic img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.m-listb3 .txt {
    text-align: center;
    font-size: 20px;
    color: #000;
    margin: 18px 24px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 1.5em;
}
.m-listb3 .txt .name {
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*图文列表*/
.m-listb5 {
    padding: 60px 0 0;
    margin: 0 -22px;
}
.m-listb5 li {
    float: left;
    width: 33.33%;
}
.m-listb5 .con {
    display: block;
    margin: 0 22px 50px;
    border: 1px solid #d7d8e8;
    position: relative;
    padding: 14px 16px;
    background-color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}
.m-listb5 .con:hover {
    box-shadow: 0 14px 25px rgba(206, 199, 199.7);
}
.m-listb5 .pic {
    position: relative;
    height: 0;
    padding-top: 65.56%;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 26px;
}
.m-listb5 .pic img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.m-listb5 .txt {
    text-align: center;
    font-size: 18px;
    color: #000;
    margin: 10px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 1.5em;
}
.m-listb5 .txt .name {
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.w-tit{
    font-size: 0.36rem;
    text-align: center;
    margin-bottom: 0.6rem;
}
.xybs-row1{
    padding: 0.2rem 0 0.76rem;
}
.xybs-row1 .box{
    position: relative;
}
.xybs-row1 .box-l{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 8.1rem;
    height: 6rem;
    background: #FFFFFF;
}
.xybs-row1 .box-l img{
    width: 4rem;
    height: 4.02rem;
}
.xybs-row1 .box-r{
    position: absolute;
    bottom: 0.2rem;
    right: 0;
    width: 6.6rem;
    height: 4.87rem;
    background: linear-gradient(147deg, #0A73CA -26%, #32CECD 173%), #D8D8D8;
    color: #fff;
    padding: 0.4rem 0.55rem 0;
    z-index: 2;
}
.xybs-row1 .box-r img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3rem;
}
.xybs-row1 .box-r .tit{
    font-size: 0.34rem;
    text-align: center;
}
.xybs-row1 .box-r .line{
    width: 0.7rem;
    height: 0.04rem;
    margin: 0.26rem auto 0.32rem;
    background: linear-gradient(0deg, #32CECD, #32CECD), linear-gradient(97deg, #0A73CA -10%, #32CECD 117%), #D8D8D8;
}
.xybs-row1 .box-r .desc{
    font-size: 0.2rem;
    line-height: 1.67;
    text-indent: 2em;
}
.xybs-row2{

}
.xybs-row2 img,
.xybs-row3 img{
    display: block;
    margin: 0 auto;
}
.xybs-row2 .info{
    font-size: 0.24rem;
    line-height: 1.5;
    text-align: center;
    padding: 0.7rem 0 0.9rem;
}
.w-list1{

}
.w-list1 li{
    display: flex;
    justify-content: space-between;
    background: #FFFFFF;
    padding: 0.5rem 0.55rem 0.5rem 0.4rem;
    /* height: 4.6rem; */
    gap: 0.55rem;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.w-list1 li:hover{
    box-shadow: 0px 4px 16px 0px rgba(0, 91, 172, 0.16);
}
.w-list1 li + li{
    margin-top: 0.8rem;
}
.w-list1 li .txt{
    background-repeat: no-repeat;
    background-position: bottom 0.5rem right;
    -webkit-transition: .3s;-moz-transition: .3s;-ms-transition: .3s;-o-transition: .3s;transition: .3s;
}
.w-list1 li:hover .txt{
    background-position: bottom 0rem right;
    background-image: url(/images/w-logo1.png);
}
.w-list1 .txt .tit1{
    font-weight: 700;
    font-size: 0.22rem;
    margin-bottom: 0.16rem;
}
.w-list1 .txt .tit2{
    font-weight: 700;
    font-size: 0.28rem;
    color: #005BAC;
}
.w-list1 .txt .line{
    width: 1rem;
    height: 2px;
    background: #32CECD;
    margin: 0.28rem 0 0.42rem;

}
.w-list1 .txt .desc{
    font-size: 0.18rem;
    line-height: 1.67;
}
.w-list1 .pic{
    position: relative;
    flex: 0 0 5rem;
    height: 3.4rem;
}
.w-list1 .pic img{
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
}
.w-list1 .pic::before{
    content: '';
    position: absolute;
    left: 0.51rem;
    top: -0.15rem;
    right: -0.15rem;
    bottom: 0;
    background: linear-gradient(148deg, #0A73CA -26%, #32CECD 175%), #D8D8D8;
}
.w-list1 li:nth-child(even){
    flex-direction: row-reverse;
}
.w-list2{

}
.w-list2 li{
    position: relative;
    overflow: hidden;
    padding: 0.4rem 0 0.4rem;
}
.w-list2 li:first-child{
    padding-top: 0;
}
.w-list2 li::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #CDCDCD;
}
.w-list2 li::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1.5rem;
    height: 1px;
    background: #32CECD;
    z-index: 2;
    -webkit-transition: .8s;-moz-transition: .8s;-ms-transition: .8s;-o-transition: .8s;transition: .8s;
}
.w-list2.w-list3 li::after{
    width: 0;
}
.w-list2.w-list3 .line{
    margin-top: 0.05rem;
}
.w-list2 li:hover:after{
    width: 100%;
}
.w-list2 .date{
    font-weight: bold;
    float: left;
    width: 2.52rem;
    font-family: 'geo';
    font-size: 0.46rem;
    color: #005bac;
    letter-spacing: 0.03rem;
}
.w-list2 .line{
    float: left;
    width: 1px;
    height: 0.22rem;
    background: #B9B9B9;
    margin-right: 0.4rem;
    margin-top: 0.15rem;
}
.w-list2 .desc{
    overflow: hidden;
    font-size: 0.18rem;
    line-height: 1.78;
    padding-top: 0.1rem;
}
.w-list2 .name{
    font-weight: bold;
    float: left;
    width: 1.2rem;
    font-size: 0.24rem;
    color: #005BAC;

}
.w-list2 .txt{
    overflow: hidden;
}
.w-list2 .txt .tit{
    font-size: 0.2rem;
}
.m-about{
    font-size: 0.18rem;
    line-height: 1.89;
}
.m-about p span{ 
    font-weight: 500;
    font-size: 0.22rem;
}
.m-about .txt-pic{
    
}
.m-about .pic-txt{
    margin-bottom: 20px;
    overflow: hidden;
}
.m-about .pic1{
    position: relative;
    float: right;
    margin-left: 0.35rem;
    width: 6.2rem;
}
.m-about .pic1::before{
    content: '';
    position: absolute;
    top: -0.15rem;
    right: -0.15rem;
    left: 0.95rem;
    bottom: 0;
    background: linear-gradient(151deg, #0A73CA -28%, #32CECD 182%), #D8D8D8;
}
.m-about .pic1 img{
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
}
.m-about .pic2{
    float: left;
    margin-right: 0.35rem;
}
/*!内页end*/

@media only screen and (min-width: 1200px) {
   
}
@media only screen and (max-width: 1199px) {

.w-list2 .name{  font-size: 0.32rem !important;}
.w-list2 .txt .tit{  font-size: 0.3rem !important;}

.m-detail_b2 .txt span, .m-detail_b2 .txt p {
    font-size: 0.26rem !important;
    line-height: 1.67 !important;
}
   
    .m-detail_b2 .bot .page,
    .cur, .cur a,
    .m-detail_b2 .txt,
    .m-detail_b2 .info,
    .nav_sub a,
    .m-listb1 .con,
    .pages,
    .m-listb2 .txt h3,
    .m-listb2 .time .s2,
    .w-list1 .txt .tit1,
    .w-list1 .txt .desc,
    .w-list2 .desc,
    .m-about{
        font-size: 0.24rem;
    }
    .w-list2 .desc{
        padding-top: 0.05rem;
    }
    
    .m-listb2 .txt .desc{
        font-size: 0.2rem;
        height: 0.6rem;
    }
    .nav_sub{
        white-space: nowrap;
        overflow-x: auto;
        padding-left: 0;
    }
    .nav_sub a{
        display: inline-block;
        text-align: center;
        line-height: 0.8rem;
        margin: 0 0.3rem;
    }
    .nav_sub a.on::after{bottom: 0;}
    .m-detail_b2 h1,
    .w-list1 .txt .tit2,
    .m-about p span{
        font-size: 0.3rem;
    }
    .m-detail_b2 .info{
        padding: 0.1rem 0;
    }
}
@media screen and (max-width: 1025px) {
    .xybs-row1 .box-l{
        width: auto;
    }
    .xybs-row1 .box-r{
        position: relative;
        width: auto;
    }
    .w-list1 li{
        display: block;
        height: auto;
        padding: 0.5rem;
    }
    .w-list1 li .txt{
        margin-bottom: 0.3rem;
    }
    .w-list1 li + li{
        margin-top: 0.5rem;
    }
    .w-list1 .pic{
        width: 5rem;
        margin: 0 auto;
    }
    
}
@media screen and (max-width: 769px) {
    .body-ny{
        background-position: bottom 5rem left;
    }
    .m-about .pic1,
    .m-about .pic2{
        float: none;
        width: auto;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0.2rem;
    }
  .m-about .pic2 img{width:100%;}
    .xybs-row1 .box-r img{
        width: 4rem;
    }
    .body-ny .content{
        padding-bottom: 1rem;
    }
    .ban_in{
        padding-top: 45%;
    }
    .m-detail_b2 .bot .page,
    .cur, .cur a,
    .m-detail_b2 .txt,
    .m-detail_b2 .info,
    .nav_sub a,
    .pages,
    .m-listb1 .con,
    .m-listb2 .txt .desc,
    .xybs-row1 .box-r .desc,
    .xybs-row2 .info,
    .w-list1 .txt .tit1,
    .w-list1 .txt .desc,
    .w-list2 .desc,
    .m-about{
        font-size: 0.30rem;
    }
    .xybs-row1 .box-l{
        height: 5.6rem;
    }
    .xybs-row1 .box-r{
        height: auto;
        padding: 0.5rem;
    }
    .m-listb2 .txt .desc{
        height: 0.9rem;
    }
    .m-listb2 .txt h3,
    .w-list1 .txt .tit2,
    .m-about p span{
        font-size: 0.36rem;
    }
    .m-detail_b2 h1,
    .xybs-row1 .box-r .tit,
    .w-tit{
        font-size: 0.4rem;
    }
    .m-detail_b2 .info span{
        display: block;
        padding: 0 0.1rem;
        text-align: left;
    }
    .pages li{
        margin: 0 0.02rem;
    }
    .m-listb2 .txt{
        padding-right: 0;
    }
    .m-listb2 .time{
        width: 1.3rem;
        height: 1.3rem;
    }
    .m-listb2 .time .s1{
        font-size: 0.5rem;
    }
    .m-listb2 .time .s2{
        font-size: 0.3rem;
    }
    .m-listb2 .con{
        background: none;
    }
    .m-listb2 .pic{
        float: none;
        width: auto;
        height: auto;
        margin-bottom: 0.2rem;
    }
    .w-list1 li{
        padding: 0.3rem;
    }
    .w-list2 .date{
        float: none;
        width: auto;
        margin-bottom: 0.2rem;
    }
    .w-list2 .line{
        display: none;
    }
}




/*2025-12-04*/

.inner_s1 .item_tit h3{
    font-size: .3rem;
    line-height: .34rem;
    color: #333333;
    font-weight: normal;
}
.inner_s1 .item_cont ul{
    display: flex;
    flex-wrap: wrap;
}
.inner_s1 .item_cont li{
    width: 30.71%;
    margin: .3rem 0 0 3.935%;
    position: relative;
    background: #fff;
}
.inner_s1 .item_cont li:nth-child(-n+3){
    margin-top: 0;
}
.inner_s1 .item_cont li:nth-child(3n+1){
    margin-left: 0;
}
.inner_s1 .item_cont li a{
    display: block;
    font-size: .22rem;
    line-height: .6rem;
    color: #333333;
    padding: .15rem;
    position: relative;
    z-index: 2;
    text-align: center;
    transition: .5s;
}
.inner_s1 .item_cont li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: calc(100% - .02rem);
    background: linear-gradient(114deg, #0A73CA -12%, #32CECD 125%);
    transition: all .5s;
}
.inner_s1 .item_cont li:hover a{
    color: #ffffff;
}
.inner_s1 .item_cont li:hover:before{
    right: 0;
}
.inner_s1 .item_cont{
    margin-top: .4rem;
}
.inner_s1 .item + .item{
    margin-top: .6rem;
}

@media (max-width: 1025px) {
    .inner_s1 .item_cont li{
        width: 32%;
        margin: 0;
    }
    .inner_s1 .item_cont ul{
        gap: .2rem 2%;
    }
    .inner_s1 .item + .item{
        margin-top: .4rem;
    }
}
@media (max-width: 768px) {
    .inner_s1 .item_cont li{
        width: 49%;
    }

}
@media (max-width: 481px) {
    .inner_s1 .item_cont li{
        width: 100%;
    }
    .inner_s1 .item_cont li a{
        font-size: .28rem;
        line-height: 2;
        padding: .2rem;
    }
}


.idx-title{
    position: relative;
    z-index: 5;
}
.idx-title h3{
    font-size: .36rem;
    color: #333333;
    line-height: 1;
    font-weight: normal;
}
.idx-title .idx-more{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.idx-more a{
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: .26rem;
    color: #666666;
}
.idx-more a img{
    display: block;
    height: .28rem;
    margin-left: .07rem;
}


.inner_s2 .left{
    width: 47.86%;
}
.list1w a{
    display: block;
    position: relative;
}
.list1w a .img{
    height: 4.3rem;
}
.list1w a h3{
    margin-top: .2rem;
    font-size: .22rem;
    line-height: .3rem;
    color: #333333;
    transition: all .5s;
}
.list1w a time{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: .88rem;
    height: .88rem;
    background: #005BAC;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}
.list1w a time span{
    display: block;
    font-size: .3rem;
    line-height: 1;
}
.list1w a time img{
    display: block;
    height: .05rem;
    margin: .05rem 0;
}
.list1w a time em{
    display: block;
    font-size: .2rem;
    line-height: 1;
}
.list1w .btnBox{
    margin-top: .26rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list1w i{
    display: block;
    height: .07rem;
    background: no-repeat left center/100% 100%;
}
.list1w i.i1{
    width: .38rem;
    background-image: url("/images/idx-img-3.png");
}
.list1w i.i2{
    width: 2.54rem;
    background-image: url("/images/idx-img-4.png");
}
.list1w i.i3{
    width: .51rem;
    background-image: url("/images/idx-img-5.png");
}
.list1w .swiDots{
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin: 0 .05rem;
    position: static;
}
.list1w .swiDots span{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .16rem;
    color: #B1D4EE;
    opacity: 1;
    background: transparent;
    border-radius: 0;
    margin: 0 .05rem;
}
.list1w .swiDots span.active{
    font-size: .36rem;
    color: #005BAC;
}
.list1w .btn{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1.04rem;
    margin: 0 .1rem;
    flex-shrink: 0;
}
.list1w .btn a{
    display: block;
    width: .44rem;
    height: .44rem;
    background: #1FA2B6 no-repeat 50%/.2rem;
    border-radius: 50vw;
    transition: all .5s;
}
.list1w .btn a.prev{
    background-image: url("/images/zprev-1.png");
}
.list1w .btn a.next{
    background-image: url("/images/znext-1.png");
}
.list1w .btn a:hover{
    background-color: #005BAC;
}

.inner_s2 .right{
    width: 47.85%;
    margin-top: -.3rem;
}
.list_box1 li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: .76rem;
}
.list_box1 li h3{
    font-size: .18rem;
    color: #333333;
    line-height: .24rem;
    flex: 1;
    font-weight: normal;
    transition: all .3s;
}
.list_box1 li time{
    display: block;
    font-size: .18rem;
    line-height: .24rem;
    color: #666666;
    margin-left: .2rem;
    flex-shrink: 0;
}
.list_box1 li .line{
    position: absolute;
    left: 0;
    right: .05rem;
    height: 1px;
    background: #B1D4EE;
    bottom: .02rem;
}
.list_box1 li .line:before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    top: -1px;
    width: .52rem;
    background: #005BAC;
}
.list_box1 li .line:after{
    position: absolute;
    content: '';
    right: -.05rem;
    top: 50%;
    width: .05rem;
    height: .05rem;
    border: .01rem solid #B1D4EE;
    border-radius: 50vw;
    box-sizing: border-box;
    transform: translateY(-50%);
}
.list_box1 li:hover h3{
    color: #005BAC;
}
.list_box1 li{
    position: relative;
    padding-bottom: .05rem;
}

.inner_s2 .idx-cont{
    margin-top: .6rem;
}
.inner_s3{
    margin-top: .6rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner_s3 .left,
.inner_s3 .right{
    width: 47.85%;
}
.inner_s3 .list{
    margin-top: .27rem;
}

@media (max-width: 1025px) {
    .inner_s2 .left{
        width: 100%;
    }
    .list1w a .img{
        height: 57vw;
    }
    .list1w a h3{
        font-size: max(.28rem,16px);
        line-height: 1.5;
    }
    .list1w .swiDots span{
        font-size: max(.24rem,12px);
    }
    .list1w .swiDots span.active{
        font-size: max(.44rem,16px);
    }
    .list1w i{
        display: none;
    }
    .list1w .btnBox{
        margin-top: .2rem;
    }

    .inner_s2 .right{
        width: 100%;
        margin-top: .3rem;
    }
    .list_box1 li h3{
        font-size: max(.26rem,14px);
        line-height: 1.5;
    }
    .list_box1 li time{
        font-size: max(.26rem,14px);
        line-height: 1.5;
    }
    .list_box1 li a{
        height: max(.8rem,56px);
    }
    .inner_s3 .left, .inner_s3 .right{
        width: 100%;
    }
    .inner_s2 .idx-cont{
        margin-top: .4rem;
    }
    .inner_s3{
        margin-top: .5rem;
        gap: .5rem 0;
    }
    .idx-more a{
        font-size: max(.24rem,12px);
        line-height: 1.5;
    }
    .idx-more a img{
        height: max(.24rem,15px);
    }
}