.wrap {
    margin-top: 20px;
    padding-bottom: 20px;
}
.mcn-container {
    margin: auto;
    width: 1200px;
}
.wrapper {
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    background-color: #fff;
    margin-bottom: 20px;
}
.mcn-info {
    padding: 20px 0 10px 0;
    border-bottom: 1px solid #e6e6e6;
    margin: 0 20px;
    position: relative;
}
.mcn-info h2 {
    font-size: 16px;
    color: #666;
    display: inline-block;
}
.mcn-info .mcn-info-img {
    float: left;
    width: 80px;
    height: 120px;
    margin-right: 20px;
    overflow: hidden;
}
.mcn-info .mcn-info-img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.mcn-info .mcn-info-member {
    padding: 10px 0;
}
.mcn-info .mcn-info-member .mcn-info-count {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 4px;
    line-height: 20px;
    color: #999;
}
.mcn-info .mcn-intro {
    color: #999;
    line-height: 20px;
    word-break: break-all;
}

.mcn-leader {
    padding: 20px;
    position: relative;
}
.mcn-leader .mcn-leader-line {
    position: absolute;
    background-color: #e6e6e6;
    height: 120px;
    width: 1px;
    left: 160px;
    top: 24px;
}
.mcn-leader .mcn-leader-hd {
    font-size: 14px;
    padding: 0 0 10px;
}
.mcn-leader .mcn-leader-hd span {
    display: inline-block;
    width: 165px;
    font-weight: bold;
    color: #333;
}
.mcn-leader .mcn-leader-list {
    height: 100px;
}
.mcn-leader .mcn-leader-item {
    width: 80px;
    height: 100px;
    margin-right: 35px;
    float: left;
    text-align: center;
}
.mcn-leader .mcn-leader-item.boss {
    width: 120px;
}
.mcn-leader .mcn-leader-item-admin {
    display: block;
    width: 960px;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
}
.mcn-leader .mcn-leader-item-img {
    position: relative;
    display: block;
    height: 70px;
}
.mcn-leader .mcn-leader-item img {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    vertical-align: top;
}
.mcn-leader .mcn-leader-item .item-name {
    font-size: 14px;
    color: #333;
    margin: 5px 0 4px;
    display: block;
}

.wrapper-hd {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e6e6e6;
    color: #333;
    font-size: 14px;
    padding-left: 10px;
    font-weight: bold;
}
.zhubo-member-warp {
    padding: 20px;
    min-height: 300px;
}
.zhubo-member-warp .zhubo-member-list {

}
.zhubo-member-warp .zhubo-member-list .zhubo-item {
    width: 80px;
    margin-right: 35px;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.zhubo-member-warp .zhubo-member-list .zhubo-item:nth-child(10n) {
    margin-right: 0;
}
.zhubo-member-warp .zhubo-member-list .zhubo-item .item-img {
    position: relative;
    display: block;
    height: 70px;
}
.zhubo-member-warp .zhubo-member-list .zhubo-item .item-img img {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    vertical-align: top;
}
.zhubo-member-warp .zhubo-member-list .zhubo-item .item-name {
    font-size: 14px;
    color: #333;
    margin: 5px 0 4px;
    display: block;
}
