    /* 猜你喜欢 */

    .like {
        margin: 1.25rem 1rem 3.125rem 1rem;
    }

    .like>.hear {
        margin-bottom: 1.125rem;
        display: flex;
        align-items: center;
    }

    .like>.hear>.cnxh {
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 400;
    }

    .like>.hear>.sx {
        width: 0.75rem;
        height: 0.75rem;
        margin-right: 0.125rem;
    }

    .hear>.hyh {
        font-size: 0.75rem;
        color: #75B0F5;
        line-height: 1.125rem;
    }

    .likeList {
        border-bottom: 1px solid #EAEAEA;
    }

    .postName {
        display: flex;
        margin-bottom: 0.3125rem;
        margin-top: 0.3125rem;
    }

    .postName>.name {
        font-size: 0.875rem;
        font-weight: 470;
        color: black;
        line-height: 1.3125rem;
    }

    .content>.salary {
        font-size: 0.8125rem;
        font-weight: bold;
        color: #1F7CE8;
        line-height: 1.25rem;
    }

    .content {
        display: flex;
        align-items: center;
        margin-bottom: 0.25rem;
    }

    .content_company_name {
        font-size: 0.75rem;
        color: #585E66;
        line-height: 1.125rem;
        margin-bottom: 0.3125rem;
    }

    .content_company_condition {
        font-size: 0.75rem;
        color: #737C83;
        line-height: 1.0625rem;
        margin-bottom: 0.25rem;
    }

    .delivery {
        font-size: 0.75rem;
        color: #1F7CE8;
        background: #D2E7FF;
        padding: 0rem 0.9375rem;
        line-height: 0.6875rem;
        height: 1.625rem;
        border-radius: 0.9375rem;
        display: flex;
        align-items: center;
        justify-content: center;
        /* outline: 1px solid red; */
    }

    .release {
        display: flex;
        padding: 0rem 0 0.5625rem 0rem;
        line-height: 1.0625rem;
        color: #737C83;
        font-size: 0.75rem;
        border-bottom: 1px solid #e3e3e3;
    }
    /* 猜你喜欢 */
