.body_content{
	clear: both;
	width: 1200px;
	margin: auto;
	overflow: hidden;
	padding: 10px 0;
}
.body_content .head{
	height: 82px;

	border-bottom: #DDD solid 1px;
	margin-bottom: 15px;
	
}
.body_content .head .tag_ti{
    font-size: 21px;
  
    color: #000;
    line-height: 40px;
    text-align: center;
    
}
.body_content .head div{
 text-align: center;

}
.body_content .head div.tag{
	font-size:21px;
	color: #ffae01; text-align: center;
}
.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;
}
