.eventListBox {
    font-size: 16px;
    line-height: 150%;
    margin: 40px 0;
}

.eventList {
    width: 730px;
    display: table;
    border-bottom: 1px dashed #dddddd;
    padding: 0 0 20px 0;
    margin: 0 auto 20px auto;
}

.eventList > li {
    display: table-cell;
    vertical-align: top;
}

.eventList > li:nth-child(1) {
    font-weight: bold;
}

.eventList > li:nth-child(1),
.eventList > li:nth-child(2) {
    width: 105px;
}

.eventList > li:nth-child(3) {
    padding-right: 15px;
}

.eventList > li:nth-child(4) {
    width: 28px;
    padding-top: 8px;
}

.eventLabel {
    width: 80px;
    color: #ffffff;
    font-size: 13px;
    line-height: 100%;
    text-align: center;
    padding: 4px 0;
}

.eventDetail .eventLabel {
    display: inline-block;
    vertical-align: middle;
}

.eventLabel_1 {
    background: #00365b;
}

.eventLabel_2 {
    background: #ff0000;
}

a.eventA {
    display: inline-block;
    color: #000000;
    text-decoration: none;
}

a.eventA:hover {
    text-decoration: underline;
}

.eventNewIcon {
    width: 100%;
    display: block;
}

.eventPage {
    width: auto;
    display: table;
    font-size: 14px;
    line-height: 150%;
    padding: 0;
    margin: 40px auto;
}

.eventPage > li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 4px;
}

.eventPage > li > a {
    width: 25px;
    display: block;
    background: #efefef;
    color: #000000;
    text-decoration: none;
    text-align: center;
}

.eventPage > li > a:hover {
    color: #ffffff;
    background: #ff0000;
}

.eventPage > li.prev > a,
.eventPage > li.next > a {
    width: 50px;
}

.eventDetail {
    margin: 40px 15px;
}

.eventDate {
    width: 115px;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-size: 18px;
    line-height: 100%;
}

.eventTitle {
    font-size: 22px;
    line-height: 120%;
    margin: 30px 0;
}

.eventText {
    font-size: 14px;
    line-height: 150%;
}

.eventIcon {
    text-align: right;
    margin: 50px 0;
}

.eventIcon a.eventIconA {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}

.eventIcon a.eventIconA:not(:last-child) {
    margin-right: 10px;
}

.eventIcon a.eventIconA:hover {
    opacity: .7;
}

.eventIcon a.eventIconA.linkIcon {
    width: 84px;
    height: 26px;
    background: url("../images/linkIcon.jpg") no-repeat center;
    background-size: contain;
}

.eventIcon a.eventIconA.downloadIcon {
    width: 110px;
    height: 26px;
    background: url("../images/downloadIcon.jpg") no-repeat center;
    background-size: contain;
}

.eventVideo {
    width: 620px;
    margin: 50px auto;
}

.eventVideo > iframe {
    width: 100%;
    height: 340px;
}

.eventPic {
    display: block;
    padding: 0;
    margin: 50px 0;
}

.eventPic > li {
    display: block;
}

.eventPic > li:not(:last-child) {
    margin-bottom: 30px;
}

.evenImg {
    width: 100%;
    display: block;
    border: 1px solid #dddddd;
}