.banner {
    margin-bottom: -8%;
}
.content {
    max-width: 1173px;
    margin: 0 auto;
}
.content-title{
    text-align: center; 
    margin-bottom: 35px;
}
.content-title span{
    font-size: 18px;
    color: #000000;
    border-bottom: 3px solid #FF9326;
    display: inline-block;
}



.directory-list {
    margin: 0 -35px;
}
.directory-list .item {
    width: 33.33%;
    margin-bottom: 35px;
    padding: 0 35px;
}
.directory-list .box {
    max-width: 323px;
    margin: 0 auto;
    font-size: 16px;
    color: #777777;
    position: relative;
    padding: 20px 0 30px;
    border-bottom: 1px dashed #BCBCBC;
}
.directory-list .box:before{
    content: '';
    display: block;
    width: 52px;
    height: 2px;
    background: #FF9326;
    position: absolute;
    left: 0;
    top: 0;
}
.directory-list .name,.directory-list .job {
    line-height: 1.5;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.directory-list .name span{
    color: #000000;
    margin-left: 40px;
}

@media screen and (max-width: 900px) {
    .banner,
    .content {
        margin: 0;
    }
    .content {
        padding: 40px 0 0;
    }
    .directory-list .item {
        width: 50%;
    }
}
@media screen and (max-width: 430px) {
    .directory-list {
        margin: 0 -10px;
    }
    .directory-list .item {
        width: 100%;
    }
}