.det {
    width: 14rem;
    margin: 0 auto;
    padding-bottom: 0.33rem;
}

.det .det_card {
    width: 100%;
    height: 2.08rem;
    background: #FBFCFD;
    box-sizing: border-box;
    padding: 0.45rem 0.4rem 0;
    margin-bottom: 0.18rem;
}

.det .det_card .det_card_time {
    margin-bottom: 0.2rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #787878;
    line-height: 0.18rem;
}

.det .det_card .det_card_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.3rem;
}

.det_card_top .det_card_left {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 700;
    font-size: 0.24rem;
    color: #081C2E;
    line-height: 0.32rem;
}

.det_card_top .det_card_right {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 700;
    font-size: 0.24rem;
    color: #EF1E1F;
    line-height: 0.32rem;
}

.det .det_card .det_card_bot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #787878;
    line-height: 0.18rem;
}

.det .det_text {}

.det .det_text .det_text_item {
    margin-bottom: 0.3rem;
}

.det_text_item .det_text_title {
    margin-bottom: 0.18rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 700;
    font-size: 0.2rem;
    color: #3D3D3D;
    line-height: 0.32rem;
}

.det_text_item .det_text_con {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #3D3D3D;
    line-height: 0.32rem;
}