.warp {
    background: #F8F8F8;
}

.warp .recruit-bg-img {
    width: 100%;
    /* height: 350px; */
    overflow: hidden;
}

.warp .recruit-bg-img img {
    width: 100%;
    /* height: 350px; */
}

.warp .recruit-list {
    width: 1200px;
    margin: auto;
    margin-top: 20px;
    background: #ffffff;
}

.warp .recruit-list .recruit-title {
    height: 100px;
    overflow: hidden;
    font-weight: 600;
    border-bottom: 1px solid #F0F0F0;
    padding-left: 30px;
}

.warp .recruit-list .recruit-title .recruit-title-left {
    width: 1000px;
    float: left;
    height: 50px;
    font-size: 24px;
    font-weight: 600;
    color: #555555;
    line-height: 100px;
}

.warp .recruit-list .recruit-title .recruit-title-right {
    width: 100px;
    float: left;
}

.warp .recruit-list .recruit-title .recruit-title-right img {
    width: 30px;
    height: 30px;
    margin-top: 30px;
}

.warp .recruit-list .recruit-desc {
    margin-top: 20px;
    padding-left: 30px;
    padding-bottom: 30px;
    /* display: none; */
}

.warp .recruit-list ul li:first-child {
    display: block;
}

.warp .recruit-list .recruit-desc .recruit-desc-left {
    width: 660px;
    font-size: 14px;
    font-weight: 400;
    color: #555555;
    line-height: 24px;
    float: left;
}

.warp .recruit-list .recruit-desc .recruit-desc-right {
    width: 480px;
    float: left;
}

.warp .recruit-list .recruit-desc .recruit-desc-right .recruit-btn {
    width: 136px;
    height: 44px;
    background: #1275D8;
    border-radius: 4px 4px 4px 4px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 44px;
    text-align: center;
    margin-top: 100px;
    margin-left: 100px;
    cursor: pointer;
}

.warp .recruit-list .recruit-desc .treatment {
    width: 1170px;
    height: 50px;
    background: #fff;
}

.warp .recruit-list .recruit-desc .treatment ul li {
    width: 76px;
    height: 26px;
    background: rgba(18, 117, 216, 0.17);
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #1275D8;
    text-align: center;
    line-height: 26px;
    font-size: 13px;
    float: left;
    margin-right: 20px;
    color: #1275D8;
    margin-top: 20px;
}
