html,
body {
  padding: 0;
  margin: 0;
}

html {
  /* 高度1的问题:
  不给: 则高度超过屏幕高度的时候, html的高度也会跟着变, 但不超过的时候, body的高就只有实际内容的高了;
  给了: 则高度超过屏幕高度的时候, html的高度不会跟着变(会是最小高度也就是视口高度), 但不超过的时候,
  body的高就和html一样为视口高度了.
  随便一个banner就快有我这里的浏览器全屏高了, 所以不考虑这个情况, 故这里不给, 具体原因再研究
   */
  /* height: 1px; */
  min-height: 100%;
}

body {
  min-height: 100%;
  background: url(../img/green-bottom-bgi.png) left 96.4% / 100% 839px no-repeat,
    url(../img/bottom-bgi.png) left bottom / 100% 90px no-repeat;
}

* {
  box-sizing: border-box;
}

.anchor {
  color: inherit;
  text-decoration: none;
}

.banner {
  height: 836px;
  background: url(../img/banner-txt.png) center 86px no-repeat,
    url(../img/banner.png) center center / cover no-repeat;
}

.main {
  width: 1200px;
  margin: 0 auto;
}

.col-title-container {
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
}

.col-title {
  width: 336px;
  height: 96px;
  background-position: center top;
  background-repeat: no-repeat;
}

.col-title--dtyw {
  background-image: url(../img/col-title--dtyw.png);
}

.col-body--dtyw {
  display: flex;
  justify-content: space-between;
  height: 571px;
  padding: 62px 28px 69px 30px;
  background: #3D8E61;
  box-shadow: 0px 2px 11px 0px #C9F3E6;
  border-radius: 20px;
}

.col-body--dtyw .col-dtyw--left {
  width: 625px;
  height: 440px;
  margin: 0;
}

.col-dtyw-item {
  display: block;
  height: 100%;
  background-position: left top;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}

.col-dtyw-item-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 88px;
  padding: 20px 22px 0;
  background: #FFFFFF;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 25px;
}

.col-body--dtyw .col-dtyw--left .swiper-pagination {
  width: auto;
  left: 88%;
  bottom: 9.2px;
}

.col-body--dtyw .col-dtyw--left .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #AFC0B6;
  opacity: 1;
}

.col-body--dtyw .col-dtyw--left .swiper-pagination .swiper-pagination-bullet-active {
  background: #4D765B;
}

.col-dtyw--right {
  width: 499px;
}

.col-dtyw-list-item__1st {
  display: block;
  padding: 12px 20px;
  background: url(../img/dtyw-1st-bg.png) left top / 100% 100% no-repeat;
}

.col-dtyw-list-item__1st {
  color: #333;
}

.col-dtyw-list-item__title {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
}

.col-dtyw-list-item__1st .col-dtyw-list-item__summary {
  height: 50px;
}

.col-dtyw-list-item__summary {
  margin-top: 5px;
  font-size: 14px;
  line-height: 25px;
  overflow: hidden;
}

.col-dtyw-list-item__normal {
  display: block;
  color: #fff;
  padding: 12px 20px 18px;
  border-bottom: 1px solid #EEEEEE;
}

.col-dtyw-list-item__normal .col-dtyw-list-item__summary {
  height: 25px;
}

.col-title--tphj {
  margin-top: 50px;
  background-image: url(../img/col-title--tphj.png);
}

.col-block .col-body--tphj {
  padding-bottom: 20px;
}

.tphj-slide {
  display: grid;
  grid-template-rows: repeat(2, 324px);
  grid-template-columns: repeat(3, 390px);
  gap: 8px 15px;
}

.tphj-item {
  width: 390px;
  height: 324px;
  padding: 62px 35px 27px;
  background: url(../img/tphj-item.png) left top / cover no-repeat;
}

.tphj-item-cover {
  width: 320px;
  height: 180px;
  background-position: left top;
  background-size: 100%;
  background-repeat: no-repeat;
}

.tphj-item-title {
  margin-top: 12px;
  font-weight: bold;
  font-size: 14px;
  color: #3D8E61;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}

.tphj-item-date {
  margin-top: 6px;
  font-weight: 400;
  font-size: 12px;
  color: #3D8E61;
  line-height: 17px;
  height: 17px;
  overflow: hidden;
}

.col-body--tphj .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #AFC0B6;
}

.col-body--tphj .swiper-pagination .swiper-pagination-bullet-active {
  width: 20.5px;
  border-radius: 7px;
  background: #3D8E61;
}

.col-title--jcsp {
  margin-top: 134px;
  background-image: url(../img/col-title--jcsp.png);
}

.col-body--jcsp {
  display: flex;
  justify-content: flex-end;
  height: 649px;
  padding-bottom: 206px;
}

.col-body--jcsp-tab {
  padding-top: 78px;
}

.jcsp-item {
  display: block;
  width: 380px;
  height: 60px;
  background-color: #F5FFFC;
  border-radius: 10px;
  padding-left: 70px;
  padding-right: 32px;
  margin-bottom: 14px;
  background-position: 32px center;
  background-repeat: no-repeat;
  background-image: url(../img/jcsp-item-icon--normal.png);
  position: relative;
}

.jcsp-item-tab {
  height: 100%;
  line-height: 60px;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
}

.jcsp-item.on {
  background-color: #E8E63C;
  background-image: url(../img/jcsp-item-icon--active.png);
}

.jcsp-item-list {
  width: 788px;
  height: 443px;
  padding: 22px 39.5px;
  background: url(../img/video-bgi.png) left top / cover no-repeat;
  position: absolute;
  left: -820px;
}
/* 1个78 */
.jcsp-item-list--1 {
  top: -78px;
}
/* 2个78 156不到 */
.jcsp-item-list--2 {
  top: -152px;
}
/* 3个78 234不到 */
.jcsp-item-list--3 {
  top: -226px;
}
/* 4个78 312不到 */
.jcsp-item-list--4 {
  top: -300px;
}

.jcsp-item-list-cover {
  height: 100%;
  background-position: left top;
  background-size: 100%;
  background-repeat: no-repeat;
}

.jcsp-item-list-icon {
  height: 100%;
  background: url(../img/video-icon.png) center center no-repeat;
}

