#vipWindow-viceChairman,
#vipWindow-council,
#vipWindow-vip,
#vipWindow-chance,
#vipWindow-share,
#vipWindow-detail {
    width: 1140px;
    margin: 50px auto;
}

.viceChairman-list,
.council-list,
.vip-list,
.chance-list,
.share-list{
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
}
.list-box {
    width: 260px;
    height: 310px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 5px 12px;
    cursor: pointer;
}
.list-box-active {
    background: #F8F8F8;
}
.list-box > span {
    height: 80px;
    margin: 18px 15px;
    text-align: center;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.search {
    width: 750px;
    margin-bottom: 30px;
    margin-left: auto;
}
.hot-search {
    padding: 0 0 10px;
}
.hot-search span:first-child {
    color: #353636;
}
.hot-search span:not(:first-child) {
    color: #8B8B8B;
    display: inline-block;
    width: 50px;
    text-align: center;
}
