.marR26 {
    margin-right: 26px;
}
.borR6 {
    border-radius: 6px;
}

/* 面包屑 */
.crumbs {
    width: 1200px;
    margin: 25px auto 25px;
    font-size: 14px;
}
.crumbs span{
    display: inline-block;
    position: relative;
    width: 5px;
    height: 10px;
    margin: 0 10px;
}
.crumbs span:before{
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    border-width: 5px;
    border-style: dashed solid dashed dashed;
    border-color: transparent transparent transparent #5d5d5d;
    border-right: none;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.crumbs span:after{
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    border-width: 4px;
    border-style: dashed solid dashed dashed;
    border-color: transparent transparent transparent #F7F9FC;
    border-right: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    margin: auto;
}