.index_news{width: 1190px;height: 580px;margin: 0 auto;padding-top: 100px;}
@media only screen and (max-width: 1500px) and (min-width: 1340px){
.index_news{width: 1190px;float: left;margin-left: 160px;}
}
@media only screen and (max-width: 1340px) and (min-width: 1190px){
.index_news{width: 1190px;float: left;margin-left: 160px;}
}
.index_news_title{background: url(../ZERO/img/newstitle.jpg) left no-repeat;padding-left: 103px;width: 500px;height: 68px;float: left;margin-bottom: 10px;}
.index_news_title p{font-size: 38px;text-transform: uppercase;margin-left: -10px; margin-left: -20px;height: 38px;line-height: 50px;
}

.index_news_left{width: 534px;height: 468px;float: left;clear: both;}

.index_news_cont{float: right;width: 620px;height: 450px;margin-top: 25px;}
.index_news_cont li{
	background: #bdbdbd;clear: both;
}

.index_news_cont li:hover{background:#009a44;}

.index_news_cont li:first-child{
	width: 530px;height: 110px;
}
.index_news_cont li:first-child .index_news_title3{width: 388px;}
.index_news_cont li:first-child+li{
	width: 580px;height: 110px;margin-top: 15px;
}
.index_news_cont li:first-child+li .index_news_title3{width: 440px;}
.index_news_cont li:first-child+li+li{
	width: 620px;height: 110px;margin-top: 15px;
}
.index_news_cont li:first-child+li+li .index_news_title3{width: 480px}
.index_news_pic{width: 117px;float: left;height: 110px;line-height: 110px;color: #fff;font-size: 70px;text-align: center;background:url(../ZERO/img/newslistbg.jpg) right no-repeat;}




.index_news_title3{margin-left: 23px;float: left;margin-top: 20px;}

.index_news_title3 a{font-size: 15px;color: #fff}



.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;}

#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;
}