@charset "UTF-8";
.header:after{
    opacity: 1;
    visibility: visible;
}
.pagination {
    text-align: center;
    font-size: 0;
    padding-top: .86rem;
}

.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: #666;
    margin: 0 7px;
}

.pagination a.active {
    background: #0961BF;
    color: #fff;
    border: 1px solid #0961BF;
}

.pagination a:hover {
    background: #0961BF;
    color: #fff;
    border: 1px solid #0961BF;
}

.n_banner .img img{
    display: block;
    width: 100%;
}
.inner_page{
    padding: 0 0 1.73rem;
    background: #FFFFFF;
}
.leftNav{
    width: 18.75%;
    position: relative;
    z-index: 2;
    margin-top: -1.03rem;
    align-self: flex-start;
    background: url("../images/n-img-2.png") no-repeat top center/100% auto;
}
.leftNav .tit h2{
    font-size: .3rem;
    line-height: .46rem;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.leftNav .tit{
    position: relative;
    z-index: 2;
    padding: .2rem .1rem;
}

.leftNav .block .box h3{
    position: relative;
    font-size: .18rem;
    line-height: .32rem;
    color: #333333;
    padding: .16rem .6rem .17rem .2rem;
    border-top: 1px dashed rgba(0, 0, 0, 0.16);
    transition: .5s;
}
.leftNav .block .box:first-child h3{
    border-top: none;
}
.leftNav .block .box h3 a{
    display: block;
    position: relative;
    z-index: 2;
}
.leftNav .block .box h3:before{
    position: absolute;
    content: '';
    top: 50%;
    left: -.26rem;
    width: .04rem;
    height: .4rem;
    background: #51BAC6;
    border-radius: .1rem;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    z-index: 1;
}
.leftNav .block .box h3:after{
    position: absolute;
    content: '';
    right: .4rem;
    top: 0;
    bottom: 0;
    left: -.26rem;
    background: #0961BF;
    border-radius: 0 .5rem .5rem 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.leftNav .block .box.active h3,
.leftNav .block .box:hover h3,
.leftNav .block .box.on h3{
    color: #fff;
    font-weight: bold;
    border-top-color:transparent ;
}
.leftNav .block .box.active +.box h3,
.leftNav .block .box:hover + .box h3,
.leftNav .block .box.on + .box h3{
    border-top-color:transparent ;
}
.leftNav .block .box.active h3:after,
.leftNav .block .box:hover h3:after,
.leftNav .block .box.on h3:after,
.leftNav .block .box.active h3:before,
.leftNav .block .box:hover h3:before,
.leftNav .block .box.on h3:before{
    opacity: 1;
    visibility: visible;
}
.leftNav .block:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: .4rem;
    background: #F7FAFF;
    z-index: -1;
}

.leftNav .s-link li h4{
    position: relative;
    font-size: .16rem;
    line-height: .26rem;
    color: #666;
    padding-left: .4rem;
    transition: .5s;
}
.leftNav .s-link li+li{
    margin-top: .1rem;
}
.leftNav .ss-link a{
    display: block;
    font-size: .16rem;
    line-height: .26rem;
    color: #666;
    transition: .5s;
    padding-left: .6rem;
}
.leftNav .ss-link a+a{
    margin-top: .1rem;
}
.leftNav .ss-link{
    padding: .1rem 0;
    display: none;
}
.leftNav .s-link a:hover,
.leftNav .s-link a.active{
    color: #0961BF;
}
.leftNav .s-link{
    padding: .1rem 0;
    display: none;
}
.leftNav .box.active .s-link{
    display: block;
}

.leftNav .block .box .ico{
    position: absolute;
    right: .1rem;
    top: 50%;
    width: .18rem;
    height: .18rem;
    transform: translateY(-50%);
    transition: .5s;
    cursor: pointer;
}
.leftNav .block .box .ico svg{
    display: block;
    width: 100%;
    height: 100%;
}



.leftNav .block {
    padding: .28rem .26rem;
    min-height: 5.51rem;
    background: url("../images/n-img-1.png") no-repeat top center/100% auto;
    margin-left: .08rem;
    position: relative;
    z-index: 2;
}
.leftNav:after{
    position: absolute;
    content: '';
    top: .3rem;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0961BF;
}

.rightBox{
    width: 76.75%;
    margin-top: .26rem;
}
.n_tit h2:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: .2rem;
    height: .2rem;
    background: url("../images/n-img-3.png") no-repeat 50%/100% 100%;
    transform: translateY(-50%);
}
.n_tit h2{
    font-size: .22rem;
    line-height: .72rem;
    color: #0961BF;
    font-weight: bold;
    padding-left: .28rem;
    position: relative;
}
.posi{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.posi *{
    display: block;
    font-size: .14rem;
    line-height: .24rem;
    color: #272727;
    transition: .5s;
}
.posi span{
    color: rgba(39, 39, 39, 0.3);
    margin: 0 .08rem;
}
.posi a:hover,
.posi a.active{
    color: #0961BF;
}
.n_tit{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #BFBFBF;
}


.inner_s1 .top .li{
    margin-bottom: .13rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.inner_s1 .top .li:last-child{
    margin-bottom: 0;
}
.inner_s1 .top .li h3{
    width: 2.09rem;
    font-size: .16rem;
    line-height: .42rem;
    color: #fff;
    text-align: center;
    background: #0961BF;
    border-radius: .5rem;
}
.inner_s1 .top .li .aright{
    width: calc(100% - 2.33rem);
    display: flex;
    flex-wrap: wrap;
}
.inner_s1 .top .li .aright span{
    display: block;
    font-size: .16rem;
    line-height: .42rem;
    color: #666666;
    margin-right: .3rem;
    transition: .5s;
    cursor: pointer;
    margin-bottom: .15rem;
}
.inner_s1 .top .li .aright span.active{
    color: #0961BF;
    font-size: .18rem;
}
.inner_s1 .top {
    padding: .41rem 0 .46rem;
    border-bottom: 1px solid #E2E2E2;
}
.inner_s1 .bot ul{
    display: flex;
    flex-wrap: wrap;
}
.inner_s1 .bot li{
    width: 32.57%;
    position: relative;
    margin: .68rem 0  0 1.145%;
}
.inner_s1 .bot li:nth-child(-n+3){
    margin-top: 0;
}
.inner_s1 .bot li:nth-child(3n+1){
    margin-left: 0;
}
.inner_s1 .bot li a{
    position: relative;
    z-index: 2;
    padding: 0 .15rem .18rem .08rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.inner_s1 .bot li .pic{
    width: 1.84rem;
    height: 2.41rem;
    border-radius: 0 .2rem 0 0;
}
.inner_s1 .bot li .txt{
    width: calc(100% - 2.1rem);
    margin-top: .5rem;
    padding: .35rem 0 0;
}
.inner_s1 .bot li h2{
    font-size: .2rem;
    line-height: .3rem;
    color: #0961BF;
    font-weight: bold;
    transition: .5s;
}
.inner_s1 .bot li i{
    display: block;
    height: 1px;
    background: #D2DEF3;
    margin-top: .15rem;
    margin-bottom: .17rem;
    transition: .5s;
}
.inner_s1 .bot li h4{
    font-size: .16rem;
    line-height: .3rem;
    color: #666666;
    transition: .5s;
}
.inner_s1 .bot li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: .5rem;
    background: #F7FAFF;
    transition: .5s;
}
.inner_s1 .bot li:hover h2{
    color: #fff;
}
.inner_s1 .bot li:hover i{
    background: rgba(255, 255, 255, 0.8);
}
.inner_s1 .bot li:hover h4{
    color: rgba(255, 255, 255, 0.7);
}
.inner_s1 .bot li:hover:after{
    background: #0961BF;
}
.inner_s1 .bot {
    margin-top: .62rem;
}
/*inner_s2*/

.inner_s2 .item1 .con{
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    background: #fff;
}
.inner_s2 .item1 .pic{
    width: 2.5rem;
    height: 3.32rem;
}
.inner_s2 .item1 .pic .a{
    background-position:top center;
}
.inner_s2 .item1 .txt{
    width: calc(100% - 2.8rem);
    padding-top: .13rem;
}
.inner_s2 .item1 .name{
    display: flex;
    align-items: baseline;
    margin-bottom: .26rem;
}
.inner_s2 .item1 .name h2{
    font-size: .3rem;
    line-height: .42rem;
    color: #1F7FD8;
    font-weight: bold;
    margin-right: .3rem;
}
.inner_s2 .item1 .name h4{
    font-size: .18rem;
    line-height: .24rem;
    color: #474747;
}
.inner_s2 .item1 h3{
    font-size: .18rem;
    line-height: .36rem;
    color: #474747;
}
.inner_s2 .item1:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.35rem;
    background: #0961BF;
}
.inner_s2 .item1{
    margin-top: .54rem;
    position: relative;
    padding: 0 .24rem .27rem;
}

.inner_s2 .item2 .n_tit2 h2{
    font-size: .2rem;
    line-height: .28rem;
    color: #0961BF;
    font-weight: bold;
}
.inner_s2 .item2 .para p{
    font-size: .18rem;
    line-height: 2;
    color: #474747;
    text-indent: 2em;
}
.inner_s2 .item2 .para{
    margin-top: .32rem;
}
.inner_s2 .item2{
    margin-top: .47rem;
    padding-left: .59rem;
}
/*inner_s3*/


.inner_s3 li{
    position: relative;
    line-height: .7rem;
    border-bottom: 1px dashed #C4D1E5;
}
.inner_s3 li a{
    font-size: .2rem;
    color: #3D3D3D;
    padding: 0 1.2rem 0 .24rem;
    transition: .5s;
}
.inner_s3 li time{
    position: absolute;
    right: 0;
    top: 0;
    font-size: .16rem;
    color: #9E9E9E;
}
.inner_s3 li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: .05rem;
    height: .05rem;
    background: #0961BF;
    transform: translateY(-50%);
}
.inner_s3 li:after{
    position: absolute;
    content: '';
    bottom: -1px;
    right: 0;
    width: 0;
    height: 1px;
    background: #0961BF;
    transition: .5s;
}
.inner_s3 li:hover a{
    color: #0961BF;
    font-weight: bold;
}
.inner_s3 li:hover:after{
    left: 0;
    width: 100%;
}

.inner_s3 {
    margin-top: .3rem;
}

/*inner_s4*/

.inner_s4 li a{
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.inner_s4 li .pic{
    width: 2.8rem;
    height: 1.7rem;
}
.inner_s4 li .txt{
    width: calc(100% - 3.2rem);
    padding-right: .3rem;
}
.inner_s4 li h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    font-weight: bold;
    transition: .5s;
}
.inner_s4 li p{
    font-size: .16rem;
    line-height: .24rem;
    color: #666666;
    height: .48rem;
    margin-top: .15rem;
    transition: .5s;
}
.inner_s4 li time{
    margin-top: .16rem;
    display: block;
    font-size: .14rem;
    color: #9D9D9D;
    line-height: .3rem;
    padding-left: .24rem;
    transition: .5s;
}
.inner_s4 li:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    width: 0;
    background: #0961BF;
    box-shadow: .04rem .04rem .1rem 0 rgba(0, 0, 0, 0.2);
    transition: .5s;
    z-index: 1;
}
.inner_s4 li:after{
    position: absolute;
    content: '';
    left: 3.2rem;
    bottom: 0;
    right: 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.16);
}
.inner_s4 li:hover:before{
    left: 0;
    width: 100%;
}
.inner_s4 li:hover h3{
    color: #fff;
}
.inner_s4 li:hover p{
    color: #fff;
}
.inner_s4 li:hover time{
    color: #fff;
}
.inner_s4 li:first-child{
    margin-top: 0;
}
.inner_s4 li{
    position: relative;
    margin-top: .3rem;
}

.inner_s4 li.noimg .txt{
    width: 100%;
    padding: .3rem;
}
.inner_s4 li.noimg:after{
    left: 0;
}
.inner_s4{
    margin-top: .4rem;
}

/*index_s5*/
.inner_s5 .dtl_tit h1{
    font-size: .2rem;
    line-height: 1.5;
    color: #333333;
    font-weight: bold;
    text-align: center;
}
.inner_s5 .dtl_tit .cont p{
    font-size: .16rem;
    line-height: .32rem;
    color: #9E9E9E;
    margin: 0 .3rem;
}
.inner_s5 .dtl_tit .cont{
    margin-top: .3rem;
    padding: .05rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #F7F7F7;
}
.inner_s5 .dtl_txt p,.inner_s5 .dtl_txt p span{
    font-size: .18rem !important;
    line-height: .34rem;
    color: #333;
    text-indent: 2em !important;
}

.inner_s5 .dtl_txt p img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: .4rem auto .2rem;
}
.inner_s5 .dtl_txt{
    margin-top: .3rem;
}
.inner_s5 .dtl_page p{
    font-size: .16rem;
    line-height: .34rem;
    color: #333333;
    transition: .5s;
}
.inner_s5 .dtl_page p:hover{
    color: #0961BF;
}
.inner_s5 .dtl_page{
    margin-top: .4rem;
    padding-top: .35rem;
    border-top: 1px dashed #D8D8D8;
}

.inner_s5{
    margin-top: .4rem;
}

/*手机端内页菜单*/

#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: #0961BF;
}

#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: #0961BF;
}

#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: #0961BF;
}

@media (max-width: 1199px){
    .n_banner .img{
    }
    #m_n_nav{
        display: block;
    }
    .leftNav{
        display: none;
    }
    .rightBox{
        width: 100%;
        margin-top: 0;
    }

    .inner_page{
        padding: .3rem 0 .4rem;
        min-height: 60vh;
    }

}
@media (max-width: 750px){
   .v_news_content table {display:block;overflow-x:auto;}
}

@media (max-width: 1025px){
    .n_tit h2{
        display: none;
    }
    .posi *{
        font-size: .18rem;
        line-height: .28rem;
    }
    .n_tit{
        padding-bottom: .15rem;
    }
    .posi span{
        margin: 0 .05rem;
    }
    .inner_s1 .top .li h3{
        width: 1.5rem;
        line-height: .4rem;
    }
    .inner_s1 .top .li .aright{
        width: calc(100% - 1.7rem);
    }
    .inner_s1 .top .li .aright span{
        line-height: .4rem;
        margin-right: .2rem;
        margin-bottom: 0;
    }
    .inner_s1 .top .li{
        margin-bottom: .2rem;
    }
    .inner_s1 .top{
        padding: .3rem 0;
    }
    .inner_s1 .bot li .pic{
        width: 1.4rem;
        height: 1.9rem;
        border-radius: 0 0.15rem 0 0;
    }
    .inner_s1 .bot li i{
        margin: .05rem 0;
    }
    .inner_s1 .bot li .txt {
        width: calc(100% - 1.4rem);
        margin-top: 0.4rem;
        padding: 0.2rem 0 0 .2rem;
    }
    .inner_s1 .bot li:after{
        top: .4rem;
    }
    .inner_s1 .bot li a{
        padding: 0 .1rem .15rem;
    }
    .inner_s1 .bot li{
        width: 32%;
        margin: 0;
    }
    .inner_s1 .bot ul{
        gap: .3rem 2%;
    }
    .pagination{
        padding-top: .3rem;
    }
    .inner_s1 .bot {
        margin-top: 0.3rem;
    }
    .inner_s2 .item1 .pic {
        width: 2.2rem;
        height: 2.9rem;
    }
    .inner_s2 .item1 .name h2{
        font-size: .26rem;
        line-height: .3rem;
        margin-right: .1rem;
    }
    .inner_s2 .item1 .name{
        margin-bottom: .15rem;
    }
    .inner_s2 .item1 .txt {
        width: calc(100% - 2.45rem);
        padding-top: .1rem;
    }
    .inner_s2 .item1{
        margin-top: .3rem;
        padding: 0 .2rem .2rem;
    }
    .inner_s2 .item2{
        padding-left: 0;
        margin-top: .3rem;
    }
    .inner_s2 .item2 .n_tit2 h2{
        font-size: .24rem;
    }
    .inner_s2 .item2 .para{
        margin-top: .1rem;
    }

    .inner_s3 li a{
        font-size: .19rem;
    }
    .inner_s3 li{
        line-height: .65rem;
    }
    .inner_s3{
        margin-top: .2rem;
    }

    .inner_s4 li .txt {
        width: calc(100% - 3rem);
        padding-right: .2rem;
    }
    .inner_s4 li:after{
        left: 3rem;
    }
    .inner_s4 li{
        margin-top: .26rem;
    }
    .inner_s4{
        margin-top: .3rem;
    }

    .inner_s5 .dtl_tit .cont p{
        margin: 0;
    }
    .inner_s5 .dtl_tit .cont{
        margin-top: .15rem;
        gap: 0 .2rem;
    }
    .inner_s5 .dtl_txt{
        margin-top: .2rem;
    }
    .inner_s5 .dtl_txt p img{
        margin: .2rem auto;
    }
    .inner_s5 .dtl_page{
        margin-top: .3rem;
        padding-top: .2rem;
    }
    .inner_s5{
        margin-top: .2rem;
    }
}
@media (max-width: 769px){
    .inner_s1 .bot li{
        width: 100%;
    }
    .inner_s2 .item1 .con{
        display: block;
    }
    .inner_s2 .item1 .pic{
        width: 1.6rem;
        height: 2.1rem;
        margin: 0 auto;
    }
    .inner_s2 .item1 .txt{
        width: 100%;
        margin-top: 0;
        padding: .2rem;
    }
    .inner_s2 .item1 .name h2{
        font-size: .22rem;
    }
    .inner_s2 .item1 .name{
        justify-content: center;
        margin-bottom: .1rem;
    }
    .inner_s2 .item1 h3{
        line-height: .3rem;
        text-align: center;
    }
    .inner_s3 li a{
        padding: 0 1.1rem 0 .15rem;
    }
    .inner_s4 li .pic{
        width: 100%;
        height: auto;
        padding-top: 60.71%;
    }
    .inner_s4 li .txt{
        width: 100%;
        padding: .2rem .15rem;
    }
    .inner_s4 li.noimg .txt{
        padding: .2rem .15rem;
    }
    .inner_s4 li time,
    .inner_s4 li p{
        margin-top: .1rem;
    }
    .inner_s4 li:after{
        left: 0;
        border-radius: .1rem .1rem .1rem 0;
    }
}

@media (max-width: 481px){
    .inner_s1 .top .li h3 {
        width: auto;
        min-width: 1.3rem;
        padding: 0 .15rem;
    }
    .inner_s1 .top .li .aright span{
        margin-right: 0;
        font-size: .18rem;
    }
    .inner_s1 .top .li .aright {
        width: 100%;
        gap: 0 .2rem;
        margin-top: .1rem;
    }


}


.leftNav .s-link li h4  a.on {color:#0961BF;}
.v_news_content p {    background-color: transparent !important; }
.v_news_content table {margin:0 auto;max-width:100%;border:1px solid #cfcaca;}
.v_news_content table td {border:1px solid #cfcaca;}
.inner_s5 .dtl_txt  .v_news_content table  td p,.inner_s5 .dtl_txt v_news_content table  td p span{text-indent:0 !important;padding:10px;}