* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
fieldset,
img {
  border: none;
}
h3,
h4 {
  font-size: 100%;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
select,
input,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
  outline: none;
  vertical-align: middle;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
}
body {
  font-size: 16px;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
a {
  color: #303030;
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 16px;
  transition: 0.5s all;
}
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
.indexBox {
  background: #0d3ffe url(../images/banner.jpg) top center no-repeat;
  width: 100%;
  overflow: hidden;
  padding-bottom: 60px;
}
.indexBox .banner {
  height: 547px;
}
.indexBox .hedBox {
  position: relative;
  z-index: 3;
}
.indexBox .hedBox .hedInfo {
  width: 1350px;
  height: 193px;
  background: url(../images/hedinfo_bg.png) center center no-repeat;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  padding: 63px 58px 0 134px;
  text-align: justify;
  line-height: 24px;
}
.indexBox .hedBox ul {
  width: 1200px;
  margin: 86px auto 0;
  display: flex;
  justify-content: space-between;
}
.indexBox .hedBox ul li {
  position: relative;
  width: 253px;
  height: 263px;
  background: url(../images/box1.png) center center no-repeat;
  box-shadow: -9px 9px 14px 0px rgba(79, 79, 79, 0.34);
  padding: 106px 28px 0;
  text-align: center;
}
.indexBox .hedBox ul li .icon {
  width: 130px;
  height: 131px;
  border-radius: 50%;
  background: url(../images/round_bg.png) center center no-repeat;
  box-shadow: 0px 13px 14px 0px rgba(0, 0, 107, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  border-width: 2px;
  border-image-source: linear-gradient(0deg, #3995c6 0%, #3a96c6 1%, rgba(156, 202, 227, 0.5) 50%, #ffffff 100%);
  position: absolute;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
}
.indexBox .hedBox ul li a {
  color: #fff;
  font-size: 22px;
}
.indexBox .zczc {
  margin-top: 52px;
  position: relative;
}
.indexBox .zczc::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 978px;
  background: url(../images/bg.jpg) center center no-repeat;
  top: -75px;
  left: 0;
}
.indexBox .zczc .title {
  position: relative;
  z-index: 2;
}
.indexBox .zczc .title h3 {
  width: 523px;
  height: 65px;
  background: url(../images/title_bg.png) center center no-repeat;
  font-size: 42px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 65px;
  margin: 0 auto;
}
.indexBox .zczc .title p {
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}
.indexBox .zczc .zczc_hed {
  width: 1200px;
  margin: 35px auto 0;
  position: relative;
  z-index: 2;
}
.indexBox .zczc .zczc_hed .prev {
  width: 38px;
  height: 38px;
  background: url(../images/prev.png) center center no-repeat;
  position: absolute;
  left: -63px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.indexBox .zczc .zczc_hed .prev.swiper-button-disabled {
  opacity: 0.19;
  cursor: not-allowed;
}
.indexBox .zczc .zczc_hed .next {
  width: 38px;
  height: 38px;
  background: url(../images/next.png) center center no-repeat;
  position: absolute;
  right: -63px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.indexBox .zczc .zczc_hed .next.swiper-button-disabled {
  opacity: 0.19;
  cursor: not-allowed;
}
.indexBox .zczc .zczc_hed .zczc-swiper .swiper-slide {
  width: 587px;
  height: 277px;
  background: url(../images/box2.png) center center no-repeat;
  padding: 30px 48px 0 34px;
  position: relative;
}
.indexBox .zczc .zczc_hed .zczc-swiper .swiper-slide .icon {
  width: 59px;
  height: 57px;
  background: url(../images/zczc_icon.png) center center no-repeat;
}
.indexBox .zczc .zczc_hed .zczc-swiper .swiper-slide p {
  position: relative;
  z-index: 3;
  line-height: 36px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.indexBox .zczc .zczc_hed .zczc-swiper .swiper-slide p a {
  font-size: 22px;
  color: #fff;
}
.indexBox .zczc .zczc_hed .zczc-swiper .swiper-slide .more {
  width: 103px;
  height: 17px;
  background: url(../images/arrow.png) center center no-repeat;
  position: absolute;
  left: 47px;
  bottom: 55px;
}
.indexBox .zczc .zczc_hed .zczc-swiper .swiper-slide .pic {
  position: absolute;
  right: 40px;
  bottom: 33px;
}
.indexBox .zczc .zczc_bom {
  width: 1200px;
  height: 194px;
  background: url(../images/box3.png) center center no-repeat;
  margin: 44px auto 0;
  padding: 34px 10px 0 10px;
  position: relative;
  z-index: 2;
}
.indexBox .zczc .zczc_bom ul {
  display: flex;
  justify-content: space-around;
}
.indexBox .zczc .zczc_bom ul li h3 {
  font-size: 24px;
  color: #00fff6;
  font-weight: bold;
}
.indexBox .zczc .zczc_bom ul li h3 span {
  font-size: 36px;
}
.indexBox .zczc .zczc_bom ul li .text {
  width: 134px;
  height: 67px;
  background: url(../images/zczc_text_bg.png) center center no-repeat;
  color: #fff;
  font-size: 16px;
  margin-top: 15px;
  padding: 10px;
  text-align: center;
}
.indexBox .zcfn {
  margin-top: 52px;
  position: relative;
  z-index: 2;
}
.indexBox .zcfn .title h3 {
  width: 523px;
  height: 65px;
  background: url(../images/title_bg.png) center center no-repeat;
  font-size: 42px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 65px;
  margin: 0 auto;
}
.indexBox .zcfn .title p {
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}
.indexBox .zcfn .content {
  width: 1200px;
  margin: 35px auto 0;
}
.indexBox .zcfn .content ul {
  overflow: hidden;
}
.indexBox .zcfn .content ul li {
  width: 287px;
  height: 460px;
  float: left;
  background: url(../images/zyfn_bg1.png) center center no-repeat;
  background-size: 100% 100%;
  margin-right: 17px;
  padding: 18px 13px 0;
}
.indexBox .zcfn .content ul li:nth-child(2) {
  background-image: url(../images/zyfn_bg2.png);
  background-size: 100% 100%;
}
.indexBox .zcfn .content ul li:nth-child(3) {
  background-image: url(../images/zyfn_bg3.png);
  background-size: 100% 100%;
}
.indexBox .zcfn .content ul li:last-child {
  background-image: url(../images/zyfn_bg4.png);
  background-size: 100% 100%;
  margin-right: 0;
}
.indexBox .zcfn .content ul li .bt {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.indexBox .zcfn .content ul li .list {
  margin-top: 124px;
}
.indexBox .zcfn .content ul li .list .item {
  margin-bottom: 12px;
}
.indexBox .zcfn .content ul li .list .item .tit {
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  display: flex;
  line-height: 1.4;
}
.indexBox .zcfn .content ul li .list .item .tit a {
  font-weight: bold;
  color: #fff;
  font-size: 18px;
}
.indexBox .zcfn .content ul li .list .item .tit::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #00fff6;
  box-shadow: 0 0 10px #00fff6;
  flex: none;
  margin-right: 12px;
  margin-top: 7px;
}
.indexBox .zcfn .content ul li .list .item .text {
  color: #ffffff;
  opacity: 0.68;
  font-size: 14px;
  display: none;
  text-align: justify;
}
.indexBox .zcfn .content ul li .list .item.on .text {
  display: block;
}
.indexBox .stsj {
  margin-top: 52px;
}
.indexBox .stsj .title h3 {
  width: 523px;
  height: 65px;
  background: url(../images/title_bg.png) center center no-repeat;
  font-size: 42px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 65px;
  margin: 0 auto;
}
.indexBox .stsj .title p {
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}
.indexBox .stsj .stsjNav ul {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}
.indexBox .stsj .stsjNav li {
  border: 0px solid;
  border-image-source: linear-gradient(0deg, #00eaff 0%, #0078ff 100%);
  border-image-slice: 1;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  height: 40px;
  line-height: 40px;
  width: 222px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease-in;
}
.indexBox .stsj .stsjNav li.on {
  border-width: 1px;
  color: #00fff6;
}
.indexBox .stsj .stsj-swiper {
  margin: 39px auto 0;
  width: 1200px;
}
.indexBox .stsj .stsj-swiper ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.indexBox .stsj .stsj-swiper ul li {
  width: 592px;
  margin-bottom: 20px;
  height: 330px;
}
.indexBox .stsj .stsj-swiper ul li .hed {
  background: #3b63fe;
  padding: 3px;
  height: 272px;
}
.indexBox .stsj .stsj-swiper ul li .bt {
  display: flex;
  height: 68px;
  align-items: center;
  padding: 0 15px;
}
.indexBox .stsj .stsj-swiper ul li .bt::before {
  content: '';
  display: block;
  width: 52px;
  height: 45px;
  background: url(../images/stsj_icon.png) center center no-repeat;
}
.indexBox .stsj .stsj-swiper ul li .bt a {
  display: block;
  width: calc(100% - 60px);
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.indexBox .stsj .stsj-swiper ul li .text {
  background: #0f3dee;
  padding: 18px;
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.43;
  height: 198px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  line-clamp: 7;
  -webkit-box-orient: vertical;
}
.indexBox .stsj .stsj-swiper ul li .bom {
  display: flex;
  padding: 0 20px;
  height: 60px;
  align-items: center;
  background: #1650fe;
}
.indexBox .stsj .stsj-swiper ul li .bom .bomitem {
  margin-right: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #00fff6;
  padding: 0 5px;
  position: relative;
}
.indexBox .stsj .stsj-swiper ul li .bom .bomitem::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background: #cfe6ff;
  opacity: 0.31;
  bottom: 0;
  left: 0;
}
.indexBox .cccf {
  margin-top: 52px;
}
.indexBox .cccf .title h3 {
  width: 523px;
  height: 65px;
  background: url(../images/title_bg.png) center center no-repeat;
  font-size: 42px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 65px;
  margin: 0 auto;
}
.indexBox .cccf .title p {
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}
.indexBox .cccf .rmbq {
  width: 1200px;
  margin: 35px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.indexBox .cccf .rmbq h3 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.indexBox .cccf .rmbq ul {
  display: flex;
}
.indexBox .cccf .rmbq ul li {
  width: 85px;
  height: 33px;
  border-radius: 3px;
  background: #001be9;
  color: #00e4ff;
  font-size: 14px;
  text-align: center;
  line-height: 33px;
  margin-right: 58px;
}
.indexBox .cccf .rmbq ul li:last-child {
  margin-right: 0;
}
.indexBox .cccf .list {
  width: 1200px;
  margin: 60px auto 0;
}
.indexBox .cccf .list li {
  margin-bottom: 32px;
  background: #002cd5;
  border: 1px solid;
  border-image-source: linear-gradient(0deg, #00eaff 0%, #0078ff 100%);
  border-image-slice: 1;
  padding: 15px 38px 15px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.indexBox .cccf .list li .icon {
  width: 94px;
  height: 68px;
  background: url(../images/cccf_icon.png) left center no-repeat;
  padding-right: 28px;
  flex: none;
  border-right: 1px solid #0d3ffe;
}
.indexBox .cccf .list li .textBox {
  width: 910px;
  padding-left: 27px;
}
.indexBox .cccf .list li .textBox .tit a {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.indexBox .cccf .list li .textBox p {
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
  opacity: 0.43;
  text-align: justify;
}
.indexBox .cccf .list li .date {
  color: #fff;
  font-size: 18px;
}
.indexBox .cccf .list .more {
  margin-top: 48px;
  text-align: center;
}
.indexBox .cccf .list .more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 46px;
  border: 1px solid #00eaff;
  border-radius: 23px;
  background: linear-gradient(90deg, rgba(0, 234, 255, 0.18) 0%, rgba(0, 120, 255, 0.45) 100%);
  box-shadow: inset 0 0 18px rgba(0, 234, 255, 0.35), 0 8px 20px rgba(0, 0, 107, 0.22);
  color: #00fff6;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}
.indexBox .cccf .list .more a::after {
  content: '>';
  margin-left: 10px;
  color: #00fff6;
  font-family: Arial, sans-serif;
}
.indexBox .cccf .list .more a:hover {
  background: linear-gradient(90deg, rgba(0, 234, 255, 0.38) 0%, rgba(0, 120, 255, 0.72) 100%);
  color: #fff;
  transform: translateY(-2px);
}
@media screen and (max-width: 1023px) {
  html {
    font-size: 10vw;
  }
  body {
    min-width: auto;
  }
  .indexBox {
    background-size: 133% auto;
    padding-bottom: 0.8rem;
  }
  .indexBox .banner {
    height: 4.8rem;
  }
  .indexBox .hedBox .hedInfo {
    width: 9.36rem;
    min-height: 3.73333333rem;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    background: url(../images/m_hedinfo_bg.png) center center no-repeat;
    background-size: 100% 100%;
    font-size: 0.4rem;
    line-height: 1.5;
    padding: 0.96rem 0.53333333rem 0.53333333rem;
    border-radius: 0.33333333rem;
    overflow: hidden;
  }
  .indexBox .hedBox ul {
    width: 9.36rem;
    margin: 1.33333333rem auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 1.06666667rem;
  }
  .indexBox .hedBox ul li {
    width: 4.48rem;
    height: 4.26666667rem;
    background-size: 100% 100%;
    box-shadow: -0.12rem 0.12rem 0.19rem 0 rgba(79, 79, 79, 0.34);
    padding: 1.57333333rem 0.29333333rem 0;
  }
  .indexBox .hedBox ul li .icon {
    width: 1.76rem;
    height: 1.76rem;
    top: -0.74666667rem;
    background-size: 100% 100%;
  }
  .indexBox .hedBox ul li .icon img {
    max-width: 0.96rem;
    max-height: 0.96rem;
  }
  .indexBox .hedBox ul li a {
    display: block;
    font-size: 0.45333333rem;
    line-height: 1.4;
  }
  .indexBox .zczc,
  .indexBox .zcfn,
  .indexBox .stsj,
  .indexBox .cccf {
    margin-top: 0.8rem;
  }
  .indexBox .zczc .title h3,
  .indexBox .zcfn .title h3,
  .indexBox .stsj .title h3,
  .indexBox .cccf .title h3 {
    width: 5.6rem;
    height: 0.96rem;
    margin: 0 auto;
    background-size: 100% 100%;
    font-size: 0.48rem;
    line-height: 0.96rem;
  }
  .indexBox .zczc .title p,
  .indexBox .zcfn .title p,
  .indexBox .stsj .title p,
  .indexBox .cccf .title p {
    padding: 0 0.32rem;
    margin-top: 0.26666667rem;
    font-size: 0.4rem;
    line-height: 1.5;
  }
  .indexBox .zczc::before {
    top: -1.6rem;
    height: 17.73333333rem;
    background-size: cover;
  }
  .indexBox .zczc .zczc_hed {
    width: 9.36rem;
    margin: 0.53333333rem auto 0;
    padding: 0 0.74666667rem;
    box-sizing: border-box;
  }
  .indexBox .zczc .zczc_hed .prev,
  .indexBox .zczc .zczc_hed .next {
    width: 0.50666667rem;
    height: 0.50666667rem;
    background-size: 100% 100%;
  }
  .indexBox .zczc .zczc_hed .prev {
    left: 0;
  }
  .indexBox .zczc .zczc_hed .next {
    right: 0;
  }
  .indexBox .zczc .zczc_hed .zczc-swiper .swiper-slide {
    height: 5.6rem;
    background-size: 100% 100%;
    padding: 0.48rem 0.32rem 0;
  }
  .indexBox .zczc .zczc_hed .zczc-swiper .swiper-slide .icon {
    width: 1.01333333rem;
    height: 1.01333333rem;
    background-size: 100% 100%;
  }
  .indexBox .zczc .zczc_hed .zczc-swiper .swiper-slide p {
    margin-top: 0.26666667rem;
    line-height: 1.5;
    -webkit-line-clamp: none;
    line-clamp: none;
  }
  .indexBox .zczc .zczc_hed .zczc-swiper .swiper-slide p a {
    font-size: 0.42666667rem;
  }
  .indexBox .zczc .zczc_hed .zczc-swiper .swiper-slide .more {
    width: 1.73333333rem;
    height: 0.29333333rem;
    left: 0.4rem;
    bottom: 0.53333333rem;
    background-size: 100% 100%;
  }
  .indexBox .zczc .zczc_hed .zczc-swiper .swiper-slide .pic {
    width: 2rem;
    right: 0.32rem;
    bottom: 0.32rem;
  }
  .indexBox .zczc .zczc_hed .zczc-swiper .swiper-slide .pic img {
    display: block;
    width: 100%;
  }
  .indexBox .zczc .zczc_bom {
    width: 9.36rem;
    height: auto;
    margin: 0.53333333rem auto 0;
    padding: 0.45333333rem 0.32rem;
    background: none;
  }
  .indexBox .zczc .zczc_bom ul {
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 0.32rem;
  }
  .indexBox .zczc .zczc_bom ul li {
    width: 2.8rem;
    text-align: center;
  }
  .indexBox .zczc .zczc_bom ul li h3 {
    font-size: 0.37333333rem;
    line-height: 1.5;
  }
  .indexBox .zczc .zczc_bom ul li h3 span {
    font-size: 0.58666667rem;
  }
  .indexBox .zczc .zczc_bom ul li .text {
    width: 100%;
    min-height: 1.33333333rem;
    height: auto;
    margin-top: 0.21333333rem;
    padding: 0.24rem 0.16rem;
    background-size: 100% 100%;
    font-size: 0.4rem;
    line-height: 1.5;
  }
  .indexBox .zcfn .content {
    width: 9.36rem;
    margin: 0.53333333rem auto 0;
  }
  .indexBox .zcfn .content ul {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    overflow: visible;
  }
  .indexBox .zcfn .content ul li {
    width: 100%;
    min-height: 5.06666667rem;
    height: auto;
    float: none;
    margin-right: 0;
    padding: 0.42666667rem 0.32rem 0.48rem;
    background-image: url(../images/m_zyfn_bg1.png);
    background-size: 100% 100%;
  }
  .indexBox .zcfn .content ul li .bt {
    font-size: 0.42666667rem;
  }
  .indexBox .zcfn .content ul li .list {
    margin-top: 0.4rem;
  }
  .indexBox .zcfn .content ul li .list .item {
    margin-bottom: 0.26666667rem;
  }
  .indexBox .zcfn .content ul li .list .item .tit a {
    font-size: 0.42666667rem;
  }
  .indexBox .zcfn .content ul li .list .item .tit::before {
    width: 0.16rem;
    height: 0.16rem;
    margin-right: 0.16rem;
    margin-top: 0.21333333rem;
  }
  .indexBox .zcfn .content ul li .list .item .text {
    font-size: 0.4rem;
    line-height: 1.5;
  }
  .indexBox .zcfn .content ul li:nth-child(2) {
    background-image: url(../images/m_zyfn_bg2.png);
    background-size: 100% 100%;
  }
  .indexBox .zcfn .content ul li:nth-child(3) {
    background-image: url(../images/m_zyfn_bg3.png);
    background-size: 100% 100%;
  }
  .indexBox .zcfn .content ul li:nth-child(4) {
    background-image: url(../images/m_zyfn_bg4.png);
    background-size: 100% 100%;
  }
  .indexBox .stsj .stsjNav ul {
    width: 9.36rem;
    margin: 0.53333333rem auto 0;
  }
  .indexBox .stsj .stsjNav li {
    width: 50%;
    height: 0.98666667rem;
    line-height: 0.98666667rem;
    font-size: 0.4rem;
  }
  .indexBox .stsj .stsj-swiper {
    width: 9.36rem;
    margin: 0.53333333rem auto 0;
  }
  .indexBox .stsj .stsj-swiper ul {
    flex-direction: column;
    gap: 0.53333333rem;
  }
  .indexBox .stsj .stsj-swiper ul li {
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }
  .indexBox .stsj .stsj-swiper ul li .hed {
    height: auto;
  }
  .indexBox .stsj .stsj-swiper ul li .bt {
    height: auto;
    min-height: 1.33333333rem;
    padding: 0.26666667rem 0.32rem;
  }
  .indexBox .stsj .stsj-swiper ul li .bt::before {
    width: 0.69333333rem;
    height: 0.6rem;
    background-size: 100% 100%;
  }
  .indexBox .stsj .stsj-swiper ul li .bt a {
    width: auto;
    flex: 1;
    margin-left: 0.21333333rem;
    font-size: 0.42666667rem;
    line-height: 1.4;
    white-space: normal;
  }
  .indexBox .stsj .stsj-swiper ul li .text {
    min-height: 3.46666667rem;
    height: auto;
    padding: 0.32rem;
    font-size: 0.4rem;
    line-height: 1.5;
    -webkit-line-clamp: initial;
    line-clamp: initial;
  }
  .indexBox .stsj .stsj-swiper ul li .bom {
    height: auto;
    padding: 0.21333333rem 0.32rem;
    flex-wrap: wrap;
    gap: 0.21333333rem 0.32rem;
  }
  .indexBox .stsj .stsj-swiper ul li .bom .bomitem {
    margin-right: 0;
    padding: 0 0.13333333rem 0.10666667rem;
    font-size: 0.37333333rem;
  }
  .indexBox .stsj .stsj-swiper ul li .bom .bomitem::after {
    height: 0.08rem;
    border-radius: 0.04rem;
  }
  .indexBox .cccf .rmbq {
    width: 9.36rem;
    margin: 0.53333333rem auto 0;
    display: block;
  }
  .indexBox .cccf .rmbq h3 {
    font-size: 0.42666667rem;
  }
  .indexBox .cccf .rmbq ul {
    margin-top: 0.32rem;
    flex-wrap: wrap;
    gap: 0.26666667rem 0.24rem;
  }
  .indexBox .cccf .rmbq ul li {
    width: 2.16rem;
    height: 0.8rem;
    line-height: 0.8rem;
    margin-right: 0;
    font-size: 0.37333333rem;
  }
  .indexBox .cccf .list {
    width: 9.36rem;
    margin: 0.8rem auto 0;
  }
  .indexBox .cccf .list li {
    display: block;
    margin-bottom: 0.32rem;
    padding: 0.37333333rem 0.32rem;
  }
  .indexBox .cccf .list li .icon {
    width: 1.25333333rem;
    height: 0.90666667rem;
    margin-bottom: 0.32rem;
    padding-right: 0;
    padding-bottom: 0.32rem;
    background-size: contain;
    border-right: 0;
    border-bottom: 1px solid #0d3ffe;
  }
  .indexBox .cccf .list li .textBox {
    width: 100%;
    padding-left: 0;
  }
  .indexBox .cccf .list li .textBox .tit a {
    font-size: 0.42666667rem;
    line-height: 1.5;
    white-space: normal;
  }
  .indexBox .cccf .list li .textBox p {
    margin-top: 0.21333333rem;
    font-size: 0.4rem;
    line-height: 1.5;
  }
  .indexBox .cccf .list li .date {
    display: block;
    margin-top: 0.32rem;
    font-size: 0.37333333rem;
    text-align: right;
  }
  .indexBox .cccf .list .more {
    margin-top: 0.64rem;
    text-align: center;
  }
  .indexBox .cccf .list .more a {
    width: 3.46666667rem;
    height: 1.01333333rem;
    border-radius: 0.50666667rem;
    font-size: 0.4rem;
    box-shadow: inset 0 0 0.24rem rgba(0, 234, 255, 0.35), 0 0.10666667rem 0.26666667rem rgba(0, 0, 107, 0.22);
  }
  .indexBox .cccf .list .more a::after {
    margin-left: 0.16rem;
  }
  .indexBox .cccf .list .more a:hover {
    transform: none;
  }
  .mobile_footer {
    margin-top: 0;
  }
}
