body {
    background: #fff;
}

.header-item {
    display: inline-block;
    margin: 0 10px;
    height: 49px;
}

.header-item.active {
    color: #009944;
}

.header-item.active:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 2px solid #009944;
}

.header-text {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    height: 100%;
}

.event-wrap {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
}

.event-item {
    width: 50%;
    padding: 20px 10px 0 0;
}

.event-item.event-newest {
    width: 100%;
}

.cover-text-bg.cover-item {
    padding: 10px;
}

.event-box {
    box-shadow: 0px 0px 8px 3px rgba(134, 133, 137, 0.2);
}

.event-title {
    line-height: 40px;
    font-weight: 700;
    padding: 0 10px;
    background: #fff;
}

.event-cont {
    padding: 0 10px;
    background: #fff;
}

.event-info {
    padding: 10px;
    font-size: 10px;
}

.event-avatar {
    margin-right: 5px;
    width: 34px;
    height: 34px;
}