.hui_container {
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
}

.hui_gray {
    color: #adadb8;
}

.hui_desc {
    color: #2e2f47;
}

.hui_a {
    color: #10a4fd;
    text-decoration: underline;
}

.hui_flex {
    display: flex !important;
}

.hui_flex_c {
    display: flex;
    align-items: center;
}

.hui_flex_c2 {
    display: flex;
    justify-content: center;
}

.hui_flex_between {
    display: flex;
    justify-content: space-between;
}

.hui_flex_e {
    display: flex;
    justify-content: flex-end;
}

.hui_text_c {
    text-align: center;
}

.hui_text_point3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.c_red {
    color: red;
}

.m_l15 {
    margin-left: 15px;
}

.case-detail li {
    list-style: inside !important;
}
#show_article_video1 li {
    list-style: inside !important;
}

li::marker {
    /* color: #000; */
    /* content: "•"; */
}