.pc-article {
  .pc-article-search {
    .pc-article-list{
      padding-top: 20px;
    }
  }
  .pc-article-body {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 40px;
    .pc-article-col {
      background-color: #f4f4f5;
      border-radius: 20px;
      width: 100%;
      padding: 20px 20px;

      margin-bottom: 40px;
    }

    .pc-article-box {
      max-width: 1000px;
      display: flex;
      justify-content: flex-start;
      .pc-article-img {
        img {
          width: 240px;
          height: 160px;
          border-radius: 6px;
        }
      }
      .pc-article-content {
        margin-left: 20px;
        .pc-article-title {
          font-size: 16px;
          font-weight: 600;

          margin-bottom: 20px;
        }
        .pc-article-summary {
          font-size: 12px;
          font-weight: 400;
        }
      }
    }
  }
  a {
    text-decoration: none;
    color: #303133;
  }
}
