.fenlist{
	width: 100%;
	float: left;
}
.fenlists{
	width: 260px;
	float: left;
	margin-top: 35px;
}
.fenlists:nth-child(3n - 1){
	margin: 35px 55px 0px 55px;
}
.fenlists img{
	width: 100%;
	height: 185px;
	float: left;
}
.fenlists:hover .fenlists_text{
	display: block !important; 
}
.fenlists_text{
	float: left;
	position: relative;
	width: 100%;
	display: none;
	height: 185px;
	margin-top: -185px;
	background: rgba(0,0,0,.61);
}
.fenlists_text div{
	width: calc(100% - 40px);
	margin-left: 20px;
	height: 185px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fenlists_text div span{
	display: inline-block;
	float: left;
	color: #ffffff;
	font-size: 16px;
}
.fenlists_text div img{
	float: left;
	margin-top: calc((21px - 15px)/2);
	width: 15px;
	height: 15px;
	margin-left: 8px;
}
@media screen and (min-width: 0px) and (max-width: 1240px) {
	.fenlist{
		width: 100%;
		float: left;
	}
	.fenlists{
		width: 175px;
		float: left;
		margin-top: 10px;
	}
	.fenlists:nth-child(3n - 1){
		margin: 10px 10px 0px 10px;
	}
	.fenlists img{
		width: 100%;
		height: 124px;
		float: left;
	}
	.fenlists:hover .fenlists_text{
		display: block !important; 
	}
	.fenlists_text{
		float: left;
		position: relative;
		width: 100%;
		display: none;
		height: 124px;
		margin-top: -124px;
		background: rgba(0,0,0,.61);
	}
	.fenlists_text div{
		width: calc(100% - 40px);
		margin-left: 20px;
		height: 124px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.fenlists_text div span{
		display: inline-block;
		float: left;
		color: #ffffff;
		font-size: 12px;
	}
	.fenlists_text div img{
		float: left;
		margin-top: calc((16px - 12px)/2);
		width: 12px;
		height: 12px;
		margin-left: 5px;
	}
}