/* 相关资讯 */
.info {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  
  .info-title {
    height: 36px;
    font-weight: 600;
    font-size: 24px;
    color: #303030;
    line-height: 36px;
    margin-bottom: 12px;
  }
  
  .info-list {
    overflow: hidden;
  }
  
  .info-item {
    margin-top: 8px;
  }
  
  .info-text {
    float: left;
    height: 24px;
    font-weight: 400;
    font-size: 16px;
    color: #1a1a1a;
    line-height: 24px;
    max-width: calc(100% - 100px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .info-text:hover,
  .info-text:active {
    color: #203f77;
    cursor: pointer;
  }
  
  .info-time {
    float: right;
    height: 24px;
    font-weight: 400;
    font-size: 16px;
    color: #909090;
    line-height: 24px;
  }