<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 鑻辨枃鐗堝垪琛ㄩ〉鏍峰紡鏂囦欢 */
.img-box{
  border-bottom: 1px dashed #D6D7DA;
}
.img-box img{
  width: 90px;
  height: 60px;
}
.list-view{
}
.list{
  display: flex;
  border-bottom: 1px dashed #D6D7DA;
}
.list-item{
  width: 100%;
}
.list-title{
  font-size: 21px;
  font-weight: bold;
  color: #2C2F36;
  line-height: 24px;
}
.list-date{
  font-size: 12px;
  color: #8A99B7;
  line-height: 14px;
}
.list-info{
  font-size: 14px;
  color: #2C2F36;
  line-height: 16px;
}
.list-img{
  width: 186px;
  height: 126px;
}
@media (max-width: 768px){
  .list{
    display: block;
  }
}
.pagination-view{
  text-align: center;
}
</pre></body></html>