.list-kx {
    margin-top: 20px;
    border-left: 1px solid var(--br-c);
    margin-left: 10px;
}
.list-fl{
    margin-bottom: 30px;
}
.list-kx .item {
    padding-left: 20px;
    position: relative;
    display: block;
    cursor: pointer;
}
.list-kx .item::before {
    content: '';
    position: absolute;
    left: -5px;
    top: 6px;
    display: inline-block;
    width: 8px;
    height: 8px;
    line-height: 16px;
    display: block;
    border-radius: 50%;
    border: 2px solid var(--pm-c);
    background: #fff;
    box-sizing: border-box;
}
.list-kx .item .time {
    display: block;
    color: var(--md-c);
    font-size: 13px;
}
.list-kx .item .title {
    margin: 10px 0;
    line-height: normal;
    cursor: pointer;
}
.list-kx .item .title a {
    font-size: 15px;
}
.list-kx .item .desc {
    line-height: 24px;
    color: var(--md-c);
    font-size: 13px;
}
.photo {
    margin-top: 20px;
    padding-left: 20px;
}
.photo:after, .photo:before {
    display: table;
    content: "";
}
.photo:after {
    clear: both;
}
.photo figure {
    display: block;
    float: left;
    width: 210px;
    max-height: 85px;
    margin: 0 6px 6px 0;
    border-radius: 4px;
    overflow: hidden;
}
.photo img {
    width: 100%;
    height: 100%;
    transition: transform .15s ease-in;
    will-change: transform;
    cursor: zoom-in;
}
.list-kx .date{
    position: relative;
    padding-right: 30px;
    font-weight: 400;
    font-size: 14px;
    line-height: 10px;
    letter-spacing: .4px;
    display: flex;
    align-items: center;
    left: -26px;
    margin-bottom: 20px;
}
.list-kx .date .date-left {
    width: 58px;
    height: 53px;
    color: #0b1721;
    text-align: center;
}
.list-kx .date .date-left .top {
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #fff;
    background: #5a82e6;
    border-radius: 6px 6px 0 0;
}
.list-kx .date .date-left .bottom {
    font-size: 18px;
    line-height: 28px;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 6px 6px;
    color: #333;
}
.dark .list-kx .date .date-left .bottom {
    border: 1px solid #30363d;
}
.dark .lives__item.timeline {
    border-left: 1.8px solid #30363d;
}
.list-kx .date .date-right .datetime{
    display: none;
}
.list-kx .date .date-right {
    margin-left: 15px;
    min-width: 55px;
    height: 53px;
    color: #0b1721;
    text-align: center;
    border-radius: 6px;
    overflow: hidden;
    white-space: nowrap;
}
.list-kx .date .emptyDay{
    display: none;
}
.list-kx .date .date-right .top {
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    color: #333;
}
.list-kx .date-right .bottom {
    font-size: 14px;
    line-height: 28px;
    color: var(--md-c);
}
@media (max-width: 500px) {
    .uk-container {
        padding-left: 5px;
        padding-right: 3px;
    }
    .list-kx {
        margin-left: 1px;
    }
    .main {
        margin-top: 20px;
        padding-bottom: 50px;
    }
    .module {
        padding: 20px;
    }

    .list-kx .date {
        left: -20px;
    }
}
