.employees_head{
    width: 100%;
    background: url(../img/roll/student-1.jpg) no-repeat top;
    background-size: cover;
}

.employees_head_container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 482px;
}

.employees_head_title{
    color: #2a2e2e;
    font-size: 44px;
    font-weight: 1;
    margin-bottom: 10px;
}

.employees_head_container .desc{
    font-size: 16px;
    color: #2A2E2E;
    line-height: 29px;
    margin-bottom: 27px;
}


/* 人才发展 */

.talent{
    position: relative;
    width: 100%;
    height: 544px;
    margin: 80px 0;
}

.talent img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.talent .left-box{
    position: absolute;
    padding: 64px 88px 88px 64px;
    width: 514px;
    background: #FBFBFB;
    box-sizing: border-box;
    top: 94px;
    left: -24px;
    z-index: 5;
}

.talent .left-box h3{
    font-size: 30px;
    color: #2A2E2E;
    line-height: 45px;
    font-weight: normal;
}

.talent .left-box h4{
    font-size: 20px;
    color: #2A2E2E;
    line-height: 30px;
    margin-top: 16px;
    margin-bottom: 4px;
    font-weight: normal;
}

.talent .left-box .desc{
    font-size: 14px;
    color: #5F6464;
    line-height: 25px;
    width: 362px;
}

/* 环境 */

.environment{
    margin: 80px 0 80px -24px;
}

.environment .title h3{
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 30px;
    color: #2a2e2e;
}

.environment .list{
    display: flex;
    flex-direction: row;
    margin-top: 44px;
    overflow: hidden;
}

.environment .list .item{
    width: 50%;
    margin-left: 24px;
}

.environment .list .item img{
    width: 100%;
    height: 360px;
    overflow: hidden;
    object-fit: cover;
}

.environment .list .item h4{
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 8px;
}

.environment .list .item .desc{
    font-size: 14px;
    color: #5F6464;
    line-height: 25px;
    margin-bottom: 16px;
}

