@charset "utf-8";
/*翻页条*/
@charset "utf-8";
/*翻页条*/
.pagebar{margin:.8rem auto 0 auto;display: flex;align-items: center;justify-content: center;}
.pagebar>.p_t{align-self: flex-start;line-height: .38rem;}
.p_pages1{text-align: center;display: flex;align-items: center;flex-wrap: wrap;justify-content: center;}
.pagebar *{font-size: .14rem;white-space: nowrap;}
.p_pages1 span{padding: 0 .1rem;height: .36rem;display: flex;margin: 0 .04rem;box-sizing: border-box;border-radius: 0;min-width: .36rem;color: #333;align-items: center;justify-content: center;position: relative;z-index: 1;margin-bottom: .1rem;}
.p_pages1 span:before{ content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; border: #e5e5e5 1px solid; border-radius: .04rem; z-index: -1}
.p_pages1 span a{display: flex;align-items: center;border-radius: .04rem;justify-content: center;margin: 0 -.1rem;height: 100%;width: calc(100% + .2rem);padding: 0 .1rem; transition: .5s;}
.p_pages1 svg{width: .16rem;height: .16rem; transition: .5s;}
.p_pages1 .p_last + span, .p_pages1 .p_last + span + span{padding: 0;margin-right: -.05rem;}
.p_pages1 .p_goto + span{ padding: 0;}
.p_pages1 .p_t:before{ display: none}
.p_goto1{ margin: 0 .03rem}
.p_goto1 input{display: flex;align-items: center;justify-content: center;height: .36rem;padding: 0;transition: .5s;position: relative;z-index: 1;border: none;border-radius: 0;width: .3rem;}
.p_goto1 a{display: flex;align-items: center;border-radius: .04rem;justify-content: center;height: .36rem;padding: 0 .1rem;transition: .5s;position: relative;z-index: 1;}
.p_goto1 a::before{ content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; border: #e5e5e5 1px solid; border-radius: .04rem; z-index: -1; transition: .5s;}

.p_pages1 span.p_no_d{ border-radius: .04rem;  background: #303284; color: #fff!important}
.p_pages1 span.p_no_d:before{ border: #303284 1px solid}

.p_pages1 a:hover, .p_pages a.on, .p_goto a:hover{background: #303284;color:#fff!important;}
.p_pages1 a:hover svg{ fill: #fff}
.p_goto1 a:hover::before{ border: #303284 1px solid;}

@media(max-width: 769px){
    .pagebar{ margin: .4rem auto 0;}
} 

@media(max-width: 1024px){
}
@media(max-width: 800px){
}
@media(max-width: 769px){
} 
@media(max-width: 560px){
} 

.n_ba{position: relative;z-index: 1;}
.n_ba .imgBox .img{padding-bottom: 33.85%;}
.n_ba .top{ position: absolute; right: 0; bottom: 0; left: 0;}

.mianbao{display: flex;align-items: center;padding: 0 0 .1rem;justify-content: flex-end;}
.mianbao *{font-size: .18rem;color: #999;font-style: normal;line-height: 1.35;font-weight: normal;}
.mianbao img{width: .2rem;margin: -.03rem .06rem 0 0;}
.mianbao span{margin: 0 .06rem;}

#m_n_nav {display: none;line-height: 50px;position: relative;z-index: 9;width: 100%;background: #303284;}
#bnt_back { position: absolute; left: 15px; top: 0px; }
#bnt_back img { height: 28px; }
#bnt_back svg { fill: rgb(255, 255, 255); height: 30px; vertical-align: middle; width: 26px; }
#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 { padding: 10px; }
#sub_nav_content ul li { display: block; line-height: 28px; margin: 1rem 0px; }
#sub_nav_content ul li a { display: block; border-left: 2px solid #303284; height: 30px; line-height: 30px; font-size: 14px; padding-left: 10px; color: rgb(83, 84, 85); }
#sub_nav_content ul li.on a { color: #303284; }
#sub_nav_content dl {font-size: 0px;overflow: hidden;background: rgb(255, 255, 255);padding: 10px 0px;display: flex;flex-wrap: wrap;}
#sub_nav_content dt {position: relative;background: rgb(255, 255, 255);z-index: 999;min-width: 100%;display: inline-block;margin-bottom: 0px;text-align: left;}
#sub_nav_content dt a { margin: 0px 20px; display: block; 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.title { background: rgb(250, 250, 251); }
#sub_nav_content dt.title i { opacity: 1; }
#sub_nav_content dt.title_on { background: rgb(250, 250, 251); }
#sub_nav_content dt.title_on a { color: rgb(215, 0, 41); border-top: 1px solid rgb(255, 255, 255);}
#sub_nav_content dt.title_on a i { color: rgb(215, 0, 41); }
#sub_nav_content dt.last a { border-top: 1px solid rgb(248, 248, 248); }
#sub_nav_content dt.on a, #sub_nav_content dt.title_on a {color: #303284;}
#sub_nav_content dd {display: flex;padding: 0px 20px;width: 100%;}
#sub_nav_content dd .box { padding: 0px; }
#sub_nav_content dd a {padding: 0;line-height: 30px;font-size: 12px;color: #999;display: block;height: 30px;min-width: 25%;}
#sub_nav_content dd a.on { color: rgb(215, 0, 41); }


.n_container{padding: 0 0 1.2rem;min-height:500px;}
.n_banner .wp, .n_container .wp{align-items: flex-start}
.n_left{width: 3.2rem;position: relative;z-index: 10;margin: -1.3rem 0 0;}
.n_left:before{ content: ""; position: absolute; border-radius: 0px .6rem .1rem .1rem; background: linear-gradient(332deg, #9697C3 0%, #303284 100%); top: 0; right: 0; bottom: .34rem; left: 0; z-index: -1} 
.n_right{width: calc(100% - 3.2rem);padding: .4rem 0 0 .9rem;}
.yj{height: 1.3rem;display: flex;align-items: center;justify-content: center;padding: 0 15px;position: relative;flex-direction: column;}

.yj h2{font-size: .36rem;color: #fff;line-height: 1.35;font-weight: normal;font-family: 'sys';margin: .16rem 0 0;}
.yj h6{font-size: .22rem;color: rgba(255,255,255,.05);font-family: 'sys';line-height: 1;}
.erji{background: #ffffff url(../images/erji.png) center bottom no-repeat;padding: .2rem 0 1.9rem;background-size: 100% auto;min-height: 4rem;margin: 0 0 0 .15rem;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);border-radius: .1rem 0 .1rem .1rem;}

.erji li{position: relative;padding: 0;}
.erji li *{ transition: .5s;}
.erji li .a{display: flex;font-size: .24rem;color: #333;position: relative;z-index: 1;padding: .2rem .4rem .2rem .2rem;line-height: 1.5;align-items: center;justify-content: center;}
.erji li a i{position: absolute;top: 50%;transform: translateY(-50%);right: .4rem;font-size: .3rem;color: #303284;font-family: 'lib';opacity: 0;transition: .5s;display: none;}

.erji li:hover .a{ color: #303284}
.erji li.on .a:before{ opacity: 1}
.erji li.on .a:after{  opacity: 1;}
.erji li.on .a{font-weight: 600;color: #303284;}
.erji li.on a i{ opacity: 1}

.erji li dl{padding: .1rem 0;text-align: center;}
.erji li dl dd .a1{display: block;line-height: .4rem;font-size: .18rem;color: #999;position: relative;z-index: 1;padding: 0 .4rem 0 .2rem;transition: .5s}
.erji li dl dd .a1:hover, .erji li dl dd.on .a1{ color: #303284}

.n_tit1{margin-bottom: .5rem;position: relative;border-bottom: 1px solid #E8E8E8;align-items: baseline;}
.n_tit1 h3{font-size: .36rem;color: #303284;display: flex;align-items: baseline;justify-content: space-between;position: relative;margin-bottom: -1px;font-weight: normal;border-bottom: #303284 .04rem solid;padding-bottom: .25rem;line-height: 1;font-family: 'sys';}

.pages{ margin: .7rem auto 0; justify-content: center;}

@media(min-width: 769px){
}
@media(max-width: 1024px){
}
@media(max-width:769px){
    .n_left{ display: none;}
    .n_right{width: 100%;flex: auto;padding: 0;}

    .n_tit1{ display: none;}
    #m_n_nav{ display: block;}

    .n_ba .imgBox .img{ padding-bottom: 40%;}
    .n_container{overflow: hidden;padding: .4rem 0 .5rem;}

    .pagebar{ margin: .4rem auto 0; justify-content: center;}
} 
@media(max-width: 560px){
}

.n_b1{ background: url(../images/n_b1.jpg) center bottom no-repeat; background-size: 100% auto;  }

.ar_tit{position: relative;z-index: 1;margin: 0 0 .25rem;text-align: center;}
.ar_tit h3{font-size: .24rem;color: #323232;line-height: 1.35;margin: 0 auto;border-bottom: 1px solid #e8e8e8;padding-bottom: .2rem;}
.ar_tit .con .ll{justify-content: center;margin: .25rem 0 0;}
.ar_tit .con .ll p{font-size: .14rem;color: #8D8D8D;line-height: .24rem;display: flex;flex-wrap: wrap;align-items: center;margin: 0 1.35vw;position: relative;z-index: 1;}
.ar_tit .con .ll p:before{ content: ""; position: absolute; right: -1.35vw; top: 50%; width: 1px; height: .12rem; background: #DEDEDE; transform: translateY(-50%)}
.ar_tit .con .ll p img{ width: .22rem; margin: 0 .1rem 0 0}
.ar_tit .con .ll p:last-child:before{ display: none}

.details .arc-con p{ text-indent: 2em;}

.ar_tj{border-top: 2px solid rgba(255,255,255,.6);padding: .3rem 0 0;position: relative;z-index: 1;margin: .5rem 0 0;}
.ar_tj .a{display: flex;font-size: .16rem;color: #323232;line-height: 1.7;margin: .15rem 0;transition: .5s;align-items: center;overflow: hidden;}
.ar_tj .a:nth-child(1) svg{ transform: rotate(180deg); margin: 0 .1rem 0 0;}
.ar_tj .a:nth-child(2) svg{margin: 0 0 0 .1rem;}
.ar_tj .a:nth-child(2){ text-align: right}
.ar_tj .a font{ color: #303284}
.ar_tj .a svg{ width: .5rem; height: .5rem; stroke: #9999; transition: .5s;}

.details1 .content{}
.details1 .ar_tit{margin-bottom: .4rem;padding-bottom: .25rem;border-bottom: #E8E8E8 2px solid;}
.details1 .ar_tit h3{border: none;padding-bottom: 0;}
.details1 .arc-con p{ text-indent:2em;background:none !important;}
.details1 .arc-con span{ background:none !important;}

.fanhui{ text-align: center; justify-content: center; margin: .3rem 0 0;}
.fanhui .a{ display: flex; justify-content: center; align-items: center; background: #303284; border-radius: 50vw; font-size: .2rem; color: #fff; min-width: 1.68rem; height: .43rem; padding: 0 .15rem;}

@media(min-width: 769px){
    .ar_tj .a:hover{color: #9B7D3A;font-weight: bold;} 
    .ar_tj .a:hover svg{ stroke: #303284}
}
@media(max-width: 769px){
    .ar_tit h3{ font-size: .22rem;}
    .ar_tit .con .ll p{margin: 0 .1rem;font-size: .15rem;}

    .ar_tj{padding-top: .15rem;border-top: 2px solid rgba(0,0,0, .05);}
    .ar_tj .a{font-size: .16rem;margin: .04rem 0;max-width: 100%;width: 100%;text-align: left !important;}

    .details1 .content{padding: 0;}
    .ar_tit .con .ll{ margin: .15rem 0 0;}
    .ar_tj .a svg{ display: none;}
    .details1 .ar_tit{margin-bottom: .25rem;}
    .ar_tit .con .ll p:before{ display: none;}
} 
@media(max-width: 560px){
} 

.ns1 .a{ height: .98rem; align-items: center; padding: 0 1.1rem 0 .3rem; position: relative; z-index: 1;}
.ns1 .a:before{ content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; border-radius: .3rem 0px .3rem 0px; background: linear-gradient(270deg, #4447BD 0%, #303284 100%); z-index: -1; opacity: 0; transition: .5s;}
.ns1 .time{display: flex;margin: -.1rem .4rem 0 0;align-items: baseline;}
.ns1 .time h3{ font-size: .3rem; color: #9B7D3A; font-family: 'sys'; line-height: 1;}
.ns1 .time h6{ font-size: .18rem; color: #9B7D3A; font-family: 'sys'; line-height: 1; margin: .1rem 0 0;}
.ns1 .txt{ flex: 1; overflow: hidden; align-items: center;}
.ns1 h4{ flex: 1;}
.ns1 i{ margin: 0 0 0 .15rem; font-size: .36rem; color: #4447BD; font-family: 'lib';}

@media(min-width: 769px){
    .ns1 .a:hover:before{ opacity: 1;}
    .ns1 .a:hover *{ color: #fff;}
}
@media(max-width: 769px){
    .ns1 .a{padding: .1rem 0;height: auto;}
    .ns1 .time{ margin: -.1rem .2rem 0 0;}
    .ns1 .time h3{ font-size: .26rem;}
    .ns1 .time h6{font-size: .14rem;margin: .06rem 0 0;}
    .ns1 i{font-size: .24rem;display: none;}
}

.ns2 li{ margin-bottom: .4rem;}
.ns2 .a{ height: 1.92rem; align-items: center; padding: 0 .3rem; position: relative; z-index: 1; 
background: #FFFFFF;}
.ns2 .a:before{ content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; border-radius: .3rem 0px .3rem 0px; background: linear-gradient(270deg, #4447BD 0%, #303284 100%); z-index: -1; opacity: 0; transition: .5s;}
.ns2 .imgBox{ width: 2.32rem; margin: 0 .3rem 0 0;}
.ns2 .imgBox .img{ padding-bottom: 64.37%;}
.ns2 .txt{ flex: 1; overflow: hidden; }
.ns2 .time{ align-items: baseline;}
.ns2 .time h3{ font-size: .25rem; color: #9B7D3A; font-family: 'sys'; line-height: 1; transition: .5s;}
.ns2 .time h6{ font-size: .16rem; color: #9B7D3A; font-family: 'sys'; line-height: 1; margin: 0 0 0 .1rem; transition: .5s;}
.ns2 h4{ margin: .1rem 0;}

@media(min-width: 769px){
    .ns2 .a:hover:before{ opacity: 1;}
    .ns2 .a:hover *{ color: #fff;}
    .ns2 .a:hover{ background: transparent;}
}
@media(max-width: 769px){
    .ns2 li{ margin-bottom: .25rem;}
    .ns2 .a{padding: 0;height: auto;}
    .ns2 .imgBox{ width: 100%; margin: 0 0 .15rem;}
    .ns2 .txt{ flex: auto; width: 100%;}
}

.ns3{align-items: flex-start;border-bottom: #E8E8E8 1px solid;margin-bottom: .5rem;padding-bottom: .15rem;}
.ns3 dt{ width: 2.36rem; font-size: .22rem; color: #303284; line-height: .3rem; position: relative; padding-bottom: .4rem;}
.ns3 dt::before{content: "";position: absolute;left: 0;width: .4rem;height: .04rem;background: #303284;bottom: 0;}
.ns3 .rr{ flex: 1; overflow: hidden;}
.ns3 dd{ width: 14.28%; margin-bottom: .3rem;}
.ns3 dd a{ font-size: .18rem; color: #3D3D3D; line-height: .3rem;}

@media(min-width: 769px){
    .ns3 dd a:hover{ color: #303284;} 
}
@media(max-width: 769px){
    .ns3 dt{width: 100%;padding: 0 0 .2rem;margin-bottom: .25rem;}
    .ns3 .rr{ flex: auto; width: 100%;}
    .ns3 dd{width: 25%;margin-bottom: .1rem;}
}
.vsbcontent_img {
    text-align: center;
}
.pb_sys_common span.p_no_d{ border-radius: .04rem;  background: #303284; color: #fff!important}
.pb_sys_common span.p_no_d:before{ border: #303284 1px solid}

.pb_sys_common a:hover, .pb_sys_common a.on, .p_goto a:hover{background: #303284;color:#fff!important;}
.pb_sys_common a:hover svg{ fill: #fff}
.p_goto a:hover::before{ border: #303284 1px solid;}
.pb_sys_common {
    font-size: 12px;
    line-height: 12px;
    color: #222;
    font-family: -apple-system, "PingFang SC", "Microsoft YaHei", Arial, sans-serif, Helvetica Neue, "Helvetica Neue", "Open Sans", "Hiragino Sans GB", sans-serif !important;
}
.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o{
    color: #ccc;
    border-radius: .04rem;
}

.n_sj{margin: 0 -7px .3rem;justify-content: center;}
.n_sj li{padding: 0 7px;margin-bottom: .2rem}
.n_sj .a{display: inline-block;line-height: .4rem;background: #ffffff;min-width: 1.2rem;padding: 0 .2rem;text-align: center;border-radius: 50vw;transition: .5s;font-size: .16rem;color: #035DB5;border: #303284 1px solid;}
.n_sj .a:hover, .n_sj li.on .a{background: #303284;color: #fff;}

@media(max-width: 769px){
    .n_sj{margin: 0 -7px .1rem;}
    .n_sj .a{line-height: .4rem;min-width: 1.2rem;font-size: .16rem;padding: 0 .15rem}
    .n_sj li{ padding: 0 7px}
} 
a.a1.on {
    font-weight: 600;
    color: #303284;
}
/*现任领导*/
.team1{ margin: 0 -.14rem; margin-bottom: -.26rem;}
.team1 li{ width: 48.5%; padding: 0 .14rem; margin-bottom: .26rem;}
.team1 li *{ transition: .5s;}
.team1 li .a{ border: rgba(204, 204, 204, 0.4) 1px solid; display: flex; align-items: center; background: #fff; padding: .34rem .25rem .4rem .3rem; position: relative; z-index: 1;}
.team1 li .a::before{ content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 0; z-index: -1;}
.team1 li .a .img_box{ position: relative; z-index: 1; width: 1.72rem;}
.team1 li .a .img_box::before{ content: ""; position: absolute; z-index: -1; background: #7a7cad; top: .54rem; right: .24rem; bottom: -.12rem; left: -.12rem;}
.team1 li .a .img .img_hezi{ padding-bottom: 135.62%;}
.team1 li .a .con{ width: calc(100% - 1.72rem); padding: 0 0 0 .26rem;}
.team1 li .a .con h4{ font-size: .28rem; color: #222222;}
.team1 li .a .con h6{ font-size: .14rem; color: #333333; line-height: .24rem; margin: .1rem 0 0;}
.team1 li .a .con .line{ margin: .14rem 0; width: 100%; background: #e2e2e2; height: 1px;}
.team1 li .a .con p{ font-size: .14rem; color: #333; line-height: .24rem; height: .96rem\0; opacity: .8;}
@media(min-width: 1200px){	
	.team1 li .a:hover::before{ height: 100%; background: #7a7cad; top: 0;}
	.team1 li .a:hover .con *{ color: #fff;}
}
@media(max-width: 1200px){	
	.team li{ width: 50%;}
}
@media(max-width: 992px){
	
}
@media(max-width: 768px){
	.team1 li{width: 100%;margin-bottom: .2rem;}
	.team1 li .a .con h4{ font-size: .24rem;}
}
.n_sj_flex{ display: -webkit-flex; display: flex; flex-wrap: wrap}
.img .img_hezi{padding-bottom:60%;transition: .5s;background-size: cover !important;}
.img_zd>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit: cover;display: none;}
.none{ display: none !important;}

.arc-con p.imgh {
    text-align: center;
}
.n_right_ser {
    width: 100%;
}