.banner{
    position: relative;
}
.banner h2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}

.con{
    padding: 0.7rem 0rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.left{
    width: 23%;
    border-radius: 0.06rem;
    background: #F4F4F4;
    padding: 0.3rem 0.2rem;
}
.right{
    width: 74%;
}

/* layui表单 */
.layui-form-label{
    float: unset;
    width: auto;
    padding: 0rem;
    text-align: left;
    margin-bottom: 0.06rem;
    font-size: 0.16rem;
}
.layui-input{
    line-height: 0.5rem;
    height: 0.5rem;
    padding: 0rem 0.18rem;
    border: none;
    background: #fff;
    border-radius: 0.04rem;
    font-size: 0.16rem;
}
.layui-form-item{
    margin: 0rem;
}
.layui-form-item:nth-child(n+2){
    margin-top: 0.3rem;
}
.subBtn{
    width: 100%;
    height: 0.5rem;
    line-height: 0.5rem;
    color: #fff;
    border: none;
    border-radius: 0.06rem;
    font-size: 0.16rem;
    background: #000;
}

.layui-table,
.layui-table-view{
    margin: 0rem;
}
.layui-table-view .layui-table td,
.layui-table-view .layui-table th{
    padding: 0.05rem 0rem;
}
.layui-table-cell {
    height: 0.4rem;
    line-height: 0.4rem;
    padding: 0rem 0.15rem;
    position: relative;
    box-sizing: border-box;
}
.layui-table td,
.layui-table th{
    font-size: 0.16rem;
}
.layui-laypage-skip,
.layui-laypage-count,
.layui-laypage-limits{
    display: none!important;
}
.layui-table thead tr{
    background-color: #F4F4F4;
}
.layui-table td,
.layui-table th{
    border-left: none;
    border-right: none;
}
.layui-table-view{
    border: none;
}
.layui-table-body,
.layui-table-view .layui-table{
    width: 100%;
}
.layui-table-page{
    height: auto;
    text-align: center;
    padding-top: 0.5rem;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
    background-color: #000;
}
.layui-laypage a:hover {
    color: #000;
}

/* 移动端 */
@media (max-width: 800px){
    .banner img{
        display: block;
        height: 3.5rem;
        object-fit: cover;
    }
    .con{
        padding: 0.7rem 4%;
        flex-wrap: wrap;
    }
    .left,
    .right{
        width: 100%;
    }
    .left{
        margin-bottom: 0.5rem;
    }
    .layui-form-label{
        font-size: 0.3rem;
        margin-bottom: 0.2rem;
    }
    .layui-input{
        height: 0.8rem;
        line-height: 0.8rem;
        font-size: 0.3rem;
        padding: 0rem 0.32rem;
    }
    .layui-form-item:nth-child(n+2){
        margin-top: 0.4rem;
    }
    .subBtn{
        height: 0.8rem;
        line-height: 0.8rem;
        font-size: 0.3rem;
    }

    .layui-table-view .layui-table td,
    .layui-table-view .layui-table th{
        padding: 0.1rem 0rem;
    }
    .layui-table-cell {
        height: 0.8rem;
        line-height: 0.8rem;
        padding: 0rem 0.3rem;
    }
    .layui-table td,
    .layui-table th{
        font-size: 0.32rem;
    }
    .laytable-cell-1-0-0{
        width: 5rem!important;
    }
    .laytable-cell-1-0-1,
    .laytable-cell-1-0-2{
        width: 3rem!important;
    }
}


/* ========== 职位详情页面样式 开始 ========== */
.jobDetail{
    padding: 0.7rem 0rem;
}
.jobDetail>h2{
    font-weight: bold;
}
.jobList{
    margin: 0.5rem 0rem;
}
.jobList li{
    display: flex;
    align-items: center;
    color: #666;
}
.jobList li:nth-child(n+2){
    margin-top: 0.2rem;
}
.jobList li p:nth-child(1){
    color: #000;
    min-width: 1.5rem;
}
.jobDetail>a{
    display: block;
    width: 2.8rem;
    line-height: 0.46rem;
    text-align: center;
    color: #fff;
    border-radius: 0.04rem;
    background: #000;
    margin-bottom: 0.5rem;
}
.jobTxt:nth-child(n+2){
    margin-top: 0.4rem;
}
.jobTxt h3{
    font-weight: bold;
    margin-bottom: 0.14rem;
}

/* 移动端 */
@media (max-width: 800px){
    .jobDetail {
        padding: 0.7rem 4%;
    }
    .jobList li{
        align-items: flex-start;
    }
    .jobDetail>a{
        width: 4rem;
        line-height: 0.9rem;
        margin-bottom: 1rem;
    }
    .jobList li p:nth-child(1) {
        min-width: 2.6rem;
    }
    .jobTxt:nth-child(n+2) {
        margin-top: 0.8rem;
    }
}
/* ========== 职位详情页面样式 结束 ========== */