@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: 80px 0;
  background: #ffffff;
}
.leftNav{
  width: 2.6rem;
  animation: 0.8s ease .3s 1 normal backwards running fadeInLeft;
}
.leftNav .erLm h2{
  font-family: Microsoft YaHei;
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 1rem;
  letter-spacing: 0em;
  color: #FFFFFF;
  background: #9B0D14 url(../img/icon.png) no-repeat left -15px bottom -15px;
  text-align: center;
  border-bottom: 5px solid #FFAE01;
  position: relative;
}
.leftNav .erLm h2::before{
  display: block;
  content: "";
  border-left: 30px solid transparent;
  border-right: 30px solid #FFFFFF;
  border-top: 0 solid transparent;
  border-bottom: 30px solid transparent;
  position: absolute;
  right: 0;
  top: 0;
}
.leftNav .erLm p.xl{
  display:none;
}
.leftNav ul{
  padding: 0.25rem 0;
  background: rgba(0, 0, 0, 0.04);
}
.leftNav ul li {
  height: auto;
  width: 100%;
  position: relative;
}
.leftNav ul>li>a{
  display: block;
  position: relative;
  font-family: Microsoft YaHei;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.36rem;
  text-align: center;
  letter-spacing: 0em;
  color: #333333;
}
.leftNav ul>li>a:hover{
  color: #9B0D14;
}
.leftNav ul>li.hover{
  margin: 0.15rem 0;
}
.leftNav ul>li.hover>a{
  font-weight: 700;
  line-height: 0.6rem;
  color: #ffffff;
  background: #9B0D14;
  border-left: 3px solid #FFAE01;
}
.leftNav ul>li>a.hover::before{
  display: block;
  content: "";
  width: 4px;
  height: 100%;
  background: #f5f5f5;
  position: absolute;
  left: 0;
  top: 0;
}
.leftNav ul li i {
  display: none;
  position: absolute;
  right: 0;
  width: 60px;
  height: 46px;
  top: 0;
  background: url(../img/jia1.png) no-repeat center center;
  margin: auto;
  z-index: 10;
  cursor: pointer;
  transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -webkit-transition: all .2s ease;
}
.leftNav ul li i.on {
  background: url(../img/jian2.png) no-repeat center center;
}
.leftNav ul li ol{
  display: none;
  background: #ffffff;
  padding: 0.15rem 0;
}
.leftNav ul li ol>li a{
  display: block;
  font-family: Microsoft YaHei;
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 0.3rem;
  text-align: left;
  letter-spacing: 0em;
  color: #666666;
  padding-left: 0.45rem;
}
.leftNav ul li ol>li a span{
  display: inline-block;
  position: relative;
  padding-left: 15px;
}
.leftNav ul li ol>li a span::before{
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #9B0D14;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.leftNav ul li ol>li a:hover{
  color: #9B0D14;
}
.leftNav ul li ol>li a.hover span{
  color: #9B0D14;
  text-decoration: underline;
}
.rightCon{
  width: calc(100% - 2.6rem);
  padding-left: 0.6rem;
  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: Microsoft YaHei;
  font-size: 0.28rem;
  font-weight: bold;
  line-height: 0.36rem;
  letter-spacing: 0em;
  color: #2C2C2C;
  position: relative;
  padding-left: 15px;
}
.dqwz h2::before{
  display: block;
  content: "";
  width: 5px;
  height: 30px;
  background: #9B0D14;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.dqwz p{
  padding-left: 20px;
  background: url(../img/dqwzIcon.png) no-repeat left top 0.04rem;
}
.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: #9B0D14;
}
.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 #9B0D14;
  box-shadow: 0px 13px 38px 0px rgba(68, 0, 4, 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.noImg a p.txt{
  width: calc(100% - 1.34rem);
  padding: 0.3rem 0.3rem 0.3rem 0;
}
.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(155, 13, 20, 0.2);;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.imgList li a p.time span{
  display: block;
  font-size: 0.3rem;
  color: #9B0D14;
  margin-bottom: 0.1rem;
}
.imgList li a:hover img{
  transform: scale(1.2);
}
.imgList li a:hover::before{
  border: 1px solid #9B0D14;
  width: calc(100% + 0.6rem);
}
.imgList li a:hover p.txt span:nth-of-type(1){
  color: #9B0D14;
}
.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: 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: 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: #9B0D14;
  border: 1px solid #9B0D14;
}
.txtList li{
  margin-top: 0.4rem;
  position: relative;
}
.txtList li::before{
  display: none;
  content: "";
  width: 0;
  height: 100%;
  background: #9B0D14;
  transform: skew(20deg);
  position: absolute;
  right: 10px;
  top: -20px;
  z-index: 20;
}
.txtList li::after{
  display: none;
  content: "";
  border-left: 40px solid transparent;
  border-right: 20px solid #ffffff;
  border-top: 110px solid #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.txtList li:hover::after,.txtList li:hover::before{
  display: block;
}
.txtList li:hover::before{
  width: 20px;
}
.txtList li a{
  display: block;
  width: 100%;
  padding: 0.2rem 0.8rem 0.2rem 0.4rem;
  background: rgba(155, 0, 0, 0.02) url(../img/txtListIcon1.png) no-repeat right 0.8rem center;
  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: #9B0D14;
  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: #9B0D14;
  margin-bottom: 5px;
  position: relative;
}
.txtList li a p.time::after{
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #9B0D14;
  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 #9B0D14;
  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: #9B0D14;
  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;
  width: 85%;
}
.txtList li:hover  a{
  background: #9B0D14 url(../img/txtListIcon2.png) no-repeat right 0.8rem center;
}
.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;
}
.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;
}
.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;
  height: auto!important;
  margin: 0 auto 0.2rem;
  max-width: 100%;
}

.content .conSub video {
    display: block;
    width: auto!important;
    height: auto!important;
    margin: 0 auto 0.2rem;
    max-width: 100%;
}
.content .prevNext{
  padding-top: 0.3rem;
  margin-top: 0.3rem;
  border-top: 1px solid rgba(155, 13, 20, 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: #9B0D14;
}
.content .prevNext a:hover{
  color: #9B0D14;
}
.zzjgSub h2{
  font-family: Microsoft YaHei;
  font-size: 0.24rem!important;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0em;
  color: #333333;
  padding-bottom: 0.2rem;
  margin: 0.4rem 0;
  border-bottom: 4px solid #9B0D14;
  text-indent: 0;
}
.zzjgSub ul{
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.zzjgSub ul li{
  display: flex;
}
.zzjgSub ul li:nth-of-type(even){
  background: rgba(0, 0, 0, 0.04);
}
.zzjgSub li p{
  width: 25%;
  height: 0.7rem;
  display: flex;
  font-family: Microsoft YaHei;
  font-size: 0.16rem!important;
  font-weight: normal;
  line-height: 0.24rem!important;
  text-align: center;
  letter-spacing: 0em;
  color: #353535;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  align-items: center;
  justify-content: center;
  text-indent: 0!important;
}
.taeSub h2{
  margin-top: 0.5rem;
  border-bottom: 3px solid #9B0D14;
}
.taeSub h2 p{
  width: 1.8rem;
  line-height: 0.6rem;
  text-align: center;
  font-family: Microsoft YaHei;
  font-size: 0.24rem;
  font-weight: bold;
  color: #FFFFFF;
  background: #9B0D14;
  position: relative;
}
.taeSub h2 p::before{
  display: block;
  content: "";
  border-left: 0.2rem solid transparent;
  border-right: 0rem solid transparent;
  border-top: 0.6rem solid #ffffff;
  position: absolute;
  right: 0;
  top: 0;
}
.taeSub h3{
  font-family: Microsoft YaHei;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.32rem;
  letter-spacing: 0em;
  color: #333333;
  margin-top: 0.4rem;
  padding-left: 40px;
  background: url(../img/teacherIcon.png) no-repeat left top 2px;
  padding-bottom: 0.25rem;
  border-bottom: 2px solid #9B0D14;
}
.taeSub ul li{
  float: left;
  width: 18.4%;
  margin-right: 2%;
  margin-top: 0.3rem;
}
.taeSub ul li:nth-of-type(5n){
  margin-right: 0;
}
.taeSub ul li a{
  display: block;
  width: 100%;
  font-family: Microsoft YaHei;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: 0em;
  color: #333333;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid rgba(155, 13, 20, 0.2);
  background: url(../img/teaSub1.png) no-repeat right top 12px;
}
.taeSub ul li a:hover{
  color: #333333;
  font-weight: bold;
  border-bottom: 1px solid #9B0D14;
  background: url(../img/teaSub2.png) no-repeat right top 12px;
}
.teacher2 .taeSub h3{
  padding-left: 0!important;
  background: none!important;
}
.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::before {
    display: block;
    content: "";
    width: 60px;
    height: 60px;
    background: url(../img/videoIcon.png) no-repeat center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}
.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 #9B0D14;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.video li a:hover p.txt{
  color: #9B0D14;
}
.imgList2 ul li{
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-top: 0.4rem;
}
.imgList2 ul li:nth-of-type(2n){
  margin-right: 0;
}
.imgList2 ul li a{
  display: flex;
  width: 100%;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  align-items: center;
}
.imgList2 ul li a p.img{
  width: 1.6rem;
  height: 1.6rem;
  overflow: hidden;
}
.imgList2 ul li a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}
.imgList2 ul li a p.txt{
  width: calc(100% - 1.6rem);
  box-sizing: border-box;
  padding: 0 0.3rem;
}
.imgList2 ul li.noImg a p.txt{
  
width: 100%;
}

.imgList2 ul li.noImg a {
    height: 1.6rem;
}
.imgList2 ul li a p.txt span{
  display: block;
}
.imgList2 ul li a p.txt span:nth-of-type(1){
  font-family: Microsoft YaHei;
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.3rem;
  letter-spacing: 0em;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.imgList2 ul li a p.txt span:nth-of-type(2){
  font-family: Microsoft YaHei;
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.24rem;
  letter-spacing: 0em;
  color: #898989;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 0.72rem;
  margin-top: 0.1rem;
}
.imgList2 ul li a:hover img{
  transform: scale(1.2);
}
.imgList2 ul li a:hover p.txt span:nth-of-type(1){
  color: #9b0d14;
}
.imgList2 ul li a:hover p.txt span:nth-of-type(2){
  color: #333333;
}
.kyjgSub{
  margin-top: 0.4rem;
  display: flex;
}
.kyjgSub h2{
  width: 1.6rem;
  background: #9B0D14;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kyjgSub h2 span{
  display: block;
  font-family: Source Han Serif CN;
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.5rem;
  letter-spacing: 5px;
  color: #FFFFFF;
  writing-mode: vertical-rl;
  padding: 15px 0;
}
.kyjgSub ul{
  width: calc(100% - 1.6rem);
  padding: 0.5rem 0 0.5rem 0.5rem;
  background: #F9FAFA url(../img/kyjgBg.png) no-repeat right center;
  background-size: auto 100%;
  box-sizing: border-box;
}
.kyjgSub ul li a{
  display: block;
  font-family: Microsoft YaHei;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.24rem;
  padding: 0.1rem 0;
  letter-spacing: 0em;
  color: #666666;
}
.kyjgSub ul li a:hover{
  color: #9b0d14;
  font-weight: bold;
}
.kyjg2 .kyjgSub ul li{
  float: left;
  width: 50%;
}
.teaconTit{
  display: flex;
  align-items: center;
  margin: 0.5rem 0;
}
.teaconTit p.img{
  width: auto;
  height: auto;
  border: 1px solid #9B0D14;
}
.teaconTit p.img img{
  width: auto;
  height: auto;
  max-width: 208px;
  transform: translate(0.15rem, 0.15rem);
}
.teaconTit p.txt {
  padding-left: 0.7rem;
}
.teaconTit p.txt span{
  display: block;
}
.teaconTit p.txt span:nth-of-type(1){
  font-family: Source Han Sans CN;
  font-size: 0.28rem;
  font-weight: 500;
  line-height: 0.4rem;
  letter-spacing: 0em;
  color: #3D3D3D;
  position: relative;
  padding-bottom: 0.2rem;
  margin-bottom: 0.2rem;
}
.teaconTit p.txt span:nth-of-type(1)::before{
  display: block;
  content: "";
  width: 32px;
  height: 4px;
  background: #9B0D14;
  position: absolute;
  left: 0;
  bottom: 0;
}
.teaconTit p.txt span:nth-of-type(2){
  font-family: Microsoft YaHei;
  font-size: 0.18rem;
  font-weight: 700;
  line-height: 0.36rem;
  letter-spacing: 0em;
  color: #666666;
}
.teaconTit p.txt span:nth-of-type(3),.teaconTit p.txt span:nth-of-type(4){
  font-family: Microsoft YaHei;
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 0.36rem;
  letter-spacing: 0em;
  color: #666666;
}
.teaconSub h2{
  font-family: Microsoft YaHei;
  font-weight: 700;
  font-size: 0.18rem!important;
  line-height: 0.36rem!important;
}
.teaconSub p{
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem!important;
  line-height: 0.36rem!important;
  text-align: justify;
}
.content .about{
  display: flex;
  align-items: center;
  margin: 0.5rem 0;
  justify-content: space-between;
}
.content .about.about2{ 
  justify-content: center;
}
.about.about2 .aboutCon{
  width:100%;
  text-align: center;
}
.about .img{
  width: 54%;
  height: auto;
}
.about .img img{
  width: 100%;
  height: auto;
  object-fit: cover;
}
.about .aboutCon{
  width: calc(46% - 0.35rem);
  box-sizing: border-box;
  text-align: right;
  overflow: hidden;
}
.about .aboutCon h2{
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.36rem;
  line-height: 0.56rem;
  color: #2C2C2C;
}
.about .aboutCon h3{
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.26rem;
  line-height: 0.56rem;
  color: #2C2C2C;
  display: inline-block;
  background: #ffffff;
  position: relative;
  padding-left: 20px;
}
.about .aboutCon h3::before{
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(141, 141, 141, 0.3);
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.about .aboutCon h3::after{
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid rgba(141, 141, 141, 0.3);
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.about .aboutCon h3 span{
  display: inline-block;
  font-size: 0.3rem;
  color: #B01709
}
.about .aboutCon p{
  font-family: Microsoft YaHei;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.34rem;
  letter-spacing: 0em;
  color: #666666;
  text-indent: 2em;
  margin-top: 0.35rem;
  text-align: left;
}
.pb_sys_common{ 
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.pb_sys_style2 .p_no_d {
  border: 1px solid #9b0d14!important;
  color: #fff!important;
  background-color: #9b0d14!important;
}
.searchWrap {
    min-height: 600px;
    background: #fff;
    margin: 20px 0;
    padding: 0;
}

.searchWrap .serBox {
    padding: 25px;
    background: #f4f4f4;
    margin-bottom: 20px;
}

.searchWrap .txt {
    border: none;
    height: 40px;
    line-height: 40px;
    width: 85%;
    font-size: 15px;
    color: #3d3d3d;
    text-indent: 15px;
}

.searchWrap .btn {
    border: none;
    height: 40px;
    width: 15%;
    text-align: center;
    float: right;
    cursor: pointer;
    display: inline;
    color: #fff;
    background: #9b0d14;
    font-size: 18px;
    border-radius: 0;
}

.searchWrap ul {
    padding-bottom: 30px;
}

.searchWrap ul li {
    line-height: 30px;
    border-bottom: 1px solid #dedede;
    padding: 20px 0
}

.searchWrap ul li a {
    display: block;
}

.searchWrap ul li a h3 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.searchWrap ul li a:hover h3 {
    color: #9b0d14;
}

.searchWrap ul li a:hover p {
    color: #3d3d3d;
}

.searchWrap ul li a p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
    color: #333;
}

.searchWrap ul li a span.time {
    color: #999;
    margin-top: 15px
}
.yqljSub{
  margin-bottom: 0.4rem;
}
.yqljSub h2 {
    font-size: 0.24rem;
    line-height: 0.5rem;
    font-weight: normal;
    color: #9b0d14;
    margin: 0.2rem 0;
    position: relative;
    padding-left: 0.15rem;
    border-bottom: 1px solid #D8D8D8;
}
.yqljSub h2::before {
    display: block;
    content: "";
    width: 0.04rem;
    height: 0.25rem;
    background: #9b0d14;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.yqljSub ul li {
    float: left;
    width: 50%;
}
.yqljSub ul li a {
    display: block;
    width: 100%;
    padding-left: 15px;
    font-size: 0.18rem;
    line-height: 0.4rem;
    color: #333333;
    background: url(../img/yqljIcon.png) no-repeat left center;
}
.yqljSub ul li a:hover {
    color: #b50d14;
    transform: translateX(10px);
}
@media only screen and (min-width: 1040px){
  .leftNav ul{
    display: block!important;
  }
}
@media only screen and (max-width: 1040px){
  main{
    padding: 50px 0;
    min-height: 470px;
  }
  .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;
  }
  .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(../img/teamXl1.png) no-repeat right center;
    cursor: pointer;
  }
  .leftNav .erLm p.xl.on{
      background: url(../img/teamXl2.png) no-repeat right center;
  }
  .leftNav ul>li{
    border-bottom: 1px solid #ebebeb;
  }
  .leftNav ul li i{
    display: block;
  }
  .leftNav ul>li>a{
    text-align: left;
    text-indent: 30px;
    line-height: 46px;
    font-size: 18px;
  }
  .leftNav ul>li.hover{
    margin: 0;
  }
  .leftNav ul>li.hover>a{
    background: #FFFFFF;
    color: #333333;
    line-height: 46px;
  }
  .leftNav ul li ol{
    padding: 5px 0;
  }
  .leftNav ul li ol>li a{
    text-align: left;
    text-indent: 50px;
    font-size: 16px;
    line-height: 32px;
    padding-left: 0;
  }
  .leftNav ul li ol>li a span{
    text-indent: 0;
  }
  .fy{
    margin-top: 30px;
  }
  .imgList li a::before{
    left: -0.15rem;
  }
  .imgList li a:hover::before{
    width: calc(100% + 0.3rem);
  }
  .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;
  }
  .zzjg{
    margin-top: 30px;
  }
  .zzjgSub h2{
    font-size: 20px;
    padding-bottom: 15px;
    margin: 30px 0;
    border-bottom: 2px solid #9B0D14;
  }
  .zzjgSub li p{
    height: 54px;
    font-size: 16px!important;
    line-height: 24px!important;
  }
  .taeSub h2{
    margin-top: 40px;
    border-bottom: 2px solid #9B0D14;
  }
  .taeSub h2 p{
    width: 150px;
    line-height: 50px;
    font-size: 20px;
  }
  .taeSub h2 p::before{
    border-top: 50px solid #ffffff;
  }
  .taeSub h3{
    font-size: 20px;
    line-height: 30px;
    margin-top: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #9B0D14;
  }
  .taeSub ul li{
    width: 23.5%;
    margin-top: 20px;
  }
  .taeSub ul li:nth-of-type(5n){
    margin-right: 2%;
  }
  .taeSub ul li:nth-of-type(4n) {
      margin-right: 0;
  }
  .taeSub ul li a{
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 15px;
  }
  .video li{
    margin-top: 30px;
  }
  .video li a p.txt{
    font-size: 18px;
    line-height: 48px;
  }
  .imgList2 ul li{
    margin-top: 30px;
  }
  .imgList2 ul li a p.txt{
    padding: 0 10px;
  }
  .kyjgSub{
    margin-top: 30px;
  }
  .kyjgSub h2{
    width: 18%;
  }
  .kyjgSub h2 span{
    font-size: 26px;
  }
  .kyjgSub ul{
    width: 82%;
    padding: 30px 0 30px 30px;
  }
  .teaconTit{
    margin: 40px 0;
  }
  .teaconTit p.txt{
    padding-left: 50px;
  }
  .teaconTit p.txt span:nth-of-type(1){
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .teaconTit p.txt span:nth-of-type(2),.teaconTit p.txt span:nth-of-type(3),.teaconTit p.txt span:nth-of-type(4){
    line-height: 30px;
  }
  .content .about{
    margin: 30px 0;
  }
  .about .img{
    width: 50%;
  }
  .about .aboutCon{
    width: calc(50% - 0.25rem);
  }
  .about .aboutCon h2{
    font-size: 26px;
    line-height: 36px;
  }
  .about .aboutCon h3{
    font-size: 20px;
    line-height: 36px;
  }
  .about .aboutCon h3 span{
    font-size: 22px;
  }
  .about .aboutCon p{
    font-size: 16px;
    line-height: 26px;
    margin-top: 5px;
  }
  .pb_sys_common{ 
    margin-top: 30px;
  }
  .searchWrap .serBox{
    padding:15px;
  }
  .searchWrap .txt {
    width: 80%;
  }
  .searchWrap .btn {
    width:20%;
  }
}
@media only screen and (max-width: 768px){
  main{
    padding: 40px 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.noImg a p.txt {
    width: calc(100% - 96px);
    padding: 15px 15px 15px 0;
}
  .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: 20px 10px 20px 20px;
  }
  .txtList li:hover  a{
    background: #9B0D14;
  }
  .txtList li:hover::before,.txtList li:hover::after{
    display: none;
  }
  .txtList li a p.txt{
    width: 100%;
    font-size: 16px;
  }
  .txtList li a p.time{
    font-size: 18px;
    margin-bottom: 0;
  }
  .content .conSub p, .content .conSub p span{
    font-size: 16px!important;
    line-height: 28px!important;
    margin-bottom: 10px;
  }
  .taeSub ul li{
    width: 32%;
    margin-top: 15px;
  }
  .taeSub ul li:nth-of-type(4n){
    margin-right: 2%;
  }
  .taeSub ul li:nth-of-type(3n) {
      margin-right: 0;
  }
  .video li{
    width: 49%;
  }
  .video li:nth-of-type(3n){
    margin-right: 2%;
  }
  .video li:nth-of-type(2n){
    margin-right: 0%;
  }
  .imgList2 ul li{
    width: 100%;
  }

.imgList2 ul li.noImg a {
    height: auto;
}

.imgList2 ul li.noImg a p.txt {
    padding: 10px;
}
  .teaconTit p.img img{
    width: 156px;
    height: auto;
  }
  .about .img{
    width: 40%;
  }
  .about .aboutCon{
    width: calc(60% - 15px);
  }
  .dqwz{ 
    flex-direction: column; 
    align-items: flex-start;
    padding-bottom: 10px;
  }
  .dqwz h2 {
      margin-bottom: 10px;
  }
  .searchWrap .serBox{
    padding:10px;
  }
  .searchWrap ul li {
      padding: 15px 0;
      line-height: 20px;
  }
  .searchWrap ul li a h3 {
      font-size: 16px;
      margin-bottom: 5px;
  }
  .searchWrap ul li a p {
      font-size: 14px;
      height: 40px;
      margin-bottom: 5px;
  }
}
@media only screen and (max-width: 560px){
  main{
    padding: 30px 0;
  }
  .dqwz{
    padding-bottom: 10px;
  }
  .dqwz h2{
    font-size: 20px;
    line-height: 25px;
    padding-left: 10px;
  }
  .dqwz h2::before{
    width: 3px;
    height: 20px;
  }
  .dqwz p, .dqwz p a{
    font-size: 13px;
  }
  .leftNav .erLm h2{
    line-height: 40px;
    font-size: 18px;   
    padding: 0 10px; 
    border-bottom: 3px solid #ffae01;
  }
  .leftNav .erLm p.xl {
      height: 40px;
      right: 10px;
  }
  .leftNav ul>li.hover>a,.leftNav ul>li>a{
    text-indent: 15px;
    font-size: 16px;
    line-height: 40px;
  }
  .leftNav ul li i.on {
      height: 40px;
  }
  .leftNav ul li ol>li a{
    text-indent: 30px;
    font-size: 14px;
    line-height: 30px;
  }
  .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.noImg a p.txt {
    width: calc(100% - 80px);
    padding: 10px 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 10px 10px 15px;
  }
  .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;
  }
  .zzjg{
    margin-top: 20px;
  }
  .zzjgSub h2{
    font-size: 18px;
    padding-bottom: 10px;
    margin: 20px 0;
    border-bottom: 1px solid #9B0D14;
  }
  .zzjgSub li p{
    height: 50px;
    font-size: 14px!important;
    line-height: 20px!important;
  }
  .taeSub h2{
    margin-top: 30px;
    border-bottom: 2px solid #9B0D14;
  }
  .taeSub h2 p{
    width: 120px;
    line-height: 40px;
    font-size: 18px;
  }
  .taeSub h2 p::before{
    border-top: 40px solid #ffffff;
  }
  .taeSub h3{
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
    padding-bottom: 10px;
    padding-left: 30px;
    border-bottom: 1px solid #9B0D14;
  }
  .taeSub ul li{
    width: 49%;
    margin-top: 10px;
  }
  .taeSub ul li:nth-of-type(3n){
    margin-right: 2%;
  }
  .taeSub ul li:nth-of-type(2n) {
      margin-right: 0;
  }
  .taeSub ul li a{
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 5px;
  }
  .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 #9b0d14;
  }
  .video li a p.img{
    padding: 0;
  }
  .video li a p.img img{
    position: static;
    width: 100%;
    height: auto;
  }
  .imgList2 ul li{
    margin-top: 20px;
  }
  .imgList2 ul li a p.img{
    width: 120px;
    height: 120px;
  }
  .imgList2 ul li a p.txt{
    width: calc(100% - 120px);
  }
  .imgList2 ul li a p.txt span:nth-of-type(1){
    font-size: 15px;
  }
  .imgList2 ul li a p.txt span:nth-of-type(2){
    font-size: 13px;  
    line-height: 20px; 
    max-height: 60px;  
    margin-top: 5px;
  }
  .kyjgSub {
    flex-direction: column;
    margin-top: 20px;
  }
  .kyjgSub h2 {
    width: 100%;
  }
  .kyjgSub h2 span{
    font-size: 20px;
    writing-mode: initial;
    padding: 0;
  }
  .kyjgSub ul{
    width: 100%;
    padding: 15px;
  }
  .kyjgSub ul li a{
    font-size: 14px;
    line-height: 20px;
    padding: 5px 0;
  }
  .kyjg2 .kyjgSub ul li{
    width: 100%;
  }
  .teaconTit{
    margin: 30px 0;
  }
  .teaconTit p.txt{
    padding-left: 30px;
  }
  .teaconTit p.txt span:nth-of-type(1){
    font-size: 20px;
    line-height: 30px;
  }
  .teaconTit p.txt span:nth-of-type(2){
    font-size: 16px;
    line-height: 24px;
  }
  .teaconTit p.img img{
    width: 126px;
    transform: translate(8px, 8px);
  }
  .teaconTit p.txt span:nth-of-type(3),.teaconTit p.txt span:nth-of-type(4) {
      font-size: 14px;
      line-height: 22px;
  }
  .teaconSub h2{
    font-size: 16px!important;
    line-height: 26px!important;
  }
  .teaconSub p{
    font-size: 14px!important;
    line-height: 26px!important;
  }
  .content .about{
    margin: 20px 0 10px;
    flex-direction: column;
  }
  .about .img{
    width: 100%;
  }
  .about .img img{
    max-width: 100%;
    margin: 0 auto 10px;
  }
  .about .aboutCon{
    width: 100%;
  }
  .about .aboutCon h2{
    font-size: 22px;
    line-height: 34px;
  }
  .about .aboutCon h3{
    font-size: 18px;
    line-height: 34px;
  }
  .about .aboutCon h3 span{
    font-size: 20px;
  }
  .about .aboutCon p{
    font-size: 16px;
    line-height: 28px;
    margin-top: 5px;
  }
  .pb_sys_common{ 
    margin-top: 20px;
  }
.yqljSub{
  margin-bottom: 20px;
}
.yqljSub h2 {
    font-size: 18px;
    line-height: 40px;
    margin: 10px 0;
}
.yqljSub h2::before {
    height: 18px;
}
.yqljSub ul li {
    width: 100%;
}
.yqljSub ul li a {
    font-size: 16px;
    line-height: 32px;
}
}