@CHARSET "UTF-8";
#left {
    width: 302px;
    display: inline-block;
}

#right {
    width: calc(100% - 342px);
    display: inline-block;
    margin-right: 30px;
    padding-left: 20px;
}

.left_title {
    width: 100%;
    border-radius: 4px;
}

.left_titleT {
    margin-bottom: 18px;
    border-bottom: 1px var(--gb-color) dashed;
    padding-bottom: 10px;
}

.left_titleT span {
    font-size: 22px;
}

.left_tab {
    height: auto;
    width: 100%;
    background-color: #FFFFFF;
}

.left_tab a {
    text-align: center;
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-radius:10px;
    margin-bottom: 10px;
    color: #FFFFFF;
    background: var(--gb-background);
}

.left_tab a.active, .left_tab a:hover {
    color: #FFFFFF;
    font-weight: 600;
}
