li.xshd_new {
    /* display: flex; */
    width: 312px;
    margin-right: 20px;
    background: #f8f8f8;
    padding: 10px;
}

.top-info, .bottom_info {
    display: flex;
    padding: 10px;
}

.xshd_title {
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 15px 0 12px;
    color: var(--color-text-title);
    height: 68px;
    padding-left: 10px;
}

.xshd_desc {
    font-size: 13px;
    color: var(--color-text-secondary);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 136px;
    margin-bottom: 20px;
    padding: 10px;
}

.xshd_img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2.5px solid var(--color-primary);
    overflow: hidden;
    margin-right: 15px;
    border: 2.5px solid #7a0b10;
}

.xshd_namen {
    flex: 1;
}

.name {
    font-size: 16px;
    color: var(--color-text-title);
}

.xshd_namen .text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.post-61 ul {
    display: flex;
}

.kssj {
    display: none;
}

.xshd_day {
    text-align: center;
    color: #7a0b10;
    background: #fff;
}

.time-box {
    font-size: 18px;
    width: 52px;
    height: 56px;
    background: #7a0b10;
    border: 1px solid #7a0b10;
}

.xshd_yearm {
    font-size: 12px;
    text-align: center;
    color: #fff;
    height: 20px;
    line-height: 20px;
}

.main6 .con {
    padding: 40px 0;
}

.xshd_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}