.header_box .pc_header_box .header_area .menu_list li:nth-child(7) a{
	color: #2d4ecb !important;
  font-weight: bold;
}
.header_box .pc_header_box .header_area .menu_list li:nth-child(7)::after{
  background-color: #2d4ecb;
}
.news_area .banner{
  width: 100%;
	height: 610px;
  display:flex;
  align-items: center;
  flex-direction: column;
  justify-content:center;
  background-image: url("../img/news-banner.png");
  background-repeat: no-repeat;
  background-size: auto auto;
    background-position: center;
}
.news_area .banner .title{
  font-size: 72px;
	font-weight: bold;
	color: #ffffff;
}
.news_area .cate_box{
  width: 1200px;
  height:180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  white-space: nowrap;
  justify-content:center;
}
.news_area .cate_box .cate_item{
	height: 50px;
	border-radius: 25px;
  line-height: 50px;
  padding:0 40px;
  box-sizing: border-box;
  font-size: 20px;
  color: #2d4ecb;
  margin-right: 20px;
  display:inline-block;
  cursor: pointer;
}
.news_area .cate_box .cate_item.active{
  background-color: #2d4ecb;
	color: #f5f5f5;
}
.news_area .news_list{
  width: 1200px;
  margin: 0 auto;
  display:flex;
  flex-wrap: wrap;
}
.news_area .news_list .news_item{
  width:350px;
  height:520px;
  margin-right: 40px;
  margin-top: 40px;
  cursor: pointer;
}
.news_area .news_list .news_item:nth-child(3n){
  margin-right:0;
}
.news_area .news_list .news_item .title{
  font-size: 22px;
	color: #333333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_area .news_list .news_item .time{
  font-size: 14px;
	color: #999999;
  margin-top: 30px;
}
.news_area .news_list .news_item .img{
  width: 352px;
	height: 285px;
  margin-top: 25px;
}
.news_area .news_list .news_item .desc{
  font-size: 14px;
	line-height: 22px;
	color: #999999;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 25px;
}
.news_area .more_icon{
  width: 48px;
  height: 9px;
  background-image: url('../img/more1.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-top: 50px;
  transition: all .3s;
}
.news_area .news_item:hover .more_icon{
  background-image: url('../img/more2.png');
  margin-left: 50%;
  transform: translateX(-50%);
}
.news_area .page-box{
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px auto 90px;
}
.news_area .page-box .page-item{
  padding: 0 11px;
  margin: 0 5px;
	height: 30px;
	border-radius: 4px;
	border: solid 1px #cccccc;
  font-size: 16px;
	line-height: 30px;
	color: #666666;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}
.news_area .page-box .page-item:hover,
.news_area .page-box .page-item:active,
.news_area .page-box .page-active{
  background-color: #2d4ecb;
	color: #fff;
  border: solid 1px #2d4ecb;
  box-sizing: border-box;
}
.news_content .news-top{
  padding-top: 70px;
  margin: 0 auto;
  box-sizing: border-box;
  border-bottom: 1px solid #f5f5f5;
}
.news_content .news-content-title{
  width: 1200px;
  font-size: 30px;
  line-height: 1.2;
  color: #1a1a1a;
  text-align: center;
  white-space: pre-wrap;
  margin-bottom: 20px;
  margin: 0 auto;
}
.news_content .news-time{
  padding-top: 15px;
  padding-bottom: 40px;
  text-align: center;
  color: #797979;
  font-size: 14px;
  text-align: center;
}
.news_content .news-details{
  padding-top: 60px;
  margin: 0 auto 100px;
  width: 1200px;
}
.navigation-top{
  max-width: 1200px;
  margin: 30px auto;
  overflow: hidden;
  font-size: 15px;
  color: #666;
  display: block;
  line-height: 1.3;
}
.navigation-top li{
  display: inline;
  margin: 0 2px;
  white-space: pre-wrap;
  display: inline;
}
.navigation-top li a{
  color: #666;
  white-space: nowrap;
  display: inline;
}
.hidden{
  display: none !important;
}

/* 
手机端样式 
*/
@media screen and (max-width: 750px) {
  .news_area .banner{
    height: 10rem;
    background-image: url("../img/news-banner-mobile.jpg");
    background-size: 100% 100%;
    background-position: center;
  }
  .news_area .banner .title{
    font-size: .96rem;
  }
  .news_area .cate_box{
    width: 100%;
    height:2.4rem;
  }
  .news_area .cate_box .cate_item{
    height: .88rem;
    border-radius: .44rem;
    height: .88rem;
    line-height:.88rem;
    padding:0 .53rem;
    font-size: .32rem;
    margin-right: .27rem;
  }
  .news_area .news_list{
    width: 9.47rem;
    margin: 0 auto;
  }
  .news_area .news_list .news_item{
    width:4.6rem;
    height:6.93rem;
    margin-right: .2rem;
    margin-top: .53rem;
    margin-bottom: .53rem;
  }
  .news_area .news_list .news_item:nth-child(3n){
    margin-right: .2rem;
  }
  .news_area .news_list .news_item:nth-child(2n){
    margin-right:0;
  }
  .news_area .news_list .news_item .title{
    font-size: .37rem;
  }
  .news_area .news_list .news_item .time{
    font-size: .32rem;
    margin-top: .4rem;
  }
  .news_area .news_list .news_item .img{
    width: 4.6rem;
    height: 3.8rem;
    margin-top: .33rem;
  }
  .news_area .news_list .news_item .desc{
    font-size: .32rem;
    line-height: .4rem;
    margin-top: .33rem;
  }
  .news_area .more_icon{
    width: .64rem;
    height: .12rem;
    margin-top: .67rem;
  }
  .news_area .page-box{
    max-width: 100%;
    margin: .8rem auto 1.2rem;
  }
  .news_area .page-box .page-item{
    padding: 0 .27rem;
    margin: 0 .07rem;
    height: .67rem;
    border-radius: .05rem;
    border: solid .01rem #cccccc;
    font-size: .21rem;
    line-height: .67rem;
  }
  .news_area .page-box .page-item:hover,
  .news_area .page-box .page-item:active,
  .news_area .page-box .page-active{
    border: solid .01rem #2d4ecb;
  }
  .news_content{
    /* width: 9.47rem; */
  }
  .news_content .news-top{
    padding-top: .933333rem;
  }
  .news_content .news-content-title{
    width: 9.49333rem;
    font-size: .506667rem;
    margin-bottom: .2rem;
  }
  .news_content .news-time{
    padding-top: .133333rem;
    padding-bottom: .4rem;
    font-size: .186667rem;
  }
  .news_content .news-details{
    padding-top: .8rem;
    margin: 0 auto 1.066667rem;
    width: 85%;
  }
    
  .navigation-top{
    max-width: 9.49333rem;
    padding: 0 .266667rem;
    margin: .333333rem 0;
  }
}