/*
 * 国家生态环境科技成果转化综合服务平台 地方专区-蓉城专区页样式文件
 * @author: zhuzl<me@zhuzhilong.com>
 * @date: 2024-06-10 17:58:00
 */
.page-dfzq-rczq .common-bg {
  background: url("../img/bg-dfzq-rczq.jpg") top center no-repeat;
  background-size: cover;
}
.page-dfzq-rczq .common-header {
  height: 595px;
}
.banner-catalog {
  height: 420px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  text-align: center;
}
.banner-catalog p {
  padding: 16px 24px;
  background-color: #00341899;
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
}

.common-body {
  background: url("../img/bg-dfzq-cover.jpg") top center no-repeat;
  background-size: cover;
  padding: 0 10px;
  padding-bottom: 40px;
}
.block {
  padding: 10px 0;
}
.block .block-title {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #EEEEEE;
}
.block-title .t1 {
  display: flex;
}
.block-title .t1 h2 {
  background-color: #2EA12B;
  color: #FFF;
  font-size: 20px;
  line-height: 28px;
  padding: 5px 10px;
  margin: 0;
}
.block-title .t3 {
  font-size: 16px;
  line-height: 22px;
  color: var(--text-color-light);
}
.block-title .t3 .ceettIcon {
  margin-left: 8px;
}
.block-title .t4 {
  color: #FFF;
  background-color: #2EA12B;
  border-radius: 20px;
  font-size: 16px;
  height: 30px;
  padding: 4px 20px;
}
.nav-pills .nav-link {
  color: var(--text-color-dark);
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  border-radius: 0;
  padding: 0 0 13px 0;
  margin: 0 10px;
}
.nav-pills .nav-link.active {
  color: var(--text-color-dark);
  background-color: unset;
  border-bottom: 3px solid #2EA12B;
}

.block-body ul {
  padding-left: 15px;
  color: #0B5FC7;
  margin: 0;
}
.block-body ul li {
  padding: 6px 0;
}
.block-body ul li a {
  color: var(--text-color-dark);
  font-size: 16px;
  display: block;
}
.block-body .search-bar {
  padding: 16px 0 8px 0;
  position: relative;
  display: flex;
  align-items: center;
}
.block-body .search-bar input {
  width: 100%;
  padding: 10px 32px 10px 16px;
  font-size: 14px;
  border: 1px solid #DCDFE6;
  border-radius: 4px;
}
.block-body .search-bar button {
  position: absolute;
  right: 5px;
  border: 0;
  background-color: unset;
}
.block-body.case-wrap {
  padding: 0 6px;
}
.block-body .item-img {
  padding: 0 8px;
}
.block-body .card .img-wrap {
  height: 187px;
  overflow: hidden;
  background-color: #EFEFEF;
  display: flex;
  align-items: center;
  border: 1px solid #EEE;
}
.block-body .card .img-wrap .card-img-top {
  border-radius: 0;
}
.block-body .card {
  border: none;
  background-color: unset;
}
.block-body .card .card-body {
  padding: 0;
  padding-top: 16px;
}
.block-body .card .card-text {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #333;
}

.block-live .block-body {
  padding: 0 2px;
  margin-top: 15px;
}
.replay-list {
  padding: 5px;
}
.replay-list .replay-item {
  margin-bottom: 16px;
  padding-left: 8px;
  padding-right: 8px;
}
.replay-list .replay-item .card-body {
  padding: 1rem;
}
.replay-list .replay-item .card {
  border: none;
  border-radius: 0;
  box-shadow: 5px 5px 5px 0px rgba(17, 100, 225, 0.08);
}
.replay-list .replay-item .card .card-img {
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  position: relative;
  max-height: 226px;
}
.replay-list .replay-item .card .card-img-top {
  object-fit: cover;
}
.replay-list .replay-item .card .card-img .play-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 20px;
  margin-bottom: 20px;
}
.replay-list .replay-item .card-title {
  color: var(--text-color-dark);
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.replay-list .replay-item .card-text {
  color: var(--text-color-light);
  font-size: 14px;
  font-weight: 300;
}
.replay-list .replay-item .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 .replay-item .card-text .time {
  display: inline-block;
  margin-left: 5px;
  line-height: 20px;
}

.page-dfzq-rczq .breadcrumb-nav {
  padding-left: 0;
  padding-right: 0;
}
.page-dfzq-rczq .breadcrumb {
  background-color: unset;
  color: var(--text-color-light);
  font-size: 16px;
  margin: 0;
  margin-bottom: 20px;
  padding: 16px 0;
}
.page-dfzq-rczq .breadcrumb-item+.breadcrumb-item::before {
  content: '>';
  font-family: "simsun";
  color: #ccc;
}
.page-dfzq-rczq .breadcrumb a {
  color: var(--text-color-light);
  padding: 0 0.5rem;
}
.page-dfzq-rczq .breadcrumb .breadcrumb-item:last-child a {
  color: var(--text-color-dark);
}

.jscg-wrap {
  margin: 16px -10px 0 -10px;
}
.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: 576px) {
  .block-title .t2 {
    display: none;
  }
  .page-dfzq-rczq .common-header {
    height: 260px;
  }
  .page-dfzq-rczq .banner-catalog {
    height: 164px;
  }
  .page-dfzq-rczq .banner-catalog img {
    width: 60%;
  }
  .page-dfzq-rczq .breadcrumb {
    margin-bottom: 0;
  }
  .breadcrumb-item a {
    font-size: 12px!important;
  }
  .block-title .t1 h2 {
    font-size: 16px;
  }
  .jscg-wrap .text {
    font-size: 14px;
  }
  .block-body .card {
    margin-bottom: 16px;
  }
  .block-body .card:last-child {
    margin-bottom: 0;
  }
  .common-body {
    padding-bottom: 14px;
  }
  .block-body .card .card-body {
    padding-top: 8px;
    padding-bottom: 16px;
  }
  .block-title .t3 {
    font-size: 14px;
  }
  .block-title .t1 h2 {
    line-height: 20px;
  }
  .block-title .t1 img {
    height: 30px;
  }
  .block-title .t3 .ceettIcon {
    font-size: 14px;
  }
}
