.xsgk-box {
  position: relative;
  margin-top: 0.6rem;
  padding: 0.4rem 0.5rem;
  height: 4.8rem;
  background: url(../images/2024-zjxs-xsgk-bg.png) no-repeat;
  background-size: 100% 100%;
  background-color: #fffbf6;
  box-sizing: border-box;
}
.xsgk-box .tit-image {
  position: absolute;
  top: 0;
  right: 1.14rem;
  width: 0.95rem;
  z-index: 2;
}
.xsgk-box .ico {
  position: absolute;
  top: calc(50% - 1.8rem);
  left: 0;
  height: 3.6rem;
  z-index: 4;
}
.xsgk-box .xsgk {
  position: relative;
  padding-top: 0.5rem;
  height: 100%;
  background: url(../images/2024-zjxs-xsgk-box.png) no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  pointer-events: none;
  z-index: 3;
}
.xsgk-box .xsgk span {
  display: block;
  display: -webkit-box;
  margin: 0 1.5rem 0 1.7rem;
  padding: 0 0.5rem;
  width: calc(100% - 3.2rem);
  height: 2.25rem;
  font-size: 0.18rem;
  line-height: 0.45rem;
  letter-spacing: 0.45px;
  -webkit-box-orient: vertical;
  line-clamp: 5;
  -webkit-line-clamp: 5;
  color: #000;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
.xsgk-box .xsgk .more {
  display: block;
  position: absolute;
  right: 2rem;
  top: 2.95rem;
  width: 0.9rem;
  height: 0.33rem;
  font-size: 0.14rem;
  line-height: 0.33rem;
  text-align: center;
  color: #ca1c1d;
  background: url(../images/2024-zjxs-more-bg.png) no-repeat;
  background-size: 100% 100%;
  pointer-events: auto;
}
.xsgk-box .xsgk .more:hover {
  background-color: #ca1c1d;
  color: #fff;
}
.xssp-box {
  margin: 0.3rem 0;
  padding: 0.3rem 0;
  background: url(../images/2024-zjxs-xssp-bg.png) no-repeat;
}
.xssp-box .xssp {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.xssp-box .xssp .xssp-tit {
  display: block;
  width: 1.5rem;
  height: 5.16rem;
}
.xssp-box .xssp .xssp-tit img {
  display: block;
  width: 100%;
  height: 100%;
}

.xssp-box .xssp .video-box {
  position: relative;
  margin-left: 0.2rem;
  width: 9.36rem;
  height: 5.16rem;
}
.xssp-box .xssp .video-box video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.xssp-box .xssp .video-box .box-line {
  position: absolute;
  top: -0.11rem;
  left: -0.11rem;
  display: block;
  width: calc(100% + 0.22rem);
  height: calc(100% + 0.22rem);
  pointer-events: none;
}

.xssp-box .xssp .video-box .play-btn {
  position: absolute;
  top: calc(50% - 0.3rem);
  left: calc(50% - 0.3rem);
  display: none;
  width: 0.6rem;
  height: 0.6rem;
  cursor: pointer;
}

.type-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.type-box .type-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 0.32rem;
}
.type-box .type-item .image-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.7rem;
  height: 0.7rem;
  background: url(../images/2024-zjxs-tit-bg01.png) no-repeat;
  background-size: 100% 100%;
}
.type-box .type-item .image-box img {
  display: block;
  width: 100%;
  height: 100%;
}
.type-box .type-item .image-box .select {
  display: none;
}
.type-box .type-item-active .image-box {
  background-image: url(../images/2024-zjxs-tit-bg01-active.png);
}
.type-box .type-item-active .image-box .normal {
  display: none;
}
.type-box .type-item-active .image-box .select {
  display: block;
}

.type-box .type-item .text-box {
  margin-top: 0.13rem;
}
.type-box .type-item .text-box img {
  display: block;
  width: 1.14rem;
  height: auto;
}
.type-box .type-item .text-box .select {
  display: none;
}
.type-box .type-item-active .text-box .normal {
  display: none;
}
.type-box .type-item-active .text-box .select {
  display: block;
}

.intro-box {
  /* display: none; */
  margin-top: 0.4rem;
}
.intro-box .image-box {
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.14rem;
  height: 2.89rem;
  background: url(../images/2024-zjxs-intro-image-box-bg.png) no-repeat;
  background-size: 100% 100%;
}
.intro-box .image-box img {
  display: block;
  width: calc(100% - 0.44rem);
  height: calc(100% - 0.44rem);
  object-fit: cover;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.intro-box .image-box img:hover {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}
.intro-box .intro {
  float: left;
  width: 9.3rem;
}
.intro-box .intro span {
  display: block;
  display: -webkit-box;
  width: 100%;
  height: 2.3rem;
  font-size: 0.18rem;
  line-height: 0.46rem;
  letter-spacing: 0.45px;
  -webkit-box-orient: vertical;
  line-clamp: 5;
  -webkit-line-clamp: 5;
  color: #000;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
}

.intro-box .intro .more {
  display: block;
  margin-top: 0.2rem;
  width: 0.9rem;
  height: 0.33rem;
  font-size: 0.14rem;
  line-height: 0.33rem;
  text-align: center;
  color: #ca1c1d;
  background: url(../images/2024-zjxs-more-bg.png) no-repeat;
  background-size: 100% 100%;
}
.intro-box .intro .more:hover {
  background-color: #ca1c1d;
  color: #fff;
}

.zytc-box {
  margin-top: 0.4rem;
}
.zytc-box .zytc-title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 7.85rem;
  height: 0.95rem;
  background: url(../images/2024-zjxs-zytc-title-bg.png) no-repeat;
  background-size: 100% 100%;
}
.zytc-box .zytc-title-box img {
  width: 1.63rem;
  height: 0.47rem;
}

.zytc-box .zytc-type-box {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: -0.18rem;
  z-index: 3;
}
.zytc-box .zytc-type-box .type-item {
  margin: 0 1.25rem;
  width: 1.72rem;
  height: 0.6rem;
  background: url(../images/2024-zjxs-tit-bg02.png) no-repeat;
  background-size: 100% 100%;
}
.zytc-box .zytc-type-box .type-item-active {
  background-image: url(../images/2024-zjxs-tit-bg02-active.png);
}
.zytc-box .zytc-type-box .type-item img {
  display: block;
  width: 100%;
  height: 100%;
}
.zytc-box .zytc-type-box .type-item .select {
  display: none;
}
.zytc-box .zytc-type-box .type-item-active .normal {
  display: none;
}
.zytc-box .zytc-type-box .type-item-active .select {
  display: block;
}

.zytc-box .zytc-list-box {
  position: relative;
  padding-top: 0.62rem;
  padding-bottom: 0.11rem;
  margin-top: -0.12rem;
  background-color: #fffbf6;
  z-index: 2;
}

.zytc-box .zytc-list-box .swiper-container {
  display: none;
}
.zytc-box .zytc-list-box .swiper-container .swiper-slide {
}
.zytc-box .zytc-list-box .swiper-container .swiper-slide a {
  display: block;
}

.zytc-box .zytc-list-box .swiper-container .swiper-slide img {
  display: block;
  width: 100%;
  height: 2.36rem;
  object-fit: cover;
}
.zytc-box .zytc-list-box .swiper-container .swiper-slide span {
  display: block;
  padding: 0 0.1rem;
  height: 0.47rem;
  font-size: 0.18rem;
  line-height: 0.47rem;
  letter-spacing: 0.45px;
  text-align: center;
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
}

.zytc-box .zytc-list-box .line-image {
  display: block;
  width: 100%;
}

.xshd {
  margin-top: 0.5rem;
  margin-bottom: 0.4rem;
}
.xshd .logo-box {
  float: left;
  align-items: center;
  justify-content: center;
  width: 5.33rem;
  height: 3rem;
  overflow: hidden;
  text-align: center;
}
.xshd .logo-box img {
  height: 3.39rem;
}
.xshd .hd-intro {
  float: right;
  position: relative;
  padding-right: 0.3rem;
  padding-bottom: 0.47rem;
  width: calc(100% - 5.33rem);
  box-sizing: border-box;
}
.xshd .hd-intro p {
  font-size: 0.24rem;
  font-weight: bold;
  color: #ca1c1d;
  letter-spacing: 0.6px;
}
.xshd .hd-intro span {
  display: block;
  display: -webkit-box;
  margin-top: 0.26rem;
  width: 100%;
  height: 1.35rem;
  font-size: 0.18rem;
  line-height: 0.45rem;
  letter-spacing: 0.45px;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  color: #000;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
}

.xshd .hd-intro .more {
  display: block;
  position: absolute;
  right: 0.3rem;
  bottom: 0.1rem;
  width: 0.9rem;
  height: 0.33rem;
  font-size: 0.14rem;
  line-height: 0.33rem;
  text-align: center;
  color: #ca1c1d;
  background: url(../images/2024-zjxs-more-bg.png) no-repeat;
  background-size: 100% 100%;
}
.xshd .hd-intro .more:hover {
  background-color: #ca1c1d;
  color: #fff;
}

.xshd .title-bg {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 1.6rem;
  background-color: #ca1c1d;
}

.xshd .title-bg .title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.46rem;
  height: 0.95rem;
  background: url(../images/2024-zjxs-xshd-title-bg.png) no-repeat;
  background-size: 100% 100%;
}
.xshd .title-bg .title img {
  display: block;
  margin-left: -0.3rem;
  width: 1.69rem;
  height: 0.4rem;
}
.xshd .images-list {
  position: absolute;
  top: -0.4rem;
  right: 0.14rem;
}
.xshd .images-list li {
  float: left;
  margin-right: 0.16rem;
  padding: 0.04rem;
  width: 2.66rem;
  height: 1.6rem;
  box-sizing: border-box;
  background-color: rgb(243, 113, 52);
}
.xshd .images-list li a {
  display: block;
  height: 100%;
  overflow: hidden;
}
.xshd .images-list li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.xshd .images-list li img:hover {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}

@media screen and (max-width: 768px) {
  .xsgk-box {
    margin-top: 0.3rem;
    padding: 0.15rem 0.15rem;
    height: 2.8rem;
  }
  .xsgk-box .tit-image {
    position: absolute;
    top: 0;
    right: 0.15rem;
    width: 0.45rem;
    z-index: 5;
  }
  .xsgk-box .ico {
    display: none;
  }
  .xsgk-box .xsgk {
    padding-top: 0.15rem;
  }
  .xsgk-box .xsgk span {
    display: block;
    display: -webkit-box;
    margin: 0 0 0.1rem 0;
    padding: 0 0.2rem;
    width: calc(100% - 0.45rem);
    height: 1.75rem;
    line-height: 0.35rem;
  }
  .xsgk-box .xsgk .more {
    position: relative;
    right: 0;
    top: 0;
    margin: 0 auto;
  }

  .xssp-box {
    margin: 0.15rem 0 0.15rem 0;
    padding: 0.15rem 0;
  }
  .xssp-box .xssp {
    align-items: center;
  }
  .xssp-box .xssp .xssp-tit {
    width: auto;
    height: 2.5rem;
  }
  .xssp-box .xssp .video-box {
    margin-left: 0.1rem;
    flex: 1;
    /* height: 4.2rem; */
    height: auto;
  }
  .xssp-box .xssp .video-box video {
    /* object-fit: cover; */
  }

  .type-box .type-item {
    margin: 0 0.1rem;
  }
  .type-box .type-item .image-box {
    width: 0.55rem;
    height: 0.55rem;
  }
  .type-box .type-item .text-box {
    margin-top: 0.1rem;
  }
  .type-box .type-item .text-box img {
    width: 0.9rem;
  }

  .intro-box {
    /* display: none; */
    margin-top: 0.15rem;
  }
  .intro-box .image-box {
    float: none;
    margin: 0 auto;
    /* width: 100%; */
    width: 4rem;
    height: 2.8rem;
  }

  .intro-box .intro {
    float: none;
    margin-top: 0.15rem;
    width: 100%;
  }
  .intro-box .intro span {
    width: 100%;
    height: 1.8rem;
    line-height: 0.36rem;
  }

  .intro-box .intro .more {
    margin: 0 auto;
    margin-top: 0.15rem;
  }

  .zytc-box {
    margin-top: 0.15rem;
  }
  .zytc-box .zytc-title-box {
    width: 100%;
    height: 0.48rem;
  }
  .zytc-box .zytc-title-box img {
    width: auto;
    height: 0.3rem;
  }

  .zytc-box .zytc-type-box {
    margin-top: -0.14rem;
    z-index: 3;
  }
  .zytc-box .zytc-type-box .type-item {
    margin: 0 0.6rem;
    width: 1.29rem;
    height: 0.45rem;
  }

  .zytc-box .zytc-list-box {
    padding-top: 0.15rem;
    padding-bottom: 0.1rem;
    margin: 0 auto;
    margin-top: 0;
    box-sizing: border-box;
  }
  .zytc-box .zytc-list-box .swiper-container {
    margin: 0 auto;
    width: calc(100% - 0.2rem);
  }

  .zytc-box .zytc-list-box .swiper-container .swiper-slide img {
    height: 2.3rem;
  }

  .xshd {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .xshd .logo-box {
    float: left;
    display: flex;
    align-items: flex-end;
    width: 1.4rem;
    /* height: auto; */
    height: 1.85rem;
  }
  .xshd .logo-box img {
    width: 100%;
    height: auto;
  }
  .xshd .hd-intro {
    float: right;
    padding-right: 0;
    padding-bottom: 0;
    /* margin-top: 0.15rem; */
    width: calc(100% - 1.6rem);
  }
  .xshd .hd-intro p {
    text-align: left;
    font-size: 0.24rem;
    line-height: 0.32rem;
    font-weight: bold;
    color: #ca1c1d;
    letter-spacing: 0.6px;
  }
  .xshd .hd-intro span {
    margin-top: 0.1rem;
    height: 1.05rem;
    line-height: 0.35rem;
  }
  .xshd .hd-intro .more {
    position: relative;
    right: 0;
    bottom: 0;
    margin: 0.15rem 0 0.15rem 0;
  }

  .xshd .title-bg {
    flex-direction: column;
    height: auto;
    background-color: #fff;
  }

  .xshd .title-bg .title {
    width: 100%;
    height: 0.6rem;
    background: none;
    background-color: #ca1c1d;
  }
  .xshd .title-bg .title img {
    margin-left: 0;
    width: auto;
    height: 0.26rem;
  }
  .xshd .images-list {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 0.15rem;
    width: 100%;
  }
  .xshd .images-list li {
    float: left;
    margin-right: 0.15rem;
    padding: 0.04rem;
    width: calc((100% - 0.3rem) / 3);
    height: 1.6rem;
  }
  .xshd .images-list li:nth-last-child(1) {
    margin-right: 0;
  }
}

@media screen and (max-width: 500px) {
  .xssp-box .xssp .xssp-tit {
    width: auto;
    height: 2.2rem;
  }
  .xssp-box .xssp .video-box {
    height: 2.2rem;
  }
  .xssp-box .xssp .video-box .box-line {
    top: -0.08rem;
    left: -0.08rem;
    width: calc(100% + 0.16rem);
    height: calc(100% + 0.16rem);
  }
  .intro-box .image-box {
    width: 100%;
  }

  .xshd .logo-box {
    width: 1rem;
  }

  .xshd .hd-intro {
    width: calc(100% - 1.2rem);
  }
  .xshd .images-list li {
    margin-right: 0.15rem;
    width: calc((100% - 0.15rem) / 2);
    height: 1.35rem;
  }
  .xshd .images-list li:nth-child(2) {
    margin-right: 0;
  }
  .xshd .images-list li:nth-child(3) {
    display: none;
  }
}
