.index_ys_news{min-width:1190px; max-width:1920px; background:#ffffff; margin:auto; padding-top:42px; padding-bottom:50px;}
.index_news_title{width:1175px; padding-left:15px; margin: auto; line-height:50px; text-align:left; background: url(../ZERO/img/news_dot.png) left center no-repeat; font-size:36px; color:#000000;}
.index_news_title span{ font-size:14px; color:#999999;}
.index_news_title span a{ font-size:16px; color:#333333; line-height:50px;}

.index_news_container{width:1190px; margin: auto; margin-top:41px;}
.index_news_list{width:377px; float:left;}
.left_news_pic{width:377px; height:237px; overflow:hidden; position:relative;}
.left_news_pic img{width:377px; height:237px; transition:all .6s;}
.index_news_list:hover .left_news_pic img{transition:all .6s; transform:scale(1.15);}
.index_news_date{width:58px; height:58px; background:#303030; position:absolute; right:0; bottom:0; z-index:99; font-size:13px; color:#fefefe; line-height:20px; text-align:center;}
.index_news_date span{ font-size:29px; color:#fefefe; font-weight:bold; line-height:38px; display:block;}
.index_news_list:hover .index_news_date{ background:#037dcb;}

.news_right_textbox{width:305px; height:208px; padding:26px 36px 0 36px; background:#fafafa; border-bottom:2px solid #fafafa;}
.news_right_text{width:100%; text-align:left; color:#333333; font-size:17px; line-height:27px;}
.news_right_jj{width:100%; margin-top:15px; text-align:left; color:#333333; font-size:14px; line-height:23px;}
.news_right_more{ margin-top:27px;}
.news_right_more a{ font-size:14px; color:#333333; line-height:23px;}
.news_right_textbox:hover{ border-bottom:2px solid #037dcb;}
.news_right_textbox:hover .news_right_text{ color:#0ba8ee;}
.news_right_textbox a:hover{ text-decoration:none;}
.news_right_textbox:hover .news_right_more a{color:#0ba8ee;}

#index_news_animate,#index_news_animate_1,#index_news_animate_2,#index_news_animate_3{
-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;
}