
.contentContainer{
  background: #fbfbfb;
}
.newItemBoxWrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.newsItemBox {
  display: flex;
  padding: 0 .24rem ;
  flex-direction: column;

}

.newsItemBox .newsItem {
  width: 7.02rem;
  height: 6.04rem;
  background: white;
  margin-top: .24rem;
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
}


.newsItem .newPic {
  width: 100%;
  height: 2.2rem;
  object-fit: cover;
  position: relative;
  display: flex;
}

.newsItem .newTitle {
  font-size: .28rem;
  width: 6.06rem;
  color: #2A314F;
  line-height: .46rem;
  margin-top: .32rem;
  font-weight: bold;
}

.newsItem .newDes {
  font-size: .24rem;
  color: #2A314F;
  width: 6.06rem;
  line-height: .4rem;
  margin-top: .2rem;
}

.newsItem .newBottom {
  display: flex;
  flex-direction: row;
  /* padding: 0 .4rem; */
  position: absolute;
  left: .48rem;
  bottom: .48rem;
  width: 6.06rem;
  justify-content: space-between;
}

.newBottom .newTime {
  font-size: .18rem;
  color: #2A314F;

}

.newMore {
  align-items: center;
  justify-content: center;
  right: 0;
  display: flex;
  cursor: pointer;
  font-size: .24rem;
  color: #2A314F;
  flex-direction: row;
  top: .11rem;
}
.newMore>span {
  margin-left: .1rem;
}