.list-boxs{width:100%;height:100%;overflow-y:auto}.list-boxs .list-groups{display:flex;flex-wrap:wrap}.list-boxs .list-groups .list-box{height:80px;width:50%;padding:5px;box-sizing:border-box;cursor:pointer}.list-boxs .list-groups .list-box .list-content-box{width:100%;height:100%;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;align-items:center;border:1px solid #dcdee2}.list-boxs .list-groups .list-box .list-content-box:hover{background:#2d8cf0;color:#fff;border-radius:3px;cursor:move;border:0}.list-boxs .list-groups .list-box .cloneText{display:none}