.contentContainer {
  background: white;
}
.innerContent{
  background: white;
}
.newTopInfo {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 1.78rem;
  background: #FBFBFB
}

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

.newTopBox .newTitle {
  font-weight: bold;
  font-size: .28rem;
  color: #2A314F;
}

.newTopBox .newTime {
  font-size: .16rem;
  color: #2A314F;
  margin-top: .32rem;
}
.newContent {
  background: white;
  overflow: hidden;
  /*height: 2rem;*/
padding: .64rem 0 1.08rem;
}