.wrapper {
  width: 6.9rem;
  margin: 0 auto;
}
.adv {
  height: 1.4rem;
  border-radius: 0.1rem;
  margin-bottom: 0.39rem;
  margin-top: -1.56rem;
  position: relative;
  z-index: 1;
}
.adv img {
  width: 100%;
  height: 1.4rem;
  border-radius: 0.1rem;
}
.nav {
  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: 1;
}
.nav .nav-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;
}
.nav .active {
  color: #bb0808;
  position: relative;
}
.nav .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;
}
.nav::-webkit-scrollbar {
  width: 0rem;
  display: none;
}
.author {
  width: 6.93rem;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0 auto;
}
.author .title {
  width: 100%;
  margin-bottom: 0.3rem;
  position: relative;
}
.author .title img {
  width: 100%;
  height: 0.62rem;
}
.author .title .more {
  position: absolute;
  right: 0;
  bottom: 0.09rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.26rem;
  color: #666666;
}
.author .author-item {
  display: block;
  text-decoration: none;
  text-align: center;
  width: 3.3rem;
  float: left;
  margin-right: 0.29rem;
  margin-bottom: 0.4rem;
}
.author .author-item img {
  width: 3.3rem;
  height: 4.62rem;
  display: block;
  margin-bottom: 0.23rem;
  border-radius: 0.06rem;
}
.author .author-item .author-name {
  height: 0.9rem;
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 0.34rem;
  color: #1A1A1A;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
.author .author-item:nth-child(2n-1) {
  margin-right: 0;
}
.line {
  width: 100%;
  height: 0.1rem;
  background-color: #f5f5f5;
  margin-bottom: 0.33rem;
}
.bjgs .bjgs-img {
  width: 100%;
  height: 0.62rem;
  margin-bottom: 0.29rem;
}
.bjgs .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;
}
.bjgs .dantu-news-item .news-info {
  width: 100%;
}
.bjgs .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;
  margin-bottom: 0.2rem;
}
.bjgs .dantu-news-item .news-info .news-summary {
  font-weight: 500;
  font-size: 0.3rem;
  color: #999;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.2rem;
}
.bjgs .dantu-news-item .news-info .info {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 0.26rem;
  color: #999999;
  text-align: right;
}
