.index_news{ background:#f3f3f3; padding-top:22px; padding-bottom:65px;}
.index_news .index_news_title{width:100%; position:relative; text-align:center; font-size:36px; color:#555555; line-height:52px; margin-bottom:42px;}
.index_news .index_news_title a{ font-size:36px; color:#555555; line-height:52px;}

.index_news_list{float:left; overflow:hidden}
.index_news_pic1{width:100%; height:auto; position:relative;}
.index_news_date{ position:absolute; bottom:15px; left:25px; font-size:14px; color:#ffffff; line-height:20px; z-index:99;}
.index_news_date span{ font-size:30px; color:#ffffff; line-height:38px;}
.index_news_nr{width:100%; padding:25px 0; background:#FFFFFF;}
.index_news_nr ul li{ padding:0 25px; font-size:14px; color:#666666; text-align:left; line-height:26px;}
.index_news_nr ul li a{font-size:14px; color:#666666;}
.index_news_nr ul li:hover a{color:#2b9865;}
.index_news_nr ul li span{ font-size:18px; color:#333333; font-weight:bold; line-height:25px;}
.index_news_nr ul li img{width:17px !important;}

#owl-demo_news {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#owl-demo_news .news_item {
    display: block;
}

#owl-demo_news .owl-nav{width:100%; position:relative; top:18px; }
#owl-demo_news .owl-prev{background:url(../ZERO/img/news_left.png) no-repeat;width:17px;height:13px; right:30px; position:absolute; z-index:99;}
#owl-demo_news .owl-next{background:url(../ZERO/img/news_right.png) no-repeat;width:17px;height:13px; right:0; position:absolute; z-index:99;}


@media (max-width:767px){
.index_news{ background:#f3f3f3; padding-top:0; padding-bottom:55px;}
.index_news .index_news_title{width:100%; position:relative; text-align:center; font-size:26px; color:#555555; line-height:42px; margin-bottom:22px;}
.index_news .index_news_title a{ font-size:26px; color:#555555; line-height:42px;}
.index_news_list{width:100%; margin:auto; float:none;}
.index_news_nr{width:100%; padding:15px 0; background:#FFFFFF;}
.index_news_nr ul li{padding:0 15px;}
.index_news_nr ul li a{font-size:13px; color:#666666;}
.index_news_nr ul li:hover a{color:#2b9865;}
.index_news_nr ul li span{ font-size:16px; color:#333333; font-weight:bold; line-height:25px;}
.index_news_nr ul li img{width:17px !important;}
.mobile_hidden{ display:none !important;}

#index_news_animate1,#index_news_animate1-1,#index_news_animate1-2{ display:block !important;}
}
#index_news_animate1,#index_news_animate1-1,#index_news_animate1-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;
}