#news_box{
	width:1240px;
	min-height: 100px;
	border: 1px solid transparent;
	margin: 2em auto;
}
.news_box1,.news_box2,.news_box3{
	float: left;
	width: 48%;
	margin-left: 20px;
	min-height: 50px;
	border: 1px solid transparent;
}
.news_box3{
	float: left;
	/*width: 448px;*/
	min-height: 50px;
	border: 1px solid transparent;
}
.news_box1>a,.news_box2>a,.news_box3>a{
	/*display:inline-block;*/
	width: 184px;
	height: 54px;
	line-height: 54px;
	border: 1px solid transparent;
	font-size: 19px;
	color: #FEFEFE;
	background: #4991F5;
	text-align: center; 
}
.news_box1>ul,.news_box2>ul,.news_box3>ul{
	width: 600px;
	height: 280px;
	border-top: 1px solid #4991F5;
}
.news_box1>ul>li,.news_box2>ul>li,.news_box3>ul>li{
	display: inline-block;
	width: 580px;
	height: 24px;
	padding: 6px;
}
.news_box1>ul>li>b,.news_box2>ul>li>b,.news_box3>ul>li>b{
	float: right;
	font-weight: normal;
	margin-top:-26px;
}
