@charset "UTF-8";
header{
  position: static;
  height: auto;
  min-height: auto;
  background: #BF1616;
}
.nyBanner{
  animation: 0.8s ease .3s 1 normal backwards running fadeInUp;
}
.nyBanner img{
  display: block;
  width: 100%;
  height: auto;
  min-height: 180px;
  object-fit: cover;
}


.pb_sys_common {

    line-height: 30px!important;

}

.imgList,.content,.txtList{min-height: 500px;}



/* 内容区 */
main{
  padding: 0 0 80px;
  position: relative;
}
.leftNav{
  width: 360px;
  animation: 0.8s ease .3s 1 normal backwards running fadeInLeft;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  margin-top: 70px;
}
.leftNav .erLm h2{
  font-family: Microsoft YaHei;
  font-size: 28px;
  font-weight: bold;
  line-height: 80px;
  letter-spacing: 0em;
  color: #FFFFFF;
  background: #BF1616;
  position: relative;
  padding-left: 50px;
}
.leftNav .erLm h2::before{
  display: block;
  content: "";
  border-left: 0 solid transparent;
  border-right: 260px solid #BF1616;
  border-top: 30px solid transparent;
  border-bottom: 0 solid transparent;
  position: absolute;
  left: 0;
  bottom: 100%;
}
.leftNav .erLm p.xl{
  display:none;
}
.leftNav ul{
  background: rgba(0, 0, 0, 0.04);
}
.leftNav ul>li {
  height: auto;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #ebebeb;
}
.leftNav ul>li>a{
  display: block;
  position: relative;
  font-family: Microsoft YaHei;
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: 0em;
  color: #333333;
  padding: 10px 0 10px 35px;
}
.leftNav ul>li>a:hover{
  color: #BF1616;
  font-weight: bold;
}
.leftNav ul>li.hover>a{
  font-weight: 700;
  color: #ffffff;
  background: #BF1616;
  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: block;
  position: absolute;
  right: 20px;
  width: 20px;
  height: 56px;
  top: 0;
  transform: rotateZ(0deg);
  margin: auto;
  z-index: 10;
  cursor: pointer;
  transition: all .5s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -webkit-transition: all .5s ease;
}
.leftNav ul li i{ }
.leftNav ul li.hover i{  background: url(../img/teamXl1.png) no-repeat right center;}
.leftNav ul li i.on {transform: rotateZ(180deg);}
.leftNav ul li ol{
  display: none;
  background: #ffffff;
  padding:10px 0;
}
.leftNav ul li ol>li a{
  display: block;
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: 400;
  line-height:42px;
  letter-spacing: 0em;
  color: #666666;
  padding-left:50px;
}
.leftNav ul li ol>li a:hover{
  color: #BF1616;
  font-weight: bold;
}
.leftNav ul li ol>li a.hover{
  color: #BF1616;
  font-weight: bold;
}
.rightCon{
  width: calc(100% - 360px);
  padding-left: 60px;
  box-sizing: border-box;
  animation: 0.8s ease .3s 1 normal backwards running fadeInRight;
  margin-top: 60px;
}
.dqwz{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom:20px;
  border-bottom: 1px solid #D8D8D8;
}
.dqwz h2{
  font-family: Microsoft YaHei;
  font-size: 28px;
  font-weight: bold;
  line-height: 36px;
  letter-spacing: 0em;
  color: #2C2C2C;
  position: relative;
  padding-left: 15px;
}
.dqwz h2::before{
  display: block;
  content: "";
  width: 5px;
  height: 30px;
  background: #BF1616;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.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:24px;
  letter-spacing: 0em;
  color: #626262;
}
.dqwz p a:hover{
  color: #BF1616;
}
.imgList li a{
  display: flex;
  width: 100%;
  padding:40px 0;
  border-bottom: 1px solid #e7e7e7;
  align-items: center;
}
.imgList li a p.img{
  width:340px;
  padding:21px 0 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.imgList li a p.img img{
  /*position: absolute;*/
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all .3s;
}
.imgList li a p.txt{
  width: calc(100% - 240px);
  padding-left:50px;
  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: 21px;
  line-height: 1.2;
  color: #333333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 10px;
  position: relative;
}
.imgList li a p.txt span:nth-of-type(1)::before{
  display: block;
  content: "";
  width: 60px;
  height: 2px;
  background: #BF1616;
  position: absolute;
  left: 0;
  bottom: 0;
}
.imgList li a p.txt span:nth-of-type(2){
  font-size: 16px;
  color: #999999;
  line-height: 30px;
  max-height: 90px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 20px 0;
}
.imgList li a p.txt span:nth-of-type(3){
  font-size:16px;
  color: #999999;
  line-height: 1.2;
  padding-left: 25px;
  background: url(../img/djhdIcon1.png) no-repeat left center;
}
.imgList li a:hover img{
  transform: scale(1.2);
}
.imgList li a:hover p.txt span:nth-of-type(1){
  color: #BF1616;
}
.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;
}
.video li{
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-top:40px;
}
.video li:nth-of-type(3n){
  margin-right: 0%;
}
.video li a{
  display: block;
  width: 100%;
  height: auto;
}
.video li a p.img{
  padding: 55% 0 0;
  position: relative;
  overflow: hidden;
}
.video li a p.img img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}
.video li a:hover p.img img{
  transform: scale(1.2);
}
.video li a p.txt{
  font-family: Arial;
  font-size:20px;
  font-weight: bold;
  line-height:55px;
  text-align: center;
  letter-spacing: 0em;
  color: #1B1B1B;
  border-bottom: 2px solid #BF1616;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.video li a:hover p.txt{
  color: #BF1616;
}
.content .bt{
  font-family: Microsoft YaHei;
  font-size:24px;
  font-weight: bold;
  line-height:36px;
  text-align: center;
  letter-spacing: 0em;
  margin-top:40px;
}
.content .xq{
  font-family: Microsoft YaHei;
  font-size:18px;
  font-weight: normal;
  line-height:24px;
  text-align: center;
  letter-spacing: 0em;
  color: #999999;
  padding: 15px 0;
  background: rgba(0, 0, 0, 0.04);
  margin: 40px 0;
}
.content .conSub p,.content .conSub p span{
  font-family: Microsoft YaHei!important;
  font-size: 18px!important;
  font-weight: normal;
  line-height: 36px!important;
  text-indent: 2em;
  letter-spacing: 0em;
  color: #666666;
  text-align: justify;
  margin-bottom: 20px;
}
.content .conSub img{
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto 20px;
  max-width: 100%;
}
.content .prevNext{
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid rgba(191, 22, 22, 0.2);
}
.content .prevNext a{
  display: block;
  font-family: Microsoft YaHei;
  font-size: 18px;
  font-weight: normal;
  line-height: 36px;
  text-transform: uppercase;
  letter-spacing: 0em;
  color: #666666;
  margin-bottom: 10px;
}
.content .prevNext a span{
  font-weight: 700;
  color: #BF1616;
}
.content .prevNext a:hover{
  color: #BF1616;
}
.content.dp .bt{
  color: #BF1616;
  margin-bottom:40px;
}
.txtList li{
  margin-top: 40px;
  position: relative;
}
.txtList li a{
  display: block;
  width: 100%;
  padding: 20px 40px;
  background: rgba(8,72,167,0.02);
  box-sizing: border-box;
  border: 1px solid #EAEAEA;
  position: relative;
  z-index: 1;
}
.txtList li a::after{
  display: block;
  content: "";
  width: 2px;
  height: 40%;
  background: #BF1616;
  position: absolute;
  left: 0;
  top: 30%;
}
.txtList li a p.time{
  display: inline-block;
  font-family: Microsoft YaHei;
  font-size: 22px;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: 0em;
  color: #BF1616;
  margin-bottom: 5px;
  position: relative;
}
.txtList li a p.time::after{
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #BF1616;
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  transform: translate(0, -50%);
}
.txtList li a p.time span{
  display: inline-block;
  position: relative;
}
.txtList li a p.time span::before{
  display: block;
  content: "";
  width: 90px;
  height: 1px;
  background: #BF1616;
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
}
.txtList li a p.txt{
  font-family: Microsoft YaHei;
  font-size: 20px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: 0em;
  color: #272727;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.txtList li:hover a{
  background: #BF1616;
}
.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;
}
.fy{
  display: flex;
  margin-top: 50px;
  justify-content: center;
  align-items: center;
}
.fy .fySub{
  display: block;
  border: 1px solid #e7e7e7;
  border-right: none;
  font-size: 16px;
  line-height: 50px;
  padding: 0 20px;
  text-align: center;
}
.fy .fySub.on,.fy .fySub:hover{
  color: #bf1600;
}
.fy button{
  display: block;
  border: 1px solid #e7e7e7;
  border-left: none;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  padding: 0 20px;
}
.fy p.input{
  font-size: 16px;
  line-height: 50px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  border: 1px solid #e7e7e7;
}
.fy p.input input{
  display: block;
  font-size: 16px;
  width: 45px;
  line-height: 28px;
  border: none;
  background: #ececec;
  margin: 0 10px;
  text-align: center;
}
@media only screen and (min-width: 1040px){
  .leftNav ul{
    display: block!important;
  }
}
@media only screen and (max-width: 1040px){
  main{
    padding: 50px 0;
  }
  .rightCon{
    width: 100%;
    float: none;
    padding-left: 0;
    margin-top: 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;
    margin-top: 0;
  }
  .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 i{
    display: block;
  }
  .leftNav ul li.hover i {
    
  }
  .leftNav ul>li>a{
    text-align: left;
    text-indent: 30px;
    line-height: 46px;
    font-size: 18px;
    padding: 0;
  }
  .leftNav ul>li.hover{
    margin: 0;
  }
  .leftNav ul>li.hover>a{
    background: #ffffff;
    color: #BF1616;
    line-height: 46px;
  }

.leftNav ul li i {
    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;
  }
  .imgList li a{
    padding: 25px 0;
  }
  .imgList li a p.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;
    padding-bottom: 10px;
  }
  .imgList li a p.txt span:nth-of-type(2){
    font-size: 15px;
    line-height: 24px;
    max-height: 72px;
    margin: 10px 0;
  }
  .imgList li a p.txt span:nth-of-type(3){
    font-size: 15px;
  }
  .video li{
    margin-top: 30px;
  }
  .video li a p.txt{
    font-size: 18px;
    line-height: 48px;
  }
  .content .bt,.txtList li{
    margin-top: 30px;
  }
  .content .xq{
    margin: 30px 0;
    font-size: 16px;
    padding: 8px 0;
  }
  .content .bt{    
    font-size: 22px;      
    line-height: 30px;
  }
  .content .prevNext{
    padding-top: 20px;
    margin-top: 20px;
  }
  .content .prevNext a{
    font-size: 16px;
    line-height: 30px;
  }
  .content.dp .bt{
    margin-bottom: 30px;
  }
  .fy{
    margin-top: 40px;
  }
}
@media only screen and (max-width: 768px){
  main{
    padding: 40px 0;
  }
  .imgList li a p.img{
    width: 40%;
  }
  .imgList li a p.txt{
    width: 60%;
  }
  .video li{
    width: 49%;
  }
  .video li:nth-of-type(3n){
    margin-right: 2%;
  }
  .video li:nth-of-type(2n){
    margin-right: 0%;
  }
  .content .conSub p, .content .conSub p span{
    font-size: 16px!important;
    line-height: 28px!important;
    margin-bottom: 10px;
  }
  .txtList li a{
    background: rgba(155, 0, 0, 0.02);
    padding: 15px 20px;
  }
  .txtList li a p.txt{
    font-size: 16px;
  }
  .txtList li a p.time{
    font-size: 18px;
    margin-bottom: 0;
  }
  .fy .fySub,.fy p.input,.fy button{
    padding: 0 5px;
    font-size: 14px;
    line-height: 36px;
  }
  .fy{
    margin-top: 30px;
  }
}
@media only screen and (max-width: 560px){
  main{
    padding: 30px 0;
  }
  .dqwz{
    padding-bottom: 10px;
  }
  .dqwz h2{
    font-size: 13px;
    line-height: 25px;
    padding-left: 10px;
width: 22%;
  }
  .dqwz h2::before{
    width: 3px;
    height: 20px;
  }
  .dqwz p, .dqwz p a{
    font-size: 13px;
width:85%;
  }
  .leftNav .erLm h2{
    font-size: 18px;
    padding: 0 10px;
  }
  .leftNav .erLm p.xl {
      right: 10px;
  }
  .leftNav ul>li.hover>a,.leftNav ul>li>a{
    text-indent: 15px;
    font-size: 16px;
    line-height: 40px;
  }
  .leftNav ul li i {
      height: 40px;
  }
  .leftNav ul li ol>li a{
    text-indent: 30px;
    font-size: 14px;
    line-height: 30px;
  }
  .imgList li a{
    padding: 15px 0;
    flex-wrap: wrap;
  }
  .imgList li a p.img{
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .imgList li a p.img img {
      position: static;
      height: auto;
      width: 100%;
  }
  .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: 8px;
  }
  .imgList li a p.txt span:nth-of-type(2){
    font-size: 14px;
    line-height: 22px;
    max-height: 66px;
    margin: 5px 0;
  }
  .imgList li a p.txt span:nth-of-type(3){
    font-size: 14px;
  }
  .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 #BF1616;
  }
  .video li a p.img{
    padding: 0;
  }
  .video li a p.img img{
    position: static;
    width: 100%;
    height: auto;
  }
  .content .bt{
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
  }
  .content .xq{
    margin: 15px 0;
    font-size: 14px;
    padding: 5px 0;
  }
  .content .prevNext{
    padding-top: 10px;
    margin-top: 10px;
  }
  .content .prevNext a{
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 24px;
  }
  .content.dp .bt{
    margin-bottom: 15px;
  }
  .txtList li{
    margin-top: 20px;
  }
  .txtList li a{
    padding: 10px;
  }
  .fy{
    margin-top: 20px;
  }
  .fy p.input input{
    width: 30px;
    margin: 0 5px;
  }
}



@media only screen and (max-width: 375px){
.dqwz h2 {
    font-size: 13px;
}
.bq span {

    padding-right:2px;
}
.dqwz p, .dqwz p a {
    font-size: 13px;
    width: 70%;
}

}