.mainBody{
	width: 100%;
	margin: 35px auto;
}
.main{
	width: 860px;
	float: right;
}
.m_title{
	width: 100%;
	height: 80px;
	margin-top: 10px;
	border-bottom: 1px solid #c7c7c7;	
}
.m_title>a {
	line-height: 60px;
	font-family: "微软雅黑";
	font-size: 30px;
	color: #2a2a2a;
}
.m_title>a:hover {
	text-decoration: none;
	font-size: 31px;
}
.wz {
	float: right;
	margin-right: 10px;
}
.wz a:hover {
	color: #666;
}
.wz a.on {
	color: #666;
}
.wz a, .wz span {
	line-height: 60px;
	color: #000;
	font-size: 14px;
	font-family:"Microsoft YaHei";
}

.pagebar {
	font-size: 14px;
 	width: 810px;
	text-align: center;
	margin:30px auto 0;
}
.pagebar a, .pagebar span {
	position: relative;
	font-size: 14px;
	border-right: #ddd 1px solid;
	padding-right: 5px;
	border-top: #ddd 1px solid;
	padding-left: 5px;
	padding-bottom: 2px;
	border-left: #ddd 1px solid;
	color: #333333;
	margin-right: 2px;
	padding-top: 2px;
	border-bottom: #ddd 1px solid;
	text-decoration: none;
	min-width: 30px;
	min-height: 30px;
	display: inline-block;
    line-height: 30px;	
    text-align: center;
}
.pagebar .on {
	background: #666;
    color: #fff;
}
.pagebar a:hover {
	border: 1px solid #1f1f1f;
}