.table-title-padding{
    .table-title-box{
        position: relative;  
        height: 22px;  
        width: 100%;
        .table-position {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
        }
        .table-title-tag{    
            left:0;
            background: #1e80c7;
            width: 2px;
            height: 18px;
        }
        .table-title{
            left: 6px;
            width: 98%;
            font-size:18px;
            height: 18px;
            color:#3a4247;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;  
            &.loadmore{
                width: 86%;
            }
        }
        .icon {
            font-size: 14px;
            color:#9da0a3;
            right: 0;
        }
        .table-title-load-more{
            right: 11px;
            height: 14px;
            font-size: 14px;
            color:#9da0a3;
        }
        .table-title-space{
            width: 42px;
        }
        .table-line-height{
            line-height: 1;  
        }
    }
}