@CHARSET "UTF-8";
#left {
    width: 220px;
    margin-top: -50px;
    min-height: 100px;
    display: inline-block;
    vertical-align: top;
    border: 2px solid var(--gb-background2);
}
.left_title {
    padding: 45px 31px;
    width: 100%;
    /*height: 151px;*/
    background-color: var(--gb-background2);
    background-image: url("/home/image/图层 99.png");
    background-size: 100% ;
    background-repeat: no-repeat;
}
.left_title .title{
    color: #ffffff;
    font-size: 25px;
    font-weight: Bold;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.left_title .sub-title2{
    color: #ffffff;
    font-size: 14px;
    text-align: center;
}

.left_tab {
    height: auto;
    width: 100%;
    padding: 10px;
    background-color: #FFFFFF;
    border: 1px #dddddd solid;
    border-radius: 4px;
}

.left_tab a {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding-left: 40px;
    margin-bottom: 8px;
    transition: all .3s;
    font-size: 16px;
}

.left_tab a.active, .left_tab a:hover {
    color: var(--gb-text-color);
    background: var(--gb-background2);
    font-weight: 600;
}

#right {
    width: calc(100% - 322px - 16px - 2px);
    margin-top: 28px;
    min-height: 550px;
    background-color: #FFFFFF;
    display: inline-block;
    margin-left: 24px;
}
#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;
}
