@charset "UTF-8";
.nyBanner{
  animation: 0.8s ease .3s 1 normal backwards running fadeInUp;
}
.nyBanner img{
  width: 100%;
  height: auto;
  object-fit: cover;
  min-height: 116px;
}
/*  */
main{
  padding: 0.5rem 0;
  position: relative;
  background: url(../img/bg1.png) no-repeat center;
  background-size: cover;
}
.leftNav{
  width: 3rem;
  box-sizing: border-box;
  position: relative;
  z-index: 9;
  animation: 0.8s ease .3s 1 normal backwards running fadeInLeft;
}
.leftNav .erLm h2{
  width: 100%;
  height: 1rem;
  background: url(../img/leftNavBg.png) no-repeat center;
  background-size: cover;
  font-family: SourceHanSerifCN;
  font-size: 0.32rem;
  font-weight: normal;
  line-height: 0.4rem;
  text-align: center;
  letter-spacing: 0em;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.leftNav .erLm p.xl{
  display:none;
}
.leftNav ul{
  background: #ffffff;
  position: relative;
  padding-bottom: 0.3rem;
  box-sizing: border-box;
  box-shadow: 0px 0px 0.1rem 0px rgba(0,102,51,0.1);
}
.leftNav ul>li {
  height: auto;
  width: 100%;
  position: relative;
  z-index: 10;
}
.leftNav ul>li>a{
  display: block;
  position: relative;
  font-size: 0.18rem;
  line-height: 0.36rem;
  letter-spacing: 0em;
  color: #333333;
  padding: 0.12rem 0.4rem;
  box-sizing: border-box;
  background: url(../img/erNavIcon1.png) no-repeat right 0.34rem center;
  background-size: 0.06rem auto;
}
.leftNav ul>li>a:hover{
  color: #006633;
  font-weight: 700;
  background: url(../img/erNavIcon2.png) no-repeat right 0.34rem center;
}
.leftNav ul>li.hover{
  background: #EBF1F9;
}
.leftNav ul>li.hover>a{
  color: #006633;
  font-weight: bold;
  background: url(../img/erNavIcon2.png) no-repeat right 0.34rem center;
}
.leftNav ul>li.hover>a::before{
  display: block;
  content: "";
  width: 0.08rem;
  height: 100%;
  background: #006633;
  position: absolute;
  left: 0;
  top: 0;
}
.leftNav ul li ol{
  display: none;
  padding-bottom: 0.1rem;
}
.leftNav ul>li.hover ol{
  display: block;
}
.leftNav ul li ol>li a{
  display: block;
  font-size: 0.16rem;
  line-height: 0.42rem;
  letter-spacing: 0em;
  color: #666666;
  padding-left: 0.6rem;
  box-sizing: border-box;
}
.leftNav ul li ol>li a:hover{
  color: #006633;
  font-weight: bold;
}
.leftNav ul li ol>li a.hover{
  color: #006633;
  font-weight: bold;
}
.rightCon{
  width: calc(100% - 3rem);
  padding-left: 0.5rem;
  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;
  position: relative;
  margin: 0 0 0.2rem;
}
.dqwz h2{
  font-family: Microsoft YaHei;
  font-size: 0.26rem;
  font-weight: bold;
  line-height: 0.4rem;
  letter-spacing: 0em;
  color: #006633;
}
.dqwz p,.dqwz p a{
  font-family: Microsoft YaHei;
  font-size: 0.15rem;
  font-weight: normal;
  line-height: 0.3rem;
  text-align: center;
  letter-spacing: 0em;
  color: #333333;
}
.dqwz p{
  padding-left:0.2rem;
  background:url(../img/dqwzIcon.png) no-repeat left center;
  background-size: auto 0.16rem;
}
.dqwz p a:hover{
  color: #006633;
  font-weight: bold;
}
/* 翻页 */
.fy{
  margin-top: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
/* 内容页 */
.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 iframe{
  display:block;
  width:100%;
  height:800px;
  margin:0 auto 10px;
}
.content .bt h2{
  font-size: 0.26rem;
  font-weight: bold;
  color: #333333;
  text-align: center;
  line-height: 0.4rem;
}
.content .xq{
  padding: 0.15rem 0;
  border-bottom: 1px solid #D9D9D9;
}
.content .xq p{
    font-size: 0.15rem;
    color: #333333;
    line-height: 0.2rem;
    text-align: center;
}
.content .conSub{
  margin-top: 0.2rem;
}
.content .conSub p,.content .conSub span{
  font-size: 0.18rem!important;           
  line-height: 0.36rem!important;
  text-align: justify;
  font-weight: normal;
  color: #333;
}
.content .conSub p{
  text-indent: 2em;
  margin-bottom: 0.15rem;
}
.content .conSub p img{
  display: block;
  height: auto!important;
  margin: 0 auto;
}
.content .prevNext{
  padding-top: 0.3rem;
  margin: 0.3rem 0;
  border-top: 1px solid #D9D9D9;
  align-items: flex-end;
}
.content .prevNext a{
  display: block;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.36rem;
  letter-spacing: 0em;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content .prevNext a:hover{
  color: #006633;
  font-weight: bold;
}
.content .prevNext a:last-of-type{
  margin-bottom:0;
}
/* 师资队伍 */
.teacherList{
  margin-top: 0.15rem;
}
.teacherList .sub{
  margin-bottom: 0.4rem;
}
.teacherList .sub h2{
  font-size: 0.24rem;
  line-height: 0.5rem;
  color: #333;
  border-bottom: 2px solid #b8e1d3;
  padding-left: 0.35rem;
  position: relative;
}
.teacherList .sub h2::before{
  display: block;
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  background: #b8e1d3;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.teacherList .sub h2::after{
  display: block;
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  background: #006633;
  border-radius: 100%;
  position: absolute;
  left: 0.06rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
.teacherList li{
  float: left;
  width: 15%;
  margin-right: 2%;
  margin-top: 0.2rem;
}
.teacherList li:nth-of-type(6n){
  margin-right: 0;
}
.teacherList li a{
  display: block;
  width: 100%;
  font-size: 0.18rem;
  line-height: 0.46rem;
  background: #fff;
  color: #333;
  text-align: center;
  box-shadow: 0 0 0.1rem 0 rgba(0,102,51,0.05);
}
.teacherList li a:hover{
  background: #006633;
  color: #fff;
}
/* 题图列表页 */
.imgList li{
    margin-bottom: 0.2rem;
    box-shadow: 0 0 0.16rem 0 rgba(0,102,51,0.1);
}
.imgList li:last-of-type{
  margin-bottom: 0;
}
.imgList li a{
  display: flex;
  width: 100%;
  padding: 0.2rem;
  align-items: center;
  position: relative;
  background: #fff;
  z-index: 1;
  box-sizing: border-box;
}
.imgList li a::before{
  display:block;
  content:"";
  width:0;
  height:100%;
  background: #006633;
  background-size: cover;
  position:absolute;
  left:0;
  top:0;
  transition:all .5s;
  z-index: -1;
}
.imgList li a:hover::before{
  width:100%;
}
.imgList li a .img{
  width: 3rem;
  padding: 1.9rem 0 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.imgList li a p.txt{
  width: calc(100% - 3rem);
  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.18rem;
  line-height: 0.3rem;
  max-height: 0.6rem;
  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){
  font-size: 0.15rem;
  color: #737373;
  line-height: 0.26rem;
  max-height: 0.52rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0.18rem 0;
}
.imgList li a p.txt span:nth-of-type(3){
    font-family: TimesNewRoman2;
    width: 100%;
    font-size: 0.15rem;
    color: #006633;
    line-height: 0.3rem;
    box-sizing: border-box;
    padding-left: 0.22rem;
    background: url(../img/timeIcon.png) no-repeat left center;
    background-size: 0.16rem auto;
}
.imgList li a:hover img{
  transform: scale(1.2);
}
.imgList li a:hover p.txt span:nth-of-type(1){
  color: #fff;
}
.imgList li a:hover p.txt span:nth-of-type(2){
  color: #fff;
}
.imgList li a:hover p.txt span:nth-of-type(3){
  color: #fff;
  background: url(../img/timeIcon2.png) no-repeat left center;
}
/* 文章列表页 */
.txtList li{
  margin-bottom: 0.12rem;
  box-shadow: 0px 0px 0.14rem 0px rgba(0, 0, 0, 0.05);
}
.txtList li:last-of-type{
  margin-bottom: 0;
}
.txtList li a{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0.12rem 0;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  z-index: 1;
}
.txtList li a::before{
  display: block;
  content: "";
  width: 0;
  height: 100%;
  background: #006633;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.txtList li .time{
  font-family: TimesNewRoman2;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.26rem;
  letter-spacing: 0em;
  color: #006633;
  box-sizing: border-box;
  text-align: right;
  width: 0.8rem;
}
.txtList li .time span{
  display: block;
  font-family: Microsoft YaHei;
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.2rem;
  letter-spacing: 0em;
  color: #737373;
}
.txtList li .sx{
  width: 1px;
  height: 0.2rem;
  background: #006633;
  margin: 0 0.2rem;
}
.txtList li .tit{
  font-family: Microsoft YaHei;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.24rem;
  letter-spacing: 0em;
  color: #333333;
  width: calc(100% - 1.22rem);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  max-height: 0.3rem;
}
.txtList li .tit span.fr{
  display: block;
  float: right;
  padding-right: 0.24rem;
  margin-left: 0.1rem;
  box-sizing: border-box;
}
.txtList li a:hover::before{
  width: 100%;
}
.txtList li a:hover .time,.txtList li a:hover .time span{
  color: #fff;
}
.txtList li a:hover .sx{
  background: #fff;
}
.txtList li a:hover .tit{
  color: #fff;
}
/*  */
.searchWrap .searchSub li{
  position: relative;
}
.searchWrap .searchSub li::before{
  display: block;
  content: "";
  width:0;
  height:2px;
  background: #006633;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
  z-index: 9;
}
.searchWrap .searchSub li:hover::before{
  width:100%;
}
.searchWrap .searchSub{
  border-top: 1px solid #D8D8D8;
}
.searchSub li a{
  display: block;
  font-family: Microsoft YaHei;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.36rem;
  letter-spacing: 0em;
  color: #333333;
  border-bottom: 1px solid #D8D8D8;
  box-sizing: border-box;
  padding: 0.15rem 0;
  padding-left: 0.25rem;
  background: url(../img/newListIcon.png) no-repeat left center;
  background-size: 0.15rem auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.searchSub li a span.fr{
  display: block;
  font-size: 0.15rem;
  line-height: 0.36rem;
  color: #666;
  font-weight: normal;
  margin-left: 0.1rem;
  text-indent: 0;
  font-family: TimesNewRoman2;
}
.searchSub li a:hover{
  font-weight: bold;
  color: #006633;
  text-indent: 5px;
}
.searchSub li a:hover span.fr{
  color: #006633;
}
/*  */
@media only screen and (min-width: 1040px){
  .leftNav,.leftNav ul{
    display: block!important;
  }
}
@media only screen and (max-width: 1040px){
  main{
    padding: 30px 0;
  }
  .leftNav{
    width: 100%;
    padding-left: 0;
    margin-top: 0;
  }
  .leftNav ul{
    display: none;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-radius: 0;
    background: #fff;
    padding: 0;
  }
  .leftNav .erLm h2{
    font-size: 22px;
    line-height: 48px;
    height: auto;
    text-align: left;
    box-sizing: border-box;
    background: #006633;
    color: #fff;
    margin-left: 0;
    padding: 0 20px;
    border-radius: 0;
    display: block;
  }
  .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>a{
    font-size: 18px;
    line-height: 32px;
    box-sizing: border-box;
    padding: 10px 30px;
    background: url(../img/erNavIcon1.png) no-repeat right 0.24rem center;
  }
  .leftNav ul>li>a:hover,.leftNav ul>li.hover>a{
    background: url(../img/erNavIcon2.png) no-repeat right 0.24rem center;
  }
  .leftNav ul>li.hover>a::before{
    width: 4px;
  }
  .leftNav ul li i {
    height: 54px;
    width: 35px;
  }
  .leftNav ul li ol>li a{
    text-align: left;
    font-size: 16px;
  }
  .rightCon{
    width:100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .fy{
    margin-top: 40px;
  }
  .dqwz{
    margin: 0;
  }
  .dqwz p{
    background-size:auto;
  }
  .searchWrap .searchSub{
    margin-top: 15px;
  }
  .content .conSub p,.content .conSub span{
    line-height: 0.3rem!important;
  }
  .content .conSub p{
    margin-bottom: 0.15rem;
  }
  .content .bt h2{
    font-size: 0.24rem;
    margin-top: 0.15rem;
    line-height: 0.32rem;
  }
  .imgList li{
    margin-bottom:0;
    margin-top: 20px;
  }
  .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){
    font-size: 15px;
    line-height: 22px;
    max-height: 44px;
    margin: 10px 0;
  }
  .txtList li{
    margin-bottom: 0;
    margin-top: 20px;
  }
  .teacherList li{
    width: 18.4%;
    margin-right: 2%;
  }
  .teacherList li:nth-of-type(6n){
    margin-right: 2%;
  }
  .teacherList li:nth-of-type(5n){
    margin-right: 0%;
  }
  .teacherList .sub{
    margin-bottom: 30px;
  }
}
@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{
    line-height: 38px;
    padding-left: 50px;
  }
  .fy{
    margin-top: 30px;
  }
  .searchSub li a{
    padding: 10px 0;
    padding-left: 25px;
    white-space: normal;
    text-overflow: clip;
    line-height: 24px;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    background-size: 15px auto;
    background-position: top 15px left;
  }
  .searchSub li a span.fr{
    width: 100%;
    line-height: 20px;
    margin-left: 0;
    margin-top: 8px;
  }
  .content .conSub p,.content .conSub span{
    font-size: 16px!important;
    line-height: 26px!important;
  }
  .content .conSub p{
    margin-bottom: 10px;
  }
  .content .bt h2{
    font-size: 20px;
    line-height: 28px;
  }
  .content .xq{
    padding: 10px 0;
  }
  .content .conSub{
    margin-top: 10px;
  }
  .content .prevNext{
    padding-top: 0.15rem;
    margin: 0.15rem 0;
  }
  .imgList li a .img{
    width: 40%;
  }
  .imgList li a p.txt{
    width: 60%;
  }
  .imgList li a{
    padding: 12px;
  }
  .txtList li .tit span.fr{
    display: none;
  }
  .txtList li .tit{
    padding-right: 0.1rem;
    box-sizing: border-box;
  }
  .teacherList li{
    width: 23.4%;
    margin-right: 2%;
  }
  .teacherList li:nth-of-type(5n){
    margin-right: 2%;
  }
  .teacherList li:nth-of-type(4n){
    margin-right: 0%;
  }
  .teacherList .sub h2{
    font-size: 20px;
  }
}
@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>li>a{
    font-size: 16px;
    line-height: 32px;
    padding: 8px 20px;
  }
  .leftNav ul li i {
    height: 42px;
  }
  .rightCon{
    width:100%;
    padding-left: 0;
    margin-top: 15px;
  }
  .dqwz{
    flex-wrap: wrap;
  }
  .dqwz h2{
    font-size: 18px;
    line-height: 26px;
    display: none;
  }
  .dqwz p{
    padding-left: 20px;
  }
  .dqwz p, .dqwz p a{
    font-size: 14px;
  }
  .fy{
    margin-top: 20px;
  }
  .leftNav ul li ol>li a{
    padding-left: 40px;
    font-size: 14px;
    line-height: 35px;
  }
  .leftNav ul li ol{
    padding-bottom: 5px;
  }
  .searchSub li a{
    font-size: 16px;
    background-position: top 16px left;
  }
  .searchSub li a span.fr{
    font-size: 14px;
  }
  .searchWrap .searchSub{
    margin-top: 10px;
  }
  .content .prevNext a{
    font-size: 14px;
    line-height: 24px;
    white-space: normal;
    margin-bottom: 5px;
  }
  .content .conSub p, .content .conSub span{
    font-size: 15px!important;
    line-height: 24px!important;
  }
  .content .conSub p{
    margin-bottom: 5px;
  }
  .content .bt h2{
    font-size: 18px;
    margin-top: 8px;
    line-height: 26px;
  }
  .imgList li a{
    flex-wrap: wrap;
  }
  .imgList li a .img{
    width: 100%;
    padding: 56.25% 0 0;
    margin-bottom: 10px;
  }
  .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){
  background-size: 16px auto;
  margin-top: 5px;
  }
  .imgList li a p.txt span:nth-of-type(4){
    font-size: 14px;
    margin-top: 0;
    padding-left: 24px;
    line-height: 22px;
  }
  .imgList li{
    margin-top: 12px;
    box-shadow: 0 0 0.1rem 0 rgba(0,102,51,0.1);
  }
  .txtList li a{
    padding: 10px;
  }
  .txtList li .time{
    width: 45px;
  }
  .txtList li .time{
    font-size: 16px;
  }
  .txtList li .time span{
    font-size: 13px;
  }
  .txtList li .sx{
    margin: 0 10px;
    height: 24px;
  }
  .txtList li .tit{
    padding-right: 0;
    width: calc(100% - 70px);
    -webkit-line-clamp: 2;
    font-size: 15px;
    line-height: 24px;
    max-height: 48px;
  }
  .txtList li{
    margin-top: 12px;
  }
  .teacherList li{
    width: 32%;
    margin-right: 2%;
    margin-top: 10px;
  }
  .teacherList li:nth-of-type(4n){
    margin-right: 2%;
  }
  .teacherList li:nth-of-type(3n){
    margin-right: 0%;
  }
  .teacherList .sub h2{
    font-size: 18px;
    padding-left: 24px;
  }
  .teacherList .sub{
    margin-bottom: 20px;
  }
  .teacherList .sub h2::before{
    width: 15px;
    height: 15px;
  }
  .teacherList .sub h2::after{
    width: 5px;
    height: 5px;
    left: 5px;
  }
}