.content ul {
	width: 93.75%;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.content ul li {
	width: 47.5%;
	border: .083rem solid #dfdfdf;
	padding: .007%;
	text-align: center;
	margin-top: 3.125%;
}
.content ul li:nth-child(2n) {
	margin-left: 3.33%;
}
.fuck {
	height: 10.2rem;
}
.content ul li p {
	line-height: 2.6rem;
	color: #666666;
}
.content .pages {
	width: 55.3125%;
	height: 2.083rem;
	padding: 3.125% 0;
	margin: 0 auto;
}
.content .pages div {
	width: 16.95%;
	line-height: 2.083rem;
	display: inline-block;
	border: 1px solid #dfdfdf;
	text-align: center;
	border-radius: 4px;
}
.content .pages a {
	display: block;
	color: #666666;
	font-size: 1rem;
}