@import url(./layout.css);

.banner {
    width: 100%;
    height: 280px;
    line-height: 280px;
    text-align: center;
    box-sizing: border-box;
    background: url(../images/job_banner.png) center no-repeat;
    background-size: 100% 100%;
    color: #ffffff;
}
.banner-title {
    max-width: 1440px;
    text-align: center;
    line-height: 64px;
    box-sizing: border-box;
    font-size: 48px;
    margin: 0 auto;
}

.slogan {
    text-align: center;
    padding: 60px 0 80px;
}
.slogan p {
    color: #1E2023;
    font-size: 24px;
    line-height: 46px;
}

/* .job {
    margin: 0 auto 120px;
    max-width: 1102px;
    width: 1102px;
}
.table {
    border: 1px solid #DDDDDD;
    border-bottom: 0;
}
.table .tr {
    width: 1102px;
    border-bottom: 1px solid #DDDDDD;
    font-size: 0;
}
.table .thead {
    background-color: #F1F5F8;
    border-bottom: 0;
}
.table .th, .table .td {
    display: inline-block;
    float: left;
    width: 30%;
    width: 367px;
    padding: 20px 0;
    padding-left: 36px;
    box-sizing: border-box;
    text-align: left;
    font-size: 20px;
    color: #1E2023;
}
.table .th {
    padding: 18px 0 18px 36px;
    font-size: 18px;
    color: #76797C;
}

.job-details {
    clear: both;
    padding: 40px 35px;
    background-color: #F1F5F8;
}
.job-item {
    cursor: pointer;
}
.job-details h1 {
    color: #1E2023;
    font-size: 20px;
    line-height: 32px;
}
.job-details p {
    color: #76797C;
    font-size: 18px;
    line-height: 32px;
} */

.job {
    margin: 0 auto 100px;
    max-width: 1102px;
    width: 90%;
}

.table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #DDDDDD;
}
.table thead {
    background-color: #F1F5F8;
}
.table tbody tr {
    cursor: pointer;
}
.table th, .table td {
    width: 33.3%;
    padding: 20px 0;
    padding-left: 36px;
    text-align: left;
    font-size: 20px;
    color: #1E2023;
}
.table th {
    font-weight: normal;
    font-size: 18px;
    color: #76797C;
    padding-top: 18px;
    padding-bottom: 18px;
}
.table td {
    border-top: 1px solid #DDDDDD;
}
.table .job-details {
    background-color: #F1F5F8;
    cursor: default;
}
.job-details td {
    padding: 40px 35px;
    border-top: 0;
}
.job-details h1 {
    color: #1E2023;
    font-size: 20px;
    line-height: 32px;
}
.job-details p {
    color: #76797C;
    font-size: 18px;
    line-height: 32px;
}