.wrapper {
  width: 6.9rem;
  margin: 0 auto;
}
.tzgg-news-cont {
  margin-top: -1.58rem;
  position: relative;
  z-index: 1;
}
.tzgg-news-cont .tzgg-news-item {
  display: block;
  text-decoration: none;
  font-family: PingFang SC;
  padding-bottom: 0.4rem;
  border-bottom: 0.01rem solid #e6e6e6;
  margin-bottom: 0.45rem;
}
.tzgg-news-cont .tzgg-news-item .news-title {
  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;
  margin-bottom: 0.41rem;
}
.tzgg-news-cont .tzgg-news-item .news-time {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 0.26rem;
  color: #999999;
  float: right;
}
.tzgg-news-cont .tzgg-news-item:last-child {
  border-bottom: none;
}
.nav1 {
  width: 100%;
  display: flex;
  align-items: center;
  overflow-x: auto;
  scrollbar-width: none;
  box-sizing: border-box;
  padding-left: 0.31rem;
  margin-bottom: 0.52rem;
  height: 0.8rem;
  position: relative;
  z-index: 10;
}
.nav1 .nav1-item {
  flex-shrink: 0;
  text-align: center;
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 0.36rem;
  color: #333;
  margin-right: 0.4rem;
  text-decoration: none;
}
.nav1 .active {
  color: #bb0808;
  position: relative;
}
.nav1 .active::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -0.16rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.47rem;
  height: 0.08rem;
  background-color: #bb0808;
  border-radius: 0.04rem;
}
.nav1::-webkit-scrollbar {
  width: 0rem;
  display: none;
}
