.column-title{
    font-family: 'AlibabaPuHuiTi-Medium';
    font-size: 20px;
    color: #333333;
    line-height: 28px;
    margin-bottom: 20px;
}

.leader-avatar-box{
    width: 100%;
    height: 320px;
    background: url('../image/leader-p-background-m.png');
    background-size: cover;
}

.website-map-content{
    box-sizing: border-box;
    padding: 20px 16px;
}

.website-map-content .group-item{
    width: 100%;
    height: 120px;
    background: rgba(255,158,0,0.09);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-bottom: 10px;
}
.website-map-content .group-item .img-wrapper{
    height: 46px;
    display: flex;
    align-items: center;
}

.website-map-content .group-item .img-wrapper img{
    margin: 20px auto 0;
}

.website-map-content .group-item .company-text{
   margin-top: auto;
   margin-bottom: 20px;
   text-align: center;
   color: #666666;
   line-height: 20px;
   height: 20px;
   font-size: 14px;
}


