/* CSS Document */

*{
    margin:0;
	padding:0;
}
html{
 text-align:center;
 font:11px/18px Verdana, Arial, Helvetica, sans-serif;
 text-align:center;
 background-attachment:fixed; 
 
 
 
}
body{
      width:950px;
	  text-align:left;
	  margin:0 auto;
	  color:#333333;
	  position:relative;
}
a{color:#666666;text-decoration:none}
a:hover{color:#cb1919}
ul{list-style:none}
img{border:none}
h3{
    text-align:left;
}
#top{
      width:950px;
	  height:67px;
	  
	 
}
.a1{
      display: block;
	  top:0;
     
}
.a2{
	font-size: 12px;
	line-height: 24px;
	background-color: #F9F9F9;
	background-image: url(img/li2.jpg);
	background-repeat: no-repeat;
	background-position: 4px center;
	height: 20px;
	width: 100px;
	margin-top: 12px;
	padding-right: 11px;
	padding-left: 20px;
	margin: -20px 0 0 240px;
   
}
.menutop{width:743px;height:40px;margin-left:0px;font-size:16px;color:white;font-weight:bold;	margin: -40px 0 0 207px}
.menutop a:link{font-size:16px;color:yellow;text-decoration:none;}
.menutop a:hover{font-size:16px;color:black;text-decoration:none;}
.menutop a:visited{font-size:16px;color:yellow;text-decoration:none;}
.m01{background:url(menu/left3.jpg) no-repeat;width:15px;height:40px;float:left;}
.m02{background:url(menu/mid3.jpg);width:728px;height:30px;float:left;padding-top:10px;}
#head{
     width:950px;
	 height:200px;
}

#head_1{
	    width:950px;
		height:16px;
		background-image:url(ban_shadow.gif);
		background-repeat:no-repeat;
}
#main{
      width:950px;
	  height:700px;
	  	
}
.main{
      width:950px;
	  height:auto;
}
#left{
      width:200px;
	  height:auto;
	  float:left;
	   border-left:1px solid #CCCCCC;
}
#list {
       width:200px;
	   height:auto;
	   margin-bottom:20xp;
	
}
#list ul{
        padding:1px;
}
#list ul li{
	font-size: 12px;
	font-weight: bold;
	color:#666666;
	padding:4px;	
}
.list_list{
        width:170px;
		background:#CCCCCC;
		margin-left:20px;
		
}
#lianxi{
     width:200px;
	 height:100px;
	 margin-top:10px;
	 border-top:1px solid #CCCCCC; 
	 }
	 
#right{
       width:740px;
	   height:700px;
	   border:1px solid #CCCCCC;
	   float:right;
	   color:#004C9A;
	
	   
}
.right{
       width:740px;
	   height:auto;
	   border:1px solid #CCCCCC;
	   float:right;
	   color:#004C9A;

}
#map{
	   margin-bottom:8px;
	   height:15px;
	    margin-left:20px;
	    margin-right:20px;
		color:#004C9A;
	   
}
#data{
      color:#004C9A;
	   margin-left:20px;
	    margin-right:20px;
}
.lianxi{
color:#004C9A;
font-size:14px;
}
#foot{   
          margin-top:10px;
          width:1000px;
		  height:20px;
		  text-align:center;
		  border:1px solid #CCCCCC;
		
}
#foot span{
		padding:35px;
}
#title{
    margin-top:20px;
	text-align:center;
	margin-bottom:10px;
	font-size:11px;  
	
	 
}
#title h3{
   margin-left:200px;
 
}
#title h3 a{
         font-weight:100px;
		 color:#004C9A;
		
		
}
#articlelist{
       margin-left:30px;
	margin-top:10px;
	text-align:left;
	  color:#004C9A;
}
#articlelist ul li{
      border-bottom:1px dashed #999999;
	  padding:5px;
	   
}
#articlelist ul li a
{
 color:#004C9A;
 font-size:13px;
}
.show{
      float:left;
	  width:300px;
	  height:200px;
	  border:1px solid #CCCCCC;
	  text-align:center;
	  margin-left:40px;
	 
	  
	  
	  
}
.show a{
        color:#004C9A;
}
/*-------------------------------数据表格-------------------------------*/
TABLE.data {
	color:black;
	border-collapse:collapse;
	background-color:#CCCCCC;/*表现为内部线条颜色*/
	border:1 solid #718A9B;
	cursor:default;
	cp:expression(this.cellSpacing = 1,this.cellPadding = 2);
	behavior:url(http://wuseqi.vicp.net/D3WEB/inc/tableData.htc);
}
TABLE.data CAPTION { 
	font-size:15pt; 
	font-weight:bold;
}
TABLE.data TH {
	color:black;
	font-size:10pt;
	font-weight:normal;
	background-color:#eee;
}
TABLE.data TH.left {
	text-align:center;
}


TABLE.data TH.title {
	text-align:center;
	color:#333;
	height:22px;
	font-weight:bold;
	background-image:url(../blue_images/admin_right_2.gif);
}
TABLE.data TH.foot 
{
	color:Black;
	text-align:right;
	font-weight:normal;
	background-color:#eee;
}

TABLE.data TR {
	height:15px;
	background-color:white;
          text-align:center;
}