.left{
	width: 757px;
	float: left;
	min-height: 500px;
	position: relative;
	padding-bottom: 80px;
}
.articleList li img{
	width: 228px;
	height: 156px;
}
.articleList li{
	height: 156px;
	display: table;
	margin-bottom: 60px;
}
.articleList li>*{
	display: table-cell;
	vertical-align: top;
}
.article{
	width: 463px;
	height: 156px;
	padding-left: 35px;
}
.article-title{
	font-size: 21px;
	color: #a6020a;
	margin-bottom: 10px;
	overflow: hidden;
}
.article-title a{
	color: #a6020a;
	text-decoration: none;
}
.article-info{
	font-size: 12px;
	color: #585858;
	margin-bottom: 20px;
	overflow: hidden;
}
.article-info span{
	margin-right: 25px;
}
.article-outline{
	font-size: 12px;
	color: #919191;
	line-height: 1.7;
	height: 85px;
	overflow: hidden;
}

.article-outline a{
	color: #919191;
	text-decoration: none;
}
.pageControl{
	width: 100%;
	position: absolute;
	bottom: 0px;
}
/** Only for IE **/
.pageControl{
	*left:100px;
}
.pageControl >*{
	*float:left;
}
.articleList li{
	*float:left;
}
.articleList li>a{
	*float:left;
}

.topAd {
	margin-top:10px; 
	margin-bottom: 5px;
}

.topAd img {
	width:980px;
	height: 100px;
}