@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 .page-title{
    color: #2B303B;
    font-size: 30px;
    font-weight: bold;
}
#right ul{}
#right ul li{
    width: 100%;
    padding: 30px;
    margin-bottom: 20px;
    transition: all .3s;
    margin-top: 20px;
    border-radius: 10px;
    background: #f9f9f9;
}
#right ul li:hover{
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04)
}

#right .divider2{
    border-top: 2px solid #E8E8E8;
}

#right ul a:last-child .divider2{
    display: none;
}
#right ul li .cover{
    width: 223px;
    height: 137px;
    margin-right: 20px;
}
#right ul li .cover .cover-img{
    width: 100%;
    height: 100%;
}
#right ul li .info{
    flex:1
}
#right ul li .info .info-title{
    font-size: 18px;
    margin-bottom: 10px;
}
#right ul li .info .info-time{
    font-size: 14px;
    color: #C5C5C5;
    margin-bottom: 10px;
}
#right ul li .info .info-content{
    font-size: 14px;
    color: #888888;
    line-height: 24px;
}



/*#right>ul {*/
/*    !*width: 700px;*!*/
/*    !*margin: 1rem auto;*!*/
/*    !*min-height: 350px;*!*/
/*    padding: 2rem 0;*/
/*}*/

/*#right>ul>li {*/
/*    width: 100%;*/
/*    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;*/
/*}*/
