/* Banner图 */
.banner {
    background: url('../../../image/最终图片所有/5-选择岗位/pc.jpg') center center no-repeat;
}

.mobile-banner {
    background: url('../../../image/最终图片所有/5-选择岗位/移动端.jpg') 100% 100% no-repeat;
}

.job {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 8%;
    margin-top: .66rem;
    margin-bottom: 1.22rem;
}

.job li {
    width: 7.78rem;
    height: 3.1rem;
    border-radius: 4px;
    box-shadow: 0px 3px 6px 1px #E3E7F6;
    padding: .46rem 0 .38rem .46rem;
    margin-bottom: .4rem;
}

.job li:nth-child(2n) {
    margin-left: 40px;
}

.job li a {
    display: flex;
}
.job li a:hover{
    background-color: #2E8E47;
    color: #fff;
    transition: all .3s linear;
}

.job p {
    width: 100%;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    color: #030305;
    font-size: .24rem;
}

.job div {
    line-height: .32rem;
    height: .58rem;
    color: #838592;
    font-size: .16rem;
    max-width: 6.28rem;
    margin-top: .24rem;
    margin-bottom: .9rem;
    overflow: hidden;
    text-overflow:ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.job a {
    max-width: 1.1rem;
    height: .28rem;
    font-size: .16rem;
    color: #2E8E47;
    border: 1px solid #2E8E47;
    border-radius: 2px;
    justify-content: center;
    align-items: center;
    /* padding: 3px ; */
    display: block;
}

.mobileJob {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #fff;
    /* margin-top: 24px; */
    margin-bottom: 49px;
}
.mobileJob div{
    overflow: hidden;
    text-overflow:ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.mobileJob li {
    width: 100%;
    /* height: 188px; */
    box-shadow: 0px 3px 6px 1px #E3E7F6;
    border-radius: 4px;
    padding: 24px 16px 16px;
    margin-top: 24px;
}

.mobileJob li p {
    color: #030305;
    font-size: 16px;
}

.mobileJob li div {
    font-size: 12px;
    color: #838592;
    line-height: 16px;
    margin: 16px 0 37px;
}

.mobileJob li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 24px;
    font-size: 12px;
    color: #2E8E47;
    border: 1px solid #2E8E47;
    border-radius: 2px;
}
.p-16{
    padding: 0 16px;
}
