@font-face {
    font-family: "PingFang Regular";
    src: url('/healthcodon/fonts/PingFang Regular.ttf')
}


/* 一些公共样式 */

.el_left {
    float: left;
}

.el_right {
    float: right;
}

.hide {
    display: none;
}

.cursor {
    cursor: pointer;
}

.el_block {
    display: block;
}

.el_block_size {
    display: block;
    width: 100%;
    height: 100%;
}


/* 公共样式完 */

.job-list-container {
    width: 100%;
    background: #fff;
}

.job-list-container-content {
    width: 1200px;
    margin: 0 auto;
}

.job-top-module {
    font-family: 'PingFang Regular';
    color: #000;
    font-size: 30px;
    text-align: center;
}

.job-top-title {
    margin: 30px auto;
}

.job-top-module img {
    display: block;
    width: 1200px;
}

.job-top-module span {
    display: block;
    color: #333;
    font-size: 22px;
    margin: 60px 0 90px;
}

.job-list {
    width: 380px;
    height: 440px;
    position: relative;
    float: left;
    margin: 0 0 115px 30px;
}

.job-list:first-child {
    margin-left: 0;
}

.job-list span {
    position: absolute;
    width: 240px;
    height: 124px;
    background: url(/healthcodon/images/job_bg.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    font-size: 22px;
    padding: 20px 0 0 30px;
    box-sizing: border-box;
    left: 20px;
    bottom: -55px;
    font-family: 'PingFang Regular';
    cursor: pointer;
}

.job-list .job-last-list {
    padding: 10px 0 0 30px;
}