.list_bottom {
    width: 100%;
    clear: both;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 60px;
}
.list_bottom li {
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.list_bottom a {
    border: 1px #e7e7e7 solid;
    margin-left: 6px;
    padding: 4px 14px;
    font-size: 14px;
    line-height: 39px;
    color: #333;
}
.list_peo li {
    line-height: 1;
}

.list_peo-zhbgs li {
    float: left;
    width: 50%;
    box-sizing: border-box;
    height: 267px;
}
/* .list_peo li {
    padding: 27px 0 35px 15px;
    overflow: hidden;
     border-bottom: 1px dashed #ddd; 
}  */
.list_peo li a {
    width: auto;
    float: none;
    margin-left: 0;
}
.list_peo li .pic {
    position: relative;
    float: left;
    width: 150px;
    height: 200px;
    border: 1px solid #ededed;
    -moz-box-shadow: 8px 8px 0px #ededed;
    -webkit-box-shadow: 8px 8px 0px #ededed;
    box-shadow: 8px 8px 0px #ededed;
}
.list_peo li .pic-bg {
    width: 150px;
    height: 200px;
    position: absolute;
    left: 9px;
    top: 9px;
    background-color: #ededed;
}
.list_peo li .pic img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* .list_peo li .info {
    width: 100%;
    box-sizing: border-box;
    padding: 5px 0 0 180px;
} */
.list_peo h3 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 24px;
    color: #4f6c98;
    padding: 0 15px 15px 0;
    font-weight: 800;
}
.list_peo .info span {
    position: relative;
    right: 0;
}
.list_peo .info span {
    color: #555;
}
/* .list_peo .info p {
    color: #333;
    font-size: 16px;
    line-height: 32px;
    word-break: break-all;
} */
.list_bottom .a2 {
    background: #4f6c98;
    color: #fff;
}