/*
 * 国家生态环境科技成果转化综合服务平台 技术展厅样式文件
 * @author: zhuzl<me@zhuzhilong.com>
 * @date: 2024-06-29 17:21:00
 */
.page-kjcg-jszt {
  background-color: #F2F3F5;
}
.page-kjcg-jszt .common-bg {
  background-color: #F2F3F5;
  background: url("../img/bg_jszt.jpg") no-repeat center center / cover;
}
.banner-catalog {
  height: calc(468px - 175px);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.banner-catalog h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 56px;
  color: #333;
}
.banner-catalog p {
  font-size: 20px;
  line-height: 28px;
  color: #666;
  margin-top: 16px;
}


.list-wrap .list-item {
  margin-bottom: 1rem;
  padding-left: 8px;
  padding-right: 8px;
}
.list-wrap .card {
  border: none;
  border-radius: 0;
}
.list-wrap .card .card-body {
  padding: 1.5rem;
}
.list-wrap .card hr {
  width: 20px;
  border: 1px solid #0746FF;
  margin: 16px 0;
}
.list-wrap .card-img, .card-img-top {
  border-radius: 0;
}
.list-wrap .card-title {
  color: var(--text-color-dark);
}
.list-wrap .card-text {
  color: var(--text-color-normal);
}

.list-wrap .common-page-nav {
  margin-top: 44px;
  margin-bottom: 60px;
}
.list-wrap .common-page-nav ul {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .common-header {
    height: auto;
  }
  .banner-catalog {
    height: 170px;
  }
  .banner-catalog h2 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 0;
  }
  .banner-catalog p {
    font-size: 16px;
    margin-top: 8px;
    line-height: 1.5;
  }
  .list-wrap {
    padding-top: 16px;
  }
  .list-wrap .list-item {
    margin-bottom: 10px;
  }
  .list-wrap .card .card-body {
    padding: 1rem;
  }
  .list-wrap .common-page-nav {
    margin: 0;
  }
  .common-page-nav {
    padding: 20px;
  }
  .common-page-nav .page-item.active {
    background-color: unset;
  }
}
