.list3 {
  width: 93%;
  margin: 0 auto; }
  .list3 .item {
    width: 100%;
    border-bottom: 0.01rem solid #E8E9EC;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .list3 .item .text {
      width: 85%;
      display: flex;
      flex-direction: column;
      padding: 0.2rem 0; }
      .list3 .item .text .title {
        font-size: 0.18rem;
        font-weight: 500;
        color: #222; }
      .list3 .item .text .add, .list3 .item .text .tell {
        font-size: 0.14rem;
        color: #999999;
        padding-top: 0.05rem; }
    .list3 .item .more {
      width: 10%;
      display: flex;
      justify-content: flex-end;
      padding-right: 0.05rem; }
      .list3 .item .more .arrow {
        border: 0.02rem solid #999999;
        width: 0.08rem;
        height: 0.08rem;
        border-left-color: transparent;
        border-top-color: transparent;
        transform: rotate(-45deg); }

/*# sourceMappingURL=list3.css.map */
