/*信息列表*/
.note-list {
  background: #fff;
}
.note-list li {
  margin: 0 0 0.4rem 0;
}
.note-list li .item-box {
  margin: 0 0 0.02666667rem 0;
}
.note-list li .header-box {
  font-size: 0.32rem;
  color: #14181D;
  background: #f2f2f2;
  line-height: 0.66666667rem;
  width: 1.33333333rem;
  padding: 0.2rem 0.13333333rem;
  text-align: center;
  float: left;
}
.note-list li .content-box {
  font-size: 0.32rem;
  color: #9FA0A5;
  background: #f8f8f8;
  line-height: 0.66666667rem;
  width: 7.33333333rem;
  padding: 0.2rem 0.13333333rem;
  float: left;
}
/*# sourceMappingURL=note.css.map */