
.recruitment_container{
    width: 1200px;
    margin: 0 auto;
}
.recruitment_main{
    display: flex;
    justify-content: space-between;
    margin: 118px 0 80px 42px;
}
.connect_button{
    width: 160px;
    height: 50px;
    background: #FE346E;
    border-radius: 6px;
}
.connect_button_span{
    font-size: 20px;
    font-family: AlibabaPuHuiTiM, AlibabaPuHuiTiM-Regular;
    font-weight: 600;
    color: #ffffff;
    line-height: 27px;
}
.connect_p_section{
    font-size: 54px;
    font-family: AlibabaPuHuiTiB, AlibabaPuHuiTiB-Regular;
    font-weight: 600;
    color: #45474d;
    line-height: 74px;
}
.recruitment_message_p{
    font-size: 16px;
    font-family: AlibabaPuHuiTiR, AlibabaPuHuiTiR-Regular;
    font-weight: 400;
    text-align: left;
    color: #45474d;
    line-height: 22px;
    margin-bottom: 20px;
}
.recruitment_message_span{
    color: #FE346E;
}
#recruitment_section{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}

#recruitment_section > div:nth-child(3n){
    margin-right: 0;
}
.recruitment_section_div{
    width: 380px;
    height: 235px;
    position: relative;
    margin-right: 30px;
    margin-bottom: 30px;
}
.recruitment_section_container{
    position: absolute;
    width: 340px;
    background: #ffffff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0px 4px 16px 0px rgba(197,202,214,0.50);
    height: 195px;
    overflow: hidden;
    /*transition: max-height 0.8s linear;*/
}
.recruitment_section_container:hover{
    height: auto;
    z-index: 12;
}
.recruitment_section_container:hover .recruitment_section_main ol{
    display: block;
    overflow: auto;
}
.recruitment_section_container:hover .recruitment_section_main div:nth-child(2){
    display: block;
}
.recruitment_section_container > header{
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 5;
}
.recruitment_section_container > header > span:nth-child(1){
    font-size: 20px;
    font-family: AlibabaPuHuiTiM, AlibabaPuHuiTiM-Regular;
    font-weight: 600;
    color: #45474d;
    line-height: 27px;
}
.recruitment_section_container > header > span:nth-child(2){
    font-size: 14px;
    font-family: AlibabaPuHuiTiR, AlibabaPuHuiTiR-Regular;
    font-weight: 400;
    color: #727680;
    line-height: 20px;
}
.recruitment_section_container > header > span:nth-child(1)::after{
    position: relative;
    z-index: -1;
    top: -8px;
    display: block;
    height: 6px;
    width: 80%;
    content: '';
    background: linear-gradient(90deg,#FE7FA3, white);
}
.split{
    margin: 20px 0;
    height: 1px;
    background: #f0f3fa;
}
.recruitment_section_main_header{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-family: AlibabaPuHuiTiM, AlibabaPuHuiTiM-Regular;
    font-weight: 600;
    color: #45474d;
    line-height: 20px;
}
#recruitment_section{
    margin-bottom: 30px;
}
.recruitment_section_main{
    margin-top: 20px;
    font-size: 14px;
    font-family: AlibabaPuHuiTiR, AlibabaPuHuiTiR-Regular;
    font-weight: 400;
    color: #727680;
    line-height: 20px;
}
.recruitment_section_main div:nth-child(2){
    display: none;
}
.recruitment_section_main ol{
    display: -webkit-box;
    /*-webkit-box-orient: vertical;*/
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-align: justify;
}
.recruitment_section_main h1{
    font-size: 14px;
    margin-bottom: 10px;
    font-family: AlibabaPuHuiTiM, AlibabaPuHuiTiM-Regular;
    font-weight: 600;
    text-align: left;
    color: #45474d;
    line-height: 20px;
}
.recruitment_main > section > section{
    display: flex;
    position: relative;
}
.recruitment_main > section > section:hover .connect_button_img{
    display: block;
}
.connect_button_img{
    display: none;
    background-color: #fff;
    position: absolute;
    left: 180px;
    transform: translateY(-50%);
    box-shadow: 0 3px 24px 0 rgba(36,36,36,0.1);
    z-index: 20;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
}
.connect_button_img > img{
    margin-top: 5px;
    width: 300px;
}
.connect_button_img > span{
    display: block;
    color: #999;
    margin-bottom: 20px;
}
.index{
    color: #FE346E !important;
    font-weight: 600 !important;
    text-shadow: unset !important;
}