.index_news{width: 1020px;height: 530px;margin: 0 auto;}


.index_news_title{font-size: 40px;font-weight: bold;text-align: center;padding-top:20px;}


.index_news_left{width: 534px;height: 468px;float: left;clear: both;}

.index_news_cont{width: 1020px;height: 370px;margin-top: 45px;}
.index_news_cont li{
	width: 328px;float: left;height: 380px;
}
.index_item_img img{width: 328px;height: 252px;}

.index_item_neirong{}
.index_news1{width: 300px;}
.index_news1 a{font-size: 20px;color: #333;line-height: 24px;}
.index_news_cont li:hover .index_news1 a{color: #fa913e}
.index_news_cont li:hover{background: url(../ZERO/img/newsbg.png) left bottom no-repeat;}

#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;
}