/*
 * 国家生态环境科技成果转化综合服务平台 平台理事会样式文件
 * @author: 兮玥<190785909@qq.com>
 * @date: 2024-06-29 17:58:00
 */
 .page-intro .common-bg {
  background: url("../img/banner-bg-intro.jpg") no-repeat center center / cover;
}
.banner-catalog {
  height: 293px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.banner-catalog h2 {
  font-size: 40px;
  color:var(--text-color-dark);
  text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
}
.banner-catalog p {
  font-size: 20px;
  margin-top: 10px;
  color:var(--text-color-normal);
  text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
}

.sub-nav-wrap {
  background-color: #ffffff;
  height: 60px;
  border-bottom:solid 1px #E8EBF3
}
.sub-nav-wrap .nav-link {
  line-height: 60px;
  position:relative;
  display:inline-block;
  padding:0px;
  margin: 0;
  font-size:18px;
  color:var(--text-color-normal);
}
.sub-nav-wrap .nav-item+.nav-item {
  margin-left: 60px;
}
.sub-nav-wrap .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--primary-color-dark);
  transition: all 0.3s ease-in-out;
}
.sub-nav-wrap .nav-link.active, .sub-nav-wrap .nav-link:hover {
  color: var(--primary-color-dark);
  font-weight: 500;
}
.sub-nav-wrap .nav-link.active::after,.sub-nav-wrap .nav-link:hover::after {
  width: 100%;
}
.block0 {
  padding: 40px 0;
}
.block0 .more {
  text-align: center;
  padding-top: 40px;
}
.block0 .more a {
  color: #0457AA;
  font-size: 16px;
  line-height: 32px;
}
.block0 .more2 {
  text-align: center;
}
.block0 .more2 a {
  font-size: 14px;
  line-height: 16px;
  color: #158CE5;
}
.block0 .more2 i {
  font-size: 12px;
}
.block0 .item-wrap {
  text-align: center;
}
.block0 .item-wrap .item-title h1 {
  font-size: 30px;
  line-height: 54px;
  font-weight: 500;
  color: #0457AA;
  display: inline-flex;
  padding: 0 10px;
}
.block0 .item-wrap .item-title h1::before {
  content: "";
  width: 18.5px;
  background: url(../img/lsh-title-left.png) no-repeat center;
  margin-right: 10px;
}
.block0 .item-wrap .item-title h1::after {
  content: "";
  width: 18.5px;
  background: url(../img/lsh-title-right.png) no-repeat center;
  margin-left: 10px;
}
.block0 .item-wrap .item-title p {
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
  color: #DDD;
  letter-spacing: .25rem;
}
.block0 .item-wrap .item-list {
  justify-content: center;
}
.block0 .card {
  border: none;
  padding-top: 16px;
}
.block0 .card-title {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  height: 66px;
  margin-bottom: 16px;
}
.block0 .card-body {
  padding: .5rem 0;
}
.block0 .card hr {
  width: 30%;
  color: #ddd;
  margin: 0 auto;
}

.lshjj {
  background-color: #F1FAFF;
  padding-top: 60px;
  padding-bottom: 60px;
}
.lshjj .wrap {
  display: flex;
}
.lshjj .logo {
  width: 37.5%;
  padding-right: 30px;
}
.lshjj .logo img {
  max-width: 400px;
  width： 100%;
  box-shadow: 20px 25px #B2DEFF;
}
.lshjj .intro {
  width: 62.5%;
  padding-top: 16px;
}
.lshjj .intro .title {
  font-size: 30px;
  font-weight: bold;
  line-height: 42px;
  margin-bottom: 24px;
  color: #333;
}
.lshjj .intro .text {
  margin-bottom: 40px;
}
.lshjj .intro .text p {
  text-indent: 2em;
  text-align: justify;
  line-height: 36px;
  font-size: 18px;
  font-weight: 400;
  color: #666;
}
.lshjj .contact {
  font-weight: 400;
}
.lshjj .contact img {
  width: 60px;
  height: 60px;
  margin-right: 16px;
}
.lshjj .contact .info h2 {
  font-size: 22px;
  line-height: 30px;
  color: #000;
}
.lshjj .contact .info p {
  font-size: 18px;
  line-height: 25px;
  color: #666;
}
.cwlsdw {
  background: url(../img/lshfc_cwlsh-bg.png) no-repeat center center;
  background-size: cover;
}
.gzzd {
  background: url(../img/bg_gzzd.jpg)  no-repeat center center;
  background-size: cover;
}
.gzzd_h5 {
  display: none;
}
.block2 .title {
  color: var(--text-color-dark);
  font-size: 30px;
  font-style: normal;
  font-weight: bold;
  line-height: 42px;
  margin-bottom: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.block2 .title::before {
  content: "";
  width: 40px;
  height: 42px;
  background: url(../img/icon_jiantou.png) no-repeat center;
  margin-right: 2rem;
}
.block2 .title::after {
  content: "";
  width: 40px;
  height: 42px;
  transform: rotate(180deg);
  background: url(../img/icon_jiantou.png) no-repeat center;
  margin-left: 2rem;
}
.block2 .body {
  margin-top: 16px;
  overflow: hidden;
}
.block2 .left-wrap {
  background-image: url(../img/img_gzzz_left.jpg);
  padding: 36px 24px
}
.block2 .left-wrap ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.block2 .left-wrap ul li {
  padding: 12px 0;
}
.block2 .left-wrap a {
  padding-left: 16px;
  color: #FFF;
  font-size: 18px;
  line-height: 25px;
  display: block;
  width: 100%;
}
.block2 .left-wrap a.active {
  border-left: 2px solid #FFF;
}
.block2 .right-wrap {
  padding: 48px 20px 48px 40px;
  background-color: #FFF;
}
.block2 .right-wrap .tab-content {
  display: none;
  height: 360px;
  padding-right: 24px;
  overflow-y: scroll;
}
.block2 .right-wrap .tab-content::-webkit-scrollbar {
  width: 4px;
  border-radius: 10px;
  background-color: #F2F2F2;
}
.block2 .right-wrap .tab-content::-webkit-scrollbar-thumb {
  background: #0457AA;
  border-radius: 10px;
}
.block2 .right-wrap .tab-content.show {
  display: block;
}
.block2 .right-wrap .title2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 16px;
}
.block2 .right-wrap .art-body h1 {
  margin-bottom: 16px;
  padding: 0 16px;
  border-left: 4px solid #158CE5;
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
} 
.block2 .right-wrap .art-body .art-body p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-indent: 2em;
  text-align: justify;
}
.block2 .list-item {
  border-bottom: 1px solid #CCC;
}
.block2 .list-item .title2, .block2 .list-item .date {
  padding: 8px 0;
}
.block2 .list-item .title2 {
  font-size: 16px;
  line-height: 21px;
  color: #333;
}
.block2 .list-item .title2:hover {
  color: #0457AA;
}
.block2 .list-item .date {
  font-size: 12px;
  line-height: 17px;
  color: #666;  
}
.block2 .card-list {
  padding: 0 8px;
}
.block2 .card-list .col {
  padding: 0 8px;
}
.block2 .card-list .card {
  background-color: #FFF;
  padding: 0;
}
.block2 .card-list .card .card-body {
  padding: 0;
}
.block2 .card-list .card .card-title {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  padding: 16px;
  margin: 0;
  height: auto;
}
.block2 ul.list-wrap {
  padding: 0;
  list-style-type: none;
}
.block2 ul.list-wrap li {
  padding: 24px 0;
  border-bottom: 1px solid #CCC;
  display: flex;
  justify-content: between;
  align-items: center;
}
.block2 ul.list-wrap li::before {
  content: "";
  background-color: #0B5FC7;
  padding: 2px;
  border-radius: 50%;
  margin-right: 8px;
}
.block2 ul.list-wrap li a {
  font-size: 20px;
  line-height: 36px;
  color: #333;
}
.cgal {
  background: url("../img/bg_cgal.jpg") no-repeat center center / cover;
}
.cgal .card-list .card .card-body {
  display: flex;
  align-items: center;
  padding: 16px;
}
.cgal .card-list .card .card-body::before {
  content: "";
  padding: 2px;
  background-color: #0457AA;
  margin-right: 8px;
  border-radius: 50%;
}
.cgal .card-list .card .card-title {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .lshjj .wrap {
    display: block;
  }
  .lshjj .logo {
    width: 100%;
    margin-bottom: 24px;
    display: none;
  }
  .lshjj .intro {
    width: 100%;
  }
  .gzzd {
    display: none;
  }
  .gzzd_h5 {
    display: block;
    background-color: #F1FAFF;
    padding: 24px 0;
  }
  .block2 .list-item .title2 {
    margin-top: 16px;
    padding: 0;
  }
  .block2 .list-item .date {
    padding-top: 8px;
    padding-bottom: 12px;
  }
  .common-header {
    height: 260px;
  }
  .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;
  }
  .banner-catalog {
    height: 168px;
  }
  .lshjj {
    padding-top: 8px;
    padding-bottom: 40px;
  }
  .lshjj .intro .title {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .lshjj .intro .text p {
    font-size: 16px;
    line-height: 28px;
  }
  .lshjj .contact .info h2 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
  .lshjj .contact .info p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 16px;
  }
  .lshjj .contact img {
    width: 40px;
    height: 40px;
  }
  .block0 .item-wrap .item-title h1 {
    font-size: 18px;
    line-height: 25px;
  }
  .block0 .item-wrap .item-title p {
    font-size: 9px;
    line-height: 12px;
  }
  .block0 .card-title {
    font-size: 12px;
    line-height: 17px;
    height: 60px;
    margin-bottom: 0;
  }
  .block2 .title {
    font-size: 18px;
  }
  .block2 .title::before {
    margin-right: 1rem;
  }
  .block2 .title::after {
    margin-left: 1rem;
  }
  .block2 ul.list-wrap li {
    padding: 8px;
  }
  .block2 .list-wrap .title2 {
    font-size: 16px;
  }
}
