.mainBody{
	width: 1200px;
	margin: 40px auto 60px;
}
.main{
	width: 890px;
	float: right;
}
.m_title{
	width: 100%;
	padding: 7px 0 18px;
	border-bottom: 1px solid #bcbcbc;	
}
.m_title>a {
	font-size: 24px;
	font-weight: bold;
	color: #137fdd;
	line-height: 24px;
	position: relative;
	transition: 0.3s;
	top: 0;
}
.m_title>a:hover {
	top: -3px;
}
.wz {
	float: right;
}
.wz a:hover, .wz a.on {
	color: #137fdd;
}
.wz a, .wz span {
	font-size: 14px;
	line-height: 24px;
	display: inline-block;
}