@charset "utf-8";
/* CSS Document */


.list-head
{	
	float:left;
	border-bottom: 1px #efefef solid;
    margin-top: 25px;
    width:400px;
    height: 26px;
}
.tag
{
	width:80px;
	height:26px;
	line-height:26px;
	float:left;
	text-align:center;	
	margin-top: 0px;
    padding-right: 10px;
    padding-left: 10px;   
    display: inline-block;
    font-size: 14px;
    color:#666;  
    cursor: pointer;  
}
.tag-active
{
	width:80px;
	height:26px;
	line-height:26px;	
	float:left;
	text-align:center;
	margin-top: 0px;
    padding-right: 10px;
    padding-left: 10px;    
    display: inline-block;
	color: #22970a;
	font-size: 16px;
	font-weight: bold;
}
.tag-active a
{
	color: #22970a;
}
.bar
{
	width:90px;
	height:1px;
	padding:0 5px;
	background-color:#22970a;
	float:left;	
	clear: left;
}
.content-container
{
	width:400px;
	float:left;	
}

.content
{
	display:none;	
}
.content-active
{
	display:block;	
}
.content,.content-active
{	
	width:100%;	
	float:left;
}
.content,.content-active ul li
{
	line-height: 28px;
    font-size: 13px;
}


.hot-container
{
	float: left;
    width: 75%;	
    height:30px;
    margin-top:15px;	
	position:relative;
	overflow:hidden; 
}
.hot-content
{
	margin:0;
	width:100%;
	height:30px;
	position:absolute;
}


.content-box
{
	display: none;
	width: 240px;
}
.content-box-active
{
	display: block;
	width: 240px;
}

