.text-container {
  margin: 0 auto;
  margin-top: 0.3rem;
  width: 95%;
  min-height: 7rem;
  background: #FFFFFF;
  box-shadow: 0rem 0.04rem 0.08rem 0rem rgba(216, 216, 216, 0.5);
  border-radius: 0.16rem;
  overflow: hidden;
}

.text-container h3.title {
  padding: 0.2rem;
  font-size: 0.32rem;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
  line-height: 0.48rem;
  background: linear-gradient(180deg, #0180BE 0%, #15337B 48%, #0180BE 100%);
}

.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;
}

.text-container .content-p {
  padding: 0 0.16rem 0.1rem;
}

.text-container img {
  max-width: 90%;
}
