﻿.right-list {
    width: 100%;
}

.right-item {
    display: flex;
    align-items: center;

    border-bottom: 1px dashed #BFBFBF;
}

.right-item>a,
.right-item-data {
    font-size: 0.18rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    /* line-height: 0.6rem; */
}

.right-item>a {
    width: 10.22rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.right-item>a:hover {
    cursor: pointer;
    color: #4185F4;
}

.right-item-data {
    margin-left: 0.8rem;
    color: #999999;
}

.right-item:before {
    content: '';
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 50%;
    background-color: #4185F4;
    margin-right: 0.15rem;
}
