@charset "UTF-8";
.nyBanner img{
  display: block;
  width: 100%;
  height: auto;
  min-height: 160px;
  object-fit: cover;
}
/*  */
.leftNav{
  box-sizing: border-box;
  position: relative;
  z-index: 9;
  margin-top: -0.75rem;
}
.leftNav::before{
  display: block;
  content: "";
  width: 100%;
  height: 0.6rem;
  background: rgba(255,255,255,0.95);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.leftNav .w1600{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
}
.leftNav .erLm h2{
  font-family: SourceHanSerifCN-Bold;
  font-size: 0.32rem;
  font-weight: bold;
  line-height: 0.75rem;
  letter-spacing: 0em;
  color: #FFFFFF;
  background: url(../img/leftNavBg.png) no-repeat right center;
  position: relative;
  text-align: center;
  padding-right: 1.2rem;
  min-width: 2rem;
  box-sizing: border-box;
  white-space: nowrap;
}
.leftNav .erLm h2::before{
  display: block;
  content: "";
  width: 5rem;
  height: 100%;
  background: #014a95;
  position: absolute;
  right: 100%;
  top: 0;
}
.leftNav .erLm p.xl{
  display:none;
}
.erNav{
  width: auto;
  position: relative;
  box-sizing: border-box;
  max-height: 0.6rem;
}
.erNav>li {
  float: left;
  margin-left: 0.5rem;
}
.erNav>li>a{
  display: block;
  position: relative;
  font-size: 0.22rem;
  line-height: 0.6rem;
  letter-spacing: 0em;
  color: #333333;
}
.erNav>li>a:hover{
  color: #014a95;
  font-weight: bold;
}
.erNav>li.hover>a{
  color: #014a95;
  font-weight: bold;
  padding-left: 0.24rem;
  background: url(../img/erNavHover.png) no-repeat left center;
  background-size: 0.14rem auto;
}
.leftNav ul li ol{
  display: none;
}
/* 单篇正文 */
main{
  padding-bottom: 1rem;
  position: relative;
  background: url(../img/mainBottomBg.png) no-repeat center bottom;
  background-size: 100% auto;
  z-index: 9;
  padding-top: 1px;
}
main::before{
  display: block;
  content: "";
  width: 100%;
  height: 0.6rem;
  background: url(../img/mainTopBg.png) no-repeat center top;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
/* main.maxW .w1600,.leftNav.maxW .w1600{
  max-width: 14rem;
} */
/* 当前位置 */
.dqwz{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-bottom: 1px solid #d1deec;
  position: relative;
  padding: 0.27rem 0;
  margin-bottom: 0.3rem;
  display: none;
}
.dqwz p,.dqwz p a{
  font-size: 0.16rem;
  line-height: 0.3rem;
  text-align: left;
  letter-spacing: 0em;
  color: #666666;
}
.dqwz p{
  padding-left:0.3rem;
  background:url(../img/dqwzIcon.png) no-repeat left center;
}
.dqwz p a:hover{
  color: #014a95;
  font-weight: bold;
}
/* 机构设置 */
.jgsz{
  margin-top: 0.4rem;
}
.jgsz li{
  float: left;
  width: calc(50% - 0.2rem);
  margin-top: 0.4rem;
  margin-right: 0.4rem;
  position: relative;
}
.jgsz li::before{
  display: none;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/jgszBg3.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow:  0 0 0.25rem 0 rgba(0,63,126,0.59);
}
.jgsz li:hover::before{
  display:none;
}
.jgsz li:hover::after{
  display: none;
}
.jgsz li:nth-of-type(2n){
  margin-right: 0;
}
.jgsz li a{
  display: block;
  width: 100%;
  height: 0.78rem;
  box-sizing: border-box;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #333333;
  padding: 0.2rem 0.3rem;
  padding-right: 0.94rem;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 9;
  display: flex;
  align-items: center;
  background: #fff;
  box-shadow: 0 0 0.1rem 0 rgba(73,89,122,0.15);
}
.jgsz li:hover a{
  color: #014a95;
  font-weight: bold;
  transform: translateY(-0.1rem);
}
.jgsz li a::before{
  display: block;
  content: "";
  width: 0.46rem;
  height: 0.46rem;
  background: url(../img/jgszIcon1.png) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  right: 0.24rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
/* 学校简介 */
.xyAbout{
  margin-top: 0.8rem;
}
.con_sub .aboutImg{
  display: inline-block;
  float: right;
  margin-left: 0.8rem;
  position: relative;
  width: 5.5rem;
  height: auto;
}
.con_sub .aboutImg img{
  display: block;
  width: 100%;
  height: auto;
}
.aboutImg::before{
  display: block;
  content: "";
  border-top: 2.65rem solid transparent;
  border-right:  3.75rem solid #014a95;
  position: absolute;
  right: -8px;
  bottom: -8px;
  z-index: -1;
}
.con_sub p,.con_sub span{
  font-family: Microsoft YaHei!important;
  font-size: 0.18rem!important;
  color: #333333;
  font-weight: normal;
  line-height: 0.34rem!important;
  letter-spacing: 0em;
}
.con_sub p{
  margin-bottom: 0.1rem;
  text-align: justify;
}
.xyfg{
  margin: 0.6rem 0;
}
.xyfg ul{
  margin: 0 -0.25rem;
}
.xyfg ul li{
  float: left;
  width: calc(100% / 3);
  padding: 0 0.25rem;
}
.xyfg li a{
  display: block;
  width: 100%;
  height: auto;
}
.xyfg li .img{
  padding: 56.2% 0 0;
}
.xyfg .slick-dots{
  width: 100%;
  height: auto;
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.3rem 0 0;
}
.xyfg .slick-dots li{
  width: 0.1rem;
  height: 0.1rem;
  padding: 0;
  background: #e5e5e5;
  margin-left: 0.1rem;
  border-radius: 100%;
}
.xyfg .slick-dots li:first-of-type{
  margin-left: 0;
}
.xyfg .slick-dots li.slick-active{
  width: 0.22rem;
  height: 0.22rem;
  background: url(../img/dotsIcon4.png) no-repeat center;
  background-size: contain;
}
/* xyNum */
.xyNum{
  flex-wrap: nowrap;
  align-items: stretch;
}
.xyNum .numSub{
  width: calc(21.56% - 0.12rem);
  background: url(../img/xyNumBg1.png) no-repeat top center;
  background-size: 100% 100%;
  padding: 0 0.36rem;
  box-sizing: border-box;
}
.numSub>div{
  padding: 0.55rem 0;
  border-bottom: 1px dashed rgba(1,74,149,0.19);
}
.numSub>div:last-of-type{
  border-bottom: none;
}
.numSub .time{
  font-size: 0.48rem;
  line-height: 1;
  color: #014a95;
}
.numSub .txt{
  font-size: 0.18rem;
  color: #333333;
  line-height: 1;
}
.xyNum .xyNumCon{
  width: 56.88%;
  background: url(../img/xyNumBg1.png) no-repeat top center;
  background-size: 100% 100%;
  padding: 0.6rem 0.85rem 0;
  box-sizing: border-box;
  position: relative;
}
.xyNum .xyNumCon::before{
  display: block;
  content: "";
  width: 0.46rem;
  height: 0.46rem;
  background: url(../img/jgszIcon1.png) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  left: 50%;
  top: 0.07rem;
  transform: translateX(-50%);
}
.xyNum .xyNumCon .con_sub{
  background: url(../img/xyNumBg2.png) no-repeat top center;
  background-size: 100% 100%;
  padding: 0.4rem 0.3rem 0;
  box-sizing: border-box;
}
/* 内容页 */
.content .bt{
  font-family: Microsoft YaHei!important;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.36rem;
  text-align: center;
  letter-spacing: 0em;
  margin: 0.8rem 0 .3rem;
  color: #014a95;
}
.content .xq{
  font-family: Microsoft YaHei;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.24rem;
  text-align: center;
  letter-spacing: 0em;
  color: #999999;
  padding: 0.13rem 0;
  background: rgba(0, 0, 0, 0.04);
  margin: 0.3rem 0;
}
.content .prevNext{
  padding-top: 0.3rem;
  margin-top: 0.3rem;
  border-top: 1px solid rgba(1,74,149,0.2);
}
.content .prevNext a{
  display: block;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.36rem;
  letter-spacing: 0em;
  color: #333333;
  margin-bottom: 0.1rem;
}
.content .prevNext a span{
  font-weight: 700;
  color: #014a95;
}
.content .prevNext a:hover{
  color: #014a95;
  font-weight:700;
}
/* 图片列表页 */
.imgList{
  margin-top: 0.5rem;
}
.imgList li{
    float: left;
    width: calc(33.333% - 0.2rem);
    margin-right: 0.3rem;
    margin-top: 0.3rem;
}
.imgList li:nth-of-type(3n){
  margin-right: 0;
}
.imgList li a{
    display: block;
    width: 100%;
    height: auto;
    box-shadow: 0 0rem 0.15rem 0 rgba(73,89,122,0.19);
}
.imgList li .img{
    padding: 56.25% 0 0;
}
.imgList li .con{
    background: #fff;
    padding: 0.15rem 0.25rem;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
.imgList li .con::before{
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: #014a95;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(45deg);
    -moz-transform: rotateX(45deg);
    -ms-transform: rotateX(45deg);
    -o-transform: rotateX(45deg);
    transform: rotateX(45deg);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.imgList li .con .time{
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #999999;
}
.imgList li  .con .tit{
    font-size: 0.18rem;
    line-height: 0.28rem;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    z-index: 9;
}
.imgList li  .con::after{
    display: block;
    content: "";
    width: 3px;
    height: 0.2rem;
    background: #014a95;
    position: absolute;
    left: 0;
    top: 0.5rem;
}
.imgList li a:hover .con .tit{
    color: #fff;
} 
.imgList li a:hover .con .time{
    color: #cbe5ff;
}
.imgList li a:hover .con::before{
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.imgList li a:hover .con::after{
    background: #fff;
}
/* 图文列表页 */
.imgTxt_List{
  margin-top: 0.5rem;
}
.imgTxt_List li a{
  display: flex;
  width: 100%;
  padding: 0.3rem 0;
  border-bottom: 1px solid #e7e7e7;
  align-items: center;
  position: relative;
}
.imgTxt_List li a::before{
  display:block;
  content:"";
  width:0;
  height:2px;
  background:#014a95;
  position:absolute;
  left:0;
  bottom:-1px;
  transition:all .5s;
}
.imgTxt_List li a:hover::before{
  width:100%;
}
.imgTxt_List li a .img{
  width: 3.4rem;
  padding: 2.1rem 0 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.imgTxt_List li a .con{
  width: calc(100% - 3.4rem);
  padding-left: 0.4rem;
  box-sizing: border-box;
}
.imgTxt_List li.noImg a .con{
  width: 100%;
  padding-left: 0;
}
.imgTxt_List li a p.txt span{
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.imgTxt_List li a .tit{
  font-size: 0.22rem;
  line-height: 0.35rem;
  max-height: 0.7rem;
  color: #333333;
  font-weight: bold;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.imgTxt_List li a .hx{
  display: block;
  width: 0.6rem;
  height: 2px;
  background: #014a95;
  margin: 0.1rem 0 0.15rem;
}
.imgTxt_List li a .txt{
  font-size: 0.16rem;
  color: #999999;
  line-height: 0.3rem;
  max-height: 0.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.imgTxt_List li a .time{
    font-family: Mongolian-Baiti;
    width: 100%;
    font-size: 0.16rem;
    color: #014a95;
    line-height: 1;
    box-sizing: border-box;
    margin-top: 0.1rem;
    display: block;
}
.imgTxt_List li a:hover .tit{
  color: #014a95;
}
.imgTxt_List li a:hover .txt{
  color: #333333;
}
/* 机构设置内容页 */
.jgszCon .jgszBt{
  margin-bottom: 0.2rem;
  margin-top: 0.4rem;
}
.jgszCon .jgszBt a{
  display: block;
  text-align: right;
  font-size: 0.2rem;
  line-height: 0.34rem;
  color: #014a95;
}
/* 师资队伍 */
.teacher{
  margin-top: 0.8rem;
}
.teacher .zjgdIcon{
  padding: 0.4rem 1rem;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 0.4rem;
  border: 1px solid #e5e5e5;
  position: relative;
}
.teacher .zjgdIcon::before{
  display: block;
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-top: 3px solid #014a95;
  border-right: 3px solid #014a95;
  position: absolute;
  right: -2px;
  top: -2px;
}
.teacher .zjgdIcon::after{
  display: block;
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-left: 3px solid #014a95;
  border-bottom: 3px solid #014a95;
  position: absolute;
  left: -2px;
  bottom: -2px;
}
.teacher .con_sub p{
  margin-bottom: 0;
  text-indent: 2em;
}
.teacher .teaTab{
  display:flex;
  justify-content: flex-start;
  align-items: stretch;
}
.teacher .teaTabNav{
  width: 3rem;
  position: relative;
}
.teaTab .teaTabIn{
  position: sticky;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  border-left: 3px solid #014a95;
}
.teaTab .teaTabIn li{
  border-bottom: 1px solid #fff;
  background: #eff3fc;
}
.teaTab .teaTabIn li:first-of-type,.teaTab .teaTabIn li:last-of-type{
  border-bottom: none;
}
.teaTab .teaTabIn li p{
  font-size: 0.18rem;
  line-height: 0.26rem;
  padding: 0.2rem;
  cursor: pointer;
}
.teaTab .teaTabIn li.in p{
  background: #014a95;
  color:#fff;
}
.teaTab .teaTabIn li:hover p{
  color: #014a95;
  font-weight: bold;
}
.teaTab .teaTabIn li.in:hover p{
  color: #fff;
}
.teaTab .teaTabCon{
  width: calc(100% - 3rem);
  padding-left: 0.5rem;
}
.teaTabCon .mCSB_scrollTools{
  top: 0;
}
.teacherSub{
  display:none;
  animation: 1s ease 0s 1 normal backwards running fadeInUp;
  position: relative;
  height: 100%;
}
.teacherSub.on{
  display:block;
}
.teacherSub:last-of-type{
  padding-bottom: 0;
  border-bottom: none;
}
.teacherSub h2{
  font-family: SourceHanSerifCN-Bold;
  font-size: 0.3rem;
  line-height: 1;
  color: #014a95;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid rgba(1,74,149,0.2);
  margin-bottom: 0.3rem;
}
.teacherSub .mCustomScrollbar{
  height: calc(100% - 0.91rem);
  overflow-y: auto;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0.91rem;
}
.teacherSub:first-of-type .mCustomScrollbar{
  height: 100%;
  top: 0;
}
.teacherSub ul li{
  float: left;
  width: calc(16.66% - 0.15rem);
  margin-right: 0.18rem;
  margin-bottom: 0.18rem;
}
.teacherSub ul li:nth-of-type(6n){
  margin-right: 0;
}
.teacherSub ul li a{
  display: block;
  width: 100%;
  height: auto;
}
.teacherSub ul li a .img{
  padding: 140% 0 0;
  box-shadow: 0 0 0.15rem 0 rgba(73,89,122,0.19);
}
.teacherSub ul li a .tit{
  font-size: 0.2rem;
  color: #333333;
  font-weight: bold;
  text-align: center;
  line-height: 0.3rem;
  margin-top: 0.1rem;
}
.fy{
  margin-top: 0.4rem;
}
/* 现任领导 */
.leader{
  align-items: stretch;
  justify-content: center;
}
.leaderLsit{
  padding: 0.15rem 0.4rem 0.4rem;
  background: #fff;
  width: 48%;
  max-width: 5.8rem;
  box-shadow: 0 0 0.2rem 0 rgba(0,23,29,.13);
  margin: 0.8rem 0.25rem 0;
  border-top: 5px solid #014a95;
  box-sizing: border-box;
}
.leaderLsit li{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0.25rem 0;
  border-bottom: 1px solid #bfbfbf;
}
.leaderLsit li:last-of-type{
  border-bottom: none;
}
.leaderLsit li .tit{
  font-size: 0.24rem;
  line-height: 0.3rem;
  color: #333;
  font-weight: normal;
}
.leaderLsit li .sx{
  width: 1px;
  height: 0.2rem;
  background: #bfbfbf;
  margin: 0.05rem 0.3rem 0;
}
.leaderLsit li .con a{
  display: block;
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #333;
  margin-bottom: 0.15rem;
  width: 0.6rem;
  height: 0.3rem;
  text-align: justify;
}
.leaderLsit li .con a span{
  display: inline-block;
  padding-left: 100%;
}
.leaderLsit li .con a:last-of-type{
  margin-bottom: 0;
}
.leaderLsit li .con a:hover{
  font-weight: bold;
  color: #014a95;
}
.leaderLsit img{
  display: block;
  width: 100%;
  height: auto;
}
/* 领导内容 */
.leaderCon{
  margin-top: 0.8rem;
  margin-bottom: 0.3rem;
}
.leaderSub{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.leaderSub .leaderLeft{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  z-index: 5;
}
.leaderSub .bt{
  font-size: 0.32rem;
  line-height: 1;
  color: #014a95;
  white-space: nowrap;
  border-bottom: 3px solid #014a95;
  padding-bottom: 0.2rem;
}
.leaderSub .txt{
  font-size: 0.2rem;
  line-height: 1;
  color: #333333;
  white-space: nowrap;
  margin-left: 0.5rem;
  padding-bottom: 0.2rem;
  border-bottom: 3px solid transparent;
}
.leaderSub .sx{
  width: 1px;
  height: auto;
  background: #014a95;
  margin: 0.1rem 0.6rem 0;
  display: none;
}
.leaderRight{
    width:100%;
    height: auto;
    min-height: 2rem;
    padding: 0.3rem 0.5rem;
    box-sizing: border-box;
    border: 1px solid rgb(193,193,193,1);
    background: #fff;
    box-shadow: 0 0 0.2rem 0 rgba(0,23,29,.13);
    transform: translateY(-2px);
}
.leaderRight .con_sub p{
  margin-top: 0!important;
}
/* 历任领导 */
.leld{
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  position: relative;
}
.leldList{
  width: calc(30% - 0.3rem);
  margin-top: 0.8rem;
  margin-right: 0.45rem;
  padding: 0.3rem 0.25rem;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 0 0.1rem 0 rgba(1,74,149,0.1);
  position: relative;
  min-height: 4.3rem;
}
.leldList:last-of-type,.leldList:nth-of-type(3n){
  margin-right: 0;
}
.item>p{
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #333;
  text-align: center;
  padding: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.item{
  width: 100%;
  box-sizing: border-box;
  margin: 0.1rem 0;
  cursor: pointer;
}
.item.on>p{
  background: #014a95;
  color: #fff;
}
.itemCon{
  position: absolute;
  top: 0;
  left: calc(100% + 0.45rem);
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10;
  padding: 0.5rem 0.25rem 0.1rem;
  box-sizing: border-box;
  display: none;
  box-shadow: 0 0 0.1rem 0 rgba(1,74,149,0.1);
}
.leldList:last-of-type .itemCon{
  left: auto;
  right: calc(100% + 0.45rem);
}
.item.on .itemCon{
  display: block;
}
.itemCon .img img{
  display: block;
  width: auto;
  height: auto;
  max-width: 1.8rem;
  max-height: 2rem;
  margin: 0 auto;
}
.itemCon .tit{
  font-size: 0.22rem;
  line-height: 0.3rem;
  text-align: center;
  color: #014a95;
  margin: 0.15rem 0 0.05rem;
  font-weight: bold;
}
.itemCon .txt{
  font-size: 0.18rem;
  line-height: 0.32rem;
  color: #333333;
  text-align: center;
  white-space: pre-line;
  margin-top: -0.2rem;
}
.itemCon .close {position: absolute;right: 0.2rem;top: 0.15rem;width: 0.3rem;height: 0.3rem;text-align: center;line-height: 1;cursor: pointer;font-size: 0;transition: all 0.3s ease-out 0s;}
.itemCon .close:before,.itemCon .close:after{content:'';width: 100%;height: 2px;display:block;position:absolute;background: #014a95;transition:1s;transform: rotate(45deg);top: 50%;right: 0;}
.itemCon .close:before{transform: rotate(-45deg);}
/* media */
@media only screen and (min-width: 1921px){
  .dqwz p{
    background-size: 0.14rem auto;
  }
  .leftNav .erLm h2{
    background-size: 100% 100%;
  }
}
@media only screen and (min-width: 1040px){
  .leftNav,.leftNav ul{
    display: block!important;
  }
}
@media only screen and (max-width: 1660px){
  .erNav>li{
    margin-left: 0.3rem;
  }
  .con_sub .aboutImg{
    margin-left: 0.4rem;
  }
}
@media only screen and (max-width: 1460px){
  main.maxW .w1600,.leftNav.maxW .w1600{
    max-width: 100%;
  }
}
@media only screen and (max-width: 1040px){
  .teacher .zjgdIcon{
    padding: 0.4rem;
  }
  .leftNav{
    width: 100%;
    padding-left: 0;
    margin-top: 0;
    padding-top: 0.2rem;
  }
  .leftNav::before{
    display: block;
    content: "";
    width: 100%;
    height: 1.6rem;
    background: url(../img/mainTopBg.png) no-repeat center top;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .leftNav .erLm h2::before,main::before{
    display:none;
  }
  .leftNav ul{
    padding: 0 20px;
    display: none;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-radius: 0;
    background: #fff;
    max-height: none;
  }
  .leftNav ul::before{
    display:none;
  }
  .leftNav .erLm h2{
    font-size: 22px;
    line-height: 48px;
    text-align: left;
    box-sizing: border-box;
    background: #014a95;
    color: #fff;
    margin-left: 0;
    padding: 0 20px;
    border-radius: 0;
  }
  .leftNav .erLm p.xl {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background: url(../img/subNav.png) no-repeat right center;
    cursor: pointer;
    transition: all .3s;
    background-size: 100% auto;
  }
  .leftNav .erLm {
      position: relative;
      width: 100%;
  }
  .leftNav .w1600{
    display:block;
  }
  .leftNav .erLm p.xl.on{
    transform: translateY(-50%) rotate(-90deg);
  }
  .leftNav ul>li{
    padding: 10px 0;
    margin-left: 0;
    float: none;
    border-bottom: 1px solid #eee;
  }
  .leftNav ul>li.hover>a{
    color: #014a95;
    font-weight: 700;
  }
  .leftNav ul>li>a{
    font-size: 18px;
    line-height: 32px;
    box-sizing: border-box;
  }
  .leftNav ul>li:last-of-type{
    border-bottom:none;
  }
  .con_sub p{
    margin-bottom: 0.2rem;
  }
  .dqwz{
    padding: 0.2rem 0;
    margin-bottom: 0.2rem;
  }
  main{
    padding-bottom: 0.4rem;
  }
  .jgszCon .jgszBt{
    margin-bottom: 0.1rem;
    margin-top: 0.2rem;
  }
  .jgsz{
    margin-top: 0;
  }
  .jgsz li{
    width: 100%;
    margin-top: 0.3rem;
  }
  .content .bt{
    font-size: 0.24rem;
    line-height: 0.36rem;
    margin-top: 0.3rem;
  }
  .content .xq{
    font-size: 0.16rem;
    line-height: 0.24rem;
    padding: 0.13rem 0;
    margin: 0.2rem 0;
  }
  .content .prevNext{
    padding-top: 0.2rem;
    margin-top: 0.2rem;
  }
  .teacherSub{
  }
  .teacherSub h2{
    font-size: 0.26rem;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .teacherSub .mCustomScrollbar{
    top: calc(30px + 0.26rem);
  }
  .teacherSub ul li{
    width: calc(25% - 0.15rem);
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .teacherSub ul li:nth-of-type(6n){
    margin-right: 0.2rem;
  }
  .teacherSub ul li:nth-of-type(4n){
    margin-right: 0;
  }
  .imgList{
    margin-top: 0;
  }
  .imgList li{
    width: calc(33.333% - 0.1rem);
    margin-right: 0.15rem;
    margin-top: 0.15rem;
  }
  .imgList li .con{
    padding: 0.1rem 0.15rem;
  }
  .imgList li .con::after{
    top: 0.45rem;
  }
  .imgTxt_List{
    margin-top: 0;
  }
  .imgTxt_List li a{
    padding: 25px 0;
  }
  .imgTxt_List li a .img{
    width: 25%;
    padding: 160px 0 0;
  }
  .imgTxt_List li a .con{
    width: 75%;
    padding-left: 20px;
  }
  .imgTxt_List li a .con .tit{
    font-size: 18px;
    line-height: 28px;
    max-height: 56px;
  }
  .imgTxt_List li a .con .hx{
    margin: 8px 0 10px;
  }
  .imgTxt_List li a .con .txt{
    font-size: 15px;
    line-height: 22px;
    max-height: 44px;
  }
  .imgTxt_List li a .con .time{
    font-size: 15px;
    line-height: 1;
    margin-top: 10px;
  }
  .con_sub .aboutImg{
    width: 300px;
    margin-left: 20px;
  }
  .aboutImg::before{
    border-top: 120px solid transparent;
    border-right:  210px solid #014a95;
    bottom: -5px;
    right: -5px;
  }
  .xyAbout{
    margin-top: 0.4rem;
  }
  .xyNum .xyNumCon{
    padding: 0.6rem 0.2rem 0;
    width: 100%;
    margin: 30px 0;
  }
  .xyNum .numSub{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.5rem;
  }
  .xyNum{
    flex-wrap: wrap;
  }
  .xyfg ul{
    margin: 0 -10px;
  }
  .xyfg ul li{
    padding: 0 10px;
  }
  .numSub>div{
    padding: 30px 0;
    border-bottom: none;
  }
  .xyfg{
    margin: 30px 0;
  }
  .leaderLsit{
    margin: 0.3rem 0 0;
    padding: 0.15rem 0.3rem 0.3rem;
  }
  .leader{
    justify-content: space-between;
  }
  .leaderLsit li .sx{
    margin: 0.05rem 0.2rem 0;
  }
  .leaderSub{
    margin-top: 0;
  }
  .leldList{
    width: calc(50% - 0.15rem);
    margin-right: 0.3rem;
    margin-top: 0.4rem;
  }
  .leldList:last-of-type,.leldList:nth-of-type(2n){
    margin-right: 0;
  }
  .itemCon{
    left: calc(100% + 0.3rem)!important;
    padding: 0.3rem 0.1rem 0.1rem;
  }
  .leldList:nth-of-type(2n) .itemCon{
    left: auto!important;
    right: calc(100% + 0.3rem)!important;
  }
  .leld{
    justify-content: space-between;
  }
  .teaTab .teaTabCon{
    width: calc(100% - 2.4rem);
    padding-left: 0.2rem;
  }
  .teacher .teaTabNav{
    width: 2.4rem;
  }
  .teacher{
    margin-top: 0.4rem;
  }
  .leaderSub .bt{
  }
  .leaderSub .txt{
  }
  .leaderSub .sx{
    margin: 0.1rem 0.3rem 0;
  }
  .leaderCon{
    margin-top: 0.5rem;
  }
  .leaderRight{
    padding: 0.3rem;
  }
  .itemCon .txt{
    font-size: 0.17rem;
  }
}
@media only screen and (max-width: 768px){
  .leftNav .erLm h2{
    line-height: 44px;
    padding: 0 15px;
  }
  .leftNav .erLm p.xl{
    right: 15px;
    width: 25px;
    height: 25px;
  }
  .fy{
    margin-top: 20px;
  }
  main{
    padding-bottom: 20px;
  }
  .jgsz li{
    background: #fff url(../img/jgszBg1.png) no-repeat left 0.2rem bottom 0.07rem;
  }
  .jgsz li a{
    font-size: 0.2rem;
    padding: 0.2rem 0.3rem;
    padding-right: 0.7rem;
  }
  .jgsz li a::before{
    right: 0.2rem;
  }
  .jgsz li::after{
    background: url(../img/jgszBg2.png) no-repeat left bottom 0;
  }
  .teacherSub{
  }
  .teacherSub ul li{
    width: calc(33.3% - 0.1rem);
    margin-right: 0.15rem;
    margin-bottom: 0.15rem;
  }
  .teacherSub ul li:nth-of-type(6n){
    margin-right: 0.15rem;
  }
  .teacherSub ul li:nth-of-type(4n){
    margin-right: 0.15rem;
  }
  .teacherSub ul li:nth-of-type(3n){
    margin-right: 0;
  }
  .teacherSub ul li a .tit{
    font-size: 0.18rem;
  }
  .imgList li{
    width: calc(50% - 0.1rem);
    margin-right: 0.2rem;
    margin-top: 0.2rem;
  }
  .imgList li:nth-of-type(3n){
    margin-right: 0.2rem;
  }
  .imgList li:nth-of-type(2n){
    margin-right: 0;
  }
  .imgTxt_List li a .img{
    width: 40%;
  }
  .imgTxt_List li a .con{
    width: 60%;
  }
  .xyfg{
    margin: 20px 0;
  }
  .xyNum .xyNumCon{
    margin: 20px 0 10px;
  }
  .xyNum .numSub{
    padding: 0 20px;
  }
  .xyNum .xyNumCon .con_sub{
    padding: 20px 20px 0;
  }
  .xyNum .xyNumCon{
    padding: 0;
    background: none;
  }
  .xyNum .xyNumCon::before{
    display: none;
  }
  .numSub .time{
    font-size: 32px;
  }
  .numSub>div{
    padding: 20px 0;
  }
  .leaderLsit{
    width: 100%;
    max-width: none;
  }
  .leaderSub{
    margin-left: 0;
    margin-top: 0.3rem;
  }
  .leaderCon{
  }
  .leaderSub .hx{
    margin: 0 auto 0.2rem;
  }
  .leldList{
    width: 100%;
    margin-top: 0.3rem;
    margin-right: 0;
  }
  .leldList:nth-of-type(2n) .itemCon,.itemCon{
    left: 0!important;
    top: 0!important;
  }
  .imgTxt_List li a{
    padding: 15px 0;
  }
  .mCSB_inside > .mCSB_container{
    margin-right: 10px;
  }
  .teacher .zjgdIcon{
    padding: 0.2rem;
  }
}
@media only screen and (max-width: 540px){
  .leftNav .erLm h2{
    font-size: 18px;
    line-height: 42px;
    padding: 0 10px;
  }
  .leftNav .erLm p.xl {
      right: 10px;
  }
  .leftNav ul{
    padding: 0 10px;
  }
  .leftNav ul>li{
    padding: 8px 0;
  }
  .leftNav ul>li>a{
    font-size: 16px;
    line-height: 32px;
  }
  .fy{
    margin-top: 15px;
  }
  main{
    padding-bottom: 15px;
  }
  .dqwz{
    padding: 10px 0;
    margin-bottom: 10px;
  }
  .con_sub p{
    margin-bottom: 5px;
  }
  .con_sub p, .con_sub span{
    line-height: 26px!important;
  }
   .jgszCon .jgszBt{
    margin-bottom: 5px;
    margin-top: 10px;
  }
  .jgszCon .jgszBt a{
    font-size: 16px;
    line-height: 24px;
  }
  .jgsz li a::before{
    display: none;
  }
  .jgsz li{
    margin-top: 15px;
  }
  .jgsz li{
    background: #fff url(../img/jgszBg1.png) no-repeat left 10px bottom 7px;
  }
  .jgsz li a{
    font-size: 16px;
    padding: 15px;
  }
  .jgsz li:hover a{
  }
  .jgsz li:hover::before{
    width: calc(100% + 8px);
    left: -4px;
  }
  .jgsz li::before{
    height: calc(100% + 8px);
    top: -4px;
  }
  .jgsz li::after{
    background: url(../img/jgszBg2.png) no-repeat left bottom;
  }
  .content .bt{
    font-size: 18px;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .content .xq{
    font-size: 0.16rem;
    line-height: 0.24rem;
    padding: 8px 0;
    margin: 10px 0;
  }
  .content .prevNext{
    padding-top: 15px;
    margin-top: 15px;
  }
  .teacherSub{
  }
  .teacherSub ul li{
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .teacherSub ul li:nth-of-type(6n){
    margin-right: 10px;
  }
  .teacherSub ul li:nth-of-type(4n){
    margin-right: 10px;
  }
  .teacherSub ul li:nth-of-type(3n){
    margin-right: 10px;
  }
  .teacherSub ul li:nth-of-type(2n){
    margin-right: 0;
  }
  .teacherSub ul li a .tit{
    margin-top: 5px;
  }
  .teacherSub h2{
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 20px;
  }
  .teacherSub .mCustomScrollbar{
    top: 50px;
  }
  .imgList li{
    width: 100%;
    margin-right: 0;
    margin-top: 15px;
  }
  .imgList li:first-of-type{
    margin-top: 10px;
  }
  .imgTxt_List li a{
    padding: 10px 0;
    flex-wrap: wrap;
  }
  .imgTxt_List li a .img{
    width: 100%;
    padding: 56.25% 0 0;
    margin-bottom: 15px;
  }
  .imgTxt_List li a .con{
    width: 100%;
    padding-left: 0;
  }
  .imgTxt_List li a .con .tit{
    font-size: 16px;
    padding-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: normal;
    line-height: 26px;
    max-height: 52px;
  }
  .imgTxt_List li a .con .hx {
      display: none;
  }
  .imgTxt_List li a .con .txt{
    font-size: 14px;
    line-height: 22px;
    max-height: 66px;
    margin: 5px 0 0;
  }
  .imgTxt_List li a .con .time{
    margin-top: 0;
  }
  .xyfg .slick-dots{
    margin-top: 10px;
  }
  .con_sub .aboutImg{
    margin-left: 0;
    float: left;
    margin-bottom: 10px;
    width: 100%;
  }
  .xyAbout{
    margin-top: 15px;
  }
  .xyNum .numSub{
    flex-wrap: wrap;
  }
  .numSub>div{
    width: 100%;
    border-bottom: 1px dashed rgba(1,74,149,0.19);
  }
  .leaderLsit{
    padding: 0.15rem;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
  }
  .leaderLsit li{
    padding: 0.15rem 0;
  }
  .leaderLsit li .tit{
    font-size: 0.2rem;
  }
  .leaderLsit li .sx{
    margin: 0.05rem 0.3rem 0;
  }
  .leaderSub .bt{
  font-size: 0.26rem;
  }
  .leaderSub .txt{
  margin-left: 0.2rem;
  padding-bottom: 0.1rem;
  font-size: 0.18rem;
  }
  .leaderSub .bt{
    padding-bottom: 0.1rem;
  }
  .leaderSub .sx{
    margin: 5px 20px 0;
  }
  .leldList{
    padding: 0.15rem;
    min-height: 3.3rem;
    margin-top: 0.2rem;
  }
  .itemCon{
    padding: 0.3rem 0.15rem 0.1rem;
  }
  .itemCon .img img{
    height: 1.4rem;
  }
  .itemCon .txt{
    font-size: 0.17rem;
    line-height: 0.3rem;
  }
  .item{
    margin: 0;
  }
  .item>p{
    white-space: normal;
    text-overflow: clip;
    text-align: left;
  }
  .teaTab .teaTabCon{
    width: calc(100% - 1.6rem);
    padding-left: 10px;
  }
  .teacher .teaTabNav{
    width: 1.6rem;
  }
  .teaTab .teaTabIn li p{
    font-size: 16px;
    line-height: 22px;
    padding: 8px 5px;
    cursor: pointer;
  }
  .teacher{
    margin-top: 10px;
  }
  .leaderCon{
    margin-top: 0.2rem;
    margin-bottom: 0.1rem;
  }
  .leaderRight{
    padding: 0.2rem;
  }
  .teacher .zjgdIcon{
    padding: 0.15rem;
    margin-bottom: 0.2rem;
  }
}