.wrapper {
  width: 6.9rem;
  margin: 0 auto;
}
.qrcode-list {
  width: 100%;
  box-sizing: border-box;
  padding-left: 0.3rem;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.qrcode-list .qrcode-item {
  width: 2rem;
  height: 2.9rem;
  box-sizing: border-box;
  padding: 0.2rem 0.2rem 0rem 0.2rem;
  background-color: #fff;
  box-shadow: 0rem 0rem 0rem 0.01rem rgba(0, 0, 0, 0.15);
  border-bottom: 0.01rem solid rgba(0, 0, 0, 0.15);
  border-radius: 0.06rem;
}
.qrcode-list .qrcode-item .code-img {
  width: 1.6rem;
  height: 1.6rem;
}
.qrcode-list .qrcode-item .code-text {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 0.26rem;
  color: #333333;
  line-height: 0.34rem;
  text-align: center;
}
.link-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.43rem;
}
.link-list .link-item {
  width: 3.35rem;
  height: 1.41rem;
}
.link-list .link-item img {
  width: 100%;
  height: 100%;
}
.line {
  width: 100%;
  height: 0.1rem;
  background-color: #f5f5f5;
  margin-bottom: 0.52rem;
}
.news-list .news-item {
  display: block;
  width: 100%;
  text-decoration: none;
  padding-bottom: 0.24rem;
  border-bottom: 0.01rem solid #f0f0f0;
  margin-bottom: 0.28rem;
}
.news-list .news-item .news-cont {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.24rem;
}
.news-list .news-item .news-cont .news-title {
  width: 3.65rem;
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 0.34rem;
  color: #000000;
  line-height: 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list .news-item .news-cont .news-img {
  width: 2.3rem;
  height: 1.52rem;
}
.news-list .news-item .info {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.news-list .news-item .info .view-count,
.news-list .news-item .info .time {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 0.22rem;
  color: #999999;
}
