@charset "utf-8";
/* CSS Document */

body {
	font-size: 14px;
	line-height: 30px;
	color: #575757;
	text-decoration: none;
	margin: 0px;
	font-family: "微软雅黑", Arial;
	background-color: #E9E9E9;
}
a {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FDC763;
}

a img {border:none;}

.top a {
	color: #FFFFFF;
	text-decoration: none;
}
.top a:hover {
	text-decoration: none;
	color:  #FDC763;
}

 /* top */
.top_bg{
	color: #FFF;
	text-align: center;
	line-height: 38px;
	background-color: #000;
	background-image: url(images/topbg.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
/* banner */
.banle{
	background-image: url(images/top_left.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.banre{
	background-image: url(images/top_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/* main */
.centbg{
	background-color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #dbdbdb;
	border-bottom-color: #FFFFFF;
	border-left-color: #dbdbdb;
}
.cright{
	background-image: url(images/cr.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.cfont{
	color: #474747;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}
.cfpd{
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: left;
}
.crpd{
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: left;
}
/* 名录列表 */
.list{
	color: #747474;
	line-height: 25px;
	text-decoration: none;
}
.list_bor{
	padding: 1px;
	border: 1px solid #dbdbdb;
}
