@charset "gb2312";
body {
	font: 12px "微软雅黑";
	margin: 0; /* 最好将 body 元素的边距和填充设置为 0 以覆盖不同的浏览器默认值 */
	padding: 0;
	color: #000000;
	background: #CCC;
/*	background-image: url(imagesbf1.gif);  */
}
.quxian {
}

#container {
	max-width:960px;
	width: 960px; /* 自动边距（与宽度一起）会将页面居中 */
	border: 1px solid #000000;
	text-align: left; /* 这将覆盖 body 元素上的“text-align: center”。 */
	font-size: 12px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	height: 160px;
	padding: 0px;
	margin: 0px auto;
	position: relative;
	background-color: #0159A0;
	background-image: url(../../images/topbanner.jpg);
	width: 960px;
}

#mainContent {
	margin: 0px auto;
	padding: 0px 0px 20px;
	width: 960px;
	text-align: left;
	min-height:300px;
	background: #E9E6D8;
}

.editpage #header {
	height: 130px;
}
#header #navbar {
	height: 30px;
	position: absolute;
	top: 130px;
	right: 0px;
	width: 616px;
	overflow: hidden;
	float: left;
}
#nav,#navs {
	list-style-type: none;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 0px;
	width: 100%;
	margin-top: 0px;
}
#navs {
	width: 64%;
}
#nav li,#navs li {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 88px;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	color: #FFF;
}
#nav li a,#navs li a {
	text-decoration: none;
	display: block;
	color: #FFF;
	font-weight: bold;
}
#nav li a:hover,#navs li a:hover {
	text-decoration: none;
	color: #FFCC00;
}
#bt {
	width: 55%;
	text-align: center;
	margin: 0px auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#bt h1 {
	text-align: center;
	color: #930;
	margin: 0px;
	font: bold 18px/50px "微软雅黑";
	padding: 0px;
	height: 50px;
}
#bt a {
	font-size: 12px;
	color: #930;
	text-decoration: none;
	display: block;
	height: 25px;
	width: 100px;
	line-height: 25px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000;
	background-color: #CCC;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 3px 3px 3px #ccc;
	-webkit-box-shadow: 3px 3px 3px #ccc;
	-moz-box-shadow: 3px 3px 3px #ccc;
}
#bt a:hover {
	text-decoration: none;
	background-color: #459CBA;
	color: #FFF;
}
#bt span {
	color: #F00;
}

#bt p {
	color: #666;
	margin: 0px;
	padding: 5px;
	overflow: auto;
	text-align: center;
}
#bt p a {
	float: left;
	margin-right: 2px;
	margin-left: 2px;
}
#jiansuo {
	padding-top: 10px;
	clear: left;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-bottom: 10px;
}
#jiansuo form {
	margin: 0px;
}
#jiansuo form input {
	border: 1px solid #999;
	margin-right: 2px;
	margin-left: 2px;
}
.page {
	color: #600;
	text-align: center;
	margin-top: 10px;
	line-height: 40px;
}
.page a {
	color: #000;
}
.page span {
	color: #F00;
}
#footer {
	padding: 0; /* 此填充会将它上面 div 中的所有元素左对齐。 */
	background:#DDDDDD;
	color: #999;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#footer p {
	margin: 0; /* 将脚注中第一个元素的边距设置为零将避免出现可能的边距重叠（即 div 之间出现的空白）*/
	padding: 0px; /* 就像边距会产生空白一样，此元素上的填充也将产生空白，但不会出现边距重叠问题 */
	text-align: center;
	line-height: 25px;
}

#mainContent dl {
	line-height: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	clear: both;
	margin-bottom: 20px;
	padding: 0px;
	background: #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 3px 3px 3px #999;
	-webkit-box-shadow: 3px 3px 3px #999;
	-moz-box-shadow: 3px 3px 3px #999;
	border: 1px solid #666;
}
#mainContent dl dt {
	color: #FFF;
	margin: 0px;
	background: #3071c1;
	font: bold 14px/30px "微软雅黑";
	padding: 0px 0px 0px 5px;
}

#mainContent dl dt strong {
	color: #FFF;
	margin-right: 10px;
	font-weight: bolder;
}



#mainContent dl dd {
	margin: 0px;
	padding: 5px;
}
#mainContent dl dd span {
	color: #963;
}

#mainContent dl dd strong {
	display: block;
	color: #963;
}

#mainContent dl .dlri {
	text-align: right;
	color: #666;
	border-top: 1px solid #999;
	border-bottom: 1px solid #000;
}
#mainContent dl .htgn {
	height: 26px;
	overflow: hidden;
}
#mainContent dl .htgn a {
	text-decoration: none;
	width: 100px;
	display: block;
	float: right;
	background-color: #CCC;
	line-height: 24px;
	text-align: center;
	border: 1px solid #000;
	margin-right: 10px;
	color: #2E677A;
}
#mainContent dl .htgn a:hover {
	text-decoration: none;
	background-color: #459CBA;
	color: #FFF;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent p {
	text-align: center;
}
#mainContent .tsxx {
	font: bold 14px/100px "微软雅黑";
	color: #F00;
}

fieldset {
	border: 1px solid #B0B0B0;
	width: 80%;
	text-align: left;
	padding: 5px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

fieldset table {
	border-collapse:collapse;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	width: 100%;
}

fieldset table tr td {
	border: 1px solid #000;
	line-height: 25px;
	padding: 5px;
}
fieldset table tr td span {
	color: #F00;
}
fieldset legend {
	font-size: 14px;
	font-weight: bold;
	color: #930;
	padding: 5px;
}
fieldset input {
	border: 1px solid #000;
	margin: 0px;
	height: 30px;
	line-height: 30px;
	padding-right: 2px;
	padding-left: 2px;
	background-color: #A0C0C0;
}
fieldset textarea {
	border: 1px solid #000;
	margin: 0px;
	padding: 0px;
	background-color: #A0C0C0;
}
.hei {
	color: #000;
}
.hui {
	color: #999;
}

.quxian {
	font-size: 12px;
	background: #FFF url(none);
}
.quxian h1 {
	margin-top: 30px;
	text-align: center;
	font: 18px/60px "微软雅黑";
	height: 60px;
}

.quxian table {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	font: 14px/30px "微软雅黑";
}
.quxian input {
	float: left;
	border: 1px solid #000;
	margin-right: 4px;
	margin-left: 4px;
	background-color: #D6E3F1;
}

.quxian table tr td {
	margin: 0px;
	padding: 2px;
	text-align: left;
	line-height: 20px;
	height: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.quxian table tr td span {
	color: #F00;
}
