* {
	margin: 0;
	padding: 0;
	font-size: 14px;
	outline: none;
	font-family: "微软雅黑", "宋体";
}

ul,
li {
	list-style: none;
	list-style-type: none;
}

img {
	outline: none;
	border: none;
}

a {
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: npne;
}

html{
	background: #f8ebd8;
}

body {
	margin: 0;
	width: 100%;
	background: #f8ebd8;
	/* background-repeat: repeat-x; */
	color: #7D3C04;
}

/* 分页1 */
.page {
	text-align: center;
	padding: 15px 0;
	font-size: 12px;
}

.page span {
	color: #7D3C04;
	font-size: 12px;
}

.page a {
	color: #7D3C04;
	font-size: 12px;
}

/* 分页2 */
.page2 {
	width: 670px;
	height: 50px;
	text-align: left;
	line-height: 20px;
	margin: 0 auto;
	margin-top: 20px;
	background-color: #f9f9f9;
	/* border-bottom: 3px solid #35abe9; */
	font-size: 12px;

}

.page2 div {
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 12px;

}

.page2 a {
	color: #666666;
	font-size: 12px;
}
