@charset "utf-8";

#outer{
	width:1200px;
	overflow:hidden;
	position:relative;
	margin-top:20px;
	background:#fff;
	padding:20px 0;
}
#outer span{
	float:left;
	font-size:28px;
		color:#626262;
		border-bottom:1px solid #999;
		line-height:40px;
		height:50px;
		display:inline-block;
		padding-right:20px;
		margin-left:20px;
	}
#outer span i{
	font-size:14px;
	padding-left:10px;}
#tab{
text-align:center;
margin-top:10px;
float:right;
position:relative;
margin-right:20px;
}

#tab li{
	overflow:hidden;
	font-size:14px;
		padding:0px 10px;		
		z-index:1;
		margin:0 10px;
		border:1px solid #ccc;
		line-height:30px;
		height:30px;
		border-radius:10px;
		float:left;
		

}

	
#tab li.current{
	
display:block;
background:#b13f27;
text-align:center;
border:1px solid #b13f27;
color:#fff;
}
#tab li.current a{
	color:#fff;}

#content{
width:100%;
padding:30px 0;
overflow:hidden;

position:relative;

}
#content ul{
	display:none;
}
