.case {margin-top: 80px;background: #fafafa;}
.case ul {margin: 0 -10px;list-style: none;}
.case li {
	float: left;
	position: relative;
	padding: 16px 60px;
	cursor: pointer;
}
.case li:hover {
	background: #f5f5ed;
	box-shadow: #666 8px 8px 16px;
}
.case li .text {
	color: #FFFFFF;
	display: none;
	position: absolute;
	bottom: 0px;
	width: 222px;
	line-height: 30px;
	background-color: rgba(0, 0, 0, 0.3);
	margin: 0;
	left: -1px;
	font-weight: bold;

}
.case li:hover .text {
	display: block;
}
.case li img {width: 100px;height: 100px;}
.case .more {display: none;}