.head-thumb {
    background-image: url("../img/join-us-bg.jpg");
}

/* region ↓标题文章栏目↓ */
.about-main {
    padding-top: 60px;
}

.about-inner {
    width: 90%;
    min-width: 320px;
    max-width: 1440px;
    margin: 0 auto;
}
@media (max-width: 1460px) {
    .about-inner { width: 96%; }
    .about-bottom-inner { width: 96%; }
}

.about-main .article-title {
    font-size: 28px;
    line-height: 64px;
    color: #555;
    height: 64px;
    text-align: center;
}

.about-main .content {
    font-size: 14px;
    color: #666;
    max-width: 1160px;
    padding-top: 4px;
    padding-bottom: 46px;
    line-height: 28px;
    margin: 0 auto;
}
/* endregion ↑标题文章栏目↑ */

/* region ↓图片栏目↓*/
.pic-group { padding-left: 15px; padding-right: 15px; }
.pic-group-item {
    float: left;
    width: 100%;
    position: relative;
    color: white;
}

@media (min-width: 768px) {
    .pic-group-item { width: 50%; }
}

.pic-group-item .title-box {
    width: 550px;
    height: 120px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    z-index: 120;
    line-height: 28px;
    text-align: center;
}

.pic-group-item .title {
    font-size: 22px;
    line-height: 40px;
    padding-bottom: 15px;
    margin: 0;
}

.pic-group-item .sub-title {
    font-size: 14px;
}

.pic-group-item img {
    width: 100%; height: auto;
    display: inline-block;
    vertical-align: middle;
}

.pic-group-item i {
    width: 100%; height: 100%;
    display: block;
    opacity: 0;
    position: absolute;
    left: 0; top: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.4);
}
.pic-group-item:hover i { opacity: 1; }
/* endregion ↑图片栏目↑ */

/* region ↓招聘信息栏目↓ */
.job-box {
    padding: 50px 15px 80px 15px;
}

.job-inner {
    height: 300px;
    padding-right: 330px;
    font-size: 14px;
    position: relative;
}

.job-inner .left-top {
    width: 100%;
    height: 250px;
    background-color: #EAEAEA;
    color: #333;
    padding: 44px 50px 0;
}

.job-inner .left-bottom {
    width: 100%;
    height: 50px;
    line-height: 46px;
    padding: 4px 50px 0;
}

.job-inner .right {
    position: absolute;
    right: 0; top: 0;
    width: 330px; height: 300px;
    background: #2384D1;
}

@media (max-width: 1280px) {
    .job-inner {
        padding-right: 0;
        padding-bottom: 140px;
        height: auto;
    }
    .job-inner .right {
        top: auto;
        bottom: 0;
        width: 100%; height: 140px;
    }
}

.job-inner .left-top a:hover { color: #00803D; }

.job-inner .title-box {
    height: 54px;
    line-height: 34px;
}

.job-inner .title {
    font-size: 22px;
    float: left;
}

.job-inner .title-box .more {
    float: right;
}

.job-inner .table-row {
    height: 45px;
    line-height: 44px;
    border-bottom: 1px dotted #C2C2C2;
}

.job-inner .left-bottom strong {
    font-size: 20px;
    color: #666;
}

.job-inner .left-bottom span {
    float: right;
    color: #888;
}

.job-inner .right a { display: block; width: 100%; height: 100%; }
.job-inner .right a:hover { background: rgba(0, 0, 0, 0.4); }

.job-inner .right .right-content {
    width: 96px;
    height: 126px;
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}

.job-inner .right .title {
    width: 100%;
    height: 54px;
    font-size: 16px;
    line-height: 34px;
    padding-top: 10px;
    text-align: center;
    color: white;
}
/* endregion ↑招聘信息栏目↑ */