/*︻▓▇▇新闻一︻▓▇▇◤ */
/* 1标题部分*/  
UL#TabTags0{
	height:34px!important;/*For FF*/	
	background-repeat: repeat-x;
	background-position: left bottom;
	
	background-color: #F1F1F2;
}
#TabTags0 li{float: left;margin-right:5px;
	height: 34px;width:110px;
	line-height: 34px;
	text-align: center; }
#TabTags0 li.now{display:inline-block;}
#TabTags0 li.now a{
	color:#3384BC;
	background-image: url(imagesa1.gif);
	background-repeat: no-repeat;
}    
#TabTags0 a{
	font-size: 16px;
	text-decoration:none;
	display:block;
	width:110px;
	height: 38px;
	color:#555;
	position: absolute;
	text-align: center;
	z-index: 1;
}
#TabTags0 a:hover{background-image: url(imagesa1.gif);} 	
/* 内容外盒部分 */ 
#TabContent0{
	clear: left;
	height:277px;
	padding-top:5px;
	position: relative;
	background-color: #fff;
	border: 1px solid #E0E0E0;
}
.TabSonContent{/*用来装ul列表的子栏div */
	display:none;/*这个很重要，初始要不显示它 */	
} 
#TabContent0 .more{
	position: absolute;
	top: -13px;
	right: 10px;
}
/*内容UL部分 */ 
#TabContent0 UL{padding:10px 20px 0px 10px;}
#TabContent0 li{height:27px;line-height:27px;
	font-size:15px;
	padding-left:10px;
	background-image: url(imagesdot.gif);
	background-repeat: no-repeat;
	background-position: left 50%;	
}
#TabContent0 li a{float:left;width:320px;display: block;}
#TabContent0 li span{
	float:right;
	width:70px;
	font-size: 12px;
	color: #888;
	display: block;	
}
#TabContent0 .block{display:block; }
