@charset "utf-8";

/**/
.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 0.56rem;
}

.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 img{
    display:inline-block;
    width: .2rem;
    vertical-align: middle;
    margin-right: 4px;
}
.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: none;
}
.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 li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.22rem 0.2rem 0.25rem;
    transition: all .3s;
}
.n_listTxt li .pic{
    width: 1.98rem;
    height: 1.37rem;
}
.n_listTxt li .txt{
    width: calc(100% - 2.3rem);
}
.n_listTxt li .txt h2{
    font-size: 0.2rem;
    color: #000000;
    line-height: 0.3rem;
    display: block;
    white-space: nowrap;
    margin-bottom: 0.12rem;
}
.n_listTxt li .txt p{
    font-size: 0.14rem;
    line-height: 0.26rem;
    color: #999;
    height: 0.52rem;
    margin-bottom: 0.1rem;
}
.n_listTxt li .txt time{
    display: block;
    font-size: 0.16rem;
    color: #999999;
    line-height: 0.2rem;
}
.n_listTxt li{
    position: relative;
    border-bottom: 1px dashed #d4d5d8;
}
.n_listTxt li:after{
    position: absolute;
    content: '';
    left: 0;
    bottom: -1px;
    right: 100%;
    height: 1px;
    background: #2e3083;
    transition: .5s;
}
.n_listTxt li:hover:after{
    right: 0;
}
.n_listTxt li:hover a{
    background: #f0f3f6;
}
.n_listTxt li:hover .txt h3{
    color: #2e3083;
}
/*n_system*/
.n_system ul li{
    position: relative;
    width: 46.34%;
    border-bottom: 1px dashed #d5d5d5;
}
.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 a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .24rem .2rem;
}
.n_system ul li a 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{
    width: calc(100% - .7rem);
    font-size: .18rem;
    color: #000;
    line-height: 0.31rem;
    transition: .5s;
}
.n_system ul li a  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 a  b{
    transform: none;
    opacity: 1;
    visibility: visible;
}
.n_system ul li:hover a i{
    opacity: 1;
}
.n_system ul li:hover a em{
    color: #2e3083;
    font-size: .2rem;
}

/*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: 30.05%;
    margin-bottom: 0.54rem;
}
.n_pic li:nth-child(3n+2){
    margin-left: 4.925%;
    margin-right: 4.925%;
}
.n_pic li a{
    display: block;
}
.n_pic li .pic{
    padding-top: 55.61%;
}
.n_pic li .txt{
    padding: 0.18rem 0.35rem 0.25rem 0.26rem;
    border: 1px solid #e6e6ea;
}
.n_pic li .txt p{
    font-size: 0.16rem;
    line-height: 0.24rem;
    color: #26334d;
    height: 0.48rem;
    margin-bottom: 0.1rem;
}
.n_pic li .txt time{
    display: block;
    font-size: 0.16rem;
    line-height: 0.24rem;
    color: #828a99;
    background: url("../images/s1-img03.png") no-repeat right center;
    background-size:auto 0.11rem;
}
.n_pic li:hover{
    box-shadow: 0 0 20px #7374ab;
    background: url("../images/s1-img06.png") no-repeat 50%;
    background-size: cover;
}
.n_pic li:hover .txt{
    border-color: #2e3083;
}
.n_pic li:hover .txt p,
.n_pic li:hover .txt time{
    color: #fff;
}
.n_pic li:hover .txt time{
    background-image: url("../images/s1-img04.png");
}
/*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: .36rem;
    color: #000000;
    line-height: 1.5em;
    text-align: center;
    font-family: 'pingfang_blod';
    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;
}
.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: .18rem;
    line-height: 2em;
    color: #000000;
    margin-top: 2em;
    text-indent: 2em;
}
.n_con_txt img{
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}
.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){
    .banner{
        /* margin-top: .75rem; */
    }
    .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;
    }
    .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_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;
    }
}
@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;
    }
    .banner .n_top{
        position:static;
    }
}
@media screen and (max-width: 768px){
    .n_list ul li a{
        font-size: .2rem;
    }

    .n_leader2 li a .txt p{
        font-size: .18rem;
        margin-top: .1rem;
    }
    .n_pic li .txt{
        padding: 0.2rem;
    }
    .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_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 ul{
        justify-content: space-between;
    }
    .n_pic li{
        width: 48%;
        margin: 0.1rem 0;
    }
    .n_pic li:nth-child(3n+2){
        margin-left: 0;
        margin-right: 0;
    }
    .n_pic li a .txt{
        padding: 0.15rem 0.1rem;
    }
    
    .n_listTxt li a{
        padding: 0;
    }
    .n_listTxt li{
        margin-bottom: 0.2rem;
        padding-bottom: .2rem;
    }
}

@media screen and (max-width: 480px){
    .n_leader ul li dl dd{
        width: 25%;
        padding-left: .2rem;
    }
    .n_pic li{
        width: 100%;
    }
    .n_listTxt li .pic{
        width: 1.68rem;
        height: 1.07rem;
    }
    .n_listTxt li .txt {
       width: calc(100% - 1.9rem);
    }
    .n_listTxt li .txt p{
      display:none;   
    }
    .n_listTxt li .txt h2{
        display:-webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 0.6rem;
        white-space: normal;
    }
}


.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;}