.left{
	width: 690px;
	float: left;
	min-height: 500px;
	position: relative;
	padding-bottom: 80px;
}
.articleList a{
	color: #2e2f2e;
	text-decoration: none;
	font-size:14px;
	width:550px;
	display:inline-block;
	overflow:hidden; /**/
	white-space:nowrap;
	/*?"..."?*/
	text-overflow:ellipsis; /*IE*/
	-o-text-overflow:ellipsis; /*opera*/
	-moz-binding: url('ellipsis.xml#ellipsis');/*?(firefox?XUL?งน)*/
}
.articleList li{
	margin-bottom: 10px;
	display:table;
	vertical-align:middle;
	height:20px;
	width:100%;
}
.articleList li>*{
	display:table-cell;
}
.articleList li span.f16{
	font-size:10px;
}
.pageControl{
	width: 100%;
	position: absolute;
	bottom: 0px;
}
/** Only for IE **/
.pageControl{
	*left:100px;
}
.pageControl >*{
	*float:left;
}
.articleList li{
	*float:left;
	*margin-right:10px;
}

.topAd {
	margin-top:10px; 
	margin-bottom: 5px;
}

.topAd img {
	width:980px;
	height: 100px;
}