#nav{
  background: url(../image/about/打造前程线稿标志拷贝13.png) no-repeat center 0;
  background-size: cover;
}
#nav .logo img{
  opacity: 0;
}
#banner .banner-content{
  background-image: url('../image/news/be049eec60c3349ca6f04451a0deab841dd0f5502035c-Y9HJv0.png');
}
#banner .banner-list li span{
  display: block;
}
#news>li{
  display: none;
}
.news-active{
  display: block !important;
}
/* 新闻分页样式 */
#news{
  color: #535e6e;
  font-size: .2rem;
  line-height: .48rem;
}
#news h4{
  width: 1.75rem;
  height: .38rem;
  background-size: contain !important;
  padding: 1.3rem 0 .88rem;
  margin: 0 auto;
}
#news .new-list{
  width: 12.4rem;
  margin: 0 auto;
}
#news .new-list>li{
  width: 12.4rem;
  margin: 0 auto .84rem;
}
#news .new-list-pic{
  display: inline-block;
  width: 3.6rem;
  height: 2rem;
  border-radius: .1rem;
  background-color: red;
  overflow: hidden;
}
#news .new-list-pic p{
  width: 3.6rem;
  height: 2rem;
  background-size: cover !important;
}
#news .new-list-text{
  display: inline-block;
  width: 7.8rem;
  margin-left: .64rem;
  vertical-align: top;
  /* background-color: skyblue; */
}
#news .new-list-text h5{
  font-size: .24rem;
  color: #002d72;
}
#news .new-list-text h5 a{
  font-size: .24rem;
  color: #002d72;
}
#news .new-list-text ul{
  width: 7.8rem;
  color: #999999;
  line-height: .3rem;
  margin: .22rem 0 .09rem;
  display: flex;
  /* justify-content: space-between; */
}
#news .new-list-text ul li:nth-child(1){
  width: .32rem;
  height: .3rem;
//  background: url('../image/news/keji.png') no-repeat center center;
  background-size: contain;
}
#news .new-list-text ul li:nth-child(2){
  width: .6rem;
  height: .3rem;
  color: #002d72;
  border: .01rem solid #002d72;
  border-radius: .04rem;
  box-sizing: border-box;
  line-height: .28rem;
  text-align: center;
  margin: 0 .2rem 0 .12rem;
}
#news .new-list-text ul li:nth-child(4){
  margin: 0 .4rem 0 .58rem;
  flex: 1;
}
#news .new-list-text p{
  height: .96rem;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#news .new-list-text p a{
  display: inline-block;
  margin-left: 1.12rem;
  color: #cd9a43;
}

/* 分页器样式 */
#newPage{
  margin-bottom: .8rem;
  text-align: center;
}