﻿
.fir_content3 {
    width: 100%;

}

.fir_content3 li {
    position: relative;
    display: flex;

    height: 60px;
    width: 100%;
    border-bottom: 1px solid rgb(233, 233, 233);
}

.fir_content3 a {
    margin-right: 100px;
    align-items: center;
    height: 60px;
    line-height: 60px;
    white-space: nowrap;
    display: flex;
    color: black;
    font-size: 16px;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
}



.fir_content3 li .date1 {
    position: absolute;
    right: 0px;
    top: 20px;
    color: rgb(137, 0, 0);
}