@charset "utf-8";
/*公共*/
.inner .wp,.lm_top .wp{width: 14rem;}
img,video{max-width: 100%;}
.scroll{overflow-x:auto;}
.scroll table{width:800px;}
.ban .imged{padding-bottom: 29%;}

/* 手机内页二级导航 */
.wrap_ph{margin-top: 0.3rem;display: none;}
.wrap_ph h2{width:100%;color:#fff;height: 0.6rem;line-height: 0.6rem;font-size: 0.26rem;padding: 0 0.2rem;background: #07458e;}
.wrap_ph h2::after{width: 0.32rem;height: 0.32rem;background: url(/images/cd.svg) no-repeat right center/cover;left: auto;right: 0.2rem;top: 50%;transform: translateY(-50%);}
.wrap_ph ul{padding: 0.1rem 0.2rem 0.2rem;display: none;box-shadow: 0px 0.1rem 0.3rem 0px rgba(69, 10, 66, 0.11);}
.wrap_ph li{font-size: 0.18rem;line-height: 0.34rem;font-family: hel-bold;}
.wrap_ph li a{transition:0.5s;display: block;color: #333;}
.inner .wrap_ph{display: none;}
.wrap_ph li.active a{color: #07458e;}
/* public */
.ban img{width: 100%;}
.inner{padding:0.7rem 0;}
.inner_left{width:2.5rem;z-index: 100;position: relative;}
.inner_left:after{width:100%;background: #07458e;top: 1rem;bottom: 1.2rem;height: auto;}
.inner_right{width: calc(100% - 2.5rem);padding:0rem 0 0 0.5rem;}

.inner_left ul{padding: .4rem 0.25rem 1.2rem .25rem;background: url(/images/navbg.jpg) no-repeat bottom #eff3f8;}

.inner_left ul li{position: relative;margin-bottom: 0.25rem;}
.inner_left ul li h3{font-size: 0.18rem;padding: 0.15rem .20rem 0.15rem 0.2rem;line-height: 1.2;background: #fff;border-radius: 0.25rem 0 0.25rem 0;}
.inner_left ul li h3::after{width: auto;height: auto;opacity: 0;top: 0.03rem;right: 0.03rem;bottom: 0.03rem;left: 0.03rem;border: 1px dashed #fff;border-radius: 0.25rem 0 0.25rem 0;}

.inner_left ul h3 a{display: block;cursor: pointer;width: 100%;color: #333;transition: 0.5s;padding: 0 0.15rem 0 0.32rem;background: url(/images/lm1.png) no-repeat left center;}
.inner_left ul h3 a::after{width: 0.08rem;height: 0.14rem;background: url(/images/jt1.png) no-repeat;left: auto;right: 0;bottom: auto;top: 50%;transform: translateY(-50%);}
.inner_left ul li:hover h3,.inner_left ul li.on h3{background: #b42a2a;}
.inner_left ul li:hover h3::after,.inner_left ul li.on h3::after{opacity: 1;}
.inner_left ul li:hover h3 a,.inner_left ul li.on h3 a{color: #fff;background: url(/images/lm2.png) no-repeat left center;}
.inner_left ul li:hover h3 a::after,.inner_left ul li.on h3 a::after{background: url(/images/jt2.png) no-repeat;}

.inner_left ul li h3.on a::after{transform: rotate(90deg);transform-origin: right;}

.nysubnav{background: #fff;display: none;/* margin-left: 0.2rem; */padding: .35rem .2rem .15rem .3rem;border-radius: 0 0 0.25rem 0;margin-top: -.25rem;}
.inner_left ul li.on .nysubnav{display: block;}
.nysubnav a{    padding: 15px 0 15px 15px;line-height:150%;display:block;font-size:0.16rem;background: url(/images/jt3.png) no-repeat left center;}
.nysubnav a:hover,.nysubnav a.on{color: #07458e;background: url(/images/jt4.png) no-repeat left center;font-weight: bold;}

.lm_top{width: 100%;padding: .16rem 0;background: #eff3f8;}
.lm_top .wp{justify-content:space-between;align-items: center;}

.lm_top h3{font-size: 0.36rem;font-weight: bold;color: #fff;text-align: center;height: 0.75rem;line-height: 0.75rem;}
.lm_top .lm{position: relative;width: 2.5rem;margin-top: -0.25rem;}
.lm_top .lm::after{width: calc((100vw - 16rem)/2 + 100%);background: #07458e;left: auto;right: 0;border-radius: 0 0.25rem 0 0;}

.adress{font-size: 0.14rem;color: #666666;line-height: 1.5;align-items: center;display: flex;}
.adress a{color: #666666;transition:0.5s;}
.inner .wp{align-items:flex-start;}
.lm_top .adress a:hover{color:#07458e;}
.adress img{display: inline-block;margin-right: 0.1rem;width: 0.15rem;}
.common{border-top: 2px solid #07458e;padding-top: 0.45rem;}


/* 新闻列表1 */
.newlist1 ul.list li a{padding:.2rem 0;}
ul.list{margin-top: .1rem;}
ul.list li a{align-items: center;line-height: 1.6;justify-content: space-between;padding: .15rem 0;border-bottom: 1px dashed #d2d2d2;}
ul.list li a::after{width: 0;height: 1px;background: #07458e;}
ul.list h3{width: calc(100% - 1.1rem);font-size: 0.18rem;color: #333;padding: 0 .2rem 0 0.15rem;transition: 0.5s;position:relative;}
ul.list li span{width: 1.1rem;text-align: right;white-space: nowrap;font-size: 0.16rem;color: #666;}
ul.list li h3::after{width: 0.04rem;height: 0.04rem;background:#333;top: 50%;transform: translateY(-50%);content:"";position:absolute;left: 0;border-radius: 50%;}

.page{margin: .6rem 0 0;}
.page img{display: block;margin: 0 auto;}
@media(min-width: 1025px){	
	ul.list li a:hover h3{color: #07458e;}
	ul.list li a:hover::after{width: 100%;}
	ul.list li a:hover{border-bottom:1px solid rgba(0,0,0,0);}
}
@media(max-width: 1024px){	
	
}

@media(max-width: 768px){	
	
}
@media(max-width: 456px){	
	
}

/* 新闻列表2 */
.newlist2 li a{height: 2rem;/* align-items: center; */border-bottom: 1px solid #e6e6e6;padding: .3rem .25rem;}
.newlist2 li a::after{background: #07458e;width: 0;height: 1px;}
.newlist2 li .date{width: 0.85rem;border: 1px solid #dbdcdf;white-space: nowrap;font-size: 0.15rem;color: #333;display: flex;flex-direction: column;color: #021134;height: .9rem;border-bottom: 0.02rem solid #f29633;align-items: center;justify-content: center;}
.newlist2 li .con{width: calc(100% - .85rem);padding-left: .3rem;}

.newlist2 li .date span{font-size: 0.28rem;color: #021134;display: inline-block;margin-bottom: .1rem;font-weight: normal;}
.newlist2 li h3{font-size: 0.2rem;color: #333;line-height: 0.32rem;margin-bottom: .25rem;}
.newlist2 li p{font-size: 0.16rem;color: #888888;line-height: 0.26rem;max-height: 0.78rem\0;text-indent: 2em;}
.newlist2 li *{transition: 0.5s;}

.newlist2 li .scale{width: 2.2rem;}
.newlist2 li .zh{width: calc(100% - 2.2rem);padding-right: .4rem;}


@media(min-width: 1024px){
  .newlist2 li a:hover{border-bottom: 1px solid rgba(0,0,0,0);}
  .newlist2 li a:hover::after{width: 100%;}
  .newlist2 li a:hover .date{background: #07458e;}
  .newlist2 li a:hover .date,.newlist2 li a:hover .date span{color: #fff;}
  .newlist2 li a:hover h3{color: #07458e;}
}
@media(max-width: 1024px){
  .newlist2 li .scale{width: 30%;}
  .newlist2 li .zh{width: 70%;padding-right: .3rem;}
  .newlist2 li a{height:auto;padding:.25rem .15rem}
  .newlist2 li a::before{left: .15rem;bottom: 20%;}
}
@media(max-width: 768px){
 .newlist2 li .date{width:100%;flex-direction:row;align-items:flex-end;margin-bottom:.15rem;border: navajowhite;justify-content: flex-start;height: auto;}
 .newlist2 li .con{padding-left:0;width:100%;}
 .newlist2 li .date span{margin-bottom:0;margin-right:.1rem;}
 .newlist2 li .scale{width: 40%;}
 .newlist2 li .zh{width: 60%;padding-right: .2rem;}
 .newlist2 li a::before{display:none;}
 .newlist2 li p{-webkit-line-clamp: 2;}
}
/* 校园风光 */

.xyfg ul{margin: 0 -0.18rem;}
.xyfg li{width: 33.3%;padding:0 0.18rem;margin-bottom: 0.5rem;}
.xyfg li a{display: block;position: relative;z-index: 1;}

.xyfg li h3{font-size: 0.16rem;color: #000;line-height: 0.5rem;text-align: center;height: 0.55rem;transition: 0.5s;border-radius: 0.25rem 0 0.25rem 0;text-align: center;background: #dfe3e7;margin: -.2rem auto 0;width: 90%;line-height: 0.55rem;z-index: 10;position: relative;}
.xyfg li .scale .imged{padding-bottom:60%;}


@media(min-width: 1025px){	
	.xyfg li a:hover h3{color: #fff;font-weight: bold;background: #07458e;}
}
@media(max-width: 1024px){	

	.xyfg ul{margin: 0 -0.1rem;}
	.xyfg li{padding: 0 0.1rem;margin-bottom: 0.3rem;}
	.xyfg li a::after{left: 0;right: 0;}
	.xyfg li h3{height: 0.4rem;line-height: 0.4rem;}
}

@media(max-width: 768px){	
	.xyfg li{width: 50%;}
}
@media(max-width: 456px){	
	
}
/* content */
.new-cont h2{color: #07458e;font-size: 0.24rem;line-height: 0.36rem;text-align: center;}
.cont-tit{margin: 0.2rem 0 ;padding-bottom: 0.1rem;border-bottom: 1px solid #e5e5e5;display: flex;justify-content: center;flex-wrap: wrap;align-items: center;}
.cont-tit span{font-size: 0.16rem;color: #666666;align-items: center;margin: 0 0.3rem 0 0;line-height: 0.3rem;}
.article{padding-bottom: 0.5rem;}
.article p{font-size: 0.18rem !important;color: #333 !important;line-height: 0.36rem !important;margin-bottom: 0.1rem;text-align: justify;}
.article p span{font-size: 0.18rem !important;color: #333 !important;line-height: 0.36rem !important;}

.article p img,.article video{height: auto !important;margin:0 auto;display:block;max-width:100%;}

.pages{padding-top: 0.3rem;border-top: 1px solid #d6d0d0;}
.pages p{/* margin-bottom: 0.1rem; */font-size: 0.16rem;color: #333;line-height: 0.32rem;transition: 0.5s;}
.pages p a{color: #333;transition: 0.5s;padding-left: 0.1rem;transition: 0.5s;}

.cont-li1{margin: 35px 0;}
.cont-lm{margin-bottom: 30px;padding-left: 40px;}
.cont-lm::after{width: 100%;height: 1px;bottom: 50%;background: #07458e;}
.cont-lm span{display: inline-block;padding: 0 0.2rem;background: #fff;font-size: 0.26rem;color: #07458e;}

.cont-li1 dl{justify-content: space-between;}
.cont-li1 dt{width: 49%;margin-bottom: 0.3rem;}
.cont-li1 dt a{display: block;border: 1px solid #ddd;}
.cont-li1 dt h3{text-align: center;font-size: 0.16rem;color: #333;padding: 0.15rem 0;}
.cont-li2 a{align-items: center;padding: 0.15rem 0;}
.cont-li2 dt h3{width: calc(100% - 0.5rem);font-size: 0.16rem;color: #333;}
.cont-li2 dt p{font-size: 0.15rem;color: #999;width: 0.5rem;}





@media screen and (max-width: 1024px) {
.new-cont{width: 100%;padding-top: 0rem;}
.cont-tit span{margin-right:0.2rem;}
.new-cont h2{font-size:0.24rem;}
.cont-tit{margin:0.15rem 0 0.1rem;}
.article{padding-bottom: .25rem;}
}
/* 领导页 */
.ldy li{padding: .38rem .2rem;border-bottom: 1px solid #e0e0e0;}
.ldy li p{width: 3.85rem;font-size: 0.2rem;color: #000;line-height: 0.23rem;padding-right: .3rem;}
.ldy li .span{width: calc(100% - 3.85rem);padding-left: .4rem;position: relative;font-size: 0.2rem;color: #000;line-height: 0.23rem ;}
.ldy li .span::after{content: "";position: absolute;width: 1px;height: auto;background: #e0e0e0;left: 0;top: -.1rem;bottom: -.1rem;}


@media(min-width: 1025px){	
	
}
@media(max-width: 1024px){	
	
}

@media(max-width: 768px){	
	
}
@media(max-width: 456px){	
	.ldy li{padding: .15rem 0;}
	.ldy li p{width: 70%;padding-right: .15rem;}
	.ldy li .span{width: 30%;padding-left: .15rem;}
}
/* 组织亚博 */
.zzjg{background: #f5f7f6;padding: .2rem 0;}
.zzjg ul{justify-content: space-between;}
.zzjg li{width: 48%;margin-bottom: .2rem;}
.zzjg li a{display: flex;border-radius: 0.05rem;color: #000;font-size: 0.18rem;height: 0.68rem;align-items: center;padding-left: .3rem;overflow: hidden;border: 1px solid #e9e9e9;border-left: none;background: #fff;}
.zzjg li a::after{width: 100%;border-left: 0.03rem solid #07458e;}
.zzxq h3{text-align: center;font-size: 0.24rem;color: #000;padding-bottom: .2rem;margin-bottom: .3rem;border-bottom: 0.02rem solid #e0e0e0;line-height: 1.5;}
@media(min-width: 1025px){	
	.zzjg li a:hover{color: #07458e;background: none;border: 1px solid #07458e;border-left: none;}
	.zzjg li a:hover::after{width: 0.03rem;}
}
@media(max-width: 1024px){	
	.zzjg li{width: 49%;margin-bottom: .2rem;}
}

@media(max-width: 768px){	
	
}
@media(max-width: 456px){	
	.zzjg li{width: 100%;margin-bottom: .2rem;}
}

/* 师资队伍 */
.jsml2  ul{justify-content: space-between;}
.jsml2  li{width: 48%;margin-bottom: .5rem;}
.jsml2  li *{transition: 0.5s;}
.jsml2  li a{align-items: center;}
.jsml2  li .scale{width: 1.85rem;}
.jsml2  li .con{width: calc(100% - 1.85rem);padding-left: .3rem;}
.jsml2  li .imged{padding-bottom: 135%;}
.jsml2  li .h3{padding-bottom: .15rem;border-bottom: 1px solid #e6e6e6;margin-bottom: .1rem;}
.jsml2  li h3{font-size: 0.26rem;color: #333;line-height: 1.5;margin-bottom: .15rem;}
.jsml2  li p{font-size: 0.16rem;color: #666;line-height: 0.33rem;}
.jsml2  li .more{text-align: right;font-size: 0.14rem;color: #07458e;justify-content: space-between;align-items: center;margin-top: .2rem;}
.jsml2  li .more img{width: 0.83rem;height: 0.83rem;}
@media(min-width: 1024px){
  .jsml2  li a:hover h3{color: #07458e;}
  .jsml2  li a:hover p{color: #07458e;opacity: .8;}
  .jsml2  li a:hover .h3{border-bottom: 1px solid #07458e;}
}
@media(max-width: 1024px){
  .jsml2  li{width: 49%;margin-bottom: .3rem;}
}
@media(max-width: 768px){
  .jsml2  li{width: 100%;}
}

/* 简介页 */
.jjy p{text-indent: 2em;margin-bottom:.15rem;}
.jjy .fl02{margin-top: 0.4rem;position: relative;} 
.jjy .fl02 li {position: relative;transform: scale(1,.7);transition:0.5s;}
.jjy .fl02 li .imged::after {background: rgba(0, 0, 0, 0.5); z-index: 2;
width: 100%;height: 100%;}
.jjy .fl02 .swiper-slide-active{transform: scale(1.3,1);z-index:10;}
.jjy .fl02 li.swiper-slide-active .imged::after { background: none;}
.jjy .fl02 li.swiper-slide-active{border: 1px solid #07458e;}
.jjy .fl02 .arror{bottom: 0.2rem;top: auto;margin-top: 0;background: url("/images/jj-p1.png") no-repeat;background-size: 100% !important;width: 0.19rem;height: 0.13rem;transition: 0.5s;left: 15%;}
.jjy .fl02 .swiper-button-next {transform: rotateY(180deg);left: auto;right: 15%;}
.jjy .fl02 .arror::after{ display: none; }
.jjy .fl02 .arror:hover{background: url("/images/jj-p2.png") no-repeat;}

@media(max-width: 768px){
	.jjy .fl02{margin-top: 0rem;padding: 0 0.3rem;}
	.jjy .fl02 .swiper-slide-active{transform: scale(1,1);z-index:10;}
	.jjy .fl02 li {position: relative;transform: scale(1,1);}
	.jjy .fl02 .arror{bottom: auto;top: 50%;transform: translateY(-50%);left: 0;}
	.jjy .fl02 .swiper-button-next{left: auto;right: 0;transform: rotateY(180deg) translateY(-50%);}
}
/* 历史沿革 */
.lsy img{width: 100%;    margin: 0 auto;
    display: block;}
.lsy video{
margin: 0 auto;
    display: block;
    max-width: 100%;
}
/* 历任领导 */
.lrld h2{height: 0.55rem;background: #eff3f8;width: 95%;margin: 0 auto;align-items: center;padding: 0 .35rem 0 .55rem;font-size: 0.24rem;color: #07458e;font-weight: bold;}
.lrld h2 img{display: inline-block;width: 0.14rem;margin-right: 0.1rem;}
.lrld ul{margin: 0 0rem .3rem;border: 1px solid #d8dfe8;background: url(/images/ldbg.jpg) no-repeat right #fff;
background-size: 100%;box-shadow: 0px 9px 0.29rem 0px rgba(0, 0, 0, 0.07);padding: .3rem .25rem .1rem;}
.lrld li{width: 25%;padding: 0 0.35rem;margin-bottom: 0.3rem;}
.lrld li a{width: 100%;display: block;}

.lrld li .con{padding-top: 0.15rem;text-align: center;}
.lrld li h3{font-size: 0.18rem;color: #333;line-height: 0.28rem;transition: 0.5s;font-weight: bold;}
.lrld li p{font-size: 0.16rem;color: #333;line-height: 1.5;}
.lrld li .imged{padding-bottom: 138%;}



@media(min-width: 1025px){	
	.lrld li a:hover::after{height: 100%;}
    .lrld li a:hover h3{color: #07458e;}
}
@media(max-width: 1024px){	
 .lrld ul{margin: 0 0rem .3rem;padding-bottom: 0;}
 .lrld li{width: 25%;padding: 0 0.1rem;margin-bottom: 0.3rem;}
 .lmmc{font-size: 0.18rem;}
}
@media(max-width: 768px){	
   .lrld li{width: 33.3%;}
}
@media(max-width: 500px){
   .lrld li{width: 50%;}
}
/* 现任领导 */
.xrld li{margin-bottom: 0.35rem;border: 1px solid #d8dfe8;}
.xrld li a{	box-shadow: 0px 9px 0.29rem 0px rgba(0, 0, 0, 0.07);align-items: center;padding: 0.2rem 0.3rem 0.2rem 0;}

.xrld li a::after{width: 2.1rem;background: #eff3f8;}
.xrld li h2{width: 2rem;font-size: 0.2rem;color: #07458e;font-weight: bold;text-align: center;}
.xrld li .scale{width: 1.3rem;}
.xrld li .con{width: calc(100% - 3.3rem);padding-left: .35rem;align-items: center;justify-content: space-between;}
.xrld li .con-l{width: calc(100% - 0.9rem);}
.xrld li .p{width: 0.9rem;}
.xrld li h3{font-size: 0.18rem;color: #333;font-weight: bold;padding-bottom: 0.1rem;margin-bottom: 0.15rem;}
.xrld li h3::after{width: 0.2rem;height: 0.02rem;background: #07458e;}
.xrld li p{font-size: 0.14rem;color: #333;line-height: 0.26rem;margin-bottom: 0.05rem;}
.xrld li .p span{text-align: center;display: inline-block;color: #07458e;font-size: 0.14rem;padding-bottom: 0.15rem;width: 100%;}
.xrld li .p span::after{width: 100%;height: 0.1rem;background: url(/images/xq3.png) no-repeat;}

.xrld li .imged{padding-bottom: 140%;}


@media(max-width: 768px){	
    .xrld li a{padding:.2rem;}
    .xrld li a:after{width:1.5rem;}
	.xrld li h2{width: 100%;margin-bottom: .2rem;}
	.xrld li .con-l{width: 100%;}
	.xrld li .p{display: none;}
	.xrld li .con{width: calc(100% - 1.3rem);}
}
/* 二级新人注册送38元白菜日本 */
.ejxy .er-li{margin-bottom: 0.35rem;}
.ejxy .er-li h3{align-items: center;font-size: 0.2rem;color: #07458e;font-weight: bold;}
.ejxy .er-li h3 img{display: inline-block;margin-right: 0.1rem;width: 0.14rem;}
.ejxy .er-li ul{padding:.3rem .3rem .1rem;}
.ejxy .er-li ul::before{content: "";position: absolute;width: 100%;height: 100%;background: #eff3f8;left: 0;bottom: 0;z-index: -1;}
.ejxy .er-li ul::after{width: auto;height: auto;left: 0.05rem;right: 0;top: 0;bottom: 0.05rem;background: #fff;}
.ejxy .er-li li{width: 50%;margin-bottom: 0.2rem;font-size: 0.16rem;color: #333;}
.ejxy .er-li li a{display: block;padding-left: 0.15rem;transition: 0.5s;}
.ejxy .er-li li a::after{width: 0.04rem;height: 0.04rem;background: #07458e;border-radius: 50%;bottom: auto;top: 50%;transform: translateY(-50%);}

@media(min-width: 1025px){	
	.ejxy .er-li li a:hover{color: #07458e;}
}

@media(max-width: 768px){	
	.ejxy .er-li ul{padding:.2rem .2rem .1rem;}
}
/* 人才队伍 */
.rcd .rc-li{margin-bottom: 0.35rem;}
.rcd .rc-li .p{align-items: center;justify-content: space-between;padding: 0 0 0 .35rem;background: #eff3f8;border-radius: 0 0.25rem 0 0;overflow: hidden;}
.rcd .rc-li .p h3{padding-left: 0.45rem;font-size: 0.2rem;color: #07458e;background: url(/images/p-i1.png) no-repeat left center;background-size: 0.22rem !important;}
.rcd .rc-li .p.on h3{color: #fff;font-weight: bold;background: url(/images/p-i2.png) no-repeat left center;}
.rcd .rc-li .p .img{width: 0.6rem;height: 0.6rem;border-radius: 0 0.25rem 0 0.25rem;background: #d5e3f5;display: flex;align-items: center;justify-content: center;}
.rcd .rc-li .p.on .img{background: #9cc1eb;}
.rcd .rc-li .p.on{background: #07458e;}
.rcd .rc-li .p.on img{transform: rotateX(180deg);}
.rcd .rc-li .tab{display: none;padding: .3rem .2rem .1rem;background: #fff;border: 1px solid #ddd;box-shadow: 0px 9px 29px 0px rgba(0, 0, 0, 0.07);}

.rcd .rc-li .tab li{width: 20%;padding: 0 0.2rem;margin-bottom: 0.25rem;}
.rcd .rc-li .tab li a{display: block;height: 0.5rem;border-radius: 0.25rem;overflow: hidden;line-height: 0.5rem;text-align: center;font-size: 0.16rem;color: #07458e;transition: 0.5s;}
.rcd .rc-li .tab li a::after{width: 100%;background: url(/images/rc1.png) no-repeat;background-size: 100% 100%!important;}


@media(min-width: 1025px){	
	.rcd .rc-li .tab li a:hover::after{background: url(/images/rc2.png) no-repeat;}
	.rcd .rc-li .tab li a:hover{font-weight: bold;font-size: 0.18rem;}
}

@media(max-width: 768px){	
	.rcd .rc-li .tab li{width: 33.3%;padding: 0 .1rem;}
}

/* 三级导航 */
.san-nav{width: 100%;margin-top: .3rem;display: none;}
.san-nav ul{display: flex;justify-content: center;align-items: flex-end;background: #f7f7f7;flex-wrap: wrap;}
.san-nav li{/* height: 0.8rem; */display: flex;align-items: flex-end;padding:0 .3rem;}
.san-nav a{display: inline-block;/* margin: 0 0.4rem; */font-size: 0.16rem;color: #a9a9a9;display: flex;align-items: center;height: 0.5rem;}
.san-nav a::after{height: 0.02rem;left: 0;background: rgba(0,0,0,0);width:100%}
.san-nav a.on::after{background: #07458e;}
.san-nav a:hover,.san-nav a.on{color: #07458e;}


/*====翻页====*/
.j_pages{display: flex;justify-content: center;margin-top: 0.4rem;flex-wrap: wrap;}
.j_pages .box{display: flex;padding: 0;font-size: 0;align-items: center;flex-wrap: wrap;}
.j_pages a{padding: 0px 0.13rem;height: 0.34rem;line-height: 0.34rem;display:inline-block;margin: 0 3px 0.1rem;color: #919191;font-size: 0.14rem;transition:all .3s;border-radius: .04rem;border:1px solid #ccc;}
.j_pages a font{ padding:0 0.1rem}
.j_pages .on{background: #07458e;color: #fff;border:none;}
.j_pages a:hover{background: #07458e;color:#fff!important;}
.j_pages span{color:#919191; height: 0.34rem;line-height: 0.34rem;display:inline-block; font-size:0.14rem;}
.j_pages input{color:#919191;padding: 0px 0.16rem;height: 0.4rem;line-height: 0.4rem;display:inline-block;font-size:0.14rem;background:#f6f6f6;border:none;cursor:pointer;border-radius: 0;transition: 0.6s;}
.j_pages input[type="text"]{ width:0.4rem; padding:0; text-align:center}
.j_pages input[type="submit"]:hover{ background: #07458e; color:#fff}



/* public */
@media(max-width: 1200px){
	.lm_top .lm::after{width: calc(15px + 100%);}

}
@media(max-width: 1024px){
	
	.inner_left,.lm_top{display: none;}
	.inner_right{width: 100%;padding-left: 0;}
	.wrap_ph{display: block;}
	.inner{padding:.4rem 0;}
	.page{margin:.25rem 0 0;}
	.san-nav{display: block;}
}
@media(max-width: 768px){
	.txt1 { font-size: 0.2rem !important; }
	.p1 {line-height: 0.26rem !important;font-size: 0.16rem !important;}
}