ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.new_footer_container {
	overflow: hidden;
	padding: 20px 0px;
	background: #eaeaea;
}
.new_footer_link {
	overflow: hidden;
	margin: 0px auto;
	padding: 0px 20px;
	background: #f5f5f5;
	line-height: 16px;
}
.new_footer_link a {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.new_footer_link a span {
	color: #939393;
}
.new_footer_line {
	overflow: hidden;
	margin-top: 4px;
	background: #000000;
	width: 2px;
	height: 28px;
}
.new_footer_line ul li {
	overflow: hidden;
	margin-top: 20px;
	background: #b2b2b2;
	width: 2px;
	height: 8px;
}
.new_footer_copyright {
	overflow: hidden;
	margin-top: 16px;
	line-height: 22px;
	font-size: 12px;
	color: #7e7e7e;
	text-align: center;
}
.new_footer_copyright a {
	color: #7e7e7e;
	text-decoration: none;
}
.new_footer_copyright a:hover {
	color: #000000;
}
