.top-title {
    font-size: 14px;
    color: #333333;
    padding: 10px 0;
    border-bottom: solid 1px #cccccc;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.items-title {
    font-size: 14px;
    font-weight: 600;
    color: #343434;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    word-wrap: break-word;
    /*max-width: 256px;*/
    width: 100%;
    display: block;
    overflow: hidden;
}

.items-content {
    font-size: 12px;
    color: #808080;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    word-wrap: break-word;
    margin: 4px 0 8px;
}

.exhibit-list .exhibit-items {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px dashed #cccccc;
}

.exhibit-list .exhibit-items img {
    width: 74px;
    height: 56px;
    margin-right: 8px;
}

.exhibit-list .exhibit-items .exhibit-right {
    flex-grow: 1;
    overflow: hidden;
}

.exhibit-list .exhibit-items .items-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.exhibit-list .exhibit-items .items-bottom .msg-left {
    color: #676767;
    font-size: 12px;
}

.exhibit-list .exhibit-items .items-bottom .msg-right {
    display: flex;
    align-items: center;
    color: #9a9a9a;
    font-size: 12px;
}

.exhibit-list .exhibit-items .items-bottom .msg-text {
    display: flex;
    align-items: center;
}

.exhibit-list .exhibit-items .items-bottom .msg-left .msg-text div:first-child {
    width: 10px;
    height: 10px;
    background-position: center center;
    background-size: 10px 10px;
    background-image: ;
    margin-right: 4px;
}

.exhibit-list .exhibit-items .items-bottom .msg-right .msg-text:not(:last-child) {
    margin-right: 8px;
}

.exhibit-list .exhibit-items .items-bottom .msg-right .msg-text div:first-child {
    width: 10px;
    height: 10px;
    background-position: center center;
    background-size: 10px 10px;
    background-image: ;
    margin-right: 2px;
}