.closestyle1019028{ font-size:12px;color:#333333;text-decoration: none ;}

/* 1 */
.pic-img {
    position: relative;
    padding-top: 50%;}
.pic-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;}
.ls:hover span {
    font-weight: bold !important;
    color: #101c4e !important;}
        /* 列表每一项 */
        .time-item a {
            display: flex;
            align-items: center;
            padding-bottom: 9px;
            border-bottom: 1px solid #eee;
            gap: 15px;}

        /* 左侧时间区域 */
      .time-left {
    width: 60px;
    text-align: center;
    flex-shrink: 0;
    background-color: #101c4e;
    padding: 5px;}

        /* 年份 */
    .time-year {
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    display: block;
    border-bottom: 1px solid #fff;}

        /* 月日 */
        .time-date {
            font-size: 14px;
            color: #ffffff;
            display: block;
            margin-top: 4px;}

        /* 右侧文字区域 */
        .time-right {
            flex: 1;}

        /* 第一行文字 */
      .text-top {
    font-size: 16px;
    color: #333;
    margin: 0 0 4px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}
.time-item a:hover .text-top{color: #101c4e;    font-weight: bold;}

