.fl {
	float:left;
	height: 250px;
	width:270px;
	overflow: hidden;
	margin: 0 15px 15px 0;
	background-color: #fff;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	list-style: none;
}

.img-show {
	height: 200px;
	overflow: hidden;
	position: relative;
}

.hover-content {
	display: block;
	position: absolute;
	top: -50px;
	left: 0;
	margin: 0 8px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.fl a {
	line-height: 38px;
	color: #4b4b4b;
	padding: 0 10px;
}
