@charset "UTF-8";
.case_content dl{
	float:left;
	border:#e5e5e5;
	margin-left:60px;
	border:1px solid #e5e5e5;
	border-radius: 3px;
	position:relative;
	height:300px;
	overflow:hidden;
}
.case_content div{
	margin-top:30px;
}
.case_content dl dt img{
	width:320px;
	height:250px;
	
}
.case_content dl dd h2{
	float:left;
	line-height: 50px;
	font-size:18px;
	margin-left:10px;
	
}.case_content dl dd h6{
	float:right;
	line-height: 50px;
	margin-right:10px;
	font-size:14px;
	color:#999;
}
.case_content dl p{
	width:300px;	
	height:280px;
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
	background:rgba(0,0,0,.6);
	position:absolute;
	left:0;
	top:300px;
	color:#fff;
	font-size: 16px;
}