.recruitment-list{
    width: 1117px;
    padding: 30px 20px;
    margin: 0 auto 68px;
}
.recruitment-item{
    margin-bottom: 10px;
}
.recruitment-item>dt{
    height: 80px;
    cursor: pointer;
}
.recruitment-item>dt>ul{
    display: flex;
    align-items: center;
    font-size: 14px;
    height: 100%;
    padding: 0 26px;
    background-color: #f7f7f7;
}
.recruitment-item>dt>ul li{
    width: 25%;
}
.recruitment-item.active>dt>ul{
    background-color: #d82f40;
    color: #FFFFFF;
}
.recruitment-item>dd{
    padding: 30px 70px;
    background-color: #f7f7f7;
    display: none;
}
.recruitment-item>dd dl{
    margin-bottom: 20px;
}
.recruitment-item>dd dt{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}
.recruitment-item>dd dd{
    font-size: 12px;
    line-height: 18px;
}
.recruitment-item>dd p{
    font-size: 12px;
    line-height: 18px;
}
.school{
    margin: 0 auto 68px;
    max-width: 100%;
}
#campus{
    display: none;
}