.result__content{
	position: absolute;
	width: 100%;
	max-height: 260px;
	background-color: #fff;
	z-index: 100;
	overflow-y: auto;
	display: none;
	padding: 15px 0;
	overflow-x: hidden;
}
/*
.result__content li{
	margin-bottom: 15px;
}*/
.result__content li h5{
	color: #A4A7A8;
	border-left: 5px solid #A0C181;
	padding-left: 8px;
	line-height: 1!important;
	margin-top: 5px!important;
	margin-bottom: 5px!important;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 13px;
	margin-left: 13px;
	text-overflow:ellipsis;
    white-space:nowrap
}
.result__content li p{
	font-size: 13px;
	font-weight: 700;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-indent: 1em;
}
#middle_search .result__content li p{
	text-indent: 0.5em!important;
}
.search_result_out .result__content li p{
	text-indent: 2.1em!important;
}
.search_result_out .result__content li h5{
	margin-left: 30px!important;
}
.result__content li p>a{
	padding: 5px 0;
	color: #909597;
	text-decoration: none;
	display: block;
	width: 100%;
	text-overflow:ellipsis;
    white-space:nowrap;
    overflow: hidden;
}
.result__content li p a:hover{
	background-color: #BCCEAB;
	color: #fff;
}
#m_quicksearch_2 span.iconfont{
	position: absolute;
	right: 0;
	top: 50%;
	font-size: 12px;
	cursor: pointer;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	display: none;
	
}
#middle_search span.iconfont{
	position: absolute;
	right: 120px;
	bottom: 27px;
	font-size: 12px;
	cursor: pointer;
	display: none;
	color: #aaa!important;
}
#m_quicksearch_1 span.iconfont{
	position: absolute;
	right: 0;
	top: 50%;
	font-size: 12px;
	cursor: pointer;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	display: none;
	background: #fff;
}
.result__content .error_li{
	font-size: 15px;
	color: #909597;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: 700;
}
#m_quicksearch_1 .inputSearch{
	border: none;
	border-bottom: 1px solid #BABEBF;
	padding-bottom: 5px;
	text-indent: 1em;
	width: 100%;
	border-radius: 0;
	font-weight: 700;
}
#m_quicksearch_1 .inputSearch::-webkit-input-placeholder{
	color: #ccc;
}
#m_quicksearch_1 .inputSearch:-moz-placeholder{
    color:#ccc;
    font-family: 'Open Sans';
    font-weight: 700;
}
#m_quicksearch_1 .inputSearch::-moz-placeholder{
    color:#ccc;
    font-family: 'Open Sans';
    font-weight: 700;
}
#m_quicksearch_1 .inputSearch:-ms-input-placeholder{
    color:#ccc;
    font-family: 'Open Sans';
    font-weight: 700;
}
#middle_search .result__content{
	width: 690px!important;
	max-height: 180px!important;
	border-top: none!important;
}
#middle_search .result__content li h5{
	color: #A4A7A8!important;
	text-align: left!important;
	font-weight: 700!important;
	margin-left: 30px!important;
}
#middle_search .result__content li>p{
	text-align: left!important;
	margin-bottom: 0!important;
	margin-top: 0!important;
	font-size: 13px!important;
	
}

#middle_search .result__content li>p a {
	padding-left: 22px;
}
