/* 公共 */

.sy-line {
    border: 2px solid #f4bc1d;
    width: 80px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.b-line {
    border: 1px solid black;
    width: 100px;
    margin: 0 auto;
    margin-top: 20px;
}

.more-btn {
    width: 183px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #f4bc1d;
    color: black;
    margin: 0 auto;
    margin-top: 70px;
}


/* 公共 */

.sbanner {
    width: 100%;
    background: #f1f2f5;
}

.sbanner img {
    width: 100vw;
}

.jmain {
    width: 100%;
    background: #fff;
    padding: 100px 0;
}

.jm-con {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.jm-con a {
    color: black;
    display: block;
    width: 590px;
}

.jm-con .job-list {
    background: #f3f3f3;
    /* box-shadow: 0px -12px 0px 0px rgba(0, 0, 0, 0),
    -5px 5px 5px 1px #bcbcbd, 
    40px 0px 0px 0px rgba(0, 0, 0, 0), 
    0px 5px 3px 0px #bcbcbd; */
    box-shadow: 10px 10px 10px 5px #d1d3d6;
    line-height: 12px;
    padding-bottom: 20px;
    width: 98%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    cursor: pointer;
}

.jb-tle {
    font-size: 24px;
    font-weight: 600;
    padding-left: 30px;
    padding-top: 28px;
}

.jm-con .job-list .jb-msg {
    margin-top: 5px;
    padding-top: 20px;
    padding-left: 30px;
    font-size: 16px;
}

.jm-con .job-list .jb-pic {
    width: 37px;
    height: 37px;
    margin-top: 32px;
    margin-right: 16px;
    background: url(../images/join/3j.png);
}

.job-list:hover .jb-pic {
    background: url(../images/join/3j-h.png);
}