
#app {
  height: 100%;
  display: flex;
  flex-direction: column;
}


.news-wrap {
  color: #ffffff;
  padding-top: 0.3rem;
  flex: 1;
}

.news-wrap .title {
  position: relative;
  height: 0.8rem;
  line-height: 0.8rem;
  padding-left: 0.24rem;
  font-size: 0.4rem;
}

.news-wrap .title::before {
  position: absolute;
  bottom: 0;
  content: "";
  width: 0.8rem;
  height: 0.02rem;
  background-color: #34b04e;
  font-weight: bold;
  left: 0.24rem;
}

.wrapper {
  margin: 0.24rem;
}

.wrapper h2 {
  font-size: 0.34rem;
  line-height: .7rem;
  margin-bottom: .2rem;
}

.wrapper .time {
  font-size: .28rem;
  line-height: .67rem;
}

.wrap {
  margin: 0.24rem;
  font-size: .28rem !important;
  line-height: .5rem !important;
  color: rgb(140, 141, 142);
}

.wrap img {
  display: block;
  margin: 0.2rem auto;
  /* max-width: 6rem !important;
  max-height: 4rem !important; */
  width: 100%;
  border: 0;
}
