﻿.product-list {
    height:auto;
}
.news-list-in2 {
    margin-bottom: 40px;
    border-bottom: 1px dashed rgb(224 221 219);
}
.news-pic {
    max-height: 300px;
    overflow: hidden;
}
.news-pic img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-title {
    font-weight: 600;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
    .news-title a:hover {
        text-decoration: underline;
        color: rgb(255 215 64);
    }
.news-time {
    color: #b0b0b0;
    line-height: 30px;
    font-size: 15px;
}
.news-brief {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}