.pc-article-catalog {
  .pc-article-catalog-body {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #fff;
    padding-top: 20px;

    .pc-article-catalog-box {
      max-width: 1200px;
      width: 100%;
    }
  }
  .pc-article-catalog-content {
    min-width: 1200px;
    display: flex;
    justify-content: center;

    .pc-article-catalog-formal {
      width: 70%;
      margin: 0 20px;
    }

    .pc-article-catalog-oper {
      width: 30%;
      margin: 0 20px;
    }
  }

  .pc-article-box {
    margin: 10px 0 10px 0;
    .pc-article-box-title-row {
      height: 40px;
      border-bottom: 1px solid #e4e7ed;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
    }
    .pc-article-box-title-row-box {
      display: flex;
      justify-content: space-between;
    }
    .pc-article-box-title-label {
      font-size: 20px;
      font-weight: 700;
      display: flex;
      justify-content: center;
      flex-direction: row;
      align-items: center;
      svg {
        margin-right: 10px;
      }
    }
    .pc-article-box-title-more {
    }

    .pc-article-box-body {
    }
  }

  .pc-article-box-remark {
    font-size: 14px;
    margin: 20px 0;
  }

  a {
    text-decoration: none;
    color: #303133;
  }
}
