* {
  margin: 0;
  padding: 0;
}
body {
  background: #f5f5f5;
}
.wrap {
  width: 16rem;
  margin-left: auto;
  margin-right: auto;
}
.list {
  margin: 0.85rem 0.75rem;
}
.list .item {
  margin-bottom: 0.5rem;
  padding: 0.75rem;
  background: #fff;
  border: 0.025rem solid #e0e0e0;
  border-left-width: 0.225rem;
  border-bottom-width: 0.05rem;
  border-radius: 0.1rem;
}
.list .item .title {
  line-height: 1.35rem;
  color: #595757;
  font-size: 0.7rem;
}
.list .item .text {
  font-size: 0.55rem;
  line-height: 0.7rem;
  color: #898989;
}
