.section-box {
    margin-bottom: 3rem;
    min-height: 22rem;
}

.expo-details-box {
    padding: 3rem;
    background-color: #fff;
    box-sizing: border-box;
    color: #464646;
    line-height: 2rem;
    margin-top: 2rem;
}

.event-item {
    display: flex;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #f4f4f4;
}
.event-cover-box {
    border: 1px solid #f6f6f6;
}
img.event-cover {
    width: 14rem;
    height: 8rem;
    object-position: center;
    object-fit: cover;
}
.event-content-box {
    margin-left: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 8px 0;
}
.event-time {
    color: #999;
}

.partner-box {
    margin: 0 -2%;
    display: flex;
    flex-wrap: wrap;
}
.partner-item {
    display: inline-block;
    border: 1px solid #eee;
    margin-right: 1rem;
    margin-bottom: 1rem;
    padding: 1rem;
    width: 23%;
    margin: 1%;
    box-sizing: border-box;
    text-align: center;
    line-height: 0;
}
.partner-item > img {
    width: 10rem;
    height: 3.7rem;
}
