@charset "utf-8";


*{
 padding:0;
 margin:0; 
}
body{
 font-size:12px;
 font-family:"宋体";
 margin:0 auto;
 width:1000px;
 background: #fff ;
}
a{
 text-decoration:none;
}
h1{
 font-size:1em;
}
ul{
 list-style:none;
}
img{
 border:0;
 }
#top{
 width:1000px;
 height:85px;
 background:url(../images/top1.jpg); 
 position:relative; 

}
#top .time{
 width:250px;
 height:20px;
 position:absolute;
 top:20px;
 right:20px;
}

#nav{
 width:1000px;
 height:33px;
 background:url(../images/nav_bg.gif);
}
#nav ul{
 width:1000px;
 height:33px;
}
#nav ul li{
 width:111px;
 height:33px;
 float:left;
 background:url(../images/navline.gif) no-repeat right center;
 line-height:33px;
 text-align:center;
 font-size:14px;
}
#nav ul li.end{
 width:112px;
 height:33px;
 background:none;
 }
#nav ul li a{
 color:#fff;
 text-decoration:none;
 font-size:14px;
}
#nav ul li a:hover{
 font-weight:bold;
}
#header{
 width:1000px;
 height:244px;
 background:url(../images/banner.jpg) no-repeat;
 margin:0 0 5px 0;
}
#content{
 width:998px;
 height:800px;
 min-height:800px;
 height:auto !important; 
 border:1px solid #D0D0D0;
 border-top:none;
}
#content h1{
 width:930px;
 height:25px;
 line-height:25px;
 margin-left:24px;
 border-bottom:1px solid #ccc;
 font-weight:normal;
}
#content .text{
 width:950px;
 height:auto !important; 
 height:750px;
 min-height:750px; 
 margin:20px 0 15px 24px;
}
#footer{
 width:1000px;
 height:50px;
 clear:both;
 line-height:20px;
 text-align:center;
 padding:16px 0 0 0 ;
 font-size:12px;
}