*{
    margin: 0;
    padding: 0;
}

.clearfix{
    display: table;
    content: "";
    clear: both;
}
.party_member{
    width: 100%;
}
.member_list{
    width: 1226px;
    margin: 0 auto;
    border: 1px solid #F4A460;
    padding-left: 3px;
}
.member_list > li{
    width: 240px;
    height: 320px;
    list-style: none;
    float: left;
    text-align: center;
    border: 1px solid #e3e3e3;
    padding-right: 4px;
    margin: 0 2px;
}
.member_list > li:nth-child(5n){
    padding-right: 0;
}
.member_list > li >img{
    width: 150px;
    height: 150px;
    margin-bottom: 5px;
}
.party_name{
    font-size: 16px;
    margin-right: 10px;
}
.party_honer{
    font-weight: 300;
    font-size: 14px;
}
.party_sign{
    width: 30px;
    height: 30px;
    float: left;
}
.party_introduce{
    font-size: 12px;
    padding: 0  25px 0 37px;
    line-height: 1.5;
}
.party_person{
    margin-bottom: 5px;
}
.person_info{
    text-align: left;
}