@charset "utf-8";
.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:#3b4371;
}






