* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}



#recruit {
    min-height: 100vh;
    background: #f7f7f7;
    font-family: "微软雅黑";
}

#recruit .testBanner {
    /* width: 100%; */
    width: 100vw;
    height: 26vw;
    background-image: url("../img/recruitPoster.png");
    background-size: 100% 100%;
}

#recruit .testBanner>img {
    width: 100%;
    display: block;
    z-index: -10;
}

#recruitBox {
    width: 1210px;
    min-height: 600px;
    background: #f7f7f7;
    /* box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); */
    padding-bottom: 80px;
    font-family: Source Han sans-serif;
    /* margin: 0 auto; */
    margin: -32px auto 0 auto;

    z-index: 9;
}

#recruitBox .searchBox {
    background: #ffffff;
    height: 64px;
    display: flex;
    justify-content: flex-start;
}

#recruitBox .searchBox>div {
    height: 64px;
    width: 128px;
}

#recruitBox .searchBox>div:nth-of-type(1) input::-webkit-input-placeholder {
    color: #3b3b3b;
}

#recruitBox .searchBox>div:nth-of-type(2) input::-webkit-input-placeholder {
    color: #3b3b3b;
}

#recruitBox .searchBox>div .el-input__inner {
    background: #ffffff;
    height: 64px;
    width: 128px;
    border: none;
}

#recruitBox .searchBox>div:nth-of-type(3) .el-input__inner {
    background: #ffffff;
    height: 64px;
    width: 100%;
    border: none;
}

#recruitBox .searchBox>div:nth-of-type(3) {
    height: 64px;
    width: 922px;
    position: relative;
    margin-left: 22px;
}

#recruitBox .searchBox>div .el-icon-arrow-up:before {
    color: #333333;
}

#recruitBox .searchBox>div .el-input__prefix {
    color: #333333;
}

#recruitBox .searchBox>div:nth-of-type(3)::before {
    display: block;
    content: "";
    width: 1px;
    height: 24px;
    background: #AAAAAA;
    position: absolute;
    top: 20px;
    left: -10px;
}

#recruitBox .searchBox>div:nth-of-type(3) .el-input {
    height: 64px;
    width: 350px;

}

#recruitBox>h2 {
    line-height: 28px;
    text-indent: 4px;
    border-left: 4px solid #0099AD;
    font-size: 20px;
    font-family: Source Han sans-serif;
    font-weight: bold;
    color: #000000;
    margin-top: 40px;
}

#recruitBox .noSearch>div {
    width: 300px;
    margin: 40px auto 0 auto;

}

#recruitBox .noSearch>div>img {
    display: inline-block;
    width: 300px;
    margin-top: 160px auto 0 auto;

}

#recruitBox .noSearch>p {
    height: 28px;
    font-size: 20px;
    font-family: Source Han sans-serif;
    line-height: 28px;
    color: #000000;
    text-align: center;
    margin-top: 20px;
}

#recruitBox .cardBox {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
}

#recruitBox .cardBox .card {
    margin-bottom: 24px;
    width: 590px;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 20px;
}

#recruitBox .cardBox .card:hover {
    margin-top: -4px;
    border: 1px solid #0099AD;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.0500);
}

#recruitBox .cardBox .card:nth-of-type(even) {
    margin-left: 20px;
}

#recruitBox .cardBox .card .flexBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#recruitBox .cardBox .card .flexBox>.title {
    height: 33px;
    font-size: 24px;
    font-family: Source Han sans-serif;
    line-height: 33px;
    color: #000000;
}

#recruitBox .cardBox .card .flexBox>.price {
    height: 33px;
    font-size: 24px;
    font-family: Source Han sans-serif;
    line-height: 33px;
    color: #0099AD;
}

#recruitBox .cardBox .tagBox {
    margin-top: 12px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#recruitBox .cardBox .tagBox .tag {
    padding: 2px 8px;
    background: #F2F9FF;
    border-radius: 12px;
    font-size: 13px;
    font-family: Source Han sans-serif;
    font-weight: 400;
    line-height: 18px;
    color: #0099AD;
    margin-right: 10px;
}

#recruitBox .cardBox .bottomInfo {
    margin-top: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#recruitBox .cardBox .bottomInfo .introduce {
    width: 420px;
    height: 50px;
    font-size: 14px;
    font-family: Source Han sans-serif;
    line-height: 28px;
    color: #666666;
    margin-right: 14px;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 这里是超出几行省略 */

}





#recruitBox .cardBox .bottomInfo .introduce p {
    font-size: 14px;
    font-family: Source Han sans-serif;
    line-height: 28px;
    color: #666666;
}

#recruitBox .cardBox .bottomInfo .introduce p span {
    font-size: 14px;
    font-family: 'PingFang SC' !important;
    line-height: 28px;
    color: #666666;
}

#recruitBox .cardBox .bottomInfo .pic {
    width: 48px;
    height: 48px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 10px;
}

#recruitBox .cardBox .bottomInfo .pic>img {
    display: inline-block;
    width: 24px;
    height: 18px;
    margin-bottom: 6px;

}

#recruitBox .cardBox .bottomInfo .pic>p {
    height: 20px;
    font-size: 14px;
    font-family: Source Han sans-serif;
    font-weight: 400;
    line-height: 20px;
    color: #000000;
    display: none;
}

#recruitBox .cardBox .card .bottomInfo .pic:hover>p {
    display: block;
}