@charset "UTF-8";
input[type=text]::placeholder{
        color: #000;
      }
/* 通知搜索 */
.search>div{
    width: 2.5rem;
    height: 0.38rem;
    overflow: hidden;
    box-sizing: border-box;
    background: #ffffff;
}
.search .text {
    float: left;
    display: block;
    width: calc(100% - 0.48rem);
    outline: none;
    line-height: 0.38rem;
    height: 0.38rem;
    padding: 0 0.1rem;
    font-size: 0.16rem;
    margin: 0;
    background: transparent;
    color: #333333;
    box-sizing: border-box;
    border: none;
}
.search .submit {
    width: 0.48rem;
    height: 0.38rem;
    float: right;
    border: none;
    box-sizing: content-box;
    position:relative;
    background: url(../img/searchtz.png) no-repeat center;
}


.nyBanner{
  animation: 0.8s ease .3s 1 normal backwards running fadeInUp;
}
.nyBanner img{
  display: block;
  width: 100%;
  height: auto;
  min-height: 120px;
  object-fit: cover;
}
/*  */
main{
  padding: 0 0 2rem;
  position: relative;
  background: #F1F6FF;
  background-size: 100% auto;
}
.leftNav{
  width: 2.83rem;
  padding-bottom: 1.1rem;
  padding-left: 0.35rem;
  position: relative;
  border-radius: 0px 0.1rem 0px 0px;
  background: linear-gradient(180deg, #396EDB 0%, #1549B6 100%);
  animation: 0.8s ease .3s 1 normal backwards running fadeInLeft;
  box-sizing: border-box;
  position: relative;
  margin-top: -1rem;
  z-index: 9;
}
.leftNav::before{
  display: block;
  content: "";
  width: 100%;
  height: 1.1rem;
  background: url(../img/erNavBg.png) no-repeat center bottom;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  bottom: 0;
}
.leftNav .erLm {
  padding: 0.24rem 0;
}
.leftNav .erLm h2{
  font-family: Source Han Sans SC;
  font-size: 0.36rem;
  font-weight: 500;
  line-height: 0.52rem;
  letter-spacing: 0em;
  color: #FFFFFF;
}
.leftNav .erLm p.yw{
  font-family: Source Han Sans SC;
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 0.26rem;
  letter-spacing: 0em;
  color: #95B8FF;
  position: relative;
  padding-left: 0.25rem;
}
.leftNav .erLm p.yw::before{
  display: block;
  content: "";
  width: 0.16rem;
  height: 0.03rem;
  background: #95B8FF;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.leftNav .erLm p.xl{
  display:none;
}
.leftNav ul{
  position: relative;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 0.1rem 0.04rem 0 0.54rem;
  padding-bottom: 0.1rem;
}
.leftNav ul>li {
  height: auto;
  width: 100%;
  position: relative;
  padding: 0 0.12rem;
  z-index: 10;
  box-sizing: border-box;
}
.leftNav ul>li>a{
  display: block;
  font-family: Source Han Sans SC;
  font-size: 0.2rem;
  font-weight: 500;
  line-height: 0.26rem;
  letter-spacing: 0em;
  color: #333333;
  padding: 0.2rem 0;
  text-indent: 0.1rem;
  position: relative;
  border-bottom: 1px solid #E5E5E5;
}
.leftNav ul>li:last-of-type a{
  border-bottom: none;
}
.leftNav ul>li>a:hover{
  color: #427BEE;
}
.leftNav ul>li.hover>a{
  color: #427BEE;
  background: url(../img/moreIcon1.png) no-repeat right center;
}
.leftNav ul>li>a::before{
  display:none;
  content:"";
  width:100%;
  height:100%;
  background: linear-gradient(270deg, #EFF4FF 13%, rgba(186, 208, 253, 0) 81%);
  border-radius: 0.06rem;
  position:absolute;
  left: 0.15rem;
  top:0;
  z-index: -1;
}
.leftNav ul>li>a::after{
  display:none;
  content:"";
  width: 0.28rem;
  height:100%;
  background: linear-gradient(180deg, #265AC4 0%, #10337C 100%);
  border-radius: 0px 0.04rem 0.04rem 0px;
  position:absolute;
  right: -0.2rem;
  top:0;
  z-index: -2;
}
.leftNav ul>li::before{
  display: none;
  content: "";
  width: 0.04rem;
  height: 0.3rem;
  background: #427BEE;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.leftNav ul>li.hover::before{
  display: block;
}
.leftNav ul>li.hover>a::before,.leftNav ul>li.hover>a::after{
  display:block;
}
.rightCon{
  width: calc(100% - 2.83rem);
  padding-left: 1.14rem;
  box-sizing: border-box;
  animation: 0.8s ease .3s 1 normal backwards running fadeInRight;
  margin-top: 0.7rem;
}
.dqwz{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #CCCCCC;
  position: relative;
  padding-bottom: 0.1rem;
}
.dqwz h2{
  font-family: Source Han Sans SC;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.32rem;
  letter-spacing: 0em;
  color: #333333;
}
.dqwz p,.dqwz p a{
  font-family: Source Han Sans SC;
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 0.24rem;
  letter-spacing: 0em;
  color: #999999;
}
.dqwz a:last-of-type{
  color: #666666 
}
.dqwz p{padding-left: 0.34rem;background: url(../img/dqwzIcon.png) no-repeat left center;background-size: contain;}
.dqwz p a:hover{
  color: #427BEE;
}
.dqwz.wu{
  border-bottom: none;
}
/* 学院简介 */
.xyjj{
  margin-top: 0.2rem;
}
.xyjj .conSub img{
  display: block;
  /*width: auto;*/
  height: auto!important;
  margin: 0 auto 0.5rem;
  max-width: 100%;
  border:0px solid #fff !important;
}
.xyjj .conSub p,.xyjj .conSub span{
  font-family: Source Han Sans SC;
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 0.32rem;
  letter-spacing: 0em;
  color: #333333;
  text-align: justify;
}
.xyjj .conSub p{
  margin-bottom: 0.2rem;
}

/* 现任领导 */
.xrld {
  margin-top: 0.2rem;
}
.xrld li {
  margin-bottom: 0.4rem;
}
.xrld li:last-of-type{
  margin-bottom: 0;
}
.xrld li a{
  display: flex;
  background: #ffffff url(../img/xrldBg.png) no-repeat right bottom;
  padding: 0.18rem 0.15rem;
  box-sizing: border-box;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.xrld li a::before{
  display: block;
  content: "";
  width: 0.06rem;
  height: 100%;
  background: linear-gradient(180deg, #396EDB 0%, #1549B6 100%);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}
.xrld .img{
  width: 4.3rem;
  padding: 2.8rem 0 0;
}
.xrld .con{
  width: calc(100% - 4.3rem);
  padding-left: 0.45rem;
  box-sizing: border-box;
}
.xrld .con h1{
  font-family: Source Han Sans SC;
  font-size: 0.3rem;
  font-weight: 500;
  line-height: 0.4rem;
  letter-spacing: 0em;
  color: #333333;
}
.xrld .con h2{
  font-family: Source Han Sans SC;
  font-size: 0.22rem;
  font-weight: 500;
  line-height: 0.3rem;
  letter-spacing: 0em;
  color: #333333;
  margin: 0.2rem 0 0.4rem;
}
.xrld .con p{
  font-family: Source Han Sans SC;
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 0.3rem;
  letter-spacing: 0em;
  color: #666666;
}
.xrld .con p span{
  color: #333333 
}
.xrld li a:hover{
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
}
/* 校友风采 */
.xyfc {
  margin-top: 0.6rem;
}
.xyfc ul li{
  float: left;
  width: 31.84%;
  margin-right: 2.24%;
  margin-bottom: 0.5rem;
}
.xyfc ul li:nth-of-type(3n){
  margin-right: 0;
}
.xyfc ul li a{
  display: block;
  width: 100%;
  height: auto;
}
.xyfc ul li .img{
  width: 100%;
  padding: 75.2% 0 0;
}
.xyfc ul li p.tit{
  font-family: Source Han Sans SC;
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  color: #333333;
  margin-top: 0.18rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.xyfc ul li a:hover .tit{
  color: #427BEE;
}
/* 翻页 */
.fy{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.6rem;
  flex-wrap: wrap;
}
.fy .sub{
  display: block;
  width: auto;
  padding:  0 0.15rem;
  font-family: Graphik;
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 0.48rem;
  text-align: center;
  letter-spacing: 0em;
  color: #666666;
  min-width: 0.48rem;
  background: #ffffff;
  border-radius: 0.04rem;
  text-align: center;
  margin: 0 6px;
  box-sizing: border-box;
}
.fy a.sub:hover,.fy .sub.on{
  background: #427BEE;
  color: #ffffff;
}
/* 科研动态 */
.txtList li a{
  display: block;
  width: 100%;
  height: auto;
  padding: 0.2rem;
  padding-right: 0;
  box-sizing: border-box;
  border-bottom: 1px solid #E5E5E5;
  font-family: Source Han Sans SC;
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 0.3rem;
  letter-spacing: 0em;
  color: #333333;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.txtList li a::before{
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.08rem;
  height: 0.08rem;
  background: #CCCCCC;
  border-radius: 100%;
}
.txtList li a .span{
  display: block;
  padding-left: 0.35rem;
  box-sizing: border-box;
  font-family: Source Han Sans SC;
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 0.3rem;
  letter-spacing: 0em;
  color: #999999;
  background: url(../img/listIcon.png) no-repeat left center;
  background-size: 0.24rem auto;
  margin-left: 10px;
  text-indent: 0;
}
.txtList li a:hover::before{
  background: #427BEE;
}
.txtList li a:hover{
  color: #427BEE;
  text-indent: 5px;
}
.txtList li a:hover .span{
  color: #427BEE;
  background: url(../img/listIocn2.png) no-repeat left center;
  background-size: 0.24rem auto;
}
/* 详情页 */
.Content {
  margin-top: 0.4rem;
  position: relative;
}
.Content .bt{
  font-family: Source Han Sans SC;
  font-size: 0.3rem;
  font-weight: 500;
  line-height: 0.4rem;
  letter-spacing: 0em;
  color: #333333;
  text-align: center;
}
.Content .wzxx{
  font-family: Source Han Sans SC;
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 0.3rem;
  letter-spacing: 0em;
  color: #666666;
  text-align: center;
  margin: 0.2rem 0 0.4rem;
}
.Content .wzxx .sx{
  color: #999999;
}
.Content .conSub p,.content .conSub p span{
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 0.18rem!important;
  font-weight: normal;
  line-height: 0.32rem!important;
  letter-spacing: 0em;
  color: rgba(58, 58, 60, 1);
  text-align: justify;
word-break: break-all;
}
.Content .conSub p{
  margin-bottom:0.15rem;
}
.Content .conSub img,.content .conSub video{
  /*display: block;*/
  height: auto!important;
  margin: 0.3rem auto;
  max-width: 100%;
 border:0px solid #fff !important;
}
.Content .prevNext{
  margin-top: 0.5rem;
}
.Content .prevNext a{
  display: block;
  font-family: Source Han Sans SC;
  font-size: 0.2rem;
  font-weight: 500;
  line-height: 0.36rem;
  letter-spacing: 0em;
  color: #666666;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Content .prevNext a:nth-of-type(1){
  margin-bottom: 0.15rem;
}
.Content .prevNext a span {
  color: #9E9E9E  
}
.Content .prevNext a:hover,.Content .prevNext a:hover span{
  color: #427BEE;
}
.Content  .fh a{
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: Source Han Sans SC;
  font-size: 0.2rem;
  font-weight: 500;
  line-height: 0.36rem;
  letter-spacing: 0em;
  color: #9E9E9E;
  justify-content: flex-start;
  align-items: center;
}
.Content  .fh a img{
  display: block;
  width: auto;
  height: auto;
  max-height: 0.36rem;
  margin-right: 0.1rem;
}
.Content  .fh a:hover{
  color: #427BEE;
}
/* 师资队伍 */
.teacherNav {margin-bottom: 0.3rem;}
.teacherNav li{
  float: left;
  margin-right: 0.25rem;
  margin-top: 0.3rem;
}
.teacherNav li:last-of-type{
  margin-right: 0;
}
.teacherNav li a{
  display: block;
  border-radius: 0px 0.24rem 0px 0px;
  background: rgba(186, 208, 253, 0.3);
  box-sizing: border-box;
  overflow: hidden;
  font-family: Source Han Sans SC;
  font-size: 0.2rem;
  font-weight: 500;
  line-height: 0.58rem;
  text-align: center;
  letter-spacing: 0em;
  color: #10337C;
  padding: 0 0.12rem;
  min-width: 1rem;
  transition: all 0s;
}
.teacherNav li a:hover,.teacherNav li.on a{
  background: linear-gradient(180deg, #396EDB 0%, #1549B6 100%);
  color: #ffffff;
}
.teacherSub{
  margin-top: 0.7rem;
}
.teacherSub:first-of-type{
  margin-top: 0;
}
.teacherSub h2{
  font-family: Source Han Sans SC;
  font-size: 0.24rem;
  font-weight: 500;
  line-height: 0.4rem;
  letter-spacing: 0em;
  color: #333333;
  padding-left: 0.35rem;
}
.teacherSub h2.zjs{
  background: url(../img/zjs.png) no-repeat left center;
}
.teacherSub h2.fjs{
  background: url(../img/fjs.png) no-repeat left center;
}
.teacherSub h2.js{
  background: url(../img/js.png) no-repeat left center;
}
.teacherSub ul li{
  position: relative;
  float: left;
  background: #fff;
  width: 12.2%;
  margin-right: 2.4%;
  margin-top: 0.2rem;
}
.teacherSub ul li:nth-of-type(7n){
  margin-right: 0;
}
.teacherSub ul li a{
  position: relative;
  z-index: 8;
  font-family: Source Han Sans SC;
  font-size: 0.2rem;
  font-weight: 500;
  line-height: 0.46rem;
  text-align: center;
  letter-spacing: 0em;
  color: #333333;
  display: block;
  width: 100%;
  height: auto;
}
.teacherSub ul li::before{
  display: block;
  content: "";
  width: 2px;
  height: 100%;
  background: #427BEE;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
}
.teacherSub ul li:hover::before{
  width: 100%;
}
.teacherSub ul li:hover a{
  color: #ffffff;
}
/* 历史沿革 */
.lsygIn{
  display: flex;
  padding: 0.4rem 0.6rem 2.24rem;
  background: url(../img/lsygBg.png) no-repeat top center;
  background-size: 100% auto;
  align-items: center;
  justify-content: flex-start;
  margin-top: 0.3rem;
  position: relative;
}
.lsygIn::before{
  display:block;
  content:"";
  width:100%;
  height:1px;
  background:#95B8FF;
  position:absolute;
  left:0;
  bottom: 0;
}
.lsygIn div{
  padding-left: 0.35rem;
  position: relative;
  margin-right: 0.8rem;
  cursor: pointer;
  box-sizing: border-box;
}
.lsygIn div:last-of-type{
  margin-right: 0;
}
.lsygIn div::before{
  display: block;
  content: "";
  background: #BAD0FD;
  box-sizing: border-box;
  border: 1px dashed #95B8FF;
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 100%;
  position: absolute;
  left: 0.04rem;
  top: 50%;
  transform: translateY(-50%);
}
.lsygIn div::after{
  display: block;
  content: "";
  box-sizing: border-box;
  border: 1px dashed #95B8FF;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.lsygIn div p{
  font-family: Source Han Sans SC;
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 0.32rem;
  letter-spacing: 0em;
  color: #BAD0FD;
}
.lsygIn div p::before{
  display: none;
  content: "";
  width: 1px;
  height: 2.3rem;
  background: #95B8FF;
  position: absolute;
  left: 0.1rem;
  top: 0.26rem;
}
.lsygIn div.in p{
  font-size: 0.24rem;
  color: #ffffff;
}
.lsygIn div.in p::before{
  display: block;
}
.lsygCon .lsygSub{
  display: none;
  animation: 0.8s ease .3s 1 normal backwards running fadeInUp;
}
.lsygCon .lsygSub.con{
  display: block;
}
.lsygSub>div{
  margin-top: 0.3rem;
  padding-left: 0.35rem;
  box-sizing: border-box;
}
.lsygSub h2{
  font-family: Arial;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.32rem;
  letter-spacing: 0em;
  color: #333333;
  margin-bottom: 0.1rem;
  position: relative;
}
.lsygSub h2::before{
  display: block;
  content: "";
  background: #BAD0FD;
  box-sizing: border-box;
  border: 1px dashed #95B8FF;
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 100%;
  position: absolute;
  left: -0.31rem;
  top: 50%;
  transform: translateY(-50%);
}
.lsygSub h2::after{
  display: block;
  content: "";
  box-sizing: border-box;
  border: 1px dashed #95B8FF;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 100%;
  position: absolute;
  left: -0.35rem;
  top: 50%;
  transform: translateY(-50%);
}
.lsygSub p{
  font-family: Arial;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.32rem;
  letter-spacing: 0em;
  color: #333333;
  text-align: justify;
}
@media only screen and (max-width: 1600px){
  .teacherNav li a{
    min-width: auto;
  }
  .teacherNav li {
      margin-right: 0.1rem;
  }
}
@media only screen and (min-width: 1040px){
  .leftNav .erNavBg, .leftNav ul{
    display: block!important;
  }
}
@media only screen and (max-width: 1040px){
  main{
    padding: 40px 0 120px;
  }
  .leftNav{
    width: 100%;
    padding-left: 0;
    margin-top: 0;
    border-radius: 0;
    padding-bottom: 0;
  }
  .leftNav .erLm p.yw,.leftNav::before{
      display: none;
  }
  .leftNav ul{
    padding: 0;
    display: none;
    border-radius: 0;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
  }
  .leftNav ul>li {
      padding: 0 20px;
  }
  .leftNav ul>li.hover>a::before, .leftNav ul>li.hover>a::after {
      display: none;
  }
  .leftNav .erLm h2{
    font-size: 24px;
    line-height: 52px;
    text-align: left;
    padding-left: 20px;
    box-sizing: border-box;
  }
  .leftNav .erLm p.xl {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background: url(../img/subNav.svg) no-repeat right center;
    cursor: pointer;
    transition: all .3s;
    background-size: 100% auto;
  }
  .leftNav .erLm {
      position: relative;
      padding: 0;
  }
  .leftNav .erLm p.xl.on{
    transform: translateY(-50%) rotate(-90deg);
  }
  .leftNav ul>li>a{
    font-size: 18px;
    line-height: 30px;
    padding: 10px 0;
    box-sizing: border-box;
    text-indent: 0;
  }
  .rightCon{
    width:100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .dqwz{
    flex-wrap: wrap;
  }
  .dqwz h2{
    font-size: 20px;
  }
  .xyjj .conSub img{
    margin-bottom: 0.2rem;
  }
  .xrld .img{
    width: 45%;
    padding: 30% 0 0;
  }
  .xrld .con{
    width: 55%;
    padding-left: 20px;
  }
  .xrld .con h1{
    font-size: 24px;
    line-height: 35px;
  }
  .xrld .con h2{
    font-size: 18px;
    line-height: 30px;
    margin: 5px 0 10px;
  }
  .xrld .con p{
    font-size: 16px;
    line-height: 26px;
  }
  .xyfc{
    margin-top: 30px;
  }
  .xyfc ul li{
    margin-bottom: 30px;
  }
  .fy{
    margin-top: 40px;
  }
  .Content .bt{
    font-size: 24px;
    line-height: 30px;
  }
  .Content .wzxx {
      margin: 15px 0 25px;
      font-size: 16px;
      line-height: 24px;
  }
  .Content .conSub p {
      margin-bottom: 10px;
  }
  .Content {
      margin-top: 30px;
  }
  .Content .prevNext a{
    font-size: 16px;
    line-height: 30px;
  }
  .Content .prevNext a:nth-of-type(1) {
      margin-bottom: 8px;
  }
  .teacherNav li a{
    font-size: 18px;
    line-height: 50px;
  }
  .teacherNav li{
    margin-top: 20px;
  }
  .teacherSub ul li{
    width: 18.4%;
    margin-right: 2%;
  }
  .teacherSub ul li:nth-of-type(7n){
    margin-right: 2%;
  }
  .teacherSub ul li:nth-of-type(5n){
    margin-right: 0%;
  }
  .teacherSub{
    margin-top: 50px;
  }
  .lsygIn{
    padding: 30px 15px 130px;
    margin-top: 10px;
  }

.lsygIn div p::before {
    height: 136px;
}
  .lsygIn div{
    margin-right: 20px;
  }
}
@media only screen and (max-width: 768px){
  main{
    padding: 30px 0 90px;
  }
  .leftNav .erLm h2{
    font-size: 20px;
    line-height: 48px;
    padding-left: 15px;
  }

.leftNav ul>li {
    padding: 0 15px;
}
  .leftNav .erLm p.xl{
    right: 15px;
    width: 25px;
    height: 25px;
  }
  .leftNav ul>li>a{
    font-size: 16px;
    padding: 5px 0;
  }
  .leftNav ul li i {
    height: 50px;
    width: 30px;
  }
  .leftNav ul li ol>li a{
    font-size: 14px;
    padding-left: 35px;
    line-height: 30px;
  }
  .dqwz p{
    background-size: 16px auto;
    padding-left: 20px;
    background-position: left 1px;
  }
  .xyjj{
    margin-top: 10px;
  }
  .xyjj .conSub p, .xyjj .conSub span{
    font-size: 16px;
    line-height: 26px;
  }
  .xrld li a{
    flex-wrap: wrap;  
  }
  .xrld .img{
    margin-bottom: 15px;
  }
  .xrld .img,.xrld .con{
    width: 100%;
    padding-left: 0;
  }
  .xrld li a::before{
    width: 100%;
    height: 2px;
    right: 0;
    top: auto;
    bottom: 0;
  }
  .xrld .img{
    max-width: 340px;
    margin: 0 auto 15px;
    padding: 220px 0 0;
  }
  .xrld li{
    margin-bottom: 30px;
  }
  .xyfc ul li{
    width: 49%;
    margin-right: 2%;
  }
  .xyfc ul li:nth-of-type(3n){
    margin-right: 2%;
  }
  .xyfc ul li:nth-of-type(2n){
    margin-right: 0;
  }
  .fy{
    margin-top: 30px;
  }
  .txtList li a{
    padding: 15px;
    font-size: 16px;
    line-height: 30px;
  }
  .txtList li a::before{
    width: 5px;
    height: 5px;
  }
  .txtList li a .span{
    padding-left: 18px;
    font-size: 12px;
    line-height: 30px;
    background-size: 14px auto;
    background-position: left 8px;
  }
  .txtList li a:hover .span{
    background-size: 14px auto;
    background-position: left 8px;
  }
  .teacherSub h2{
    font-family: Source Han Sans SC;
    font-size: 0.24rem;
    font-weight: 500;
    line-height: 0.4rem;
    letter-spacing: 0em;
    color: #333333;
    padding-left: 0.35rem;
  }
  .teacherSub ul li{
    width: 32%;
    margin-right: 2%;
  }
  .teacherSub ul li:nth-of-type(5n){
    margin-right: 2%;
  }
  .teacherSub ul li:nth-of-type(3n){
    margin-right: 0%;
  }
  .teacherSub ul li a{
    font-size: 18px;
  }
  .teacherSub h2{
    font-size: 22px;
  }
  .teacherNav li a{
    border-radius: 0px 16px 0px 0px;
    font-size: 18px;
    line-height: 46px;
    padding: 0 10px;
  }
  .lsygIn{
    padding: 5px 10px;
    background: linear-gradient(180deg, #1B459B 0%, #14419E 100%);
    flex-wrap: wrap;
    justify-content: space-between;
  }

.lsygIn div {
    margin-right: 0;
    width: 46%;
    margin: 10px 0;
}
  .lsygIn div p::before{
    height: 0;
  }
  .lsygIn::before{
    display: none;
  }
  .lsygSub h2{
      font-size: 20px;
      line-height: 30px;
  }
  .lsygSub p{
    font-size: 16px; 
    line-height: 24px;
  }
  .lsygSub>div{
    margin-top: 20px;
    padding-left: 25px;
  }
  .lsygSub h2::before{
    width: 8px;
    height: 8px;
    left: -22px;
  }
  .lsygSub h2::after{
    width: 14px;
    height: 14px;
    left: -25px;
  }
}
@media only screen and (max-width: 560px){
  main{
    padding: 20px 0 60px;
  }
  .leftNav .erLm h2{
    font-size: 18px;
    line-height: 44px;
  }
  .leftNav ul>li>a{
    line-height: 38px;
  }
  .leftNav ul li i {
    height: 42px;
  }
  .rightCon{
    width:100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .dqwz h2{
    font-size: 18px;
    line-height: 40px;
  }
  .dqwz p, .dqwz p a{
    font-size: 14px;
  }
  .dqwz{
    padding-bottom:10px;
  }
  .xyjj{
    margin-top: 0;
  }
  .xyjj .conSub p{
    margin-bottom: 10px;
  }
  .xrld .img{
    max-width: 100%;
    padding: 65% 0 0;
    margin: 0 auto 10px;
  }
  .xrld li{
    margin-bottom: 20px;
  }
  .xrld .con h1{
    font-size: 20px;
    line-height: 30px;
  }
  .xrld .con h2{
    font-size: 16px;
    line-height: 26px;
    margin: 2px 0 5px;
  }
  .xrld .con p{
    font-size: 14px;
    line-height: 26px;
  }
  .xyfc ul li{
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .xyfc{
    margin-top: 20px;
  }
  .fy{
    margin-top: 20px;
  }
  .fy .sub{
    margin-top: 5px;
  }
  .fy .sub{
    min-width: 32px;
    font-size: 14px;
    padding: 0 5px;
    line-height: 32px;
  }
  .txtList li a{
    /*display: flex;*/
    flex-direction: column-reverse;
    padding-right: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: break-spaces;
    line-height: 22px;
    padding: 15px 0 10px;
  }
  .txtList li a .span{
    float: none;
    margin-left: 0;
  }
  .txtList li a::before{
    display:none;
  }
  .Content .bt{
    font-size: 18px;
    line-height: 26px;
  }
  .Content .wzxx {
      margin: 10px 0;
      font-size: 13px;
      line-height: 24px;
  }
  .Content .conSub p,.Content .conSub span {
    font-size: 15px!important;
    line-height: 24px!important;
  }
  .Content {
      margin-top: 20px;
  }
  .Content .conSub img, .content .conSub video{
    margin:10px 0;
  }
  .Content .prevNext{
    margin-top: 30px;
  }
  .Content .prevNext a{
    font-size: 16px;
    line-height: 24px;
    max-width: 100%;
    overflow: auto;
    text-overflow: inherit;
    white-space: normal;
  }
  .Content .fh a{
    position: relative;
    float: right;
    margin-top: 30px;
  }
  .teacherSub ul li{
    width: 49%;
    margin-right: 2%;
  }
  .teacherSub ul li:nth-of-type(3n){
    margin-right: 2%;
  }
  .teacherSub ul li:nth-of-type(2n){
    margin-right: 0%;
  }
  .teacherSub{
    margin-top: 40px;
  }
  .teacherSub ul li a{
    font-size: 16px;
    line-height: 42px;
  }
  .teacherSub h2{
    font-size: 20px;
  }
  .teacherNav li{
    margin-top: 10px;
  }
  .teacherNav li a{
    border-radius: 0px 10px 0px 0px;
    font-size: 16px;
    line-height: 38px;
    padding: 0 5px;
  }
  .lsygIn{
    margin-top: 0;
  }
  .lsygSub h2{
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 5px;
  }
  .lsygSub p{
    font-size: 14px; 
    line-height: 20px;
  }
  .lsygSub>div{
    margin-top: 15px;
  }
  .lsygIn div{
    margin: 5px 0;
  }
}