body {
	background-color: white;
}
.mRed {
	color: #f00 !important;
}
.mSearch {
	background-color: #fff;
	font-size: 12px;
	margin: auto;
	padding: 10px;
}
.mSearchHead {
	border: 1px solid #d2d2d2;
}
.mForm {
	padding: 20px 10px 0;
}
.mForm:after {
	clear: both;
	content: "";
	display: block;
	font-size: 0;
	height: 0;
	width: 0;
}
.mFormItem {
	align-items: center;
	box-sizing: border-box;
	float: left;
	height: 27px;
	line-height: 27px;
	margin-bottom: 15px;
	padding: 0 10px;
	width: 50%;
}
.chekbox{margin-right: 10px;}
.mFormHead {
	float: left;
	height: inherit;
	line-height: inherit;
	margin-right: 5px;
	width:90px;
}
.mFormBody {
	float: left;
	width: 370px;
}
.mFormInput {
	background-color: #EAEAEA;
	border: none;
	border-radius: 3px;
	box-sizing: border-box;
	font-size: 12px;
	height: 27px;
	padding: 0 10px;
	outline: none;
	width: 100%;
}
.mFormInput:focus {
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.25);
}
.mSearchButton {
	padding: 5px 0 20px;
	text-align: center;
}
.mSearchButtonItem {
	background-color: #0466C9;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	cursor: pointer;
	height: 30px;
	line-height: 30px;
	margin: 0 10px;
	text-align: center;
	width: 96px;
}
.mSearchNote {
	font-size: 14px;
	padding: 20px 0;
}
.mSearchList {
	border: 1px solid #d2d2d2;
	padding: 20px;
}
.mSearchListItem {
	border-bottom: 1px solid #d2d2d2;
	padding: 20px 0;
}
.mSearchListTitle {
	color: #00479d;
	font-size: 18px;
}
.mSearchListInfo {
	color: #333333;
	font-size: 15px;
	padding-top: 10px;
}
.mSearchListInfo:after {
	clear: both;
	content: "";
	display: block;
	font-size: 0;
	height: 0;
	width: 0;
}
.mSearchListInfoText {
	display: inline;
	margin-right: 20px;
}
.mSearchListLink {
	font-size: 12px;
	padding-top: 10px;
}
.mSearchListLink:after {
	clear: both;
	content: "";
	display: block;
	font-size: 0;
	height: 0;
	width: 0;
}
.mSearchListLinkText {
	color: #007130;
	display: inline;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 0;
}
.mSearchListLinkTime {
	display: inline;
	color: #888888;
	float: right;
	margin-left: 20px;
}



.mPageHolder {
	padding: 40px 0 20px;
	text-align: center;
}
.mPageHolder .pagination {
	display: inline-block;
}