.realTime .top {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    color: #999999;
    font-size: 14px;
    line-height: 64px;
}

.realTime .item {
    width: 100%;
    border-bottom: 1px solid #d5d7e0;
    box-sizing: border-box;
    padding: 35px 0;
    display: flex;
    justify-content: space-between;
}

.realTime .item .left {
    width: 183px;
    height: 70px;
    text-align: center;
    font-size: 17px;
    color: #333;
    font-weight: 600;
    line-height: 35px;
}

.realTime .item .right {
    width: 655px;
    box-sizing: border-box;
    padding: 0 42px;
    font-size: 14px;
    color: #666;
    line-height: 28px;
    border-left: 1px solid #d5d7e0;
}