.li_bread{
  width:94%!important;
  max-width:1520px!important;
  margin:0 auto!important;
}
.li_bread .p_breadcrumb{
  font-size:16px;
  padding:12px 0 10px;
  overflow:hidden;
  text-overflow:ellipsis;
}
.li_bread .p_breadcrumbItem{
  white-space:nowrap;
}
.li_bread .p_breadcrumbItem span{
  color:#333;
}
.li_bread .p_breadcrumbItem a{
  color:#333;
}
.li_bread .icon{
  width:16px!important;
  height:16px!important;
}
.li_bread .p_breadcrumbItem:not(:first-child)::before{
  color:#333!important;
}
@media(max-width:768px){
  .e_breadcrumb-4 .p_breadcrumb{
    font-size:14px;
  }
}