.job-list-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .3rem;
    box-sizing: border-box;
    padding: .6rem 0;
}

.job-list-item {
    width: 18.5rem;
    border: solid 1px #DEDEDE;
}

.job-list-item-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.325rem;
    padding: .275rem .7rem;
    border-bottom: solid 1px #DEDEDE;
}

.job-list-item-content {
    padding: .275rem .7rem;
    background-color: #F8F8F8;
}

.job-content-title {
    font-size: .2rem;
    padding: .05rem .2rem;
    border: solid 1px #DEDEDE;
    height: .525rem;
    line-height: .525rem;
    border-radius: .2625rem;
    font-weight: bold;
    margin-bottom: .1rem;
}

.job-title {
    color: #217EFF;
}

.job-desc {
    padding: .1rem .3rem;
    margin-bottom: .2rem;
    font-size: .175rem;
}

.job-qrcode-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .675rem;
}

.job-qrcode-wrapper img {
    width: 3.175rem;
    height: 4.0375rem;
}