/*
 * 国家生态环境科技成果转化综合服务平台 VCSO污染防治(专题)页样式文件
 * @author: zhuzl<me@zhuzhilong.com>
 * @date: 2024-06-16 12:59:53
 */
 .page-topic-vocs {
  background-color: #F1FAFF;
}
.page-topic-vocs .common-bg {
  background: url("../img/vocs-bg.jpg") top center no-repeat;
  background-size: cover;
}
.page-topic-vocs .banner-catalog {
  text-align: center;
  padding-top: 195px;
}
.page-topic-vocs .common-header {
  height: 696px;
}
.page-topic-vocs .breadcrumb-nav {
  padding-left: 0;
  padding-right: 0;
}
.page-topic-vocs .breadcrumb {
  background-color: unset;
  color: var(--text-color-light);
  font-size: 16px;
  margin-top: 12px;
  padding-left: 0;
  padding-right: 0;
}
.page-topic-vocs .breadcrumb-item+.breadcrumb-item::before {
  content: '>';
  font-family: "simsun";
  color: #ccc;
}
.page-topic-vocs .breadcrumb a {
  color: var(--text-color-light);
  padding: 0 0.5rem;
}
.page-topic-vocs .breadcrumb .breadcrumb-item:last-child a {
  color: var(--text-color-dark);
}
.szt-label {
  flex: 1;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-top: 80px;
}
.szt-label img.animate__animated {
  /* 避免出现图片盖住二级菜单文字的情况 */
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
}
.vocs-block {
  padding-top: 40px;
  padding-bottom: 40px;
}
.block-title {
  color: var(--text-color-dark);
  font-size: 30px;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.block-title span {
  display: inline-block;
}
.block-title-bg {
  top: 20px;
  height: 17px;
  border-radius: 3px;
  background: linear-gradient(to right, #41406580, #0085FF80);
  margin: -12px 16px 0 16px;
}
.block-desc {
  color: var(--text-color-light);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-align: center;

}

.block-desc a {
  color: var(--primary-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-left: 5px;
}
.block-desc em {
  font-size:12px;
  margin-left: 2px;
  display: inline-block;;
  transition: all 0.3s ease-in-out;
  vertical-align: middle;
}
.block-desc a:hover em {
  margin-left: 10px;
}
.vocs-block-standard {
  padding-bottom: 40px;
}
.standard-tab .tab-header .btn {
  background: #E4F4FF;
  height: 54px;
  line-height: 54px;
  padding: 0 24px;
  margin: 4px;
  display: inline-block;
  font-size: 20px;
  color:#016BB6;
  border-radius: 0;
}
.standard-tab .tab-header .btn.active, .standard-tab .tab-header .btn:hover {
  color:#fff;
  background: #016BB6;
  background-image: url(../img/topic-btn-bg.png);
  background-size: cover;
}
.tab-body .tab-panel {
  display: none;
}
.tab-body .tab-panel.active {
  display: block;
}
.standard-item {
  padding: 5px;
}
.standard-item a {
  display: block;
  padding: 16px;
  background: #fff;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 33px 136px 0px rgba(4, 69, 132, 0.07), 0px 12.046px 49.642px 0px rgba(4, 69, 132, 0.05), 0px 5.848px 24.1px 0px rgba(4, 69, 132, 0.04), 0px 2.867px 11.814px 0px rgba(4, 69, 132, 0.03), 0px 1.134px 4.671px 0px rgba(4, 69, 132, 0.02);
}
.standard-item h4 {
  color:var(--text-color-dark);
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
}
.standard-item p {
  font-size: 16px;
  color: var(--text-color-normal);
  margin-bottom:0;
}
.standard-item a:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04)
}
.standard-item a:hover h4 {
  color:var(--primary-color)
}

.vocs-block-tech {
  /* min-height: 530px; */
  background: url(../img/bg_vos_kjcg.png) bottom center no-repeat;
  background-size: cover;
}

.tech-tab {
  display: flex;
}
.nav-tech-links .nav-link{
  padding: 13px 0;
  text-align: left;
  padding-left: 24px;
  line-height: 30px;
  font-size: 20px;
  color: var(--text-color-dark);
  position: relative;
  margin-bottom: 5px;
  cursor: pointer;
}
.nav-tech-links .nav-link::after {
  content: "";
  display: block;
  width: 4px;
  height: 0;
  position: absolute;
  background: linear-gradient(135deg, #00D466 0%, #0097EE 100%);
  left: 0;
  top: 0;
  transition: height 0.3s ease-in-out;
}
.nav-tech-links .nav-link em {
  font-size: 20px;
  margin-right: 8px;

}
.nav-tech-links .nav-link.active,.nav-tech-links .nav-link:hover {
  background-color: #F5F8FD;
}
.nav-tech-links .nav-link.active::after,.nav-tech-links .nav-link:hover::after {
  height: 56px;
}

.tech-item a {
  display: flex;
  flex-direction: row;
  margin-bottom: 16px;
}
.tech-item h4 {
  color:var(--text-color-dark);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 0;
  flex: 1;
}
.tech-item a:hover h4 {
  color:var(--primary-color)
}
.tech-item .recommend-tag {
  padding: 0 8px;
  background-color: #FF9500;
  border-radius: 2px 2px 2px 0px;
  font-size: 12px;
  width: 46px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  position: relative;
  margin-left: 10px;
}
.tech-item .recommend-tag::before {
  content:"";
  width: 0;
  height: 0;
  position: absolute;
  left: -4px;
  bottom: 0;
  border-bottom: 4px solid #FF9500;
  border-left: 4px solid transparent;
}
.equipment-item .box .inner-img {
  height: 237px;
}
.project-case-big .box .inner-img {
  height: 478px;
}
.project-case-list-small .box .inner-img {
  height: 229px;
}
.project-case-big,.project-case-list-small .col {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.project-case-big .box .inner-text {
  padding: 16px 24px;
}
.project-case-small .box .inner-text {
  padding: 14px 16px;
}
.box {
  position: relative
}
.box .inner-img {
  height: 315px;
}
.box .inner-text {
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing:border-box;
  padding: 10px;
  width: 100%;
  background: linear-gradient(180deg, rgba(67, 177, 113, 0.00) 0%, rgba(6, 131, 58, 0.54) 100%);
}
.box .inner-text h4 {
  margin-bottom: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
}
.box .inner-text p {
  margin-bottom: 0;
  line-height: 20px;
  font-size: 13px;
  color: #fff;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.vocs-block-live {
  background: url(../img/bg_vos_zbjz.png) bottom center no-repeat;
  background-size: cover;
}
.replay-list {
  padding: 5px;
}
.replay-list .replay-item {
  margin-bottom: 16px;
  padding-left: 8px;
  padding-right: 8px;
}
.replay-list .card {
  border: none;
  border-radius: 0;
  box-shadow: 5px 5px 5px 0px rgba(17, 100, 225, 0.08);
}
.replay-list .card .card-img {
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  position: relative;
  max-height: 226px;
}
.replay-list .card .card-img-top {
  object-fit: cover;
}
.replay-list .card .card-img .play-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 20px;
  margin-bottom: 20px;
}
.replay-list .card-title {
  color: var(--text-color-dark);
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.replay-list .card-text {
  color: var(--text-color-light);
  font-size: 14px;
  font-weight: 300;
}
.replay-list .card-text .icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  fill: var(--text-color-light);
  background: url(../icons/icon-timer.svg) no-repeat;
}
.replay-list .card-text .time {
  display: inline-block;
  margin-left: 5px;
  line-height: 20px;
}
.replay-list .replay-item .list-img-wrap {
  align-items: center;
  display: flex;
  height: 226px;
  background-color: #EEE;
}

.szq-footer .footer-copyright {
  padding: 10px;
}
.szq-footer p {
  padding: 8px;
  margin: 0 auto;
  line-height: 20px;
}
.szq-footer p:first-child {
  border-bottom: solid 1px #2D8DD3;
}

.news-block ul.news-list {
  list-style-type: none;
  padding: 0;
}
.news-block ul.news-list li {
  border-bottom: 1px solid #E8E8E8;
  padding: 12px 0;
  display: flex;
  align-items: center;
}
.news-block ul.news-list li::before {
  content: "";
  background-color: #0B5FC7;
  padding: 2px;
  border-radius: 50%;
}
.news-block ul.news-list li a {
  color: #333;
  font-size: 16px;
  line-height: 22px;
  display: block;
  width: 100%;
  margin-left: -4px;
}
.news-block ul.news-list li .text {
  width: 80%;
  padding-left: 12px;
}
.news-block ul.news-list li .text:hover {
  color: #158CE5;
}
.news-block ul.news-list li .date {
  color: #999;
  font-size: 14px;
}

.jscg-wrap .col {
  padding: 4px 10px;
}
.jscg-wrap a {
  border-radius: 4px;
  border: 2px solid #FFFFFF99;
  display: block;
  padding: 12px;
  background: linear-gradient(0deg, #FFFFFF99 0%, #F3F5F899 100%);
  box-shadow: 8px 8px 20px 0px rgba(55, 99, 170, 0.10);
}
.jscg-wrap .ceettIcon {
  margin-right: 16px;
  font-size: 6px;
  color: #0457AA;
}
.jscg-wrap .text {
  color:var(--text-color-dark);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.jscg-wrap a:hover .text {
  color:var(--primary-color)
}


@media screen and (max-width: 1200px) {
  .szq-nav-list > .nav-item {
    margin-right: 5px;
  }
}

@media screen and (max-width: 1000px) {
  .szq-header {
    height: auto;
    background-size: cover;
  }
  .szt-label {
    padding: 4rem;
  }
  .szq-nav-list > .nav-item::after {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .vocs-block-tech .tech-tab {
    padding-top: 20px !important;
  }
  .vocs-block-tech .nav-tech-links {
    flex-direction: row !important;
    justify-content: space-around;
    border-bottom:  solid 1px #dedede;
    margin-bottom: 20px;
  }
  .vocs-block-tech .nav-tech-links .nav-link {
    flex: 1;
    margin-bottom: 0px;
  }
  .vocs-block-tech .nav-tech-links .nav-link::after {
    width: 0;
    height: 3px;
    bottom: 0;
    top: auto;
  }
  .vocs-block-tech .nav-tech-links .nav-link.active::after,.vocs-block-tech .nav-tech-links .nav-link:hover::after {
    width: 100%;
    height: 3px;
  }

}

@media screen and (max-width: 576px) {
  .page-topic-vocs .common-header {
    height: 260px;
  }
  .page-topic-vocs .banner-catalog {
    padding-top: 56px;
  }
  .block-title {
    font-size: 20px;
  }
  .vocs-block {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .block-desc {
    margin-bottom: 12px;
  }
  .page-topic-vocs .breadcrumb {
    padding: 16px;
    margin: 0;
  }
  .jscg-wrap .ceettIcon {
    margin-right: 10px;
  }
  .project-case-big .box .inner-img {
    height: 249px;
  }
}


