.swiper-pagination-bullet-active {
  background-color: #ffffff !important;
}
.swiper-container,
.swiper-container .swiper-slide img {
  width: 100%;
}
.primaryTitle > p {
  font-size: 0.32rem;
  color: #333333;
  margin-bottom: 0.2rem;
  text-align: center;
  font-family: PingFang-SC-Bold;
  margin: 0.35rem 0rem;
  line-height: 0.4rem;
}

.primaryTitle .titleDate {
  text-align: center;
  margin-bottom: 0.5rem;
  color: #999;
}

.primaryTitle .titleDate > img {
  width: 0.3rem;
  height: 0.3rem;
}
.richText {
  margin-bottom: 0.5rem;
}
.href {
  margin: 0.12rem 0rem;
  /* height: 2rem; */
  background-color: #f7f7f7;
  border-radius: 0.04rem;
  /* padding-top: 0.15rem; */
  padding: 0rem 0.3rem;
  overflow: hidden;
  margin-bottom: 0.8rem;
}
.href > p {
  /* margin: 0.2rem 0rem; */
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0.35rem 0rem;
}

.href > p + p {
  border-top: 1px solid #ebebeb;
}
.href > p span , .href > p a {
  float: left;
}
.href a {
  display: inline-block;
  float: left;
  color: #333;
  font-size: 0.29rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 80%;
}
.newsTitle {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
