.ct-qrcode{
      margin-top: 20px;
    }
    .ct-bottom-title {
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 17px;
      text-align: left
    }

    .ct-articles {
      width: 202px;
      /*height: 402px;*/
    }

    .ct-articles .ct-article {
      width: 200px;
      height: 86px;
      box-sizing: border-box;
      border: 1px solid #d7d7d7;
      margin: 8px 1px;
      padding: 8px 10px 8px 12px;
      overflow: hidden;
    }

    .ct-articles .ct-article:last-child {
      margin-bottom: 30px;
    }

    .ct-articles .ct-article .ct-article-top {
      height: 18px
    }

    .ct-articles .ct-article .ct-article-top img {
      display: inline-block;
      float: left;
      margin-right: 9px;
      width: 18px;
      height: 18px;
      border-radius: 50%
    }

    .ct-articles .ct-article .ct-name{
      float: left;
      font-size: 12px;
      font-weight: 600;
      margin-top: 3px;
      color: #6b6b6b
    }

    .ct-articles .ct-article .ct-return-rate{
      font-size: 12px;
      color: #d00;
      margin-top: 3px;
      float: right
    }

    .ct-articles .ct-article .ct-article-info{
      display: block;
      font-size: 14px;
      line-height: 22px;
      color: #333;
      height: 44px;
      text-align: left;
      margin-top: 8px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;

    }

    .ct-articles .ct-article .ct-article-info:hover {
      color: #d00;
      text-decoration: underline;
    }

    .ct-content .left__special .news-list-e a {
      margin-right: 10px;
    }
