#content .event-list-item {
    border-right: 1px solid #ccc;
    width: calc(100% - 28px);
    border-top: 1px solid #ccc;
    margin: 0;
    position: relative;
    transition: all 500ms 0s ease;
    border-left: solid 1px #ccc;
    padding-bottom: 10px;
    margin-left: 14px;
    margin-right: 14px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
#content .event-list-item a {
    display: block;
}
#content .event-list-item a .event_flex {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row-reverse nowrap;
    justify-content: flex-end;
    background-color: #fff;
    color: #000;
}
#content .event-list-item .dscr{
    margin: 0 20px 0 20px;
    font-size: 14px;
}
#content .event-list-item .dscr p{
    font-size: 14px;
    line-height: 1.4;
}
#content .singleContent .detail dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    border: none;
    border-top: none;
    margin-bottom: 0;
    font-size: 1.4rem;
    padding: 0 20px 0 20px;
}
#content .singleContent .detail dl dt {
    background: #fff;
    width: 20%;
    padding: 10px 0 5px 0;
    margin: 0;
    box-sizing: border-box;
    border-top: none;
    border-bottom: dotted 1px #ccc;
    line-height: 1.2;
    font-size: 1.4rem;
}
#content .singleContent .detail dl dd {
    padding: 10px 0 5px 0;
    margin: 0;
    border-left: none;
    border-top: none;
    width: 80%;
    background: #fff;
    box-sizing: border-box;
    line-height: 1.2;
    border-bottom: dotted 1px #ccc;
}
#content .singleContent .detail dl dt:last-of-type,
#content .singleContent .detail dl dd:last-of-type{
    border-bottom: none;
}
#content .event-list-item:last-child {
    border-bottom: 1px solid #ccc;
}
