.main-content .new-list .content {
  width: 100%;
  height: 2.8rem;
  padding: 0.3rem 0.7rem 0.3rem 0.3rem;
  cursor: pointer;
  transition: background-color .4s;
  position: relative;
  justify-content: space-between;
}

.main-content .new-list .content:hover {
  background-color: #FAFAFA;
}

.main-content .new-list .content::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.02rem;
  content: '';
  background-color: #F0F0F0;
  transform: scaleY(.6);
  -webkit-transform: scaleY(.6);
}

.main-content .new-list .content img {
  width: 3.32rem;
  height: 2.2rem;
  object-fit: cover;
}

.main-content .new-list .content .text {
  width: 14.8rem;
  height: 1.7rem;
  overflow: hidden;
}

.main-content .new-list.merchant .content .text {
  height: 2.2rem;
}



.main-content .new-list .content .text .title {
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.36rem;
  color: #313131;
  margin-bottom: 0.3rem;
  overflow: hidden;
  font-family: FangZheng_JIAN;
}

.main-content .new-list .content .text .info {
  width: 100%;
  height: 1rem;
  line-height: 0.5rem;
  font-size: 0.28rem;
  color: #9E9E9E;
  font-family: FangZheng_SONG;
}

.main-content .new-list .content .date {
  /*width: 2.2rem;*/
  height: .6rem;
  line-height: 0.6rem;
  font-size: 0.28rem;
  color: #656565;
  font-family: FangZheng_SONG;
}

.main-content .new-list.merchant .content .date {
  /*width: 2.2rem;*/
  height: 2rem;
}

.main-content .new-list.merchant .content .date .kind {
  /*width: 2.2rem;*/
  height: .6rem;
  line-height: 0.6rem;
  font-size: 0.36rem;
  color: #313131;
  text-align: right;
  font-family: FangZheng_SONG;
}

.main-content .new-list.merchant .content .date .info {
  /*width: 2.2rem;*/
  height: .6rem;
  line-height: 0.6rem;
  font-size: 0.28rem;
  color: #656565;
  text-align: right;
  font-family: FangZheng_SONG;
}