@charset "utf-8";

/****搜索****/
.searchYe{
	width:100%;
	height:auto;
	float:left;
	padding:0 10%;
	border-top:0;
	box-sizing:border-box;
	margin:40px 0 0 0;
}
.search_form{
	/* float: left; */
    height: 40px;
    /* margin: 0 510px; */
    position: relative;
    display: table;
    margin: auto;
}
#input_search_btn_psh{
	width:60px;
	height:100%;
	float:left;
	background:#50a632 url(/public/images/images/ss.png) no-repeat center center;
	border:0;
	position:relative;
	z-index:100;
}
#input_search_text_psh{
	width:240px;
	height:100%;
	float:left;
	background:#eee;
	border:0;
	color:#333;
	line-height:28px;
	z-index:99;
	transition:.5s;
	padding:0 10px;
}
.searchContent{
	width:100%;
	height:auto;
	float:left;	
	margin-top:30px;
}
.searchContent ul{
	width:100%;
	height:auto;
	float:left;
	min-height:200px;
}
.searchContent  ul .div_zwxgsj{
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	color:red;
}
.searchContent ul li{
	width:100%;
	height:auto;
	float:left;
	border-bottom:1px dashed #d2d2d2;
	padding:10px 0;
}
.searchContent ul li:first-child{
	padding-top:0;
}
.searchContent ul li span{
	width:100%;
	height:40px;
	float:left;
	color:#454545;
	line-height:40px;
	font-size:16px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.searchContent ul li p{
	width:100%;
	height:auto;
	max-height:58px;
	float:left;
	color:#999;
	line-height:28px;
	position:relative;
	
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
}
.searchContent ul li em{
	width:100%;
	height:28px;
	float:left;
	color:#999;
	line-height:28px;
	position:relative;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.searchContent ul li:hover span{
	color:#50a632;
}






