@charset "UTF-8";
body{
  background: url(../img2025/mainBg3.png) no-repeat center bottom 0.8rem;
}
.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;
}

/* 内容区 */
main{
  padding: 0 0 80px;
  position: relative;
  background: url(../img2025/mainBg2.png) no-repeat right top 160px;
}
.leftNav{
  width: 2.6rem;
  animation: 0.8s ease .3s 1 normal backwards running fadeInLeft;
  margin-top: -0.4rem;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
.leftNav .erLm h2{
  font-family: Microsoft YaHei;
  font-size: 0.28rem;
  font-weight: bold;
  line-height: 0.8rem;
  letter-spacing: 0em;
  color: #FFFFFF;
  background: #005792;
  position: relative;
  padding-left: 0.5rem;
}
.leftNav .erLm h2::before{
  display: block;
  content: "";
  border-left: 0 solid transparent;
  border-right: 2.6rem solid #005792;
  border-top: 0.3rem 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);
padding:0.2rem 0;
}
.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: 0.18rem;
  font-weight: normal;
  line-height: 0.36rem;
  letter-spacing: 0em;
  color: #333333;
  padding: 0.1rem 0 0.1rem 0.3rem;
}
.leftNav ul>li>a:hover{
  color: #005792;
  font-weight: bold;
}
.leftNav ul>li.hover>a{
  font-weight: 700;
  color: #ffffff;
  background: #005792;
  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: 0.56rem;
  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{  background: url(../img2025/teamXl3.png) no-repeat right center;}
.leftNav ul li.hover i{  background: url(../img2025/teamXl1.png) no-repeat right center;}
.leftNav ul li i.on {transform: rotateZ(180deg);}
.leftNav ul li ol{
  display: none;
  background: #ffffff;
  padding: 0.1rem 0;
}
.leftNav ul li ol>li a{
  display: block;
  font-family: Microsoft YaHei;
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 0.42rem;
  letter-spacing: 0em;
  color: #666666;
  padding-left: 0.5rem;
}
.leftNav ul li ol>li a:hover{
  color: #005792;
  font-weight: bold;
}
.leftNav ul li ol>li a.hover{
  color: #005792;
  font-weight: bold;
}
.rightCon{
  width: calc(100% - 2.6rem);
  padding-left: 0.6rem;
  box-sizing: border-box;
  animation: 0.8s ease .3s 1 normal backwards running fadeInRight;
  margin-top: 0.5rem;
}
.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: #005792;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.dqwz p{
  padding-left: 20px;
  background: url(../img2025/dqwzIcon.png) no-repeat left center;
}
.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: #005792;
}
.imgList li a{
  display: flex;
  width: 100%;
  padding: 0.4rem 0;
  border-bottom: 1px solid #e7e7e7;
  align-items: center;
}
.imgList li a p.img{
  width: 3.4rem;
  padding: 2.1rem 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% - 3.4rem);
  padding-left: 0.5rem;
  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.26rem;
  line-height: 1.2;
  color: #333333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 0.2rem;
  position: relative;
}
.imgList li a p.txt>span:nth-of-type(1)::before{
  display: block;
  content: "";
  width: 60px;
  height: 2px;
  background: #005792;
  position: absolute;
  left: 0;
  bottom: 0;
}
.imgList li a p.txt>span:nth-of-type(2){
  font-size: 0.16rem;
  color: #999999;
  line-height: 0.3rem;
  max-height: 0.9rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 0.2rem 0;
}
.imgList li a p.txt>span:nth-of-type(3){
  font-size: 0.16rem;
  color: #999999;
  line-height: 1.2;
  padding-left: 25px;
  background: url(../img2025/timeIcon.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: #005792;
}
.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: 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 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 #005792;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.video li a:hover p.txt{
  color: #005792;
}
.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 0;
}
.content .conSub p,.content .conSub p span{
  font-family: Microsoft YaHei;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.36rem;
  text-indent: 2em;
  letter-spacing: 0em;
  text-align: justify;
  margin-bottom: 0.1rem;
  background: transparent!important;
}
.content .conSub img{
  display: block;
  height: auto!important;
  margin: 0.1rem auto;
  max-width: 100%;
}
.content .conSub iframe{
display:block;
width:100%;
height:auto;
min-height:600px;
margin:10px 0;
}
.content .conSub table p{
  margin-bottom:0;
  text-indent:0;
}
.content .prevNext{
  padding-top: 0.3rem;
  margin-top: 0.3rem;
  border-top: 1px solid rgba(8, 72, 167, 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: #005792;
}
.content .prevNext a:hover{
  color: #005792;
}
.content.dp .bt{
  color: #005792;
  margin-bottom: 0.4rem;
}
.content.dp{
margin-top:0.3rem;
}
.txtList li{
  margin-top: 0.4rem;
  position: relative;
}
.txtList li a{
  display: block;
  width: 100%;
  padding: 0.2rem 0.4rem;
  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: #005792;
  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: #005792;
  margin-bottom: 5px;
  position: relative;
}
.txtList li a p.time::after{
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #005792;
  position: absolute;
  left: calc(100% + 1rem);
  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: 0.9rem;
  height: 1px;
  background: #005792;
  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;
}
.txtList li a::before{
  display:block;
  content:"";
  width:0;
  height:100%;
  position:absolute;
  left:0;
  top:0;
  background:#005792;
  z-index:-1;
  transition:all .3s;
}
.txtList li:hover a::before{
  width:100%;
}
.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: 0.5rem;
  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;
}
  
