<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.newsInfo220609 * {
    box-sizing: border-box;
}

.newsInfo220609 {
    width: 100%;
    margin: 0 auto;
    height: 490px;
    position: relative;
}

.newsInfo220609 img {
    display: block;
    max-width: 100%;
    height: 100%;
    border: none;
    width: 100%;
}

.newsInfo220609 .product_img {
    width: 100%;
    height: 310px;
}

.newsInfo220609 a {
    display: block;
    text-decoration: none;
}

.newsInfo220609 a .product_title {
    font-size: 18px;
    color: #555555;
    margin: 6px 0;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.newsInfo220609 a .product_dec {
    font-size: 14px;
    color: #777777;
    margin: 0;
    color: #777;
    text-indent: 24px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    box-sizing: border-box;
    width: 100%;
    line-height: 1.6;
}

.newsInfo220609 .swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.newsInfo220609 a .content {
    padding: 6px;
}

.newsInfo220609 .swiper-slide {
    background: #fff;
}

.newsInfo220609 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}</pre></body></html>