<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.news-lists{
    margin-top: 20px;
}
.article-item{
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    margin-bottom: 40px;
    padding-bottom: 10px;
    overflow: hidden;
}
.news-img-box{
    width: 100%;
    padding-bottom: 56.25%;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}
.news-img-box img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
.article-content{
    padding: 0 10px;
}
.news-list-title{
    height: 28px;
    font-size: 16px;
    line-height: 28px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.news-list-description{
    height: 44px;
    font-size: 14px;
    overflow: hidden;
    line-height: 22px;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    margin-top: 10px;
}
.news_info_more{
    width: 180px;
    height: 42px;
    border-radius: 21px;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-weight: 400;
    line-height: 42px;
    text-align: center;
    margin: 0 auto;
    background: rgba(0, 160, 202, 1);
    cursor: pointer;
}
.news_info_more img{
    width: 6px;
    height: 12px;
    margin-left: 10px;
    margin-top: -2px;
}
.news-p-title{
    line-height: 50px;
    color: rgba(26, 26, 26, 1);
    font-size: 36px;
    font-weight: 400;
    text-align: center;
    margin-top: 40px;
}
@media screen and (max-width: 800px){
    .news-p-title {
        line-height: 34px;
        font-size: 24px;
        margin-top: 20px;
    }
}</pre></body></html>