.wrapper {
  width: 6.9rem;
  margin: 0 auto;
}
.adv {
  height: 1.4rem;
  border-radius: 0.1rem;
  margin-bottom: 0.35rem;
  margin-top: -1.5rem;
  position: relative;
  z-index: 1;
}
.adv img {
  width: 100%;
  height: 1.4rem;
  border-radius: 0.1rem;
}
.nav-cont {
  padding: 0 0.18rem;
  display: flex;
  align-items: center;
  overflow-x: auto;
  scrollbar-width: none;
  margin-bottom: 0.56rem;
  box-sizing: border-box;
  padding-left: 0.8rem;
  position: relative;
  z-index: 10;
}
.nav-cont .nav-item {
  display: block;
  text-decoration: none;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 0.36rem;
  color: #333;
  flex-shrink: 0;
  margin-right: 0.5rem;
}
.nav-cont .nav-item:last-child {
  margin-right: 0;
}
.nav-cont .active {
  font-weight: 800;
  color: #BB0808;
  position: relative;
}
.nav-cont .active::after {
  content: '';
  width: 0.46rem;
  height: 0.08rem;
  background: url(../img/active-line.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.24rem;
}
.nav-cont::-webkit-scrollbar {
  width: 0rem;
  display: none;
}
.dantu-news-cont .dantu-news-item {
  display: block;
  width: 100%;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.39rem;
  border-bottom: 0.01rem solid #e6e6e6;
  margin-bottom: 0.41rem;
}
.dantu-news-cont .dantu-news-item img {
  width: 2.3rem;
  height: 1.52rem;
  border-radius: 0.04rem;
}
.dantu-news-cont .dantu-news-item .news-info {
  width: 4.05rem;
  height: 1.52rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.dantu-news-cont .dantu-news-item .news-info .news-title {
  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;
  box-sizing: border-box;
  padding-right: 0.11rem;
}
.dantu-news-cont .dantu-news-item .news-info .info {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 0.26rem;
  color: #999999;
  display: flex;
  justify-content: space-between;
}
.dantu-news-cont .dantu-news-item .news-info1 {
  width: 100%;
  height: 1.52rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.dantu-news-cont .dantu-news-item .news-info1 .news-title {
  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;
  box-sizing: border-box;
  padding-right: 0.11rem;
}
.dantu-news-cont .dantu-news-item .news-info1 .info {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 0.26rem;
  color: #999999;
  display: flex;
  justify-content: space-between;
}
.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;
}
