/*︻▓▇▇新闻一︻▓▇▇◤ */
/* 1标题部分*/  
UL#TabTags0{
	height:40px!important;/*For FF*/
	padding-left:0px;
	background-repeat: repeat-x;
	background-position: left bottom;
	border: 1px solid #ccc;border-top: 3px solid #005A99;
}
#TabTags0 li{float: left;	margin-right:5px;
	height: 40px;width:100px;
	line-height: 40px;
	text-align: center; }
#TabTags0 li.now{display:inline-block;border-bottom: 3px solid #005A99;}
#TabTags0 li.now a{
	color:#005A99;

	background-repeat: no-repeat;
}    
#TabTags0 a{
	font-size: 16px;
	text-decoration:none;
	display:block;
	height: 40px;
	color:#555;

}
#TabTags0 a:hover{
/* 内容外盒部分 */ 
#TabContent0{
	clear: left;	
	height:245px;padding-top:5px;
	position: relative;	
}
.TabSonContent{/*用来装ul列表的子栏div */
	display:none;/*这个很重要，初始要不显示它 */	
} 
#TabContent0 .more{
	position: absolute;
	top: -13px;
	right: 10px;
}
/*内容UL部分 */ 
#TabContent0 UL{padding:0px 20px 0px 7px;}
#TabContent0 li{height:27px;line-height:27px;
	font-size:14px;
	padding-left:6px;
	
	background-repeat: no-repeat;
	background-position: left 50%;	
}
#TabContent0 li a{width:340px;display: block;}
#TabContent0 li span{
	float:right;
	width:70px;
	font-size: 12px;
	color: #888;
}
#TabContent0 .block{display:block; }
