.joblist {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
}

.joblist .left {
    width: 90%;
    border-right: 1px solid #ffffff;
    border-left: 10px solid #26B7BC;
    padding-left: 30px;
}

.joblist .right {
    width: 10%;
    height: 100%;
    text-align: center;
    font-size: 15px;
}

.joblist:hover {
    color: white;
    background: #26B7BC;
}

.joblist:hover h2 {
    color: white;

}

.joblist {
    background-color: #F2F2F2;
}

h2 {
    color: #72CACE;
}

#zhaopinimg {
    height: 200px;
    width: 100%;
}