/* ============================================
   Sidebar Menu Widget
   ============================================ */
.bai_sm_wrap {
    background: #fff;
}

/* ========== 标题 ========== */
.bai_sm_title {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin: 0;
    padding: 0 0 12px 0;
    line-height: 1.3;
    border-bottom: 1px solid #eee;
    border-bottom-style: solid;
}

/* ========== 列表 ========== */
.bai_sm_list {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* ========== 列表项 ========== */
.bai_sm_item {
    border-bottom: 1px solid #eee;
}

.bai_sm_item:last-child {
    border-bottom: none;
}

/* ========== 链接 ========== */
.bai_sm_link {
    display: block;
    padding: 10px 0 10px 12px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    text-decoration: none;
    border-left: 3px solid transparent;
    transition: color 0.2s, border-color 0.2s;
    line-height: 1.5;
}

.bai_sm_link:hover {
    color: #000;
    text-decoration: none;
}

/* ========== 当前项 ========== */
.bai_sm_link.active {
    color: #000;
    font-weight: 700;
    border-left-color: #126cb5;
}
