* {
  box-sizing: inherit;
}

/*banner*/

.nybanner{
  width: 100%;
  margin: 0 auto;
}

.nybanner img{
  display: block;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}






.nypage{
  width: 100%;
  margin: 0 auto;
  background: #f4f4f4;
  padding-bottom: 1.3rem;
  overflow: hidden;

}


.nypage .pagecontainer{
  margin: 0 auto;
  padding-top: 1rem;
}

.nypage .pagecontainer .nytrait{
  margin: 0 auto;
}



.nypage .pagecontainer .nytrait .trait_r{
  line-height: 0.3rem;
  font-size: 0.18rem;
  color: #333333;
  padding-bottom: 0.3rem;
  border-bottom: 2px solid #ddd;
}

.nypage .pagecontainer .nytrait .trait_r img{
  display: block;
  float: left;
  width: 0.21rem;
  height: 0.2rem;
  margin: 0.05rem 0.1rem 0 0;
}

.nypage .pagecontainer .nytrait .trait_r a{
  font-size: 0.16rem;
  color: #333333;
}



.nypage .pagecontainer .nylist_left{

  float: left;
  width: 18%;
}



.nypage .pagecontainer .nylist_left .fenlei_t{
  background: #1D50A2;
  margin-bottom: 1px;
  position: relative;
  height: .8rem;
  line-height: .8rem;
  padding: 0 0 0 .3rem;
  position: relative;
  z-index: 10;
  font-size: .28rem;
  color: #fff;

}

.nypage .pagecontainer .nylist_left ul {
  background: #fff;
  position: relative;
  z-index: 5;
  border: 2px solid #e1e1e1;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: rgb(225, 225, 225);
    border-left-width: 2px;
  border-left-width: 4px;
  border-top: 0;
  margin-top: -1px;

}

.nypage .pagecontainer .nylist_left ul li{
  position: relative;
}



.nypage .pagecontainer .nylist_left ul li h5 a{
  display: block;
  padding: .2rem .3rem;
  position: relative;
  font-size: .18rem;


}


.nypage .pagecontainer .nylist_left ul li h5 a::before {
  content: '';
  left: .2rem;
  right: .2rem;
  bottom: 0;
  background: #eee;
  position: absolute;
  height: 1px;
}


.nypage .pagecontainer .nylist_left ul li h5 a::after {
  content: '';
  width: 4px;
  height: 0;
  top: 50%;
  transform: translateY(-50%);
  left: -4px;
  background: #1D50A2;
  position: absolute;
}


.nypage .pagecontainer .nylist_left ul li.on h5 a::after {
  height: 100%;
  opacity: 1;
}

.nypage .pagecontainer .nylist_left ul li.on h5 a{
  color: #1D50A2;
}

.nypage .pagecontainer .nylist_left ul li .erji{
  margin: 0.2rem  10% 0.1rem 20%;
  overflow: hidden;

}

.nypage .pagecontainer .nylist_left ul li .erji a{
  display: block;
  font-size: 0.16rem;
  color: #3A3A3C;
  line-height: 0.2rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-bottom: 0.16rem;
}





.nypage .pagecontainer .ny_right{

  float: right;
  width: 78%;
}



/* 图文列表 */


.nypage .nytxtlist{
  margin: 0  auto;


}

.nypage .nytxtlist ul li{
  position: relative;
  width: 100%;
  height: 2.5rem;
  margin-bottom: 0.4rem;

}

.nypage .nytxtlist ul li .pic{
  float: left;
  width: 30.5%;
  height: 2.5rem;
  position: relative;
  overflow: hidden;

}

.nypage .nytxtlist ul li .pic img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  left: 0;
  top: 0px;
}

.nypage .nytxtlist ul li:hover .pic img{
  transform: scale(1.1);

}

.nypage .nytxtlist ul li .txt{
  float: right;
  width: 63.5%;
  height: 2.45rem;
  background: #fff;
  border-top: 5px solid #1D50A2;
  -webkit-box-shadow: 0 0 8px 8px rgba(194, 164, 165, .03);
  box-shadow: 0 0 8px 8px rgba(194, 164, 165, .03);
  position: relative;
  z-index: 5;
  padding: 0 3%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
} 

.nypage .nytxtlist ul li .txt a{
  font-size: 0.22rem;
  color: #333;
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 0.3rem 0 0.03rem 0;
}

.nypage .nytxtlist ul li .txt i{
  display: block;
  font-size: 0.16rem;
  color: #999999;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nypage .nytxtlist ul li .txt i span{
  font-size: 0.36rem;
  color: #f49902;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.nypage .nytxtlist ul li .txt em{
  display: block;
  width: 0.76rem;
  height: 1px;
  background: #1D50A2;
  margin: 0.25rem 0 0.25rem 0.18rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nypage .nytxtlist ul li .txt p{
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.32rem;
  height: 0.64rem;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nypage .nytxtlist ul li .txt::after{
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  content: "";
  z-index: -1;
  background: #1D50A2;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-size: 100%;
}

.nypage .nytxtlist ul li:hover .txt::after{
  width: 100%;
}

.nypage .nytxtlist ul li:hover .txt{
  border-top: 5px solid #f49902;
}

.nypage .nytxtlist ul li:hover .txt a{
  color: #fff;

}

.nypage .nytxtlist ul li:hover .txt i{
  color: #fff;
}

.nypage .nytxtlist ul li:hover .txt i span{
  color: #fff;
}

.nypage .nytxtlist ul li:hover .txt em{
  background: #fff;

}

.nypage .nytxtlist ul li:hover .txt p{
  color: #fff;
}

.fenye{
  margin: 0.2rem auto 0rem auto;
  text-align: center;
} 

.fenye ul li{
  display: inline-block;
  text-align: center;
  height: 0.4rem;
  line-height: 0.4rem;
  background: #ddd;
  font-size: 0.14rem;
  color: #666666;
  padding: 0 0.15rem;
  margin: 0 0.03rem;
}

.fenye ul li.on{
  background: #1D50A2;
  color: #fff;
}


@media (max-width: 980px){

  
.nypage .pagecontainer .nylist_left{

  float: none;
  width: 100%;
}


.nypage .pagecontainer .nylist_left .fenlei_t{
  padding: .2rem .3rem;
  margin-bottom: 1px;
  position: relative;
  border-radius: 5px;
  height: auto;
  line-height: .4rem;
}


.nypage .pagecontainer .nylist_left .fenlei_t:after {
  content: '';
  width: .4rem;
  height: .4rem;
  background: url(../nyimages/arrdd.png) no-repeat center;
  background-size: .3rem .3rem;
  position: absolute;
  right: .3rem;
  top: 50%;
  margin-top: -.2rem;
  transition: .3s;
}

.nypage .pagecontainer .nylist_left .fenlei_t.on:after {
  transform: rotate(-180deg);
}


.nypage .pagecontainer .nylist_left ul {
  display: none;
  padding: .1rem 0 .25rem;
}

.nypage .pagecontainer .nylist_left ul li h5 a {
  display: block;
  padding: .25rem .3rem;
  position: relative;
  font-size: .28rem;
}

.nypage .pagecontainer .nylist_left ul li .erji a{
  font-size: 0.28rem;
  line-height: 0.32rem;

}





.nypage .pagecontainer .ny_right{

  float: none;
  width: 100%;
  margin: 0.4rem auto 0 auto;
}

.nypage .pagecontainer .nytrait .trait_r {
  line-height: 0.55rem;
  font-size: 0.28rem;
}

.nypage .pagecontainer .nytrait .trait_r img {
  width: 0.36rem;
  height: 0.35rem;
  margin: 0.05rem 0.1rem 0 0;
}

.nypage .pagecontainer .nytrait .trait_r a {
  font-size: 0.28rem;
}

  .nypage .nytxtlist{
    margin: 0.4rem auto 0  auto;
  
  
  }
  
  .nypage .nytxtlist ul li{
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 0.35rem;
  
  }
  
  .nypage .nytxtlist ul li .pic{
    float: none;
    width: 100%;
    height: 3.5rem;
    position: relative;
    overflow: hidden;
  
  }
  
  .nypage .nytxtlist ul li .txt{
    float: none;
    width: 94%;
    height: 3rem;
  } 
  
  .nypage .nytxtlist ul li .txt a{
    font-size: 0.34rem;
    margin: 0.2rem 0 0.08rem 0;
  }
  
  .nypage .nytxtlist ul li .txt i{
    display: block;
    font-size: 0.28rem;
  }
  
  .nypage .nytxtlist ul li .txt i span{
    font-size: 0.46rem;
  }
  
  
  .nypage .nytxtlist ul li .txt em{
    margin: 0.2rem 0;

  }
  
  .nypage .nytxtlist ul li .txt p{
    font-size: 0.28rem;
  }
  
  
}


/* 文字列表 */

.nypage .nyannouncementbox{
  margin: 0 auto;
}

.nypage .nyannouncementbox ul li{
  margin-bottom: 0.4rem;
  width: 100%;
  height: 2rem;
  background: rgba(255, 255, 255, 0.7);
  border-bottom: 2px solid #1D50A2;
  -webkit-box-shadow: 0 0 8px 8px rgba(194, 164, 165, .05);
  box-shadow: 0 0 8px 8px rgba(194, 164, 165, .05);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nypage .nyannouncementbox ul li .time{
  float: left;
  margin: 0.4rem 3.5% 0 3.5%;
  width: 0.8rem;
  height: 0.8rem;
  background: #1D50A2;
  border-radius: 8px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nypage .nyannouncementbox ul li .time span{
  display: block;
  font-size: 0.3rem;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0.15rem auto 0.05rem auto;
}

.nypage .nyannouncementbox ul li .time i{
  display: block;
  font-size: 0.14rem;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

.nypage .nyannouncementbox ul li .txt{
  float: left;
  margin: 0.38rem 0% 0 0%;
  width: 81%;
} 

.nypage .nyannouncementbox ul li .txt a{
  font-size: 0.24rem;
  color: #333;
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  line-height: 0.32rem;
}

.nypage .nyannouncementbox ul li .txt p{
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.3rem;
  height: 0.6rem;
  overflow: hidden;
  margin-top: 0.2rem;
}

.nypage .nyannouncementbox ul li:hover .time{
  background: #f49902;
}


.nypage .nyannouncementbox ul li:hover{
  border-bottom: 2px solid #f49902;
  -webkit-box-shadow: 0 0 10px 10px rgba(194, 164, 165, .3);
  box-shadow: 0 0 10px 10px rgba(194, 164, 165, .3);
}



@media (max-width: 980px){

  .nypage .nyannouncementbox{
    margin: 0.4rem auto 0 auto;
  }

  .nypage .nyannouncementbox ul li{
    margin-bottom: 0.3rem;
  }
  
  .nypage .nyannouncementbox ul li .time{
    width: 1.2rem;
    height: 1.2rem;
  }
  
  .nypage .nyannouncementbox ul li .time span{
    display: block;
    font-size: 0.4rem;
    margin: 0.2rem auto 0.08rem auto;
  }
  
  .nypage .nyannouncementbox ul li .time i{
    font-size: 0.26rem;
  }
  
  .nypage .nyannouncementbox ul li .txt{
    float: left;
    margin: 0.38rem 0% 0 0%;
    width: 73%;
  } 
  
  .nypage .nyannouncementbox ul li .txt a{
    font-size: 0.36rem;
  }
  
  .nypage .nyannouncementbox ul li .txt p{
    font-size: 0.3rem;
    margin-top: 0.2rem;
  }
  

  
  .fenye{
    margin: 0.25rem auto 0rem auto;
    text-align: center;
  } 
  
  .fenye ul li{
    display: inline-block;
    text-align: center;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.24rem;
    padding: 0 0.2rem;
  }
  

}




.nyarticle{
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.75);
  border-top: 10px solid #1D50A2;
  overflow: hidden;
  padding-bottom: 1.1rem;
}


.nyarticle .nyarticle_title{
  margin: 0 auto;
  text-align: center;
  padding-top: 0.9rem;
  width: 86%;
}

.nyarticle .nyarticle_title h3{
  font-size: 0.36rem;
  color: #333;

}

.nyarticle .nyarticle_title h5 {
  font-size: 0.15rem;
  color: #666666;
  font-weight: normal;
  margin: 0.3rem auto 0 auto;
}

.nyarticle .nyarticle_title h5 img{
  vertical-align: middle;
  margin-right: 0.1rem;
}


.nyarticle .nyarticle_title em{
  display: block;
  margin: 0.35rem auto 0 auto;
  width: 100%;
  height: 1px;
  background: #efefef;


  
}

.nyarticle .txt{
  margin: 0.55rem auto 0 auto;
  width: 78%;


  
}

.nyarticle .txt p{
  font-size: 0.2rem;
  color: #333;
  line-height: 0.32rem;
  text-indent: 2em;
}

.nyarticle .txt p img{
  display: block;
  margin: 0.4rem auto;
  max-width: 100%;
  height: auto;
}

.nyarticle .txt table p{

text-indent:0 !important;
}

.nyarticle .txt table {
  border: 1px solid #000 !important;
}


@media (max-width: 980px){

  .nyarticle{
    margin: 0.4rem auto 0 auto;
  }

  .nyarticle .nyarticle_title h3{
    font-size: 0.34rem;
    line-height: 0.44rem;
  
  }

  .nyarticle .nyarticle_title{
    padding-top: 0.5rem;
    width: 90%;
  }

  
.nyarticle .txt{
  margin: 0.55rem auto 0 auto;
  width: 88%;
  
}

.nyarticle .nyarticle_title h5 {
  font-size: 0.28rem;
  color: #666666;
}
.nyarticle .txt p {
  font-size: 0.3rem;
  line-height: 0.42rem;
}


}



@media screen and (max-width: 1199px) {

	.tbsc{overflow-x: auto;}
	.tbsc table{width: 700px;}
  }


@media (max-width: 597px) {
  body {
      font-size: .26rem;
  }
}