.bread {
    height: 40px;
    line-height: 40px;
    padding-left: 24px;
    font-size: 12px;
    .bread-item {
        vertical-align: middle;
    }
    .bread-link {
        color:rgba(102,102,102,1);
        transition: .3s all ease-out;
        &:hover {
            color: #0D6EDD;
        }
        &:last-child {
            color:rgba(153,153,153,1);
        }
    }
    .bread-space {
        font-family: simsun;
        margin: 0 10px;
        // background: url()
        &:last-child {
            color:rgba(153,153,153,1);
        }
    }
}