.content {
	margin-top: 30px;
	margin-left: 16px;
	margin-right: 16px;
	background-color: #fff;
	padding-bottom: 20px;
	min-height: 500px;
}

.content>.title {
	width: 1168px;
	margin-left: 25px;
	margin-bottom: 30px;
	color: #fff;
	line-height: 40px;
	font-size: 16px;
	padding-left: 15px;
	font-weight: bold;
	background-image: linear-gradient(to right, red, yellow);
}

.list {
	width: 1180px;
	margin-left: 25px;
}

.list img {
	width: 278px;
	height: 480px;
	object-fit: cover;
	object-position: 100% 0;
	padding-bottom:20px;
	/* 	width:250px;
	height: 300px;
	
	padding-left: 10px; */
}

.list>a>img{
	padding-left: 16px;
}

.list>a:nth-child(4n+1)>img{
	padding-left: 0px;
}
.paging {
	overflow: hidden;
	width: 95%;
	margin: auto auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

.paginglf {
	float: left;
	font-size: 16px;
	margin-top: 10px;
}

.pagingrf {
	float: right;
}

.paginglf select {
	display: inline-block;
	font-size: 16px;
}

.pagingrf a {
	display: inline-block;
	float: left;
	width: 44px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	background: #f6f6f6;
	border: solid 1px #ddd;
	margin-right: 10px;
	cursor: pointer;
}

.pagingrf .fy {
	width: 80px;
	background: #fff;
}

.pagingrf .fymar {
	margin-right: 0px;
}

.paging .clik {
	background: #cc0000;
	color: #fff;
}