.textLine .news-text{
    padding: 2rem 0;
    border-bottom: 1px solid #ccc;
}
.textLine .news-date{
    text-align: center;
    padding-top: 1rem;
}
.textLine .news-text .day {
    font-size: 36px;
    font-weight: bold;
    position: relative;
    letter-spacing: 1px;
    color: var(--background-color);
}
.textLine .news-text .year {
    position: relative;
    display: block;
    color: var(--background-color);
}
.textLine .news-content{
    padding-top: 1rem;
}
.textLine .news-content .title{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}