.case_tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: space-between;
}

.case_tag {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-left: 15px;
    margin-top: 10px;
    border-radius: 5px;
}

.case_span_null {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    margin-top: 10px;
    border-radius: 5px;
    content: ''
}

.case_tag_span{
    background: #d6e2ff;
    opacity: 1;
    color: #0059eb;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 20px;
}

.case-txt{padding:15px 20px;}
.case-txt a{font-size:18px;display:block;height:52px;overflow: hidden;text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.case-txt a:hover{color:var(--theme-colors);}
