.arc-bg img {
    width: 100%;
}

/* 主体 */
.recruit {
    background: none;
}

.recruit ul li {
    padding: 4px 0;
}

.recruit ul li a {
    display: block;
    padding: 6px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
}

.recruit-li-img {
    overflow: hidden;
    margin-bottom: 10px;
}

.recruit-li-img img {
    width: 100%;
}

.recruit-li-box {
    font: 400 14px/24px '微软雅黑';
    color: #000;
}

.recruit-li-p {
    height: 120px;
    overflow: auto;
    margin-top: 10px;
    padding-bottom: 10px;
    font: 400 14px/24px '微软雅黑';
    color: #000000;
}

.recruit ul li a.applay {
    display: block;
    margin-top: 10px;
    font: 14px/36px '微软雅黑';
    color: #000000;
    text-align: center;
}


@media (min-width:1200px) {
    .arc-bg {
        position: fixed;
        z-index: 1;
        left: 0;
        bottom: 0;
        width: 100%;
    }

    article {
        position: relative;
        z-index: 10;
        display: flex;
        justify-content: space-between;
        padding: 8% 0 0;
    }

    .com-layer {
        width: 40%;
    }

    .join-main {
        width: 60%;
    }

    .bread {
        padding: 0 0 30px;
        font: 400 16px/30px '微软雅黑';
        color: #fff;
    }

    .bread a {
        color: #fff;
    }

    .recruit {
        padding: 0 0 2%;
        background: #fff;
    }

    .recruit ul {
        display: flex;
        flex-wrap: wrap;
        width: 680px;
        margin: 0 auto;
        padding: 100px 0 0;
    }

    .recruit ul li {
        width: 50%;
        padding: 8px;
    }

    .recruit ul li a {
        padding: 10px;
    }

    .recruit-li-box {
        font: 400 14px/24px '微软雅黑';
        color: #000;
    }

    .recruit-li-p {
        margin-top: 15px;
    }

    .recruit ul li a.applay {
        margin-top: 15px;
        font: 16px/48px '微软雅黑';
    }

    .recruit ul li a:hover {
        color: #fff;
        background: #00489c;
    }

    .recruit ul li a:hover .recruit-li-box {
        color: #fff;
    }

    .recruit ul li a:hover .recruit-li-p {
        color: #fff;
    }

    .joins {
        padding: 3%;
    }

    .join-name {
        padding: 20px 0 10px;
        font: 400 30px/36px "微软雅黑";
        color: #00489c;
    }
}

@media (min-width:1200px) {

    /*滚动条 产品详情*/
    .recruit-li-p::-webkit-scrollbar {
        width: 8px;
        background-color: #ededed;
        border-radius: 10px;
    }

    /*定义滚动条轨道 内阴影+圆角*/
    .recruit-li-p::-webkit-scrollbar-track {
        background: #f2ba1b;
        border-radius: 10px;
    }

    /*定义滑块 内阴影+圆角*/
    .recruit-li-p::-webkit-scrollbar-thumb {
        background-color: #ededed;
        border-radius: 10px;
    }

    .recruit-li-p::-webkit-scrollbar-thumb:hover {
        border-radius: 10px;
    }
}