/* CSS Document */
.f_cpr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#foot {
	clear: both;
	height: 38px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/foot.gif);
	background-repeat: repeat-x;
	font-family: "宋体";
	font-size: 12px;
	color: #FFFFFF;
}
#foot #left {
	float: left;
	width: 300px;
	text-align: left;
	padding-top: 2px;
}
#foot #right {
	float: left;
	width: 425px;
	text-align: right;
	padding-left: 4px;
	overflow: hidden;
}
#foot #right ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	clear: both;
}
#foot #right li {
	text-align: center;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(../images/footline.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
}
#foot #right li.none {
	background-image: none;
}


a.white_f12:link,a.white_f12:visited {
	font-family: "宋体";
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	line-height: 18px;
}
a.white_f12:hover {
	text-decoration: underline;
}
