.event,
.event-page {
    /*    background-image: url(../img/decobg.jpg);*/
    background-position: bottom;
    background-repeat: no-repeat;
}
.event ul li a{
    cursor: pointer;
}

.event-item {
    position: relative;
    transition: all .2s;
}

.event-item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.event-item:hover {
    opacity: 0.8;
}

.event-photo {
    position: relative;
    overflow: hidden;
    border: 1px solid #dfdfdf;
    background-color: #ffffff;
}

.event-photo img {
    width: 100%;
    object-fit: cover;
}

.event-tag {
    position: absolute;
    padding: 2px 10px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05rem;
}

.bg-a {
    background-color: #ff8800;
}

.bg-b {
    background-color: #ff69a0;
}

.bg-c {
    background-color: #4d79f1;
}

.event-txt {
    padding: 1rem;
}

.event-txt h5 {
    color: #121212;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: 50px;
}

.event-txt p {
    margin-top: 1rem;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
}

/***********************************  
            event-page
***********************************/

.event-page .event-tag {
    position: relative;
    display: inline-block;
}

.event-page h4 {
    margin: 10px 0 25px;
}

.event-page-pic {
    border: 1px solid #efefef;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;
}

.event-page-info {
    color: #0EA1EA;
}

.event-page-info i {
    color: #666;
    display: inline-block;
    padding: 1px 3px;
}

.event-page .fa-map-marker-alt {
    margin-right: 2px;
    margin-left: 2px;
}