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