@charset "utf-8";
.nyBanner img{
  display: block;
  width: 100%;
  height: auto;
  min-height: 130px;
  object-fit: cover;
}
/*  */
main{
  padding: 0.5rem 0;
  position: relative;
  min-height: calc(100vh - 3.64rem);
  box-sizing: border-box;
}
.leftNav{
  width: 2.6rem;
  box-sizing: border-box;
  position: relative;
  animation: 0.8s ease .3s 1 normal backwards running fadeInLeft;
  z-index: 9;
}
.leftNav .erLm h2{
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.4rem;
  letter-spacing: 0em;
  color: #FFFFFF;
  background: #00158c;
  background-size: 80% auto;
  position: relative;
  text-align: center;
  padding: 0.2rem 0;
  overflow: hidden;
}
.leftNav .erLm p.xl{
  display:none;
}
.leftNav ul{
  background: #ffffff;
  position: relative;
  padding: 0.15rem;
  box-sizing: border-box;
  box-shadow: 0 0.05rem 0.15rem 0 rgba(0,21,140,0.1);
}
.leftNav ul>li {
  height: auto;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #efefef;
  z-index: 10;
  padding: 0.15rem 0;
}
.leftNav ul>li:last-of-type{
  border-bottom: none;
}
.leftNav ul>li>a{
  display: block;
  position: relative;
  font-size: 0.18rem;
  line-height: 0.3rem;
  letter-spacing: 0em;
  color: #333;
}
.leftNav ul>li>a:hover{
  color: #00158c;
  font-weight: 700;
}
.leftNav ul>li.hover>a{
  color: #00158c;
  font-weight: bold;
}
.leftNav ul>li.hover{
    border-bottom: 1px solid #00158c;
}
.leftNav ul li.hover ol{
  background: #ffffff;
}
.leftNav ul li ol>li{
  margin-top:0.1rem;
}
.leftNav ul li ol>li a{
  display: block;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  color: #666666;
  padding-left: 0.1rem;
  box-sizing: border-box;
}
.leftNav ul li ol>li a:hover{
  color: #00158c;
  font-weight: bold;
}
.leftNav ul li ol>li a.hover{
  color: #00158c;
  font-weight: bold;
}
.rightCon{
  width: calc(100% - 2.6rem);
  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;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #efefef;
  position: relative;
}
.dqwz h2{
  font-family: Microsoft YaHei;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.3rem;
  letter-spacing: 0em;
  color: #00158c;
  position: relative;
  padding-left: 0.2rem;
}
.dqwz h2::before{
  display: block;
  content: "";
  width: 3px;
  height: 0.22rem;
  background: #00158c;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 1px;
}
.dqwz p,.dqwz p a{
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.26rem;
  text-align: left;
  letter-spacing: 0em;
  color: #8c8c8c;
}
.dqwz p{
  padding-left:0.32rem;
  background:url(../img/dqwzIcon.png) no-repeat left center;
  background-size: auto 0.2rem;
}
.dqwz p a:hover{
  color: #00158c;
  font-weight: bold;
}
.fy{
  margin-top: 0.5rem;
}
.xshd ul li{
  position:relative;
  border-bottom: 1px solid #eaeaea;
}
.xshd ul li a{
  display: block;
  width: 100%;
  font-size: 0.18rem;
  line-height: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0.18rem 0;
  padding-left: 0.2rem;
  box-sizing: border-box;
  color: #333;
}
.xshd ul li::after{
    display: block;
    content: "";
    width: 0.06rem;
    height: 0.06rem;
    background: #00158c;
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 100%;
    transform: translateY(-50%);
    z-index: 2;
}
.xshd ul li::before{
  display: block;
    content: "";
    width: 0;
    height: 2px;
    background: #00158c;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 1;
}
.xshd ul li span.fr{
  font-family: Arial;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #999;
  display: block;
  margin-left: 8px;
  text-indent:0;
  font-weight:normal;
}
.xshd ul li:hover::after{
  background: #00158c;
}
.xshd ul li:hover::before{
  width: 100%;
}
.xshd ul li a:hover{
  color: #00158c;
  text-indent: 5px;
  font-weight:bold;
}
.xshd ul li a:hover span.fr{
    color: #00158c;
}
.content .bt{
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.36rem;
  text-align: center;
  letter-spacing: 0em;
  margin-top: 0.4rem;
  color: #000000;
}
.content .bt.about{
  margin: 0.3rem 0 0;
}
.conSub.about{
  margin-top: 0.2rem;
}
.content .xq{
  font-family: Microsoft YaHei;
  font-size: 0.16rem;
  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.3rem 0;
}
.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: #333333;
  text-align: justify;
}
.content .conSub a{
  font-family: Microsoft YaHei!important;
  font-size: 0.18rem!important;
  line-height: 0.36rem!important;
}
.content .conSub img{
  display: block;
  height: auto!important;
  margin: 0.1rem auto!important;
  max-width: 100%;
}
.content .conSub iframe{
  display:block;
  width:100%;
  height:800px;
  margin:0 auto 10px;
}
.content .prevNext{
  padding-top: 0.3rem;
  margin-top: 0.3rem;
  border-top: 1px solid rgba(0,21,140,0.2);
}
.content .prevNext a{
  display: block;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.36rem;
  letter-spacing: 0em;
  color: #333333;
  margin-bottom: 0.1rem;
}
.content .prevNext a span{
  font-weight: 700;
  color: #00158c;
}
.content .prevNext a:hover{
  color: #00158c;
  font-weight:700;
}
.exampleSub {
  margin-top: 0.1rem;
}
.exampleSub ul li{
  float: left;
  width:32%;
  margin-right: 2%;
  margin-top: 0.25rem;
}
.exampleSub ul li:nth-of-type(3n){
  margin-right: 0;
}
.exampleSub ul li a{
  display: block;
  width: 100%;
  height: auto;
  padding: 0.15rem 0.15rem 0.1rem;
  box-sizing: border-box;
  border: 1px solid #dddddd;
}
.exampleSub ul li a .img{
  padding: 66.1% 0 0;
}
.exampleSub ul li a .tit{
    font-size: 0.18rem;
    line-height: 0.3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.6rem;
    margin-top: 0.1rem;
}
.exampleSub ul li a:hover{
  border:1px solid #00158c;
}
.exampleSub ul li a:hover .tit{
  color:#00158c;
  font-weight:bold;
}
.imgList li a{
  display: flex;
  width: 100%;
  padding: 0.3rem 0;
  border-bottom: 1px solid #e7e7e7;
  align-items: center;
  position: relative;
}
.imgList li a::before{
  display:block;
  content:"";
  width:0;
  height:2px;
  background:#00158c;
  position:absolute;
  left:0;
  bottom:-1px;
  transition:all .5s;
}
.imgList li a:hover::before{
  width:100%;
}
.imgList li a .img{
  width: 3.4rem;
  padding: 2.1rem 0 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.imgList li a p.txt{
  width: calc(100% - 3.4rem);
  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.22rem;
  line-height: 0.35rem;
  max-height: 0.7rem;
  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){
  display: block;
  width: 0.6rem;
  height: 2px;
  background: #00158c;
  margin: 0.1rem 0 0.15rem;
}
.imgList li a p.txt span:nth-of-type(3){
  font-size: 0.16rem;
  color: #999999;
  line-height: 0.3rem;
  max-height: 0.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.imgList li a p.txt span:nth-of-type(4){
    font-family: Arial;
    width: 100%;
    font-size: 0.16rem;
    color: #00158c;
    line-height: 0.3rem;
    box-sizing: border-box;
    margin-top: 0.1rem;
}
.imgList li a:hover img{
  transform: scale(1.2);
}
.imgList li a:hover p.txt span:nth-of-type(1){
  color: #00158c;
}
.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;
}
/*  */
@media only screen and (min-width: 1040px){
  .leftNav,.leftNav ul{
    display: block!important;
  }
}
@media only screen and (max-width: 1040px){
  main{
    padding: 30px 0 50px;
  }
  .leftNav{
    width: 100%;
    padding-left: 0;
    margin-top: 0;
  }
  .leftNav ul{
    padding: 0 20px;
    display: none;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-radius: 0;
    background: #fff;
  }
  .leftNav .erLm h2{
    font-size: 22px;
    line-height: 48px;
    text-align: left;
    box-sizing: border-box;
    background: #00158c;
    color: #fff;
    margin-left: 0;
    padding: 0 20px;
    border-radius: 0;
  }
  .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{
    padding: 10px 0;
  }
  .leftNav ul>li.hover>a{
    color: #00158c;
    font-weight: 700;
  }
  .leftNav ul>li>a{
    font-size: 18px;
    line-height: 32px;
    box-sizing: border-box;
  }
  .leftNav ul li i {
    height: 54px;
    width: 35px;
  }
  .leftNav ul li ol>li a{
    text-align: left;
    font-size: 16px;
    padding-left: 10px;
  }
  .rightCon{
    width:100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .fy{
    margin-top: 50px;
  }
  .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;
  }
  .imgList li a{
    padding: 25px 0;
  }
  .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){
    margin: 8px 0 10px;
  }
  .imgList li a p.txt span:nth-of-type(3){
    font-size: 15px;
    line-height: 22px;
    max-height: 44px;
  }
  .imgList li a p.txt span:nth-of-type(4){
    font-size: 15px;
    line-height: 35px;
    margin-top: 0;
  }
}
@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{
    font-size: 14px;
    line-height: 20px;
  }
  .fy{
    margin-top: 30px;
  }
  .content .conSub p, .content .conSub p span{
    font-size: 15px!important;
    line-height: 28px!important;
  }
  .xshd ul li a{
    padding: 12px 15px;
    padding-right: 0;
    font-size: 16px;
    display: flex;
    flex-direction: column-reverse;
    overflow: initial;
    text-overflow: initial;
    white-space: normal;
    line-height: 24px;
  }
  .xshd ul li::after{
    top: 24px;
    width: 5px;
    height: 5px;
  }
 .xshd ul li span.fr{
  font-size: 14px;
  line-height: 1;
  margin-left: 0;
  margin-top: 10px;
 }
  .conSub.about{
    margin-top: 10px;
  }
  .exampleSub ul li{
    width:49%;
    margin-right: 2%;
    margin-top: 15px;
  }
  .exampleSub ul li:nth-of-type(3n){
    margin-right: 2%;
  }
  .exampleSub ul li:nth-of-type(2n){
    margin-right: 0%;
  }
  .content .xq{
    margin:15px 0;
  }
  .imgList li a .img{
    width: 40%;
  }
  .imgList li a p.txt{
    width: 60%;
  }
}
@media only screen and (max-width: 560px){
  main{
    padding: 25px 0;
  }
  .leftNav .erLm h2{
    font-size: 18px;
    line-height: 42px;
    padding: 0 10px;
  }
  .leftNav .erLm p.xl {
      right: 10px;
  }
  .leftNav ul{
    padding: 0 10px;
  }
  .leftNav ul>li{
    padding: 8px 0;
  }
  .leftNav ul>li>a{
    font-size: 16px;
    line-height: 32px;
  }
  .leftNav ul li i {
    height: 42px;
  }
  .leftNav ul li ol>li{
    margin-top:5px;
  }
  .rightCon{
    width:100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .dqwz{
    padding-bottom: 5px;
    flex-wrap: wrap;
  }
  .dqwz h2{
    font-size: 18px;
    padding-left: 10px;
  }
  .dqwz p{
    padding-left: 16px;
    background-size: auto 15px;
    background-position: left 5px;
  }
  .dqwz p, .dqwz p a{
    font-size: 14px;
  }
  .fy{
    margin-top: 30px;
  }
  .content .bt{
    font-size: 18px;
    line-height: 28px;
    margin: 15px 0;
  }
  .content .bt.about {
      margin-top: 20px;
  }
  .content .xq{
    margin: 12px 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;
  }
  .conSub.about{
    margin-top: 5px;
  }
  .zysz li{
    width: 100%;
    margin-right: 0;
    margin-top: 10px;
  }
  .exampleSub ul li{
    width:100%;
    margin-right: 2%;
    margin-top: 15px;
  }
  .exampleSub{
    margin-top: 0;
  }
  .exampleSub ul li a .tit{
    font-size: 16px;
    line-height: 26px;
    height: auto;
  }
  .imgList li a{
    padding: 20px 0 10px;
    flex-wrap: wrap;
  }
  .imgList li a .img{
    width: 100%;
    padding: 66.6% 0 0;
    margin-bottom: 15px;
  }
  .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){
    font-size: 14px;
    line-height: 22px;
    max-height: 66px;
    margin: 5px 0;
  }
  .imgList li a p.txt span:nth-of-type(4){
    font-size: 14px;
    margin-top: 0;
  }
}