#alLeftPanel {
	float:left;
	clear:left;
	display:inline; /*消除IE解释错误*/
	width: 200px;
	top: 125px;
	left:0;
}
#alMain {
	background-color: #f4f3f3;
	float:right;
	display:inline; /*消除IE解释错误*/
	width: 600px;
	top: 125px;
	left:0;
	background-image: url(../Images/sMain_bg.gif);
	background-repeat: repeat-y;
}
/*---最新读书心得---*/
#alList {
	width: 100%;
	background-image: url(../Images/xinde_header.gif);
	background-repeat: no-repeat;
	text-align: left;
	zoom:1; /*触发IE的layout私有属性,使高度自动适应*/
	overflow: hidden; /*包含float，使高度能自动适应*/
}
#alList dl {
	line-height:200%;
	margin-top:38px;
	margin-left:5px;
}
#alList .dotLine {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
#alList .header {
	font-weight: bold;
}


#alList dt {
	background-image: url(../Images/li2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	zoom:1; /*触发IE的layout私有属性,使高度自动适应*/
	float:left;
	display:inline; /*消除IE解释错误*/
	width:370px;
	padding-left: 10px;
	margin-left: 5px;
}
#alList dd {
	float:left;
	display:inline; /*消除IE解释错误*/
}
#alList .dd1 {
	float:left;
	display:inline; /*消除IE解释错误*/
	width:60px;
}
#alList .dd2 {
	width:70px;
	text-align: center;
}
