.new_news_list {
	margin:0;
	padding:0;
	background:#fff;
	padding:40px
}
.new_news_list li {
	padding:20px;
	border-bottom:1px solid #eee;
	font-size:14px;
	line-height:30px;
	color:#999;
	clear:both;
	height:180px
}
.new_news_list li:hover {
	background:#f2f2f2
}
.new_news_list li img {
	float:left;
	margin-right:20px;
	width:180px;
	height:180px
}
.new_news_list li h5 {
	font-size:26px;
	color:#333;
	line-height:40px;
	font-weight:normal
}
.new_news_list li:hover a h5 {
	color:#00ABEB
}
.new_news_list li p {
	max-height:120px;
	overflow:hidden;
	display:block
}
.new_news_list li:hover p {
	color:#333
}
.new_news_list li span {
	background:url(https://www.ox800.com/templets/ox800/images/icon_time.png) left center no-repeat;
	padding-left:18px;
	font-size:12px;
	line-height:30px;
	color:#CCC
}