.b {
	width: 100%;
}

.page {
	width: 1070px;
	margin: 0 auto;
	padding: 15px;
	min-height: 500px;
	background: #FFFFFF;
	box-shadow: 0 1px 10px #eee;
}
.page a{color:#666;}
.page .l{ width: 270px; height: 700px; border: 1px solid #e6e5e5;}
.page .l .menu .title{ line-height: 50px; font-size: 18px;background: #e6e5e5;}
.page .r{ width: 775px;padding:5px;min-height: 690px;border: 1px solid #e6e5e5;}

.page .nav {
	color: #666;
	height: 50px;
	background: #e6e5e5;
	border-top: 1px solid #faf5f0;
	border-bottom: 1px solid #faf5f0;
	line-height: 50px;
	padding: 0 10px;
	margin: 10px 0;
}

.page .center {
	line-height: 35px;
	font-size: 16px;
}
.page .center img {
	margin: 0 auto;
}

.page .list {
	line-height: 35px;
}

.page .list ul {
	border: 1px solid #eee;
	border-bottom: 0px;
}

.page .list li {
	display: block;
	padding: 10px 20px;
	border-bottom: 1px solid #eee;

}

.page .list a {}

.page .list a:hover {
	color: #FFFFFF;
}

.page .list li:hover {
	background: #47a7ef;
	color: #FFFFFF;
	transition: all 0.3s ease-in-out;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.page .list span {
	float: right;
}

.page .pagination {
	margin: 10px auto;
}

.page .pagination li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 0;
	padding: 3px 8px;
	border: 1px solid #d9d9d9;
	background: #fff;
	line-height: 20px;
	vertical-align: top;
}

.page .pagination .active {
	background: #ff6400;
	color: #FFFFFF;
}

.page .title {
	width: 80%;
	margin: 0 auto;
	padding: 30px 0;
	font-size: 30px;
	text-align: center;
	border-bottom: 1px solid #EEEEEE;
}

.page .center {
	min-height: 500px;
}

.page .hit {
	text-align: center;
	height: 30px;
	line-height: 30px;
	color: #999;
}

.page .prev,
.page .next {
	display: block;
	line-height: 30px;
}


.page .list-img .img {
	width: 240px;
	height: 240px;
	position: relative;
	margin: 5px;
	padding: 5px;
	text-align: center;

}

.page .list-img .img span {
	text-align: center;
	margin-top: 10px;
	display: block;
}

.page .list-img li {
	float: left;
}

.page .list-img .img:hover {
	overflow: hidden;
	box-shadow: 0 1px 10px #eee;
	transition: all 0.3s ease 0s;

}

.page .list-img img {
	cursor: pointer;
	transition: all 0.6s;
}

.page .list-img img:hover {
	transform: scale(1.1);
}
