* {
  padding: 0;
  margin: 0;
}
.banner {
  width: 100%;
  height: 5rem;
  margin: 0 auto;
}
.banner img {
  width: 100%;
  height: 100%;
}
.news {
  margin: 0 auto;
  display: flex;
  padding: 0.5625rem 3.75rem 1.5rem;
  box-sizing: border-box;
}
.news .news-nav {
  margin-right: 0.375rem;
}
.news .news-nav .news-name {
  width: 3.25rem;
  height: 0.75rem;
  background: #fff;
  box-shadow: 0px 3px 8px 0px rgba(16, 80, 112, 0.3);
  border-radius: 0.1rem;
  margin-bottom: 0.25rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 0.275rem;
  color: #000;
  line-height: 0.75rem;
  text-align: center;
  cursor: pointer;
}
.news .news-nav .active {
  background: linear-gradient(81deg, #42b0e7 0%, #0a70a3 100%);
  color: #fff;
}
.news .news-info .news-info-list {
  display: flex;
  margin-bottom: 0.375rem;
  cursor: pointer;
}
.news .news-info .news-info-list img {
  width: 4.2rem;
  height: 2.5rem;
  margin-right: 0.25rem;
}
.news .news-info .news-info-list .info {
  width: 6.725rem;
}
.news .news-info .news-info-list .info .title {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.325rem;
  color: #1278ac;
  margin-bottom: 0.2125rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .news-info .news-info-list .info .desc {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.2rem;
  color: #666666;
  line-height: 0.375rem;
  margin-bottom: 0.4375rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .news-info .news-info-list .info .tip {
  display: flex;
  justify-content: space-between;
}
.news .news-info .news-info-list .info .tip span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.175rem;
  color: #9b9b9b;
}
.news .news-info .news-info-list .info .tip .look {
  width: 1.125rem;
  height: 0.5rem;
  background: #0e75a8;
  border-radius: 4px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.175rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.5rem;
}
.load-more {
  width: 1.5rem;
  height: 0.5rem;
  background: #0e75a8;
  border-radius: 4px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.175rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.5rem;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}
