<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pfis-group-pages .news-list .news-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #3E3E57;
  padding: 42px 0;
}
.pfis-group-pages .news-list .news-item .news-img {
  width: 26.35%;
}
.pfis-group-pages .news-list .news-item .news-img .pic {
  background-color: rgba(250, 250, 250, 0.3);
}
.pfis-group-pages .news-list .news-item .news-img .pic::after {
  padding-top: 66.74%;
}
@media screen and (max-width: 992px) {
  .pfis-group-pages .news-list .news-item .news-img {
    width: 50%;
  }
}
.pfis-group-pages .news-list .news-item .news-title-date {
  width: 26.6%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
.pfis-group-pages .news-list .news-item .news-title-date .news-tit {
  color: #DDDFE4;
  font-size: 0.32rem;
  line-height: 1.3125;
}
@media screen and (max-width: 767px) {
  .pfis-group-pages .news-list .news-item .news-title-date .news-tit {
    font-size: 0.16rem;
  }
}
.pfis-group-pages .news-list .news-item .news-title-date .news-date {
  color: #4D556A;
  font-size: 0.2rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .pfis-group-pages .news-list .news-item .news-title-date .news-date {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 992px) {
  .pfis-group-pages .news-list .news-item .news-title-date {
    padding-left: 30px;
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .pfis-group-pages .news-list .news-item .news-title-date {
    padding-left: 15px;
  }
}
.pfis-group-pages .news-list .news-item .news-detail-btn {
  width: 38.64%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
.pfis-group-pages .news-list .news-item .news-detail-btn .news-detail {
  margin-bottom: 20px;
  font-size: 0.18rem;
  line-height: 1.66;
  color: #DDDFE4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .pfis-group-pages .news-list .news-item .news-detail-btn .news-detail {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 992px) {
  .pfis-group-pages .news-list .news-item .news-detail-btn {
    margin-top: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .pfis-group-pages .news-list .news-item {
    flex-wrap: wrap;
  }
}
</pre></body></html>