.fanpian-container {
    display: flex;
    justify-content: space-between;
    height: 55px;
    width: 100%;
    align-items: center;
    background-color: rgb(248 137 34 / 10%);
    padding: 0 50px;
    margin: 30px 0;
}
.flex-center {
    display: flex;
    align-items: center;
}
.bread-container {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    font-size: 20px;
}
.current-bread {
    color: #F04B44;
}
.paragraph {
    text-indent: 2em;
}
.time {
    color: #B4B4B4;
}