#container {
    position: relative;
}

.banner {
    height: 600px;
    width: 100%;
}

.job {
    padding: 66px 0;
    min-height: 976;
}

.job-title {
    height: 91px;
    padding-bottom: 31px;
}

.job-title>p {
    width: 281px;
    height: 60px;
    line-height: 60px;
    margin-right: 19px;
    font-size: 24px;
    padding-left: 36px;
    color: #fff;
    background-image: linear-gradient(#DDDEE2, #9CA3AD);
}

.job-title-div {
    width: 900px;
    height: 60px;
    padding: 22px 0 11px;
    font-size: 14px;
    border-bottom: 1px solid #dbdbdb;
}

.job-title-div>.le {
    font-size: 24px;
    color: #333;
}

.job-title-div>.ri {
    padding-top: 8px;
}

.job-title-div>.ri>i {
    font-size: 18px;
}

.job-title-div>.ri>i::after {
    content: '»';
}


/* left */

.job-ul {
    width: 281px;
    margin-right: 18px;
}

.job-ul>li>a {
    display: block;
    height: 60px;
    line-height: 60px;
    margin-bottom: 18px;
    padding-left: 35px;
    font-size: 20px;
    color: #333;
    background-image: linear-gradient(#F1F1F1, #C2C2CE);
}

.job-content>.job-ul>li>a:hover {
    color: #fff;
    background-color: #3079BC;
    background-image: none;
}

.job-ul>.job-active {
    color: #fff;
    background-color: #3079BC;
    background-image: none;
}


/* content */

.job-ul1 {
    width: 900px;
}

.job-ul1>li {
    display: inline-block;
    width: 155px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    margin: 0 26px 26px 0;
    font-size: 20px;
    background-color: #F4F5F6;
}

.job-publicity {
    height: 100px;
    width: 100%;
    margin-top: 99px;
}