*, *::before, *::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    line-height: 1.6;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px;
    font-weight: 600;
}

a {
    text-decoration: none;
    color: inherit;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }

    .col-md-12 { width: 100%; }
    .col-md-9 { width: 75%; }
    .col-md-3 { width: 25%; }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.col-md-12,
.col-md-9,
.col-md-3,
.col-xs-9,
.col-xs-3 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.col-xs-9 { width: 75%; }
.col-xs-3 { width: 25%; }

@media (max-width: 991px) {
    .col-md-12,
    .col-md-9,
    .col-md-3 {
        width: 100%;
    }
}

.listpgWraper {
    background: #f0f0f0;
    padding: 50px 0;
    min-height: 400px;
}

.job-header {
    background: #fff;
    border: 1px solid #e4e4e4;
    margin-bottom: 30px;
}

.job-header .jobinfo {
    padding: 25px;
}

.job-header .jobinfo h2 {
    font-size: 24px;
    color: #444;
}

.job-header .jobinfo .ptext {
    color: #999;
    margin: 12px 0;
}

.jobButtons {
    padding: 20px 25px;
}

.jobButtons a {
    display: inline-block;
    background: #f0f0f0;
    margin-right: 10px;
    margin-bottom: 8px;
    color: #333;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 16px;
}

.jobButtons a.apply {
    background: #a8d815;
    color: #fff;
}

.jobButtons a:hover {
    background: #222;
    color: #fff;
}

.job-header .contentbox {
    padding: 35px;
}

.job-header .contentbox h3 {
    font-size: 24px;
    font-weight: 700;
    color: #00a2ff;
    margin-bottom: 10px;
}

.job-header .contentbox h4 {
    font-size: 21px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.job-header .contentbox h4.company-title {
    text-align: center;
}

.job-meta {
    margin-bottom: 10px;
}

.job-header .contentbox .job-meta p {
    margin: 0 0 8px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.8;
    color: #333;
}

.job-section-title {
    font-size: 19px;
    color: #333;
    font-weight: 700;
    line-height: 1.8;
    margin: 20px 0 12px;
}

.job-item {
    margin-bottom: 45px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.job-item:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.job-poster {
    margin: 25px auto 0;
    max-width: 240px;
    text-align: center;
}

.job-poster img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #e4e4e4;
    background: #fff;
}

.job-poster figcaption {
    margin-top: 10px;
    color: #666;
    font-size: 16px;
    line-height: 1.5;
}

.job-header .contentbox p.job-email {
    margin: 25px 0 0;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.8;
    color: #333;
}

.job-header .contentbox p {
    font-size: 16px;
    line-height: 28px;
    color: #555;
    margin-bottom: 20px;
    font-weight: 400;
}

.job-header .contentbox ul {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

.job-header .contentbox ul li {
    padding: 8px 0 8px 25px;
    position: relative;
    line-height: 28px;
    color: #555;
    font-size: 16px;
    font-weight: 400;
}

.job-header .contentbox ul li:before {
    content: '\2022';
    color: #a8d815;
    position: absolute;
    left: 8px;
    font-weight: 700;
}

.jobdetail {
    padding: 20px;
}

.jobdetail h3 {
    font-size: 18px;
    color: #00a2ff;
    font-weight: 700;
}

.jbdetail {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.jbdetail li {
    margin-bottom: 20px;
    color: #908f8f;
}

@media screen and (max-width: 768px) {
    .jobButtons a {
        font-size: 15px;
        margin-right: 0;
        padding: 6px 10px;
    }

    .job-header .jobinfo {
        padding: 15px;
    }

    .job-header .contentbox {
        padding: 20px;
    }
}

@media screen and (max-width: 560px) {
    .jobButtons a {
        display: block;
        margin-right: 0;
        margin-top: 10px;
    }
}
