.person{
    display: flex;
    flex-wrap: wrap;
}
.person-item{
    width: 50%;
    justify-content: center;
    text-align: center;
}
.person-item-block{
    margin: 5px;
    border: 1px solid #EBD3A580;
    border-radius: 10px;
}
.person-item-name{
    font-size: 14px;
    color: #EBD3A5;
    line-height: 25px;
}
.person-item-country{
    font-size: 12px;
    color: #EBD3A565;

}
.person-item-vote{
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.person-item-vote-icon{
    align-items: center;
}
.person-item-vote-icon img{
    width: 18px;
    height: 18px;
    margin-bottom: 5px;
}
.person-item-vote-num{
    color: #EBD3A565;
    font-size: 14px;
}
.person-item-avatar{

}
.person-item-avatar img{
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;
}
.loadmore{
    text-align: center;
    margin: 20px 0;
}
.loadmore div{
    display: inline-block;
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
    text-align: center;
    font-size: 14px;
    color: #EBD3A5;
    border: 1px solid #EBD3A5;
    padding: 0 10px;
}