@charset "UTF-8";
.pagination {
    text-align: center;
    font-size: 0;
    padding-top: .61rem;
}


.pb_sys_style1 .p_no_d {
    border: 1px solid #084cbf!important;
    color: #fff;
    background-color: #084dbf!important;
}

.pb_sys_common {
    line-height: 40px!important;
}

.pagination a {
    display: inline-block;
    border: 1px solid #004EA2;
    padding: 0 0.12rem;
    height: 0.35rem;
    font-size: 0.14rem;
    line-height: 0.35rem;
    text-align: center;
    color: #666;
    margin: 0 7px;
}

.pagination a.active {
    background: #004EA2;
    color: #fff;
    border: 1px solid #004EA2;
}

.pagination a:hover {
    background: #004EA2;
    color: #fff;
    border: 1px solid #004EA2;
}
.n_banner .img img{
    display: block;
    width: 100%;
}
.n_banner .top{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .18rem;
    z-index: 3;
}
.posi{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: .16rem;
    line-height: .24rem;
    color: rgba(255, 255, 255, 1);
    transition: all .5s;
}
.posi img{
    display: block;
    width: .18rem;
    height: .18rem;
    margin-right: .1rem;
}
.posi span:not(:nth-child(2)){
    margin: 0 .03rem;
}
.posi span{
    opacity: .8;
}
.posi a{
    opacity: .8;
}
.posi a:hover{
    opacity: 1;
}

.leftNav{
    width: 19.28%;
    align-self: flex-start;
    position: relative;
    z-index: 2;
    padding-bottom: .08rem;
    filter: drop-shadow(0 .05rem .15rem rgba(0, 0, 0, 0.3));
}
.leftNav:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, #0849bf 0%, #11bcce 100%);
    pointer-events: none;
    clip-path: polygon(0 0, calc(100% - .2rem) 0, 100% .15rem,100% 100%, 0 100%);
    z-index: -1;

}
.leftNav .tit h2{
    font-size: .3rem;
    line-height: .4rem;
    color: #FFFFFF;
    position: relative;
    font-weight: 700;
    text-align: center;
}

.leftNav .tit{
    padding: .24rem 0 ;
    position: relative;
}
.leftNav .block .box h3{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: .14rem .23rem .15rem .38rem;
    transition: all .5s;
    border-top: .01rem dashed #E5E5E5;
}
.leftNav .block .box:nth-child(1) h3{
    border-color: transparent;
}
.leftNav .block .box h3 a{
    font-size: .18rem;
    line-height: .36rem;
    color: #333333;
    position: relative;
    z-index: 2;
    transition: all .5s;
}
.leftNav .block .box h3 .svg{
    color: #07549E;
    width: .11rem;
    height: .06rem;
    cursor: pointer;
    position: relative;
    z-index: 2;
    margin-left: .1rem;
    flex-shrink: 0;
    transition: all .5s;
}
.leftNav .block .box h3:before{
    position: absolute;
    content: '';
    left: -.26rem;
    top: 50%;
    width: .04rem;
    height: .33rem;
    background: #E1AD6A;
    border-radius: .5rem;
    opacity:0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-50%);
    transition: all .5s;
}
.leftNav .block .box h3:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(270deg, rgba(7, 84, 158, 0.1) 0%, #07549e00 100%);
    border-radius: 0 50vw 50vw 0;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    pointer-events: none;
}

.leftNav .block .box:hover h3 a,
.leftNav .block .box.active h3 a,
.leftNav .block .box.on h3 a{
    color: #004EA2;
    font-weight: 700;
}
.leftNav .block .box:hover h3,
.leftNav .block .box.active h3,
.leftNav .block .box.on h3,
.leftNav .block .box:hover + div h3,
.leftNav .block .box.active + div h3,
.leftNav .block .box.on + div h3{
    border-color: transparent;
}

.leftNav .block .box:hover h3:after,
.leftNav .block .box.active h3:after,
.leftNav .block .box.on h3:after,
.leftNav .block .box.on h3:before,
.leftNav .block .box.active h3:before,
.leftNav .block .box:hover h3:after{
    opacity: 1;
    visibility: visible;
}
.leftNav .block .s-link a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .16rem;
    line-height: .3rem;
    color: #424242;
    text-align: center;
    transition: all .5s;
}

.leftNav .block .s-link a + a{
    margin-top: .13rem;
}

.leftNav .block .s-link a:hover{
    color: #004EA2;
}
.leftNav .block .s-link{
    padding: .15rem .23rem .15rem .38rem;
    display: none;
}

.leftNav .block{
    margin-left: .08rem;
    padding: .27rem .26rem;
    background: #ffffff;
    background-size: 100% auto;
    min-height: 5.63rem;
    box-shadow: 0 .04rem .1rem rgba(0, 0, 0, 0.3);
    clip-path: polygon(0 .15rem, .17rem 0,100% 0, 100% 100%, 0 100%);
}

.rightBox{
    width: 76.28%;
    margin-top: .32rem;
}
.n-tit h3{
    font-size: .24rem;
    line-height: 1;
    color: #004EA2;
    position: relative;
    padding-left: .29rem;
    font-weight: 700;
}

.n-tit h3:before{
    position: absolute;
    content: '';
    left: 0;
    top: .02rem;
    width: .2rem;
    height: .2rem;
    background: url("../images/n-img-1.png") no-repeat 50% 50%;
    background-size: 100% auto;
}
.posi{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: .16rem;
    line-height: .22rem;
    color: #272727;
    transition: all .5s;
}
.posi span{
    opacity: .3;
    margin: 0 .1rem;
}
.posi a:hover,
.posi a.active{
    color: #004EA2;
}
.n-tit:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .12rem;
    background: url("../images/n-img-2.png") no-repeat left center;
    background-size: 100% 100%;
    pointer-events: none;
}
.n-tit{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-bottom: .24rem;
    position: relative;
}

.inner-page{
    padding: .65rem 0 1rem;
    min-height: 11.06rem;
    background: url("../images/index-s4.png") no-repeat bottom center;
    background-size: 100% auto;
}

@media (max-width: 1025px) {
    .leftNav{
        display: none;
    }
    .rightBox{
        width: 100%;
        margin-top: 0;
    }
    .n-tit h3{
        font-size: .22rem;
    }
    .n-tit:before{
        height: .01rem;
        background: #004EA2;
    }
    .n-tit{
        padding-bottom: .15rem;
    }
    .pagination{
        padding-top: .3rem;
    }
    .inner-page{
        padding: .3rem 0 .4rem;
        min-height: 60vh;
    }
}
@media (max-width: 769px) {
    .posi{
        width: 100%;
        margin-top: .1rem;
    }
}
@media (max-width: 481px) {

}

/*手机端内页菜单*/

#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: linear-gradient(90deg, #0849bf 0%, #11bcce 100%);
}

#bnt_back {
    position: absolute;
    left: 15px;
    top: 0px;
}

#bnt_back img {
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}

#bnt_back svg {
    fill: rgb(255, 255, 255);
    height: 30px;
    vertical-align: middle;
    width: 26px;
}

#m_n_nav i {
}

#m_n_nav h1 {
    font-size: 14px;
    color: rgb(255, 255, 255);
    text-align: center;
    margin: 0px;
    line-height: 50px;
    font-family: 'SourceHanSerifCN-Bold', sans-serif;
}

#bnt_sub_nav {
    position: absolute;
    right: 15px;
    top: 0px;
    height: 50px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    font-size: 18px;
    display: flex;
    align-items: center;
}

#bnt_sub_nav svg {
    fill: rgb(255, 255, 255);
    height: 20px;
    vertical-align: middle;
    width: 20px;
}

#bnt_sub_nav img {
    display: block;
    height: 20px;
}

#bnt_sub_nav.on img {
    transform: rotate(-180deg);
}

#sub_nav_content {
    background: rgb(240, 243, 245);
    display: none;
    box-shadow: rgb(153, 153, 153) 0px 0px 5px;
    z-index: 9;
}

#sub_nav_content ul {
    display: none;
}
#sub_nav_content ul li {
    display: block;
    line-height: 28px;

}

#sub_nav_content ul li a {
    display: block;

    height: 30px;
    line-height: 30px;
    font-size: 13px;
    padding-left: 10px;
    color: rgb(83, 84, 85);
}

#sub_nav_content ul li.on a {
    color: #004EA2;
}

#sub_nav_content dl {
    font-size: 0px;
    overflow: hidden;
    background: rgb(255, 255, 255);
    padding: 10px 0px;
}

#sub_nav_content dt {
    position: relative;
    background: rgb(255, 255, 255);
    z-index: 999;
    width: 100%;
    display: block;
    margin-bottom: 0px;
    /*float: left;*/
    line-height: 30px;
    padding: 0 20px;
}
#sub_nav_content dt i{
    float: right;
    font-family: simsun;
    font-style: normal;
    font-weight: bold;
    font-size: .16rem;
}
#sub_nav_content dt a {

    display: inline-block;
    width: 88%;
    color: rgb(91, 83, 73);
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    vertical-align: top;
    font-family: 'SourceHanSerifCN-Regular', sans-serif;
}

#sub_nav_content dt a i {
    position: absolute;
    right: 15px;
    top: 0px;
    opacity: 0;
    display: none;
}

#sub_nav_content dt a {
}



#sub_nav_content dd {
    display: none;
}

#sub_nav_content dd .box {
    padding: 0px;
}

#sub_nav_content dd a {
    padding: 0px 25px;
    line-height: 30px;
    border-top: 1px solid rgb(231, 231, 231);
    font-size: 12px;
    color: rgb(91, 83, 73);
    display: block;
    height: 30px;
}

#sub_nav_content dd a.on {
    color: #004EA2;
}

@media (max-width: 1025px){
    #m_n_nav{
        display: block;
    }
}

/*inner-s1*/

.inner-s1 li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    padding: .3rem 0 .23rem;
}
.inner-s1 li time{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: .7rem;
    height: .7rem;
    padding-bottom: .05rem;
    background: #EAEDF0;
    font-family: 'Roboto', sans-serif;
    color: #004EA2;
    line-height: 1;
    margin-right: .29rem;
    transition: all .5s;
}
.inner-s1 li time span {
    display: block;
    font-size: .26rem;
}
.inner-s1 li time em {
    font-size: .14rem;
    margin-top: .08rem;
}
.inner-s1 li h3{
    flex: 1;
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    max-height: .6rem;
}
.inner-s1 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: .01rem dashed #D8D8D8;
}
.inner-s1 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 100%;
    bottom: 0;
    height: .01rem;
    background: #004EA2;
    transition: all .5s;
}
.inner-s1 li:hover time{
    background: #004EA2;
    color: #ffffff;
}
.inner-s1 li:hover h3{
    color: #004EA2;
    font-weight: 700;
}
.inner-s1 li:hover:after{
    right: 0;
}
.inner-s1 li{
    position: relative;
}
.inner-s1{
    margin-top: .12rem;
}
@media (max-width: 1025px) {
    .inner-s1 li a{
        padding: .15rem 0;
    }
    .inner-s1 li time{
        margin-right: .2rem;
    }
}
@media (max-width: 769px) {
    .inner-s1 li time{
        width: .8rem;
        height: .8rem;
    }
}

/*inner-s2*/
.inner-s2 li a{
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.inner-s2 li .pic{
    width: 2.89rem;
    height: 1.82rem;
}
.inner-s2 li .txt{
    width: calc(100% - 3.23rem);
    padding-right: .37rem;
}
.inner-s2 li h3{
    font-size: .18rem;
    line-height: .26rem;
    color: #333333;
    font-weight: bold;
    transition: .5s;
}
.inner-s2 li p{
    font-size: .16rem;
    line-height: .28rem;
    color: #959595;
    height: .56rem;
    margin-top: .11rem;
}
.inner-s2 li time img{
    display: block;
    width: .2rem;
    margin-right: .06rem;
}
.inner-s2 li time{
    margin-top: .1rem;
    display: flex;
    align-items: center;
    font-size: .14rem;
    color: #8A8A8A;
    height: .31rem;
}
.inner-s2 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: .01rem solid #E0E7FA;
}
.inner-s2 li:hover h3{
    color: #004EA2;
}
.inner-s2 li + li{
    margin-top: .38rem;
}
.inner-s2 li{
    position: relative;
    background: #fff;
}
.inner-s2{
    margin-top: .47rem;
}
@media (max-width: 1025px) {
    .inner-s2{
        margin-top: .3rem;
    }
    .inner-s2 li + li{
        margin-top: .2rem;
    }
}
@media (max-width: 769px) {
    .inner-s2 li .pic{
        width: 100%;
        height: auto;
        padding-top: 62.98%;
    }
    .inner-s2 li .txt{
        width: 100%;
        padding: .2rem ;
    }
    .inner-s2 li h3{
        line-height: .3rem;
    }
    .inner-s2 li p{
        margin-top: .05rem;
    }
}

/*inner-s3*/

.inner-s3 .dtl_tit h1{
    font-size: .2rem;
    line-height: 1.5;
    color: #333333;
    text-align: center;
    font-weight: 700;
}
.inner-s3 .dtl_tit .cont p{
    font-size: .16rem;
    line-height: .32rem;
    color: #9E9E9E;
    margin: 0 .3rem;
}
.inner-s3 .dtl_tit .cont{
    margin-top: .3rem;
    padding: .05rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #F7F7F7;
}
.inner-s3 .dtl_txt p{
    font-size: .18rem;
    line-height: .34rem;
    color: #333;
    text-indent: 2em;
}
.inner-s3 .dtl_txt p img{
    display: block;
   /* width: auto;*/
    height: auto!important;
    max-width: 90%;
    margin: .2rem auto;
}
.inner-s3 .dtl_txt{
    margin-top: .3rem;
}
.inner-s3 .dtl_page p{
    font-size: .16rem;
    line-height: .34rem;
    color: #333333;
    transition: .5s;
}
.inner-s3 .dtl_page p:hover{
    color: #004EA2;
    font-weight: 700;
}
.inner-s3 .dtl_page{
    margin-top: .4rem;
    padding-top: .35rem;
    border-top: 1px dashed #D8D8D8;
}
.inner-s3{
    margin-top: .3rem;
}
@media (max-width: 1025px) {
    .inner-s3 .dtl_tit .cont p{
        margin: 0;
    }
    .inner-s3 .dtl_tit .cont{
        margin-top: .15rem;
        gap: 0 .2rem;
    }
    .inner-s3 .dtl_txt{
        margin-top: .2rem;
    }
    .inner-s3 .dtl_txt p img{
        margin: .2rem auto;
    }
    .inner-s3 .dtl_page{
        margin-top: .3rem;
        padding-top: .2rem;
    }
    .inner-s3{
        margin-top: .2rem;
    }
}
@media (max-width: 769px) {

}
@media (max-width: 480px) {

}

/*inner-s4*/

.inner-s4 .item-tit h3{
    font-size: .22rem;
    line-height: .34rem;
    color: #004EA2;
    font-weight: 700;
}
.inner-s4 .item-tit:before{
    position: absolute;
    content: '';
    left: .13rem;
    top: 50%;
    width: .05rem;
    height: .23rem;
    background: #EFB940;
    transform: translateY(-50%);
}
.inner-s4 .item-tit{
    position: relative;
    padding: .15rem .32rem .18rem;
    background: #F5F8FF;
    border-radius: 0 .4rem 0 0;
}
.inner-s4 .li-tit{
    display: flex;
    align-items: baseline;
}
.inner-s4 .li-tit h3{
    font-size: .24rem;
    line-height: .34rem;
    color: #333333;
    font-weight: 700;
}
.inner-s4 .li-tit h4{
    font-size: .16rem;
    line-height: 1;
    color: #333333;
    margin-left: .14rem;
    opacity: .5;
}
.inner-s4 .list01 ul{
    display: flex;
    flex-wrap: wrap;
    gap: .18rem 0;
}
.inner-s4 .list01 li{
    width: 14.28%;
    position: relative;
    padding-left: .18rem;
    font-size: .18rem;
    line-height: .34rem;
    color: #333333;
    transition: all .5s;
}
.inner-s4 .list01 li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: .05rem;
    height: .05rem;
    background: #004EA2;
    transform: translateY(-50%);
    border-radius: 50%;
}
.inner-s4 .list01 li:hover{
    color: #004EA2;
    font-weight: 700;
}
.inner-s4 .list01{
    margin-top: .25rem;
}
.inner-s4 .li + .li{
    margin-top: .55rem;
}
.inner-s4 .item-cont{
    padding: .36rem .32rem .37rem;
    background: #ffffff;
    border: .01rem solid #CEDBE8;
}
.inner-s4:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    height: 1.55rem;
    background: #004EA2;
    border-radius: 0 .4rem 0 .4rem;
    z-index: -1;
}
.inner-s4{
    margin-top: .33rem;
    padding-left: .06rem;
    position: relative;
}
@media (max-width: 1025px) {
    .inner-s4 .item-tit{
        padding: .1rem .2rem;
        border-radius: 0 .1rem 0 0;
    }
    .inner-s4 .item-tit:before{
        left: .08rem;
    }
    .inner-s4 .li-tit h3{
        font-size: .2rem;
        line-height: .3rem;
    }
    .inner-s4 .li-tit h4{
        margin-left: .05rem;
    }
    .inner-s4 .list01 li{
        padding-left: .12rem;
    }
    .inner-s4 .list01 ul{
        gap: .1rem 0;
    }
    .inner-s4 .list01{
        margin-top: .1rem;
    }
    .inner-s4 .li + .li{
        margin-top: .2rem;
    }
    .inner-s4 .item-cont{
        padding: .2rem;
    }
    .inner-s4{
        margin-top: .2rem;
    }
}
@media (max-width: 769px) {
    .inner-s4 .list01 li{
        width: 20%;
    }
}
@media (max-width: 481px) {
    .inner-s4 .list01 li{
        width: 32%;
    }
}


/*inner-s5*/
.inner-s5 ul{
    display: flex;
    flex-wrap: wrap;
}
.inner-s5 li{
    width: 32%;
    margin: .2rem 0 0 2%;
}
.inner-s5 li:nth-child(3n+1){
    margin-left: 0;
}
.inner-s5 li:nth-child(-n+3){
    margin-top: 0;
}
.inner-s5 li a{
    display: block;
}
.inner-s5 li .pic{
    padding-top: 2.57rem;
}
.inner-s5 li h3{
    font-size: .16rem;
    line-height: .55rem;
    color: #333333;
    text-align: center;
    padding: 0 .2rem;
    background: #F1F1F1;
    transition: .5s;
}
.inner-s5 li:hover h3{
    color: #fff;
    font-weight: bold;
    background: #004EA2;
}
.inner-s5{
    margin-top: .35rem;
}

@media (max-width: 1025px) {
    .inner-s5 li .pic{
        padding-top: 71.25%;
    }
    .inner-s5 li h3{
        font-size: .18rem;
        line-height: .48rem;

    }
    .inner-s5 li{
        width: 32%;
        margin: 0;
    }
    .inner-s5 ul{
        gap: .2rem 2%;
    }
    .inner-s5{
        margin-top: .2rem;
    }
}

@media (max-width: 769px) {
    .inner-s5 li{
        width: 49%;
    }
    .inner-s5 li:last-child{
        display: none;
    }
}
@media (max-width: 481px) {
    .inner-s5 li{
        width: 100%;
    }
    .inner-s5 li:last-child{
        display: block;
    }
}


/*inner-s6*/

.inner-s6 .tit2 h2{
    position: relative;
    font-size: .2rem;
    line-height: .26rem;
    color: #0849bf;
    font-weight: bold;
    padding-left: .1rem;
}
.inner-s6 .tit2 h2:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: .03rem;
    height: .22rem;
    background: #0849bf;
    transform: translateY(-50%);
}

.inner-s6 ul{
    display: flex;
    flex-wrap: wrap;
}
.inner-s6 li{
    width: 30.95%;
    margin: .3rem 0 0 3.575%;
    position: relative;
}
.inner-s6 li:nth-child(-n+3){
    margin-top: 0;
}
.inner-s6 li:nth-child(3n+1){
    margin-left: 0;
}
.inner-s6 li a{
    position: relative;
    padding: 0 .15rem .16rem;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.inner-s6 li .pic{
    width: 1.6rem;
    height: 2.35rem;
}
.inner-s6 li .pic:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .04rem;
    background: #E1AD6A;
}
.inner-s6 li .txt{
    /*width: calc(100% - 1.8rem);*/
   /* margin-top: .4rem;*/
    padding: .25rem 0 0;
}
.inner-s6 li h3{
    font-size: .18rem;
    line-height: .28rem;
    color: #004EA2;
    font-weight: bold;
    transition: .5s;
}
.inner-s6 li i{
    display: block;
    height: 1px;
    width: 1.25rem;
    max-width: 100%;
    background: #C9C9C9;
    margin: .09rem 0 .14rem;
    transition: .5s;
}
.inner-s6 li p{
    font-size: .16rem;
    line-height: .24rem;
    color: #3D3D3D;
    height: .48rem;
    transition: .5s;
}
.inner-s6 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: .4rem;
    bottom: 0;
    background: #004EA2;
    opacity: .1;
    transition: .5s;
}
.inner-s6 li:hover:after{
    opacity: 1;
}
.inner-s6 li:hover h3{
    color: #fff;
}
.inner-s6 li:hover i{
    background: #fff;
}
.inner-s6 li:hover p{
    color: #fff;
}

.inner-s6 ul{
    margin-top: .2rem;
}

.inner-s6 .block:not(:last-child){
    padding-bottom: .4rem;
    border-bottom: 1px solid #D8D8D8;
}
.inner-s6 .block:not(:first-child){
    margin-top: .4rem;
}
.inner-s6{
    margin-top: .36rem;
}

@media (max-width: 1025px) {
    .inner-s6 li{
        width: 49%;
        margin: 0;
    }
    .inner-s6 ul{
        gap: .2rem 2%;
    }
    .inner-s6 .block:not(:last-child){
        padding-bottom: .2rem;
    }
    .inner-s6 .block:not(:first-child){
        margin-top: .3rem;
    }
    .inner-s6{
        margin-top: .26rem;
    }
}
@media (max-width: 769px) {
    .inner-s6 li .pic {
        width: 1.4rem;
        height: 1.7rem;
    }
    .inner-s6 li .txt {
        width: calc(100% - 1.6rem);
        /*margin-top: 0.3rem;*/
        padding: .2rem 0 0;
    }
    .inner-s6 li:after{
        top: .3rem;
    }
}
@media (max-width: 641px) {
    .inner-s6 li{
        width: 100%;
    }
    .inner-s6 li h3{
        font-size: .2rem;
    }
    .inner-s6 li p{
        font-size: .18rem;
    }
}

/*inner-s7*/
.inner-s7 .block1 .con{
    padding: .2rem .2rem .21rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;

}
.inner-s7 .block1 .pic{
    width: 1.32rem;
    height: 1.68rem;
}

.inner-s7 .block1 .txt{
    width: calc(100% - 1.6rem);
    padding-top: .08rem;
}
.inner-s7 .block1 .txt h2{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    font-weight: bold;
    margin-bottom: .07rem;
}
.inner-s7 .block1 .txt h4{
    display: flex;
    flex-wrap: wrap;
    margin-top: .05rem;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}
.inner-s7 .block1 .txt h4 span{
    display: block;
    font-size: .18rem;
    color: #666666;
    line-height: .36rem;
    margin-right: .2rem;
    width: 47%;
}
.inner-s7 .block1:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .02rem;
    background:linear-gradient(270deg, #11bcce 0%, #0849bf 100%);
}
.inner-s7 .block1{
    position: relative;
    background: #fff;
    box-shadow: 0 0 .1rem 0 rgba(0, 0, 0, 0.1);
}
.inner-s7 .block2 .tit3 h3:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: .08rem;
    height: .08rem;
    background: #0849bf;
    transform: translateY(-50%);
}
.inner-s7 .block2 .tit3 h3{
    font-size: .2rem;
    line-height: .46rem;
    color: #333333;
    font-weight: bold;
    padding-left: .2rem;
    position: relative;
}
.inner-s7 .block2 .tit3{
    padding: 0 .16rem;
    background: #F4F6F6;
}

.inner-s7 .block2 .txt p{
    font-size: .18rem;
    line-height: .34rem;
    color: #666666;

}
.inner-s7 .block2 .txt{
    padding: .2rem;
}
.inner-s7 .block2{
    margin-top: .2rem;
}
.inner-s7 .block2:nth-child(2){
    margin-top: .4rem;
}
.inner-s7{
    margin-top: .46rem;
}

@media (max-width: 1025px) {
    .inner-s7 .block2:nth-child(2){
        margin-top: .3rem;
    }
    .inner-s7 .block2 .txt{
        padding: .1rem;
    }
    .inner-s7 .block1 .txt h4 span{
        margin-right: .3rem;
    }
    .inner-s7 .block1 .txt h4{
        margin-top: 0;
    }
    .inner-s7{
        margin-top: .26rem;
    }
}
@media (max-width: 481px){
    .inner-s7 .block1 .con{
        display: block;
    }
    .inner-s7 .block1 .pic{
        margin: 0 auto;
    }
    .inner-s7 .block1 .txt{
        width: 100%;
        padding-top: .15rem;
    }
    .inner-s7 .block1 .txt h2{
        text-align: center;
    }
    .inner-s7 .block1 .txt h4{
        justify-content: center;
    }
    .inner-s7 .block1 .txt h4 span{
        margin: 0;
    }
}


/* ========== 教师列表网格卡片布局 ========== */

/* 列表容器改为网格，每行6个 */
.inner-s6 .block .list ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px 20px;
    list-style: none;
    padding: 0;
    margin: 0;}

/* 单个卡片基础样式 */
.inner-s6 .block .list ul li {
    margin: 0;
    padding: 0;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width:100%;
    height:95%
    ;}

.inner-s6 .block .list ul li:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);}

/* 链接去掉默认样式，改为块级 */
.inner-s6 .block .list ul li a.bg-mask {
    display: block;
    text-decoration: none;
    color: inherit;}

/* 照片区域：固定宽度 + 竖版比例 */
.inner-s6 .block .list ul li .pic {
    position: relative;
    width: 100%;
   /*height: 210px;*/
    margin: 0 auto;
    overflow: hidden;
    background-color: #f0f2f5;
    border-radius: 4px 4px 0 0;}

.inner-s6 .block .list ul li .pic span.a {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;}

/* 无图片时用纯代码生成默认占位头像 */
.inner-s6 .block .list ul li .pic span.a[style*="url()"],
.inner-s6 .block .list ul li .pic span.a:not([style*="url"]) {
    background-size: 60% auto;
    background-color: #e8ecf1;}

/* 文字区域：只保留姓名，隐藏简介和分隔线 */
.inner-s6 .block .list ul li .txt {
    padding: 14px 8px 16px;
    text-align: center;}

.inner-s6 .block .list ul li .txt h3 {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin: 0;
    line-height: 1.4;}

/* 隐藏简介和多余元素 */
.inner-s6 .block .list ul li .txt i,
.inner-s6 .block .list ul li .txt p.l2 {
    display: none;}

/* ========== 响应式适配 ========== */
@media (max-width: 1200px) {

    .inner-s6 .block .list ul {
        grid-template-columns: repeat(4, 1fr);}
    .inner-s6 .block .list ul li .pic {
        width: 140px;
        height: 186px;}
     .inner-s6 .block .list ul li .txt{
        width: 100%;
        height: auto;}
}

@media (max-width: 768px) {
    .inner-s6 .block .list ul {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px 12px;}
    .inner-s6 .block .list ul li .pic {
        width: 100%;
        height: auto;
        aspect-ratio: 3 / 4;}
        .inner-s6 .block .list ul li .txt{
        width: 100%;
        height: auto;}
}

@media (max-width: 480px) {
    .inner-s6 .block .list ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px 10px;}
}