* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "宋体";
	font-size: 12px;
	line-height: 1.8;
	font-weight: normal;
	color: #333333;
	text-align: center;
}
#box {
	text-align: left;
	width: 947px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul {
	list-style-type: none;
}
.clear {
	height: 0px;
	overflow: hidden;
	clear: both;
}
a{
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #0262B8;
}
