.list-menu ul {
	text-align: center;
}
.list-menu ul li {
	width: 200px;
	height: 40px;
	background-color: #e7e7e7;
	text-align: center;
	line-height: 40px;
	border-radius: 20px;
	display: inline-block;
	margin-left: 38px;
	color: #969696;
}
.hair-list > .container {
	margin: 40px auto;
}
.list-menu ul li.current {
	background-color: #c10;
	color: #fff;
}
.list-desc {
	margin-left:19%;
	/*margin-top: 40px;*/
}
.list-desc .desc {
	width: 220px;
	height: 280px;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	display: inline-block;
	margin-left: 15px;
	margin-bottom: 28px;
	text-align:center;
}
.list-desc .desc p {
	line-height: 44px;
	color: #4a4a4a;
}
.page-count {
	float: right;
}
.page-count span {
	border: 1px solid #e5e5e5;
	padding: 6px;
	cursor: pointer;
	color: #787878;
	font-size: 14px;
}
.page-count span.sl {
	border: 0;
}