body {
	background-color: white;
}
.mRed {
	color: #f00 !important;
}
.mSearch {
	background-color: #fff;
	font-size: 12px;
	margin: auto;
	padding: 10px;
	width: 950px;
}
.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%;
}
.mFormHead {
	float: left;
	height: inherit;
	line-height: inherit;
	margin-right: 5px;
	width: 54px;
}
.mFormBody {
	float: left;
	width: 380px;
}
.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;
}

.mSearchListTitle a{
	color: #00479d;
	font-size: 18px;
}

.mSearchListTitle a em{
	color:red;
}
.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;
}
.mSearchListInfoText em{
	color:red;
}
.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;
}


.page {
  text-align: center;
  margin-top: 30px;
  color: #333;
}
.page a {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  margin-right: 2px;
  border: 1px solid gray;
  color: #333;
  font-size: 14px;
}
.page input {
  width: 46px !important;
  height: 26px;
  margin-right: 2px;
  border: 1px solid gray;
  color: #333;
  background-color: #fff;
}
.cur {
  background-color: #00679d;
  border: 1px solid #00679d !important;
  color: #ffffff !important;
}
.w1 {
  width: 46px !important;
}
.w2 {
  width: 60px !important;
}


.mSearch div{
	font-size:12px;
}