img{
	width: 100%;
	height: auto;
}
.img-list1 ul{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.img-list1 ul li{
	text-align: center;
	width: 32%;
	margin-bottom: 20px;
	transition: all .3s ease;
}
.img-list1 ul li:hover{
	transform: translateY(-5px);
	box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.img-list1 ul li .textover{
	padding: 0 10px;
	height: 50px;
	line-height: 50px;
}