.zzk20200107 .monthlyArenaBlock {
    padding-top: 80px;
    position: relative;
}
.zzk20200107 .monthlyArenaBlock .imgBox {
    position: absolute;
    top: 25px;
    left: 50px;
    width: 790px;
}
.zzk20200107 .monthlyArenaBlock .imgBox img {
    width: 100%;
    height: 110px;
}
.zzk20200107 .monthlyArenaBlock .detailsBlock {
    padding: 80px 30px 10px;
    background-color: #fff;
    box-shadow: 2px 0px 20px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}
.zzk20200107 .monthlyArenaBlock .detailsBlock .title {
    text-align: center;
    font-size: 22px;
    color: #ff0000;
}
.zzk20200107 .monthlyArenaBlock .detailsBlock .SubheadingBox {
    margin-top: 10px;
    overflow: hidden;
    text-align: center;
}
.zzk20200107 .monthlyArenaBlock .detailsBlock .SubheadingBox span {
    color: #555555;
    font-size: 14px;
}
.zzk20200107 .monthlyArenaBlock .detailsBlock .content {
    font-size: 14px;
    color: #555;
    margin-top: 10px;
    line-height: 25px;
}
.zzk20200107 .monthlyArenaBlock .detailsBlock .operationBox {
    padding: 20px 0 10px;
}
.zzk20200107 .monthlyArenaBlock .detailsBlock .operationBox .buttonBox {
    width: 240px;
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
    background: #ff0000;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}
.zzk20200107 .LabourUnionBlock {
    margin-top: 20px;
    /*padding: 10px 0;
	background-color: #fff;
    box-shadow: 2px 0px 20px 2px rgba(0,0,0,0.1);*/
}
.zzk20200107 .LabourUnionBlock .row {
    border-left: 5px solid #0099e4;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    overflow: hidden;
    clear: both;
    padding: 10px;
    margin-bottom: 20px;
}
.zzk20200107 .LabourUnionBlock .row .imgBox {
    float: left;
    width: 80px;
    height: 80px;
    border: 6px solid #aee0fb;
    border-radius: 50%;
    overflow: hidden;
}
.zzk20200107 .LabourUnionBlock .row .imgBox img {
    width: 100%;
    height: 100%;
}
.zzk20200107 .LabourUnionBlock .row .userName {
    float: right;
    width: 146px;
    display: table;
    height: 86px;
}
.zzk20200107 .LabourUnionBlock .row .userName span {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    color: #5e5e5e;
}
