@charset "utf-8";

/**/
.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 0.56rem;
}
.vsbcontent_img img{border: 0px !important;}
.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: #2f3182;
    color: #fff;
    border: 1px solid #2f3182;
}

.pagination a:hover {
    background: #2f3182;
    color: #fff;
    border: 1px solid #2f3182;
}

.pagination span {
    display: inline-block;
    font-size: 0.14rem;
}
.banner{
    position: relative;
}
.banner .img img{
    display: block;
    width: 100%;
}

.banner .n_top{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -.2rem;
    z-index: 3;
}
.banner .n_top h2{
    font-size: .4rem;
    color: #fff;
    line-height: .44rem;
    margin-bottom: .47rem;
}

.banner .n_top .position{
    position: relative;
    font-size: .14rem;
    line-height: .22rem;
    color: #fff;
    padding:.2rem 0 ;
    width: 5.75rem;
}
.banner .n_top .position:after{
    position: absolute;
    content: '';
    width: 7.34rem;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/n_psi.png") no-repeat right   center;
    background-size: 100% 100%;
}

.leftNav{
    align-self: flex-start;
    width: 18.75%;
    padding-bottom: .3rem;
    background: url("../images/n_Lnav.png") no-repeat bottom center;
    background-size: cover;
}
.leftNav .n_n_title{
    display: none;
}
.n_container{
    padding-top: .2rem;
    padding-bottom: 1.05rem;
}


.leftNav .lv1 li h2{
    position: relative;
    font-size: .18rem;
    color: #000000;
    line-height: .32rem;
    padding: .2rem .5rem;
    transition: .5s;
}
.leftNav .lv1 li h2 i{
    position: absolute;
    right: .3rem;
    top: 0;
    bottom: 0;
    width: .2rem;
    background: url("../images/n_left.png") no-repeat 50%;
    background-size: .15rem;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    cursor: pointer;
}
.leftNav .lv1 li h2:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: .08rem;
    height: 0;
    background: #2f3182;
    transition: .5s;
}
.leftNav .lv2{
    padding-left: .4rem;
    display: block;
}
.leftNav .lv2 li {
    font-size: .16rem;
    line-height: .26rem;
    color: #000;
    padding: .1rem ;
}
.leftNav .lv1 li.on h2 i,
.leftNav .lv1 li.active h2 i,
.leftNav .lv1 li:hover h2 i{
    opacity: 1;
    visibility: visible;
}
.leftNav .lv1 li.on h2 ,
.leftNav .lv1 li.active h2 ,
.leftNav .lv1 li:hover h2 {
    color: #9b7d3a;
    font-size: .2rem;
    background: #fff;
}
.leftNav .lv1 li.on h2:before,
.leftNav .lv1 li.active h2:before ,
.leftNav .lv1 li:hover h2:before{
    height: 100%;
}
.leftNav .lv2 li:hover{
    color: #2e3083;
}

.rightBox{
    width: calc(100% - 23.125% );
    padding-top: .46rem;
}
.n_tit{
    position: relative;
    padding-bottom: .18rem;
    margin-bottom: .25rem;
}
.n_tit h3{
    font-size: .3rem;
    color: #000;
}
.n_tit:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(to right,#9b7d3a,#d1d2e4);
    background: -webkit-linear-gradient(to right,#9b7d3a,#d1d2e4);
    background: -moz-linear-gradient(to right,#9b7d3a,#d1d2e4);
    background: -ms-linear-gradient(to right,#9b7d3a,#d1d2e4);
}
.n_tit:before{
    position: absolute;
    content: '';
    right: 0;
    bottom: -.2rem;
    width: .84rem;
    height: .96rem;
    /* background: url("../images/n_tit.png") no-repeat 50%; */
    background-size: 100%;
}

/*n_list*/

.n_list ul li {
    position: relative;
    padding: .17rem 0;
    border-bottom: 1px dashed #cccdd1;
}
.n_list ul li a{
    font-size: .18rem;
    color: #000;
    padding-left: .2rem;
    padding-right: 1.1rem;
    line-height: .31rem;
    transition: .5s;
}
.n_list ul li span{
    position: absolute;
    right: 0;
    top: 50%;
    font-size: .16rem;
    color: #666666;
    line-height: .31rem;
    transform: translateY(-50%);
}
.n_list ul li:before{
    position: absolute;
    content: '·';
    left: 0;
    top: 50%;
    font-size: .16rem;
    line-height: .31rem;
    color: #000;
    transform: translateY(-50%);
}
.n_list ul li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 100%;
    height: 1px;
    bottom: -1px;
    background: #2f3182;
    transition: .5s;
}
.n_list ul li:hover:after{
    right: 0;
}
.n_list ul li:hover a{
    color: #2e3083;
    /* font-size: .2rem;*/
}

/*n_listTxt*/

.n_listTxt ul li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    height: 2rem;
    padding-top: .17rem;
    padding-bottom: .2rem;
}
.n_listTxt li a .ll{

    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.n_listTxt li a.hspt .ll{
    width: 77.64%;
}
.n_listTxt li a .ll time{
    width: .86rem;
    height: .9rem;
    border: 1px solid #dbdcdf;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: #021134;
    position: relative;
}
.n_listTxt li a .ll time span{
    font-size: .28rem;
    line-height: 1;
    margin-bottom: .12rem;
    position: relative;
    z-index: 3;
}
.n_listTxt li a .ll time em{
    font-size: .15rem;
    line-height: 1;
    position: relative;
    z-index: 3;
}
.n_listTxt li a .ll time:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 97%;
    bottom: 0;
    background: #2f3182;
    transition: .5s;
}
.n_listTxt li a .ll .txt{
    width: calc(100% - 1.22rem);
}
.n_listTxt li a .ll .txt h3{
    font-size: .2rem;
    color: #000000;
    line-height: .24rem;
    margin-bottom: .15rem;
}
.n_listTxt li a .ll .txt p{
    font-size: .14rem;
    line-height: .26rem;
    color: #888888;
    height: .78rem;
    -webkit-line-clamp: 3;
}
.n_listTxt li a.hspt .rr{
    width: 18.86%;
}
.n_listTxt li a.hspt .rr .pic{
    padding-top: 69.4%;
    height: 1.61rem;
}
.n_listTxt ul li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 100%;
    height: 1px;
    bottom: -1px;
    background: #2f3182;
    transition: .5s;
}
.n_listTxt ul li{
    position: relative;

    border-bottom: 1px dashed #d0d1d5;
}
.n_listTxt ul li:hover a .ll time{
    color: #fff;
}
.n_listTxt ul li:hover a .ll time:before{
    top: 0;
}
.n_listTxt ul li:hover a .ll .txt h3{
    color: #2e3083;
}
.n_listTxt ul li:hover:after{
    right: 0;
}


/*n_system*/
.n_system ul li{
    position: relative;
    width: 32.34%;
    border-bottom: 1px dashed #d5d5d5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .15rem 0.1rem;
}
.n_system ul li:nth-child(3n+2){
    margin-left:1.49%;
    margin-right:1.49%;
}
.n_system ul li:before{
    position: absolute;
    content: '';
    width: 1px;
    height: .52rem;
    /* background: #e1e1e1; */
    top: 50%;
    left: -.44rem;
    transform: translateY(-50%);
}
.n_system ul li:nth-child(2n+1):before{
    display: none;
}
.n_system ul li .txt{
     width: calc(100% - .2rem);
     font-size:0;
}
.n_system ul li .txt a{
    display: inline-block;
    vertical-align: middle;
    width: fit-content;
}
.n_system ul li  i{
    width: .13rem;
    height: .15rem;
    background: url("../images/n_sy01.png") no-repeat 50%;
    background-size: .13rem;
    opacity: .55;
    transition: .5s;
}
.n_system ul li a em{
   font-size: .16rem;
   color: #000;
   line-height: 0.31rem;
   transition: .5s;
}
.n_system ul li   b{
    width: .21rem;
    height: .11rem;
    background: url("../images/s1-img03.png") no-repeat 50%;
    background-size: .21rem;
    transform: translateX(-.1rem);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.n_system ul li:hover   b{
    transform: none;
    opacity: 1;
    visibility: visible;
}
.n_system ul li:hover  i{
    opacity: 1;
}
.n_system ul li a:hover  em{
    color: #2e3083;
}

/*n_leader*/
.n_leader ul li{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.n_leader ul li .ll{
    width: 1.98rem;
    padding-left: .2rem;
}
.n_leader ul li .ll h2{
    font-size: .24rem;
    color: #2e3083;
    line-height: .28rem;
    margin-bottom: .47rem;
}
.n_leader ul li .ll i{
    display: block;
    width: .26rem;
    height: 2px;
    background: #afb0c9;
}
.n_leader ul li .rr{
    width: calc(100% - 1.98rem);
}
.n_leader ul li dl{
    font-size: 0;

}
.n_leader ul li dl dd{
    display: inline-block;
    vertical-align: middle;
    font-size: .2rem;
    color: #000000;
    line-height: .28rem;
    margin-bottom: .25rem;
    margin-right: .86rem;
}
.n_leader ul li dl dd:hover{
    color: #2e3083;
}
.n_leader ul li{
    border-bottom: 1px solid #d1d2e4;
    padding-bottom: .35rem;
    padding-top: .47rem;
}

/*n_leader2*/

.n_leader2 li a{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.n_leader2 li a .pic{
    width: 1.29rem;
    height: 1.81rem;
}
.n_leader2 li a .txt{
    width: calc(100% - 1.62rem);
    align-self: flex-end;
}
.n_leader2 li a .txt h2{
    font-size: .22rem;
    color: #000;
    line-height: .4rem;
}
.n_leader2 li a .txt p{
    font-size: .16rem;
    line-height: .29rem;
    color: #888888;
    height: .87rem;
    margin-top: .16rem;
}
.n_leader2 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 100%;
    bottom: -1px;
    height: 1px;
    background: #2e3083;
    transition: .5s;
}
.n_leader2 li{
    position: relative;
    padding-top: .23rem;
    padding-bottom: .27rem;
    border-bottom: 1px dashed #c8c8c8;
}
.n_leader2 li:hover:after{
    right: 0;
}

/*n_pic*/

.n_pic li{
    width: 29.27%;
    position: relative;
    margin: .25rem 0;
}
.n_pic li:nth-child(3n+2){
    margin-left: 6.095%;
    margin-right: 6.095%;
}
.n_pic li a{
    display: block;
    position: relative;
    z-index: 3;
    padding: .2rem .22rem .4rem;
    border: 1px solid #d6d7e7;
    background: #fff;
}
.n_pic li a .pic{
    padding-top: 66.56%;
}
.n_pic li a .txt h3{
    font-size: .18rem;
    line-height: 1;
    color: #000;
    text-align: center;
}
.n_pic li a .txt{
    margin-top: .25rem;
}
.n_pic li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid #d6d7e7;
    transform: translateY(-0.05rem) translateX(-0.05rem);
}
.n_pic li:hover a{
    background: url("../images/n_pic2.jpg") no-repeat 50%;
    background-size: cover;
}
.n_pic li:hover{
    box-shadow: 0 0 40px  rgba(47, 49, 130, 1);
}
.n_pic li:hover:before{
    background: #fff;
}
.n_pic li:hover a .txt h3{
    color: #2e3083;
}

/*n_dtl*/
.n_dtl p{
    font-size: .16rem;
    line-height: 2em;
    color: #000000;
    text-indent: 2em;
    margin-top: 2em;
}
.n_dtl{
    padding-top: 0.01rem;
}

/*n_content*/

.n_content .rightBox{
    width: 74%;
}

.n_con_tit h2{
    font-size: .32rem;
    color: #000000;
    line-height: 1.5em;
    text-align: center;
    font-family: 微软雅黑;
    margin-bottom: .27rem;
}
.n_con_tit ul{
    font-size: 0;
    text-align: center;
}
.n_con_tit ul li{
    display: inline-block;
    font-size: .16rem;
    color: #888888;
    line-height: .32rem;
    margin: 0 .14rem;
    position: relative;
    vertical-align: middle;
}
.n_con_tit ul li span{
    display: flex;
    align-items: center;
}
.n_con_tit ul li span img{
    width: .25rem;
    cursor: pointer;
}
.share  .my-share-d a{
    display: inline-block;
    vertical-align: middle;
    width: .44rem;
    height: .44rem;
    border-radius: 50%;
    background: rgba(141, 141, 141, 0.11);
    cursor: pointer;
    transition: .4s;
    margin: 0 0.05rem;
    border: 0;
}
.share  .my-share-d a img{
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
}
.share  .my-share-d a  .qrcode{
    width: 1rem !important;
    max-width: 100%;
    margin: 0.1rem auto !important;
}
.share  .my-share-d a:before{
    display: none;
}
.share .my-share-d a:hover{
    background: rgba(141, 141, 141, 0.3);
}
.my-share-d{
    position: absolute;
    top: 50%;
    width: 1.62rem;
    font-size: 0;
    right: -1.72rem;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
}
.share .my-share-d a .help{
    display: none;
}
.share .my-share-d a .wechat-qrcode{
    width: 1.4rem;
    height: 1.52rem;
    left: 50%;
    margin-left: -.76rem;
    top: -1.65rem;
}
.share:hover .my-share-d{
    opacity: 1;
    visibility: visible;
}
.n_con_tit{
    padding-bottom: 0.08rem;
    border-bottom: 1px solid #d6d9de;
}
.n_con_txt p{
    font-size: 18px !important;
    line-height: 2em;
    color: #000000;
    margin-top: 1em;
    font-family: 'Microsoft YaHei' !important;
    word-break: break-all;
}
.n_con_txt p span{
    font-size: 18px !important;
    font-family: 'pingfang_regular' !important;
    word-break: break-all;
line-height: 150%;
}
.n_con table{max-width:95% !important;min-width: 768px;margin:0 auto;}

 @media screen and (max-width: 1024px) {
        .n_con table {
            max-width: 95% !important;
            min-width: 95%;
        }
    }
.n_con_txt img{
    display: block;
    width: auto;
    max-width: 80%;
    margin: 0 auto;
    height: auto !important;     border: 0px !important;
}
.n_con_page {
    border-top: 1px solid #d6d9de;
    /* padding-top: .4rem; */
    margin-top: .25rem;
}
.n_con_page p{
    font-size: .18rem;
    line-height: 2em;
    color: #000000;
}

.n_content_rr{
    width: 21.375%;
    align-self: flex-start;
    position: relative;
    padding-left: .18rem;
    padding-top: .78rem;
}
.n_content_rr h3{
    display: flex;
    align-items: center;
    font-size: .24rem;
    color: #000000;
    line-height: 1;
    position: relative;
    padding-left: .08rem;
    margin-bottom: .69rem;
}
.n_content_rr h3 img{
    width: .29rem;
    margin-right: .14rem;
}
.n_content_rr h3:before{
    position: absolute;
    content: '';
    left: -.18rem;
    width: .04rem;
    height: .3rem;
    background: #2f3182;
    top: 50%;
    margin-top: -.15rem;
}
.n_content_rr li a{
    display: block;
}
.n_content_rr li a time{
    display: inline-block;
    font-size: .16rem;
    line-height: .3rem;
    color: #9b7d3a;
    padding-left: .2rem;
    padding-right: .1rem;
    background: url("../images/n_con_img02.png") no-repeat left center;
    background-size: auto .3rem;
    margin-bottom: .13rem;
}
.n_content_rr li a p{
    font-size: .16rem;
    line-height: .24rem;
    color: #000000;
    height: .48rem;
}
.n_content_rr li{

    margin-bottom: .3rem;
    position: relative;
}
.n_content_rr li:before{
    position: absolute;
    content: '';
    left: -.26rem;
    top: 0.06rem;
    width: 0.08rem;
    height: 0.08rem;
    border: 0.05rem solid #fff;
    background: #9b7d3a;
    border-radius: 50%;
}
.n_content_rr ul{
    position: relative;
}
.n_content_rr:before{
    position: absolute;
    content: '';
    left: 0;
    top: -.2rem;
    bottom: 0;
    width: 1px;
    background: #e4e4ef;
}
.n_content_rr li:hover p,
.n_con_page p:hover a{
    color: #2e3083;
}


@media screen and (max-width: 1024px){
    
    .leftNav{
        position: relative;
        width: 100vw;
        margin-left: -15px;
        margin-right: -15px;
        padding-bottom: 0;
    }
    .rightBox{
        width: 100%;
        padding-top: .2rem;
    }
    .leftNav .n_n_title{
        display: block;
        line-height: 50px;
        position: relative;
        z-index: 9;
        width: 100%;
        background: #153052;
        background: url('../images/m_n_nav.png') center bottom no-repeat;
        background-size: cover;
    }
    #bnt_back {
        position: absolute;
        left: 15px;
        top: 0px;
    }
    #bnt_back img{
        height: 20px;
        display: inline-block;
        vertical-align: middle;
    }
    .n_n_title h1 {
        font-size: .2rem;
        color: rgb(255, 255, 255);
        text-align: center;
        margin: 0;
        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 img {
        display: block;
        height: 20px;
    }
    .banner .n_top h2{
        display: none;
    }
    .banner .n_top{
        bottom: 0;
        position: static;
    }
    .leftNav .lv1 li h2{
        padding: .12rem .3rem;
    }
    .leftNav .lv1 li h2 i{
        opacity: 1;
        visibility: visible;
    }
    .leftNav .lv1 li h2:before{
        width: .04rem;
    }
    .leftNav .lv1{
        display: none;
    }
    .n_container{
        padding-bottom: .4rem;
    }
    .n_tit:before{
        width: 0.64rem;
        height: 0.86rem;
    }
    .n_listTxt li a.hspt .rr .pic{
        height: auto;
    }
    .n_leader ul li{
        padding: .3rem 0 0;
    }
    .n_leader ul li dl dd{
        margin-right: .5rem;
        margin-bottom: .2rem;
    }
    .n_pic li{
        width: 32%;
        margin: .2rem 0;
    }
    .n_pic li:nth-child(3n+2){
        margin-left: 2%;
        margin-right: 2%;
    }
    .n_content .rightBox{
        width: 100%;
        padding-top: 0;
    }
    .n_con_tit h2{
        font-size: .28rem;
    }
    .n_content_rr{
        width: 100%;
        padding-top: .4rem;
    }
    .n_content_rr h3{
        margin-bottom: .4rem;
    }
    .n_content_rr:before{
        top: 0.4rem;
    }
.n_con_txt img{max-width:100%;}


}
@media screen and (max-width: 900px){
    .n_con_tit ul li.share{
        display: block;
        width: fit-content;
        width: -moz-fit-content;
        margin: 0 auto;
    }
    .n_con_page{
        /* padding-top: .2rem; */
        margin-top: .2rem;
    }
}
@media screen and (max-width: 768px){
    .n_list ul li a{
        font-size: .2rem;
    }
    .n_listTxt li a .ll .txt p{
        font-size: .16rem;
    }
    .n_leader2 li a .txt p{
        font-size: .18rem;
        margin-top: .1rem;
    }
    .n_pic li a{
        padding: .2rem .2rem .25rem;
    }
    .n_dtl p{
        font-size: .18rem;
        margin-top: .2rem;
    }
    .n_con_txt p{
        margin-top: .2rem;
    }
    .n_content_rr li a p{
        font-size: .18rem;
        line-height: .28rem;
        height: .56rem;
    }
    .n_con_tit h2{
        font-size: .26rem;
    }
}

@media screen and (max-width: 640px){
    .n_listTxt ul li a{
        height: auto;
        padding: .3rem 0;
    }
    .n_listTxt li a.hspt .ll{
        width: 100%;
        margin-bottom: .2rem;
    }
    .n_listTxt li a.hspt .rr{
        width: 100%;
    }
    .n_listTxt li a .ll{
        width: 100%;
    }
    .n_listTxt li a .ll .txt {
        width: calc(100% - 1.1rem);
    }
    .n_system ul li{
        width: 100%;
    }
    .n_system ul li a{
        /* padding: .2rem; */
    }
    .n_leader ul li .ll{
        width: 100%;
        padding-left: 0;
        margin-bottom: .2rem;
    }
    .n_leader ul li .rr{
        width: 100%;
    }
    .n_leader ul li .ll h2{
        margin-bottom: .2rem;
        text-align: center;
    }
    .n_leader ul li .ll i{
        margin: 0 auto;
    }
    .n_leader ul li dl dd{
        margin-right: 0;
        width: 20%;
        padding-left: .2rem;
    }
    .n_leader2 li a .txt {
        width: calc(100% - 1.45rem);
    }
    .n_pic li{
        width: 48%;
    }
    .n_pic li:nth-child(3n+2){
        margin-left: 0;
        margin-right: 0;
    }
    .n_pic li a{
        padding: .1rem .1rem .15rem;
    }
    .n_pic li a .txt{
        margin-top: .15rem;
    }
}

@media screen and (max-width: 480px){
    .n_leader ul li dl dd{
        width: 25%;
        padding-left: .2rem;
    }
}


.pb_sys_style1 .p_no_d{
    border: 1px solid #393c89 !important;
    color: #fff;
    background-color: #393c8b !important;}

.pb_sys_common .p_goto input:hover{border: 1px solid #393c8b !important;}