body {
	background-color: #f1f2f3 !important;
}
.mainBody{
	width: 1200px;
	margin: 0 auto 60px;
}
.main {
	float: right;
	width: 845px;
	padding: 0 32px;
	background-color: #fff;
	margin-top: 50px;
	overflow: hidden;
}
.wz {
	width: 100%;
	padding: 40px 0 50px;
}
.wz .wz_left {
	float: left;
	font-weight: bold;
	font-size: 30px;
	color: #222;
	line-height: 1;
	transition: 0.5s;
}
.wz .wz_left:hover {
	color: #009944;
}
.wz .wz_right {
	float: right;
}
.wz .wz_right, .wz .wz_right>a {
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.wz a, .wz span {
	display: inline-block;
	font-size: 14px;
	color: #555;
	line-height: 14px;
}
.wz a:hover, .wz a.on {
	color: #d39758;
}

/* li */
.sparBd .p_title:hover {
	color: #009944;
}

.pagebar {
	width: 80%;
	height: 36px;
	margin: 20px auto 50px;
	text-align: center;
	overflow: hidden;
}
.pagebar a, .pagebar span {
	font-size: 14px;
	color: #333;
	line-height: 30px;
	display: inline-block;
	min-width: 30px;
	min-height: 30px;
	padding: 2px 5px;
	border: 1px #ddd solid;
    text-align: center;
	margin-right: 2px;
	text-decoration: none;
}
.pagebar .on {
	background: #009944;
    color: #fff;
}
.pagebar a:hover {
	border: 1px solid #1f1f1f;
}