@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	}
body{
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	color:#5a5a5a;
	}
img{
	border:none;
	}
.fl{
	float:left;
	}
.fr{
	float:right;
	}
a,a:hover{
	cursor:pointer;
	color:#5a5a5a;
	}
li{
	list-style-type:none;
	}
.clear{
   clear:both;
   }
.container{
	width:990px;
	height:auto;
	margin:0 auto;
	}
/*主体内容开始*/
.main{
	height:auto;
	}
.m-text{
	width:904px;
	height:433px;
	float:left;
	border-bottom:1px solid #CCC;
	overflow:hidden;
	background:url(images/er_03.jpg) repeat-x;
	}
/*表格开始*/
.m-text table{
	margin:0 50px 20px 50px;
	border-top:1px solid #f0cda4;
	border-right:1px solid #f0cda4;
	}
table td{
	border-left:1px solid #f0cda4;
	border-bottom:1px solid #f0cda4;
	text-align:center;
	}
td.td-bg{
	background:url(images/bg_09.jpg) repeat-x;
	height:38px;
	*height:0px;
	font-size:14px;
	color:#d16c00;
	font-weight:bolder;
	}
/*文件链接开始*/	
.file-link{
	margin-left:50px;
	width:815px;
	}
.file-link p{
	margin-bottom:10px;
	border-bottom:1px solid #CCC;
	}
.file-link li{
	width:820px;
	line-height:25px;
	margin-top:3px;
	_margin-top:-4px;
	font-size:14px;
	}
.file-link li span{
	background:url(images/bg_17.jpg) no-repeat;
	width:28px;
	height:15px;
	display:block;
	float:left;
	margin-right:6px;
	display:inline;
	text-align:center;
	color:#FFF;
	padding-bottom:10px;
	font-size:10px;
	}
	
/*脚部开始*/
.footer{
	text-align:center;
	line-height:20px;
	width:990px;
	}