.container-c {
    padding-bottom: 160px;
}

.recruit {
    display: flex;
    position: relative;
    /* margin-top: 40px; */
}

.recruit .left-nav-top {
    margin-bottom: 155px;
}

.recruit .left-nav {
    width: 49%;
    height: 380px;
    background-color: #faf9f3;
    text-align: center;
    margin-right: 20px;
}

.recruit .left-nav-top p {
    font-family: SourceHanSerifCN-Bold;
    font-size: 24px;
    margin: 60px 75px 24px;
    color: #991e1b;
}

.recruit .left-nav-top span {
    font-family: HelveticaNeueLTPro-Lt;
    font-size: 18px;
    color: #888888;
}

.recruit .left-nav i {
    display: block;
    width: 60px;
    height: 4px;
    background-color: #991e1b;
    margin: 0 auto;
    margin-bottom: 15px;
}

.recruit .left .info p {
    font-family: SourceHanSerifCN-Light;
    font-size: 16px;
    color: #555555;
    margin-top: 60px;
}

.recruit .you-content {
    width: 920px;
    background-color: #fefefe;
    border: solid 1px #bbbbbb;
}

.recruit .triangle2::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 250px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right: 10px solid #bbbbbb;
    border-right-color: #bbbbbb;
    display: none;
}

.recruit .triangle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 252px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right: 10px solid #bbbbbb;
    border-right-color: #fefefe;
    display: none;
}

.right ul li {
    padding-top: 0px;
    padding-bottom: 0px;
}

.recruit .you-content ul {
    padding: 40px 40px 0;
}

.recruit .you-content li {
    /* margin-bottom: 24px; */
    display: block;
    padding: 0;
}

.recruit .you-content span {
    font-family: SourceHanSerifCN-Light;
    font-size: 16px;
    color: #888888;
}

.recruit .you-content .title {
    font-size: 16px;
    line-height: 24px;
    color: #555555;
}

.recruit .you-content .request {
    display: inline-block;
    vertical-align: top;
}

.recruit .you-content .info {
    display: inline-block;
    vertical-align: top;
}