
    h3 {
      position: relative;
      font-size: 22px;
      line-height: 1.3636363636363635;
      /* margin-bottom: 10px; */
      font-weight: 500;
      min-height: 30px;
      color: #262626;
      word-break: break-word;
    }
    h3 strong {
      font-weight: 500;
      display: inline-block;
    }
    h3::before {
      display: none;
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      height: 20px;
      margin-top: -10px;
      border-left: 2px solid #90080e;
    }
    a:hover {
      text-decoration: none;
      color: #90080e;
    }

    .more {
      position: absolute;
      right: 0;
      font-size: 14px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #c5c5c5;
      text-decoration: none;
      font-weight: normal;
    }
    a:hover i {
      color: #c5c5c5;
    }
    .mod-hd[data-line] h3 {
      padding-left: 12px;
    }
    .mod-hd[data-line] h3::before {
      display: block;
    }
    .mod-hd[data-border] h3 {
      border-bottom: 1px solid #e5e5e5;
    }
    .mod-hd[data-border] h3 strong {
      border-bottom: 2px solid #90080e;
      margin-bottom: -1px;
    }
    .mod-hd[data-border] h3::before {
      display: none;
    }
    .mod-hd[data-light] h3 {
      color: #fff;
    }
  