#navline {
    width: 350px;
    padding: 0 100px 0 100px;
    display: flex;
    justify-content: space-between;
    font-family: shsCN_R;
}

#navline span {
    border-top: 3px solid #f1f1f1;
    border-bottom: 10px solid #f1f1f1;
}