.section-name {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.section-name::after {
  content: "";
  background-color: #d9e8fd;
  height: 0.02rem;
  width: auto;
  flex: 1;
}
.section-name a {
  flex-shrink: 0;
  display: inline-block;
  position: relative;
  padding-right: 0.28rem;
  font-family: "MicrosoftYaHei-Bold";
  font-weight: bold;
  color: #2f72da;
  font-size: 0.22rem;
}
.section-name a::after {
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background-color: #d9e8fd;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.list a {
  display: block;
  box-sizing: border-box;
  position: relative;
}
.list a .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 1.4rem;
  font-size: 0.16rem;
  line-height: 0.44rem;
}
.list a .time {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.16rem;
  line-height: 0.44rem;
  color: #999;
}
.list a:hover .title,
.list a:hover .time {
  color: #2f72da;
}

.section-1 {
  background-image: url(../images/yj-wz-index-img-section-bg-1.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  padding-bottom: 0.3rem;
}
.section-1 .zdzczz-container {
  border-radius: 0.14rem;
  box-shadow: 0px 0.02rem 0.2rem 0 rgba(5, 34, 86, 0.1);
  background-color: #fff;
  padding-left: 1.27rem;
  padding-right: 0.4rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  height: 1.44rem;
}
.section-1 .zdzczz-container::before {
  content: "";
  background-image: url(../images/yj-wz-index-img-zdzczz.png);
  width: 0.83rem;
  height: 1.07rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0.23rem;
  top: -0.12rem;
}
.section-1 .zdzczz-container .section-title {
  display: block;
  z-index: 5;
  width: 0.83rem;
  height: 1.07rem;
  position: absolute;
  left: 0.23rem;
  top: -0.12rem;
  font-size: 0;
}
.section-1 .zdzczz-container .big-title {
  display: block;
  line-height: normal;
  font-size: 0.36rem;
  font-family: "MicrosoftYaHei-Bold";
  font-weight: bold;
  color: #2f72da;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.section-1 .zdzczz-container .list {
  margin-top: 0.24rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-1 .zdzczz-container .list a {
  display: block;
  box-sizing: border-box;
  position: relative;
  max-width: 33%;
  font-size: 0.16rem;
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 0.15rem;
}
.section-1 .zdzczz-container .list a:hover {
  color: #2f72da;
}
.section-1 .zdzczz-container .list a + a::before {
  content: "";
  width: 1px;
  height: 0.16rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #999;
}
.section-1 .zdzczz-container #marquee-1 {
  overflow: hidden;
  margin-top: 0.24rem;
}
.section-1 .zdzczz-container #marquee-1 .marquee-wrapper {
  width: 10000px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}
.section-1 .zdzczz-container #marquee-1 .marquee-wrapper > div {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
}
.section-1 .zdzczz-container #marquee-1 .marquee-wrapper > div a {
  display: block;
  box-sizing: border-box;
  position: relative;
  line-height: normal;
  font-size: 0.16rem;
  color: #999;
  width: 3.7rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 0.2rem;
}
.section-1 .zdzczz-container #marquee-1 .marquee-wrapper > div a:hover {
  color: #2f72da;
}
.section-1 .toutiao-container {
  margin-top: 0.4rem;
  *zoom: 1;
}
.section-1 .toutiao-container:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.section-1 .toutiao-container .imgs-swiper {
  float: left;
  width: 52.20588%;
  height: 3.8rem;
}
.section-1 .toutiao-container .imgs-swiper .swiper-slide a {
  display: block;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section-1 .toutiao-container .imgs-swiper .swiper-slide a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.section-1 .toutiao-container .imgs-swiper .swiper-slide a .title {
  z-index: 100;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  height: 0.48rem;
  line-height: 0.48rem;
  padding-left: 0.2rem;
  padding-right: 30%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.16rem;
  color: #fff;
}
.section-1 .toutiao-container .imgs-swiper .swiper-slide a:hover img {
  transform: scale(1.02);
}
.section-1 .toutiao-container .imgs-swiper .imgs-swiper-pagination {
  width: auto;
  bottom: 0.15rem;
  right: 0.15rem;
  z-index: 101;
  text-align: right;
  position: absolute;
}
.section-1 .toutiao-container .imgs-swiper .imgs-swiper-pagination .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8) !important;
  opacity: 0.5 !important;
}
.section-1 .toutiao-container .imgs-swiper .imgs-swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 0.05rem;
}
.section-1 .toutiao-container .imgs-swiper .imgs-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff !important;
  opacity: 1 !important;
}
.section-1 .toutiao-container .right-container {
  float: right;
  width: 45.58823%;
}
.section-1 .toutiao-container .right-container .list {
  margin-top: 0.1rem;
}

.img-ykb {
  display: block;
  margin-top: 0.2rem;
  width: 100%;
}

.xcsp-zcwj-container {
  margin-top: 0.4rem;
  *zoom: 1;
}
.xcsp-zcwj-container:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.xcsp-zcwj-container .xcsp-container {
  float: left;
  width: 46%;
}
.xcsp-zcwj-container .xcsp-container .video-container {
  height: 3.5rem;
}
.xcsp-zcwj-container .xcsp-container .video-container video {
  width: 100%;
  height: 100%;
}
.xcsp-zcwj-container .section-zcwj {
  float: right;
  margin-top: 0;
  width: 51%;
}
.xcsp-zcwj-container .section-zcwj .section-name-tabs {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 0.37rem;
}
.xcsp-zcwj-container .section-zcwj .section-name-tabs .section-name {
  flex: 1;
}
.xcsp-zcwj-container .section-zcwj .section-name-tabs .tabs {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.xcsp-zcwj-container .section-zcwj .section-name-tabs .tabs a {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  height: 0.37rem;
  line-height: 0.37rem;
  border-radius: 0.18rem;
  padding: 0 0.18rem;
  text-align: center;
  border: solid 1px #dbe9fc;
  background-color: #f0f6ff;
  font-size: 0.16rem;
}
.xcsp-zcwj-container .section-zcwj .section-name-tabs .tabs a.active {
  background-color: #2f72da;
  border-color: #2f72da;
  color: #fff;
}
.xcsp-zcwj-container .section-zcwj .section-name-tabs .tabs a + a {
  margin-left: 0.1rem;
}
.xcsp-zcwj-container .section-zcwj .list {
  margin-top: 0.1rem;
  display: none;
}
.xcsp-zcwj-container .section-zcwj .list.active {
  display: block;
}

.section-zfxxgk {
  margin-top: 0.4rem;
}
.section-zfxxgk .items {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.28rem;
}
.section-zfxxgk .items a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
  width: 23.23529%;
  height: 0.88rem;
  background-color: #ebf3ff;
  border-radius: 0.1rem;
}
.section-zfxxgk .items a img {
  width: 0.32rem;
  height: 0.32rem;
}
.section-zfxxgk .items a span {
  margin-left: 0.18rem;
  font-size: 0.2rem;
}
.section-zfxxgk .items a:hover {
  box-shadow: 0px 0.02rem 0.1rem 0 rgba(5, 34, 86, 0.2);
}

.section-zcwj-ysjs {
  margin-top: 0.35rem;
  *zoom: 1;
}
.section-zcwj-ysjs:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.section-zcwj-ysjs .section-zcwj {
  float: left;
}
.section-zcwj-ysjs .section-ysjs {
  float: right;
}
.section-zcwj-ysjs > div {
  width: 48.89705%;
}
.section-zcwj-ysjs > div .section-name-tabs {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 0.37rem;
}
.section-zcwj-ysjs > div .section-name-tabs .section-name {
  flex: 1;
}
.section-zcwj-ysjs > div .section-name-tabs .tabs {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.section-zcwj-ysjs > div .section-name-tabs .tabs a {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  height: 0.37rem;
  line-height: 0.37rem;
  border-radius: 0.18rem;
  padding: 0 0.18rem;
  text-align: center;
  border: solid 1px #dbe9fc;
  background-color: #f0f6ff;
  font-size: 0.16rem;
}
.section-zcwj-ysjs > div .section-name-tabs .tabs a.active {
  background-color: #2f72da;
  border-color: #2f72da;
  color: #fff;
}
.section-zcwj-ysjs > div .section-name-tabs .tabs a + a {
  margin-left: 0.1rem;
}
.section-zcwj-ysjs > div .list {
  margin-top: 0.1rem;
  display: none;
}
.section-zcwj-ysjs > div .list.active {
  display: block;
}

.section-zfxxgkml {
  margin-top: 0.35rem;
}
.section-zfxxgkml .items {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 0.3rem;
}
.section-zfxxgkml .items a {
  display: block;
  box-sizing: border-box;
  position: relative;
  width: 14.85294%;
  margin-left: 2.176472%;
  background-color: #f0f6ff;
  border-radius: 0.1rem;
  padding-top: 0.24rem;
  padding-bottom: 0.2rem;
}
.section-zfxxgkml .items a .img-container {
  width: 0.44rem;
  height: 0.44rem;
  margin: 0 auto;
  background-color: #2f72da;
  border-radius: 50%;
}
.section-zfxxgkml .items a .img-container img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 0.24rem;
}
.section-zfxxgkml .items a .name {
  margin-top: 0.1rem;
  height: 0.4rem;
  line-height: 0.2rem;
  font-size: 0.18rem;
  text-align: center;
  padding: 0 0.28rem;
}
.section-zfxxgkml .items a:hover {
  box-shadow: 0px 0.02rem 0.1rem 0 rgba(5, 34, 86, 0.2);
}
.section-zfxxgkml .items a:hover .img-container img {
  animation: rotate360 0.3s ease 0s 1 both;
}
@keyframes rotate360 {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.section-zfxxgkml .items a:hover .name {
  color: #2f72da;
}
.section-zfxxgkml .items a:nth-child(1) {
  margin-left: 0;
}

.section-jczwgk {
  margin-top: 0.36rem;
}
.section-jczwgk .swiper-container {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}
.section-jczwgk #jczwgk-swiper-6 {
  padding-bottom: 0.27rem;
}
.section-jczwgk #jczwgk-swiper-6 .swiper-slide {
  box-sizing: border-box;
  position: relative;
  *zoom: 1;
}
.section-jczwgk #jczwgk-swiper-6 .swiper-slide:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.section-jczwgk #jczwgk-swiper-6 .swiper-slide a {
  float: left;
  width: 31.98529%;
  margin-left: 1.98529%;
  height: 1rem;
  line-height: 1rem;
  background-image: url(../images/yj-wz-zz-index-img-jczwgk-item-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 0.24rem;
  text-align: center;
  font-family: "MicrosoftYaHei-Bold";
  font-weight: bold;
  font-size: 0.3rem;
  letter-spacing: 0.03rem;
  text-shadow: 0px 0.02rem 0.04rem #1b73d3;
  color: #fff;
  transition: all 0.3s ease;
}
.section-jczwgk #jczwgk-swiper-6 .swiper-slide a:nth-child(3n+1) {
  margin-left: 0;
}
.section-jczwgk #jczwgk-swiper-6 .swiper-slide a:nth-child(-n+3) {
  margin-top: 0;
}
.section-jczwgk #jczwgk-swiper-6 .swiper-slide a:hover {
  letter-spacing: 0.05rem;
}
.section-jczwgk #jczwgk-swiper-6 .jczwgk-swiper-6-pagination {
  position: absolute;
  bottom: 0;
  text-align: center;
}
.section-jczwgk #jczwgk-swiper-1 .swiper-slide {
  box-sizing: border-box;
  position: relative;
}
.section-jczwgk #jczwgk-swiper-1 .swiper-slide a {
  display: block;
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  background-image: url(../images/yj-wz-zz-index-img-jczwgk-item-bg-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  font-family: "MicrosoftYaHei-Bold";
  font-weight: bold;
  font-size: 0.3rem;
  letter-spacing: 0.03rem;
  text-shadow: 0px 0.02rem 0.04rem #1b73d3;
  color: #fff;
  transition: all 0.3s ease;
}
.section-jczwgk #jczwgk-swiper-1 .swiper-slide a:hover {
  letter-spacing: 0.05rem;
}
.section-jczwgk #jczwgk-swiper-1 .jczwgk-swiper-1-pagination {
  position: absolute;
  bottom: 0.1rem;
  text-align: center;
  z-index: 100;
}
.section-jczwgk #jczwgk-swiper-1 .jczwgk-swiper-1-pagination .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.8) !important;
  opacity: 0.5 !important;
}
.section-jczwgk #jczwgk-swiper-1 .jczwgk-swiper-1-pagination .swiper-pagination-bullet-active {
  background-color: #fff !important;
  opacity: 1 !important;
}

.index-float {
  position: fixed;
  z-index: 999;
  bottom: 0;
  right: 0.12rem;
}
.index-float .close {
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  top: -0.1rem;
  right: -0.1rem;
  cursor: pointer;
}
.index-float img {
  max-width: 3rem;
}

.img-two {
  margin: 0.15rem auto;
  *zoom: 1;
}
.img-two:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.img-two a {
  display: block;
  box-sizing: border-box;
  position: relative;
  width: 49%;
  height: 1rem;
  overflow: hidden;
}
.img-two a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-two a:hover {
  box-shadow: 0px 0.02rem 0.1rem 0 rgba(5, 34, 86, 0.2);
}
.img-two a:nth-child(1) {
  float: left;
}
.img-two a:nth-child(2) {
  float: right;
}

.img-one {
  display: block;
  box-sizing: border-box;
  position: relative;
  margin: 0.15rem auto;
  width: 100%;
  height: 1rem;
  overflow: hidden;
}
.img-one img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-one:hover {
  box-shadow: 0px 0.02rem 0.1rem 0 rgba(5, 34, 86, 0.2);
}

@media screen and (max-width: 992px) {
  .index-float {
    right: 0.2rem;
  }
  .index-float .close {
    width: 0.5rem;
    height: 0.5rem;
    top: -0.2rem;
    right: -0.2rem;
  }
  .index-float img {
    max-width: 6rem;
  }
  .section-name::after {
    height: 0.05rem;
  }
  .section-name a {
    padding-right: 0.4rem;
    font-size: 0.4rem;
  }
  .section-name a::after {
    width: 0.2rem;
    height: 0.2rem;
  }
  .list a .title {
    padding-right: 2rem;
    font-size: 0.35rem;
    line-height: 0.875rem;
  }
  .list a .time {
    font-size: 0.35rem;
    line-height: 0.875rem;
  }
  .section-1 {
    padding-bottom: 0.375rem;
  }
  .section-1 .zdzczz-container {
    border-radius: 0.15rem;
    box-shadow: 0px 0.05rem 0.25rem 0 rgba(5, 34, 86, 0.1);
    padding: 0.25rem;
    height: auto;
  }
  .section-1 .zdzczz-container .section-title {
    display: block;
    z-index: 5;
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    top: 0;
    font-family: "MicrosoftYaHei-Bold";
    font-weight: bold;
    color: #d72121;
    margin-bottom: 0.25rem;
  }
  .section-1 .zdzczz-container .big-title {
    font-size: 0.45rem;
    padding: 0 0.7rem;
  }
  .section-1 .zdzczz-container .list {
    margin-top: 0.25rem;
  }
  .section-1 .zdzczz-container .list a {
    max-width: 50%;
    font-size: 0.35rem;
    padding: 0 0.2rem;
  }
  .section-1 .zdzczz-container .list a:nth-child(3) {
    display: none;
  }
  .section-1 .zdzczz-container .list a + a::before {
    height: 0.35rem;
  }
  .section-1 .zdzczz-container #marquee-1 {
    margin-top: 0.25rem;
  }
  .section-1 .zdzczz-container #marquee-1 .marquee-wrapper > div a {
    font-size: 0.35rem;
    width: 5rem;
    margin-right: 0.375rem;
  }
  .section-1 .toutiao-container {
    margin-top: 0.375rem;
  }
  .section-1 .toutiao-container .imgs-swiper {
    float: none;
    width: 100%;
    height: 4.5rem;
  }
  .section-1 .toutiao-container .imgs-swiper .swiper-slide a .title {
    height: 0.875rem;
    line-height: 0.875rem;
    padding-left: 0.375rem;
    padding-right: 30%;
    font-size: 0.35rem;
  }
  .section-1 .toutiao-container .imgs-swiper .imgs-swiper-pagination {
    width: auto;
    bottom: 0.25rem;
    right: 0.25rem;
  }
  .section-1 .toutiao-container .imgs-swiper .imgs-swiper-pagination .swiper-pagination-bullet {
    width: 0.15rem;
    height: 0.15rem;
  }
  .section-1 .toutiao-container .imgs-swiper .imgs-swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 0.125rem;
  }
  .section-1 .toutiao-container .right-container {
    float: none;
    width: 100%;
    margin-top: 0.375rem;
  }
  .section-1 .toutiao-container .right-container .list {
    margin-top: 0;
  }
  .img-ykb {
    margin-top: 0.2rem;
    height: 2rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left center;
       object-position: left center;
  }
  .xcsp-zcwj-container {
    margin-top: 0.375rem;
  }
  .xcsp-zcwj-container .xcsp-container {
    float: none;
    width: 100%;
  }
  .xcsp-zcwj-container .xcsp-container .video-container {
    height: 4.5rem;
  }
  .xcsp-zcwj-container .section-zcwj {
    float: none;
    width: 100%;
    margin-top: 0.375rem;
  }
  .xcsp-zcwj-container .section-zcwj .section-name-tabs {
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: auto;
  }
  .xcsp-zcwj-container .section-zcwj .section-name-tabs .section-name {
    flex: 1;
  }
  .xcsp-zcwj-container .section-zcwj .section-name-tabs .tabs {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .xcsp-zcwj-container .section-zcwj .section-name-tabs .tabs a {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 0.4rem;
    padding: 0 0.2rem;
    font-size: 0.375rem;
  }
  .xcsp-zcwj-container .section-zcwj .section-name-tabs .tabs a + a {
    margin-left: 0.2rem;
  }
  .xcsp-zcwj-container .section-zcwj .list {
    margin-top: 0.1rem;
    display: none;
  }
  .xcsp-zcwj-container .section-zcwj .list.active {
    display: block;
  }
  .section-zfxxgk {
    margin-top: 0.2rem;
  }
  .section-zfxxgk .items {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.28rem;
  }
  .section-zfxxgk .items a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    position: relative;
    width: 49%;
    height: 1.2rem;
    margin-top: 0.15rem;
  }
  .section-zfxxgk .items a img {
    width: 0.5rem;
    height: 0.5rem;
  }
  .section-zfxxgk .items a span {
    margin-left: 0.1rem;
    font-size: 0.375rem;
  }
  .section-zfxxgk .items a:nth-child(-n+2) {
    margin-top: 0;
  }
  .section-zcwj-ysjs {
    margin-top: 0.4rem;
    *zoom: 1;
  }
  .section-zcwj-ysjs:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
  }
  .section-zcwj-ysjs .section-zcwj,
  .section-zcwj-ysjs .section-ysjs {
    float: none;
  }
  .section-zcwj-ysjs > div {
    width: 100%;
    margin-top: 0.2rem;
  }
  .section-zcwj-ysjs > div .section-name-tabs {
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: auto;
  }
  .section-zcwj-ysjs > div .section-name-tabs .section-name {
    flex: 1;
  }
  .section-zcwj-ysjs > div .section-name-tabs .tabs {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .section-zcwj-ysjs > div .section-name-tabs .tabs a {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 0.4rem;
    padding: 0 0.2rem;
    font-size: 0.375rem;
  }
  .section-zcwj-ysjs > div .section-name-tabs .tabs a + a {
    margin-left: 0.2rem;
  }
  .section-zcwj-ysjs > div .list {
    margin-top: 0.1rem;
    display: none;
  }
  .section-zcwj-ysjs > div .list.active {
    display: block;
  }
  .section-zfxxgkml {
    margin-top: 0.2rem;
  }
  .section-zfxxgkml .items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.2rem;
  }
  .section-zfxxgkml .items a {
    width: 49%;
    margin-left: 0;
    padding-top: 0.24rem;
    padding-bottom: 0.2rem;
    margin-top: 0.2rem;
  }
  .section-zfxxgkml .items a .img-container {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
  }
  .section-zfxxgkml .items a .img-container img {
    width: auto;
    height: 0.4rem;
  }
  .section-zfxxgkml .items a .name {
    margin-top: 0.2rem;
    height: 1.2rem;
    line-height: 0.6rem;
    font-size: 0.375rem;
    padding: 0 0.4rem;
  }
  .section-zfxxgkml .items a:nth-child(-n+2) {
    margin-top: 0;
  }
  .section-jczwgk {
    margin-top: 0.2rem;
  }
  .section-jczwgk .swiper-container {
    margin-top: 0.2rem;
    margin-bottom: 0.3rem;
  }
  .section-jczwgk #jczwgk-swiper-6 {
    padding-bottom: 0.5rem;
  }
  .section-jczwgk #jczwgk-swiper-6 .swiper-slide a {
    float: left;
    width: 49%;
    margin-left: 2%;
    height: 1.8rem;
    line-height: 1.8rem;
    margin-top: 0.2rem;
    font-size: 0.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .section-jczwgk #jczwgk-swiper-6 .swiper-slide a:nth-child(3n+1) {
    margin-left: 2%;
  }
  .section-jczwgk #jczwgk-swiper-6 .swiper-slide a:nth-child(-n+3) {
    margin-top: 0.2rem;
  }
  .section-jczwgk #jczwgk-swiper-6 .swiper-slide a:nth-child(2n+1) {
    margin-left: 0;
  }
  .section-jczwgk #jczwgk-swiper-6 .swiper-slide a:nth-child(-n+2) {
    margin-top: 0;
  }
  .section-jczwgk #jczwgk-swiper-1 .swiper-slide a {
    height: 1.8rem;
    line-height: 1.8rem;
    font-size: 0.5rem;
  }
  .section-jczwgk #jczwgk-swiper-1 .jczwgk-swiper-1-pagination {
    bottom: 0.1rem;
  }
  .img-two {
    margin: 0.25rem auto;
    *zoom: 1;
  }
  .img-two:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
  }
  .img-two a {
    display: block;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .img-two a img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .img-two a:nth-child(1), .img-two a:nth-child(2) {
    float: none;
  }
  .img-two a:nth-child(2) {
    margin-top: 0.25rem;
  }
  .img-one {
    display: block;
    box-sizing: border-box;
    position: relative;
    margin: 0.25rem auto;
    width: 100%;
    overflow: hidden;
  }
  .img-one img {
    display: block;
    width: 100%;
    height: auto;
  }
}