.cx_item.cx_item {
    margin: 10px 0;
    background-color: white;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}
.cx_item.cx_item .item_header {
    display: flex;
    align-items: center;
    font-weight: bold;
    margin-bottom: 4px;
}
.cx_item.cx_item .item_header .index {
    font-size: 12px;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid black;
    border-radius: 50%;
}
.cx_item.cx_item .item_header .line {
    flex-grow: 1;
    border-bottom: 1px dashed #555;
    margin: 8px;
}
.cx_item.cx_item .brief {
    margin: 8px 0;
}
.cx_item.cx_item .brief .brief_key_value {
    display: flex;
    justify-content: space-between;
    height: 24px;
}
.cx_item.cx_item .brief .brief_key_value .key {
    color: #666;
}
.cx_item.cx_item .brief .brief_key_value .value {
    color: #000;
}
.cx_item.cx_item .header, .cx_item.cx_item .list {
    display: flex;
    justify-content: space-between;
}
.cx_item.cx_item .header .right, .cx_item.cx_item .list .right {
    width: 40%;
    display: flex;
    justify-content: flex-start;
}
.cx_item.cx_item .header .right .wxfs, .cx_item.cx_item .list .right .wxfs {
    width: 50%;
}

.cx_item.cx_item .header_lists {
    border: 1px solid #C3D8F0;
    border-radius: 4px;
    margin: 10px 0;
}
.cx_item.cx_item .header {
    padding: 6px 0;
    font-weight: bold;
    font-size: 14px;
    padding-left: 4px;

    /* border-bottom: 1px solid #555; */
    background-color: #F2F8FF;
}
.cx_item.cx_item .lists {
    line-height: 22px;
    
    padding: 6px 0;
    padding-left: 4px;
    font-size: 14px;
    font-weight: lighter;
}
.cx_item.cx_item .claimStatus, .cx_item.cx_item .serviceMoney {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
