.page_news{width: 100%; min-width:1200px; max-width:1920px; padding-top:98px;background: #f8f8f8; padding-bottom:50px;}
.index_news_nr{width: 1200px; margin:auto;}
.news_title{width:100%; text-align:left; font-size:30px;color: #121619; line-height:48px;}
.news_title .page_nmore{ float:right; text-align:center; width:142px; height:46px; border:1px solid #cccccc; border-radius:3px; line-height: 46px; font-size: 16px; color: #121619}
.index_news_list{width:100%; margin-top:30px; height: 410px; position:relative; overflow:hidden;}
.swiper_news-container {
  background:none;
  height: 365px;
  overflow:hidden;
  width: 100%;
}
.swiper-slide {
  height: 410px;
  width: 100%;
  background: none;
  color: #fff;
}
.content-slide {
  padding: 0;
}
.index_news_pagination{
  position: absolute;
  text-align:center;
  bottom:0;
  width: 100%;
  z-index:9;
}
.index_news_pagination .swiper-pagination-switch {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius:12px;
  background: #ffffff;
  margin: 0 6px;
  cursor: pointer;
}
.index_news_pagination .swiper-active-switch {
  background: #005a9d;
}

.news_list{ width:384px; float:left; height:365px; overflow:hidden; transition:all .6s; position:relative;}
.news_pic{width:384px; height:180px; overflow:hidden; top:-180px; position:absolute; z-index:9;}
.news_pic img{width:384px; height:180px;}
.index_news_kk{ transition:all .6s; height:185px;}
.news_name{ width:100%; text-align:left; height:25px; overflow:hidden;}
.news_name a{font-size: 16px; color:#121619; line-height:25px;}
.news_time{width:50px; float:left; margin-top:15px; text-align:left; font-size:16px; color:#999999; line-height:52px; border-top:1px solid #999999;}
.news_jj{width:100%; height:72px; overflow:hidden; text-align:left; margin-top:5px;}
.news_jj a{ font-size:14px; color:#999999; line-height:24px;}
.news_pic2{width:384px; height:180px; margin-top:15px; overflow:hidden; position:absolute; bottom:0; z-index:9;}
.news_pic2 img{width:384px; height:180px;}
.news_list:hover .index_news_kk{ -webkit-transform:translateY(180px); -moz-transform:translateY(180px); transform:translateY(180px); margin-top:15px;}
.news_list:hover .news_pic{ top:0; transition:all .6s;}
.news_list:hover .news_pic2{bottom:-180px; transition:all .6s;}