.event_items {
    display: flex;
    justify-content: space-between;
}

.event_item {
    width: 48%;
}

.event_item_wrap {
    display: block;
}

.event_item_name {
    line-height: 20px;
    padding: 8px 0;
    font-size: 13px;
}

.scroll_item {
    width: 160px;
    margin: 14px 4px;
}

.m_nav ul li a img {
    width: 48px;
    margin-bottom: 10px;
}


