.text-container {
  margin: 0 auto;
  margin-top: 0.3rem;
  width: 95%;
  background: #FFFFFF;
  box-shadow: 0rem 0.04rem 0.08rem 0rem rgba(216, 216, 216, 0.5);
  border-radius: 0.16rem;
  padding: 0.2rem 0.16rem;
  overflow: hidden;
}

.text-container img {
  height: auto;
}

.text-container h3 {
  font-size: 0.35rem;
  font-weight: 600;
  color: #171D24;
  text-align: center;
  line-height: 0.43rem;
}

.text-container .time {
  margin: 0.2rem 0;
  color: gray;
  font-size: 0.24rem;
  text-align: center;
}

.text-container p {
  font-size: 0.24rem;
  font-weight: 400;
  color: #171D24;
  line-height: 0.4rem;
}
