/*banner*/

.nybanner{
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.nybanner img{
  display: block;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}


.nybanner::after{
  position: absolute;
  content: "";
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/bannerbg1.png) no-repeat top center;
  background-size: 100%;
  z-index: 2;
  pointer-events: none;
}



.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: #1a3366;
  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: #1a3366;
  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: #1a3366;
}

.nypage .pagecontainer .nylist_left ul li .erji{
  margin: 0rem  0% 0rem 0%;
  overflow: hidden;
  border-bottom: 1px solid #ddd;

}

.nypage .pagecontainer .nylist_left ul li .erji li{
  width: 94%;
  margin: 0 auto;
  overflow: hidden;
  border-bottom: 1px dashed #eee;
  padding: 0.1rem 0;

}

.nypage .pagecontainer .nylist_left ul li .erji li:last-child{
  border-bottom: none;
}

.nypage .pagecontainer .nylist_left ul li .erji a{
  display: block;
  font-size: 0.16rem;
  color: #666;
  line-height: 0.22rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


@media (min-width: 980px){
  .nypage .pagecontainer .nylist_left ul li .erji li:hover a{
    color: #ee7823;
  }
}


.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 #1a3366;
  -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: #ee7823;
  -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: #1a3366;
  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;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.nypage .nytxtlist ul li .txt::after{
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  content: "";
  z-index: -1;
  background: #1a3366;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-size: 100%;
}



.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: #1a3366;
  color: #fff;
}

@media (min-width: 1024px){
  .nypage .nytxtlist ul li:hover .txt::after{
    width: 100%;
  }
  
  .nypage .nytxtlist ul li:hover .txt{
    border-top: 5px solid #ee7823;
  }
  
  .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;
  }

}
@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: .32rem;
}

.nypage .pagecontainer .nylist_left ul li .erji li{

  padding: 0.2rem 0;

}

.nypage .pagecontainer .nylist_left ul li .erji a{
  font-size: 0.28rem;
  line-height: 0.4rem;

}





.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 #1a3366;
  -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: #1a3366;
  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;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.nypage .nyannouncementbox ul li:hover .time{
  background: #ee7823;
}


.nypage .nyannouncementbox ul li:hover{
  border-bottom: 2px solid #ee7823;
  -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: 75%;
  } 
  
  .nypage .nyannouncementbox ul li .txt a{
    font-size: 0.36rem;
  }
  
  .nypage .nyannouncementbox ul li .txt p{
    font-size: 0.3rem;
    margin-top: 0.2rem;
    line-height: 0.4rem;
    height: 0.8rem;
  }
  

  
  .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 #1a3366;
  overflow: hidden;
  padding: 0 6% 1.1rem 6%;
}


.nyarticle .nyarticle_title{
  margin: 0 auto;
  text-align: center;
  padding-top: 0.9rem;
  border-bottom: 1px solid #efefef;
}

.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: 100%;


  
}

.nyarticle .txt p{
  font-size: 0.2rem !important;
  color: #333;
  line-height: 0.35rem !important;
  text-indent: 0em !important;
margin-bottom:25px;
}

.nyarticle .txt p img{
  display: block;
  margin: 0rem auto;
  max-width: 100%;
  height: auto !important;
}



.nyarticle .txt  img{
  display: block;
  margin: 0.4rem auto;
  max-width: 100%;
  height: auto;
}

.nyarticle .txt table td p{line-height:30px !important;margin:15px 10px !important;}
.nyarticle video{
  display: block;
  margin: 0rem auto;
  width: 100%;
  height: auto;
}


#vsb_content {

  overflow-x: auto;

  -webkit-overflow-scrolling: touch; /* æ”¹å–„åœ¨ iOS è®¾å¤‡ä¸Šçš„æ»šåŠ¨ä½“éªŒ */

}



table {

  width: 100%;

  border-collapse: collapse;

}


th, td {

  border: 1px solid #ddd;

  padding: 8px;

  text-align: left;

}

@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;
   
  }

  
.nyarticle .txt{
  margin: 0.55rem auto 0 auto;
 
  
}

.nyarticle .nyarticle_title h5 {
  font-size: 0.28rem;
  color: #666666;
}
.nyarticle .txt p {
  font-size: 0.3rem;
  line-height: 0.42rem;
}


}


.nypage .img-lists ul {
	overflow: hidden;
	margin-left: -2%;
	margin-right: -2%;
}


.nypage .img-lists ul li {
	float: left;
        width: 29%;height:auto;
	margin: 40px 2% 0 2%;
	border: 1px solid #eee;
	transition: all 0.3s;
	position: relative;
	top: 0;
}




.nypage .img-lists ul li .pic1{padding-top: 35%;position: relative;overflow: hidden;}

.nypage .img-lists ul li .pic1 img{
    position: absolute;
    left: 1px;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
    object-fit: cover;
}

.nypage .img-lists ul li:hover {
	box-shadow: 0 0 10px rgba(51, 51, 51, 0.16);
	top: -10px;
}

.nypage .img-lists ul li a {
	display: block;
	width: 100%;
}



.img-lists ul li a>img {
	display: block;
	width: 100%;
	height: 196px;
}

.img-lists ul li a>div.info {
	padding: 10px;
	font-size: 0;
	text-align: center;
}

.img-lists ul li a>div.info p {
	color: #333;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 5px;
}

.img-lists ul li:hover a>div.info p {
	color: #0c3173;
}

@media (max-width: 680px){
.nypage .img-lists ul li {
	float: none;
        width: 100%;}

}