li,ul{
    margin:0;
    padding:0;
}

// 整体部分
.upaas-sidebar-home{
    width: 200px;
    background-color: #005999;
    height: 100%;
    position: fixed;
    left: 0;
    top:40px;
    font-size: 14px;
    font-weight: 0;
    a{
        color:rgba(255,255,255,.95);
        display: block;
        width: 100%;
        height: 50px;
        cursor: pointer;
        text-decoration: none;
        &:active{
            background-color:#004170;
            text-decoration: none;
        }
    }
    .sidebar-li-text{
        color:#fff;
        transition: text-indent .3s linear,opacity .3s linear;
        max-width: 110px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        padding-left: 10px;
        font-family: "Helvetica Neue",Tahoma,Verdana,"PingFang SC-Regular","Hiragino Sans GB","Microsoft YaHei",STHeitiSC,sans-serif;
        text-decoration: none;
    }
    span.sidebar-icon{
        display: block;
        float: left;
        width: 18px;
        height: 18px;
        margin-top: 15px;
        margin-left: 15px;
        font-size: 18px;
        color: rgba(255,255,255,.95);
    }
    .sidebar-list li{
        width: 200px;
        line-height: 50px;
        background: rgba(0,0,0,0);
        list-style: none;
        color: rgba(255,255,255,.95);
    }
    
    .newsArticles .newsArticles-icon{
        
        background: url(./images/cus-dongtai.svg) no-repeat;
    }
    .tdwork .tdwork-icon{
        
        background: url(./images/cus-gongzuotai.svg) no-repeat;
    }
    .settings .settings-icon{
         
        background: url(./images/cus-yibiao.svg) no-repeat;
    }
}


