.site-main-content{
    max-width: 1300px;
}
.event-item-wrap{
    width: calc(33% - 6px);
    max-width: 400px;
    border-radius: 20px;
    overflow: hidden;
}
.event-item-header{
    height: 70px;
    color: white;
    font-size: 30rem;
    background-color: #4C98D0;
}
.event-item-header span{
    font-weight: bold;
}
.event-item-header i{
    font-size: 30rem;
}
.event-item-img-wrap{
    padding:30px 40px;
    background-color: white;
    background-color: rgb(247, 246, 246);
}
.event-item-wrap img{
    width: 100%;
    height: auto;
    margin-bottom:6px;
}
.event-item-footer{
    height: 97px;
    padding:15px;
    background-color: rgb(231, 231, 231);
    color:#656565;
    font-size: 18rem;
}
.event-action-item .event-action-item-label{
    font-weight: bold;
    color:#656565;
    font-size: 19rem;
}