#skillTestList .content_box{background:#fff;padding:24px;display:flex;justify-content:flex-start;align-items:flex-start;align-content:flex-start;flex-wrap:wrap;overflow:auto}#skillTestList .content_box .content_item{width:23%;margin-right:2%;margin-bottom:30px;cursor:pointer}#skillTestList .content_box .content_item .top_img_box{width:100%;position:relative;border-radius:4px}#skillTestList .content_box .content_item .top_img_box img{width:100%;height:100%;border-radius:4px}#skillTestList .content_box .content_item .top_img_box .status_box{box-sizing:border-box;padding:0 8px;min-width:52px;height:22px;line-height:22px;background:#fff;border-radius:2px;border:1px solid rgba(0,0,0,.15);font-size:12px;font-weight:400;color:rgba(0,0,0,.65);position:absolute;top:16px;right:16px}#skillTestList .content_box .content_item .top_img_box .passStatus{color:#52c41a;border:1px solid #b7eb8f;background:#f6ffed}#skillTestList .content_box .content_item .top_img_box .testingStatus{color:#faad14;border:1px solid #ffb92d;background:#fffbf3}#skillTestList .content_box .content_item .test_name{width:100%;box-sizing:border-box;padding:8px 9px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;font-size:16px;font-weight:500;color:rgba(0,0,0,.85);text-align:left}#skillTestList .content_box .content_item:nth-child(4n){margin-right:0}