.recent-exh {
    display: flex;
    justify-content: space-between;
    margin-right: -15px;
    margin-left: -15px;
}

.recent-exh .exh-content {
    position: relative;
    width: 355px;
    padding-top: 105px;
    overflow: hidden;
}

.recent-exh .exh-content .exh-bg {
    width: 355px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    position: absolute;
    top: 0;
    z-index: 1;
}

.recent-exh .exh-content .exh-list {
    width: 325px;
    position: relative;
    left: 15px;
    z-index: 2;
    min-height: 39px;
}

.recent-exh .eve-fair-area .exh-item {
    width: 325px;
    display: flex;
    padding: 25px 10px;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 6px;
}

.recent-exh .exh-item .left-item {
    width: 88px;
    height: 88px;
    flex-shrink: 0;
    margin-right: 14px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.recent-exh .exh-item .left-item img {
    width: 120px;
    height: auto;
    transition: all .3s;
}

.recent-exh .exh-item .right-item {
    width: calc(100% - 100px);
    box-sizing: border-box;
    padding: 0 12px 0 0;
}

.recent-exh .exh-item .right-item .en {
    display: flex;
    margin-bottom: 8px;
    cursor: pointer;
}

.recent-exh .exh-item .right-item .en .name-en {
    font-size: 18px;
    font-weight: 700;
    color: #e50113;
    flex: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.recent-exh .exh-item .right-item .name-remind,
.recent-exh .exh-item .right-item .time-remind {
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.recent-exh .exh-item .right-item .hot-num {
    font-size: 14px;
}

.recent-exh .exh-item .right-item .hot-num i{
    font-size: 20px;
}

.recent-exh .exh-item .right-item .name-remind {
    letter-spacing: 1px;
    height: 46px;
}

.recent-exh .exh-item .right-item .name-remind a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recent-exh .exh-item .right-item .btn-remind {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.recent-exh .exh-item .right-item .avatar {
    display: flex;
    align-items: center;
    height: 28px;
}

.recent-exh .exh-item .right-item .avatar .avatar-list {
    display: flex;
    width: 130px;
}

.recent-exh .exh-item .right-item .avatar .avatar-list .avatar-box:first-child {
    margin-left: 0;
}

.recent-exh .exh-item .right-item .avatar .avatar-list .avatar-box img {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.recent-exh .tag-container {
    display: flex;
    align-items: center;
}

.recent-exh .tag-container a:hover {
    border: 1px solid #c60008;
    color: #c60008;
}

.recent-exh .tag-container .follow {
    font-size: 12px;
    color: #333;
    padding: 3px 6px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #cdcfd6;
    margin-right: 8px;
    cursor: pointer;
    transition: all .3s;
}

.recent-exh .exh-item .right-item .btn-remind .distance {
    font-size: 14px;
    color: #333;
    margin-left: auto;
}

.recent-exh .exh-item .right-item .btn-remind .distance span {
    color: #ff8600;
    font-size: 16px;
    font-weight: 700;
}
