.log-content-wrap {
    background-color: #F1F3F8;
    padding: 88px 0 140px;
}

.log-content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.log-left-list {
    width: 156px;
    height: 420px;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    margin-right: 24px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 30px 0;
    box-sizing: border-box;
    position: fixed;
    top: 88px;
}

.log-left-list .item {
    width: 56px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    position: relative;
    color: #8B8C8F;
}

.log-left-list .actived {
    color: #100D24;
}

.log-left-list .actived::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 29px;
    transform: translateX(-50%);
    width: 25px;
    height: 5px;
    background-color: #FD2B54;
    border-radius: 36px 36px 36px 36px;
}

.log-right-list-item-content {
    width: 1020px;
    min-height: 814px;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    margin-left: 180px;
}

.log-right-list-item-content .title {
    height: 70px;
    font-weight: 500;
    font-size: 16px;
    color: #100D24;
    line-height: 70px;
    padding-left: 32px;
    border-bottom: 1px solid #F2F2F2;
}

.log-right-list-item-content .content {
    margin: 24px 32px;
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 24px;
    word-break: break-all;
}

.log-right-list-item-content .version-time {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #100D24;
    font-size: 16px;
}

.log-right-list-item-content .version-time div:nth-of-type(2) {
    font-size: 14px;
}

.log-right-list-item-content .content h5 {
    font-weight: 500;
    font-size: 12px;
    color: #8B8C8F;
    padding: 16px 0 0;
}
.log-right-list-item-content .content p{

    font-size: 14px;
    color: #100D24;
    margin-top: 16px;
}
.log-left-list .item:hover{

    color: #100D24;
}
.version-text{
    display: flex;
    align-items: center;
}
.version-text>div {
    height: 21px;
    padding: 0 6px;
    background: #000000;
    border-radius: 4px;
    font-weight: 500;
    font-size: 10px;
    color: #FFFFFF;
    margin-right: 8px;
}

.version-text>span {
    font-weight: 500;
    font-size: 16px;
    color: #100D24;
}
