@charset "UTF-8";
.header:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: 2.2rem;
    background: linear-gradient(360deg, rgba(90, 90, 90, 0) 0%, #1D3673 100%);
    transition: .5s;
}
.header.on:before{
    height: 100%;
    background: #3257B0;
}
.pagination {
    text-align: center;
    font-size: 0;
    padding-top: .8rem;
}

.pagination a {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 0.12rem;
    height: 0.35rem;
    font-size: 0.14rem;
    line-height: 0.35rem;
    text-align: center;
    color: #333333;
    margin: 0 7px;
}

.pagination a.active {
    background: #3750B6;
    color: #fff;
    border: 1px solid #3750B6;
}

.pagination a:hover {
    background: #3750B6;
    color: #fff;
    border: 1px solid #3750B6;
}

.n_banner .img img{
    display: block;
    width: 100%;
}
.n_banner:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 41.51%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.63) 100%);
}
.n_banner .top h2{
    font-size: .5rem;
    line-height: .6rem;
    color: #FFFFFF;
    font-weight: bold;
}
.posi {
    margin-top: .28rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.posi img{
    display: block;
    width: .24rem;
    height: .24rem;
    margin-right: .12rem;
}
.posi * {
    display: block;
    font-size: .18rem;
    line-height: .24rem;
    color: #fff;
}
.posi span{
    margin: 0 .1rem;
}

.n_banner .top{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .42rem;
    z-index: 5;
}
.n_banner{
    position: relative;
}

.n_dh{
    background: #EEF3F9;
}
.n_erji{
    position: relative;
}
.n_erji li a{
    display: block;
    font-size: .22rem;
    line-height: .7rem;
    color: #000000;
    transition: .5s;
}
.n_erji li.active a,
.n_erji li:hover a{
    color: #3257B0;
    font-weight: bold;
}
.n_erji li{
    width: auto;
}
.n_erji .btn{
    width: .2rem;
    height: .2rem;
    background: transparent no-repeat 50%/100%;
}
.n_erji .prev{
    left: -.5rem;
    background-image: url("../images/prev-5.png");
}
.n_erji .next{
    right: -.5rem;
    background-image: url("../images/next-5.png");
}
.n_erji .btn.swiper-button-disabled{
    opacity: 0;
}
.inner-page{
    padding: .6rem 0 3rem;
    background: url("../images/inner-page.png") no-repeat bottom center/100% auto;
}

/*inner_s1*/

.inner_s1 li a{
    position: relative;
    padding: .14rem 0 .17rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    z-index: 2;
}
.inner_s1 li time{
    padding-top: .05rem;
    display: block;
    width: 1.12rem;
    text-align: right;
    color: #000000;
    position: relative;
    margin-right: .84rem;
    flex-shrink: 0;
}
.inner_s1 li time span{
    display: block;
    font-size: .18rem;
    line-height: .3rem;
    font-family: 'Cardo-Regular',sans-serif;
}
.inner_s1 li time em{
    display: block;
    font-size: .36rem;
    line-height: 1;
    font-family: 'Cardo-Bold',sans-serif;
    transition: .5s;
}
.inner_s1 li time:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: .02rem;
    background: #D6D6D6;
    transition: .5s;
}
.inner_s1 li .txt{
    flex: 1;
    overflow: hidden;
    padding-top: .1rem;
    padding-right: .2rem;
}
.inner_s1 li h3{
    font-size: .22rem;
    line-height: .36rem;
    color: #000000;
    transition: .5s;
}
.inner_s1 li:after{
    position: absolute;
    content: '';
    left: .12rem;
    top: 0;
    bottom: 0;
    right: 0;
    background: #FFFFFF;
    box-shadow: 0 .04rem .1rem rgba(228, 228, 228, 0.5);
}
.inner_s1 li:hover time em{
    color: #3750B6;
}
.inner_s1 li:hover time:before{
    background: #3750B6;
}
.inner_s1 li:hover h3{
    color: #3750B6;
    font-weight: bold;
}
.inner_s1 li + li{
    margin-top: .3rem;
}
.inner_s1 li{
    position: relative;
}


/*inner_s2*/
.inner_s2 li a{
    position: relative;
    padding: .3rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
}
.inner_s2 li .pic{
    width: 3rem;
    height: 2rem;
}
.inner_s2 li .txt{
    width: calc(100% - 3.3rem);
}
.inner_s2 li time span i{
    display: block;
    font-size: .2rem;
    margin: 0 .05rem;
}
.inner_s2 li time span{
    display: flex;
    align-items: baseline;
    font-size: .26rem;
    color: #3257B0;
    margin-right: .08rem;
    font-family: 'Cardo-Bold', sans-serif;
}
.inner_s2 li time{
    display: flex;
    align-items: baseline;
    font-size: .16rem;
    line-height: 1;
    color: #888888;
    font-family: 'Cardo-Regular', sans-serif;
}
.inner_s2 li h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #000000;
    font-weight: bold;
    transition: .5s;
    margin-top: .15rem;
}
.inner_s2 li p{
    font-size: .14rem;
    line-height: .26rem;
    color: #787878;
    height: .52rem;
    margin-top: .2rem;
}
.inner_s2 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff url("../images/n-img-1.png") no-repeat right .27rem center/2.12rem;
    border: .01rem solid #3257B0;
    box-shadow: 0 0 .26rem rgba(50, 87, 176, 0.08);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_s2 li:hover h3{
    color: #3750B6;
}
.inner_s2 li:hover .corner-box,
.inner_s2 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.inner_s2 li + li{
    margin-top: .4rem;
}
.inner_s2 li{
    position: relative;
    background: #F8F9FA;
}
/*inner_s3*/
.inner_s3 ul{
    display: flex;
    flex-wrap: wrap;
}
.inner_s3 li{
    width: 32%;
    margin: .3rem 0 0 2%;
}
.inner_s3 li:nth-child(-n+3){
    margin-top: 0;
}
.inner_s3 li:nth-child(3n+1){
    margin-left: 0;
}
.inner_s3 li a{
    display: block;
}
.inner_s3 li .pic{
    padding-top: 3.34rem;
}
.inner_s3 li h3{
    font-size: .2rem;
    line-height: .4rem;
    color: #333;
    text-align: center;
    transition: .5s;
}
.inner_s3 li .txt{
    padding: .1rem .2rem;
    background: #F8F9FA;
}
.inner_s3 li:hover h3{
    color: #3750B6;
    font-weight: bold;
}
/*inner_s4*/
.inner_s4 .dtl_tit h2{
    font-size: .26rem;
    line-height: .4rem;
    color: #222;
    text-align: center;
    font-weight: bold;
}
.inner_s4 .dtl_tit .cont .li{
    font-size: .16rem;
    line-height: .32rem;
    color: #333333;
    margin: 0 .1rem;
}
.setFont {
    height: .32rem;
    line-height: .32rem;
    background: url(../images/icon-font.png) no-repeat left center /.24rem;
    padding-left: .34rem;
    margin: 0 .1rem;
}

.setFont span {
    display: inline-flex;
    width: .32rem;
    height: .32rem;
    justify-content: center;
    margin: 0 .05rem;
    cursor: pointer;
}


.setFont span.active {
    background: #2c64c3;
    color: #fff;
    border-radius: 100%;
}

.inner_s4 .dtl_tit .cont{
    margin-top: .15rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.inner_s4 .dtl_tit{
    padding-bottom: .2rem;
    border-bottom: 1px solid #ddd;
}
.inner_s4 .dtl_txt p,
.arc-con p{
    font-size: .16rem;
    line-height: 1.7;
    color: #333;
    text-indent: 2em;
}
.inner_s4 .dtl_txt p + p,
.arc-con p + p{
    margin-top: .2rem;
}
.inner_s4 .dtl_txt img,
.arc-con img{
    height: auto !important;
    max-height: 100% !important;
    max-width: 100% !important;
    margin: 5px auto;

}

.inner_s4 .dtl_txt video,
.arc-con video{
    height: auto !important;
    max-width: 100% !important;
    margin: 10px auto;
    display: block;
}

.arc-con table { max-width:98%; margin:0.15rem auto; border-collapse: collapse;}
.arc-con table td{ padding:5px 10px; line-height:30px;}
.arc-con table td p{ text-indent:0em !important; margin-bottom:0px;}



.inner_s4 .dtl_txt{
    margin-top: .3rem;
}
.inner_s4 .dtl_page p{
    font-size: .16rem;
    line-height: .26rem;
    color: #333;
    transition: .5s;
}
.inner_s4 .dtl_page p + p{
    margin-top: .1rem;
}
.inner_s4 .dtl_page p:hover{
    color: #3257B0;
    font-weight: bold;
}
.inner_s4 .dtl_page{
    padding-top: .2rem;
    margin-top: .3rem;
    border-top: 1px solid #ddd;
}
/*inner_s5*/

.inner_s5 li a{
    position: relative;
    z-index: 2;
    padding: .3rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.inner_s5 li .pic{
    width: 4.33rem;
    height: 2.6rem;
}
.inner_s5 li .txt{
    width: calc(100% - 4.73rem);
    padding-top: .06rem;
}
.inner_s5 li .name{
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}
.inner_s5 li h2{
    font-size: .26rem;
    line-height: .3rem;
    color: #000000;
    font-weight: bold;
    margin-right: .16rem;
}
.inner_s5 li h4{
    font-size: .18rem;
    line-height: 1;
    color: #3257B0;
}
.inner_s5 li h3{
    font-size: .16rem;
    line-height: .28rem;
    color: #333333;
    max-height: .56rem;
    margin-top: .2rem;
}
.inner_s5 li .line{
    display: block;
    height: .01rem;
    background: #3257B0;
    margin-top: .2rem;
}
.inner_s5 li p{
    font-size: .16rem;
    line-height: .28rem;
    color: #333333;
    height: .56rem;
    margin-top: .2rem;
}
.inner_s5 li h6 img{
    display: block;
    width: .16rem;
    margin-left: .04rem;
}
.inner_s5 li h6{
    margin-top: .29rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: .16rem;
    line-height: .22rem;
    color: #000000;
    font-family: 'SourceHanSerifCN-Regular',sans-serif;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_s5 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff url("../images/n-img-1.png") no-repeat right .27rem center/2.12rem;
    border: .01rem solid #3257B0;
    box-shadow: 0 0 .26rem rgba(50, 87, 176, 0.08);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_s5 li:hover .corner-box,
.inner_s5 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.inner_s5 li:hover h6{
    opacity: 1;
    visibility: visible;
}
.inner_s5 li + li{
    margin-top: .4rem;
}

.inner_s5 li{
    position: relative;
    background: #F8F9FA;
}
/*inner_s6*/

.inner_s6 .item_tit h2{
    font-size: .3rem;
    line-height: .4rem;
    color: #000000;
    text-align: center;
    font-weight: bold;
}
.inner_s6 .item_ul ul{
    display: flex;
    flex-wrap: wrap;
}
.inner_s6 .item_ul li{
    position: relative;
    width: 31.86%;
    margin: .24rem 0 0 2.21%;
    background: url("../images/n-img-4.png") no-repeat 50%/100% 100%;
}
.inner_s6 .item_ul li:nth-child(-n+3){
    margin-top: 0;
}
.inner_s6 .item_ul li:nth-child(3n+1){
    margin-left: 0;
}
.inner_s6 .item_ul li a{
    padding: .01rem .45rem;
    height: .8rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    z-index: 2;
}
.inner_s6 .item_ul li h3{
    font-size: .16rem;
    line-height: .24rem;
    color: #000000;
    -webkit-line-clamp: 3;
    transition: .5s;
}

.inner_s6 .item_ul li h3:hover {
font-weight: bold;
}

.inner_s6 .item_ul li h3 span{
    font-weight: bold;
    margin-right: .1rem;
}
.inner_s6 .item_ul li a i{
    position: absolute;
    right: .22rem;
    top: 50%;
    width: .21rem;
    height: .14rem;
    background: url("../images/n-img-3.png") no-repeat 50%/100%;
    transform: translateY(-50%);
    transition: .5s;
}
.inner_s6 .item_ul li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/n-img-5.png") no-repeat 50%/100% 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_s6 .item_ul li:hover h3{
    color: #fff;
}
.inner_s6 .item_ul li:hover:after{
    opacity: 1;
    visibility: visible;
}
.inner_s6 .item_ul{
    margin-top: .4rem;
}
.inner_s6 .item + .item{
    margin-top: .8rem;
}

.inner_s6 .item_ul li .con{
    padding: .01rem .45rem;
    height: .8rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    z-index: 2;
}
.inner_s6 .item_ul li .con a{
    display: block;
    line-height: .24rem;
    height: auto;
    padding: 0;

}

.inner_s6 .item_ul li .con a:hover {
 
color: #fff;
 
}

.inner_s6 .item_ul li .con i{
    position: absolute;
    right: .22rem;
    top: 50%;
    width: .21rem;
    height: .14rem;
    background: url("../images/n-img-3.png") no-repeat 50%/100%;
    transform: translateY(-50%);
    transition: .5s;
}

.corner-box{
    position: absolute;
    left: .1rem;
    right: .1rem;
    top: .1rem;
    bottom: .1rem;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.corner-box .corner{
    position: absolute;
    width: .1rem;
    height: .1rem;
    border: .01rem solid transparent;
}
.corner-box .corner.c1{
    top: 0;
    left: 0;
    border-top-color: #3257B0;
    border-left-color: #3257B0;
}
.corner-box .corner.c2{
    top: 0;
    right: 0;
    border-top-color: #3257B0;
    border-right-color: #3257B0;
}
.corner-box .corner.c3{
    bottom: 0;
    right: 0;
    border-bottom-color: #3257B0;
    border-right-color: #3257B0;
}
.corner-box .corner.c4{
    bottom: 0;
    left: 0;
    border-bottom-color: #3257B0;
    border-left-color: #3257B0;
}

/*鎵嬫満绔唴椤佃彍鍗?/

#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: #3257B0;
}

#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;
}

#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: #3257B0;
}

#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;
}

#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: #3257B0;
}

@media (min-width: 1200px) {
    .n_banner .wp,
    .n_dh .wp,
    .inner-page .wp{
        width: 14rem;
    }
}

@media (max-width: 1199px){
    .n_banner .img{
    }
    #m_n_nav{
        display: block;
    }
    .n_banner .top h2{
        display: none;
    }
    .n_dh{
        display: none;
    }
    .rightBox{
        width: 100%;
        margin-top: 0;
    }
    .posi{
        margin-top: 0;
    }
    .posi img{
        width: .2rem;
        height: .2rem;
        margin-right: .05rem;
    }
    .posi *{
        font-size: .16rem;
    }
    .n_banner .top{
        bottom: .15rem;
    }
    .inner-page{
        padding: .3rem 0 .4rem;
        min-height: 60vh;
    }
}

@media (max-width: 1025px) {
    .pagination{
        padding-top: .3rem;
    }
    .inner_s1 li time span{
        line-height: .26rem;
    }
    .inner_s1 li time em{
        font-size: .28rem;
    }
    .inner_s1 li time{
        width: 1rem;
        margin-right: .2rem;
    }
    .inner_s1 li h3{
        font-size: .2rem;
        line-height: .3rem;
    }
    .inner_s1 li .txt{
        padding-top: 0;
        padding-right: .2rem;
    }
    .inner_s1 li a{
        padding: .15rem 0;
        align-items: center;
    }
    .inner_s1 li + li{
        margin-top: .2rem;
    }
    .inner_s2 li a{
        padding: .2rem;
    }
    .inner_s2 li + li{
        margin-top: .2rem;
    }
    .inner_s3 li .pic{
        padding-top: 76.11%;
    }
    .inner_s3 li h3{
        font-size: .18rem;
        line-height: .32rem;
    }
    .inner_s3 li{
        margin: 0;
    }
    .inner_s3 ul{
        gap: .2rem 2%;
    }
    .inner_s4 .dtl_tit h2{
        line-height: 1.5;
        font-size: .24rem;
    }
    .inner_s4 .dtl_tit .cont{
        margin-top: .1rem;
        text-align: center;
    }
    .inner_s4 .dtl_tit{
        padding-bottom: .15rem;
    }
    .inner_s4 .dtl_txt p,
    .arc-con p{
        font-size: .18rem;
        line-height: 1.85;
    }
    .inner_s4 .dtl_txt p + p, .arc-con p + p{
        margin-top: .1rem;
    }
    .inner_s4 .dtl_txt{
        margin-top: .2rem;
    }
    .inner_s4 .dtl_page p{
        font-size: .18rem;
        line-height: 1.85;
    }
    .inner_s4 .dtl_page p + p{
        margin-top: 0;
    }
    .inner_s4 .dtl_page{
        padding-top: .1rem;
        margin-top: .2rem;
    }
    .inner_s5 li .pic {
        width: 3.4rem;
        height: 2.6rem;
    }
    .inner_s5 li .txt {
        width: calc(100% - 3.63rem);
    }
    .inner_s5 li a{
        padding: .2rem;
    }
    .inner_s5 li + li{
        margin-top: .2rem;
    }
    .inner_s6 .item_tit h2{
        font-size: .24rem;
        line-height: .3rem;
    }
    .inner_s6 .item_ul li h3{
        font-size: .18rem;
    }
    .inner_s6 .item_ul li a,
    .inner_s6-2 .item_ul li .con{
        height: .74rem;
    }
    .inner_s6 .item_ul li{
        width: 49%;
        margin: 0;
    }
    .inner_s6 .item_ul ul{
        gap: .2rem 2%;
    }
    .inner_s6 .item_ul{
        margin-top: .25rem;
    }
    .inner_s6 .item + .item{
        margin-top: .4rem;
    }
}
@media (max-width: 769px) {

.arc-con table {
    overflow-x: scroll;
    display: block;
}

    .inner_s2 li .pic{
        width: 100%;
        height: auto;
        padding-top: 66.66%;
    }
    .inner_s2 li h3{
        margin-top: .1rem;
    }
    .inner_s2 li p{
        margin-top: .1rem;
    }
    .inner_s2 li .txt{
        width: 100%;
        padding-top: .2rem;
    }
    .inner_s2 li:after,
    .inner_s5 li:after{
        background-position: bottom .2rem right .2rem;
        background-size: 1rem;
    }
    .inner_s3 li{
        width: 49%;
    }
    .inner_s5 li .pic{
        width: 100%;
        height: auto;
        padding-top: 60.05%;
    }
    .inner_s5 li h2{
        font-size: .22rem;
        line-height: .3rem;
        margin-right: .1rem;
    }
    .inner_s5 li h3{
        margin-top: .1rem;
    }
    .inner_s5 li .line{
        margin-top: .1rem;
    }
    .inner_s5 li p{
        margin-top: .1rem;
    }
    .inner_s5 li h6{
        margin-top: .1rem;
    }

    .inner_s5 li .txt{
        width: 100%;
        padding-top: .2rem;
    }

}
@media (max-width: 481px) {
    .inner_s1 li time{
        width: .8rem;
    }
    .inner_s1 li:after{
        left: .1rem;
    }
    .inner_s6 .item_ul li{
        width: 100%;
    }
}

/*inner_s7*/
.inner_s7 ul{
    display: flex;
    flex-wrap: wrap;
}
.inner_s7 li{
    width: 22.85%;
    margin: .4rem 0 0 2.86%;
}
.inner_s7 li:nth-child(-n+4){
    margin-top: 0;
}
.inner_s7 li:nth-child(4n+1){
    margin-left: 0;
}
.inner_s7 li a{
    display: block;
    padding: .3rem .3rem .13rem;
    box-shadow: 0 0 .2rem rgba(3, 38, 161, 0.12);
}
.inner_s7 li .pic{
    padding-top: 3.47rem;
    border-radius: .06rem;
}
.inner_s7 li .pic .a{
    background-position: top center;
}
.inner_s7 li h3{
    font-size: .22rem;
    line-height: .3rem;
    color: #000000;
    transition: .5s;
}
.inner_s7 li h4{
    font-size: .16rem;
    line-height: .3rem;
    color: #333333;
    margin-top: .1rem;
}
.inner_s7 li .txt{
    margin-top: .2rem;
    text-align: center;
}
.inner_s7 li:hover h3{
    color: #3257B0;
    font-weight: bold;
}

@media (max-width: 1025px) {
    .inner_s7 li .pic{
        padding-top: 133.46%;
    }
    .inner_s7 li h3{
        font-size: .2rem;
    }
    .inner_s7 li h4{
        line-height: .26rem;
        margin-top: 0;
    }
    .inner_s7 li .txt{
        margin-top: .1rem;
    }
    .inner_s7 li a{
        padding: .2rem .2rem .1rem;
    }
    .inner_s7 li{
        width: 23.5%;
        margin: 0;
    }
    .inner_s7 ul{
        gap: .2rem 2%;
    }
}
@media (max-width: 769px) {
    .inner_s7 li {
        width: 32%;
    }
}
@media (max-width: 481px) {
    .inner_s7 li a{
        padding: .15rem .15rem .1rem;
    }
    .inner_s7 li {
        width: 49%;
    }
}




.pb_sys_style1 .p_no_d {
    border: 1px solid #3f5aad !important;
    background-color: #3f5aad !important;
}