body  {
	font-family:'微软雅黑';
	font-size:13px; 
	margin: 0; /* 最好将 body 元素的边距和填充设置为 0 以覆盖不同的浏览器默认值 */
	padding: 0;
	font:12px Arial, Helvetica, sans-serif;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-color:#CCC 
	text-align: center; /* 在 IE 5* 浏览器中，这会将容器居中。文本随后将在 #container 选择器中设置为默认左对齐 */
}
.twoColHybLtHdr #container { 
	width: 80%;  /* 这将创建一个占据 80% 浏览器宽度的容器 */
	background: #FFFFFF;
	margin: 0 auto; /* 自动边距（与宽度一起）会将页面居中 */
	text-align: left; /* 这将覆盖 body 元素上的“text-align: center”。 */
} 
.twoColHybLtHdr #header { 
	background: #DDDDDD; 
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
} 
.twoColHybLtHdr #header h1 {
	margin: 0; /* 将 #header div 中最后一个元素的边距设置为零将避免边距重叠（即 div 之间出现的无法解释的空白）。如果 div 周围有边框，则不必将边距设置为零，因为边框也会避免边距重叠 */
	padding: 10px 0; /* 使用填充而不使用边距将可以使元素远离 div 的边缘 */
}

/* sidebar1 提示：
1. 由于我们使用的是相对单位，因此最好不要在侧栏中使用填充。它将会增加符合标准的浏览器的总宽，并产生未知的实际宽度。 
2. 由于 sidebar 值以全方 (em) 为单位，请记住侧栏的宽度将随不同的默认文本大小而变化。
3. 如果为 div 中的元素设置左边距和右边距，则会在 div 边缘和这些元素之间产生空白，如“.twoColHybLtHdr #sidebar1 p”规则中所示。
*/
.twoColHybLtHdr #sidebar1 {
	float: left; 
	width: 9em; /* 由于此元素是浮动的，因此必须指定宽度 */
	background: #EBEBEB; /* 将显示背景色，其宽度等于栏中内容的长度，*/
	padding: 1px 0; /* 顶部和底部的填充将在该 div 中产生视觉空间 */
}
.twoColHybLtHdr #sidebar1 h3, .twoColHybLtHdr #sidebar1 p {
	margin-left: 10px; /* 对于将要放在侧栏中的每个元素，都应当设置左边距和右边距 */
	margin-right: 10px;
}

/* mainContent 提示：
1. mainContent 和 sidebar1 之间的空白是由 mainContent div 的左边距创建的。无论 sidebar1 div 中包含多少内容，都将保留栏空白。如果您希望在 #sidebar1 中的内容结束时，用 #mainContent div 的文本填充 #sidebar1 空白，则可以删除此左边距。
2. 请记住，如果在 mainContent div 中放置了过宽的元素，则有可能会导致“浮动下降”（即，侧栏下面非浮动的 mainContent 区域下降）。对于混合布局（总宽基于百分比，侧栏基于全方 (em)），则可能无法计算确切的可用宽度。如果用户的文本大小大于平均值，则侧栏 div 将更宽，因此，mainContent div 中的空间将更小。您应当注意到这种限制，当客户端使用 Contribute 添加内容时尤其如此。
3. 在下面的 Internet Explorer 条件注释中，zoom 属性用来赋予 mainContent“hasLayout”。这可能会有助于避免若干特定于 IE 的错误。
*/
.twoColHybLtHdr #mainContent { 
	margin: 0 2px 0 13em; /* 右边距可以用百分比或像素来指定，它会在页面的右下方产生空白。 */
} 
.twoColHybLtHdr #footer { 
	padding: 0 10px; /* 此填充会将它上面 div 中的所有元素左对齐。 */
	background:#DDDDDD;
} 
.twoColHybLtHdr #footer p {
	margin: 0; /* 将脚注中第一个元素的边距设置为零将避免出现可能的边距重叠（即 div 之间出现的空白）*/
	padding: 10px 0; /* 就像边距会产生空白一样，此元素上的填充也将产生空白，但不会出现边距重叠问题 */
}

/* 要重用的各种类 */
.fltrt { /* 此类可用来使页面中的元素向右浮动。浮动元素必须位于页面上要与之相邻的元素之前。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* 此类可用来使页面上的元素向左浮动 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* 此类应当放在 div 或 break 元素上，而且该元素应当是完全包含浮动的容器关闭之前的最后一个元素 */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
td{
	font-size: 13px
	} 
.borderbox {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D0D7A1;
	border-right-color: #D0D7A1;
	border-bottom-color: #D0D7A1;
	border-left-color: #D0D7A1;
}
.list_bg {
	height:30;
	
	BORDER-BOTTOM: #f0f0f0 1px solid;
	background:url(../images/bgtop.gif);
}
.tb_bg {
	background:url(../images/bgtop.gif);
}
.stb_bg {
	background:url(../images/bgtop.gif);
}

.Content{
	line-height:22px;
	margin:6px 0px 5px 0px; 
}

.txtbg {
	background-image: url(../images/textbg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center?, Style=?, StartX=?, StartY=?, FinishX=?, FinishY=?); 
}

.sy_list{
	height:30;
	margin:auto;
	line-height:30px;
	overflow: hidden;
	background-image:url(../images/bgtop_x.gif);
}

input[type="text"]{
	border:1px solid #0474B6;
	width: 200px;
	height:20px;
}

input[type="button"]{
	border:1px solid #0474B6;
	width: 120px;
	height:22px;
}

input[type="reset"]{
	border:1px solid #0474B6;
	width: 120px;
	height:22px;
}

input[type="submit"]{
	border:1px solid #0474B6;
	width: 120px;
	height:22px;
}

/*---单选样式--*/
input[type="radio"]{
	width:20px;
} 

input[type="checkbox"]{
	width:20px;
} 

select{
	border:1px solid #0474B6;
	width: 120px;
}

textarea{
	width: 600px;
	height:60px;
	font-size:12px;
} 

.sy_listwbg{
	font-size:14px;
	font-weight:bold;
	height:30;
	margin:auto;
	line-height:30px;
	overflow: hidden;
}

ul{
	margin-left:-20px;
	list-style-type: none; 
	margin:0;
}
li{
	text-decoration: none; 
	vertical-align: middle; 
	margin:0;
	line-height:25px;
}

.z { 
	list-style-type: none; 
	margin:0;
}

.z li { 
	text-decoration: none; 
	vertical-align: middle; 
	margin:0;
	line-height:25px;
	padding-bottom:5px;
} 
.tr_list { 
	list-style-type: none; 
	margin:0;
	padding:0;
	height:25;
} 
.tr_list li { 
	text-decoration: none; 
	vertical-align: middle; 
	height:25;
	margin:0 0 0 0;
	padding-top:0px; padding-bottom:2px; 
} 
.mli { 
	list-style-type: none; 
	text-decoration: none; 
	vertical-align: middle; 
	padding-top:3px;
	padding-bottom:2px; 
} 
.dli { 
	list-style-type: none; 
	text-decoration: none; 
	vertical-align: middle; 
	padding-top:3px;
	padding-bottom:2px; 
} 
.c{ 
	list-style-type:none; 
	margin:0;
} 
.c li {
	border-bottom:#f0f0f0 1px solid;
	text-decoration: none;
	line-height:22px;
	vertical-align: middle;
	padding-bottom:4px; 
} 

.select {
	height:28px;
	BACKGROUND:url(../images/menu_bg.gif);
	BORDER-BOTTOM: #CADAF7 1px dotted;
}
.list_tr {
	height:26px;
	
	BORDER-BOTTOM: #F0F0F0 1px solid;
}

.list_title {
	height:28px;
	text-align:center;
	background-image:url(../images/bgtop_x.gif);
}

th{
	height:26px;
	text-align:center;
	background-image:url(../images/bgtop_x.gif);
}
.top {
	BORDER-top: #CADAF7 1px dotted;
}
.stop {
	BORDER-top: #CADAF7 1px solid;
}
.bottom {
	BORDER-BOTTOM: #F0F0F0 1px solid;
}
.sbottom {
	BORDER-BOTTOM: #CADAF7 1px solid;
}
.left-right {
	BORDER-left: #CADAF7 1px dotted;
	BORDER-right: #CADAF7 1px dotted;
}
.right {
	BORDER-right: #CADAF7 1px dotted;
}
.sright {
	BORDER-right: #CADAF7 1px solid;
}
.left {
	BORDER-left: #CADAF7 1px dotted;
}
.sleft {
	BORDER-left: #CADAF7 1px solid;
}
.list {
	BORDER-BOTTOM: #CADAF7 1px dotted;
	BORDER-right: #CADAF7 1px dotted;
	BORDER-left: #CADAF7 1px dotted;
}
.slist {
	BORDER-BOTTOM: #CADAF7 1px solid;
	BORDER-right: #CADAF7 1px solid;
	BORDER-left: #CADAF7 1px solid;
	BORDER-top: #CADAF7 1px solid;
}

.slist3 {
	BORDER-BOTTOM: #CADAF7 1px solid;
	BORDER-right: #CADAF7 1px solid;
	BORDER-left: #CADAF7 1px solid;
}

.td {
	height:30;
	font-size:13px;
}

.login{
	height:80;
	margin:0px auto;
	padding:10px 0 20px 0;
	text-align:center;
	background-color:ffffff;	
}
.tr {
	height:30;
  }
.tablexs { 
 font-family: "宋体","Arial", "Helvetica", "sans-serif"; 
 }
.table {
	BACKGROUND:url('../images/bg_header.png');
}

#wrap{ 
	clear:both; width:960px; margin:0 auto;
	background-color:#fff;
}

#special ul { 
	margin:0 5px; padding:5 0px; list-style-type:none; color:#0474B6; padding-bottom:5px; font-family:"宋体",Arial;
}

.text {	border:1px solid #0474B6; }

p { font-size:13px; font-family:"宋体",arial; line-height:18pt; padding-top:6px;}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}
A {
	COLOR: #000000;
	TEXT-DECORATION: none;
	font-family: verdana;
	font-size: 13px;
}
A:hover {FONT-SIZE: 13px; TEXT-DECORATION:underline}
A:link {
	FONT: 13px verdana; TEXT-DECORATION: none
} 
/*div*/

.divtop{
	background:url(../images/bgtop.gif) repeat-x;
	height:70px;
}

.div4{
	border-left: #B1C8D7 1px solid;
	border-right: #B1C8D7 1px solid;
	border-bottom: #B1C8D7 1px solid;
	border-top: #B1C8D7 1px solid;
	text-align:left;
	font-family:"宋体",Arial;
	font-size:13px;
	padding-top:3px;
	padding-bottom:2px;
	padding-left:10px;
	line-height:20px;
	margin:5px 0px 2px 0px;
}
.div4 ul { 
	margin:0 5px; padding:5 0px; list-style-type:none; color:#0474B6; padding-bottom:5px;
}
.div4 ul li {
	padding-bottom:3px; margin-top:5px; margin-left:0px; 
	padding-left:10px;  height:22px;
	color:#0474B6; font-family:"宋体",Arial;
}
.div4 ul li a {
	text-decoration:none; color:#0474B6; font-family:"宋体",Arial;
}
.div4 ul li a:hover {
	text-decoration:underline; color:red;
}
.divbottom{
	text-align:center;
	background:url(../images/bottom_bg.jpg) repeat-x;
	}
.divbg {
	background:url(../images/right_bgx.jpg) repeat-x;
	margin:0px; padding:0px;color:#0474B6; font-weight:bold; padding-top:8px;
	 height:22px;
	font-size:13px;
	text-align:left;
	padding-top:0px;
	margin-top:0px;
	border-left: #B1C8D7 1px solid;
	border-right: #B1C8D7 1px solid;
	border-bottom: #B1C8D7 1px solid;
	margin-top:6px; padding-left:4px;
	margin-bottom:5px;
}
/*right 02*/
#special2{
	width:220px; border-left: #B1C8D7 1px solid; border-right: #B1C8D7 1px solid; border-bottom: #B1C8D7 1px solid;
	margin:0px; padding:0px; text-align:left; font-size:12px; margin-top:5px;
	font-family:"宋体",Arial;
}
#special2 .bg {
	width:220px; margin:0px; padding:0px; background:url(../images/right_bg.jpg) no-repeat; height:29px;
	font-size:12px; color:#0474B6; font-weight:bold; padding-top:8px;
}

#special2 ul { 
	margin:0 5px 0 -30px; padding:5 0px; list-style-type:none; color:#0474B6; padding-bottom:5px;
}
#special2 ul li {
	margin-top:5px; margin-left:3px; background:url(../images/arrow_01.gif) no-repeat 0px 4px;  
	color:#0474B6; border-bottom: #0474B6 1px dotted; font-family:"宋体",Arial; height:22px;
}
#special2 ul li a {
	padding-left:18px; text-decoration:none; color:#993300; font-family:"宋体",Arial;
}
#special2 ul li a:hover {
	text-decoration:none; color:#993300; 
}


.sTABLE {
	BORDER-BOTTOM: 0px; BORDER-LEFT: #e3ecf6 1px solid; LINE-HEIGHT: 30px; MARGIN: 0px 0px 10px;BORDER-TOP: #e3ecf6 1px solid; BORDER-RIGHT: 0px
}
.sTABLE input[type="input"]{
	width:180px;
	border:1px solid #0474B6;
	height:20px;
}

.sTABLE input[type="checkbox"]{
	width:20px;
} 

.sTABLE TD {
	BORDER-BOTTOM: #e3ecf6 1px solid; PADDING-LEFT: 5px; BORDER-RIGHT: #e3ecf6 1px solid;FONT-SIZE: 12px;
}
.sTABLE TH {
	TEXT-ALIGN: center; PADDING-LEFT: 10px; BACKGROUND: #eef4fb; LETTER-SPACING: 0px; COLOR: #3f76be;FONT-SIZE: 12px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; COLOR: #5f666f;
}




/*------ //搜索框 ---------*/

.hotwords li{
	line-height:25px;
	width:200px;
}
.hotwords li a{
	line-height:25px;
	width:200px;
	padding:0 10px;
}
/*-- //End 导航菜单 --*/