@charset "utf-8";
*{
	margin:0px;
	padding:0px;
}

#content {
	background-image: url(../images/tjsj_bg.jpg);
	width: 728px;
	height: 520px;
}
#content h3 {
	color: #606e8d;
	font-weight: normal;
	font-size: 18px;
	background-image: url(../images/h3.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 675px;
	height: 30px;
	padding-top: 5px;
	padding-left: 30px;
	display: block;
	margin-top: 30px;
}
#content   ul   {
	list-style-type: none;
	font-size: 12px;
	width: 660px;
	margin-left: 20px;
}
#content   li   {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	height: 20px;
	padding-top: 5px;
}
#content   span   {
	float: right;
}
#content   a   {
	color: #848daf;
	text-decoration: none;
}
#content a:hover {
	color: #848daf;
	text-decoration: underline;
}
#content #page {
	border: 1px solid #848DAF;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	height: 17px;
	margin-top: 30px;
	padding-top: 3px;
	font-size: 12px;
	text-align: center;
	
}
#content #page span{
float: none;

}
body {
	background-color: #CED7E0;
}

