.ckmx_item {
    margin: 10px 0;
    margin-bottom: 28px;
    background-color: white;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}
.ckmx_item .brief {
    margin: 8px 0;
}
.ckmx_item .brief .brief_key_value {
    display: flex;
    justify-content: space-between;
    height: 24px;
}
.ckmx_item .brief .brief_key_value .key {
    color: #666;
}
.ckmx_item .brief .brief_key_value .value {
    color: #000;
}
.ckmx_item .header, .ckmx_item .list {
    display: flex;
    justify-content: space-between;
}
.ckmx_item .header .right, .ckmx_item .list .right {
    width: 40%;
}
.ckmx_item .header {
    padding: 6px 0;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #555;
}
.ckmx_item .lists {
    line-height: 22px;
    padding: 6px 0;
    font-size: 14px;
    font-weight: lighter;
}
