/* 初始化CSS  重置浏览器样式*/
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: none;
}
ul,
ol,
li {
  list-style: none;
}
input {
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  border: 0 none;
}
select,
input {
  vertical-align: middle;
}
select,
input,
textarea {
  font-size: 14px;
  margin: 0;
  outline: none;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
body {
  font-size: 16px;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif !important;
}
a {
  color: #666;
  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;
}
a:hover {
  text-decoration: none;
  color: #c32331;
}
i,
b {
  font-style: normal;
}
#clear {
  clear: both;
}
* {
  box-sizing: border-box;
}
.indexbox {
  background: #f2fcff;
}
.indexbox .banner {
  background: url(20260507_sjsywjyzl_banner.png) center top no-repeat;
  height: 782px;
}
.indexbox .rxzcbox {
  margin: 60px auto 0;
  width: 1200px;
}
.indexbox .rxzcbox .rxzctb {
  width: 100%;
  height: 115px;
}
.indexbox .rxzcbox .rxzctb ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.indexbox .rxzcbox .rxzctb ul li {
  width: 578px;
  height: 115px;
  border-radius: 20px;
  background: url(20260507_sjsywjyzl_qhbox_mrbj.png) center top no-repeat;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}
.indexbox .rxzcbox .rxzctb ul li::before {
  content: "";
  display: block;
  background: url(20260507_sjsywjyzl_list_1.png) center no-repeat;
  width: 80px;
  height: 80px;
}
.indexbox .rxzcbox .rxzctb ul li p {
  width: 355px;
  color: #2973ff;
  font-size: 24px;
  font-weight: bold;
}
.indexbox .rxzcbox .rxzctb ul li::after {
  content: "";
  display: block;
  background: url(20260507_sjsywjyzl_list_tyjt.png) center no-repeat;
  width: 27px;
  height: 27px;
}
.indexbox .rxzcbox .rxzctb ul li:nth-child(2)::before {
  background: url(20260507_sjsywjyzl_list_2.png) center no-repeat;
}
.indexbox .rxzcbox .rxzctb ul .active {
  background: url(20260507_sjsywjyzl_qhbox_xzbj.png) center top no-repeat;
}
.indexbox .rxzcbox .rxzctb ul .active p {
  color: #fefefe;
}
.indexbox .rxzcbox .rxzcitems {
  margin: 28px auto 0;
  width: 1200px;
  height: 529px;
}
.indexbox .rxzcbox .rxzcitems .item {
  display: none;
  background: url(20260507_sjsywjyzl_qhbox_left.png) center top no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  padding: 68px 40px 63px;
}
.indexbox .rxzcbox .rxzcitems .item ul {
  width: 100%;
  height: 100%;
}
.indexbox .rxzcbox .rxzcitems .item ul li {
  width: 100%;
  margin-bottom: 50px;
}
.indexbox .rxzcbox .rxzcitems .item ul li h2 {
  width: 100%;
}
.indexbox .rxzcbox .rxzcitems .item ul li h2 a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 20px;
  color: #125aef;
  width: 100%;
  font-weight: bold;
}
.indexbox .rxzcbox .rxzcitems .item ul li p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #717171;
  margin-top: 20px;
}
.indexbox .rxzcbox .rxzcitems .item ul li .zcyw {
  margin-top: 20px;
  width: 158px;
  height: 46px;
  background-color: #2973ff;
  border-radius: 23px;
}
.indexbox .rxzcbox .rxzcitems .item ul li .zcyw a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fefefe;
  font-size: 16px;
  line-height: 46px;
  text-align: center;
  border-radius: 23px;
}
.indexbox .rxzcbox .rxzcitems .item ul li:last-child {
  margin-bottom: 0;
}
.indexbox .rxzcbox .rxzcitems .item:nth-child(2) {
  background: url(20260507_sjsywjyzl_qhbox_right.png) center top no-repeat;
  background-size: 100% 100%;
}
.indexbox .rxgzrcapbox {
  margin: 60px auto 0;
  width: 1200px;
}
.indexbox .rxgzrcapbox .rxgzrcaptb {
  width: 100%;
  height: 115px;
}
.indexbox .rxgzrcapbox .rxgzrcaptb ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.indexbox .rxgzrcapbox .rxgzrcaptb ul li {
  width: 578px;
  height: 115px;
  border-radius: 20px;
  background: url(20260507_sjsywjyzl_qhbox_mrbj.png) center top no-repeat;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}
.indexbox .rxgzrcapbox .rxgzrcaptb ul li::before {
  content: "";
  display: block;
  background: url(20260507_sjsywjyzl_list_3.png) center no-repeat;
  width: 80px;
  height: 80px;
}
.indexbox .rxgzrcapbox .rxgzrcaptb ul li p {
  width: 355px;
  color: #2973ff;
  font-size: 24px;
  font-weight: bold;
}
.indexbox .rxgzrcapbox .rxgzrcaptb ul li::after {
  content: "";
  display: block;
  background: url(20260507_sjsywjyzl_list_tyjt.png) center no-repeat;
  width: 27px;
  height: 27px;
}
.indexbox .rxgzrcapbox .rxgzrcaptb ul li:nth-child(2)::before {
  background: url(20260507_sjsywjyzl_list_4.png) center no-repeat;
}
.indexbox .rxgzrcapbox .rxgzrcaptb ul .active {
  background: url(20260507_sjsywjyzl_qhbox_xzbj.png) center top no-repeat;
}
.indexbox .rxgzrcapbox .rxgzrcaptb ul .active p {
  color: #fefefe;
}
.indexbox .rxgzrcapbox .itemConBox {
  margin: 28px auto 0;
  width: 1200px;
  height: 529px;
}
.indexbox .rxgzrcapbox .itemConBox .item {
  display: none;
  background: url(20260507_sjsywjyzl_qhbox_left.png) center top no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  padding: 55px 19px 56px;
}
.indexbox .rxgzrcapbox .itemConBox .item .conten {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE/Edge */
}
.indexbox .rxgzrcapbox .itemConBox .item .conten::-webkit-scrollbar {
  display: none;
}
.indexbox .rxgzrcapbox .itemConBox .item .conten p {
  width: 100%;
  position: relative;
  font-size: 20px;
  display: flex;
  justify-content: start;
  margin-bottom: 16px;
}
.indexbox .rxgzrcapbox .itemConBox .item .conten p::before {
  content: '';
  display: inline-block;
  width: 53px;
  height: 52px;
  margin-right: 15px;
}
.indexbox .rxgzrcapbox .itemConBox .item .conten p::after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 48px;
  left: 26px;
  background: #b0cbff;
}
.indexbox .rxgzrcapbox .itemConBox .item .conten p:nth-child(1)::before {
  background: url(20260507_sjsywjyzl_before_pic1.png) center no-repeat;
}
.indexbox .rxgzrcapbox .itemConBox .item .conten p:nth-child(2)::before {
  background: url(20260507_sjsywjyzl_before_pic2.png) center no-repeat;
}
.indexbox .rxgzrcapbox .itemConBox .item .conten p:nth-child(3)::before {
  background: url(20260507_sjsywjyzl_before_pic3.png) center no-repeat;
}
.indexbox .rxgzrcapbox .itemConBox .item .conten p:nth-child(4)::before {
  background: url(20260507_sjsywjyzl_before_pic4.png) center no-repeat;
}
.indexbox .rxgzrcapbox .itemConBox .item .conten p:nth-child(5)::before {
  background: url(20260507_sjsywjyzl_before_pic5.png) center no-repeat;
}
.indexbox .rxgzrcapbox .itemConBox .item .conten p:nth-child(6)::before {
  background: url(20260507_sjsywjyzl_before_pic6.png) center no-repeat;
}
.indexbox .rxgzrcapbox .itemConBox .item .conten p:nth-child(7)::before {
  background: url(20260507_sjsywjyzl_before_pic1.png) center no-repeat;
}
.indexbox .rxgzrcapbox .itemConBox .item .conten p:nth-child(8)::before {
  background: url(20260507_sjsywjyzl_before_pic2.png) center no-repeat;
}
.indexbox .rxgzrcapbox .itemConBox .item .conten p:nth-child(9)::before {
  background: url(20260507_sjsywjyzl_before_pic3.png) center no-repeat;
}
.indexbox .rxgzrcapbox .itemConBox .item .conten p:nth-child(10)::before {
  background: url(20260507_sjsywjyzl_before_pic4.png) center no-repeat;
}
.indexbox .rxgzrcapbox .itemConBox .item .conten p:nth-child(11)::before {
  background: url(20260507_sjsywjyzl_before_pic5.png) center no-repeat;
}
.indexbox .rxgzrcapbox .itemConBox .item .conten p:nth-child(12)::before {
  background: url(20260507_sjsywjyzl_before_pic6.png) center no-repeat;
}
.indexbox .rxgzrcapbox .itemConBox .item .conten p:nth-child(13)::before {
  background: url(20260507_sjsywjyzl_before_pic1.png) center no-repeat;
}
.indexbox .rxgzrcapbox .itemConBox .item .conten p:nth-child(14)::before {
  background: url(20260507_sjsywjyzl_before_pic2.png) center no-repeat;
}
.indexbox .rxgzrcapbox .itemConBox .item .conten p:nth-child(15)::before {
  background: url(20260507_sjsywjyzl_before_pic3.png) center no-repeat;
}
.indexbox .rxgzrcapbox .itemConBox .item .conten p:last-child::after {
  display: none;
}
.indexbox .rxgzrcapbox .itemConBox .item .conten p .data {
  margin-top: 13px;
  display: block;
  width: 176px;
  color: #2973ff;
  font-weight: bold;
  margin-right: 42px;
}
.indexbox .rxgzrcapbox .itemConBox .item .conten p .context {
  margin-top: 13px;
  display: block;
  width: 818px;
  color: #1b1b1b;
}
.indexbox .rxgzrcapbox .itemConBox .item:nth-child(2) {
  background: url(20260507_sjsywjyzl_qhbox_right.png) center top no-repeat;
  background-size: 100% 100%;
}
.indexbox .xgfwbox {
  margin: 60px auto 0;
  width: 1200px;
}
.indexbox .xgfwbox .top {
  background: url(20260507_sjsywjyzl_xgfw.png) center top no-repeat;
  width: 1200px;
  height: 36px;
}
.indexbox .xgfwbox .conter {
  margin: 50px auto 0;
  width: 1200px;
  height: 484px;
}
.indexbox .xgfwbox .conter ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
}
.indexbox .xgfwbox .conter ul li {
  background: url(20260507_sjsywjyzl_xgfw_listbj.png) center center no-repeat;
  box-shadow: 0px 0px 13px 0px rgba(10, 38, 117, 0.29), inset 0px 5px 0px 0px #ffffff;
  border-radius: 14px 14px 63px 14px;
  width: 584px;
  height: 136px;
}
.indexbox .xgfwbox .conter ul li a {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  justify-content: space-between;
  align-items: center;
}
.indexbox .xgfwbox .conter ul li a p {
  width: 370px;
  color: #585858;
  font-size: 22px;
}
.indexbox .xgfwbox .conter ul li a .pic {
  width: 167px;
  height: 110px;
}
.indexbox .xgfwbox .conter ul li a .pic img {
  width: 100%;
  height: 100%;
}
.indexbox .cjwtbox {
  margin: 60px auto 0;
  width: 1200px;
}
.indexbox .cjwtbox .top {
  background: url(20260507_sjsywjyzl_cjwt.png) center top no-repeat;
  width: 1200px;
  height: 36px;
}
.indexbox .cjwtbox .conter {
  margin: 50px auto 0;
  width: 1200px;
  height: 1340px;
}
.indexbox .cjwtbox .conter ul {
  width: 100%;
  height: 100%;
}
.indexbox .cjwtbox .conter ul li {
  float: left;
  background: url(20260507_sjsywjyzl_cjwt_conbj.png) center top no-repeat;
  width: 577px;
  height: 293px;
  padding: 32px 20px;
  margin-bottom: 40px;
}
.indexbox .cjwtbox .conter ul li:nth-child(2n) {
  float: right;
}
.indexbox .cjwtbox .conter ul li h2 {
  width: 100%;
  color: #3378ef;
  font-size: 20px;
  font-weight: bold;
  margin-left: 10px;
}
.indexbox .cjwtbox .conter ul li p {
  margin-top: 50px;
  width: 100%;
  color: #686868;
  font-size: 16px;
  line-height: 1.5;
  height: 138px;
  overflow-y: scroll;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE/Edge */
}
.indexbox .cjwtbox .conter ul li p::-webkit-scrollbar {
  display: none;
}
.topBar {
  display: block;
}
.header {
  display: none;
}
.bottom {
  display: block;
}
.footer {
  display: none;
}
@media screen and (max-width: 750px) {
  html {
    font-size: 10vw;
  }
  .wrap {
    width: 100%;
  }
  .hPadding {
    padding: 0 0.26666667rem;
  }
  /* mobile绔ご灏鹃殣钘� */
  .topBar {
    display: none;
  }
  .header {
    display: flex;
  }
  .bottom {
    display: none;
  }
  .footer {
    display: block;
  }
  .indexbox {
    background: #f2fcff;
  }
  .indexbox .banner {
    background: url(20260507_sjsywjyzl_banner_yd.jpg) center top no-repeat;
    height: 5.52rem;
    background-size: 10rem 5.52rem;
  }
  .indexbox .rxzcbox {
    margin: 0.8rem auto 0;
    width: 9.46666667rem;
  }
  .indexbox .rxzcbox .rxzctb {
    height: auto;
  }
  .indexbox .rxzcbox .rxzctb ul {
    flex-direction: column;
  }
  .indexbox .rxzcbox .rxzctb ul li {
    width: 100%;
    height: auto;
    padding: 0.3rem 0.4rem;
    margin-bottom: 0.13333333rem;
    background: url(20260507_sjsywjyzl_qhbox_mrbj.png) center top no-repeat;
    background-size: 100%;
  }
  .indexbox .rxzcbox .rxzctb ul li::before {
    width: 1.06666667rem;
    height: 1.06666667rem;
    background-size: contain;
  }
  .indexbox .rxzcbox .rxzctb ul li p {
    width: auto;
    font-size: 0.4rem;
  }
  .indexbox .rxzcbox .rxzctb ul li::after {
    width: 0.4rem;
    height: 0.4rem;
    background-size: contain;
  }
  .indexbox .rxzcbox .rxzctb ul li:nth-child(2)::before {
    background: url(20260507_sjsywjyzl_list_2.png) center no-repeat;
    background-size: contain;
  }
  .indexbox .rxzcbox .rxzctb ul .active {
    background: url(20260507_sjsywjyzl_qhbox_xzbj.png) center top no-repeat;
    background-size: 100%;
  }
  .indexbox .rxzcbox .rxzcitems {
    margin: 0.4rem 0 0;
    width: 100%;
    height: auto;
  }
  .indexbox .rxzcbox .rxzcitems .item {
    padding: 0.26666667rem 0.2rem;
    background: none;
  }
  .indexbox .rxzcbox .rxzcitems .item ul li {
    margin-bottom: 0.4rem;
  }
  .indexbox .rxzcbox .rxzcitems .item ul li h2 {
    padding-top: 0 !important;
  }
  .indexbox .rxzcbox .rxzcitems .item ul li h2 a {
    font-size: 0.4rem;
    white-space: normal;
    line-height: 1.4;
  }
  .indexbox .rxzcbox .rxzcitems .item ul li p {
    font-size: 0.32rem;
    margin-top: 0.26666667rem;
    -webkit-line-clamp: 2 !important;
  }
  .indexbox .rxzcbox .rxzcitems .item ul li .zcyw {
    width: 2.66666667rem;
    height: 0.8rem;
  }
  .indexbox .rxzcbox .rxzcitems .item ul li .zcyw a {
    font-size: 0.37333333rem;
    line-height: 0.8rem;
  }
  .indexbox .rxzcbox .rxzcitems .item:nth-child(2) {
    background: none;
  }
  .indexbox .rxgzrcapbox {
    margin: 0.8rem auto 0;
    width: 9.46666667rem;
  }
  .indexbox .rxgzrcapbox .rxgzrcaptb {
    height: auto;
  }
  .indexbox .rxgzrcapbox .rxgzrcaptb ul {
    flex-direction: column;
  }
  .indexbox .rxgzrcapbox .rxgzrcaptb ul li {
    width: 100%;
    height: auto;
    padding: 0.3rem 0.4rem;
    margin-bottom: 0.13333333rem;
    background: url(20260507_sjsywjyzl_qhbox_mrbj.png) center top no-repeat;
    background-size: 100%;
  }
  .indexbox .rxgzrcapbox .rxgzrcaptb ul li::before {
    width: 1.06666667rem;
    height: 1.06666667rem;
    background-size: contain;
  }
  .indexbox .rxgzrcapbox .rxgzrcaptb ul li p {
    width: auto;
    font-size: 0.4rem;
  }
  .indexbox .rxgzrcapbox .rxgzrcaptb ul li::after {
    width: 0.4rem;
    height: 0.4rem;
    background-size: contain;
  }
  .indexbox .rxgzrcapbox .rxgzrcaptb ul li:nth-child(2)::before {
    background: url(20260507_sjsywjyzl_list_4.png) center no-repeat;
    background-size: contain;
  }
  .indexbox .rxgzrcapbox .rxgzrcaptb ul .active {
    background: url(20260507_sjsywjyzl_qhbox_xzbj.png) center top no-repeat;
    background-size: 100%;
  }
  .indexbox .rxgzrcapbox .itemConBox {
    margin: 0.4rem 0 0;
    width: 100%;
    height: auto;
  }
  .indexbox .rxgzrcapbox .itemConBox .item {
    padding: 0.26666667rem 0.2rem;
    background: none;
    min-height: 5.33333333rem;
  }
  .indexbox .rxgzrcapbox .itemConBox .item .conten p {
    font-size: 0.32rem;
    margin-bottom: 0.4rem;
  }
  .indexbox .rxgzrcapbox .itemConBox .item .conten p:nth-child(1)::before {
    background: url(20260507_sjsywjyzl_before_pic1.png) center no-repeat;
    background-size: 0.69333333rem 0.69333333rem;
  }
  .indexbox .rxgzrcapbox .itemConBox .item .conten p:nth-child(2)::before {
    background: url(20260507_sjsywjyzl_before_pic2.png) center no-repeat;
    background-size: 0.69333333rem 0.69333333rem;
  }
  .indexbox .rxgzrcapbox .itemConBox .item .conten p:nth-child(3)::before {
    background: url(20260507_sjsywjyzl_before_pic3.png) center no-repeat;
    background-size: 0.69333333rem 0.69333333rem;
  }
  .indexbox .rxgzrcapbox .itemConBox .item .conten p:nth-child(4)::before {
    background: url(20260507_sjsywjyzl_before_pic4.png) center no-repeat;
    background-size: 0.69333333rem 0.69333333rem;
  }
  .indexbox .rxgzrcapbox .itemConBox .item .conten p:nth-child(5)::before {
    background: url(20260507_sjsywjyzl_before_pic5.png) center no-repeat;
    background-size: 0.69333333rem 0.69333333rem;
  }
  .indexbox .rxgzrcapbox .itemConBox .item .conten p:nth-child(6)::before {
    background: url(20260507_sjsywjyzl_before_pic6.png) center no-repeat;
    background-size: 0.69333333rem 0.69333333rem;
  }
  .indexbox .rxgzrcapbox .itemConBox .item .conten p:nth-child(7)::before {
    background: url(20260507_sjsywjyzl_before_pic1.png) center no-repeat;
    background-size: 0.69333333rem 0.69333333rem;
  }
  .indexbox .rxgzrcapbox .itemConBox .item .conten p:nth-child(8)::before {
    background: url(20260507_sjsywjyzl_before_pic2.png) center no-repeat;
    background-size: 0.69333333rem 0.69333333rem;
  }
  .indexbox .rxgzrcapbox .itemConBox .item .conten p:nth-child(9)::before {
    background: url(20260507_sjsywjyzl_before_pic3.png) center no-repeat;
    background-size: 0.69333333rem 0.69333333rem;
  }
  .indexbox .rxgzrcapbox .itemConBox .item .conten p:nth-child(10)::before {
    background: url(20260507_sjsywjyzl_before_pic4.png) center no-repeat;
    background-size: 0.69333333rem 0.69333333rem;
  }
  .indexbox .rxgzrcapbox .itemConBox .item .conten p:nth-child(11)::before {
    background: url(20260507_sjsywjyzl_before_pic5.png) center no-repeat;
    background-size: 0.69333333rem 0.69333333rem;
  }
  .indexbox .rxgzrcapbox .itemConBox .item .conten p:nth-child(12)::before {
    background: url(20260507_sjsywjyzl_before_pic6.png) center no-repeat;
    background-size: 0.69333333rem 0.69333333rem;
  }
  .indexbox .rxgzrcapbox .itemConBox .item .conten p:nth-child(13)::before {
    background: url(20260507_sjsywjyzl_before_pic1.png) center no-repeat;
    background-size: 0.69333333rem 0.69333333rem;
  }
  .indexbox .rxgzrcapbox .itemConBox .item .conten p:nth-child(14)::before {
    background: url(20260507_sjsywjyzl_before_pic2.png) center no-repeat;
    background-size: 0.69333333rem 0.69333333rem;
  }
  .indexbox .rxgzrcapbox .itemConBox .item .conten p:nth-child(15)::before {
    background: url(20260507_sjsywjyzl_before_pic3.png) center no-repeat;
    background-size: 0.69333333rem 0.69333333rem;
  }
  .indexbox .rxgzrcapbox .itemConBox .item .conten p .data {
    width: 2.93333333rem;
    margin-top: 0.17333333rem;
    font-size: 0.32rem;
  }
  .indexbox .rxgzrcapbox .itemConBox .item .conten p .context {
    width: 5.33333333rem;
    margin-top: 0.17333333rem;
    font-size: 0.32rem;
  }
  .indexbox .rxgzrcapbox .itemConBox .item .conten p::before {
    width: 0.69333333rem;
    height: 0.69333333rem;
    background-size: contain;
  }
  .indexbox .rxgzrcapbox .itemConBox .item .conten p::after {
    top: 0.69333333rem;
    left: 0.32rem;
  }
  .indexbox .rxgzrcapbox .itemConBox .item:nth-child(2) {
    background: none;
  }
  .indexbox .xgfwbox {
    margin: 0.8rem auto 0;
    width: 100%;
  }
  .indexbox .xgfwbox .top {
    width: 100%;
    background: url(20260507_sjsywjyzl_xgfw.png) center no-repeat;
    background-size: 16rem 0.48rem;
    height: 0.48rem;
  }
  .indexbox .xgfwbox .conter {
    margin: 0.4rem auto 0;
    width: 9.46666667rem;
    height: auto;
  }
  .indexbox .xgfwbox .conter ul li {
    width: 48%;
    height: 1.73333333rem;
    margin-bottom: 0.21333333rem;
    background: #fff;
    border-radius: 0.13333333rem;
  }
  .indexbox .xgfwbox .conter ul li a {
    padding: 0.13333333rem;
  }
  .indexbox .xgfwbox .conter ul li a p {
    width: 100%;
    font-size: 0.26666667rem;
  }
  .indexbox .xgfwbox .conter ul li a .pic {
    width: 100%;
    height: auto;
  }
  .indexbox .xgfwbox .conter ul li a .pic img {
    width: 2.22666667rem;
    height: 1.46666667rem;
  }
  .indexbox .cjwtbox {
    margin: 0.8rem auto 0;
    width: 100%;
  }
  .indexbox .cjwtbox .top {
    width: 100%;
    background: url(20260507_sjsywjyzl_cjwt.png) center top no-repeat;
    background-size: 16rem 0.48rem;
    height: 0.48rem;
  }
  .indexbox .cjwtbox .conter {
    margin: 0.4rem auto 0;
    width: 9.46666667rem;
    height: auto;
  }
  .indexbox .cjwtbox .conter ul {
    height: auto;
    overflow: hidden;
  }
  .indexbox .cjwtbox .conter ul li {
    float: left;
    width: 48%;
    height: 5rem;
    margin-bottom: 0.2rem;
    padding: 0.2rem;
    background: #fff;
    border-radius: 0.13333333rem;
  }
  .indexbox .cjwtbox .conter ul li:nth-child(2n) {
    float: right;
  }
  .indexbox .cjwtbox .conter ul li h2 {
    font-size: 0.4rem;
    height: 1.5rem;
    margin-left: 0;
  }
  .indexbox .cjwtbox .conter ul li p {
    margin-top: 0.13333333rem;
    height: 2.5rem;
    font-size: 0.32rem;
  }
}
