@charset "UTF-8";
.link{
  background: rgba(0, 0, 0, 0.04);
}
.nyBanner{
  animation: 0.8s ease .3s 1 normal backwards running fadeInUp;
}
.nyBanner img{
  display: block;
  width: 100%;
  height: auto;
  min-height: 140px;
  object-fit: cover;
}

/* 内容区 */
main{
  padding: 60px 0;
  background: #ffffff;
}
.leftNav{
  width: 2.4rem;
  animation: 0.8s ease .3s 1 normal backwards running fadeInLeft;
}
.leftNav .erLm h2{
  font-family: Source Han Serif CN;
  font-size: 0.28rem;
  font-weight: bold;
  line-height: 0.4rem;
  letter-spacing: 0em;
  color: #FFFFFF;
  background: #0848A7;
  text-align: center;
  position: relative;
  padding: 0.4rem 0 0.25rem;
}
.leftNav .erLm h2::before{
  display: block;
  content: "";
  border-left: 2.4rem solid #fff;
  border-right: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 0.2rem solid transparent;
  position: absolute;
  left: 0;
  top: 0;
}
.leftNav .erLm p.xl{
  display:none;
}
.leftNav ul{
  padding: 0 0.25rem 1.2rem;
  background: #f9fcff url(../images/leftNavBg.png) no-repeat bottom left;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
}
.leftNav ul.erNav>li {
  height: auto;
  width: 100%;
  position: relative;
  padding: 0.1rem 0;
  border-bottom: 1px dashed #D8D8D8;
}
.leftNav ul>li>a{
  display: block;
  position: relative;
  font-family: MicrosoftYaHei;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.36rem;
  letter-spacing: 0em;
  color: #2C2C2C;
}
.leftNav ul>li i{
  display: block;
  width: 0.36rem;
  height: 0.36rem;
  position: absolute;
  top: 0.1rem;
  right: 0;
  z-index: 99;
  background: url(../images/leftNavIcon2.png) no-repeat center;
  transform: rotate(90deg);
  transition: all .3s;
  cursor: pointer;
}
.leftNav ul>li i.on{
  transform: rotate(270deg);
}
.leftNav ul ol{
  display: none;
}
.leftNav ul ol a {
    display: block;
    font-size: 0.16rem;
    padding-left: 0.2rem;
    line-height: 0.3rem;
    box-sizing: border-box;
}
.leftNav ul>li>a:hover,.leftNav ul>li.hover>a{
  color: #114A9B;
}
.leftNav ul ol a:hover,.leftNav ul ol a.hover{
  color: #114A9B;
}
.rightCon{
  width: calc(100% - 2.4rem);
  padding-left: 0.85rem;
  box-sizing: border-box;
  animation: 0.8s ease .3s 1 normal backwards running fadeInRight;
}
.dqwz{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #D8D8D8;
}
.dqwz h2{
  font-family: Source Han Serif CN;
  font-size: 0.28rem;
  font-weight: 600;
  line-height: 0.36rem;
  letter-spacing: 0em;
  color: #2C2C2C;
  position: relative;
  z-index: 20;
  padding-left: 25px;
}
.dqwz h2::before{
  display: block;
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 100%;
  background: linear-gradient(180deg, #E0B577 0%, rgba(228, 183, 118, 0) 97%);
  position: absolute;
  left: 0;
  top: 50%;
  opacity: 0.6;
  transform: translateY(-50%);
  z-index: -1;
}
.dqwz p{
  padding-left: 20px;
  background: url(../images/dqwzIcon.png) no-repeat left center;
}
.dqwz p,.dqwz p a{
  font-family: Microsoft YaHei;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.24rem;
  letter-spacing: 0em;
  color: #626262;
}
.dqwz p a:hover{
  color: #0848A7;
}
.teaSub{
  margin-top: 0.42rem;
}
.teaSub h2{
  font-family: MicrosoftYaHei;
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 0.34rem;
  letter-spacing: 0em;
  color: #0A58A6;
  padding-bottom: 0.14rem;
  border-bottom: 1px solid #D8D8D8;
}
.teaSub p{
  display: inline-block;
  padding-right: 40px;
  background: url(../images/teacherIcon.png) no-repeat right center;
}
.teaSub ul li{
  float: left;
  width: calc(85% / 6);
  margin-right: 3%;
  margin-top: 0.32rem;
}
.teaSub ul li:nth-of-type(6n){
  margin-right: 0;
}
.teaSub ul li a{
  display: block;
  width: 100%;
  font-family: MicrosoftYaHei;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.34rem;
  letter-spacing: 0em;
  color: #333333;
  padding: 0.12rem 0;
  text-align: center;
  background: url(../images/teacherBg.png) no-repeat center;
  background-size: 100% 100%;
  position: relative;
  z-index: 9;
}
.teaSub ul li a::before{
  display: block;
  content: "";
  width: 0;
  height: 100%;
  background: url(../images/teacherBg2.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.teaSub ul li a:hover{
  color: #ffffff;
}
.teaSub ul li a:hover::before{
  width: 100%;
}
.imgList{
  margin-top: 0.15rem;
}
.imgList li a{
  display: flex;
  align-items: center;
  padding: 0.25rem 0;
  position: relative;
  z-index: 1;
}
.imgList li a::before{
  display: block;
  content: "";
  width: 0;
  height: 100%;
  background: #FFFFFF;
  border: 0px solid #0848a7;
  box-shadow: 0px 13px 38px 0px rgba(8, 72, 167, 0.14);
  box-sizing: border-box;
  position: absolute;
  left: -0.3rem;
  top: 0;
  z-index: -1;
}
.imgList li a p.img{
  width: 2.4rem;
  height: 1.6rem;
  overflow: hidden;
}
.imgList li a p.img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}
.imgList li a p.txt{
  width: calc(100% - 3.74rem);
  padding: 0.3rem;
  box-sizing: border-box;
}
.imgList li a p.txt span:nth-of-type(1){
  display: block;
  font-family: Microsoft YaHei;
  font-size: 0.22rem;
  font-weight: bold;
  line-height: 0.3rem;
  letter-spacing: 0em;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.imgList li a p.txt span:nth-of-type(2){
  font-family: Microsoft YaHei;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.28rem;
  letter-spacing: 0em;
  color: #898989;
  max-height: 0.56rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 0.2rem;
}
.imgList li a p.time{
  width: 1.34rem;
  font-family: Canela Web;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0em;
  color: #9B9B9B;
  text-align: center;
  position: relative;
}
.imgList li a p.time::before{
  display: block;
  content: "";
  width: 1px;
  height: 1rem;
  background: rgba(8, 72, 167, 0.2);;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.imgList li a p.time span{
  display: block;
  font-size: 0.3rem;
  color: #0848A7;
  margin-bottom: 0.1rem;
}
.imgList li a:hover img{
  transform: scale(1.2);
}
.imgList li a:hover::before{
  border: 1px solid #0848A7;
  width: calc(100% + 0.6rem);
}
.imgList li a:hover p.txt span:nth-of-type(1){
  color: #0848A7;
}
.fy{
  display: flex;
  justify-content: center;
  margin-top: 0.3rem;
}
.fy a{
  display: block;
  text-align: center;
  line-height: 0.3rem;
  border-radius: 2px;
  border: 1px solid #DCDCDC;
  margin: 0px 6px;
  padding: 0 8px;
}
.fy a:first-of-type,
.fy a:last-of-type{
  border: 1px solid transparent;
}
.fy a.fySub{
  font-family: Microsoft YaHei;
  font-size: 0.14rem;
  font-weight: normal;
  color: #575757;
  padding: 0 0.1rem;
}
.fy a.num{
  width: 0.3rem;
  font-family: Microsoft YaHei;
  font-size: 0.14rem;
  color: #575757;
}
.fy a.on,.fy a:hover{
  color: #FFFFFF;
  background: #0848A7;
  border: 1px solid #0848A7;
}
.txtList li{
  margin-top: 0.4rem;
  position: relative;
}
.txtList li a{
  display: block;
  width: 100%;
  padding: 0.2rem 0.4rem;
  background: rgba(8,72,167,0.02);
  box-sizing: border-box;
  border: 1px solid #EAEAEA;
  position: relative;
  z-index: 1;
}
.txtList li a::after{
  display: block;
  content: "";
  width: 2px;
  height: 40%;
  background: #0848A7;
  position: absolute;
  left: 0;
  top: 30%;
}
.txtList li a p.time{
  display: inline-block;
  font-family: Microsoft YaHei;
  font-size: 0.22rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: 0em;
  color: #0848A7;
  margin-bottom: 5px;
  position: relative;
}
.txtList li a p.time::after{
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #0848A7;
  position: absolute;
  left: calc(100% + 1rem);
  top: 50%;
  transform: translate( 6px, -50%);
}
.txtList li a p.time::before{
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 100%;
  border: 1px dashed #0848A7;
  position: absolute;
  left: calc(100% + 1rem);
  top: 50%;
  transform: translateY(-50%);
}
.txtList li a p.time span{
  display: inline-block;
  position: relative;
}
.txtList li a p.time span::before{
  display: block;
  content: "";
  width: 0.9rem;
  height: 1px;
  background: #0848A7;
  position: absolute;
  left: calc(100% + 0.1rem);
  top: 50%;
  transform: translateY(-50%);
}
.txtList li a p.txt{
  font-family: Microsoft YaHei;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.26rem;
  letter-spacing: 0em;
  color: #272727;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.txtList li:hover a{
  background: #0848A7;
}
.txtList li:hover a::after{
  background: #FFFFFF;
}
.txtList li:hover a p{
  color: #FFFFFF;
}
.txtList li:hover a p.txt{
  font-weight: bold;
}
.txtList li:hover a p.time span::before{
  background: rgba(255, 255, 255, 0.4);;
}
.txtList li:hover a p.time::before{
  border: 1px dashed #FFFFFF;
}
.txtList li:hover a p.time::after{
  background: #ffffff;
}
.video li{
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-top: 0.4rem;
}
.video li:nth-of-type(3n){
  margin-right: 0%;
}
.video li a{
  display: block;
  width: 100%;
  height: auto;
}
.video li a p.img{
  padding: 80% 0 0;
  position: relative;
  overflow: hidden;
}
.video li a p.img img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}
.video li a:hover p.img img{
  transform: scale(1.2);
}
.video li a p.txt{
  font-family: Arial;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.56rem;
  text-align: center;
  letter-spacing: 0em;
  color: #1B1B1B;
  border-bottom: 2px solid #0848A7;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.video li a:hover p.txt{
  color: #0848A7;
}
.content .bt{
  font-family: Microsoft YaHei;
  font-size: 0.26rem;
  font-weight: bold;
  line-height: 0.36rem;
  text-align: center;
  letter-spacing: 0em;
  margin-top: 0.4rem;
}
.content .xq{
  font-family: Microsoft YaHei;
  font-size: 0.18rem;
  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.4rem 0;
}
.content .conSub p,.content .conSub p span{
  font-family: Microsoft YaHei!important;
  font-size: 0.18rem!important;
  font-weight: normal;
  line-height: 0.36rem!important;
  text-indent: 2em;
  letter-spacing: 0em;
  color: #666666;
  text-align: justify;
  margin-bottom: 0.2rem;
}
.content .conSub img{
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto 0.2rem;
  max-width: 100%;
}
.content .prevNext{
  padding-top: 0.3rem;
  margin-top: 0.3rem;
  border-top: 1px solid rgba(8, 72, 167, 0.2);
}
.content .prevNext a{
  display: block;
  font-family: Microsoft YaHei;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.36rem;
  text-transform: uppercase;
  letter-spacing: 0em;
  color: #666666;
  margin-bottom: 0.1rem;
}
.content .prevNext a span{
  font-weight: 700;
  color: #0848a7;
}
.content .prevNext a:hover{
  color: #0848A7;
}
.content.dp .bt{
  color: #0848A7;
  margin-bottom: 0.4rem;
}
@media only screen and (min-width: 1040px){
  .leftNav ul{
    display: block!important;
  }
}
@media only screen and (max-width: 1040px){
  main{
    padding: 40px 0;
  }
  .rightCon{
    width: 100%;
    float: none;
    padding-left: 0;
  }
  .dqwz{
    padding-bottom: 15px;
  }
  .dqwz h2{
    font-size: 22px;
    line-height: 30px;
  }
  .dqwz p, .dqwz p a{
    font-size: 14px;
    line-height: 24px;
  }
  .leftNav{
    width: 100%;
    margin-bottom: 20px;
  }
  .leftNav ul{
    padding: 0 20px;
  }
  .leftNav ul,.leftNav .erLm h2::before{
    display: none;
  }
  .leftNav .erLm{
    position: relative;
  }
  .leftNav .erLm h2{
    font-size: 20px;
    line-height: 48px;
    text-align: left;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .leftNav .erLm p.xl {
    display: block;
    width: 42px;
    height: 48px;
    position: absolute;
    top: 0;
    right: 20px;
    background: url(../images/teamXl1.png) no-repeat right center;
    cursor: pointer;
  }
  .leftNav .erLm p.xl.on{
      background: url(../images/teamXl2.png) no-repeat right center;
  }
  .leftNav ul>li:last-of-type a{
    border-bottom: none;
  }
  .leftNav ul>li>a{
    font-size: 16px;
  }

.leftNav ul ol a {
    font-size: 15px;
}
  .teaSub{
    margin-top: 40px;
  }
  .teaSub ul li{
    float: left;
    width: 18.4%;
    margin-right: 2%;
    margin-top: 25px;
  }
  .teaSub ul li:nth-of-type(6n){
    margin-right: 2%;
  }
  .teaSub ul li:nth-of-type(5n){
    margin-right: 0;
  }
  .teaSub ul li a{
    font-size: 20px;
  }
  .imgList li a::before{
    left: -0.15rem;
  }
  .imgList li a:hover::before{
    width: calc(100% + 0.3rem);
  }
  .content .bt,.txtList li{
    margin-top: 30px;
  }
  .video li{
    margin-top: 30px;
  }
  .video li a p.txt{
    font-size: 18px;
    line-height: 48px;
  }
  .content .bt,.txtList li{
    margin-top: 30px;
  }
  .content .xq{
    margin: 30px 0;
    font-size: 16px;
    padding: 8px 0;
  }
  .content .bt{    
    font-size: 22px;      
    line-height: 30px;
  }
  .content .prevNext{
    padding-top: 20px;
    margin-top: 20px;
  }
  .content .prevNext a{
    font-size: 16px;
    line-height: 30px;
  }
  .content.dp .bt{
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px){
  .teaSub{
    margin-top: 30px;
  }
  .teaSub ul li{
    width: 23.5%;
    margin-top: 15px;
  }
  .teaSub ul li:nth-of-type(5n){
    margin-right: 2%;
  }
  .teaSub ul li:nth-of-type(4n){
    margin-right: 0;
  }
  .imgList li a p.img{
    width: 180px;
    height: 120px;
  }
  .imgList li a p.time{
    width: 96px;
  }
  .imgList li a p.txt{
    padding: 15px;
    width: calc(100% - 276px);
  }
  .imgList li a p.txt span:nth-of-type(1){
    font-size: 18px;
    line-height: 26px;
  }
  .imgList li a p.txt span:nth-of-type(2){
    font-size: 16px;
    line-height: 24px;
    max-height: 48px;
    margin-top: 10px;
  }
  .imgList li a:hover{
    padding: 20px 0 20px 20px;
  }
  .imgList li a::before{
    left: 0;
  }
  .imgList li a:hover::before{
    width: 100%;
  }
  .txtList li a{
    background: rgba(155, 0, 0, 0.02);
    padding: 15px 20px;
  }
  .txtList li:hover  a{
    background: #0848A7;
  }
  .txtList li a p.txt{
    font-size: 16px;
  }
  .txtList li a p.time{
    font-size: 18px;
    margin-bottom: 0;
  }
  .video li{
    width: 49%;
  }
  .video li:nth-of-type(3n){
    margin-right: 2%;
  }
  .video li:nth-of-type(2n){
    margin-right: 0%;
  }
  .content .conSub p, .content .conSub p span{
    font-size: 16px!important;
    line-height: 28px!important;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 560px){
  main{
    padding: 30px 0;
  }
  .leftNav .erLm h2{
    padding: 0 10px;
    font-size: 18px;
    line-height: 40px;
  }
  .leftNav .erLm p.xl {
      height: 40px;
      right: 10px;
  }
  .leftNav ul{
    padding: 0 10px;
  }
  .leftNav ul>li>a{
  }
  .dqwz h2{
    font-size: 20px;
    padding-left: 15px;
  }
  .dqwz h2::before {
      width: 36px;
      height: 36px;
  }
  .dqwz p, .dqwz p a {
    font-size: 13px;
    line-height: 24px;
  }
  .dqwz {
      padding-bottom: 10px;
  }
  .teaSub h2 p{
    font-size: 20px;
    line-height: 30px;
    background-size: auto 20px;
    padding-right: 35px;
    background-position: right 6px;
  }
  .teaSub h2 {
      padding-bottom: 8px;
  }
  .teaSub{
    margin-top: 20px;
  }
  .teaSub ul li{
    width: 32%;
  }
  .teaSub ul li:nth-of-type(4n){
    margin-right: 2%;
  }
  .teaSub ul li:nth-of-type(3n){
    margin-right: 0;
  }
  .teaSub ul li a{
    font-size: 18px;
    padding: 10px 0;
  }
  .fy{
    margin-top: 15px;
  }
  .imgList li a{
    flex-wrap: wrap;
  }
  .imgList li a::before{
    display: none;
  }
  .imgList li a p.img{
    width:100%;
    height: auto;
    margin-bottom: 10px;
  }
  .imgList li a p.txt{
    width: calc(100% - 80px);
    padding: 0 15px 0 10px;
  }
  .imgList li a p.time{
    width: 80px;
  }
  .imgList li a,.imgList li a:hover{
    padding: 0 0 10px 0;
    margin-bottom: 20px;
    background: #ffffff;
    box-shadow: 0px 13px 38px 0px rgba(68, 0, 4, 0.14);
  }
  .imgList li a p.txt span:nth-of-type(1){
    font-size: 16px;
    line-height: 24px;
  }
  .imgList li a p.txt span:nth-of-type(2){
    font-size: 14px;
    line-height: 20px;
    max-height: 40px;
    margin-top: 5px;
  }
  .imgList li a p.time::before{
    height: 60px;
  }
  .imgList li a p.time span{
    font-size: 24px;
    margin-bottom: 0;
  }
  .imgList li a p.time{
    font-size: 14px;
  }
  .fy a,.fy a.fySub{
    padding: 0 5px;
    margin: 0 3px;
    font-size: 12px;
  }
  .fy a.num {
      width: auto;
  }
  .txtList li{
    margin-top: 20px;
  }
  .txtList li a{
    padding: 10px;
  }
  .video li{
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
  .video li a p.txt{
    font-size: 16px;
    line-height: 40px;
    border-bottom: 1px solid #0848A7;
  }
  .video li a p.img{
    padding: 0;
  }
  .video li a p.img img{
    position: static;
    width: 100%;
    height: auto;
  }
  .content .bt{
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
  }
  .content .xq{
    margin: 15px 0;
    font-size: 14px;
    padding: 5px 0;
  }
  .content .prevNext{
    padding-top: 10px;
    margin-top: 10px;
  }
  .content .prevNext a{
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 24px;
  }
  .content.dp .bt{
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 460px){
  .teaSub ul li{
    width: 46%;
    margin-right: 8%!important;
  }
  .teaSub ul li:nth-of-type(3n){
    margin-right: 8%!important;
  }
  .teaSub ul li:nth-of-type(2n){
    margin-right: 0!important;
  }
}

@media only screen and (max-width: 420px){
   .dqwz {
      padding-bottom: 10px;
    display: inline-block;
  }
  
}