@charset "utf-8";
/* CSS Document public*/
*{font-family:"Microsoft Yahei",Arial, Helvetica, sans-serif; padding: 0; margin:0; box-sizing:border-box; overflow-scrolling:touch; -webkit-overflow-scrolling:touch;}
body{padding:0;margin:0;font-family:"Microsoft Yahei",Arial,Helvetica, sans-serif;-webkit-font-smoothing:antialiased;font-smoothing:antialiased; line-height: 1; font-size:14px;overflow-x: hidden;}
html,body{ min-height:100%!important;} html{ overflow:-moz-scrollbars-vertical;overflow-x: hidden;} 
::-webkit-scrollbar {width:4px;height: 8px;background-color: #F5F5F5;}
::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
::-webkit-scrollbar-thumb {border-radius: 10px; background-color: #333;}

.clearfix:after{content: ""; display: block; height: 0; clear:both; visibility: hidden;}
.clear:after{content: ""; display: block; height: 0; clear:both; visibility: hidden;}
.flex{display: flex;justify-content: space-between;flex-wrap: wrap;}
.flex-center{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.flex-start{display: flex;justify-content: flex-start;flex-wrap: wrap;}
.flex-end{display: flex;justify-content: flex-end;flex-wrap: wrap;}
input,button,textarea {background: none; outline: none;border: none;-webkit-appearance:none; border-radius:0}
input:focus {border: none;}

.n_right section{padding-top: 0.4rem;}
a{text-decoration:none;bblr:expression(this.onFocus=this.blur());/*IE使用*/outline-style:none;/*FF使用*/; outline:none;}
a,input,img,:focus{ mayfish:expression(this.onfocus=this.blur); cursor:handbblr:expression(this.onFocus=this.blur());/*IE使用*/ outline-style:none;/*FF使用*/ } /*去除a标签带来的虚框*/
ul{list-style:none;}
img{border:0px}
ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,p{padding:0;margin:0; font-weight:normal;}
ul li{ list-style:none;}
h3,h4,h5{ font-weight:normal;}
h4 a:hover,h5 a:hover{ -moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
hr{display:block;height:1px;border:0;background:#d8d8d8;padding:0;margin-bottom: 3.25rem;margin-top: 2.5rem;}
abbr,article,aside,audio,canvas,datalist,details,dialog,eventsource,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,time,video{display:block}
video{ object-fit:cover;width: 100%;height: auto;}
.fl{ float:left}
.fr{ float:right}
a:hover .pic img{ transform:scale(1.05);}/*图片放大*/
a .pic img{-moz-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}/*缓慢效果*/
h5 a,.more a{-moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}/*缓慢效果*/

::-webkit-scrollbar {width:5px;height:5px; background:#f1f1f1}
::-webkit-scrollbar-track {border-radius:0; background:#f1f1f1}
::-webkit-scrollbar-thumb {border-radius:0; background:#333333}

input::-webkit-input-placeholder{ color:#999;}
input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999; }
input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */ color:#999;}
input:-ms-input-placeholder{ /* Internet Explorer 10-11 */ color:#999;}

textarea::-webkit-input-placeholder{ color:#999;}
textarea::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999;}
textarea:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */ color:#999;}
textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ color:#999;}
 /* @font-face{font-family: 'source';src : url('../font/SourceHanSerifSC-Bold.otf');} */
.w15{width:15rem;margin:0 auto;}
.w172{width:17.2rem;margin:0 auto;}

@media(max-width: 1780px) {
    .w172{width: calc(100% - 0.6rem);margin-left: 0.3rem;margin-right: 0.3rem;}
}
@media(max-width: 1560px) {
    .w15{width: calc(100% - 0.6rem);margin-left: 0.3rem;margin-right: 0.3rem;}
}
@media(max-width: 1024px) {
    .w15{width: calc(100% - 0.3rem);margin-left: 0.15rem;margin-right: 0.15rem;}
    .w172{width: calc(100% - 0.3rem);margin-left: 0.15rem;margin-right: 0.15rem;}
}

.pic{position: relativ1e;overflow: hidden;}
a .pic img{display: block;width: 100%;transition: 0.4s all ease-in;}
a:hover .pic img{transform: scale(1.12);transition: 0.4s all ease-in;object-fit: cover;display: block;width: 100%;}

.line1{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}
.line2{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.line3{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;}
.line4{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;}
.line5{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;}

h5 a{ display:inline-block; width:100%; overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
ul li:hover h5 a{ color:#003d98}
img{ vertical-align:middle}

#gotop{ position:fixed; z-index:99999; bottom:80px; right:0.1rem; box-sizing:border-box; text-align:center; cursor:pointer; -moz-transition:all .5s; -webkit-transition:all .5s; width:0.86rem; height:1.11rem;transition: 0.4s;}
#gotop img{width: 0.5rem;}
#gotop { cursor: pointer; }
#gotop.hide{ height:0; opacity:0; visibility:hidden;}
#gotop svg{width:100%;height:100%;fill: #a68f68;}
#gotop svg:hover{width:100%;height:100%;fill: #FFFFFF;}
#gotop:hover{bottom: 90px;transition: 0.4s;}
 .ie_bg{width:100%;height:100%;position:fixed;top:0;left:0;background-color:#000;opacity:0.9;filter:alpha(opacity=90);z-index:999998;}
 .ie9tips{width:600px;height:300px;position:fixed;top:50%;left:50%;margin:-150px 0 0 -300px;line-height: 1.8;color:#fff;z-index:999999;text-align:center;}
 .ie9tips a{color:red;}  
 .ie9tips img{display:block;margin:0 auto;opactiy:0.9;filter:alpha(opacity=90);max-width: 100%;} 
 .ie9tips p{padding-top:10px;color:#fff;width: 420px;margin:10px auto;line-height: 1.8;}

@font-face{ font-family:myFirstFont; src:url(../zfont24/georgia.ttf);}
@media (max-width:1920px){html{font-size:16px;}}
@media (min-width:1400px) and (max-width:1600px){html{font-size:16px;}}
@media (min-width:640px) and (max-width:1399px){html{font-size:15px;}}
@media (min-width:471px) and (max-width:639px){html{font-size:14px;}}
@media (min-width:329px) and (max-width:470px){html{font-size:14px;}}
@media (max-width:328px){html{font-size:14px;}}

/*==========================================公共 开始=============================================*/

.toubu_div{position: absolute;top: 0;left: 0;z-index: 9999;}
.header_box{z-index:999999;left: 0;right: 0;top: 0;width: 100vw;}
#header{z-index:999;width:100%;transition: 0.6s;position: fixed;top: 0;height: 1.67rem;}
#header::after{content: "";width: 100%;height: 100%;top: 0;background: #233596;position: absolute;z-index: 1;opacity: 0.9;}
#header>.w172{display: flex;align-items: center;position: relative;z-index: 6;height: 100%;}
.header_top{height: 30px;line-height: 30px;background: #233596;overflow: hidden;text-align: right;z-index: 10;position: relative;}
.header_top ul{ display:inline-block; vertical-align:top}
.header_top ul li{font-size: 0.16rem;color:#fff;}
#header #logo{position: relative;z-index: 6;}
#header #logo img{max-width: 100%;display: block;width: 6.68rem;}
#header .rightBox{width: calc(100% - 7rem);}


.header_box .rightBox p{font-size: 0.14rem;}
.header_box .rightBox p a{display: inline-block;color: #FFFFFF;line-height: 0.4rem;position: relative;height: 0.4rem;padding-left: 0.2rem;}
.header_box .rightBox p a:nth-child(1){background: url(../images24/topIc01.png) no-repeat left center;background-size: 0.16rem;}
.header_box .rightBox p a:nth-child(2){background: url(../images24/topIc02.png) no-repeat left center;background-size: 0.16rem;}
.header_box .rightBox p a:nth-child(3){background: url(../images24/topIc02.png) no-repeat left center;background-size: 0.16rem;}
.header_box .rightBox p a:nth-child(4){background: url(../images24/topIc02.png) no-repeat left center;background-size: 0.16rem;}
.header_box .rightBox p a:last-child{display: block;justify-content: center;align-items: center;padding-left: 0;}
.search_btn{height: 0.2rem;line-height: 0.2rem;cursor:pointer;text-align: center;transition:.6s;width: 0.2rem;border-radius: 50%;}
.search_btn img{display: block;width: 0.2rem;margin: 0.09rem auto;}

.header_box .rightBox p a+a{margin-left: 0.3rem;}
.header_box .rightBox p a:hover{text-decoration: underline;}
.header_box .search{width:2.8rem;height: 40px;border-radius: 0.2rem;margin-left: 0.16rem;position: relative;background:white;}
.header_box .search input[type="text"]{background: none;outline: none;border: none;padding: 0 0 0 10px;color: #323232;line-height: 40px;height: 40px;width: 100%;}
.header_box .search input[type="image"]{position: absolute;right:10px;top: 8px;width: 22px;}
.header_box .search .input1{float: left;width: calc(100% - 45px);}
.header_box .search .input2{float: right;color: #323232;width: 40px;height: 40px;border-radius: 50%;}
.header_box .search .input2 input[type="image"]{margin-left: 10px;}
.text::-webkit-input-placeholder {
  color: #323232;
}
.text:-moz-placeholder {
  color: #323232;
}
.text:-ms-input-placeholder {
  color: #323232;
}

.linkNav{width: calc(100% - 0.8rem);flex-direction: column;display: flex;align-items: flex-end;}
#nav{z-index: 99;margin: 0 auto;position: relative;width: 100%;margin-top: 0.1rem;}
#nav ul{width:100%;padding: 0;}
#nav ul li{position:relative;z-index:0;}
#nav ul li:last-child::after{position:absolute;content: "";}

#nav ul li a{display:block;text-align: center;}
#nav ul li h3{font-size: 0.2rem;color: #FFFFFF;position:relative;transition:.6s;font-weight: bold;text-align: center;line-height: 0.24rem;}
#nav ul li:hover a h3{font-weight: bold;}
#nav ul li:hover a{}
#nav ul li.on h3{ font-weight:bold;}
#nav ul li a i{ display:inline-block; background:url(../images24/nav_down.png) center no-repeat; width:9px; height:6px; background-size:contain; vertical-align:middle; margin-left:8px;}
#nav ul li .sub{position: absolute;top: 150%;min-width: 1.2rem;left: 50%;z-index: 10000;transform: translateX(-50%) scaleY(0);visibility: hidden;filter: alpha(opacity=0);-moz-opacity: 0;-khtml-opacity: 0;opacity: 0;transition: .5s;transform-origin: top;background:rgba(255,255,255,.95);}
#nav ul li .sub .box{padding:10px 0px; text-align:center;box-shadow: 0 0 18px -8px #000;}
#nav ul li .sub a{white-space: nowrap;padding: 0 20px;line-height: 0.48rem;transition:.3s;font-size: 0.16rem;color: #323232;}
#nav ul li .sub a:hover{color: #233596;background: #E5E5E5;font-weight: 600;}
#nav ul li:hover .sub{ filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1; visibility:visible; transform: translateX(-50%) scaleY(1);}


#nav ul>li.on h3,#nav ul li:hover h3, #header.xg #nav ul li.on a h3, #header.xg #nav ul li:hover a h3{color: #FFFFFF;}
#nav .navBox>ul>li .sub:after{content:"";display:block;width: 100%;height: 2px;position:absolute;left: 0;margin-left: 0;background: #FFDD33;top:-2px;transition:.3s;transform:scale(0);border-radius: 0;}
#nav .navBox>ul>li .sub:before{content:"";display:block;position:absolute;left:50%;margin-left: -3px;border-left:transparent 3px solid;border-right:transparent 3px solid;border-bottom: #FFDD33 4px solid;top:-6px;transition:.3s;opacity:0;visibility:hidden;}
#nav .navBox>ul>li:hover .sub:after,#nav ul li.on .sub:after{  transform:scale(1);}
#nav .navBox>ul>li:hover .sub:before, #nav>ul>li.on .sub:before{ opacity:1; visibility:visible}

.toubu_div.on .header_box{height: 1.5rem;transition: 0.4s all;}
.toubu_div.on #header{height: 1.2rem;transition: 0.4s all;}
.toubu_div.on #header #logo img{width: 5.6rem;}
.toubu_div.on #header::after{height: 100%;background: ##233596;}


/**/
#logo .logo_black{ display:none;}
.top_search_black{ display:none;}


.search-dialog-box{position: fixed;left: 0;top: 0;width: 100%;height: 100%;z-index: 1000000;opacity: 0;visibility: hidden;transition: .6s;/* overflow: hidden; */}
.search-dialog-box:before{content:"";position:absolute;top:0;height:0;background: none;transition: .6s;left: 0;right: 0;z-index: 1;}
.search-dialog-box.on:before{ height:100%}
.search-dialog{position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 100%;z-index: 2;}
.search-dialog .search-tit{font-size: 2.75rem;line-height: 3.5rem;color: #fff;text-align: center;overflow: hidden;display: none;}
.search-dialog .search-inner{overflow: hidden;margin-top: 0;}
.search-dialog .search-input{width: 50%;margin: 0 auto;padding: 0 0rem 0 1.5rem;box-sizing: border-box;transition: all .3s;max-width: 94%;}.search-dialog .search-input input[type=text]{float: left;height: 1rem;width: calc(100% - 1rem);background-color: transparent;font-size: 0.18rem;line-height: 1rem;color: #919191;transition: all .3s;outline: none;border: 0;border-bottom: 1px solid rgba(255,255,255,0.6);}.search-dialog .search-input input[type=text]::-webkit-input-placeholder{color: #919191;}
.search-dialog .search-input input[type=text]:-moz-placeholder{color: #919191;}
.search-dialog .search-input input[type=text]::-moz-placeholder{color: #919191;}
.search-dialog .search-input input[type=text]:-ms-input-placeholder {color: #919191;}
.search-dialog .search-input input[type=image],
.search-dialog .search-input .clear-btn{float: right;height: 0.8rem;width: 0.8rem;}
.search-dialog .search-input input[type=image]{background-color: transparent;background-repeat: no-repeat;background-position: center;background-size: 1.5rem;background-image: url('../images24/search.png');background: #233596 url('../images24/search.png') no-repeat center center;height: 0.8rem;width: 0.8rem;border-radius: 100px;background-size: 0.2rem;}
.search-dialog .search-input .clear-btn{background-color: rgba(0,0,0,.2);background-repeat: no-repeat;background-position: center;background-image: url('../images24/close-btn.svg');background-size: 3.5rem;border-radius: 100%;margin-right: 1rem;display: none;}
.search-dialog .search-input.on{background-color: #fff;}
.search-dialog .search-input.on input[type=image]{
    background-image: url('')
}

.search-dialog-box.on{opacity: 1;visibility: visible;}
.search-dialog-box.on .search-bg{height: 100vh;background: rgba(0,0,0,0.8);}

.search-dialog-box.on .bubbles-bg{opacity: 1;visibility: visible;}
.search-dialog-box.on .wrap-inner{ transform:translateY(0)}
.pub-close {position: absolute;width: 51px;height: 52px;z-index: 10;right: 0.8rem;top: 0.8rem;border-radius: 100%;}
.pub-close .bg {position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: #1c5ab7;transform: scale(0);border-radius: 100%;transition: transform .3s;}
.pub-close i {position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-position: center;background-repeat: no-repeat;background-image: url(../images24/search_close.png);transition:.6s}
.pub-close i:hover{ transform:rotate(180deg)}
@keyframes spin{
    to{transform: rotate(1turn);}
}
@keyframes spin2{
    to{transform: rotate(-1turn);}
}
@keyframes spin-reverse{
    from{
        transform:rotate(1turn);
    }
}
@keyframes spin-reverse2{
    from{
        transform:rotate(-1turn);
    }
}

/*手机头部开始*/
.m_header_box{display:none;background:#233596;background-size: auto;position: fixed;left: 0;top: 0;z-index: 999999;width: 100vw;}
#m_header{z-index: 99;}
.logo2 a{display: table;vertical-align: middle;}
.logo2 img{display: block;width: auto;vertical-align: middle;width: 6rem;}
#m_nav .mzsdm {width: 100%;padding-left: 0.3rem;border-bottom: 1px solid rgba(255,255,255,0.6);padding-bottom: 0.2rem;display: flex;justify-content: space-between;}
#m_nav .mzsdm a{font-size: 0.18rem;color: #FFFFFF;line-height: 0.24rem;width: 22%;}
/*导航按钮开始*/
#nav_btn_box{ height:100%; z-index:999999999;}
#nav_btn_box.on{ background:none;  }
#nav_btn{display: none;}
#nav_btn .point.on .navbtn::after, #nav_btn .point.on .navbtn::before{ background:#fff;}
#nav_btn{cursor: pointer;text-align: center;z-index:99999;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s;outline:none;box-shadow:none;}
#nav_btn .point{display: inline-block;width: 0.3rem;height: 22px; position: relative; outline:none;}
#nav_btn .point:hover .navbtn,
#nav_btn .point:hover .navbtn::after,
#nav_btn .point:hover .navbtn::before{width: 24px;}
#nav_btn .navbtn{position: absolute;top: 12px;left: 0;display: inline-block;width: 20px;height: 1px;-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #FFFFFF;}
#nav_btn .navbtn::after,
#nav_btn .navbtn::before{position: absolute; left: 0;display: inline-block;width: 24px;height: 1px;content: '';-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #FFFFFF;}
#nav_btn .navbtn::after{top: -8px;}
#nav_btn .navbtn::before{top: 8px;}
#nav_btn .point.on .navbtn{background: transparent;}
#nav_btn .point.on .navbtn::after{-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);top: 0px;}
#nav_btn .point.on .navbtn::before{-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);top: 0px;}
/*导航按钮结束*/
/*顶部搜索*/
.tc_search{margin: 0 0.25rem;width: calc(100% - 0.5rem);margin-top: 0.2rem;bottom: 0.24rem;}
.tc_search .header-search{height:40px;border-radius:20px;border:1px solid #e5e5e5;position:relative;width:100%;margin-bottom: 1rem;}
.tc_search input[type="text"]{font-size:0.14rem;color:#fff;height:38px;line-height:38px;padding:0 0.15rem;box-shadow:none;-webkit-appearance: none;border-right: 0;background:none;width:  100%;}
.tc_search input[type="image"]{ position:absolute; top:3px;width: 26px;line-height:38px; border:0;right: 10px;}
.tc_search input::-webkit-input-placeholder{ color:#fff; color: rgba(255,255,255,.7); }
.tc_search input::-moz-placeholder{   /* Mozilla Firefox 19+ */ color:#fff; color: rgba(255,255,255,.7); }
.tc_search input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */c color:#fff; color: rgba(255,255,255,.7); }
.tc_search input:-ms-input-placeholder{  /* Internet Explorer 10-11 */  color:#fff; color: rgba(255,255,255,.7); }/* WebKit browsers */
.tc_search input:focus::-webkit-input-placeholder {color: transparent;/* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */}/* Mozilla Firefox 4 to 18 */
.tc_search input:focus:-moz-placeholder {color: transparent;}/* Mozilla Firefox 19+ */
.tc_search input:focus::-moz-placeholder {color: transparent;}/* Internet Explorer 10+ */
.tc_search input:focus:-ms-input-placeholder {color: transparent;}/* 点击搜索框获取焦点 placeholder消失-结束 */
.m_nav_list{flex-direction:column; justify-content: flex-start; width:100%; overflow: auto;}
.m_nav_list::-webkit-scrollbar {display:none}
#m_nav {z-index: 99999;position: fixed;background:#324cd7;width:100%;height:100vh;right: -100vw;top: 0;display:none;padding: 14vw 0 0 0;overflow:hidden;pointer-events: none;transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;}
#m_nav.act{ pointer-events: auto; right:0;}
#m_nav>ul>li{ width:100%; overflow:hidden; padding:0 0.3rem; }
#m_nav>ul>li+li{ border-top:1px solid rgba(255, 255, 255, 0.1);}
#m_nav li .a{ display:inline-block; width:calc(100% - 30px)}
#m_nav li .a h3{line-height: 0.64rem;height: 0.64rem;color:#fff;padding:0;font-size:0.18rem;float:left;}
#m_nav li .a span{ display:block; position:absolute; top:0; right:10px; width: 20px; height: 50px; text-align:center;}
#m_nav li .a span i{ font-size:0;}
#m_nav li i{opacity:1;filter:alpha(opacity=100);display:inline-block;width:10px;height: 0.64rem;float:right;display:inline-block;background: url(../images24/jia.svg) center no-repeat;background-size:contain;}
#m_nav li.on i{ background: url(../images24/jian.svg) center no-repeat;}
#m_nav li{display:block;width:100%;}
.slide_nav{ position: absolute; left:0; height: 70px; z-index: 998; padding:15px; top:0; width: 100%; }
#m_nav .title .list{display:none;position:relative;width:100%;z-index:9;left:0;margin-left:0;background:none;border:0;clear: both;padding-bottom:10px;}
#m_nav .title .list span{ background:none; }
#m_nav .title .list span a:hover{ color: #ffb400;}
#m_nav .title .list a{display:block;font-size:0.16rem;color: #fff;text-align:left;line-height:40px;height: 40px;border:0;font-weight:300;}
/*三级导航 开始*/
#m_nav .title .list span{ position:relative; display:block;}
#m_nav .title .list span .sub{ position: static; width:100%;display: block !important; overflow:hidden;}
#m_nav .title .sub a{ background:none; font-size:0.16rem; opacity:.8; min-width:50%; float:left; display:inline-block; color:#999;}
.nav_mask { position: fixed; top: 0; left: 0;width: 100%;height: 100%;z-index: 888;background-color: rgba(0,0,0,0.4);display: none;}
@media(max-width: 1100px){
    #nav ul{display: none;}
    .m_header_box{height:auto;display:block}
    .navBox {display: none;}
    #nav_btn_box{margin-right: 15px;display: flex;align-items: center;}
    .navBox .search{float: left;} 
    #nav_btn{display: block;}
    .header_box{ display:none}
    .header_box2{ display:none}
    #m_header{height: auto;padding: 0.16rem 0;box-shadow: 0 0 13px 0 rgba(0,0,0,0.2);height: 1.4rem;}
    #nav_slide{ display:block}
    .logo2{margin-left: 25px;max-width: 60%;}
}

@media(max-width: 768px){
    #nav{position: relative;}
    .logo2{margin-left: 15px;max-width: 58%;}
	#m_header{height: 14vw;}
	#m_nav{padding:16vw 0 0 0;}
	.logo2 img{width: 4.5rem;}
}
@media(max-width: 630px){
	.logo2 img{width: 3.9rem;}
}
@media(max-width: 430px){
	.logo2 img{width: 70vw;}
	#m_nav {padding-top: 24vw;}
	#m_header{height: 21vw;}
}
@media(max-width: 992px){
    #gotop{right:0;transform:scale(0.6);bottom: 1rem;}
}

/* banner   开始*/
.banner{position: relative;}
.banner .swiper-slide p{position:absolute;font-size: 0.24rem;font-weight: bold;color: white;z-index: 666;bottom: 0.2rem;left: 50%;transform: translateX(-50%);}
.banner .swiper-pagination{width: 100%;text-align: right;max-width: 17.2rem;padding: 0 0.3rem;left: 50%;transform: translateX(-50%);}
.banner .swiper-pagination .swiper-pagination-bullet{width: 0.12rem;height: 0.12rem;opacity: 1;background:none;border: 1px solid #FFFFFF;}
.banner .swiper-pagination .swiper-pagination-bullet-active{background: #FFFFFF;}
.banner .swiper-slide a img{display: block;width: 100%;height: 100vh;}
@media (max-width:1200px) {
	.banner .swiper-pagination{max-width: 100%;justify-content: center;left: auto;margin-left: auto;bottom: 0.8rem;transform: none;display: flex;}
	.banner .swiper-slide a img{height: 56vw;}
	.banner .swiper-slide p{width: calc(100% - 0.3rem);text-align: center;}
}
@media (max-width:1100px) {
	.banner{margin-top: 1.4rem;}
}
@media (max-width:768px) {
	.banner{margin-top: 14vw;}
}
@media (max-width:430px) {
	.banner{margin-top: 21vw;}
	.banner .swiper-pagination .swiper-pagination-bullet{width: 0.2rem;height: 0.2rem;background-size: 0.2rem;}
}
/* banner   */
.sametitle{margin-bottom:0.43rem;position: relative;overflow: hidden;position: relative;overflow: visible;padding:0.1rem 0;width: 100%;}
.sametitle .con{width: 100%;display: flex;justify-content: center;}
.sametitle h5{position: relative;z-index: 3;display: inline-block;text-align: center;}
.sametitle h5 span{display: inline-block;font-size: 0.34rem;line-height: 0.38rem;font-family: Source Han Serif CN;font-weight: bold;font-size: 0.56rem;color: #333333}
.sametitle h5 span+span{color: #FF8800;}


.sametitle h5::before{content: "";position: absolute;left: -1.5rem;width:1.43rem;height: 0.29rem;background:url(../images24/title01.png) no-repeat center;top:50%;z-index: 1;background-size: 1.43rem;transform: translateY(-50%);}
.sametitle h5::after{content: "";position: absolute;right: -2.13rem;width:2.03rem;height: 0.52rem;background:url(../images24/title02.png) no-repeat center;top:50%;z-index: 1;background-size: 2.03rem;transform: translateY(-50%);}

.sametitle .more{position: absolute;right: 0;bottom: 0;font-size:0.16rem;color: #323232;display: inline-block;line-height: 0.66rem;z-index: 4;text-align: center;padding-left: 0.32rem;}

.sametitle .more::after{content: "";position: absolute;left: 0;background: url(../images24/moreBg.png) no-repeat left center;width: 0.24rem;height: 0.24rem;background-size: 0.24rem;transition: 0.6s all;top: 50%;transform: translateY(-50%);transition: 0.4s all;}
.sametitle .more:hover{color: #233596;}
.sametitle .more:hover::after{left: -0.1rem;transition: 0.4s all;}
@media (max-width:850px) {
    .sametitle{margin-bottom: 0.25rem;}
}
@media (max-width:430px) {
	.sametitle h5::after{display: none;}
}
/* 学院新闻 通知公告   开始 */
.newsBox{background: url(../images24/bg01.png) no-repeat bottom center;background-size: cover;padding-top: 0.6rem;padding-bottom:1rem;}
.newsBox .newsCon.flex{align-items: flex-start;}
.newsBox .newsCon .newsSc{width:  calc(60% - 0.2rem);}
.newsBox .newsCon .newsSc .swiper-slide{}
.newsBox .newsCon .newsSc .swiper-slide a{display: block;position: relative;}
.newsBox .newsCon .newsSc .swiper-slide a .pic{}
.newsBox .newsCon .newsSc .swiper-slide a .pic img{height: 5rem;}
.newsBox .newsCon .newsSc .swiper-slide a .text{background: url(../images24/textbg01.png) no-repeat center;background-size: cover;position: relative;padding: 0.24rem 0.4rem 0.26rem 0.4rem;}
.newsBox .newsCon .newsSc .swiper-slide a .text .date{display: flex;justify-content: center;flex-wrap: wrap;flex-direction: column;align-items: center;width: 0.8rem;height: 0.9rem;background: #FF8800;position: absolute;top: -0.3rem;left: 0;left: 0.4rem;}
.newsBox .newsCon .newsSc .swiper-slide a .text .date i{font-size: 0.36rem;font-weight: bold;display: block;font-style: normal;color: #FFFFFF;text-align: center;}
.newsBox .newsCon .newsSc .swiper-slide a .text .date b{color: #FFFFFF;font-size: 0.14rem;font-weight: normal;text-align: center;margin-top: 0.08rem;}
.newsBox .newsCon .newsSc .swiper-slide a .text p{font-size: 0.2rem;font-weight: bold;line-height: 0.3rem;height: 0.3rem;color: white;padding-left: 1rem;}
.newsBox .newsCon .newsSc .swiper-slide a .text span{font-size: 0.14rem;line-height: 0.26rem;height: 0.52rem;color: white;margin-top: 0.18rem;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.newsBox .newsCon .newsSc .swiper-slide a:hover .text p{color: #FF8800;}
.newsBox .newsCon .newsSc .swiper-pagination{width: 100%;text-align: center;width: 100%;left: 0;bottom: 1.7rem;}
.newsBox .newsCon .newsSc .swiper-pagination .swiper-pagination-bullet{width: 0.16rem;height: 0.16rem;opacity: 1;background:none;border: 2px solid #FFFFFF;margin: 0 0.08rem;}
.newsBox .newsCon .newsSc .swiper-pagination .swiper-pagination-bullet-active{background: #FFFFFF;}

.newsBox .newsCon ul{width: calc(40% - 0.4rem);box-shadow: 0rem 0rem 0.1rem 0rem rgba(0, 0, 0, 0.2);background: white;}
.newsBox .newsCon ul li{position: relative;width: 100%;}
.newsBox .newsCon ul li a{padding: 0 0.3rem 0 0.02rem;position: relative;align-items: center;}
.newsBox .newsCon ul li::before{content: "";position:absolute;left: 0.3rem;width: 0.06rem;height: 0.07rem;background: #FF5800;border-radius: 50%;bottom: 0;}
.newsBox .newsCon ul li::after{content: "";position:absolute;left: 0.3rem;width: calc(100% - 0.6rem);height: 1px;background: rgba(198,149,106,0.3);border-radius: 50%;bottom: 0.03rem;}
.newsBox .newsCon ul li a .date{width: 0.9rem;transition: 0.4s all;display: flex;justify-content: flex-end;flex-direction: column;transition: 0.4s all;padding:0.37rem 0;}
.newsBox .newsCon ul li a::before{content: "";position: absolute;width: 1.2rem;background: #FF8800;transition: 0.4s all;height: 0;left: 0;top: 0;}
.newsBox .newsCon ul li a:hover::before{height: 100%;transition: 0.4s all;}
.newsBox .newsCon ul li a .date i{font-size: 0.2rem;font-weight: bold;line-height: 0.28rem;color: #233596;font-style: normal;display: block;text-align: right;transition: 0.4s all;}
.newsBox .newsCon ul li a .date b{font-size: 0.14rem;font-weight: normal;line-height: 0.28rem;color: #666666;display: block;text-align: right;transition: 0.4s all;}
.newsBox .newsCon ul li a p{font-size: 0.18rem;line-height: 0.28rem;max-height: 0.56rem;width: calc(100% - 1.1rem);color: #323232;transition: 0.4s all;}
.newsBox .newsCon ul li a:hover p{width: calc(100% - 1.32rem);}
.newsBox .newsCon ul li a:hover{background: url(../images24/textbg02.png) no-repeat center;background-size: cover;}
.newsBox .newsCon ul li a:hover .date{transition: 0.4s all;position: relative;z-index: 6;}

.newsBox .newsCon ul li a:hover .date i{color: white;transition: 0.4s all;}
.newsBox .newsCon ul li a:hover .date b{color: white;transition: 0.4s all;}
.newsBox .newsCon ul li a:hover p{color: white;}


@media (max-width:850px) {
	.newsBox .newsCon .newsSc{width: 100%;}
	.newsBox .newsCon ul{width: 100%;}

.newsBox .newsCon .newsSc .swiper-slide a .pic img{height:auto;}




}
/* 新闻动态  结束 */
/* 通知公告 开始 */
.NoticeBox{background: url(../images24/bg02.png) no-repeat center;background-size: cover;padding:0.67rem 0 0.7rem 0;position: relative;}
.NoticeScroll{width:100%;}
.NoticeScroll .swiper-container{padding: 0.2rem 0;width: 100%;padding-bottom: 0.5rem;}
.NoticeScroll a{display: block;position: relative;}
.NoticeScroll a::after{content: "";position: absolute;background: url(../images24/noticebg.png) no-repeat center;width: 4.1rem;height: 4.3rem;top: 50%;left: 50%;transform: translate(-50%,-50%);transition: 0.6s ease-in;background-size: 4.1rem;}
.NoticeScroll a:hover::after{width: 0;height: 0;transition: 0.6s ease-in;}
.NoticeScroll a::before{content: "";position: absolute;background: url(../images24/noticeBgon.png) no-repeat center;width: 0;height: 0;top: 50%;left: 50%;transform: translate(-50%,-50%);transition: 0.6s ease-in;background-size: 4.1rem;}
.NoticeScroll a:hover::before{width: 4.1rem;height: 4.3rem;transition: 0.4s ease-in;z-index: 1;}
.NoticeScroll a .textCon{padding: 0.4rem 0.32rem 0.52rem 0.32rem;position: relative;z-index: 6;}
.NoticeScroll a .textCon .date{width: 100%;margin-top: 0.08rem;}
.NoticeScroll a .textCon .date i{font-size: 0.4rem;color: #FF8800;display: block;font-style: normal;font-weight: normal;font-family: Arial;text-align: center;}
.NoticeScroll a .textCon .date b{font-size: 0.2rem;color: #9E9E9E;display: block;font-style: normal;font-weight: normal;font-family: Arial;text-align: center;margin-top: 0.08rem;position: relative;}
.NoticeScroll a .textCon .text{width:100%;}
.NoticeScroll a .textCon .text p{font-size: 0.18rem;line-height: 0.32rem;height: 0.64rem;color: #323232;margin-top: 0.14rem;}
.NoticeScroll a .textCon .text div{font-size: 0.14rem;line-height: 0.26rem;color: #666;height: 1.04rem;margin-top: 0.28rem;}
.NoticeScroll a:hover .textCon .text p{color: white;}
.NoticeScroll a:hover .textCon .text div{color: white;}
.NoticeScroll a:hover .date i{color: white;}
.NoticeScroll a:hover .date b{color: white;}
.NoticeScroll .swiper-pagination{bottom: 0;display: flex;justify-content: center;align-items: center;}
.NoticeScroll .swiper-pagination .swiper-pagination-bullet{width: 0.16rem;height: 0.16rem; opacity: 1;background: none;border-radius: 50%;margin: 0 0.08rem;border: 2px solid #233596;opacity: 1;box-sizing: border-box;}
.NoticeScroll .swiper-pagination .swiper-pagination-bullet-active{background:#233596;width: 0.16rem;height: 0.16rem;background-size: 0.16rem;border: none;opacity: 1;}

@media (max-width:1024px) {
	.NoticeScroll a::after{width: 100%;height: 100%;background: white;box-shadow: 0rem 0rem 0.2rem 0rem rgba(71, 40, 2, 0.1);}
	.NoticeScroll a::before{width: 100%;height: 100%;background:url(../images24/noticeBgon2.png) no-repeat center;box-shadow: 0rem 0rem 0.2rem 0rem rgba(71, 40, 2, 0.1);}
}
/* 通知公告 结束 */
/* 招生信息  科研平台 结束 */
/* 增加链接 开始 */
.Links{margin-top: 0.8rem;}
.Links .linksLeft{width: calc(100% - 1.3rem);border: 1px solid #e1e1e1;display: flex;align-items: flex-start;justify-content: center;flex-direction: column;padding: 0.2rem;background: white;}
.Links .linksLeft h3{font-size: 0.24rem;color: #323232;font-weight: bold;}
.Links .linksLeft ul{justify-content:  flex-start;margin-left: -0.2rem;margin-top: 0.1rem;}
.Links .linksLeft ul li{margin-left: 0.2rem;margin-top: 0.14rem;}
.Links .linksLeft ul li a{font-size: 0.18rem;color: #666666;display: block;padding-left: 0.14rem;position: relative;}
.Links .linksLeft ul li a:hover{color:#003D98;}
.Links .linksLeft ul li a::before{content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 0.04rem;height: 0.04rem;background: #003D98;border-radius: 50%;}
.Links .ewmRight{width: 1.1rem;}
.Links .ewmRight img{width: 100%;display: block;}
.Links .ewmRight p{font-size: 0.16rem;text-align: center;line-height: 0.28rem;}

/* 增加链接 结束 */
/* 页脚开始 */
.footer{position: relative;height: 100%;}
.footer::after{content: "";position: absolute;left:0;top: 0;width: 100%;height: 100%;background: url(../images24/fbg.png) repeat center;background-size: cover;z-index:1;}
.footer>.flex{align-items: center;padding: 0.4rem 0;position: relative;z-index: 8;}
.footer .ft01{width: 20%;}
.footer .flogo{}
.footer .ft03{width: 30%;padding-left: 0.3rem;position: relative;display: flex;align-items: center;justify-content: center;padding: 0.3rem;}
.footer .ft03 .ewm{}
.footer .ft03 .ewm p{font-size: 0.16rem;color: white;text-align: center;margin-top: 0.1rem;}
.footer .ft03 .ewm+.ewm{margin-left: 0.2rem;}
.footer .ft03 .ewm img{width: 1.1rem;display: block;}
.footer .ft01 p,.footer .ft02 p{font-size: 0.14rem;line-height: 0.24rem;margin-top: 0.15rem;color: white;display: block;}
.footer .flogo{}
.footer .flogo img{display: block;width: auto;max-width: 100%;}
@media(max-width: 850px) {
	.footer .ft01{width: 100%;display: flex;justify-content: center;flex-direction: column;align-items: center;}
	.footer .flogo {width: 100%;padding: 0;margin: 0.3rem 0 0.2rem 0;}
	.footer .flogo::before{display: none;}
	.footer .flogo::after{display: none;}
	.footer .flogo img{display: block;max-width: 100%;margin: 0 auto;}
	.footer .ft02{width: 100%;margin: 0.2rem 0;display: flex;justify-content: center;flex-direction: column;align-items: center;}
	.footer .ft03{width: 100%;padding-left: 0;}
	.footer>.flex{padding: 0 0 0.4rem 0;}
	
}
@media(max-width: 414px) {
	.footer .ft01 ul li{width: 100%;}
}
/* 页脚结束 */


/*==========================================内页 开始=============================================*/
.Nybanner{}
.Nybanner img{display: block;width: 100%;}

@media (max-width:1100px) {
	.Nybanner{margin-top: 1.4rem;}
}
@media (max-width:768px) {
	.Nybanner{margin-top: 14vw;}
}
@media (max-width:430px) {
	.Nybanner{margin-top: 21vw;}
}

#nav_slide{background: #e1e1e1;line-height: 50px;position: relative;z-index: 2;}
#nav_slide #bnt_back{ position:absolute; left: 0.16rem; top:-2px;  }
#nav_slide #bnt_back img{height: 20px;vertical-align: middle;}

#nav_slide .n_title{ height: 50px; }
#nav_slide h1{font-size: 16px;color: #323232;text-align: center;}
#bnt_sub_nav{position: absolute;right: 0.16rem;top: 14.5px;cursor: pointer;}
#bnt_sub_nav img{display: block;height: 20px;}
#bnt_sub_nav.on img{-webkit-transform:rotate(-180deg);transform:rotate(-180deg);}
#sub_nav_content{background: #f2f2f2; display: none; z-index: 9;width: 100%;box-shadow: 0 2px 8px 0 rgba(0,0,0,0.2);}
#sub_nav_content ul{background: #FFFFFF;}
#sub_nav_content ul li {background: none;box-shadow:none;border-bottom:1px solid #dedede;padding: 0 15px;}
#sub_nav_content ul li a{display: inline-block;font-size: 14px;padding: 0;color: #333;width: 88%;}
#sub_nav_content ul li i{float:right;font-family: simsun;font-style: normal;font-weight: bold;}
#sub_nav_content ul li ul li{border:0;line-height:40px;padding-left: 10px;}
#sub_nav_content ul li ul li a{font-size: 13px; color: #666;}
#sub_nav_content ul li.on>a{color: #233596;}

#sub_nav_content ul li ul{ display:none}
#nav_slide{ display:none}
.bg{background: #f7f7f7;}
.n_container{position: relative;z-index: 999; padding:0 0 0.5rem 0;
    background: url(../images24/Nybg.png) no-repeat bottom center #F9F9FC;
    min-height: 6.5rem;
	background-size: cover; 
}
@media (max-width:1100px) {
	.n_container{ display:block;padding-top: 0;}
	#nav_slide{display: block;}
}
@media (max-width:850px) {
	.n_container{padding-bottom: 0.6rem;}
}
@media (max-width:850px) {
}
@media (max-width:430px) {
}
.n_container::after{content: "";width: 100vw;position: absolute;left: 0;bottom: 0;height: 100%;z-index: -8;}

.n_container .n_left{width: 3rem;position: relative;z-index: 88;top: -0.3rem;}
.n_container .n_left h1{height:1rem;line-height:1rem;font-size:0.28rem;color:#fff;padding: 0 0.3rem 0 0.4rem;display:flex;align-items: center;background-size: auto;font-weight: bold;justify-content: center;position: relative;}
.n_container .n_left h1::before{content: "";position: absolute;background: url(../images24/leftTopBg.png) no-repeat right center;background-size:cover;width: 3.3rem;height: 100%;left: 0;top: 0;}
.n_container .n_left h1 span{display: block;position: relative;z-index: 88;}

.n_container .n_left .con ul li{color: #333333;position:relative;}
.n_container .n_left .con ul li.on dl{display:block !important;}

.n_container .n_left .con ul li>a img{margin: -3px 20px 0 0;}
.n_container .n_left .con ul li.on:after, .n_container .n_left .con ul li:hover:after{display: block;}
.n_container .n_left .con ul li.on i{background:url(../images24/jton.svg) center no-repeat;background-size: 7px;}
.n_container .n_left .con ul li>a{color: #333333;display: block;padding: 0.18rem 0.2rem 0.18rem 0.3rem;transition: 0.36s;position: relative;font-size: 0.18rem;line-height: 26px;}
.n_container .n_left .con ul li>a:hover, .n_container .n_left .con ul li.on>a{color: #3D58FF;font-weight: 600;}

.n_container .n_left .con ul li dl{display:none;padding: 5px 0;position:relative;}
.n_container .n_left .con ul li dl:before{content:"";position:absolute;right:0;left:20px;top:0;height:1px;}
.n_container .n_left .con ul li dl dd{height: auto;line-height: 0.34rem;padding: 0 15px;}
.n_container .n_left .con ul li dl dd a{position: relative;width: calc(100% - 20px); display: block; font-size: 0.14rem;line-height: 0.2rem; color: #323232 !important;padding: 0.1rem 0 0.1rem 0.4rem;}
.n_container .n_left .con ul li dl dd a::after{content: "";width: 0.04rem;height: 0.04rem;position: absolute;left: 0.2rem;top: 0.18rem; position:absolute;background: #3D58FF;}
.n_container .n_left .con ul li i.up{background:url(../images24/jton.svg) center no-repeat;background-size: 0.07rem;}
.n_container .n_left .con ul li i{width: 0.2rem;height: 0.6rem;background: url(../images24/jt.svg) center no-repeat;background-size: 0.07rem;position:absolute;right: 0.3rem;top: 0;transition:0.36s;cursor: pointer;}
.n_container .n_left .con ul li dl dd  a:hover, .n_container .n_left .con ul li dl dd.on a{color: #3D58FF!important;}
.n_container .n_left .con ul li dl dd:hover a:before,.n_container .n_left .con ul li dl dd.on a:before{ background:#3D58FF;}
.mianbao{padding: 0 0 0 0.2rem;background: url(../images24/now.png) left center no-repeat;display: inline-block;vertical-align: top;background-size: 0.17rem;left: 3.2rem;z-index: 6;bottom: 0.1rem;display: flex;align-items: center;border-bottom: 1px solid #D8D8D8;}
.mianbao,.mianbao i,.mianbao a{font-size: 0.14rem;color: #323232;font-style:normal;transition: 0.6s all;line-height: 0.4rem;}
.mianbao i{display: inherit; margin:0 0.1rem;width: 0.05rem;height: 1px;background: #323232;position: relative;top: 0;}
.mianbao a.on{color: #3D58FF;font-weight: bold;}  
.mianbao a:hover{color: #3D58FF;transition: 0.6s all;font-weight: bold;}

.n_container .n_right{ width:calc(100% - 3rem); position: relative; z-index: 2;background: white;padding: 0.5rem 0.6rem;}
.n_container .n_right::after{content: "";width: 1;}
.n_container .n_right .bgss{margin-top: 0.2rem;}

@media(max-width: 1100px){
    .mianbao{/*display: none;*/}
}
@media(max-width: 850px){
    .n_container .n_right .bgss{margin-top: 30px;}
    .n_container .n_right .bg02{border: none;background: none;padding: 0;}
	.n_container .n_right{padding: 0.15rem 0.2rem;margin-top: 0.16rem;}


.keywordfontcolor1115567{    font-size: 0.18rem !important;}


}
/* 题图列表页 */
.n_titu li{padding:0.2rem 0;transition: 0.6s all;}
.n_titu li{background: white;border-bottom: 1px solid #D4D6E2;}
.n_titu li+li{}
.n_titu li a{display: block;position: relative;    width: 100%;}
.n_titu li .pic{position: relative;width: 3rem;float: left;margin-right: 0.2rem;overflow: hidden;}
.n_titu li .pic img{display: block;width: 100%;object-fit: cover; transition: 0.6s all;height: 1.9rem;}
.n_titu li .text{margin-left: 0;padding-top: 0.15rem;}
.n_titu li .text h5{transition: 0.6s all; font-size: 0.18rem;color: #323232;line-height:0.28rem;height:0.28rem;font-weight: normal;position: relative;}
.n_titu li .text span{display: block;margin-top: 0.16rem;font-size: 0.14rem;color: #323232;}
.n_titu li .text span:hover{color: #3D58FF;}
.n_titu li .text span img{display: inline-block;}
.n_titu li .text p{margin-top: 0.14rem;position: relative;font-size: 0.12rem;color: #737373;line-height: 0.24rem;height: 0.48rem;overflow: hidden;;}
.n_titu li .text i{font-style: normal;font-weight: normal;display:block;font-size: 0.14rem;line-height: 0.24rem;color: #3D58FF;text-align: left;margin-top: 0.15rem;display: flex;align-items: center;}
.n_titu li .text i img{display: inline-block;width: 0.13rem;margin-right: 0.08rem;}
.n_titu li:hover{transition: 0.6s all;}
.n_titu li:hover .pic img{transform: scale(1.1);transition: 0.6s all;}
.n_titu li:hover .text h5{color: #3D58FF;transition: 0.6s all;padding-left: 0.04rem;font-weight: bold;}
.n_titu li:hover .text h5::after{width: 7.5rem;transition: 0.6s all;}
.fanye{margin-top: 0.5rem;}
.fanye img{ max-width:100%}


@media(max-width: 1100px){
    .mianbaoxie{ display:none}
    .n_container .n_left{ display:none}
    .n_container .n_right{width:100%;}
    .n_leftbg{display: none;}
}
@media(max-width: 580px){
    .n_titu li{padding: 0.3rem 0;background: none;}
    .n_titu li .flex-center{align-items: flex-start;}
    .n_titu li .date{width: 54px;}
    .n_titu li a{border-bottom: none;}
	.n_titu li .text h5{height: auto;}
	.n_titu li .pic img{height: 52vw;}
    
    .n_titu li .pic{width: 100%;float: none;margin-right: 0;}
    .n_titu li .text{margin-left: 0;padding: 0 0;margin-bottom: 0;}
    .n_titu li .text h5{max-height: none;padding-top: 0;white-space:normal;font-size: 0.16rem;line-height: 0.24rem;padding-bottom: 6px;margin-top: 8px;height: auto;display: block;}
    .n_titu li .text p{height: 0.72rem;display: none;}
    .fanye{margin-top: 0.4rem;}
    
}
/* 现任领导 */
/* 题图列表页 */
.n_titu2 li{padding: 10px 24px 10px 30px;padding:0.3rem 0;border-bottom: 1px solid #d9d9d9;transition: 0.6s all;}
.n_titu2 li:first-child{border-top: 1px solid #d9d9d9;}
.n_titu2 li a{display: block;position: relative;display: flex;justify-content: space-between;flex-wrap: wrap;}
.n_titu2 li .pic{position: relative;width: 1.8rem;overflow: hidden;}
.n_titu2 li .pic img{display: block;width: 100%;object-fit: cover; transition: 0.6s all;}
.n_titu2 li .text{}
.n_titu2 li .text h5{transition: 0.6s all; font-size: 0.22rem;color: #323232;position: relative;margin-bottom: 0.2rem;margin-left: 0.2rem;}
.n_titu2 li .text p{position: relative;font-size: 0.14rem;color: #555;line-height: 0.24rem;text-indent: 2em;}
.n_titu2 li .text i{font-style: normal;font-weight: normal;display:block;font-size: 0.12rem;line-height: 0.24rem;color: #737373;text-align: left;margin-top: 0.15rem;}
.n_titu2 li .text i img{display: inline-block;width: 0.13rem;margin-right: 0.08rem;}
/* .n_titu2 li:hover{box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);transition: 0.6s all;} */
.n_titu2 li:hover .pic img{transform: scale(1.1);transition: 0.6s all;}
.n_titu2 li:hover .text h5{color: #005bac;transition: 0.6s all;padding-left: 0.1rem;}
.n_titu2 li:hover .text h5::after{width: 7.5rem;transition: 0.6s all;}
@media(max-width: 580px){
    .n_titu2 li .pic{width: 1.4rem;}
    .n_titu2 li .text{width: calc(100% - 1.8rem);}
    /* .n_titu2 li{padding: 0.241rem 0;background: none;}
    .n_titu2 li .flex-center{align-items: flex-start;}
    .n_titu2 li .date{width: 54px;}
    .n_titu2 li a{border-bottom: none;}
    .n_titu2 li .pic{width: 100%;}
    .n_titu2 li .text{width: 100%;}
    .n_titu2 li .text h5{margin-top: 0.2rem;} */
}

/* 文章列表页 */
.n_container .n_right .TextList{padding-top: 0;margin-top: 0.4rem;min-height:4.5rem;}
.TextList ul li{position: relative;transition: 0.6s all;border-bottom: 1px solid #D4D6E2;}
.TextList ul li a{display: flex;position: relative;overflow: hidden;position: relative;justify-content: space-between;background: white;transition: 0.4s all;padding: 0.12rem 0;}
.TextList ul li a:hover{background: #233596;transition: 0.4s all;}
.TextList ul li a p{transition: 0.6s all;line-height:0.7rem;font-size: 0.18rem;color: #323232;width: calc(100% - 1.6rem);position: relative;padding-left: 0.2rem;transition: 0.4s all;height: 0.7rem;}
.TextList ul li a .xq{font-size: 0.18rem !important;color: #323232;font-weight: normal;;width: 0.7rem;text-align: right;line-height: 0.7rem;display: block;transition: 0.4s all;}
.TextList ul li a .data{width: 0.7rem;height: 0.7rem;display: flex;flex-direction: column;align-content: flex-end;justify-content: center;}
.TextList ul li a:hover .xq{color: white;transition: 0.4s all;}
.TextList ul li a .data i{display: block;text-align: right;font-size: 0.2rem;font-weight: bold;color: #3D58FF;font-style: normal;transition: 0.4s all;}
.TextList ul li a .data b{display: block;text-align: right;font-style: normal;font-size: 0.12rem;color: #737373;font-weight: normal;margin-top: 0.06rem;transition: 0.4s all;}
.TextList ul li a:hover .data i{color: white;transition: 0.4s all;}
.TextList ul li a:hover .data b{color:white;transition: 0.4s all;}

.TextList ul li:hover p{color: white;transition: 0.6s all;padding-left: 0.24rem;font-weight:600;transition: 0.4s all;}
@media(max-width: 540px){
    .TextList ul li a{flex-wrap: wrap;padding: 0.2rem;}
    .TextList ul li a .data{width: 0.8rem;height: auto;}
    .TextList ul li a p{margin-top: 0;height: auto;overflow: hidden;width: calc(100% - 1rem);line-height: 0.24rem;display: block;height: auto;}
	   .TextList ul li a .xq{width: 100%;text-align: left;margin-left: 1.2rem;line-height: 0.24rem;margin-top: 0.06rem;}
}

/* 内容页 */
.n_right .show{}
.show01{margin-bottom: 0.2rem;}
.show01 h5{font-size: 0.26rem;line-height: 0.32rem;text-align: center;margin-bottom: 0.2rem;font-weight: bold;color: #333333;}
.show01 p{padding-bottom: 0.2rem;text-align: center;font-size: 0.14rem;color: #666666;border-bottom: 1px solid #dcdcdc;}
.show01 i{font-style: normal;margin: 0 8px;padding-left: 0.24rem;font-size: 0.14rem;color: #666666;}
/* .show01 i{background: url(../images24/time.png) no-repeat left center;line-height: 19px;display: inline-block;} */
/* .show01 i+i{background: url(../images24/eye.png) no-repeat left center;padding-left: 1.75rem;} */
.show02{}
.show02 p{font-size: 0.18rem!important;color: #333333;line-height: 0.36rem!important;margin-bottom: 0.16rem;text-indent: 2em;text-align: justify;}

.show02 p iframe{margin-left:-2em !important;}
.show02 table{margin:0 auto !important;}
.show02 table p{text-indent: 0em;}

.show02 ol{padding-left: 1em;}

.show02 li p{text-indent: 0em;}
.show02 #vsb_content_2 li p{text-indent: 0em;}




.table_out{max-width: 100%;overflow: auto;}

.show02 img{display: block;margin: 0 auto;max-width: 80%;height: auto!important;border:none !important;margin-bottom: 0.16rem;}
.show03{margin-top: 0.4rem;padding-top: 0.24rem;}
.show03 p{font-size: 0.18rem;color: #323232;margin-bottom: 0.16rem;line-height:0.36rem;}
.show03 p+p{margin-bottom: 0;}
.show03 p a{font-weight: normal; color: #666666;transition: 0.6s all;}
.show03 p a:hover{color: #3d58ff;transition: 0.6s all;font-weight: 600;}

@media(max-width: 850px) {
    .show02 img{width: 100%;max-width: 100%;}
}

/* 图片列表页 */
.listPic{margin-top: 0.5rem;}
.listPic ul{margin-left: -0.4rem;display: flex;justify-content: flex-start;}
.listPic ul li{width: calc(50% - 0.4rem);margin-left: 0.4rem;}
.listPic ul li+li+li{margin-top: 3%;}
.listPic ul li a{display: block;}
.listPic ul li a .pic{display: block;overflow: hidden;}
.listPic ul li a .pic img{display: block;width: 100%;height: 3rem;object-fit: cover;}
.listPic ul li a .text{padding: 0.2rem 0.1rem;}
.listPic ul li a .text h5{font-size: 0.18rem;color:#323232;line-height: 0.28rem;max-height: 0.56rem;overflow: hidden;}
.listPic ul li a .text p{font-size: 0.16rem;color: #3D58FF;background: url(../images24/time.png) no-repeat left center;padding-left: 0.2rem;background-size: 0.16rem;margin-top: 0.12rem;}
.listPic ul li a:hover .text h5{color: #3D58FF;}
@media(max-width: 850px) {
    .listPic ul li {width: 47%;}
    .listPic ul li a .pic img{height: 28vw;max-height: 100%;}
    .listPic ul li+li+li{margin-top: 3%;}
	.listPic ul li a .text h5{height: auto;display: block;}
}
@media(max-width: 850px) {
    .listPic ul {margin-left: 0;}
    .listPic ul li {width: 100%;margin-left: 0;}
    .listPic ul li a .pic img{height: 52vw;max-height: 100%;}
}

/* 视频列表 */
/* 人物列表 */
.listPic2{margin-top: 0.2rem;}
.listPic2 .fenl{background: white;box-shadow: 0 0 0.1rem 0 rgba(0,0,0,0.1);padding: 0.2rem;margin-bottom: 0.3rem;border-left: 4px solid #233596;}
.listPic2 .fenl .con{}
.listPic2 .fenl .con h4{}
.listPic2 .fenl .con h4 a{font-size: 0.18rem;line-height: 0.4rem;color: #323232;}
.listPic2 .fenl .con h4 a:hover{color:#233596;font-weight: bold;}
.listPic2 .fenl .con p{}
.listPic2 .fenl .con p a{display: inline-block;font-size: 0.16rem;color: #737373;margin-left: 0.2rem;line-height: 0.4rem;}
.listPic2 .fenl .con p a:hover{color:#233596;font-weight: bold;}
.listPic2 ul{margin-left: -3%;display: flex;justify-content: flex-start;margin-top: -3%;}
.listPic2 ul li{width: 21.666%;margin-left: 3%;margin-top: 3%;}
.listPic2 ul li a{padding: 0.05rem;padding-bottom: 0;box-sizing: border-box;border:1px solid #d2d2d2;display: block;    background: #fff;}
.listPic2 ul li a .pic{width: 100%;overflow: hidden;}
.listPic2 ul li a .pic img{display: block;width: 100%;height:2.7rem;object-fit: cover;}
.listPic2 ul li a p{text-align: center;font-size: 0.16rem;color: #323232;line-height: 0.46rem;}
.listPic2 ul li a:hover{background: #233596;border: 1px solid #233596;}
.listPic2 ul li a:hover p{color: white;}
@media(max-width: 1100px) {
    .listPic2 ul li a .pic img{height: 15vw;}
}
@media(max-width: 850px) {
    .listPic2 ul {}
    .listPic2 ul li{width: 21%;}
    .listPic2 ul li a .pic img{height: 26vw;}
}
@media(max-width: 850px) {
    .listPic2 ul li{width: 46%;}
    .listPic2 ul li a .pic img{height: 54vw;}
}

.listPic3{margin-top:0.2rem;}
.listPic3 ul{margin-left: -2.5%;}
.listPic3 ul li{width: 10%;margin-left: 2.5%;margin-bottom: 0.2rem;position: relative;padding-left: 0.1rem;}
.listPic3 ul li::before{content: "";position: absolute;left: 0;width: 0.05rem;height: 0.05rem;border-radius: 50%;background: #233596;transform: translateY(-50%);top: 50%;}
.listPic3 ul li a{display: block;}
.listPic3 ul li a p{font-size: 0.18rem;color: #323232;}
.listPic3 ul li a:hover p{font-size: 0.18rem;color: #233596;}
@media(max-width: 850px) {
	.listPic3 ul li{width: 17.5%;}
}
@media(max-width: 430px) {
	.listPic3 ul{margin-left: -2%;}
	.listPic3 ul li{width: 31.333%;margin-left: 2%;}
}
#vsb_content_2 TABLE{margin:0 auto 1.25rem !important;    display: table;    width: auto;}
#vsb_content_2 IMG{border:none !important;}
.keywordfontcolor1074990{font-size:0.875rem !important;FONT-FAMILY: 微软雅黑 !important;color:#f00 !important;}

@media(max-width: 1024px){
   .show01 h5{font-size: 0.18rem;
   line-height: 0.32rem;}
}
@media(max-width: 768px) {
    .n_container{padding: 0 0 1.2rem 0;}
}
@media(max-width: 768px) {
    .xcsp{padding: 0.4rem 0;}
    .xysh{padding: 0.32rem 0 0.16rem 0;}
    .fanye{margin-top: 0.4rem;}
    .n_container{padding: 0 0 1.1rem 0;}
}
/* 组织机构 */
.jgszBox{margin-top: 0.2rem;}
.jgszBox h2{font-size: 0.24rem;color: #233596;font-weight: bold;line-height: 0.28rem;position: relative;padding-left: 0.12rem;margin-top: 0.4rem;}
.jgszBox h2::before{content: "";position: absolute;left: 0;width: 0.04rem;height: 0.2rem;transform: translateY(-50%);top: 50%;background: #233596;}
.jgszBox .con{padding-left: 0.12rem;border-bottom: 1px solid #E2E2E2;padding-bottom: 0.3rem;}
.jgszBox .con h6{margin-top: 0.2rem;}
.jgszBox .con h6 a{display: block;font-size: 0.18rem;color: #323232;font-weight: bold;}
.jgszBox .con ul{display: flex;justify-content: flex-start;flex-wrap: wrap;margin-left: -3%;margin-top: -1%;}
.jgszBox .con ul li{margin-left: 3%;margin-top: 3%;}
.jgszBox .con ul li a{font-size: 0.18rem;line-height: 0.28rem;display: block;padding-left: 0.1rem;position: relative;color: #666666;}
.jgszBox .con ul li a::after{content: "";position: absolute;left: 0;width: 0.04rem;height: 0.04rem;transform: translateY(-50%);top: 50%;background: #233596;border-radius: 50%;}
@media(max-width: 768px) {
}
@media(max-width: 414px) {
}
/* 师资详情 */
.sznryBox{margin-top: 0.2rem;}
.sznryBox .szPic{padding: 0.2rem;box-shadow: 0 0 0.1rem 0 rgba(0,0,0,0.1);background: white;}
.sznryBox .szPic .pic{width: 1.8rem;}
.sznryBox .szPic .pic img{display: block;width: 100%;object-fit: cover;}
.sznryBox .szPic .text{width: calc(100% - 2.2rem);}
.sznryBox .szPic .text p{font-size: 0.16rem;line-height: 0.26rem;color: #666666;margin-top: 0.1rem;}
.sznryBox .szPic .text a{color: #233596;}
.sznryBox .szPic .text p span{font-weight: bold;color: #323232;}
.sznryBox .szCon{margin-top: 0.4rem;}
.tabs{background: #f1f1f1;justify-content: flex-start;}
.tabs .bt{}
.tabs .bt span{font-size: 0.18rem;color: #323232;line-height: 0.5rem;display: block;padding: 0 0.16rem;cursor: pointer;}
.tabs .bt.active span{color: #FFFFFF;background: #233596;}
.tabs .bt.active span{}
#tabs-container{}
#tabs-container{margin-top: 0.16rem;}
#tabs-container .swiper-slide p{font-size: 0.16rem;line-height: 0.32rem;text-indent: 2em;margin-top: 0.12rem;}
@media(max-width: 430px) {
	.sznryBox .szPic .pic{width: 26vw;}
	.sznryBox .szPic .text{width: calc(100% - 30vw);}
}

.szCon2{margin-top: 0.4rem;}
.szCon2 .con{}
.szCon2 .con h4{padding-bottom: 0.16rem;border-bottom: 1px solid #233596;margin-top: 0.3rem;margin-bottom: 0.2rem;}
.szCon2 .con h4 span{font-size: 0.22rem;font-weight: bold;color:#233596;position: relative;padding-left: 0.18rem;}
.szCon2 .con h4 span::before{content: "";;position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 0.06rem;height: 0.06rem;border-radius: 50%;background: #233596;}
.szCon2 .con p{font-size: 0.16rem;line-height: 0.26rem;color: #666666;margin-top: 0.1rem;}







/* +++++++++++++++++++++++++++ */

.jgszBox2{margin-top: 0.2rem;}
.jgszBox2 .jgBox{margin-left: -2%;}
.jgszBox2 .jgBox .con{width: 48%;margin-left: 2%;display: flex;box-shadow: 0 0 0.1rem 0 rgba(0,0,0,0.04);align-items: center;margin-bottom: 2%;}
.jgszBox2 .jgBox .con h4{width: 0.6rem;padding: 0.2rem 0.14rem;background: #233596;color: white;height: 100%;display: flex;justify-content: center;align-items: center;}
.jgszBox2 .jgBox .con h4 span{font-size: 0.2rem;font-weight: bold;text-align: center;    line-height: 0.24rem;}
.jgszBox2 .jgBox .con .text{background: #FFFFFF;padding: 0.3rem 0.2rem;width: calc(100% - 0.6rem);}
.jgszBox2 .jgBox .con .text h6{display: flex;justify-content: flex-start;padding: 0.2rem 0;}
.jgszBox2 .jgBox .con .text h6+h6{border-top: 1px solid #E5E5E5;}
.jgszBox2 .jgBox .con .text h6 span{font-size: 0.18rem;color: #323232;width: 0.6rem;display: block;line-height: 0.32rem;}
.jgszBox2 .jgBox .con .text h6 p {width: calc(100% - 0.6rem);}
.jgszBox2 .jgBox .con .text h6 p a{font-size: 0.16rem;color: #666;display: inline-block;margin: 0 0.06rem;line-height: 0.32rem;}
@media(max-width: 768px) {
	.jgszBox2 .jgBox .con{width: 100%;}
}
.jgszBox3{margin-top: 0.2rem;box-shadow: 0 0 0.12rem 0 rgba(0,0,0,0.06);}
.jgszBox3 h5{background: #233596;font-size: 0.26rem;line-height: 0.5rem;color:white;text-align: center;}
.jgszBox3 ul{background: white;padding: 0.2rem 0.3rem;}
.jgszBox3 ul li{}
.jgszBox3 ul li a{position: relative;padding-left: 0.12rem;display:flex;flex-direction: column;}
.jgszBox3 ul li a::before{position: absolute;content: "";left: 0;top: 50%;transform: translateY(-50%);width: 0.06rem;height: 0.06rem;border-radius: 50%;background: #233596;content: "";}
.jgszBox3 ul li a p{font-size: 0.16rem;color: #323232;line-height: 0.24rem;margin: 0.16rem 0;}
.jgszBox3 ul li a:hover p{color: #233596;}

.ej_lsyg{margin-top: 0.2rem;}
.ej_lsyg{}
.ej_lsyg ul li{display: flex;padding-bottom: 0.2rem;position: relative;}
.ej_lsyg ul li .sj{font-size: 0.2rem;font-weight: bold;    width: 1.5rem; line-height: 0.28rem;color: #233596;position: relative;z-index: 3;}
.ej_lsyg ul li .sj::after{    content: "";display: block;width: 0.1rem;height: 0.1rem;border: 1px solid #DF0315 ;position: absolute;right: -0.1rem;top: 0.08rem;border-radius: 50%;background: #DF0315;}
.ej_lsyg ul li .con{    width: calc(100% - 1rem);margin-left: 0.3rem;padding: 0.2rem;border: 1px solid #e9e9e9;background: #FFFFFF;border-radius: 10px;}
.ej_lsyg ul li .con p{font-size: 0.18rem !important;line-height: 0.34rem !important;}
.ej_lsyg ul li::after{content: "";display: block;width: 1px;height: 100%;background: #e9e9e9;position: absolute;left: 1.41rem;top: 0;z-index: 1;}

@media(max-width: 650px) {
.ej_lsyg ul li .sj { width: 0.8rem;}
}



/*==========================================内页 结束=============================================*/
.keywordfontcolor1106122{FONT-SIZE: 0.16rem !important;
    COLOR: #f00 !important;
    FONT-FAMILY: 微软雅黑 !important;}





.jxpy_ul{    display: flex;
    flex-wrap: wrap;


}
.jxpy_ul li{width: 25%;
    padding-left: 0.15rem;padding-right:0.1rem;
    position: relative;
    margin-bottom: 0.1rem;
}
.jxpy_ul li::after{
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #233596;
    position: absolute;
    left: 0;
    top: calc(50% - 2.5px);
    border-radius: 50%;
}
.jxpy_ul li a{    font-size: 0.16rem;
    color: #233596;
    line-height: 0.3rem;
}
.jxpy_ul li a:hover{    text-decoration: underline;}

@media(max-width: 650px) {
.jxpy_ul li{width: 50%;}
}



















.ej_zzjg{padding-top: 0.2rem;}


.zzjg_main{display: flex;align-items: center;justify-content: space-between;}

.zzjg_main a{display: block;transition: 0.4s;}
.zzjg_main a:hover{box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.3);}

.jg_box1{width: 0.6rem;padding: 0.2rem 0;background: #233596;position: relative;}
.jg_box1::after{content: "";display: block;width: 0.4rem;height: 1px;background: #233596;position: absolute;left: 100%;top: 50%;}
.jg_box1 p{font-size: 0.22rem;color: #fff;font-weight: 600;width: 0.22rem;text-align: center;margin: 0 auto;line-height: 0.26rem;}



.jg_box2{width: calc(100% - 1rem);padding-left: 0.65rem;position: relative;}
.jg_box2::after{content: "";display: block;width: 1px;height: calc(100% - 1.2rem);background: #233596;position: absolute;left: 0;top: 0.25rem;}
.jg_box2 li{display: flex;align-items: center;}
.jg_box2 li+li{margin-top: 0.5rem;}
.jg_box2 li .b_2{width: 1.3rem;height: 0.5rem;}
.jg_box2 li .b_2 p{line-height: 0.5rem;text-align: center;color: #fff;background: #CF1111;position: relative;font-size: 0.2rem;}
.jg_box2 li .b_2 p::after{content: '';display: block;width: 0.65rem;height: 1px;background: #233596;position: absolute;right: 100%;top: 50%;}


.jg_box2 .li2 .b_2 p{background: #E4660C;}
.jg_box2 .li3 .b_2 p{background: #5E8E3E;}
.jg_box2 .li4 .b_2 p{background: #3076CC;}
.jg_box2 .li5 .b_2 p{background: #7543BF;}
.jg_box2 .li6 .b_2 p{background: #28AFD4;}

.jg_box2 li+li+li .b_2 p::before{content: '';display: block;width: 0.8rem;height: 1px;background: #5E8E3E;position: absolute;left: 100%;top: 50%;}
.jg_box2 .li4 .b_2 p::before{background: #3076CC;}
.jg_box2 .li5 .b_2 p::before{background: #7543BF;}
.jg_box2 .li6 .b_2 p::before{background: #28AFD4;}


.jg_box3{width: calc(100% - 2.1rem);margin-left: 0.8rem;padding-left: 1.2rem;position: relative;}
.jg_box3::after{content: "";display: block;width: 1px;height: calc(100% - 0.7rem);background: #5E8E3E;position: absolute;left: 0;top: 0.35rem;}

.jg_box2 .li4 .jg_box3::after{background: #3076CC;height: calc(100% - 1.9rem);}
.jg_box2 .li5 .jg_box3::after{background: #7543BF;}
.jg_box2 .li6 .jg_box3::after{background: #28AFD4;}



.jg_box3>.li{}
.jg_box3 .b_3{height: 0.5rem;border: 1px solid #5E8E3E;margin: 0.1rem 0;padding: 0 0.3rem;display: flex;align-items: center;position: relative;background: #fff;}
.jg_box3 .b_3 p{line-height: 0.25rem;text-align: left;color: #323232;font-size: 0.18rem;}

.jg_box3 .b_3::after{content: '';display: block;width: 1.2rem;height: 1px;background: #233596;position: absolute;right: 100%;top: 50%;}

.jg_box2 .li4 .jg_box3 .b_3{border: 1px solid #3076CC;}
.jg_box2 .li5 .jg_box3 .b_3{border: 1px solid #7543BF;}
.jg_box2 .li6 .jg_box3 .b_3{border: 1px solid #28AFD4;}

.jg_box2 .li4 .jg_box3 .b_3::after{background: #3076CC;}
.jg_box2 .li5 .jg_box3 .b_3::after{background: #7543BF;}
.jg_box2 .li6 .jg_box3 .b_3::after{background: #28AFD4;}




.jg_box4{margin-left: 0.4rem;padding-left: 0.6rem;position: relative;padding-top: 0rem;}
.jg_box4::after{content: "";display: block;width: 1px;height: calc(100% - 0.15rem);background: #3076CC;position: absolute;left: 0;top: -0.1rem;}
.jg_box4>.li{}
.jg_box4 .b_4{width: 1.6rem;margin: 0.1rem 0;padding: 0 0.3rem;height: 0.5rem;position: relative;border: 1px dashed #3076CC;display: flex;align-items: center;background: #fff;}
.jg_box4 .b_4 p{line-height: 0.25rem;text-align: left;color: #323232;font-size: 0.18rem;}
.jg_box4 .b_4::after{content: '';display: block;width: 0.6rem;height: 1px;background: #233596;position: absolute;right: 100%;top: 50%;}




@media(max-width: 850px) {

    .jg_box1{width: 0.5rem;}
    .jg_box1::after{width: 0.1rem;}

    .jg_box2 li+li{margin-top: 0.1rem;}
    .jg_box2 {
        width: calc(100% - 0.6rem);
        padding-left: 0.1rem;
    }
    .jg_box2 li .b_2{width: 1rem;}
	
    .jg_box2 li .b_2 p::after{width: 0.1rem;}
    .jg_box2 li .b_2 p{font-size: 0.18rem;}

    .jg_box3 {
        width: calc(100% - 1.1rem);
        margin-left: 0.1rem;
        padding-left: 0.1rem;
    }
    .jg_box2 li .b_2 p::before{width: 0.1rem !important;}
    .jg_box3 .b_3{padding: 0 0.1rem;}
    .jg_box3 .b_3::after{width: 0.1rem !important;}
    .jg_box3 .b_3 p{font-size: 0.16rem;line-height: 0.2rem;}

    .jg_box4 .b_4 p{font-size: 0.16rem;line-height: 0.2rem;}
}


.pb_sys_style1 .p_no_d{border: 1px solid #3848a0 !important;
    background-color: #3848a0 !important;}