/*
 * 国家生态环境科技成果转化综合服务平台 中日合作页样式文件
 * @author: zhuzl<me@zhuzhilong.com>
 * @date: 2024-06-17 20:58:48
 */

 .page-cwj .common-bg {
  background: url("../img/banner-bg-cwj.jpg") no-repeat center center / cover;
}

.page-cwj .common-header {
  height: 696px;
}
.banner-label {
  height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-label img.animate__animated {
  /* 避免出现图片盖住二级菜单文字的情况 */
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
}
.cwj-block {
  padding: 60px 0;
}
.cwj-block.cwj-block-01 {
  padding-bottom: 0;
}
.block-title {
  font-size: 30px;
  font-style: normal;
  font-weight: bold;
  color:var(--text-color-dark);
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-title::before {
  content: "";
  width: 40px;
  height: 42px;
  background: url(../img/bg-zrhz-title.png) no-repeat center;
  margin-right: 2rem;
}
.block-title::after {
  content: "";
  width: 40px;
  height: 42px;
  transform: rotate(180deg);
  background: url(../img/bg-zrhz-title.png) no-repeat center;
  margin-left: 2rem;
}
.cwj-block-01 .col {
  padding: 10px;
}
.cwj-block-01-links a {
  border-radius: 4px;
  border: 1px solid #FFF;
  background: #F5F8FC;
  padding: 20px;
  margin-bottom: 20px;
  display: block;
  height: 122px;
  box-sizing: border-box;
}
.cwj-block-01-links a:hover {
  background: #F5F8FC;
  box-shadow: 0px 8px 16px 0px rgba(6, 29, 116, 0.20);
}
.cwj-block-01-links h4 {
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: 18px;
  color:var(--text-color-dark);
}
.cwj-block-01-links p {
  font-size: 12px;
  color:var(--text-color-light);
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  min-height: 22px;
}
.cwj-block-01-links .link-extra {
  justify-content: space-between;
  align-items: center;
}
.cwj-block-01-links .link-date {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
  color: var(--text-color-light);
}

.cwj-block-01-links .link-more {
  width: 24px;
  height: 24px;
  border: solid 1px var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cwj-block-01-links .link-more em {
  font-size: 12px;
}


.box {
  position: relative;
  border-radius: 4px;
  border: solid 2px #fff;
  box-shadow: 8px 8px 20px 0px rgba(55, 99, 170, 0.10);
}
.box .inner-text {
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing:border-box;
  padding: 10px;
  width: 100%;
  background: rgba(51, 51, 51, 0.60);
}
.box .inner-text h4 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
}
.box .inner-img {
  height: 260px;
}


.cwj-block-02 {
  /* min-height: 570px; */
  background: url(../img/cwj-bg-01.jpg) no-repeat center bottom / cover;
  position: relative
}

.cwj-block-02 .mask {
  left: 0;
  top: 0;
  width:100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 5%, #FFF 100%);
}

.cwj-block-02 .container {
  position: relative;
}
.cwj-block-02 .block-desc em {
  font-size:12px;
  display: inline-block;
  transform: scale(0.8);
}
.cwj-block-02-list .col {
  padding: 10px;
}
.cwj-block-02-list a {
  border-radius: 4px;
  border: 2px solid #FFF;
  display: block;
  padding: 12px;
  background: linear-gradient(0deg, #FFF 0%, #F3F5F8 100%);
  box-shadow: 8px 8px 20px 0px rgba(55, 99, 170, 0.10);
}
.cwj-block-02-list .d-flex {
  align-items: center;
}
.cwj-block-02-list .icon {
  margin-right: 40px;
  width: 64px;
  height: 64px;
  overflow: hidden;
}
.cwj-block-02-list .icon img {
  width: 64px;
  height: 64px;
  max-width: max-content;
  transition: transform 0.3s ease-in-out;
}
.cwj-block-02-list .text {
  color:var(--text-color-dark);
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: 18px;
  flex: 1;
}
.cwj-block-02-list a:hover img {
  transform: scale(1.1);
}
.cwj-block-02-list a:hover .text {
  color:var(--primary-color)
}
.cwj-block-03 .col {
  padding: 10px;
}
.cwj-block-03  .scale-img {
  border-radius: 6px;
  border: 2px solid #FFF;
  display: block;
  overflow: hidden;
  box-shadow: 0px 8px 16px 0px rgba(6, 29, 116, 0.06);
}
.cwj-block-03 .inner-img {
  height: 375px;
}
.hzdt {
  background: url("../img/bg_dongtai.jpg") no-repeat center center / cover;
}
.hzdt ul.news-list {
  list-style-type: none;
  padding: 0;
}
.hzdt ul.news-list li {
  border-bottom: 1px solid #E8E8E8;
  padding: 16px 0;
  display: flex;
  align-items: center;
}
.hzdt ul.news-list li::before {
  content: "";
  background-color: #0B5FC7;
  padding: 2px;
  border-radius: 50%;
  margin-right: 8px;
}
.hzdt ul.news-list li a {
  color: #333;
  font-size: 16px;
  line-height: 22px;
  display: block;
  width: 100%;
}
.hzdt ul.news-list li a:hover {
  color: #158CE5;
}
.hzdt ul.news-list li .date {
  color: #999;
  font-size: 14px;
}

@media screen and (min-width: 992px) and (max-width: 1200) {
  .cwj-block-03 .inner-img {
    height: 258px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .cwj-block-03 .inner-img {
    height: 200px;
  }
}

@media screen and (min-width: 768px) and (max-width: 996px) {
  .cwj-block-03 .inner-img {
    height: 200px;
  }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  .cwj-block-03 .inner-img {
    height: 306px;
  }
}

@media screen and (max-width: 576px) {
  .page-cwj .common-header {
    height: 260px;
  }
  .banner-label {
    height: 160px;
    width: 70%;
    margin: auto;
  }
  .cwj-block {
    padding: 24px 0;
  }
  .block-title::before, .block-title::after {
    height: 30px;
  }
  .cwj-block-03 .inner-img {
    height: 236px;
  }
  .block-title {
    font-size: 20px;
  }
  .cwj-block-01 .col {
    padding-top: 0;
  }
  .cwj-block-01-links a {
    height: auto;
  }
  .cwj-block-01-links p {
    margin: 0;
  }
  .cwj-block-01-links .link-extra {
    margin-top: 12px;
  }
  .cwj-block-02-list .icon {
    width: 40px;
    height: 40px;
    margin-right: 16px;
  }
  .cwj-block-02-list .icon img {
    width: 40px;
    height: 40px;
  }
  .cwj-block-02-list .col {
    padding: 4px 10px;
  }
}
