
.bl_tab span.tab:hover {
    border-bottom: 2px solid #e34098;
    color: #e34098;
}
.bl_tab span.cur {
    border-bottom: 2px solid #e34098;
    color:#e34098;
}
.event_list li p{
    margin-bottom: 8px;
}
.event_history_list li{
    margin: 20px 0;
    overflow: hidden;
}
.event_history_list li p{
    width: 100%;
    height: 32px;
    line-height:32px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.event_cover{
    width:250px;
    padding-right: 20px;
    display: table-cell;
    vertical-align: top;
}
.event_cover img{
    width:250px;
    height:187px;
}
.event_info{
    width: 100%;
    display: table-cell;
    vertical-align: top;
    overflow: hidden;
}

@media screen and (max-width:480px){
    .event_cover{
        width: 100%;
        display: block;
        padding: 0;
        margin-bottom: 20px;
    }
    .event_cover img{
        width:100%;
        max-height:187px;
    }
}