@charset "gb2312";
/* CSS Document */
.body{
   margin:0px auto; /*利用 auto 兼容 FF 浏览器*/
   font-size:12px;
   color:#A6A4A5;
   margin-top:0px;
   margin-bottom:0px;
   width:1002px;
}
.a{ 
   padding-top:5px;
   padding-bottom:5px;
   margin-left:26px;
}
a:link {
   color:#A6A4A5;
   text-decoration:none;
   }
a:visited {
   color:#A6A4A5; 
   text-decoration:none;
   }
a:active {
   color: #A6A4A5;
   text-decoration: none;
   }
a:hover {
   color:#1A8BCD; 
   text-decoration:underline;
   }

.clear{ 
   clear:both;
   }
   
   
/*中间部分样式*/
.container {
    width:100%;
	margin:0px auto; /*利用 auto 兼容 FF 浏览器*/
}
#indexmain{
	width:891px;
	height:430px;
	margin:0px auto; /*利用 auto 兼容 FF 浏览器*/
}
#main{
	width:891px;
	
	margin:0px auto; /*利用 auto 兼容 FF 浏览器*/
}
/*公告样式*/
.gonggao{
	width:889px;
	height:30px;
	border: 1px solid #DEE5EF;
	background-color: #EBF3F6;
	margin:0px auto; /*利用 auto 兼容 FF 浏览器*/
}
/*左侧样式*/
#indexleft{ 
	width:259px; 
	background-color:#ffffff; 
	float:left;
}
#left{ 
	width:259px; 
	background-color:#ffffff; 
	float:left;
}

/*中间样式*/
#mid{ 
	width:414px;
	background-color:#ffffff;
	margin-left:10px;
	margin-right:10px;
	float:left;
}
/*右侧样式*/
#indexright{ 
	width:198px;
	background-color:#ffffff;
	float:left;
	
}
#right{ 
	width:198px;
	background-color:#ffffff;
	float:left;
	
}
.newslist{
	list-style-image:url(../images/news_qian.gif);
	line-height:22px;
}
/*右侧样式二*/
#right0{ 
	width:683px;
	background-color:#ffffff;
	margin-left:10px;
	float:left;
}

/*标签*/
.menu11Off,.menu11On,.menu22Off,.menu22On,.menu33Off,.menu33On,.menu44Off,.menu44On {text-align:center; background:url(../images/p_b_on.gif);color:#FF6633; width:84px; height:20px; cursor:pointer; padding-top:2px;}
.menu11On,.menu22On,.menu33On,.menu44On{ background:url(../images/p_b_off.gif); width:84px; height:20px; color:#FFFFFF;}
