.res-banner {
    width: 100%;
    position: relative;
}

.res-banner img {
    width: 100%;
}

.res-banner-title {
    font-size: 3rem;
    color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28.125rem;
    margin-left: -14.063rem;
    text-shadow: 5px 5px 5px rgba(219, 130, 52, 0.1);
}

.res-title {
    width: 87.5rem;
    margin: 0 auto;
    margin-top: 5rem;
    font-size: 2rem;
    font-weight: bold;
    color: #333333;
    text-align: center;
}

.res-subtitle {
    width: 39.375rem;
    font-size: 1.5rem;
    font-family: microsoft yahei;
    font-weight: 400;
    color: #666666;
    line-height: 1.875rem;
    text-align: center;
    margin: 0 auto;
    margin-top: 1.375rem;
}

.res-point {
    width: 0.88rem;
    height: 0.88rem;
    background: #0193de;
    border-radius: 50%;
    margin-top: 0.56rem;
    text-align: center;
}

.res-job,
.res-society {
    width: 87.5rem;
    height: 25.81rem;
    margin: 0 auto;
    margin-top: 4.688rem;
    display: flex;
}

.res-job-l,
.res-society-l {
    width: 42.5rem;
    height: 25.938rem;
}

.res-job-r,
.res-society-r,
.res-staff-r,
.res-epidemic-r {
    margin-top: 2.31rem;
    margin-left: 2.375rem;
    flex-shrink: 0;
    width: 42.5rem;
}

.res-staff-r,
.res-epidemic-r {
    margin-top: 0;
    margin-left: 0;
}

.res-job-r-title,
.res-staff-l-title,
.res-society-r-title,
.res-epidemic-l-title {
    font-size: 1.75rem;
    line-height: 1.75rem;
    color: #333333;
    display: flex;
    margin-bottom: 3.063rem;
}

.res-job-r-title span,
.res-society-r-title span {
    margin-right: 1.563rem;
}

.res-job-r-intro,
.res-society-r-intro {
    width: 42.5rem;
    font-size: 1.25rem;
    color: #666666;
    line-height: 2.5rem;
}

.res-staff,
.res-epidemic {
    width: 87.5rem;
    height: 25.81rem;
    margin: 0 auto;
    margin-top: 2.5rem;
    display: flex;
}

.res-staff-l,
.res-epidemic-l {
    margin-top: 2.19rem;
    margin-right: 2.88rem;
    width: 42.5rem;
}

.res-staff-l-title,
.res-epidemic-l-title {
    width: 10rem;
    margin-left: 33.125rem;
}

.res-staff-l-title span,
.res-epidemic-l-title span {
    margin-left: 1.563rem;
}

.res-staff-l-intro,
.res-epidemic-l-intro {
    width: 42.5rem;
    font-size: 1.25rem;
    color: #666666;
    line-height: 2.5rem;
    overflow: hidden;
    flex-shrink: 0;
}

.res-epidemic {
    margin-bottom: 4.375rem;
}