.container {
    width: 100%;

}
.container .head {
    text-align: center;
    margin: auto;
    position: relative;
}

.container .head:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 52px;
    height: 3px;
    width: 4.5rem;
    background: #db3340;
    margin-left: -2.25rem;
}

.headNav {
    width: 100%;
    margin: auto;
}
.head .title {
    margin: 35px 0 45px 0;
    font-size: 2.5rem;
    color: #5a5a5a;
    font-weight: 500;
}

.head>.descrition p {
    font-weight: 500;
    font-size: 1.75rem;
    color: #5a5a5a;
}

.sectionContent {
    margin-top: 40px;
    width: 100%;
}

.sectionContent .headNav {
    padding: 1.2rem 20px;
    background: #db3340;
    position: relative;
    margin-bottom: 15px;
}

.sectionContent .headNav .Recruitment {
    color: #fff;
    text-align: left;
    font-size: 17px;
    font-weight: 500;
}

.sectionContent .headNav img {
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 0.875rem;
}

.sectionContent .headNav:before {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 10px solid #db3340;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -10px;
    left: 25px;
}

.RecruitmentContent {
    width: 100%;
}

.RecruitmentContent:hover {
    background: #f9f9f9;
}
.sectionContent .RecruitmentContent:nth-child(odd) {
    background: #fafafa;
}
.RecruitmentList {
    margin: auto;
    position: relative;
    padding: 15px 20px;
}

.RecruitmentList .title {
    color: #db3340;
    font-size: 1.625rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.RecruitmentList .descrition {
    font-size: 1.375rem;
    color: #393939;
    font-weight: 500;
    margin-bottom: 10px;
}

.RecruitmentList .Information {
    font-size: 1.375rem;
    color: #6f6f6f;
    line-height: 2rem;
}

.RecruitmentList .Department {
    position: absolute;
    right: 20px;
    top: 16px;
    font-size: 1.375rem;
    color: #db3340;
}

.welfareContainer {
    width: 100%;
    margin: 0 auto 25px;
}

.welfare {
    margin-bottom: 0.925rem;
    padding: 0 1.25rem;
}

.welfareListStyle {
    width: 12px;
    height: 12px;
    background: #db3340;
    border-radius: 50%;
    // margin-right: 10px;
    float: left;
    margin-top: 4px;
}

.welfareText {
    font-size: 1.375rem;
    color: #393939;
    text-align: left;
    padding-left: 22px;
}
