@charset "UTF-8";
.nyBanner img{
  display: block;
  width: 100%;
  height: auto;
  min-height: 130px;
  object-fit: cover;
}
/*  */
main{
  padding: 0 0 0.5rem;
  position: relative;
}
.leftNav{
  width: 3rem;
  box-sizing: border-box;
  position: relative;
  animation: 0.8s ease .3s 1 normal backwards running fadeInLeft;
  z-index: 9;
  margin-top: -0.8rem;
}
.leftNav .erLm h2{
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.4rem;
  letter-spacing: 0em;
  color: #FFFFFF;
  background: #0c58a5;
  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(12, 88, 165,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: #0c58a5;
  font-weight: 700;
}
.leftNav ul>li.hover>a{
  color: #0c58a5;
  font-weight: bold;
}
.leftNav ul>li.hover{
    border-bottom: 1px solid #0c58a5;
}
.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: #0c58a5;
  font-weight: bold;
}
.leftNav ul li ol>li a.hover{
  color: #0c58a5;
  font-weight: bold;
}
.rightCon{
  width: calc(100% - 3rem);
  padding-left: 0.6rem;
  margin-top: 0.3rem;
  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: #0c58a5;
  position: relative;
  padding-left: 0.2rem;
}
.dqwz h2::before{
  display: block;
  content: "";
  width: 3px;
  height: 0.22rem;
  background: #0c58a5;
  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: #0c58a5;
  font-weight: bold;
}
.fy{
  margin-top: 0.5rem;
}
.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 img{
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto 0.2rem;
  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(12, 88, 165,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: #0c58a5;
}
.content .prevNext a:hover{
  color: #0c58a5;
  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 #0c58a5;
}
.exampleSub ul li a:hover .tit{
  color:#0c58a5;
  font-weight:bold;
}
.xwdjs{
  margin-top: 0.4rem;
}
.xwdjs ul.clearfix{
  margin-bottom: 0.2rem;
}
.xwdjs ul li{
  float: left;
  width: auto;
  margin-right: 0.85rem;
  position: relative;
}
.xwdjs ul li::before{
  display: block;
  content: "";
  width: 0.45rem;
  height: 1px;
  background: #0c58a5;
  position: absolute;
  left: -0.65rem;
  top: 50%;
}
.xwdjs ul li:first-of-type::before{
  display: none;
}
.xwdjs li p{
  width: 4.2rem;
  height: 0.7rem;
  border: 1px solid #d8d8d8;
  background: #f5e9e8;
  box-sizing: border-box;
  font-size: 0.2rem;
  line-height: 0.7rem;
  color: #333;
  padding-left: 0.3rem;
}
.xwdjs li a{
  display: block;
  width: 2.1rem;
  height: 0.7rem;
  border: 1px solid #d8d8d8;
  background: #f5e9e8;
  box-sizing: border-box;
  text-align: center;
  font-size: 0.2rem;
  line-height: 0.7rem;
  color: #0c58a5;
  position: relative;
  z-index: 1;
  box-shadow: 0rem 0.05rem 0.15rem 0 rgba(216,213,202,0.6);
}
.xwdjs li a::before{
  display: block;
  content: "";
  width: 0;
  height: 100%;
  background: #0c58a5;
  box-sizing: border-box;
  top: 0;
  left: 50%;
  position: absolute;
  z-index: -1;
}
.xwdjs li a:hover{
  color: #fff;
}
.xwdjs li a:hover::before{
  width: 100%;
  left: 0;
}
/* 文字列表页 */
.list ul{
  margin-top: 0.15rem;
}
.list ul li{
  width: 100%;
  height: auto;
  position: relative;
}
.list ul li a{
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}
.list ul li a .tit{
  width: 100%;
  font-size: 0.18rem;
  line-height: 0.38rem;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .3s;
}
.list ul li a .time{
  font-family: Arial;
  font-size: 0.16rem;
  line-height: 0.2rem;
  color: #b4b4b4;
  padding-left: 0.2rem;
  background: #fff;
  position: relative;
  z-index: 9;
}
.list ul li::before{
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #efefef;
  position: absolute;
  left: 0;
  bottom: 0.1rem;
}
.list ul li::after{
  display: block;
  content: "";
  width: 0.05rem;
  height: 0.05rem;
  border-radius: 100%;
  background: #0c58a5;
  position: absolute;
  left: 0;
  bottom: 0.08rem;
}
.list ul li a::before{
  display: block;
  content: "";
  width: 0;
  height: 2px;
  background: #0c58a5;
  position: absolute;
  left: 0;
  bottom: 0.09rem;
}
.list ul li a:hover::before{
  width: 100%;
}
.list ul li a:hover .tit{
  color: #0c58a5;
  text-indent: 8px;
  font-weight: bold;
}
.list ul li a:hover .time{
  color: #0c58a5;
}
.notice li a{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #e6e6e6;
  padding: 0.25rem 0;
  position: relative;
}
.notice li a::before{
  display: block;
  content: "";
  width: 0;
  height: 2px;
  background: #0c58a5;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.notice .time{
  font-family: Arial;
  line-height: 1;
  color: #0c58a5;
  text-align: center;
  white-space: nowrap;
}
.notice .time h2{
  font-size: 0.3rem;
  margin-bottom: 0.1rem;
  font-weight: normal;
}
.notice .time p{
  font-size: 0.16rem;
}
.notice .sx{
  width: 1px;
  height: 0.6rem;
  background: #e6e6e6;
  margin: 0 0.2rem;
}
.notice .con{
  max-width: calc(100% - 1rem);
}
.notice .con .tit{
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  max-height: 0.3rem;
}   
.notice .con .txt{
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #a09f9f;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.notice a:hover .con .tit{
  color: #0c58a5;
  font-weight: bold;
}
.notice a:hover .con .txt{
  color: #0c58a5;
}
.notice a:hover .sx{
  background: #0c58a5;
}
.notice li a:hover::before{
  width: 100%;
}
/*  */
@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: #0c58a5;
    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: #0c58a5;
    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;
  }
}
@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;
  }
  .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;
  }
}
@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 3px;
  }
  .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;
  }
  .list ul li a .tit{
      white-space: normal;
      text-overflow: clip;
      font-size: 16px;
      line-height: 24px;
      margin: 3px 0;
  }
  .list ul li a .time{
      font-size: 15px;
  }
  .list ul li::after{
    width: 4px;
    height: 4px;
    bottom: 8px;
    left: -1px;
  }
  .notice .con .tit{
      -webkit-line-clamp: 2;
      height: auto;
      max-height: 56px;
      margin-bottom: 0;
      font-size: 16px;
      line-height: 28px;
  }
  .notice li a{
      padding: 15px 0;
  }
  .notice .time h2{
      font-size: 26px;
      margin-bottom: 5px;
  }
  .notice .sx{
      height: 50px;
      margin: 0 12px;
  }
  .notice .con{
      width: calc(100% - 80px);
  }
  .notice .con .txt{
    display: none;
  }
}