#left {
	width: 648px;
	float: left;
}
#right {
	width: 300px;
	float: right;
	overflow: hidden;
	margin-bottom: 10px;
}
#left #list {
	width: 626px;
	float: left;
	border-radius: 5px;
	border: 1px solid #ced9e7;
	padding: 0 10px 10px 10px;
	margin-top: 10px;
}
#left #list h3 {
	line-height:32px;
	font-size:14px;
	clear: both;
	border-bottom: 1px solid #ced9e7;
	height: 32px;
}
#left #list h3 em {
	border-bottom: 3px solid #ced9e7;
	padding-bottom: 6px;
	margin-left: 10px;
}
#left #list li {
	font-size: 14px;
	line-height: 26px;
	display: block;
	float: left;
	padding: 0px 10px 0px 0px;
}
#left #list li.more a {
	color: #cc0000;
}
#left #list li.more a:hover {
	color: #345292;
}
#right #list {
	border-radius: 5px;
	border-top:2px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	width: 298px;
	background-color: #FFF;
	overflow: hidden;
}
#right #list h3 {
	height: 31px;
	background-image: url(imagesh3_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	line-height: 31px;
	text-indent: 10px;
	letter-spacing: 2px;
	color: #1b71a4;
	font-size: 12px;
}
#right #list ul {
	clear: right;
	overflow: hidden;
	margin-bottom: 5px;
}
#right #list li {
	line-height: 31px;
	background-image: url(imagesli-bg.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	border-bottom:1px dotted #ddd;
	width: 275px;
	float: left;
	height: 30px;
	padding-left: 24px;
	overflow: hidden;
}
aside section {
	margin-bottom: 10px;
}
#friend {
	width: 626px;
	float: left;
	border-radius: 5px;
	border-top:2px solid #336699;
	border-bottom: 1px solid #ced9e7;
	border-left:1px solid #ced9e7;
	border-right:1px solid #ced9e7;
	overflow: hidden;
	padding: 10px;
	clear: both;
}
#friend h1 {
    float: left;
	font-family:"微软雅黑";
    font-size: 21px;
    line-height: 24px;
	letter-spacing: 2px;
	margin-top: 8px;
	margin-bottom: 10px;
}
#friend p {
	float: left;
	line-height: 21px;
	margin-bottom: 10px;
	text-indent: 2em;
	clear: both;
}
.bdsharebuttonbox {
	float: right;
}