.txt-content-box {
  padding: 0.97rem 3.25rem;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
}
.txt-content-box .txt-title {
  font-weight: 600;
  font-size: 0.3rem;
  color: #161B31;
  text-align: center;
}
.txt-content-box img {
  width: 100%;
  height: auto;
  /*margin-bottom: 0.3rem;*/
}
.txt-content-box .txt-date {
  font-weight: 400;
  font-size: 0.2rem;
  color: #505050;
  text-align: center;
  margin: 0.23rem 0 0.38rem;
}
.txt-content-box .txt-content {
  font-weight: 400;
  font-size: 0.23rem;
  color: #323232;
  line-height: 0.38rem;
  margin-bottom: 0.3rem;
}/*# sourceMappingURL=tabTwoDetail.css.map */