.content-child {
  width: 100%;
  min-height: 2000px;
  background: url("http://jx.news.cn/kq/image/content-bg.jpg") no-repeat top
    center / 100% 100%;
  padding-bottom: 100px;
}

/* 聚焦啃秋*/

.content-jj {
  width: 1200px;
  margin: 0 auto;
}

.jj-title {
  width: 100%;
  padding-top: 85px;
  display: flex;
  justify-content: center;
}

.jj-title img {
  position: relative;
  right: 50px;
}

.jj-items {
  width: 100%;
  margin-top: 56px;
  display: flex;
  gap: 25px;
}

.jj-items-left {
  width: 640px;
  height: 620px;
  padding: 25px;
  background: #ffffff;
  position: relative;
}

.jj-swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.jj-swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.jj-swiper .swiper-slid {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.jj-item-img {
  width: 588px;
  height: 425px;
}

.jj-swiper .swiper-slide .jj-item-title {
  display: none;
}

.jj-swiper .swiper-slide-active .jj-item-title {
  display: block;
}

.jj-swiper .swiper-pagination {
  position: absolute;
  left: 34px !important;
  right: auto !important;
  bottom: 35px !important;
}

.jj-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 16px !important;
  height: 16px !important;
  border-radius: 50% !important;
  background-color: #955d34 !important;
  margin: 0 5px !important;
}

.jj-swiper .swiper-pagination .swiper-pagination-bullet-active {
  position: relative !important;
  width: 16px !important;
  height: 16px !important;
  border-radius: 50% !important;
  background-color: #f9cd00 !important;
  margin: 0 5px !important;
}

.jj-item-title {
  font-weight: 400;
  font-size: 24px;
  color: #955d34;
  line-height: 36px;
  padding-top: 22px;
  padding-left: 10px;
}

.jj-itmes-right {
  width: 532px;
  height: 688px;
  background-color: #fff;
  /* background: url('http://jx.news.cn/kq/image/jj-bg.png') no-repeat #fff  center  / 100% 100%; */
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  position: relative;
}

.jj-itmes-right-title {
  font-weight: bold;
  font-size: 26px;
  color: #955d34;
  line-height: 36px;
}

.jj-itmes-right-summary {
  font-weight: 400;
  font-size: 20px;
  color: #955d34;
  line-height: 36px;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 设置显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.jx-items-right-xian {
  width: 100%;
}

.jj-items-right-shuye {
  position: absolute;
  right: -30px;
  top: -30px;
}

.jj-more {
  position: absolute;
  left: 493px;
  bottom: 27px;
}

.jj-text-more {
  position: absolute;
  right: -11px;
  bottom: 0;
}
/* 秋日限定 */

.content-qrxd {
  width: 1358px;
  margin: 0 auto;
}

.qrxd-title {
  width: 100%;
  padding-top: 63px;
  display: flex;
  justify-content: center;
}

.qrxd-title img {
  position: relative;
  right: 50px;
}

.qrxd-items {
  margin-top: 46px;
  width: 100%;
  padding-left: 281px;
  height: 851px;
  background: url("http://jx.news.cn/kq/image/qrxd-bg.png") no-repeat center /
    100%;
  position: relative;
}

.qrxd-items-child {
  width: 80.3%;
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;
  color: #232323;
  display: none;
  padding-top: 68px;
}

.qrxd-items-child.active {
  display: block;
}

.qrxd-item-child-title {
}

.qrxd-items-tabs {
  position: absolute;
  left: 115px;
  top: 60px;
}

.qrxd-item-child-content {
  width: 100%;
}

.qrxd-item-child-content-left {
  width: 100%;
  padding-top: 20px;
  display: block;
  cursor: pointer;
}

.qrxd-item-child-content-right {
  width: 100%;
  display: flex;
  gap: 20px;
  padding-top: 20px;
  position: relative;
  right: 17px;
}
.qrxd-item-child-content-right-item {
  width: 185px;
  height: 126px;
  padding: 20px 11px 10px 28px;

  background: url("http://jx.news.cn/kq/image/qrxd-bg2.png") no-repeat center /
    100%;
}

.qrxd-item-child-content-right-item-child {
  display: block;
  width: 100%;
  height: 100%;
}

.qrxd-image {
  width: 90%;
  /* height: 369px; */
  /* object-fit: cover; */
}

.qrxd-image2 {
  width: 100%;
  height: 100%;
}

.tabs-item {
  cursor: pointer;
}

.qrxd-more {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  margin: auto;
}

/* 秋之影像 */

.content-qzyx {
  width: 1358px;
  margin: 0 auto;
}

.qzyx-title {
  width: 100%;
  padding-top: 63px;
  display: flex;
  justify-content: center;
}

.qzyx-title img {
  position: relative;
  right: 50px;
}

.qzyx-items {
  position: relative;
  padding-top: 70px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 34px 12px;
}

.qzyx-items-child {
  width: 438px;
  height: 456px;
  position: relative;
  /* padding: 20px 20px 20px 20px; */

  background: url("http://jx.news.cn/kq/image/qzyx-bg2.png") no-repeat center /
    100%;
}

.qzyx-items-child-zs-image {
  position: absolute;
  z-index: 99;
  width: 45px;
  right: 90px;
}

.qzyx-items-child-top {
  position: absolute;
  width: 335px;
  height: 260px;
  left: 26px;
  top: 40px;
}

.qzyx-items-child-top-image {
  width: 335px;
  height: 260px;
}

.qzyx-items-child-top-play {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.qzyx-items-child-title {
  position: absolute;
  width: 339px;
  left: 25px;
  top: 320px;
  font-weight: 400;
  font-size: 20px;
  color: #955d34;
  line-height: 36px;

  display: -webkit-box;
  -webkit-line-clamp: 2; /* 设置显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.qzyx-more {
  margin: 54px auto;
}

/* 春华秋实  */

.content-chqs {
  width: 1358px;
  margin: 0 auto;
  position: relative;
}

.chqs-title {
  width: 100%;
  /* padding-top: 63px; */
  display: flex;
  justify-content: center;
}
.chqs-title img {
  position: relative;
  right: 50px;
}

.chqs-text {
  width: 100%;
  padding-top: 39px;
  display: flex;
  justify-content: center;
}

.chqs-items {
  height: 910px;
  width: 100%;
  background: url("http://jx.news.cn/kq/image/chqs-bg-new.png") no-repeat center /
    100%;
  position: relative;
  margin-top: 50px;
}

.chqs-items-z {
  position: absolute;
  right: 15px;
  top: -35px;
}

.chqs-swiper {
  position: absolute;
  width: 1025px;
  height: 850px;
  overflow: hidden;
  right: 167px;
  top: 50px;
}

.chqs-swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.chqs-swiper .swiper-slid {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.chqs-item-img {
  width: 1025px;
  height: 670px;
}

.chqs-swiper .swiper-slide .chqs-item-title {
  display: none;
}

.chqs-swiper .swiper-slide-active .chqs-item-title {
  display: block;
}

.chqs-item-title {
  font-weight: bold;
  font-size: 20px;
  color: #955d34;
  line-height: 36px;
  padding-top: 35px;
}

.chqs-swiper .swiper-pagination {
  position: absolute;
  left: 0px !important;
  right: auto !important;
  bottom: 35px !important;
}

.chqs-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 16px !important;
  height: 16px !important;
  border-radius: 50% !important;
  background-color: #955d34 !important;
  margin: 0 5px !important;
}

.chqs-swiper .swiper-pagination .swiper-pagination-bullet-active {
  position: relative !important;
  width: 16px !important;
  height: 16px !important;
  border-radius: 50% !important;
  background-color: #f9cd00 !important;
  margin: 0 5px !important;
}

.chqs-more {
  position: absolute;
  right: 36px;
  bottom: 33px;
}

/* 底部 */

.content-footer {
  width: 100%;
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* margin-top: 60px; */

  background: #955d34;
}

.content-footer-text {
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  line-height: 20px;
}

.footer-link {
  margin-top: 20px;
}
