* {
  margin: 0;
  padding: 0;
  color: #333333; }

html {
  font-size: 16px;
  font-family: PingFangSC-Regular; }
  html .trend {
    width: 15.625%;
    min-width: 300px; }
    html .trend h3 {
      font-size: 20px;
      line-height: 20px;
      margin: 49px 0 18px 0;
      color: #333333; }
    html .trend ul {
      list-style: none; }
      html .trend ul li {
        border-top: 1px solid #e4e4e4;
        padding: 22px 0 20px 0; }
      html .trend ul a {
        text-decoration: none;
        color: #333333; }
      html .trend ul .noImg p {
        font-size: 18px;
        line-height: 25px;
        color: #333333;
        margin-bottom: 13px; }
      html .trend ul .noImg span {
        font-size: 14px;
        line-height: 14px;
        color: #999999; }
      html .trend ul .hasImg .graphic {
        color: #333333;
        margin-bottom: 16px;
        display: table; }
        html .trend ul .hasImg .graphic:after {
          clear: both;
          content: "";
          display: block;
          width: 0;
          height: 0;
          visibility: hidden; }
        html .trend ul .hasImg .graphic div {
          width: 70px;
          height: 50px;
          float: left;
          margin-right: 7px;
          background: url("./../img/trend_01.png") no-repeat center;
          background-size: cover; }
          html .trend ul .hasImg .graphic div img {
            width: 100%;
            height: 100%; }
        html .trend ul .hasImg .graphic p {
          display: table-cell;
          vertical-align: middle;
          width: 230px;
          font-size: 18px;
          color: #333333;
          line-height: 50px;
          box-sizing: border-box; }
          html .trend ul .hasImg .graphic p i {
            line-height: 25px;
            font-style: normal;
            vertical-align: middle;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical; }
      html .trend ul .hasImg span {
        font-size: 14px;
        line-height: 14px;
        color: #999999; }
