@charset "utf-8";
body {
	margin: 0px;
	background-color: #ffffff;
}

.list_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #565656;
	width:323px;
	height:156px;
}
.login_back {
	width: 326px;
	height: 6px;
	background-image: url(../images/login_soild01.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.login_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #5d5d3e;
}
.login_input {
	border: 1px solid #d7d7d7;
	width: 80px;
	height: 15px;
}
.copyright {
	background-image: url(../images/index_backimg02.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #848484;
}
.counter {
	width:130px;
	height:16px;
	background-image:url(../images/copyright_pic01.gif);
	background-repeat:no-repeat;
	background-position:right;
}
.hot_link {
	float: right;
	background-repeat: no-repeat;
	height: 31px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #000000;
	text-align: center;
}
.main_back {
	background-image: url(../images/index_backimg01.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.copyright a:link, .copyright a:visited {
	text-decoration: none;
	color: #848484;
}
.copyright a:active, .copyright a:hover {
	text-decoration: underline;
	color: #848484;
}
.list_font a:link, .list_font a:visited {
	text-decoration: none;
	color: #565656;
}
.list_font a:active, .list_font a:hover {
	text-decoration: underline;
	color: #565656;
}
.hot_link a:link, .hot_link a:visited {
	text-decoration: none;
	color: #000000;
}
.hot_link a:active, .hot_link a:hover {
	text-decoration: underline;
	color: #000000;
}