<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.news-wrap {
  padding: 60px 12px;
}
.news-wrap .news-menu-item {
  margin-right: 30px;
  font-size: 20px;
  color: #333;
  padding: 12px 0 24px 0;
  cursor: pointer;
}
.news-wrap .news-menu-item a{color: #333;}
.news-wrap .news-menu-item.active {
  border-bottom: 4px solid #237bf2;
}
.news-wrap .news-menu-item.active a{color: #333;}
.news-wrap .news-card {
  margin-bottom: 60px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(25, 111, 170, 0.2);
}
.news-wrap .news-card img {
  width: 100%;
  height: 100%;
}
.news-wrap .news-card .news-content {
  height: 220px;
  padding: 20px 0;
}
.news-wrap .news-card .news-content h3 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
.news-wrap .news-card .news-content p {
  font-size: 15px;line-height: 28px;
  color: #999999;
}
.news-wrap .news-card .news-content .btn-click {
  width: 120px;
  height: 36px;
  font-size: 14px;
  color: #237bf2;
  border: solid 1px #237bf2;
}
.news-wrap .news-card .news-content .time {
  color: #999;
  line-height: 1;
  margin-left: 12px;
  border-left: 1px solid #cdcdcd;
  padding-left: 12px;
}
.news-wrap .news-card .news-content .time div {
  font-size: 28px;
  font-weight: bold;
}
.news-wrap .news-card .news-content .time span {
  font-size: 14px;
}
.news-wrap .news-card:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  background-color: #cdcdcd;
}
.news-wrap .news-card:hover .btn-click {
  transition: background .3s;
  background-color: #237bf2;
}
.news-wrap .news-card:hover .btn-click a {
  color: #ffffff;
  text-decoration: none;
}
.news-wrap .news-card:last-child::after {
  content: "";
  display: none;
}
.paging {
  margin-top: 30px;
}
.paging i {
  font-size: 12px;
  color: #999999;
}
.paging &gt; div {
  width: 32px;
  height: 32px;
  color: #7e7e7e;
  margin-right: 6px;
  background-color: #F6F6F6;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.paging &gt; div.active {
  color: #fff;
  background-color: #237bf2;
}
.paging &gt; div.active a{color: #fff;}
@media screen and (max-width: 768px) {
  .news-wrap .news-menu-item {
  display: flex;
  justify-content: space-between;
  margin: auto;
  font-size: 14px;
  box-sizing: border-box;
}
.news-wrap .news-card {
  margin-bottom: 30px;
}
.news-wrap .news-card::after {
  content: '';
  display: none;
}
.news-wrap .news-card .news-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.news-wrap .news-card .news-content p {
  margin: 0 15px;
}

}
</pre></body></html>