

.breadcrumb-outter {
    background-color: #f9f9f9; 
    /* background-color: blueviolet; */
    width: 100%; /* 宽度随浏览器宽度 */
    
}

/* 面包屑 div 样式 */
.breadcrumb-inner {
    width: 1440px; /* 宽度随浏览器宽度 */
    height: 70px;
    margin: 0 auto; /* 水平居中 */ 
    text-align: right; /* 文字右对齐 */
    font-size: 18px; /* 字号 18 */
    color:black; /* 字体颜色为黑色 */
    /* background-color: bisque; */
    line-height: 60px; /* 垂直居中，行高等于容器高度 */
    font-family: "Microsoft YaHei", sans-serif; /* 微软雅黑 */ 
}
.right {
    float: right;
}
.possplit {

    background-image: url(../images/pei.png);
    background-repeat: no-repeat;
    text-indent: 22px;
    background-position: center;
    width: 10px;
    display: inline-block;
    border: 0px solid red;

}