.index_news{width: 100%;height: 580px;margin: 0 auto;padding-top: 35px;background: #f5f7f6}

.index_news_cont{width:1190px; height:580px; margin:auto;}
.index_news_left{width: 790px;float: left;}
.index_news_right{width: 375px;float: right}


.in_nt{font-size: 34px;color: #333;line-height: 34px;margin-bottom:20px;}



.index_news_con2{float: left;width: 790px;height: 228px;}
.index_news_con2:hover .index_news_title3 a{color: #2c72b9}


.index_news_pic{width: 341px;float: left;height: 227px;position: relative;}
.index_news_pic img{width: 341px;height: 227px;}
.index_news_date{position: absolute;width: 101px;height: 77px;background: #0099cc;left: 0px;top: 0px;text-align: center;}

.page_nleft{width: 55px;height: 63px;float: left;border: 1px solid #cccccc}
.page_nright{width: 715px;float: right;}


.index_news_title3{width: 430px;float: right;}

.index_news_title3 a{font-size: 15px;color: #4c4c4c}

.index_news_rcon{width: 375px;margin-top:23px;}
.index_news_rpic{width: 127px;height: 85px;float: left;}
.index_news_rtitle{width: 228px;float: right;}

.index_news_hy_date{width:54px; height:53px; background:#c5c5c5; float:left; font-size:13px; color:#ffffff; text-align:center; line-height:20px;}
.index_news_hy_date span{ font-size:28px; color:#ffffff; line-height:32px;}
.index_news_news4:hover .index_news_hy_date{background:#000000;}
.index_news_hy_right{width: 685px; float: right; height:56px; border-bottom:1px dashed #b2b2b2;}
.index_news_hy_right ul li{background:url(../ZERO/img/news_title.jpg) left center no-repeat;padding-left: 15px; }
.index_news_hy_right ul li a{font-size:18px; color:#333333; line-height:56px;}


.news_swiper-container {
  background:none;
  height: 230px;
  width: 790px;
}
.news_swiper-container .swiper-slide {
  height: 230px;
  width: 790px;
  background: none;
}
.content-slide {
  padding: 0;
}
.index_news_pagination{
  position: absolute;
  left: 0;
  text-align: left;
  bottom:11px;
  width: 100%;
  z-index:9;
}
.index_news_pagination .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius:10px;
  background: #cccccc;
  margin: 0 5px;
  cursor: pointer;
}
.index_news_pagination .swiper-active-switch {
  background: #0097b0;
}

#index_news_animate,#index_news_animate_1,#index_news_animate_2{
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;

-webkit-animation-duration: 1s;
-webkit-animation-delay: .2s;
-webkit-animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-duration: 1s;
-moz-animation-delay: .2s;
-moz-animation-timing-function: ease;
-moz-animation-fill-mode: both;
-ms-animation-duration: 1s;
-ms-animation-delay: .2s;
-ms-animation-timing-function: ease;
-ms-animation-fill-mode: both;
animation-duration: 1s;
animation-delay: .2s;
animation-timing-function: ease;
animation-fill-mode: both;
}