.myactivity-lists_item{
    width: 820px;
    height: 150px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(22, 22, 22, 0.08);
    margin-bottom: 28px;
    padding: 18px 0;
    position: relative;
}
.myactivity-lists_item:after{
    content: "";
    display: block;
    width: 1px;
    height: 151px;
    background: #E5E5E5;
    position: absolute;
    right: 135px;
    top:18px;
}
.myactivity-lists_item .thumb{
    width: 204px;
    height: 130px;
    margin-top: 10px;
    margin-left: 53px;
}
.myactivity-lists_item .title{
    color: #1C1C1C;
    font-size: 18px;
    width: 330px;
    height: 20px;
    margin-bottom: 18px;
    margin-top: 19px;
}
.myactivity-lists_item .venue,
.myactivity-lists_item .address,
.myactivity-lists_item .times{
    font-size: 14px;
    color: #6B6B6B;
    margin-bottom: 2px;
    line-height: 20px;
}
.myactivity-lists_item .name{
    font-size: 18px;
    color: #5C5B5B;
    text-align: center;
    margin-top: 19px;
    margin-bottom: 30px;
}
.myactivity-lists_item .qiandaoma{
    font-size: 15px;
    color: #848484;
    margin-bottom: 30px;
    text-align: center;
}
.myactivity-lists_item .del_myBmBtn{
    width: 90px;
    height: 30px;
    border: 1px solid #AC3435;
    font-size: 16px;
    color: #AC3435;
    text-align: center;
    line-height: 32px;
    margin: 0 auto;
    cursor: pointer;
}
.myactivity-lists_item .myBmStatus{
    width: 36px;
    height: 72px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    color: #FFFFFF;
    writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/
    line-height: 36px;
    padding-top: 8px;
}