<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.oc-main-magnet-latest-news{
    width: 15rem;
    margin: 0.41rem auto;
}

.oc-main-magnet-latest-news .title{
    color: #1D1D1B;
    font-family: Poppins;
    font-size: 0.34rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 0.28rem;
}
.oc-main-magnet-latest-news .more{
    text-align: right;
    display: flex;
    justify-content: flex-end;
    /* height: 0.3rem; */

}
.oc-main-magnet-latest-news .more a{
    color: var(--Color);
    font-size: 0.2rem;
    line-height: 0.5rem;
}
.oc-main-magnet-latest-news .news-wrapper{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 0.2rem;
}
.oc-main-magnet-latest-news .news-item {
    width: 4.92rem;
}
.oc-main-magnet-latest-news .news-item img{
    width: 4.977rem;
    height: 3.26rem;
    /* width: 497.7px */
}

.oc-main-magnet-latest-news .news-content{
    margin-top: 0.26rem;
    width: 4.84rem;

}
.oc-main-magnet-latest-news .news-content .news-title{
    font-size: 0.22rem;
    margin-bottom: 0.2rem;
    height: 0.6rem;
    display: block;
    display: -webkit-box;
    color: #212121;
    font-weight: 600;
    line-height: 0.3rem;
}
.oc-main-magnet-latest-news .news-content .news-title:hover{
    color: var(--Color);
}
.oc-main-magnet-latest-news .news-content .news-text{
    display: block;
    margin-bottom: 0.29rem;
    height: 1.66rem;
    line-height: 187.5%; /* 33.75px */
    width: 4.84rem;
    font-size: 0.22rem;
    color: #333;
    display: -webkit-box; /* å¿…é¡»æŒ‡å®šdisplayå±žæ€§ */
    overflow: hidden; /* å¿…é¡»æŒ‡å®šoverflowå±žæ€§ */
    text-overflow: ellipsis; /* æ˜¾ç¤ºçœç•¥å· */
    -webkit-line-clamp: 4; /* æœ€å¤šæ˜¾ç¤ºçš„è¡Œæ•° */
    -webkit-box-orient: vertical; /* å¿…é¡»æŒ‡å®šbox-orientå±žæ€§ */
}

.oc-main-magnet-latest-news .news-content .btn-more a{
    font-size: 0.24rem;
    color: var(--Color);
    font-weight: 500;
}



/* ç§»åŠ¨ç«¯æ&nbsp;·å¼ */
@media screen and (max-width: 1025px) {
    .oc-main-magnet-feature-products .product-content .info{
        height: 0.47rem;
     }
    .oc-main-magnet-latest-news{
        width: 100vw;
        padding: 0 0.34rem;
    }
    .oc-main-magnet-latest-news-title-more {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
    }
    .oc-main-magnet-latest-news .news-wrapper {
        display: block;
    }
    .news-wrapper .news-item{
        width: 6.96rem;
        margin-bottom: 0.16rem;
    }
    .oc-main-magnet-latest-news .news-item img{
        width: 6.96rem;
        height: 4.59rem;
        display: inline-block;
        box-shadow: 0 0.01rem 0.04rem 0 rgba(0, 0, 0, 0.25);
        object-fit: contain;
    }
    .oc-main-magnet-latest-news .news-content{
        margin-top: 0.19rem;
        width: 6.88rem;
        color: #666;
    }
    .oc-main-magnet-latest-news .news-content .news-title{
        height: 0.9rem;
        font-size: 0.3rem;
        line-height: normal;
    }
    .oc-main-magnet-latest-news .news-content .news-text{
        font-size: 0.24rem;
        line-height: 187.523%; 
        width: 6.88rem;
        height: 1.75rem;
        margin-bottom: 0.33rem;
    }
    .oc-main-magnet-latest-news .more a, .oc-main-magnet-latest-news .news-content .btn-more a{
        font-size: 0.24rem;
    }
    
    .oc-main-magnet-latest-news .title{
        font-size: 0.32rem;
    }
}</pre></body></html>