/* 1标题部分*/  
UL#TabTags1,UL#TabTags2{
	height:30px!important;/*For FF*/	
}

#TabTags1 li,#TabTags2 li{
	float: left;	
	height: 30px;
	width:125px;margin-right:23px;
	text-align: center;
	position: relative;
}
#TabTags1 li.now,#TabTags2 li.now{display:inline-block;}
 #TabTags1 a,#TabTags2 a{
	font-size: 18px;
	width:100%;
	text-decoration:none;
	display:block;
	height: 30px;
	line-height: 30px;
	color:#838383;
	position: absolute;
	top:-3px;
	z-index: 1;
	
	background-image: url(img/tag.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#TabTags1 li.now a,#TabTags2 li.now a,#TabTags1 a:hover,#TabTags2 a:hover{
	color:#fff;background-position: left top;
	
}  

/* 内容外盒部分 */ 
#TabContent1,#TabContent2{
	clear: left;	
	padding-top:5px;
	position: relative;
	position: relative;
	overflow: hidden;
}	
#TabContent1 .TabSonContent,#TabContent2 .TabSonContent{/*用来装ul列表的子栏div */
	margin-top:7px;display:none;/*这个很重要，初始要不显示它 */	
} 
#TabContent1 .more,#TabContent2 .more{
	position: absolute;
	top: -13px;
	right: 10px;
}
/*内容UL部分 */ 
#TabContent1 dl,#TabContent2 dl{padding:0px 0px 0px 0px;}

#TabContent1 dd,#TabContent2 dd{
	height:33px;line-height:33px;
	font-size:15px;
	padding-left: 10px;
    background-image: url(img/dot.png);
    background-repeat: no-repeat;
    background-position: left 50%;
}
#TabContent1 dd a,#TabContent2 dd a{width:450px;display: block;}
#TabContent1 dd span,#TabContent2 dd span{
	float:right;
	width:80px;
	font-size: 13px;
	color: #888;
}
.block{display:block;}

/***************湖北省新闻国务院新闻*******************/
#TabContent2 li{margin:0;padding:0;border:0;
	height:28px;line-height:28px;
	font-size:15px;
	padding-left: 10px;
    background-image: url(img/dot.png);
    background-repeat: no-repeat;
    background-position: left 50%;
}
#TabContent2 li a{float:left;width:370px;display: block;
	text-overflow:ellipsis;/*IE省略号*/
	white-space:nowrap;/*强制在同一行内显示所有文本，直到文本结束或者遭遇 br 对象*/
	overflow:hidden;
	-o-text-overflow:ellipsis;/*op专用省略号*/}
#TabContent2 li span{
	float:right;
	width:70px;
	font-size: 13px;
	color: #888;
}

/***********************************/
#TabTags2 li{margin-right:15px;}
#TabContent2 dd a{width:100%;}
#TabContent2 dd{height:31px;line-height:31px;}
