/*all.css*/
* { margin:0; padding:0; border:0;}
img { border:0;}
.clear { clear:both;}
ul { list-style:none;}
input { vertical-align:middle;}
h1 { font-size:20px;}

a { text-decoration:none;}
.datalist{
	border:0px solid #CCCCCC	/* 表格边框 */
	font-family:"宋体";
	border-collapse:collapse;	/* 边框重叠 */
	background-color:#ffffff;	/* 表格背景色 */
	font-size:12px;
	color:#000000;
	line-height:24px;
}
.datalist a{
	color:#000000;
}
.datalist a:hover{
	border:0px solid #CCCCCC	/* 表格边框 */
	font-family:"宋体";
	border-collapse:collapse;	/* 边框重叠 */
	background-color:#ffffff;	/* 表格背景色 */
	font-size:12px;
	color:#000000;
	line-height:24px;
	font-weight:bold;
	text-decoration:underline;}
.datalist td{
	border:0px solid #CCCCCC;	/* 单元格边框 */
	text-align:left;
	padding-top:0px; padding-bottom:0px;
	padding-left:0px; padding-right:10px;
}
.datalist tr.altrow{
	background-color:#CCCCCC;
	line-height:1px;	/* 隔行变色 */
}
	
body { width:1003px; margin:0 auto; font-size:12px; background:#FFFFFF;}
.zuo{
	border-bottom-style:none;
	border-right-style:none;
	border-top-style:none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.you{
	border-bottom-style:none;
	border-left-style:none;
	border-top-style:none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.gsjj{ font-family:"宋体"; font-size:14px; color:#000000; line-height:35px;}
.gsjjbt{ font-family:"宋体"; font-size:14px; color:#FF0103; line-height:30px; font-weight:bold;}
.lianxi{ font-size:14px; line-height:24px; border:1px #000000 dashed; border-left-style:none; border-right-style:none; border-top-style:none; padding-bottom:0px;}

#left{
	width:205px;
	float:left;
}
#navigation{
	width:205px;
	padding:0px;
	margin:0px 0px 10px 0px;
}
#navigation ul{
	margin:0px;
	padding:0px;

	font-size:12px;

}
#navigation li{
	border-bottom:1px solid #cad7df;
	line-height:24px;	/* 添加下划线 */
	
}
#navigation li a{
	display:block;						/* 区块显示 */
    padding:0px 20px 0px 2em;
	text-decoration:none;
	background:url(../images/tubiao.jpg) no-repeat;
}
#navigation li a:link, #navigation li a:visited{
	color:#335f68;
}
#navigation li a:hover{					/* 鼠标经过时 */
	color:#003e66;						/* 改变文字颜色 */
	background:#aacbe0 url(icon2.gif) no-repeat 13px 9px;
}


	
	










	
	
	
