@charset "utf-8";
#articlecontent {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 3px;
	padding-bottom: 3px;
}
#articlecontent h1 {
	margin: 0px;
	padding: 0px;
	font-family: "黑体";
	font-size: 32px;
	color: #666;
	display:block;
	clear:inherit;
	font-weight: bold;

}
#articlecontent h2 {
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	font-weight: normal;
	font-size: 14px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.title {
	background-color: #999;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #FFF;
	padding: 2px;
}
#othermore {
	margin-top: 15px;
}
#othermore img {
	width: 155px;
	margin-bottom: 2px;
	border:0px;
	height: 155px;
}
#othermore ul {
	margin: 0px;
	padding: 0px;
}
#othermore li {
	list-style-type: none;
	height: 170px;
	width: 155px;
	border: 1px solid #E2E2E2;
	padding: 3px;
	margin-right: 3px;
	float: left;
	margin-bottom: 5px;
}

