ion-content{
  p,h3{
    padding: 0;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .msg-list{
    .msg-item{
      border-bottom: 1px solid rgba(187, 187, 187, 100);
      padding-bottom: 5pt;
      + .msg-item{
        margin-top: 10pt;
      }
      .msg-item-info{
        float: left;
        width: 70%;
        h3{
          color: rgba(16, 16, 16, 100);
          font-size: 14pt;
          height: 20pt;
          line-height: 20pt;
          text-align: left;
          font-family: PingFangSC-regular;
        }
        p{
          height: 17pt;
          line-height: 17pt;
          color: rgba(16, 16, 16, 61);
          font-size: 12pt;
          text-align: left;
          font-family: PingFangSC-regular;
        }
      }
      .msg-item-news{
        float: right;
        width: 30%;
        .msg-time,.msg-count{
          color: rgba(16, 16, 16, 46);
          font-size: 10pt;
          text-align: right;
          height: 20pt;
          line-height: 20pt;
        }
        .msg-item-count{
          border-radius: 16pt;
          height: 15pt;
          width: 15pt;
          display: flex;
          justify-content: center;
          align-items: center;
          background: red;
          color: #fff;
          font-size: 5pt;
          position: absolute;
          right: 16px;
        }
      }
      .clear{
        clear: both;
      }
    }
  }

  .testtt{
    width: 20px;overflow: hidden;text-overflow: ellipsis;word-break: keep-all;
  }
}
