@CHARSET "UTF-8";
#left {
    width: 220px;
    margin-top: 20px;
    min-height: 100px;
    display: inline-block;
    vertical-align: top;
    border: 1px #e9e9e9 solid;

}

#left .left_title {
    width: 100%;
}

#left .left_title img {
    width: 100%;
}

#left .left_tab {
    height: auto;
    width: 100%;
    background-color: #FFFFFF;
}

#left .left_tab a {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    margin-bottom: 2px;
    transition: all .3s;
    font-size: 20px;
    background: #EFEFEF;
    text-align: center;
    letter-spacing: 2px;
}

#left .left_tab a:last-child {
    margin-bottom: 0;
}

#left .left_tab a.active, .left_tab a:hover {
    color: var(--gb-text-color);
    background: var(--gb-background2);
    font-weight: 600;
}

#left .logo {
    width: 100%;
    padding: 20px 0;
    text-align: center
}

#left img {
    width: 100px;
}

#right {
    width: calc(100% - 322px - 16px - 2px);
    margin-top: 28px;
    min-height: 550px;
    background-color: #FFFFFF;
    display: inline-block;
    margin-left: 24px;
}

#right .article {
    border: 2px solid #E8E8E8;
    padding: 30px;
    margin-top: 28px
}

#right .article_title {
    font-size: 20px;
    margin-top: 35px;
}

#right .article_title .release_time {
    color: #777;
    font-size: 12px;
    margin-left: 20px;
}

#right .web_position {
    font-size: 14px;
    color: #444;
}

#right .content {
    margin-top: 20px;
}

.right_top {
    width: 100%;
    border-bottom: 1px #dddddd solid;
    height: 40px;
    line-height: 43px;
    padding: 0 20px;
    background-color: #ededed;
}

.right_top img {
    display: inline-block;
    height: 18px;
    width: 18px;
    vertical-align: text-bottom;
    margin-right: 6px;
}

#right > ul {
    width: 700px;
    margin: 1rem auto;
    min-height: 350px;
    padding-top: 2rem;
}

#right > ul > li {
    width: 100%;
    display: block;
    height: 35px;
    line-height: 35px;
    list-style: none;
    background-image: url(/home/image/label.png);
    background-position-x: 0;
    background-position-y: 8px;
    background-repeat: no-repeat;
    background-size: 18px;
    border-bottom: 1px #dddddd dashed;
    padding-left: 30px;
}
