/* CSS Document */
body,div,ul,li{ margin:0; padding:0;}
body{ color:#666; font-size:14px; font-family:Microsoft Yahei;}
ul{ list-style:none;} 
img{ vertical-align:top; border:0;}
em{ font-weight:normal; font-style:normal;}
a{ color:#666; text-decoration:none;}
a:hover{ color:#d72c43; text-decoration:underline;}
.width_all{ max-width:1620px; margin:0 auto;}
.width_all:after{ display:block; overflow:hidden; clear:both; height:0px; visibility:hidden; content:".";}

/*news*/
.news{ width:100%; overflow:hidden; margin:0 auto; padding:48px 0 68px 0;}
.news_kt{ margin:0 auto;}
.news_name{ float:left; font-size:24px; line-height:30px; color:#0a408a;}
.news_name span{ display:block; font-size:14px; color:#666; font-weight:normal;}
.news_more a{ font-size:14px; color:#0a408a; line-height:30px;}
.news_more a:hover{ text-decoration:none;}
.news_w{ margin:36px auto 0 auto;}
.news_left{ float:left; width:33.5%; position:relative;}
.news_left img{ width:100%;}
.news_left em{ position:absolute; left:0; bottom:0; width:100%; background:rgba(215,44,67,.8); font-size:16px; color:#fff; line-height:36px; text-align:center; height:36px; display:-webkit-box; overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp:1; -webkit-box-orient:vertical;}
.news_right{ float:right; width:62.5%;}
.news_right ul{ overflow:hidden;}
.news_right ul li{ float:left; width:48%; margin:0 4% 0 0; border-bottom:#ccc 1px solid;}
.news_right ul li:nth-child(2n){ margin:0;}
.news_right ul li a:hover{ text-decoration:none; color:#0a408a;}

/* CSS Document */
@media screen and (max-width:1280px) {
	.width_all{ max-width:980px;}
	.news_left{ width:39.8%;}
	.news_right{ width:56%;}
	.news_right ul li a{ line-height:46px; height:46px;}

}
@media screen and (max-width:1000px) {
	.width_all{ width:92%;}
	.news_left{ float:none; width:100%; margin:0 0 28px 0;}
	.news_right{ float:none; width:100%;}
}
@media screen and (max-width:640px) {
	.news{ padding:36px 0;}
	.news_w{ margin:20px auto 0 auto;}
	.news_left{ margin:0 0 20px 0;}
	.news_right ul li{ float:none; width:100%; margin:0;}
}