.cloud_tag {
	width: 1200px;
	margin: 0px auto;
}

.crumbsNav {
	overflow: hidden;
	padding: 15px 0px 0px;
	box-sizing: border-box;
}

.cloud_tag_box_title {
	font-size: 22px;
	font-weight: bold;
	color: #eb3d00;
	line-height: 60px;
}

.cloud_tag_box_tab {
	border-bottom: 2px solid #dddddc;
}

.cloud_tag_box_tab_a {
	color: #24211D;
	font-size: 18px;
	line-height: 38px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	box-sizing: border-box;
	cursor: pointer;
}

.cloud_tag_box_tab_a_active {
	color: #eb3d00;
}

.cloud_tag_box_tab_a:hover {
	color: #eb3d00;
}



.cloud_tag_box_bottom {
	padding: 15px 0px;
	box-sizing: border-box;
}


.cloud_tag_bottom_list {
	overflow: hidden;

	border-top: 2px solid #eb3d00;
	border-left: 1px solid #dddddc;
	border-right: 1px solid #dddddc;
	border-bottom: 1px solid #dddddc;
	padding: 0px 15px;
	box-sizing: border-box;
	margin-top: 20px;
}

.cloud_tag_bottom_list:first-child {
	margin-top: 0px;
}

.cloud_tag_bottom_list_top {
	overflow: hidden;
	padding: 10px 0px;
	box-sizing: border-box;
	border-bottom: 1px solid #dddddc;
}

.cloud_tag_bottom_list_top_left {
	font-size: 18px;
	color: #605D5C;
	float: left;
}

.cloud_tag_bottom_list_top_right {
	float: right;
	font-size: 14px;
	color: #605D5C;
}

.cloud_tag_bottom_list_bottom {
	padding: 10px 0px;
	box-sizing: border-box;
}

.cloud_tag_bottom_list_bottom a {
	font-size: 16px;
	color: #605D5C;
	display: inline-block;
	margin-right: 20px;
	line-height: 36px;
}

.cloud_tag_bottom_list_bottom a:hover {
	color: #eb3d00;
}

.cloud_tag_bottom_list_top_tab {
	font-size: 18px;
	color: #605D5C;
	float: left;
	padding: 0px 10px;
	box-sizing: border-box;

}

.cloud_tag_bottom_list_top_tab_active {
	background: #eb3d00;
	color: #fff;
}

.cloud_tag_bottom_list_top_tab:hover {
	background: #eb3d00;
	color: #fff;
}
