/* 招聘与合作 */
/* recruitmentPartnershipsList */
.recruitmentPartnershipsList {
    width: 100%;
    box-sizing: border-box;
}
.recParList_box {
    display: flex;
    gap: 1.5rem;
    padding: 1.5rem 0.9rem;
    box-sizing: border-box;
    background-color: #fff;
    min-height: 70vh;
}
.recParList_tentList {
    display: flex;
    flex-direction: column;
}
.recParList_tentItem {
    background-color: #f1f3f5;
    padding: 1rem 2rem;
    box-sizing: border-box;
}
.recParList_tentItem:nth-child(2n) {
    background-color: #fff;
}
.recParList_tentItem_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.3rem;
}
.recParList_title {
    display: flex;
    gap: 1.8rem;
    align-items: center;
    font-size: 16px;
    color: #333;
    font-weight: 600;
}
.recParList_title>span:last-child {
    color: #26478a;
    font-weight: 500;
}
.recParList_btns {
    display: flex;
}
.recParList_btn {
    position: relative;
    font-size: 15px;
    color: #fff;
    background: #26478a;
    padding: 0.3rem 1rem;
    border-radius: 5px;
    box-sizing: border-box;
}
.recParList_btn:hover .talAcq_left_btn_model {
    opacity: 1;
}
.talAcq_left_btn_model {
    opacity: 0;
    position: absolute;
    top: -180%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
    font-size: .7778rem;
    padding: 0.5rem 1rem;
    border-radius: 3px;
    box-sizing: border-box;
    transition: all 0.5s ease;
    text-wrap: nowrap;
}
.talAcq_left_btn_model::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 1rem;
    width: 0;
    height: 0;
    border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    border-top: 0.5rem solid rgba(0, 0, 0, 0.2);
}
.recParList_tentItem_tent {
    color: #666;
    font-size: 15px;
    display: flex;
    gap: 0.45rem;
    flex-direction: column;
}
.recParList_req {
    display: flex;
    gap: 0.5rem;
}
.recParList_req>span {
    line-height: 1.5;
}