#mid {
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    padding: 20px;
}

#mid_box {
    padding: 20px;
}

#mid_content {
    margin-top: 20px;
    margin-bottom: 20px;
}

#people_top {
    width: 100%;
    box-sizing: border-box;
    font-size: 0px;
}

#people_top li {
    width: 192px;
    font-size: 0px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #600D01;
    padding-bottom: 20px;
}

#people_top li img {
    width: 150px;
    height: 219px;
}

#people2 {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    line-height: 40px;
    border-top: 1px solid;
    margin-top: 20px;
}

#people2 th {
    border-right: 1px solid;
}

#people2 tr {
    border-bottom: 1px solid;
    border-left: 1px solid;
}

#people2 tr td {
    border-right: 1px solid;
}