/* category_gsjj.html 专用样式 — 公司简介页响应式适配 */
/* 平板端公共响应式已提取至 responsive-tablet.css，不再重复 */

/* 平板（1259px 及以下）
 * 4列卡片网格切换为2列 */
@media screen and (max-width: 1259px) {
  .v2022 .px-list.row-4 .px-item {
    width: calc(50% - 13px);
    margin-right: 26px;
  }
  .v2022 .px-list.row-4 .px-item:nth-child(4n) {
    margin-right: 26px;
  }
  .v2022 .px-list.row-4 .px-item:nth-child(2n) {
    margin-right: 0;
  }
  .v2022 .px-list.row-4 .px-item-place {
    width: calc(50% - 13px);
  }
  .v2022 .px-list .px-item img {
    height: 180px;
  }

  /* 新闻列表：缩小内边距 */
  .v2022 .news-list-line ul li {
    padding: 15px;
  }
  .v2022 .news-list-line ul li a {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
