@charset "utf-8";
/* common */
.header_box{position: absolute;}
.ban{position: relative;}
.ban .imged {padding-bottom: 28%;}
.ban .imged::after{width: 100%;height: 100%;background: url(../images/headbg.png) no-repeat;background-size: 100% 100%;bottom: auto;top: 0;}
.ban .ban-jj{background: rgba(255,255,255,.3);padding: 0.1rem;border-radius: 0.05rem;left: 50%;top: 50%;transform: translate(-50%,-50%);opacity: 1;visibility: visible;width: 40%;bottom: auto;position: absolute;}
.ban .ban-jj:before{display:none;}
.ban-jj .ban-ss{margin-bottom:0;/* border-radius: 0.05rem; *//* background: #fff; */height: 0.6rem;padding: 0;justify-content: space-between;border: none;}
.ban-jj .ban-ss .input{width: calc(100% - 1.4rem);padding: 0 .2rem;font-size: 0.16rem;color: #818589;background: #fff;border-radius: .08rem;}
.ban-jj .ban-ss .input::placeholder{color:#666;}
.ban-jj .ban-ss .btn{
  width: 1.3rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #266aba;
  border: none;
  border-radius: .08rem;
  padding: 0 .2rem;
}
.ban-jj .ban-ss .btn input{background: url(../images/ser.png) no-repeat left;color: #fff;font-size: 0.16rem;padding-left: .32rem;background-size: .24rem;cursor: pointer;}
.footer{display: block;}


.inner {padding: 0.7rem 0 .75rem;position: relative;background: url(../images/innbg.jpg) no-repeat bottom ;background-size: 100%;}
/* 手机内页二级导航 */
.wrap_ph{padding-bottom: 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: #0f58b1;}
.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;}
.wrap_ph li a{transition:0.5s;display: block;color: #333;}
.wrap_ph li.active a{color: #0f58b1;}

/* 学院列表 */
.lmc{margin-bottom: .35rem;}
.lmc h3{color: #0f58b1;font-weight: bold;font-size: 0.28rem;padding-bottom: 0.35rem;text-align: center;text-transform: uppercase;}
.lmc ul{justify-content: center;}
.lmc ul li{height: 0.6rem;line-height: 0.6rem;width: 1.65rem;text-align: center;font-size: 0.2rem;background: #eaf1fa;color: #0f58b1;margin-right: 5px;}
.lmc ul li.on{background: #0f58b1;color: #fff;}
.home3-t{margin-bottom: 0.3rem;}
.home3-t ul{margin: 0 -0.1rem;}
.home3-t li{width: 33.3%;padding: 0 0.1rem;margin-bottom: 0.25rem;}

.home3-t li .a{height: 0.6rem;align-items: center;padding: 0 .25rem;background: #eaf1fa;overflow: hidden;}
.home3-t li .a::after{background: #0f58b1;}
.home3-t li h3{font-size: 0.16rem;color: #333;line-height: 1.4;transition: 0.5s;}
.home3-t li h3 span{display: inline-block;color: #0f58b1;transition: 0.5s;}
.common{/* padding-top: 0.3rem; *//* border-top: 1px solid #0f58b1; */}
.common dl{justify-content: center;margin-bottom: 0.5rem;}
.common dl dt{/* font-size: 0.2rem; *//* color: #666; *//* padding: 0 0.2rem; */}

.common dl dt a::after{/* width: 0.56rem; *//* height: 0.07rem; *//* background: url(../images/nav-on.png) no-repeat; *//* background-size: 100% 100%; *//* top: 100%; *//* bottom: auto; *//* left: 50%; *//* transform: translateX(-50%); *//* opacity: 0; */}
.common dl dt.on{/* color: #0f58b1; */}
.common dl dt.on a::after{opacity: 1;}
.szld.yd { display: none;}


@media screen and (min-width: 1024px) {
  .home3-t li .a:hover::after{width: 100%;}
  .home3-t li .a:hover h3{color: #fff;}
  .home3-t li .a:hover h3 span{color: #94c4ff;}

}

@media screen and (max-width: 1024px) {
  .home3-t li{width: 50%;}
	.szld.yd { display: block;}
	.szld.pc { display: none;}
.ll.pc { display: none;}
}
@media screen and (max-width: 768px) {
  .home3-t li{width: 100%;}
  .lmc ul li{width:1.4rem;}
}
@media screen and (max-width: 480px) {
  
}




/* 关于主页 */
.guzy .fl01{margin-bottom: .5rem;align-items: center;}
.guzy img{width: 100%;}
.guzy .fl01 .left{width: 45%;padding: 0 0 0.25rem 0.25rem;}
.guzy .fl01 .right{width: 55%;position: relative;z-index: 2;padding-left: 0.4rem;}
.guzy .cont p{font-size: 0.2rem !important;color: #333 !important;line-height: 0.42rem !important;}
.guzy .cont p span{font-size: 0.2rem !important;color: #333 !important;line-height: 0.42rem !important;}
.guzy .fl01 .left::after{width: 2.5rem;height: 2.8rem;background: rgba(15,88,177,.4);}


@media screen and (max-width: 768px) {
  .guzy .fl01{margin-bottom: .3rem;}
  .guzy .fl01 .left{width: 100%;}
  .guzy .fl01 .right{width: 100%;margin: .25rem 0 0 0;padding: 0;}
}
/* 教师检索 */
.jsy .select{justify-content: space-between;}
.jsy .sele1{width: 48%;display: flex;align-items: center;font-size: 0.2rem;color: #0f58b1;margin-bottom: 0.3rem;}



.jsy .sele1 select{appearance: none;-moz-appearance: none;-webkit-appearance:none;}
.jsy .sele1 span{width: .9rem;display: inline-block;}
.jsy .sele1 .select{border: 1px solid #ddd;height: 0.4rem;line-height: 0.4rem;font-size: 0.16rem;color: #666;width: calc(100% - .9rem);position: relative;}
.jsy .sele1 .select h2{font-size: 0.16rem;height: 0.4rem;align-items: center;justify-content: space-between;padding: 0 .15rem;}
.jsy .sele1 .select h2 p{color: #666;width: calc(100% - .11rem);white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.jsy .sele1 .select h2 img{width:.11rem;}
.jsy .sele1 .select ul{background: #dce6f1;height: 2rem;position: absolute;width: auto;left: 0;right: 0;padding: .15rem 0rem;border-top: 1px solid #eee;z-index: 500000;top: 101%;display: none;overflow-y: auto;}
.jsy .sele1 .select li{font-size: 0.16rem;line-height: 0.32rem;color: #333;transition:0.5s;padding: 0 .15rem;}
.jsy .sele1 .select li:hover{background:#0f58b1;color:#fff;cursor: pointer;}
.jsy .sele1 select option{width:100%;}
.jsy .sele2{align-items: center;padding: 0.25rem 0;border-top: 1px solid #0f58b1;}
.jsy .sele2 h3{width: .55rem;font-size: 0.18rem;color: #0f58b1;white-space: nowrap;}
.jsy .sele2 ul{width: calc(100% - 1rem);display: flex;flex-wrap: wrap;}
.jsy .sele2 ul li{font-size: 0.18rem;color: #222;line-height: 0.36rem;margin-right: 0.1rem;padding: 0 0.1rem;transition: 0.5s;cursor: pointer;border-radius: 0.04rem;}
.jsy .sele2 ul li.on,.sele2 ul li:hover{background: #0f58b1;color: #fff;}

.jsy .sele3{justify-content: space-between;padding: 0.25rem 0;border-top: 1px solid #0f58b1;border-bottom: 1px solid #0f58b1;margin-bottom: 0.5rem;overflow: hidden;}

.jsy .sele3-l{display: flex;align-items: center;font-size: 0.2rem;color: #0f58b1;padding-right: 0.3rem;margin-bottom: 0.3rem;}
.jsy .sele3-l input{border: 1px solid #b5c7db;height: 0.4rem;line-height: 0.4rem;font-size: 0.16rem;color: #666;margin-left: 0.2rem;padding: 0 0.1rem;width: 4rem;}
.jsy .sele3 button{height: 0.4rem;line-height: 0.4rem;color: #fff;padding: 0 0.3rem;margin-left: 0.15rem;cursor: pointer;font-size: 0.2rem;background: #0f58b1;}


.szld h5{color: #0f58b1;font-size: 0.2rem;margin-bottom: 0.25rem;}
.szld ul{margin: 0 -0.2rem;}
.szld li{width: 50%;padding: 0 0.2rem;margin-bottom: 0.35rem;}
.szld li a{background: #eaf1fa;height: 2.3rem;padding: 0rem .35rem 0rem;border-radius: 0.08rem;align-items: center;overflow: hidden;}
.szld li a::after{background: url(../images/sgbg.jpg) no-repeat right #0f58b1;background-size: 100%;}


.szld li .pic{padding: .1rem;width: 1.68rem;background: rgba(15,88,177,.5);border-radius: 50%;}
.szld li .con{width: calc(100% - 1.7rem);padding-left: 0.4rem;}
.szld li .scale{border-radius: 50%;}
.szld li .imged{padding-bottom: 100%;border-radius: 50%;}
.szld li .pic::after{width: auto;height: auto;top: -0.1rem;right: -0.1rem;background: #0f58b1;bottom: -0.1rem;left: -0.1rem;opacity: .14;border-radius: 50%;}
.szld li *{transition: 0.5s;}
.szld li h3{font-size: 0.22rem;color: #333;line-height: 1.6;margin-bottom: 0.2rem;transition:0.5s;padding-bottom: 0.2rem;}
.szld li h3::after{width: 0.34rem;height: 0.02rem;background: #0f58b1;}
.szld li h4{font-size: 0.16rem;color: #0f58b1;line-height: 0.25rem;max-height: .5rem;overflow: hidden;}
.szld li p{font-size: 0.16rem;color: #333;line-height: 0.25rem;max-height: 0.5rem;}










@media screen and (min-width: 1024px) {
  .szld li a:hover h3,.szld li a:hover h4,.szld li a:hover p{color:#fff;}
  .szld li a:hover h3::after{background: #fff;}
  .szld li a:hover:after{width:100%;}
  .szld li a:hover .pic{background:#85aad7}
  .szld li a:hover .pic:after{
    background: #fff;
}
}

@media screen and (max-width: 1024px) {
	.szld ul{margin: 0 -0.1rem;}
     .szld li{padding:0 .1rem;}
}
@media screen and (max-width: 768px) {
  .szld li{width:100%;padding:0 .1rem;}
  .szld li a{padding: 0rem .1rem 0 0.2rem;}
  .jsy .sele3{margin:.3rem 0;}
  .szld li h3{font-size: 0.22rem;color: #333;line-height: 1.6;margin-bottom: 0.1rem;transition:0.5s;padding-bottom: 0.1rem;}
	.jsy .sele1{width:100%;}
	.jsy .sele3{justify-content: flex-start;}
	.jsy .sele3-l{width:100%;}
}
@media screen and (max-width: 480px) {
}
/* 杰出人才 */
.jc-li{margin-bottom: .4rem;}
.jc-li ul{margin: 0 -0.1rem;}
.jc-li li{padding: 0 0.1rem;margin-bottom: 0.25rem;}
.jc-li li a{display: flex;align-items: center;justify-content: center;color: #333;font-size: 0.18rem;line-height: 1.5;padding: 0.1rem .25rem;transition: 0.5s;border-radius: 0.23rem;background: #f2f2f2;overflow: hidden;}
.jc-li li a.on{color: #fff;
    background-color: #0f58b1;}
.jc-li li a::after{background: #0f58b1;left:0%;
 
}

@media screen and (min-width: 1024px) {
  .jc-li li a:hover{color: #fff;}
  .jc-li li a:hover::after{width: 100%;}
}

@media screen and (max-width: 1024px) {
  .jc-li{margin-bottom: .3rem;}
}
@media screen and (max-width: 768px) {
  
}
@media screen and (max-width: 480px) {
 
}

/* 科创导师 */
.kcd ul{margin: 0 -0.15rem;}
.kcd li{width: 50%;padding: 0 0.15rem;margin-bottom: 0.45rem;}
.kcd li a{border: 1px solid #bbcbdc;background: url(../images/ysbg.png) no-repeat right bottom #fff;background-size: 1.17rem;padding: 0.25rem;height: 2.5rem;}
.kcd li .scale{width: 1.6rem;}
.kcd li .con{width: calc(100% - 1.6rem);padding-left: .3rem;}
.kcd li h3{font-size: 0.22rem;color: #111;margin-bottom: .2rem;transition: 0.5s;}
.kcd li span{display: block;font-size: 0.16rem;color: #1156a3;line-height: 1.8;}
.kcd li p{font-size: 0.16rem;color: #333;line-height: 1.5;margin-bottom: 0.1rem;}
.kcd li .imged{padding-bottom: 125%;}


@media screen and (min-width: 1024px) {
  .kcd li a:hover h3{color: #0f58b1;}
}
@media screen and (max-width: 1024px) {
  .kcd ul{margin: 0 -0.1rem;}
  .kcd li{padding: 0 0.1rem;margin-bottom: 0.3rem;}
}
@media screen and (max-width: 768px) {
.kcd li{width:100%;}
}

/* 硕博导师 */
.inner-l { width: 4rem; z-index: 10; position: relative;}
.inner-r { width: calc(100% - 4rem);padding-left: .4rem;}

.inner-l ul {background: #f5f5f5;padding: .2rem 0;}
.inner-l ul li {position: relative;}
.inner-l ul li::after{background: #0f58b1;}
.inner-l ul li>a{padding: .15rem .15rem;display: block;}
.inner-l ul li h3 {transition: 0.5s;position: relative;font-size: 0.16rem;color: #333;line-height: 1.5;padding: 0 .4rem 0 .15rem;}
.inner-l ul li h3::after{width: 0.36rem;height: 0.11rem;background: url(../images/jt.png) no-repeat;background-size: 100%;opacity: 0;left: auto;
right: 0;bottom: auto;top: 50%;transform:translateY(-50%);}
.inner-l ul li h3::before{content: "";position: absolute;width: 0.04rem;height: 0.04rem;border-radius: 50%;background: #0f58b1;left: 0;top: 50%;transform: translateY(-50%);}
.inner-l ul li:hover h3, .inner-l ul li.on h3 {color: #fff;}
.inner-l ul li.on h3::after,.inner-l ul li:hover h3::after{opacity: 1;}
.inner-l ul li.on h3::before,.inner-l ul li:hover h3::before{background: #fff;}
.inner-l ul li:hover::after,.inner-l ul li.on::after{width: 100%;}
 
.sbds{width: 100%;margin-bottom: 0.3rem;}
.sbds a{display: block;height: 0.6rem;text-align: center;line-height: 0.6rem;width: 50%;background: #bfd3e7;font-size: 0.2rem;color: #333;background: #eaf1fa;}
.sbds a.on{color: #fff;background: #0f58b1;}
.sbd li{width: 33.3%;text-align: center;}
.sbd li a{height:4.4rem;flex-direction: column;align-items: center;justify-content: center;}
.sbd li a:after{width:100%;height:0;}
.sbd li .con{width: 100%;padding-left: 0;margin-top: 0.25rem;}
.sbd li h3{text-align: center;}
.sbd li h3::after{left: 50%;transform: translateX(-50%);}


@media screen and (min-width: 1024px) {
  .sbd li a:hover:after{height:100%;}
}
@media screen and (max-width: 768px) {
  .sbd li{width: 33.3%;}
  .sbd li a{padding: .2rem .2rem 0;}
}
@media screen and (max-width: 600px) {
  .sbd li{width: 50%;}
}

/* 学科索引 */
.xks{margin-bottom: 1rem;}
.xks li{margin-bottom: 0.1rem;}
.xks li h3{height: 0.6rem;background: #0f58b1;justify-content: space-between;align-items: center;padding: 0 0.35rem;}
.xks li h3 a{font-size: 0.2rem;color: #fff;line-height: 1.4;text-transform: uppercase;}
.xks li h3 span{width: 0.08rem;height: 0.1rem;transition: 0.5s;}
.xks li h3.on span{transform: rotate(90deg);}
.xks li .box{background: #eaf1fa;padding: 0.35rem .2rem;display: block;}
.xks li dt{width: 33.3%;padding: 0 0.1rem;font-size: 0.16rem;color: #333;line-height: 1.5;margin-bottom: 0.2rem;transition: 0.5s;}
.xks li dt a{display: inline-block;padding-left: 0.15rem;}
.xks li dt a::after{width: 0.04rem;height: 0.04rem;background: #0f58b1;border-radius: 50%;bottom: auto;top: .1rem;}



@media screen and (min-width: 1024px) {
  .xks li dt:hover{color: #0f58b1;}
}
@media screen and (max-width: 1024px) {
  .sy-li li{width: 25%;padding: .1rem;}
}
@media screen and (max-width: 768px) {
  .sy-li li{width: 33.3%;}
  .xks{margin-bottom: 0.3rem;}
}
@media screen and (max-width: 600px) {
  .sy-li li{width: 50%;}
}




/* 团队中心 */
.tdbg{background: none;}
.tdbg::before{content: "";position: absolute;width: 31.25%;height: 8.47rem;background: url(../images/inn-l.png) no-repeat;background-size: 100%;left: 0;top: 0;z-index: -1;}
.tdbg::after{width: 100%;height: 14.12rem;background: url(../images/innbg2.png) no-repeat bottom;background-size: 100%;}
.inner-l dt{margin-bottom:0.45rem ;}
.inner-l dt a{height: 0.77rem;align-items: center;padding: 0 .1rem 0 0.35rem;background: #FFFFFF;box-shadow: 0rem 0.04rem 0.1rem 0rem rgba(0, 0, 0, 0.16);border-radius: 0.1rem;align-items: center;}
.inner-l dt a::after{width: auto;height: auto;left: 0.05rem;top: 0.05rem;right: 0.05rem;bottom: 0.05rem;background: url(../images/td-t1.png) no-repeat;background-size: 100% 100% !important;}
.inner-l dt span{width: 0.33rem;height: 0.3rem;display: flex;align-items: end;justify-content: center;}
.inner-l dt p{flex: 1;min-width: 0;padding-left: 0.1rem;color: #999;font-size: 0.22rem;
font-weight: 500;}
.inner-l dt .img2{display: none;}
.inner-l dt.on .img2,.inner-l dt:hover .img2{display: block;}
.inner-l dt.on .img1,.inner-l dt:hover .img1{display: none;}
.inner-l dt.on a,.inner-l dt:hover a{background: #05468C;}
.inner-l dt.on a::after,.inner-l dt:hover a::after{background: url(../images/td-t1.png) no-repeat;}
.inner-l dt.on p,.inner-l dt:hover p{color: #fff;}
.tdbg2{padding: .6rem 0.4rem 0.3rem;}
.tdbg2::after{width: 100%;bottom: auto;top: -.5rem;background: url(../images/tdbg.png) no-repeat top;background-size: 100%;}
.tdbg2 li *{transition: 0.5s;    background-size: contain !important;}
.tdbg2 li{margin-bottom: 0.84rem;}
.tdbg2 li a{padding: 0.22rem 0.29rem;background: #FFFFFF;align-items: center;
border-radius: 5px;}
.tdbg2 li a::before{content: "";position: absolute;left: 0.06rem;top: 0.06rem;right: 0.06rem;bottom: 0.06rem;border-radius: 0.03rem;border: 0.5px solid rgba(22, 109, 203, 0.27);z-index: -1;}
.tdbg2 li a::after{width: 16.23%;height: auto;top: 0.34rem;left: auto;right: 0.63rem;background: url(../images/tbg.png) no-repeat bottom;background-size: 100% 100%;}
.tdbg2 li .scale{width: 3.36rem;}
.tdbg2 li .con{flex: 1;min-width: 0;padding-left: 0.4rem;}
.tdbg2 li h3{font-size: 0.22rem;font-weight: 500;line-height: 0.25rem;color: #00356C;margin-bottom: 0.3rem;}
.tdbg2 li p{font-size: 0.16rem;line-height: 0.28rem;color: #696969;}



@media screen and (min-width: 1025px) {
  .inner-l dl{width: 2.4rem;}
  .tdbg2 li a:hover{background: #05468C;box-shadow: 0rem 0.04rem 0.1rem 0rem rgba(0, 0, 0, 0.38);}
  .tdbg2 li a:hover::before{background: url(../images/td-bg.png) no-repeat;background-size: 100% 100%;}
  .tdbg2 li a:hover h3{color: #fff;}
  .tdbg2 li a:hover p{color: #fff;}
  .tdbg{padding-bottom:4.4rem;}

}
@media screen and (max-width: 1024px) {
    .tdbg2 li{margin-bottom: 0.3rem;}
	.tdbg2{padding: .6rem 0.2rem 0.3rem !important;}
	.tdbg2::after{top:-.3rem;}
}
@media screen and (max-width: 768px) {
  .tdbg2 li .scale{width: 3rem;}
	.tdbg2 li h3{margin-bottom:.1rem;}
}
@media screen and (max-width: 600px) {
    .tdbg2 li .scale{width: 100%;}
    .tdbg2 li .con{flex: none;width: 100%;margin-top: 0.2rem;padding-left: 0;}
	.tdbg2 li a::after{height:2rem;top: auto;right: .2rem;}
}




/* 翻页 */
.j_pages{margin: 0.3rem auto 0;text-align: center;}
.j_pages .box{display:inherit;width:100%;padding: 0;font-size: 0;}
.j_pages a{padding: 0px 0.16rem;height: 0.4rem;line-height: 0.4rem;display:inline-block;background: #fff;margin: 0 0.03rem;color: #919191;font-size: 0.14rem;box-sizing: border-box;-moz-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out;border-radius: 0.04rem;border: 1px solid #dadbdd;margin-bottom: .15rem;}
.j_pages a font{ padding:0 0.1rem}
.j_pages .on{background: #0f58b1;color: #fff;}
.j_pages a:hover{background: #0f58b1;color:#fff!important;}
.j_pages span{color:#919191; padding: 0px 0.1rem;height: 0.4rem;line-height: 0.4rem;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: #0f58b1; color:#fff}
.j_pages .qd{background: #0f58b1;color: #fff;border-radius: 0.05rem;height: 0.3rem;line-height: 0.3rem;}

@keyframes round_animate {
    to {
        transform: rotate(1turn);
       }
   }
/* 三级导航 */
.san-nav{width: 100%;background: #f8f8f8;/* margin-bottom: .3rem; */display: none;}
.san-nav ul{display: flex;justify-content: center;align-items: flex-end;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: #0f58b1;}
.san-nav a:hover,.san-nav a.on{color: #0f58b1;}



@media screen and (max-width: 1200px) {
    .ban .ban-jj{width:60%;}
}
@media screen and (max-width: 1024px) {
    .inner-l,.inner_right .lm_top .adress{display: none;}
	.inner-r{width: 100%;padding-left: 0;}
	.wrap_ph{display: block;/* background: #e2effa; */}
	.inner{padding: .4rem 0;min-height: 8rem;}
	.page{margin:.25rem 0 0;}
  .local{display: none;}
  .san-nav{display: block;}
}
@media screen and (max-width: 768px) {
  .ban .imged{padding-bottom: 32%;}
  .tbsc{overflow-x: auto;}
  .tbsc table{width: 700px;}
  .lmc h3{font-size: .26rem;padding-bottom: .1rem;}
	.ban .ban-jj{width:84%;}
}


/*分页*/

.pages table{width:auto !important; margin:auto;}
.pages tbody{
     border: none;
 }
.pages table td,.pages table td div {
    font-family: "微软雅黑" !important;
}

.pages .PrevDisabled,.pages .Next,.pages a.Prev,.pages .NextDisabled {
    border: 1px solid #d5d5d5!important;
    height: 25px !important;
    line-height: 25px !important;
    color: #606060 !important;
    padding: 0 10px !important;
    font-family: "微软雅黑" !important;
    vertical-align: middle;
   box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

.pages input[type="button"] {
    padding: 0 10px !important;
    height: 25px !important;
    ; line-height: 25px !important;
    background: #1a4f9b !important;
    color: #fff !important;
    border: 0 !important;
    vertical-align: top;
    box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

.pages input.defaultInputStyle {
    margin-left: 5px !important;
    margin-right: 5px !important;
    border: 1px solid #d5d5d5 !important;
    height: 25px !important;
    line-height: 25px !important;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 5px !important;
   box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

.defaultButtonStyle {
    FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#1a4f9b, EndColorStr=#1a4f9b)!important;
    CURSOR: pointer;
    line-height: 14px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#1a4f9b), to(#1a4f9b))!important;
    background: -moz-linear-gradient( top,#1a4f9b,#1a4f9b)!important;
    background: -ms-linear-gradient(top,#1a4f9b 0%,#1a4f9b 100%)!important;
   box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}



.more-btn{
    line-height: 36px;
    text-align: center;
    background: #0b3c72;
    color: #fff;
    border-radius: 10px;
}





.page {
	text-align: center;
	color: #606060;
}

.page>a {
	display: inline-block;
	border: 1px solid #d5d5d5;
	text-align: center;
	line-height: 25px;
	font-size: 0.16rem;
	text-align: center;
	color: #606060;
	margin: 5px;
	padding: 0 10px;
	cursor: pointer;
}

.page>a:hover {
	background: #15499A;
	color: #fff;
}


@media screen and (max-width: 1024px) {
    .yd_list{display:block;}
    .pc_list{display:none;}
}
@media screen and (max-width: 414px) {
    .page>a{
        padding:0 5px;
        margin:0;
    }
}

  

  