@charset "UTF-8";
.nyBanner .img{
  width: 100%;
  padding: 33% 0 0;
  box-sizing: border-box;
  min-height: 160px;
}
/*  */
main{
  padding: 0.3rem 0 0.6rem;
  position: relative;
  background: url(../img/mainBg.png) no-repeat bottom center;
  background-size: 100% auto;
}
.leftNav{
  width: 3rem;
  box-sizing: border-box;
  position: relative;
  margin-top: -0.8rem;
  z-index: 9;
}
.leftNav .erLm h2{
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 0.45rem;
  letter-spacing: 0em;
  color: #FFFFFF;
  background: linear-gradient(180deg, #5993A3 0%, #82B5C3 95%);
  background-size: cover;
  position: relative;
  text-align: center;
  padding: 0.3rem 0;
  overflow: hidden;
}
.leftNav .erLm p.xl{
  display:none;
}
.leftNav ul{
  background: #ffffff;
  position: relative;
  padding: 0.15rem 0.2rem;
  box-sizing: border-box;
  box-shadow: 0 0.05rem 0.15rem 0 rgba(55, 113, 132,0.1);
}
.leftNav ul>li {
  height: auto;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #efefef;
  z-index: 10;
  padding: 0.18rem 0;
}
.leftNav ul>li:last-of-type{
  border-bottom: none;
}
.leftNav ul>li>a{
  display: block;
  position: relative;
  font-size: 0.2rem;
  line-height: 0.34rem;
  letter-spacing: 0em;
  color: #333;
}
.leftNav ul>li>a:hover{
  color: #377184;
  font-weight: 700;
}
.leftNav ul>li.hover>a{
  color: #377184;
  font-weight: bold;
}
.leftNav ul>li.hover{
    border-bottom: 1px solid #377184;
}
.leftNav ul li.hover ol{
  background: #ffffff;
}
.leftNav ul li ol>li{
  margin-top:0.1rem;
}
.leftNav ul li ol>li a{
  display: block;
  font-size: 0.16rem;
  line-height: 0.3rem;
  letter-spacing: 0em;
  color: #666666;
  padding-left: 0.2rem;
  box-sizing: border-box;
}
.leftNav ul li ol>li a:hover{
  color: #377184;
  font-weight: bold;
}
.leftNav ul li ol>li a.hover{
  color: #377184;
  font-weight: bold;
}
.rightCon{
  width: calc(100% - 3rem);
  padding-left: 0.7rem;
  box-sizing: border-box;
}
.dqwz{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #d4d4d4;
  position: relative;
}
.dqwz h2{
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.3rem;
  letter-spacing: 0em;
  color: #377184;
  position: relative;
  padding-left: 0.2rem;
}
.dqwz h2::before{
  display: block;
  content: "";
  width: 3px;
  height: 0.22rem;
  background: #377184;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 1px;
}
.dqwz p,.dqwz p a{
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.26rem;
  text-align: left;
  letter-spacing: 0em;
  color: #8c8c8c;
}
.dqwz p{
  padding-left:0.32rem;
  background:url(../img/dqwzIcon.png) no-repeat left center;
  background-size: auto 0.2rem;
}
.dqwz p a:hover{
  color: #377184;
  font-weight: bold;
}
.fy{
  margin-top: 0.5rem;
}
.xshd{
}
.xshd ul li{
  position:relative;
}
.xshd ul li a{
  display: block;
  width: 100%;
  font-size: 0.18rem;
  line-height: 0.3rem;
  padding: 0.2rem 0;
  background-size: auto;
  border-bottom: 1px solid #dbe6fb;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.xshd ul li::before{
  display: block;
  content: "";
  width: 0;
  height: 2px;
  background: #377184;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 3;
}
.xshd ul li::after{
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #629BAB;
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: 3;
}
.xshd ul li span.fr{
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #377184;
  display: block;
  margin-left: 8px;
  text-indent:0;
  font-weight:normal;
  padding-left: 0.25rem;
  background: url(../img/timeIcon.png) no-repeat left center;
  box-sizing: border-box;
  background-size: 0.2rem auto;
}
.xshd ul li:hover::after{
  display:block;
}
.xshd ul li:hover::before{
  width: 100%;
}
.xshd ul li a:hover{
  color: #377184;
  text-indent: 10px;
  font-weight:bold;
}
.xshd ul li a:hover span.fr{
    color: #377184;
}
.content .bt{
  font-size: 0.24rem;
  line-height: 1.4em;
  text-align: center;
  letter-spacing: 0em;
  margin-top: 0.4rem;
  color: #333;
}
.content .bt.about{
  margin: 0.3rem 0 0;
}
.conSub.about{
  margin-top: 0.2rem;
}
.content .xq{
  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 .conSub p,.content .conSub p span{
  font-family: "sys"!important;
  font-size: 0.18rem!important;
  line-height: 1.8em!important;
  text-indent: 2em;
  letter-spacing: 0em;
  color: #333;
  text-align: justify;
}
.content .conSub .table-container{width:100%;overflow-x: auto;}
.content .conSub table{
    display: table;
    border: none!important;
    border-right: 1px solid #333!important;
    border-bottom: 1px solid #333!important;
    margin: 0 auto!important;
    width: 100%;
    background: #fff;
    min-width: 768px;
}
.content .conSub table tr th,
.content .conSub table tr td {
    border:none!important;
    border-left: 1px solid #333!important;
    border-top: 1px solid #333!important;
    padding: 5px !important;
    text-align: center;
    width: auto !important;
}
.content .conSub table tr th p,.content .conSub table tr td p{text-indent: 0 !important;}
.content .conSub img{
  display: block;
  height: auto!important;
  margin: 0.08rem auto;
  max-width: 100%;
}
.content .conSub p{
  margin: 0.08rem 0;
}
.content .conSub iframe{
  display:block;
  width:100%;
  height:800px;
  margin:0 auto 10px;
}
.content .prevNext{
  padding-top: 0.3rem;
  margin-top: 0.3rem;
  border-top: 1px solid rgba(55, 113, 132,0.2);
  align-items: flex-end;
}
.content .prevNext .list{
  width: calc(100% - 1.65rem);
}
.content .prevNext .list a{
  display: block;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.36rem;
  letter-spacing: 0em;
  color: #333333;
  margin-bottom: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content .prevNext .list a span{
  font-weight: 700;
  color: #377184;
}
.content .prevNext .list a:hover{
  color: #377184;
  font-weight:700;
}
.content .prevNext .list a:last-of-type{
  margin-bottom:0;
}
.content .prevNext .a svg{
  width:0.24rem;
  height:0.24rem;
  fill:#fff;
  margin-right: 0.1rem;
}
.fanhui{text-align: center;justify-content: center;}
.fanhui .a{display: flex;justify-content: center;align-items: center;border-radius: 50vw;font-size: .2rem;color: #fff;width: 1.48rem;height: .52rem;background: #377184;}

.exampleSub {
  margin-top: 0.1rem;
}
.exampleSub ul li{
  float: left;
  width:32%;
  margin-right: 2%;
  margin-top: 0.25rem;
}
.exampleSub ul li:nth-of-type(3n){
  margin-right: 0;
}
.exampleSub ul li a{
  display: block;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 0.15rem;
  border-radius: 0.1rem;
}
.exampleSub ul li a .img{
  padding: 63% 0 0;
}
.exampleSub ul li a .tit{
    font-size: 0.18rem;
    line-height: 0.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 0.2rem;
    border-top: none;
    box-sizing: border-box;
    margin: 0.15rem 0 0;
    text-align: center;
}
.exampleSub ul li a:hover{
}
.exampleSub ul li a:hover .tit{
  color:#377184;
  font-weight:bold;
}
.imgList li a{
  display: flex;
  width: 100%;
  padding: 0.3rem 0;
  border-bottom: 1px solid #e7e7e7;
  align-items: center;
  position: relative;
}
.imgList li a::before{
  display:block;
  content:"";
  width:0;
  height:2px;
  background: #377184;
  position:absolute;
  left:0;
  bottom:-1px;
  transition:all .5s;
}
.imgList li a:hover::before{
  width:100%;
}
.imgList li a:hover::after{
  left:100%;
}
.imgList li a .img{
  width: 3.4rem;
  padding: 2.1rem 0 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.imgList li a p.txt{
  width: calc(100% - 3.4rem);
  padding-left: 0.4rem;
  box-sizing: border-box;
}
.imgList li.noImg a p.txt{
  width: 100%;
  padding-left: 0;
}
.imgList li a p.txt span{
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.imgList li a p.txt span:nth-of-type(1){
  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;
}
.imgList li a p.txt span:nth-of-type(2){
  display: block;
  width: 0.6rem;
  height: 2px;
  background: #377184;
  margin: 0.1rem 0 0.15rem;
}
.imgList li a p.txt span:nth-of-type(3){
  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;
}
.imgList li a p.txt span:nth-of-type(4){
    width: 100%;
    font-size: 0.16rem;
    color: #377184;
    line-height: 0.3rem;
    box-sizing: border-box;
    padding-left: 0.3rem;
    margin-top: 0.1rem;
    background: url(../img/timeIcon.png) no-repeat left center;
    background-size: 0.2rem auto;
}
.imgList li a:hover img{
  transform: scale(1.2);
}
.imgList li a:hover p.txt span:nth-of-type(1){
  color: #377184;
}
.imgList li a:hover p.txt span:nth-of-type(2){
  color: #333333;
}
.imgList li a:hover p.txt span:nth-of-type(3){
  color: #333333;
}
/* 师资队伍 */
.teacherList li{
  float: left;
  width: 47.5%;
  margin-right: 5%;
  margin-top: 0.35rem;
}
.teacherList li:nth-of-type(2n){
  margin-right: 0;
}
.teacherList li a{
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: auto;
  background: #fff url(../img/teacherBg.png) no-repeat right bottom;
  background-size: cover;
  padding: 0.25rem 0.35rem;
  box-sizing: border-box;
  box-shadow: 0 0.05rem 0.15rem 0 rgba(196,196,196,0.75);
  position: relative;
  border-radius: 0.15rem 0.15rem 0 0;
}
.teacherList li a .img{
  width: 1.5rem;
  padding: 1.92rem 0 0;
  border-radius: 0 0.2rem 0 0;
}
.teacherList li a .con{
  width: calc(100% - 1.5rem);
  padding-left: 0.3rem;
  box-sizing: border-box;
}
.teacherList li a .con p{
  font-size: 0.16rem;
  line-height: 0.26rem;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 0.52rem;
}
.teacherList li a .con p.tit{
  font-size: 0.24rem;
  line-height: 0.5rem;
  color: #377184;
  font-weight: bold;
}
.teacherList li a .con p.more{
  color: #69B2C1;
  text-align: right;
  padding-right: 0.25rem;
  box-sizing: border-box;
  margin-top: 0.15rem;
  background: url(../img/moreIcon.png) no-repeat right center;
  transition: all .3s;
}
.teacherList li a .con p.tit span{font-size: 0.18rem;font-weight: normal;}
.teacherList li a:hover .con p.tit{
  color: #377184;
  font-weight: bold;
}
.teacherList li a .con p.more:hover{
  padding-right: 0.35rem;
}
/* 新增 */
.wznrCon .content{
  width: 66.8%;
}
.wznrCon .con_list{
  width: 28%;
}
.con_list{
}
.con_list div.tit.flex{
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 0.15rem;
  margin-top: 0.4rem;
}
.con_list .tit h2{
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #377184;
  font-weight: normal;
  padding-left: 0.4rem;
}
.con_list .sj .tit h2{

}
.con_list .xwNew .tit h2{
  background: url(../img/icon-news.png) no-repeat left center;
  background-size: 0.26rem auto;
}
.con_list .tit a{
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #999;
}
.con_list .tit a:hover{
  color: #377184;
}
.xwNew ul li a{
  display: block;
  width: 100%;
  height: auto;
  padding: 0.15rem 0;
  border-bottom: 1px dashed  #d2d2d2;
}
.xwNew ul li a .tit{
  font-size: 0.18rem;
  line-height: 0.28rem;
  color: #333;
  padding-left: 0.2rem;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0.05rem;
  transition: all .3s;
}
.xwNew ul li a .tit::before{
  display: block;
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  position: absolute;
  left: 0;
  top: 0.1rem;
  background: #999;
  border-radius: 100%;
}
.xwNew ul li a .time{
  font-size: 0.16rem;
  line-height: 0.2rem;
  color: #999;
  box-sizing: border-box;
  padding-left: 0.45rem;
  background: url(../img/timeIcon.png) no-repeat left 0.2rem center;
  background-size: 0.2rem auto;
}
.xwNew ul li a:hover .tit{
  color: #377184;
  font-weight: bold;
  padding-left: 0.25rem;
}
.xwNew ul li a:hover .tit::before{
  background: #377184;
}
.sj ul{
  margin-top: 0.3rem;
}
.sj ul li,.sj ul li a{
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}
.sj ul a .img{
  width: 100%;
  padding: 60% 0 0;
}
.sj ul a .tit{
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 0.1rem;
  box-sizing: border-box;
}
.sj ul a .tit p{
  font-size: 0.18rem;
  line-height: 0.26rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sj ul .slick-prev,.sj ul .slick-next{
  width: 0.48rem;
  height: 0.48rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #1458dc;
  border-radius: 100%;
  z-index: 9;
}
.sj ul .slick-next{
  transform: translateY(-50%) rotateY(180deg);
}
.sj ul .slick-prev{
  left: -0.24rem;
}
.sj ul .slick-next{
  right: -0.24rem;
}
/*  */
@media only screen and (min-width: 1040px){
  .leftNav,.leftNav ul{
    display: block!important;
  }
}
@media only screen and (max-width: 1660px){
  .teacherList li{
    width: 48.5%;
    margin-right: 3%;
  }
}
@media only screen and (max-width: 1040px){
  main{
    padding: 40px 0;
  }
  .leftNav{
    width: 100%;
    padding-left: 0;
    margin-top: 0;
  }
  .leftNav ul{
    padding: 0 20px;
    display: none;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-radius: 0;
    background: #fff;
  }
  .leftNav .erLm h2{
    font-size: 22px;
    line-height: 48px;
    text-align: left;
    box-sizing: border-box;
    background: #377184;
    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;
  }
  .leftNav .erLm p.xl.on{
    transform: translateY(-50%) rotate(-90deg);
  }
  .leftNav ul>li{
    padding: 10px 0;
  }
  .leftNav ul>li.hover>a{
    color: #377184;
    font-weight: 700;
  }
  .leftNav ul>li>a{
    font-size: 18px;
    line-height: 32px;
    box-sizing: border-box;
  }
  .leftNav ul li i {
    height: 54px;
    width: 35px;
  }
  .leftNav ul li ol>li a{
    text-align: left;
    font-size: 16px;
    padding-left: 10px;
  }
  .rightCon{
    width:100%;
    padding-left: 0;
    margin-top: 25px;
  }
  .fy{
    margin-top: 50px;
  }
  .content .bt,.txtList li{
    margin-top: 30px;
  }

  .content .xq{
    margin: 30px 0;
    font-size: 16px;
    padding: 8px 0;
  }
  .content .bt{
    font-size: 22px;
  }
  .content .prevNext{
    padding-top: 20px;
    margin-top: 20px;
  }
  .content .prevNext .list a{
    font-size: 16px;
    line-height: 30px;
  }
  .imgList li a{
    padding: 25px 0;
  }
  .imgList li a .img{
    width: 25%;
    padding: 160px 0 0;
  }
  .imgList li a p.txt{
    width: 75%;
    padding-left: 20px;
  }
  .imgList li a p.txt span:nth-of-type(1){
    font-size: 18px;
    line-height: 28px;
    max-height: 56px;
  }
  .imgList li a p.txt span:nth-of-type(2){
    margin: 8px 0 10px;
  }
  .imgList li a p.txt span:nth-of-type(3){
    font-size: 15px;
    line-height: 22px;
    max-height: 44px;
  }
  .imgList li a p.txt span:nth-of-type(4){
    font-size: 15px;
    line-height: 35px;
    margin-top: 0;
  }
  .exampleSub ul li a{
    padding: 10px;
    border-radius: 5px;
  }
  .exampleSub ul li a .tit{
    margin-top: 10px;
  }
  .xshd ul li span.fr{
    width: 100%;
    font-size: 16px;
    margin-left: 0;
    background-size: 16px auto;
  }
  .xshd ul li a{   
    text-overflow: clip;
    white-space: normal;
  }
  .teacherList li{
    width: 100%;
    margin-right: 0;
    margin-top: 25px;
  }
  .teacherList li a{
    padding: 20px;
  }
  .wznrCon .content{
    width: 100%;
  }
  .wznrCon .con_list{
    width: 100%;
  }
  .sj ul .slick-prev{
    left: 0.3rem;
  }
  .sj ul .slick-next{
    right: 0.3rem;
  }
  .nyBanner .img{
    padding: 56.25% 0 0;
  }
}
@media only screen and (max-width: 768px){
  main{
    padding: 30px 0;
  }
  .leftNav .erLm h2{
    font-size: 20px;
    line-height: 44px;
    padding: 0 15px;
  }
  .leftNav .erLm p.xl{
    right: 15px;
    width: 25px;
    height: 25px;
  }
  .leftNav ul li i {
    height: 50px;
    width: 30px;
  }
  .leftNav ul li ol>li a{
    font-size: 14px;
    line-height: 20px;
  }
  .fy{
    margin-top: 30px;
  }
  .content .conSub p, .content .conSub p span{
    font-size: 15px!important;
  }
  .content .conSub p{
    margin:5px 0;
  }
  .content .conSub img{
    margin:5px auto;
  }
  .xshd ul li a{
    padding: 15px 0;
    font-size: 16px;
    line-height: 25px;
  }
  .xshd ul li a::after{
    width: 6px;
    height: 6px;
    transform: none;
    top: 30px;
  }
 .xshd ul li span.fr{
  line-height: 0.3rem;
  margin-left: 0;
  background-size: 16px auto;
  margin-bottom: 3px;
 }
  .conSub.about{
    margin-top: 10px;
  }
  .exampleSub ul li{
    width:49%;
    margin-right: 2%;
    margin-top: 15px;
  }
  .exampleSub ul li:nth-of-type(3n){
    margin-right: 2%;
  }
  .exampleSub ul li:nth-of-type(2n){
    margin-right: 0%;
  }
  .content .xq{
    margin:15px 0;
  }
  .imgList li a .img{
    width: 40%;
  }
  .imgList li a p.txt{
    width: 60%;
  }
  .teacherList li{
    width: 100%;
    margin-right: 0%;
    margin-top: 20px;
  }
  .content .prevNext .list{
    width: 100%;
  }
  .content .prevNext{
    flex-wrap: wrap;
  }
  .fanhui{
    margin: 20px auto 0;
  }
  .content .xq{
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 560px){
  main{
    padding: 20px 0;
  }
  .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;
  }
  .leftNav ul li i {
    height: 42px;
  }
  .leftNav ul li ol>li{
    margin-top:5px;
  }
  .rightCon{
    width:100%;
    padding-left: 0;
    margin-top: 15px;
  }
  .dqwz{
    padding-bottom: 5px;
    flex-wrap: wrap;
  }
  .dqwz h2{
    font-size: 18px;
    padding-left: 10px;
  }
  .dqwz p{
    padding-left: 20px;
    background-size: auto 15px;
    background-position: left 3px;
  }
  .dqwz p, .dqwz p a{
    font-size: 14px;
  }
  .fy{
    margin-top: 30px;
  }
  .content .bt{
    font-size: 18px;
    margin: 10px 0;
  }
  .content .bt.about {
      margin-top: 20px;
  }
  .content .xq{
    margin: 12px 0;
    font-size: 14px;
    padding: 5px 0;
  }
  .content .prevNext{
    padding-top: 10px;
    margin-top: 10px;
  }
  .content .prevNext .list a{
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 24px;
    white-space: normal;
    text-overflow: clip;
  }
  .conSub.about{
    margin-top: 5px;
  }
  .zysz li{
    width: 100%;
    margin-right: 0;
    margin-top: 10px;
  }
  .exampleSub ul li{
    width:100%;
    margin-right: 2%;
    margin-top: 15px;
  }
  .exampleSub{
    margin-top: 0;
  }
  .exampleSub ul li a .tit{
    font-size: 16px;
    line-height: 26px;
    height: auto;
    -webkit-line-clamp: 10;
  }
  .imgList li a{
    padding: 20px 0 10px;
    flex-wrap: wrap;
  }
  .imgList li a .img{
    width: 100%;
    padding: 56% 0 0;
    margin-bottom: 15px;
  }
  .imgList li a p.txt{
    width: 100%;
    padding-left: 0;
  }
  .imgList li a p.txt span:nth-of-type(1){
    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;
  }
  .imgList li a p.txt span:nth-of-type(2) {
      display: none;
  }
  .imgList li a p.txt span:nth-of-type(3){
    font-size: 14px;
    line-height: 22px;
    max-height: 66px;
    margin: 5px 0;
  }
  .imgList li a p.txt span:nth-of-type(4){
    font-size: 14px;
    margin-top: 0;
    padding-left: 24px;
    line-height: 22px;
  }
  .teacherList li a{
    padding: 10px;
    border-radius: 5px 5px 0 0;
  }
  .teacherList li a .img{
    width: 120px;
    padding: 154px 0 0;
  }
  .teacherList li a .con{
    width: calc(100% - 120px);
    padding-left: 15px;
  }
  .teacherList li a .con p.tit{
    line-height: 0.3rem;
    font-size: 18px;
  }
  .teacherList li a .con p.tit span{
    font-size: 16px;
  }
  .teacherList li a .con p{
    font-size: 14px;
    line-height: 22px;
  }
  .teacherList li a .con p.more{
    margin-top: 5px;
  }
  .fanhui{
    margin: 15px auto 0;
  }
  .content .prevNext .fanhui .a{
    margin-bottom: 0;
    height: 36px;
    width: 120px;
    font-size: 16px;
  }
  .con_list div.tit.flex{
    margin-top: 20px;
    padding-bottom: 5px;
  }
  .sj ul{
    margin-top: 20px;
  }
  .xwNew ul li a{
    padding: 10px 0;
  }
  .sj ul .slick-prev{
    left: 10px;
  }
  .sj ul .slick-next{
    right: 10px;
  }
}