.index_news_head{width:478px; height:71px; margin:auto; margin-top:44px; background:url(../ZERO/img/news_head.jpg) center bottom no-repeat; text-align:center; font-size:28px; color:#333333; line-height:50px;}

.index_news_cont{width:1120px; margin:auto; margin-top:22px; margin-bottom:60px;}
.index_news_News_1{ width:360px; height:266px; float:left; position:relative; overflow:hidden;}
.index_news_News_1 .index_news_pic{width:360px; height:266px; overflow:hidden; -webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px;}
.index_news_News_1 .index_news_pic img{width:360px; height:266px;}
.index_news_News_1 .index_rsp{width:360px;height:266px;overflow:hidden;position: absolute; background:#0064aa; -webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px; top:0px;left:0px; cursor:pointer;}
.index_news_News_1 .index_text{position:absolute;width:360px;height:203px;left:-360px;top:63px;overflow:hidden; text-align:center;}
.index_news_News_1 .index_text ul li{font-size:20px; color:#ffffff; padding:0 15px;}
.index_news_News_1 .index_text ul li a{font-size:20px; color:#ffffff;}

#index_news_animate,#index_news_animate_1{
-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;
}