@CHARSET "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 20px;
		/* color: #333;   */
	font-family: Microsoft YaHei;
}
.maindiv {
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 1000px;
	clear: both;
}
.helpTitle{
	height: 32px;
	line-height: 32px;
}
.helpTitle a{
	color: #173b7b;
}
.helpTitle a:hover {
	text-decoration: underline;
}
.sideLeft{
	font-size: 12px;
    padding-bottom: 20px;
    width: 180px;
    float: left;
    background-color: #fff;
}
.sideLeft ul{
	margin-left:-40px;
	margin-top:0px;
}
.sideLeft ul li{
	height: 36px;
	list-style: none;
	cursor: pointer;
}
.sideLeft ul li.current a{
	background: none repeat scroll 0 0 #931916;
	border-bottom: 1px solid #ffffff;
	 color: #ffffff;
	 text-decoration:none;
}
.sideLeft ul li a{
	border-bottom: 1px dotted #dddddd;
	display: block;
	height: 35px;
	line-height: 35px;
	 padding-left: 30px;
	 color:#333;
	 text-decoration:none;
}
.sideLeft ul li a:hover{
	 background: none repeat scroll 0 0 #931916;
	 border-bottom: 1px solid #ffffff;
	 color: #ffffff;
	 text-decoration: none;
}
.sideRight{
	float: right;
	height: 216px;
	width: 806px;
	background-color: #fff;
}
.sideRight h3{
	font-size: 16px;
	 font-family: "宋体";
	font-weight: bold;
	padding-left:29px;
	position: relative;
	top:11px;
	color: #0064b4;
}
.sideRight ul{
	margin-top: 35px;
	padding-top: 25px;
	 border-top: 1px solid #d7e2f7;
}
.sideRight ul li{
	list-style: none;
	float: left;
	width: 150px;
}
.sideRight ul li p{
	text-align:center;
	 margin-top: 4px;
	 padding-left: 49px;
	  position: absolute;
}
.bn{
	display: none;
}