.bottom {
	height: 120px;
	width: 950px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #dbb866;
	margin-right: auto;
	margin-left: auto;
	background-color: #ececec;
	padding-top: 5px;
	clear: both;
}
.bottom ul {
	list-style-type: none;
	text-align: center;
	padding-top: 10px;
}
.bottom ul li {
	line-height: 30px;
	height: 30px;
	font-size: 14px;
	font-family: "黑体";
	color: #9d9d9d;
}
.bottom ul li a {
	color: #9d9d9d;
	text-decoration: none;
}
