body {
	margin: 0px;
	width: 100%;
}

a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #0065BD;
}
a:active {
	text-decoration: none;
	color: #333;
}
#topic {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.content {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0B9FE8;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

.left {
	float: left;
	width: 240px;
}
.right {
	float: left;
	width: 720px;
	margin-left: 8px;
}
.right .topnew {
	font-family: "微软雅黑";
	font-size: 28px;
	background-image: url(topbj.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-bottom: 10px;
}
.right .abstract {
	font-family: "微软雅黑";
	font-size: 16px;
	margin-top: 5px;
	margin-left: 10px;
	line-height: 26px;
	margin-bottom: 10px;
}

.clear {
	clear: both;
}


#footer {
	font-family: "宋体";
	font-size: 0.875em;
	line-height: 1.6em;
	color: #666;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 15px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
