.swiper {
  width: 100%;
}
.pic {
  width: 100%;
  height: 4rem;
  object-fit: cover;
}
.box {
  width: 100%;
  height: 4rem;
  position: relative;
}
.desc {
  padding: 0.05rem 0;
  display: flex;
  align-items: center;
  width: 100%;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  justify-content: space-between;
  color: #fff;
}
.desc .date {
  margin-left: 0.3rem;
  display: flex;
  text-align: center;
  flex-direction: column;
}
.desc .date span:nth-child(1) {
  font-size: 0.28rem;
  font-weight: bold;
}
.desc .date span:nth-child(2) {
  font-size: 0.14rem;
  font-weight: 500;
  margin-top: 0.06rem;
}
.desc .title {
  flex: 1;
  margin: 0 40px;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.desc .arrow {
  margin-right: 30px;
  width: 23px;
  height: 13px;
}
.indicator {
  display: flex;
  margin-top: 11px;
}
.indicator .item {
  width: 11px;
  height: 11px;
  margin-right: 6px;
  background: #ebe5e1;
  border-radius: 50%;
}
.indicator-active {
  background: #096ebe !important;
}
