.section,
.title {
  border-radius: .12rem;
  background-color: #fff
}

.item_list,
.item_name {
  float: left;
  overflow: hidden;
  font-family: PingFang SC;
}

#data_list {
  float: left;
  width: 10rem;
  min-height: 10rem
}

.section {
  float: left;
  width: 9rem;
  margin: .15rem .5rem
}

.title {
  padding: 0 .5rem;
  margin: .1rem 0 .15rem
}

.section_title,
.title {
  width: 8rem;
  height: 1rem;
  line-height: 1rem;
  margin-left: .5rem;
  font-size: .4rem;
  color: #ffd43f;
  font-weight: 700
}

.item_list {
  width: 9rem;
  margin-left: .5rem
}

.item_bg {
  width: 8rem;
  height: 1.1rem;
  border-top: .015rem solid #f6f6f6;
  cursor: pointer
}

.item_name {
  height: .8rem;
  line-height: .8rem;
  font-size: .36rem;
  margin-top: .25rem;
  color: #353535;
  text-overflow: ellipsis;
  white-space: pre;
  width: 7.2rem
}

.item_push {
  float: right;
  width: .2rem;
  height: .3rem;
  margin-top: .45rem;
  background: url(http://beisu-js.beisu100.com/lib/img/push.png) center no-repeat;
  background-size: 100%
}