.content {
	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;
	margin-top:20px;
	color: #fff;
	line-height: 60px;
	font-size: 20px;
	padding-left: 25px;
	font-weight: bold;
	background-image: linear-gradient(to right, blue, white);
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ellipsis img {
	vertical-align: text-bottom;
}
.list:after{
	clear: both;
	display: table;
	content: " ";
}

.list {
	width: 1250px;
	margin-left: 12px;
}
.img {
	display:block;
	width: 260px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.img img {
	width: 260px;
	height: 189px;
}
.img p {
	line-height: 30px;
}
.img a {
	display:inline-block;
	width: 260px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	line-height: 50px;
}
.img span {
	display:inline-block;
	width: 260px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	line-height: 50px;
}

.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;
}
