.joinus-tab{
    height: 70px;
    background-color: #F7F7F7;

}
.joinus-tab>div{
    /* color: #fff; */
    font-size: 20px;
    padding: 20px;
    font-weight: bold;
}
/* .joinus-tab>div:first-child{
    color: red;
} */
.joinus-tab>div:first-child:hover{
cursor: pointer;
}
/* .joinus-tab>div:last-child{
    color: blue;
} */
.zplicolor{
    color: #da1111;
}
.joinus-tab>div:last-child:hover{
cursor: pointer;
}
.zp_content {
    padding-top: 70px;
    padding-bottom: 70px;
}
.shehui{
    padding: 20px;
}
.xiaoyuan{
    padding: 20px;
}

.zhaopin {
    padding: 30px;
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    background-color: white;
    display: flex;
    flex-direction: column;
}
.zhaopinHead {
    padding: 20px;
    background-color: #F7F7F7;
}
.zhaopinHead span{
    display: inline-block;
    padding: 2px 10px;
    cursor: pointer;
}
.zhaopin_li {
    margin-top: 30px;
    color: #333333;
    padding: 10px 15px;
    line-height: 30px;
    border-left: 3px solid var(--themeColor);
    background-color: white;
    box-shadow: var(--boxShadow);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
    .zhaopin_li:hover {
        box-shadow: 0 0 10px #000000;
    }
    .job_name {
        font-size: 20px;
        font-weight: bold;
        color: var(--themeColor);
    }
.job_title {
    font-size: 16px;
    padding: 3px 0;
    border-bottom: 1px solid var(--themeColor);
}
.job_wage {
    font-size: 20px;
    font-weight: bold;
}
.resume {
    display: flex;
    align-items: center;
    padding: 5px 15px;
    color: white;
    cursor: pointer;
    background: var(--themeColor);
    position: relative;
}
    .resume img {
        width: 15px;
        height: 15px;
        cursor: pointer;
        margin-right: 5px;
    }
    .resume input {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        cursor: pointer;
        left: 0;
        top: 0;
        opacity: 0;
        z-index: 30;
    }
    .job_detail {
        display: none;
        position: absolute;
        background-color: white;
        border: var(--border);
        left: 300px;
        width: 400px;
        height: 450px;
        overflow-y: hidden;
        overflow-y: auto;
        z-index: 20;
        padding: 20px;
        box-sizing: border-box;
        line-height: 25px;
        cursor: default;
    }