
.list {
	width: 1180px;
	margin-left: 25px;
}

.list li {
	width: 270px;
	height: 390px;
	margin-bottom: 20px;
	margin-left: 10px;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
    transition: all .3s;
	/* 	width:250px;
	height: 300px;
	
	object-fit: cover;
	object-position: 100% 0;*/
}

.list li img{
	width: 100%;
	height: 100%;
}

.list li i{
	display: block;
	width: calc(100% - 10px);
	height: 60px;
	position: relative;
	margin-top: -60px;
	line-height: 30px;
	background-color: rgba(0,0,0,.5);
	color: #fff;
	font-size: 16px;
	padding: 0px 5px;
}

.list li:hover{
	box-shadow: 0 0 10px rgba(0,0,0,.5);
}

.list>li>img{
	padding-left: 16px;
}

.list>li:nth-child(4n+1)>img{
	padding-left: 0px;
}	