.bx-breadcrumb {
	margin: 10px 0;
  padding: 0 20px;
}
.bx-breadcrumb i {
    color: #b5bdc2;
    font-size: 12px;
    vertical-align: middle;
    margin-right: 9px;
    width: 3px;
    height: 16px;
    display: block;
    background: #d9d9d9;
    float: left;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
  color: #cc0700;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-size: 14px;
}
.bx-breadcrumb .bx-breadcrumb-item a {
 border-bottom: none;
 text-decoration: none;
 color: #333333; 
 

}
.bx-breadcrumb .bx-breadcrumb-item a:hover {
 text-decoration: underline;
}

.fa_bef:before{
 content: "";
 width: 3px;
 height: 16px;
 background: #d9d9d9;

}