@charset "utf-8";
body {
	font-size: 12px;
	margin: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #eeeeee;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
}
form {
	margin: 0px;
	padding: 0px;
}
input, select, textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

a, a:link {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #F60;
	text-decoration: underline;
}

.cls {
	clear: both;
	line-height: 0px;
	height: 0px;
}
.maindoc {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 40px;
	padding-bottom: 15px;
}
.maindoc .sitename {
	font-family: "黑体";
	font-size: 28px;
	font-weight: bold;
}
.maindoc .menu {
	line-height: 39px;
	background-image: url(images/menu.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.maindoc .menu a, .maindoc .menu a:link {
	margin-right: 30px;
	margin-left: 30px;
}
.maindoc .banner {
	margin-bottom: 10px;
}

.maindoc .item {
	background-color: #FFF;
	background-image: url(images/item_bg.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #c2c2c2;
	border-bottom-color: #c2c2c2;
	border-left-color: #c2c2c2;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	line-height: 160%;
}
.maindoc .itemSpace {
	line-height: 10px;
	height: 10px;
}

.copyright {
	line-height: 160%;
	text-align: center;
	padding: 10px;
}

.classTitle {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.classParent {
	background-image: url(images/dot.jpg);
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-bottom: 4px;
	background-position: 2px center;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4c6180;
	display: block;
}
.classSub {
	background-image: url(images/dot.jpg);
	background-repeat: no-repeat;
	margin-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-position: 2px center;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4c6180;
	display: block;
}
.newsLine {
	background-image: url(images/dot.jpg);
	background-repeat: no-repeat;
	background-position: 2px center;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.imgBorder {
  border:1px solid #DEDEDE;
}
