.body_content{
	clear: both;
	width: 1200px;
	margin: auto;
	overflow: hidden;
	padding: 10px 0;
}
.body_content .head{
	height: 60px;
	line-height: 60px;
	border-bottom: #DDD solid 1px;
	margin-bottom: 15px;
}
.body_content .head div{
	float: left;
	padding-left: 10px;
}
.body_content .head div.tag{
	font-size:30px;
	color: #F60;
}
.body_content .head div.tab{
	color:#888;
}
.body_content .head div.more{
	float:right;
	font-size: 16px;
}
.body_content .head div.more a{
	color:#666;
}
