@charset "utf-8";
.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;
}

.banner .news_images a{
    display: block;
    width: 100%;
    padding: 40% 0 0;
    position: relative;
}
.banner .news_images img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.banner .slick-dots{
    bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner .slick-dots li{
    width: 32px;
    height: 32px;
    margin-right: 20px;
    position: relative;
}
.banner .slick-dots li:last-of-type{
    margin-right: 0;
}
.banner .slick-dots li:last-of-type::before{
    display: none;
}
.banner .slick-dots li button,.banner .slick-dots li button:before{
    width: 10px;
    height: 10px;
}
.banner .slick-dots li button:before {
    border-radius: 100%;
    content: '';
    opacity: 1;
    background: rgba(255, 255, 255, 1);
    transform: translate(-50%,-50%);
    z-index: 10;
}
.banner .slick-dots li.slick-active,.banner .slick-dots li.slick-active button,.banner .slick-dots li.slick-active button:before{
    width: 32px;
    height: 32px;
}
.banner .slick-dots li.slick-active button:before{
    background: url(../img/dotsIcon.png) no-repeat center;
}
.banner .slick-prev,.banner .slick-next{
    width: 55px;
    height: 55px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}
.banner .slick-prev{
    left: 50px;
    background: rgba(255, 255, 255, 0.3) url(../img/prevIcon.png) no-repeat center;
}
.banner .slick-prev:hover{
    background: rgba(150, 0, 1, 1) url(../img/prevIcon.png) no-repeat center;
}
.banner .slick-next{
    left: auto;
    right: 50px;
    background: rgba(255, 255, 255, 0.3) url(../img/nextIcon.png) no-repeat center;
}
.banner .slick-next:hover{
    background: rgba(150, 0, 1, 1) url(../img/nextIcon.png) no-repeat center;
}

video{margin:0 auto;}
/* 内容区 */
main{
  background: #ffffff;
  margin-bottom: 60px;
}
.leftNav{
  width: 256px;
  animation: 0.8s ease .3s 1 normal backwards running fadeInLeft;
  position: relative;
}
.leftNav .erLm h2{
  font-family: Source Han Serif CN;
  width: 100%;
  font-size: 28px;
  font-weight: bold;
  line-height: 35px;
  padding: 20px 0;
  letter-spacing: 0em;
  color: #FFFFFF;
  background: #8F0001;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  z-index: 999;
}
.leftNav .erLm h2::before{
  display: block;
  content: "";
  border-left: 256px solid #8f0001;
  border-right: 0 solid transparent;
  border-top: 25px solid transparent;
  border-bottom: 0 solid transparent;
  position: absolute;
  left: 0;
  bottom: 100%;
}
.leftNav ul{
  padding: 12px 25px;
  background: linear-gradient(180deg, #FFFFFF 38%, #FFFFFF 100%);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}
.leftNav ul li {
  height: auto;
  width: 100%;
  position: relative;
}
.leftNav ul>li>a{
  display: block;
  position: relative;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
  padding: 25px 0;
  letter-spacing: 0em;
  color: #2C2C2C;
  border-bottom: 1px dashed rgba(252, 226, 165, 0.59);
  text-align: center;
}
.leftNav ul li:last-of-type a{
  border-bottom: none;
}
.leftNav ul>li>a:hover,.leftNav ul>li.hover>a{
  color: #8F0001;
}
.rightCon{
  width: calc(100% - 256px);
  padding-left: 70px;
  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: 23px;
  border-bottom: 1px solid #D8D8D8;
  margin-top: 45px;
}
.dqwz h2{
  font-family: Microsoft YaHei;
  font-size: 28px;
  font-weight: normal;
  line-height: 36px;
  letter-spacing: 0em;
  color: #2C2C2C;
  position: relative;
}
.dqwz p{
  padding-left: 20px;
  background: url(../img/dqwzIcon.png) no-repeat left center;
}
.dqwz p,.dqwz p a{
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: normal;
  line-height: 36px;
  letter-spacing: 0em;
  color: #626262;
}
.dqwz p a:hover{
  color: #8F0001;
}
.about h2.bt{
  text-align: center;
  margin: 25px  0;
  font-family: Source Han Sans CN;
  font-size: 20px;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: 0em;
  color: #373737;
}
.about .aboutSub p{
  margin-bottom: 5px;
}
.about .aboutSub p,.about .aboutSub span{
  font-family: Source Han Sans CN;
  font-size: 16px!important;
  font-weight: normal;
  line-height: 32px!important;
  letter-spacing: 0em;
  color: #3D3D3D!important;
  text-align: justify;
}
.xbjjBanner{
  margin: 40px 0;
  position: relative;
}
.xbjjImg li img{
  display: block;
  width: 100%;
  height: 510px;
  object-fit: cover;
}
.xbjjDots{
  margin-top: 30px;
  padding: 0 45px;
  box-sizing: border-box;
  position: relative;
}
.xbjjDots li{
  padding: 0 10px;
  box-sizing: border-box;
  position: relative;
}
.xbjjDots li::before{
  display: block;
  content: "";
  width: calc(100% - 20px);
  height: 100%;
  position: absolute;
  left: 10px;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}
.xbjjDots .slick-current::before{
  display: none;
}
.xbjjDots li img{
  display: block;
  width: 100%;
  height: 112px;
  object-fit: cover;
}
.xbjjBanner p.prev,.xbjjBanner p.next{
  width: 35px;
  height: 35px;
  border-radius: 100%;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  transform: translateY(-33px);
  cursor: pointer;
}
.xbjjBanner p.prev{
  left: 0;
  background: #D8D8D8 url(../img/prevIcon.png) no-repeat center;
}
.xbjjBanner p.next{
  right: 0;
  background: #D8D8D8 url(../img/nextIcon.png) no-repeat center;
}
.xbjjBanner p.prev:hover{
  background: #8f0001 url(../img/prevIcon.png) no-repeat center;
}
.xbjjBanner p.next:hover{
  background: #8f0001 url(../img/nextIcon.png) no-repeat center;
}
.teacher ul li{
  float: left;
  width: 47%;
  margin-right: 6%;
  margin-top: 45px;
  padding: 15px;
  border: 1px solid #C0C0C0;
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  z-index: 9;
}
.teacher ul li::before{
  display: block;
  content: "";
  width: 266px;
  height: 100%;
  background: rgba(143, 0, 1, 0.1);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
.teacher ul li::after{
  display: block;
  content: "";
  border-left: 118px solid transparent;
  border-right: 0 solid transparent;
  border-top: 335px solid #fff;
  border-bottom: 0px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transform: translateX(148px);
}
.teacher ul li:nth-of-type(2n){
  margin-right: 0;
}
.teacher ul li p.img{
  width: 244px;
  height: 303px;
}
.teacher ul li p.img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.teacher ul li p.txt{
  width: calc(100% - 244px);
  box-sizing: border-box;
  padding: 0 7%;
}
.teacher ul li p.txt span{
  display: block;
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: 0em;
  color: #9E9E9E;
  text-align: justify;
}
.teacher ul li p.txt span:nth-of-type(1){
  font-family: Microsoft YaHei;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0em;
  color: #373737;
  margin-bottom: 15px;
}
.teacher ul li p.txt a{
  display: block;
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
  color: #9E9E9E;
  margin-top: 20px;
  padding: 20px 0 5px;
  border-top: 1px solid #D8D8D8;
  background: url(../img/teacherIcon1.png) no-repeat right bottom 12px;
}
.teacher ul li p.txt a:hover{
  color: #8F0001;
  font-weight: bold;
  background: url(../img/teacherIcon2.png) no-repeat right bottom 12px;
}
.fy{
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.fy a{
  display: block;
  text-align: center;
  line-height: 30px;
  border-radius: 2px;
  border: 1px solid #DCDCDC;
  margin: 0 6px;
}
.fy a:first-of-type,
.fy a:last-of-type{
  border: 1px solid transparent;
}
.fy a.fySub{
  font-family: Microsoft YaHei;
  font-size: 14px;
  font-weight: normal;
  color: #575757;
  padding: 0 10px;
}
.fy a.num{
  width: 30px;
  font-family: Microsoft YaHei;
  font-size: 14px;
  color: #575757;
}
.fy a.on,.fy a:hover{
  color: #FFFFFF;
  background: #8F0001;
  border: 1px solid #8F0001;
}
.imgList li{
  margin-top: 35px;
}
.imgList li a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding: 25px 50px;
  background: rgba(255, 252, 244, 1);
  position: relative;
  z-index: 9;
}
.imgList li a::before{
  display: block;
  content: "";
  width: 0;
  height: 100%;
  background: #8F0001 url(../img/imgListBg.png) no-repeat center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.imgList li a p.img{
  width: 266px;
  height: 186px;
  overflow: hidden;
}
.imgList li a p.img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}
.imgList li a p.txt{
  width: calc(100% - 266px);
  padding-left: 35px;
  box-sizing: border-box;
}
.imgList li.noImg a p.txt{
  width: 100%;
  padding-left: 0;
} 
.imgList li a p.txt span{
  display: block;
}
.imgList li a p.txt span:nth-of-type(1){
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0em;
  color: rgba(143, 0, 1, 0.5);
}
.imgList li a p.txt span:nth-of-type(1) b{
  font-family: Microsoft YaHei;
  font-size: 25px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 0em;
  color: #8F0001;
  margin-right: 15px;
}
.imgList li a p.txt span:nth-of-type(2){
  font-family: Microsoft YaHei;
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: 0em;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 15px 0;
}
.imgList li a p.txt span:nth-of-type(3){
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  max-height: 56px;
  letter-spacing: 0em;
  color: #898989;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.imgList li a:hover::before{
  width: 100%;
}
.imgList li a:hover img{
  transform: scale(1.2);
}
.imgList li a:hover p span,.imgList li a:hover p b{
  color: #ffffff!important;
}
.txtList ul{
  margin-top: 30px;
}
.txtList ul li a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 45px;
  border-bottom: 1px dashed #FCE2A5;
  position: relative;
  z-index: 9;
}
.txtList li a::before{
  display: block;
  content: "";
  width: 0;
  height: 100%;
  background: #8F0001 url(../img/txtListBg.png) no-repeat center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.txtList ul li a .time{
  width: 130px;
  padding-right: 35px;
  box-sizing: border-box;
  position: relative;
}
.txtList ul li a .time::before{
  display: block;
  content: "";
  width: 1px;
  height: 50px;
  background: rgba(255, 238, 238, 1);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.txtList ul li a .time span{
  width: 95px;
  text-align: center;
  display: block;
}
.txtList ul li a .time span:nth-of-type(1){
  font-family: Microsoft YaHei;
  font-size: 32px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 0em;
  color: #8F0001;
  margin-bottom: 20px;
}
.txtList ul li a .time span:nth-of-type(2){
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: 0em;
  color: #9E9E9E;
  border: 1px solid #FCE2A5;
  box-sizing: border-box;
}
.txtList ul li a .txt{
  width: calc(100% - 135px);
  padding-left: 35px;
  box-sizing: border-box;
}
.txtList ul li a .txt span{
  display: block;
}
.txtList ul li a .txt span:nth-of-type(1){
  font-family: Microsoft YaHei;
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: 0em;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.txtList ul li a .txt span:nth-of-type(2){
  font-family: Microsoft YaHei;
  font-size: 15px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: 0em;
  color: #8D8D8D;
  max-height: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 10px;
}
.txtList ul li a:hover::before{
  width: 100%;
}
.txtList ul li a:hover .time span{
  color: #ffffff!important;
}
.txtList ul li a:hover .txt span:nth-of-type(1){
  color: #fff;
  font-weight: bold;
}
.txtList ul li a:hover .txt span:nth-of-type(2){
  color: #FCE2A5;
}
.txtList ul li a:hover .time::before{
  background: rgba(255, 229, 229, 0.17);
}
main.con{
  background: url(../img/conBg.png) no-repeat right bottom -52px;
}
.content .bt{
  width: calc(100% - 140px);
  height: 90px;
  font-family: Microsoft YaHei;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0em;
  background: #8F0001;
  margin: 30px auto;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.content .bt::after,.content .bt::before{
  display: block;
  content: "";
  border-top: 45px solid transparent;
  border-bottom: 45px solid transparent;
  position: absolute;
  top: 0;
}
.content .bt::after{
  left: -35px;
  border-right: 35px solid #8F0001;
}
.content .bt::before{
  right: -35px;
  border-left: 35px solid #8F0001;
}
.content .xq p{
  font-family: Microsoft YaHei;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0em;
  color: #9E9E9E;
  padding-left: 20px;
  margin-right: 50px;
}
.content .xq{
  display: flex;
  align-items: center;
  justify-content: center;
}
.content .xq p:nth-of-type(1){
  background: url(../img/xqIcon1.png) no-repeat left center;
}
.content .xq p:nth-of-type(2){
  background: url(../img/xqIcon2.png) no-repeat left center;
}
.content .xq p:nth-of-type(3){
  margin-right: 0;
  background: url(../img/xqIcon3.png) no-repeat left center;
}
.content .conSub{
  margin-top: 50px;
}
.content .conSub p,.content .conSub span{
  font-family: Microsoft YaHei;
  font-size: 18px!important;
  font-weight: normal;
  line-height: 35px!important;
  letter-spacing: 0em;
  color: #333333;
  text-align: justify;
  text-indent: 2em;
  margin-bottom: 30px;
}
.content .conSub img{
 display: block;
    /* width: auto; */
    height: auto;
    max-width: 80%;
    margin: 0 auto 30px;
}
.content .prevNext a{
  display: flex;
  align-items: center;
  width: 100%;
  height: 70px;
  font-family: Microsoft YaHei;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  padding-left: 60px;
  box-sizing: border-box;
  margin-top: 22px;
  position: relative;
  background: linear-gradient(90deg, rgba(252, 226, 165, 0.41) 2%, rgba(255, 207, 96, 0) 100%);
}
.content .prevNext a::before{
  display: block;
  content: "";
  border-left: 30px solid #fff;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
}
.content .prevNext a span{
  color: #8F0001;
  display: block;
  min-width: 64px;
  margin-right: 15px;
}
.content .prevNext a:hover{
  color: #8F0001;
}