body {
	background: #f9f2f0;
}
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: '';
	display: block;
	float: none;
	clear: both;
}
.py-15 {
	padding-left: 15px;
	padding-right: 15px;
}
.pl-30 {
	padding-left: 30px;
}
.category .more:hover {
	text-decoration: underline;
}
.list .itm .pic:hover {
	opacity: .85;
	filter: alpha(opacity = 85);
}
.banner {
	background: url(../images/banner.jpg) top center no-repeat;
	height: 500px;
	margin-bottom: 50px;
}
.container {
	width: 1000px;
	margin: 30px auto;
	background: #fff;
}
.category {
	color: #fff;
	background: url(../images/line.jpg) top center no-repeat;
	height: 50px;
	line-height: 50px;
	position: relative;
	padding: 0 30px;
	font-weight: 600;
	font-size: 28px;
}
.category .name {
	font-weight: 600;
	font-size: 28px;
}
.category .more {
	color: #fff;
	font-size: 14px;
	position: absolute;
	right: 30px;
	top: 0;
	line-height: 50px;
}
.list {
	padding: 20px;
}
.list .itm {
	width: 220px;
	float: left;
	margin: 10px;
}
.list .itm .link {
	display: block;
}
.list .itm .pic {
	width: 220px;
	display: block;
}
.footer {
	margin-top: 50px;
	background: #fff;
	text-align: center;
	font-size: 14px;
	padding: 30px;
	line-height: 2;
}