<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.news {
  padding-bottom: 100px;
  background: rgba(244, 244, 244, 0.85)
}

.news .page_title {
  padding: 112px calc(50% - 600px) 23px;
  font-weight: 600;
  font-size: 38px;
  line-height: 120.9%;
  color: #000000;
}

/* çƒ­ç‚¹æ–°é—» */
article{
    width: 100%;
    overflow: hidden;
}
.hot-news{
    display: flex;
    width: 1200px;
    padding: 15px;
    margin: 0 auto;
    background: #FFFFFF;
    border-radius: 28px;
    overflow: visible;
    cursor: pointer;
}
.hot-news &gt; img{
    width: 576px;
    height: 338px;
    border-radius: 15px;
}
.hot-news .news-msg{
    flex: 1;
    padding-left: 48px;
}
.hot-news .news-msg &gt; h3{
    font-weight: 600;
    font-size: 28px;
    line-height: 124.9%;
    color: #121212;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hot-news .news-msg &gt; .time{
    padding: 32px 0 24px 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 105.9%;
    color: #999999;
}
.hot-news .news-msg &gt; .abstract{
    margin: 20px 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 138.9%;
    color: #999999;
}
.hot-news .news-msg &gt; a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 191px;
  height: 52px;
  font-weight: 400;
  font-size: 18px;
  line-height: 120.9%;
  color: #FB4B42;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 42px;
}
.hot-news .news-msg &gt; a span{
  margin: 0 22px 0 20px;
}

section{
    width: 1200px;
    margin: 0 auto;
}
.news-list{
    display: flex;
    flex-wrap: wrap;
    padding-top: 48px;
}
.news-list .news-item{
    width: 588px;
    margin-bottom: 24px;
    background: #FFFFFF;
    border-radius: 28px;
    overflow: hidden;
    cursor: pointer;
}
.news-list .news-item:nth-child(2n - 1){
    margin-right: 24px;
}
.news-list .news-item img{
    width: 100%;
    height: 350px;
}
.news-list .news-item h4{
    margin: 32px 26px 24px 26px;
    font-size:20px;
    font-weight:500;
    color:rgba(51,51,51,1);
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
}
.news-list .news-item p{
    padding: 0 0 35px 26px;
    font-weight: 400;
    font-size: 20px;
    line-height: 105.9%;
    color: #999999;
}
section .load-more{
    color: #FC4B42;
    font-size:16px;
    font-weight:bold;
    display: block;
    width: 64px;
    margin: 0 auto;
    cursor: pointer;
    margin-bottom: 80px;
}
section .load-more.hide{
    display: none;
}</pre></body></html>