
 .communication {
    width: 1200px;
    overflow: hidden;
    margin: 40px auto 80px;
}

/* 左侧 */

.communication_left {
    width: 410px;
    float: left;
}
.my_join_title {
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    margin-bottom:30px;
}

.club_img {
    width: 60px;
	height: 60px;
	background-color: #ffffff;
    border: solid 1px #eeeeee;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    float: left;
}

.club_img_pic {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.club_img_person {
    width: 100%;
    height: 35%;
    text-align: center;
    position: absolute;
    font-size: 10px;
	font-weight: bold;
    color: #ffffff;
    border-radius: 0px 0px 50% 50%;
    z-index: 10;
    background: #f56d2f;
    bottom: 0px;
    left: 0px;
    /* line-height: 100%; */
    vertical-align: middle;
}

.club_name {
    font-size: 18px;
	font-weight: bold;
    color: #333333;
    margin-bottom: 12px;
}

.club_state {
    font-size: 14px;
	color: #999999;
}

.my_join {
	background-color: #f5f6fa;
    border-radius: 8px;
    padding: 30px 30px 1px 20px;
}


/* 右侧 */

.communication_right {
    width: 760px;
    float: right;
}

/* 2020.4.14 */
.club_style_del_list>li{
    margin-bottom:30px;
}
.club_style_del_list>li>a{
    display:block;
}
.club_style_del_pic{
    width:120px;
    height:100px;
    border-radius:10px;
    overflow: hidden;
    display:inline-block;
    vertical-align:middle;
}
.club_style_del_pic img{
    width:100%;
    height:100%;
    border-radius:10px;
}
.club_style_del_r{
    display:inline-block;
    vertical-align:middle;
    padding-left:15px;
    width:61%;
}
.club_style_del_rtit{
    font-size:16px;
    color:#333;
    min-height:45px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.club_style_del_rclub{
    color:#999;
    margin-top:25px;
    white-space:nowrap; 
    text-overflow:ellipsis; 
    -o-text-overflow:ellipsis; 
    overflow: hidden;
}

.club_style_del_list>li:hover .club_style_del_rtit{
    color:#f56d2f;
}