.innerContent {
  background: #fbfbfb;
}

.detailTopInfo {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: .48rem;
  background: #FBFBFB
}


.detailTopInfo .detailTopBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}

.detailTopBox .detailTitle {
  font-weight: bold;
  font-size: .32rem;
  line-height: .48rem;
  color: #2A314F;
}

.detailTopBox .detailTime {
  font-size: .2rem;
  color: #2A314F;
  margin-top: .24rem;
}

.detailContent {
  background: white;
  overflow: hidden;
  line-height: .46rem;
  min-height: 2rem;
  padding: .48rem;
  font-size: .28rem;
}