.recruit {
    width: 100%;
}

.recruit .recruittop {
    width: 100%;
    padding-bottom: 0.32rem;
    background: #F7F7F7;
}

.recruit .recruittop .topCon {
    display: flex;
    flex-direction: column;
    width: 14rem;
    padding-right: 0.1rem;
    box-sizing: border-box;
    margin: 0 auto;
}

.topCon .topNav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0.23rem 0 0.46rem;
}

.topCon .topNav img {
    width: 0.11rem;
    margin-right: 0.11rem;
}

.topCon .topNav a {
    position: relative;
    margin-right: 0.25rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 0.14rem;
    color: #999999;
    line-height: 0.16rem;
}

.topCon .topNav a::before {
    content: ">";
    position: absolute;
    right: -0.11rem;
    top: 50%;
    transform: translateY(-50%);
}

.topCon .topNav a:last-child {
    margin-right: 0;
}

.topCon .topNav a:last-child::before {
    display: none;
}

.topCon .topNav a.active {
    color: #1F64FF;
}

.recruittop .topCon .topTit {
    margin-bottom: 0.4rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 0.4rem;
    color: #464646;
    line-height: 0.4rem;
}

.recruittop .topCon .topTime {
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 0.18rem;
    color: #999999;
}

.recruit .recruitBot {
    width: 100%;
    background: #fff;
    padding-bottom: 1.1rem;
    padding-left: 2.59rem;
    padding-top: 0.49rem;
    box-sizing: border-box;
     font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 0.16rem;
    color: #555555;
    line-height: 0.4rem;
}

.recruit .recruitBot .botList {
    width: 12rem;
    padding-bottom: 0.47rem;
    border-bottom: 0.01rem solid #DDDDDD;
    padding-top: 0.49rem;
}

.recruit .recruitBot .botList:nth-child(2) {
    padding-top: 0.63rem;
    padding-bottom: 0.49rem;
}

.recruit .recruitBot .botList:last-child {
    padding-top: 0.5rem;
    padding-bottom: 0;
    border: none;
}

.botList .listTit {
    margin-bottom: 0.09rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.2rem;
    color: #333333;
    line-height: 0.3rem;
}

.botList .listTex {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 0.16rem;
    color: #555555;
    line-height: 0.4rem;
}