@media (max-width: 575.98px) {
    /* .event_list li>span {
        width: 2rem !important;
        text-align: left !important
    }

    .event_list li p span {
        width: 80% !important
    } */
}


@media (min-width: 576px) and (max-width: 767.98px) {}


@media (min-width: 768px) and (max-width: 991.98px) {}


@media (min-width: 992px) and (max-width: 1199.98px) {}


@media (min-width: 1200px) {}

.box {
    display: flex;
    margin: 0 auto
}

.box .event_year {}

.event_year li {
    height: 2.857143rem;
    line-height: 2.857143rem;
    background: #FFF;
    margin-bottom: 1px;
    font-size: 18px;
    color: #828282;
    cursor: pointer;
    padding: 0 .714286rem;
}

.event_year li label {
    cursor: pointer;

}

.event_year li.current {
    background: #e6002d;
    color: #FFF;

}

.event_list h3 {
    font-size: 24px;
    font-family: Georgia;
    color: #e6002d;
    padding-left: 1rem;
    font-style: italic;
}

.event_list li {
    display: flex;
    align-items: center;
}

.event_list li>span {
    width: 5.714286rem;
    text-align: center;
    display: block;


}

.event_list li p {
    margin: .357143rem 0;
}

/* .event_list li p span {
    display: block;
    width: 650px;
    text-align: left;
    border-bottom: 2px solid #DDD;
    padding: 10px 15px;
    background: #FFF;
    margin: 0;
} */
.event_list>div>span {
    display: block;
    margin: .357143rem .714286rem;
    color: #6c757d;
    font-weight: 500;
}