/*---读书心得点击排行Top10，读书心得发表排行Top10---*/
#topArticle {
	width: 100%;
	text-align: left;
	background-image: url(../Images/topArticle_header.gif);
	background-repeat: no-repeat;
	overflow: hidden; /*包含float，使高度能自动适应*/
}
#topHit {
	width: 100%;
	text-align: left;
	background-image: url(../Images/topHit_header.gif);
	background-repeat: no-repeat;
	overflow: hidden; /*包含float，使高度能自动适应*/
}

#topHit dl, #topArticle dl {
	line-height:180%;
	margin-top:38px;
	margin-left:5px;
}
#topHit dt, #topArticle dt {
	background-image: url(../Images/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	float:left;
	display:inline; /*消除IE解释错误*/
	width:130px;
	padding-left: 10px;
	margin-left: 5px;
}
#topHit dd, #topArticle dd {
	float:left;
	display:inline; /*消除IE解释错误*/
}

