@charset "utf-8";
/* 代码整理：懒人之家 www.lanrenzhijia.com */
* {
	margin:0;
	padding:0;
}
li {
	list-style:none;
}
.box {
	width:1000px;
	height:400px;
	
	overflow:hidden;
}
.box ul li {
	width:232px;
	height:153px;
	float:left;
	position:relative;
	overflow:hidden;
}
.box ul li .dask {
	width:232px;
	height:145px;
	
	
	background:#000;
	opacity:0.8;
	position:absolute;
	top:-145px;
	left:0;
}
.box ul li .dask .dask_text{ width:200px; margin:0 auto; margin-top:20px;}
.box ul li .dask .dask_text p {
	color:#fff;
	line-height:180%;
}
.box ul li .dask .dask_text h3 {
	color:#fff;
	text-align:center;
	border-bottom:10px;
}
.box ul li .dask a {
	color:green;
	text-decoration:none
}
/* 代码整理：懒人之家 www.lanrenzhijia.com */