.app-list-itemlayoutpanel{
    padding: 0 0 0 20px;
    // margin: 10px;
    .srfmajortext{
        font-size: 16px;
        cursor: pointer;
    }
    .srfdescription{
        margin-bottom: 10px;
    }
    .el-tag{
        margin: 10px 6px 10px 0;
        color: #000;
        padding: 0 16px;
        max-height: 24px;
        line-height: 24px;
        background-color: rgb(250, 250, 250)
    }
    .srfmajortext:hover{
        color: #40a9ff;
    }
    .user-information{
        display: flex;
        .srficon{
            width: 28px;
            height: 28px;
            margin-right: 6px;
            >img{
                width: 100%;
                border-radius: 50%;
                height: 100%;
            }
        }
    }
    .app-list-item-action{
        margin-top:6px;
        >a{
            margin:0 20px 0 0 !important;
        }
    }
}