.ui-join-idea {
    width: 100%;
    height: 701px;
    margin-top: 80px;
}

.ui-join-idea h2 {
    font-size: 40px;
    font-weight: 400;
    font-family: "微软雅黑";
}

.ui-personnel {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    width: 100%;
    height: 610px;
    margin-top: 40px;
}

.ui-person-box {
    width: 630px;
    height: 285px;
}

.ui-person-peopre {
    font-size: 20px;
    font-weight: 550;
    margin: 40px 0 0 40px;
}

.ui-p {
    width: 560px;
    /* height: 50px; */
    line-height: 27px;
    font-size: 18px;
    font-family: "微软雅黑";
    margin: 30px 0 0 40px;
}

.more {
    width: 610px;
    height: 42px;
    text-align: right;
    margin: 66px 0 0 0px;
}

.more a {
    display: inline-block;
    width: 170px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    font-size: 16px;
    font-family: "微软雅黑";
    border: 1px solid #269f50;
    border-radius: 22px;
    color: #269f50;
}

.more a:hover {
    color: #fff;
    background-color: #269f50;
}

.ui-recruit {
    width: 100%;
    height: 610px;
    margin-top: 80px;
}

.ui-recruit h2 {
    font-size: 40px;
    font-weight: 400;
    font-family: "微软雅黑";
}

.ui-recruit-tu a {
    display: inline-block;
    width: 100%;
    height: 535px;
    background-color: #269f50;
    margin-top: 40px;
}

.ui-recruit-tu a img {
    width: 100%;
    height: 100%;
}


.ui-joinus {
    margin-bottom: 60px;
}

.ui-person-box:hover {
    color: #fff;
    background: rgba(135, 167, 191, 0.6);
    
}

.ui-person-box:hover a {
    color: #fff;
    background-color: #269f50;
}