.jobs{
    width:7.1rem;
    background-color: #fff;
    padding:0 0.2rem;
    margin-bottom:1.1rem;
}
.jobList a:first-child{
    border-top: 0px solid #fff;
}
/* .jobList a:last-child{
    border-bottom: 1px solid #ebebeb;
} */

.jobList a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height:1.4rem;
    /* border-top: 1px solid #ebebeb; */
    padding:0.12rem 0;
    /*overflow: hidden;*/
    margin-bottom: 20px;
}

.jobList .icon{
    width:1.2rem;
    height:1.2rem;
    line-height: .8rem;
    text-align: center;
    overflow: hidden;
    margin-right: 0.2rem;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.jobList .icon img{
    width: 100%;
    height: auto;
    border-radius: 5px;
    /* vertical-align: middle; */
}
.jobList .zhiInfo{
    width:5.5rem;
    height:1.3rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 0.27rem;
    position: relative;
}

.jobList .zhiInfo::after {
    content:"";
    width: 100%;
    border-bottom: 1px solid #dedede;
    position: absolute;
    bottom: -18px;
    right: 0;
}

.jobList .zhiName{
    display: flex;
    height:0.5rem;
}

.jobList .zhiInfo h4{
    width: 3.2rem;
    height: 0.4rem;
    padding-top: 0.1rem;
    line-height: 0.3rem;
    margin-bottom: 0.1rem;
    font-size: 0.28rem;
    color: #333;
    font-weight: 800;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: -2px;
}

.jobList .zhiInfo>p{
    width: 100%;
    height: 0.4rem;
    font-size: 0.23rem;
    color: #666;
    display: flex;
    align-items: center;
}

.jobList .zhiInfo>p.suo{
    display: block;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.jobList .zhiInfo img{
    height:0.24rem;
    margin-right:3px;
}

.jobList .zhiInfo p span{
    margin-right: 15px;
}

.jobList .zhiInfo .info-item span{
    margin-right: 0;
}

.jobList .zhiInfo .info-item span::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 13px;
    background: #dedede;
    vertical-align: -2px;
    margin: 0 10px;
}

.jobList .zhiInfo .info-item span:last-child::after {
    display: none;
}

.jobList .pubInfo{
    width:2.5rem;
    text-align: right;
    font-size: 0.25rem;
}

.jobList .pubInfo .xinzi{
    height:0.4rem;
    color:#E91717;
    font-size: 0.26rem;
    white-space: nowrap;
    overflow: hidden;
}
.jobList .pubInfo p{
    color:#999;
}