.versionHistory {
    width: 57.25%;
    margin: 81px auto 30px;
}

.verion_item {
    display: flex;
}

.vitem_left {
    position: relative;
    padding: 20px 40px;
    border-right: 1px solid #D2D7DE;
    text-align: right;
}

.vil_number {
    color: #333;
    font-family: "Source Han Sans CN";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.vil_time {
    color: #666;
    font-family: "Source Han Sans CN";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.vil_img {
    position: absolute;
    top: 38px;
    right: -8px;
    z-index: 2;
    width: 16px;
    height: 16px;
}

.vitem_right {
    padding: 20px 0px 20px 50px;
    text-align: left;
    width: 70%;
}

.vitem_right > div {
    color: #333;
    font-family: "Source Han Sans CN";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
}

.vitem_right > div > span {
    font-weight: 600;
    line-height: 32px;
}