.mainBody {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.mainBody .container {
	position: relative;
}
.main{
	margin-top: 20px;
}
.m_title{
	position: absolute;
	top: 0;
	right: 20px;
	width: 180px;
	padding: 20px 0;
}
.m_title>a {
	font-size: 24px;
	font-weight: bold;
	color: #c40002;
	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: #c80b0f;
}
.wz a, .wz span {
	font-size: 14px;
	color: #333;
	line-height: 24px;
	display: inline-block;
}