.recruit_content {
    margin-top: 84px;
}

.autowidth .zpTit {
    padding: 0;
    height: 60px;
    box-sizing: border-box;
}

.zpTit .recruit_city {
    height: 60px;
    line-height: 70px;
    padding-top: 0;
    padding-bottom: 0;
    background-repeat: no-repeat;
    color: #FFFFFF;
}

.zpTit .city_sh {
    background-image: url('../images/recruit/shanghai.png');
}

.zpTit .city_sz {
    background-image: url('../images/recruit/shenzhen.png');
}

.job_list {
    margin-bottom: 60px;
}

@media only screen and (max-width:640px) {
    .recruit_content {
        margin-top: 12%;
    }

    .autowidth .zpTit {
        padding: 0;
        height: 40px;
        box-sizing: border-box;
    }

    .zpTit .recruit_city {
        height: 40px;
        line-height: 44px;
        padding-top: 0;
        padding-left: 44px;
        padding-bottom: 0;
        background-repeat: no-repeat;
        color: #FFFFFF;
    }

}