.lists-l{
	float: left;
}
.list-li{
	width:835px;
	padding: 18px 18px;
	box-shadow:0 0 9px 3px #eaeaea;
	margin-bottom: 32px;
}
.list-r{
	width:590px;
	float: right;
}
.list-li h3{
	font-size:20px;
	color: #000;
	height: 64px;
	line-height: 64px;
	position: relative;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.list-li span{
	display: block;
	width: 20px;
	height: 2px;
	background: #038427;
	position: absolute;
	top: 50px;
}
.list-li p{
	font-size: 14px;
	color: #666666;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.list-l{
	width:218px;
	height:146px;
	float: left;
}
.list-l img{
	width: 100%;
	height: 100%;
}