@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 10px 0;
}
#sidebar{
 width:245px;
 height:600px;
 margin-left:5px;
 display:inline;
 float:left;
 background:url(../images/siderbar_bg.gif) no-repeat;
}
#sidebar h1{
 width:199px;
 height:20px;
 padding-left:44px;
 padding-top:18px;
 background:url(../images/title_bg.gif) no-repeat 10px 10px;
 border-bottom:2px solid #9ED06D;
 font-size:14px; 
}
#sidebar ul{
 width:240px;
 height:280px;
 padding-top:20px;
 padding-left:3px;
}
#content{
 width:738px;
 height:600px;
 float:left;
 border:1px solid #9ED06D;
 margin-left:10px;
 display:inline;
}
#content h1{
 width:660px;
 height:20px;
 padding-top:15px;
 padding-left:44px;
 margin-left:15px;
 background:url(../images/title_bg1.gif) no-repeat 15px 15px;
 border-bottom:3px solid #9ED06D;
 position:relative;
font-weight:normal;
}
#content h1 p{
 width:300px;
 height:18px;
 position:absolute;
 top:17px;
 right:15px;
 font-size:12px;
 font-weight:normal;
 }
#content ul{
 width:670px;
 height:540px;
 margin-left:20px;
 margin-top:20px;
  }
#footer{
 width:1000px;
 height:50px;
 clear:both;
 line-height:20px;
 text-align:center;
 padding:16px 0 0 0 ;
 font-size:12px;
 }