#content {
    width: 1232px;
}

#event_list_wrap {


}

#ev_notice {
    display: table;
    width: 100%;
    max-width: 1200px;
    border-top: 2px solid #231f20;
    border-bottom: 1px solid #b5b5b5;
    margin: 0 auto;
}

.ev_list_row {
    display: table-row;
}

.ev_list_row > div {
    display: table-cell;
    font-size: 1rem;
    padding: 15px 0;
}

.ev_list_row:not(:last-child) > div {
    border-bottom: 1px solid #ddd;
}


.ev_type {
    width: 180px;
    text-align: center;
    font-size: 0.81rem;
}
.ev_type p {
    width: 95px; height: 28px;
    border: 1px solid black;
    margin: auto;
    padding-top: 2px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .ev_type p {
        line-height: 32px;
    }
    /* IE10+ CSS styles go here */
}
.ev_subject a {
    color: #4e4c4d;
}
.ev_date {
    width: 190px;
    text-align: center;
}

.ev_hits {
    width: 125px;
    text-align: center;
}

#ev_gallery {
    /* text-align: center; */
    margin: 0 auto 50px auto;
}
#ev_gallery article {
    display: inline-block;
    width: 375px; height: 340px;
    text-align: left;
    margin: 45px 16px 0 17px;
}


#ev_gallery article .thumbnail{
    position: relative;
	width:375px;
	height:250px;
}
#ev_gallery article .mask_black {
    height: 100%;
    background: rgba(0,0,0, 0.5);
}
.ev_gallery_subject {
    font-size: 15px;
	font-weight:500;
    color: #151515;
    margin: 16px 0;
}
.ev_gallery_date {
    font-size: 0.87rem;
    color: #4e4c4d;
}
.ev_gallery_date > span {
    display: inline-block;
    width: 95px; height: 25px;
    font-size: 0.87rem;
    text-align: center;
    padding-top: 3px;
    margin-right: 12px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .ev_gallery_date > span {
        line-height: 29px;
    }
    /* IE10+ CSS styles go here */
}
.ev_gallery_status_red {
    color: red;
    border: 1px solid red;
}
.ev_gallery_status_black {
    color: #4e4c4d;
    border: 1px solid #4e4c4d;
}
