.left{
	width: 757px;
	float: left;
	min-height: 500px;
	position: relative;
	padding-bottom: 80px;
}
.articleList{
	
}
.articleList li{
	height: 213px;
	width: 160px;
	position: relative;
	display: inline-block;
	margin-right: 22px;
	margin-bottom: 40px;
}
.articleList img{
	height: 213px;
	width: 160px;
}
.articleList p{
    color: black;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    text-align: center;
    top:3px;
    width: 100%;
    height: 20px;
    
    
}
.articleList a{
    font-size: 14px;
    font-weight: bold;
    color: black;
    text-decoration: none;
    
    display:block; 
	overflow:hidden;          /**/
	white-space:nowrap;
	/*?"..."?*/
	text-overflow:ellipsis;                    /*IE*/
	-o-text-overflow:ellipsis;                 /*opera*/
	-moz-binding: url('ellipsis.xml#ellipsis');/*?(firefox?XUL?งน)*/
}
.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;
}