/* 筛选栏目样式 */
.recommend-company-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100vw;
    padding: 0.32rem .22rem 1.32rem;
}
.recommend-company-item {
    width: 48%;
    height: 4rem;
    background-color: #fff;
    margin-bottom: .32rem;
}
.image-box {
    text-align: center;
}
.image-box img {
    width: 1.2rem;
    height: 1.2rem;
    vertical-align: bottom;
}
.com-name {
    margin-top: .2rem;
    box-sizing: border-box;
    width: 100%;
    height: .77rem;
    padding: 0 .1rem;
    font-size: .28rem;
    text-align: center;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
}
.info-box {
    margin-top: .1rem;
    font-size: .28rem;
    color: #8D8D8D;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.company-jobs {
    margin-top: .1rem;
    border-top: .04rem dashed #F6F6F6;
}
.job-count-box {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    padding: .2rem 0rem;
    justify-content: center;
}
.job-count {
    text-align: center;
    padding: .14rem 0.4rem;
    border: .02rem solid #3C72F5;
    border-radius: .04rem;
    font-size: 0.2rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #3970F7;
}