.newscon{
	margin-top: 60px;
	margin-bottom: 60px;
	padding-bottom: 10px;
}
.newscon ul li{
	width: 100%;
	height: 228px;
	padding: 19px 21px 16px;
	border-bottom: 1px solid #e2e2e2;
}
.newscon ul li:hover{
	background-color: #f9f9f9;
	box-shadow: 10px 10px 5px #888888;;
}
.newsconlist-left{
	margin-right: 24px;
}
.newsconlist-right{
	width: 830px;
}
.newsconlist-right h2{
	font-size: 18px;
	line-height: 72px;
	color: #333333;
}
.newsconlist-right .list-right-text{
	font-size: 14px;
	line-height: 22px;
	color: #666666;
	margin-bottom: 30px;
}
.newscon ul li:hover h2{
	color: #ae0b01;
}
.list-right-info{
	color: #999999;
	font-size: 14px;
}
.list-right-info>.more:hover{
	color: #ae0b01;
}
.pagination-box{
	margin: 74px auto;
	width: 100%;
	height: 48px;
}
.pagination-center span{
	margin-top: 16px;
	margin-right: 20px;
}
.pagination li{
	background-color: #ffffff;
	border: 1px solid #999999
}