.content {
  background: url('https://sjj.wuhan.gov.cn/material/2026img/navBg_26.png') center top no-repeat;
  margin-top: -70px;
  padding-top: 107px;
  position: relative;
}
.content .headline {
  padding-left: 100px;
  margin-bottom: 34px;
  text-align: center;
  position: relative;
}
.content .headline .headline-img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.content .headline .headline-text {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #ffffff;
  font-size: 30px;
  line-height: 2em;
}
.content .part1 {
  display: flex;
}
.content .part1 .tab {
  display: flex;
  height: 80px;
  padding: 20px 0;
}
.content .part1 .tab .tab-item {
  height: 100%;
  color: #ffffff;
  padding: 8px 21px;
  font-size: 22px;
}
.content .part1 .tab .current {
  background: #fff;
  color: #0053a5;
  border-radius: 20px;
}
.content .part1 .news-list {
  background-color: #fff;
  padding-left: 17px;
  padding-right: 14px;
}
.content .part1 .news-item:last-child {
  border-bottom: none!important;
}
.content .part1 .news-item {
  position: relative;
  padding: 20px 0;
  font-size: 16px;
  height: 95px;
  border-bottom: 1px solid #ececec;
}
.content .part1 .news-item .news-item-date {
  position: absolute;
  right: 0;
  bottom: 20px;
  color: #C5C5C5;
}
.content .part1 .news-item:hover a {
  color: #1658A0;
}
.content .part1 .news-item:hover::before {
  background: #2160B0;
}
.content .part1 .news-item a {
  font-size: 16px;
  line-height: 28px;
  padding-left: 20px;
  display: block;
}
.content .part1 .news-item::before {
  content: '';
  position: absolute;
  left: 1px;
  top: 30px;
  width: 5px;
  height: 5px;
  background: #DDDDDD;
  border-radius: 50%;
  margin-right: 10px;
}
.content .part1 .w317 {
  width: 320px;
}
.content .part1 .w564 {
  background-color: #fff;
  width: 560px;
}
.content .part1 .w564 .swiper-container {
  width: 560px;
  height: 321px;
  /* 修改所有小圆点的基础样式：变大、变灰 */
  /* 修改当前激活小圆点的样式：变大、变红、或者变成其他形状 */
}
.content .part1 .w564 .swiper-container .swiper-pagination {
  position: absolute;
  bottom: 18px;
  right: 10px;
  left: auto;
  width: auto;
}
.content .part1 .w564 .swiper-container .swiper-wrapper {
  width: 560px;
  height: 321px;
}
.content .part1 .w564 .swiper-container .swiper-slide {
  width: 560px;
  height: 321px;
  font-size: 24px;
  color: #fff;
  position: relative;
}
.content .part1 .w564 .swiper-container .swiper-slide .title {
  font-size: 18px;
  padding-left: 20px;
  padding-right: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 57px;
  line-height: 57px;
  background: rgba(180, 176, 171, 0.5);
}
.content .part1 .w564 .swiper-container .swiper-slide img {
  width: 560px;
  height: 321px;
  transition: all 0.3s ease-in-out;
}
.content .part1 .w564 .swiper-container .swiper-slide img:hover {
  transform: scale(1.1);
}
.content .part1 .w564 .swiper-container .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: #E7EDEF;
  /* 非激活状态的颜色 */
  opacity: 0.6;
}
.content .part1 .w564 .swiper-container .swiper-pagination-bullet-active {
  background-color: #13CFFE;
  /* 激活状态的颜色 */
  opacity: 1;
  /* 甚至可以改成方形或长条形 [citation:1][citation:8] */
  /* width: 20px;
                    border-radius: 4px; */
}
.content .part1 .w564 .swiper-bot .inner-tabs {
  margin-top: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* gap: 60px; */
  height: 54px;
  font-size: 22px;
  margin-bottom: 10px;
}
.content .part1 .w564 .swiper-bot .inner-tabs .inner-tabs-item {
  height: 50px;
  line-height: 50px;
  margin: 0 30px;
}
.content .part1 .w564 .swiper-bot .inner-tabs .active {
  color: #2160B0;
  position: relative;
}
.content .part1 .w564 .swiper-bot .inner-tabs .active::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #2160B0;
}
.content .part1 .w564 .swiper-bot .swiper-bot-news {
  width: 100%;
  padding-left: 10px;
  padding-right: 17px;
  line-height: 38px;
}
.content .part1 .w564 .swiper-bot .swiper-bot-news .bot-news-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  position: relative;
}
.content .part1 .w564 .swiper-bot .swiper-bot-news .bot-news-item .bot-news-item-title {
  color: #333333;
  width: 75%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content .part1 .w564 .swiper-bot .swiper-bot-news .bot-news-item .bot-news-item-date {
  color: #C5C5C5;
}
.content .part1 .w564 .swiper-bot .swiper-bot-news .bot-news-item:hover .bot-news-item-title {
  color: #1658A0;
}
.content .part1 .w564 .swiper-bot .swiper-bot-news .bot-news-item:hover::before {
  background: #2160B0;
}
.content .part1 .w564 .swiper-bot .swiper-bot-news .bot-news-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: #DDDDDD;
  border-radius: 50%;
}
.content .part1 .w319 {
  width: 320px;
}
.content .part1 .w319 .tab {
  padding-left: 10px;
}
.content .part-header {
  display: flex;
  align-items: center;
}
.content .part-header .part-title {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  margin-left: 10px;
  margin-right: 17px;
}
.content .part-header .part-header-line {
  flex-grow: 1;
  height: 1px;
  background: #E4E4E4;
  position: relative;
}
.content .part-header .part-header-line::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: #2160B0;
  border-radius: 50%;
}
.content .part2 {
  margin-top: 20px;
  padding-top: 36px;
  width: 100%;
  height: 523px;
  background: #ffffff;
}
.content .part2 .part2-content {
  display: flex;
  justify-content: center;
}
.content .part2 .part2-content .zfxxgk-list {
  width: 250px;
}
.content .part2 .part2-content .zfxxgk-list .zfxxgk-item-title {
  font-size: 18px;
  color: #333333;
}
.content .part2 .part2-content .zfxxgk-list .zfxxgk-item {
  height: 52px;
  line-height: 52px;
  border-radius: 10px;
  background: #ecf5fe;
  margin-bottom: 16px;
}
.content .part2 .part2-content .zfxxgk-list .zfxxgk-item a {
  height: 100%;
  display: flex;
  align-items: center;
}
.content .part2 .part2-content .zfxxgk-list .zfxxgk-item a i {
  display: block;
  width: 30px;
  height: 100%;
  margin-left: 20px;
  margin-right: 19px;
  line-height: 40px;
  text-align: center;
  font-size: 24px;
  vertical-align: middle;
  transition: all 0.3s;
}
.content .part2 .part2-content .zfxxgk-list .zfxxgk-item a:hover i {
  transform: rotateY(180deg);
}
.content .part2 .part2-content .zfxxgk-list .s1 {
  background: url('https://sjj.wuhan.gov.cn/material/2026img/part2_s1.png') center center no-repeat;
}
.content .part2 .part2-content .zfxxgk-list .s2 {
  background: url('https://sjj.wuhan.gov.cn/material/2026img/part2_s2.png') center center no-repeat;
}
.content .part2 .part2-content .zfxxgk-list .s3 {
  background: url('https://sjj.wuhan.gov.cn/material/2026img/part2_s3.png') center center no-repeat;
}
.content .part2 .part2-content .zfxxgk-list .s4 {
  background: url('https://sjj.wuhan.gov.cn/material/2026img/part2_s4.png') center center no-repeat;
}
.content .part2 .part2-content .zfxxgk-list .s5 {
  background: url('https://sjj.wuhan.gov.cn/material/2026img/part2_s5.png') center center no-repeat;
}
.content .part2 .part2-content .zfxxgk-list .s6 {
  background: url('https://sjj.wuhan.gov.cn/material/2026img/part2_s6.png') center center no-repeat;
}
.content .part2 .part2-content .part2-content-center {
  width: 670px;
  padding-left: 30px;
  padding-right: 30px;
}
.content .part2 .part2-content .part2-content-center .zc-list {
  padding-top: 6px;
  padding-bottom: 10px;
  width: 100%;
  line-height: 46px;
  margin-bottom: 4px;
}
.content .part2 .part2-content .part2-content-center .zc-list .zc-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  position: relative;
}
.content .part2 .part2-content .part2-content-center .zc-list .zc-item .zc-item-title {
  color: #333333;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content .part2 .part2-content .part2-content-center .zc-list .zc-item .zc-item-date {
  color: #C5C5C5;
}
.content .part2 .part2-content .part2-content-center .zc-list .zc-item:hover .zc-item-title {
  color: #1658A0;
}
.content .part2 .part2-content .part2-content-center .zc-list .zc-item:hover::before {
  background: #2160B0;
}
.content .part2 .part2-content .part2-content-center .zc-list .zc-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: #DDDDDD;
  border-radius: 50%;
}
.content .part2 .part2-content .part2-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ECF5FE;
  padding-right: 13px;
  margin-bottom: 17px;
}
.content .part2 .part2-content .part2-header .title-name {
  font-size: 20px;
  color: #ffffff;
  width: 121px;
  text-align: center;
  line-height: 47px;
  background: #0E60B1;
}
.content .part2 .part2-content .part2-header .more {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #333333;
}
.content .part2 .part2-content .part2-header .more img {
  width: 10px;
  height: 10px;
  margin-left: 5px;
}
.content .part2 .part2-content .part2-content-rt {
  width: 280px;
}
.content .part2 .part2-content .part2-content-rt .tw-list {
  display: flex;
  flex-direction: column;
  /* gap: 12px; */
}
.content .part2 .part2-content .part2-content-rt .tw-list a:first-child {
  margin-bottom: 12px;
}
.content .part3 {
  background: #F2F2F2;
  padding-top: 16px;
  padding-bottom: 18px;
}
.content .part3 .inner {
  background: #ffffff;
  padding: 20px;
}
.content .part3 .inner .part3-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content .part3 .inner .part3-top .top-item {
  display: flex;
  justify-content: center;
  align-items: center;
  /* gap: 20px; */
  font-size: 24px;
  color: #333333;
  width: 270px;
  height: 97px;
  background-image: url('https://sjj.wuhan.gov.cn/material/2026img/hdjl_indexbg.png');
  border-radius: 13px;
}
.content .part3 .inner .part3-top .top-item img{
  margin-right: 20px;
}
.content .part3 .inner .part3-bot {
  display: flex;
  /* gap: 54px; */
  margin-top: 30px;
}
.content .part3 .inner .part3-bot > div {
  width: 538px;
}
.content .part3 .inner .part3-bot .spzb-box {
  margin-right: 54px;
}
.content .part3 .inner .part3-bot .box-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 12px;
}
.content .part3 .inner .part3-bot .box-top .left-title {
  display: flex;
  align-items: center;
  /* gap: 14px; */
  font-size: 22px;
  font-weight: bold;
  color: #333333;
}
.content .part3 .inner .part3-bot .box-top .left-title img{
  margin-right: 14px;
}
.content .part3 .inner .part3-bot .box-top .right-more {
  display: flex;
  align-items: center;
  /* gap: 8px; */
  font-size: 18px;
  color: #999999;
}
.content .part3 .inner .part3-bot .box-top .right-more img{
  margin-left: 8px;
}
.content .part3 .inner .part3-bot .spzb-item {
  display: flex;
  align-items: center;
  margin-top: 15px;
  /* gap: 18px; */
}
.content .part3 .inner .part3-bot .spzb-item .left-img {
  width: 230px;
  height: 135px;
  flex-shrink: 0;
}
.content .part3 .inner .part3-bot .spzb-item .right-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 18px;
  /* gap: 15px; */
}
.content .part3 .inner .part3-bot .spzb-item .content-title {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 1.5em;
  width: 290px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 15px;
}
.content .part3 .inner .part3-bot .spzb-item .content-text {
  font-size: 16px;
  color: #999999;
  margin-bottom: 15px;
}
.content .part3 .inner .part3-bot .dczj-list {
  margin-top: 12px;
}
.content .part3 .inner .part3-bot .dczj-item {
  padding: 12px 0;
  display: flex;
  align-items: center;
  /* gap: 24px; */
}
.content .part3 .inner .part3-bot .dczj-item .dczj-item-img {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}
.content .part3 .inner .part3-bot .dczj-item .dczj-item-right {
  flex-grow: 1;
  margin-left: 24px;
}
.content .part3 .inner .part3-bot .dczj-item .dczj-item-title {
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 13px;
}
.content .part3 .inner .part3-bot .dczj-item .dczj-item-time {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #999999;
}
.content .part3 .inner .part3-bot .dczj-item .dczj-item-time .status {
  width: 56px;
  line-height: 23px;
  text-align: center;
  border-radius: 2px;
  color: #ffffff;
  font-size: 12px;
}
.content .part3 .inner .part3-bot .dczj-item .dczj-item-time .status-active {
  background: #F7660C;
}
.content .part3 .inner .part3-bot .dczj-item .dczj-item-time .status-end {
  background: #8DB0CB;
}
.content .part4 {
  background: #F2F2F2;
  padding-bottom: 25px;
}
.content .part4 .inner {
  background-color: #fff;
  padding: 20px;
}
.content .part4 .ztzl-swiper {
  position: relative;
  padding: 0 57px;
}
.content .part4 .ztzl-swiper .zlSwiper {
  overflow: hidden;
}
.content .part4 .ztzl-swiper .zlSwiper .swiper-slide img {
  width: 333px;
  height: 146px;
}
.content .part4 .ztzl-swiper .swiper-button-next {
  background-image: url('https://sjj.wuhan.gov.cn/material/2026img/next.png');
  background-size: 100% 100%;
  height: 32px;
  width: 32px;
  top: 50%;
}
.content .part4 .ztzl-swiper .swiper-button-prev {
  background-image: url('https://sjj.wuhan.gov.cn/material/2026img/prev.png');
  background-size: 100% 100%;
  height: 32px;
  width: 32px;
  top: 50%;
}
.content .part4 .ztzl-mobile {
  display: none;
}
@media (max-width: 768px) {
  .content {
    margin: 0;
    padding: 0;
    background: none;
  }
  .content .headline {
    background-color: #2160B0;
    margin-bottom: 0;
    width: 100%;
  }
  .content .headline .headline-text {
    font-size: 20px;
    line-height: 100px;
  }
  .content .part1 {
    flex-direction: column;
  }
  .content .part1 .w317 {
    width: 100%;
  }
  .content .part1 .tab {
    height: 40px;
    padding: 14px 0;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .content .part1 .tab .tab-item {
    height: 100%;
    color: #333333;
    padding: 8px 21px;
    font-size: 18px;
    height: 40px;
  }
  .content .part1 .tab .current {
    background: #fff;
    color: #0053a5;
    border-radius: 20px;
  }
  .content .part1 .news-item {
    padding: 10px 0px;
    height: auto;
  }
  .content .part1 .news-item a {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .content .part1 .news-item .news-item-date {
    display: none;
  }
  .content .part1 .news-item::before {
    top: 24px;
  }
  .content .part1 .w564 {
    background-color: #fff;
    padding: 0 10px;
    margin-top: 40px;
    margin-bottom: 20px;
    width: 100%;
  }
  .content .part1 .w564 .swiper-container {
    width: 100%;
    height: 240px;
  }
  .content .part1 .w564 .swiper-container .swiper-pagination {
    bottom: 10px;
  }
  .content .part1 .w564 .swiper-container .swiper-wrapper {
    width: 100%;
    height: 240px;
  }
  .content .part1 .w564 .swiper-container .swiper-slide {
    width: 100%;
    height: 240px;
  }
  .content .part1 .w564 .swiper-container .swiper-slide .title {
    height: 40px;
    line-height: 40px;
  }
  .content .part1 .w564 .swiper-container .swiper-slide img {
    width: 100%;
    height: 240px;
    transition: all 0.3s ease-in-out;
  }
  .content .part1 .w564 .swiper-container .swiper-slide img:hover {
    transform: scale(1.1);
  }
  .content .part1 .w564 .swiper-bot .inner-tabs {
    margin-top: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* gap: 60px; */
    height: 54px;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .content .part1 .w564 .swiper-bot .inner-tabs .inner-tabs-item {
    height: 50px;
    line-height: 50px;
    margin: 0 10px;
  }
  .content .part1 .w564 .swiper-bot .inner-tabs .active {
    color: #2160B0;
    position: relative;
  }
  .content .part1 .w564 .swiper-bot .inner-tabs .active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #2160B0;
  }
  .content .part1 .w564 .swiper-bot .swiper-bot-news {
    width: 100%;
    padding-left: 10px;
    padding-right: 17px;
    line-height: 38px;
  }
  .content .part1 .w564 .swiper-bot .swiper-bot-news .bot-news-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
    position: relative;
  }
  .content .part1 .w564 .swiper-bot .swiper-bot-news .bot-news-item .bot-news-item-title {
    color: #333333;
    /* width: 70%; */
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .content .part1 .w564 .swiper-bot .swiper-bot-news .bot-news-item .bot-news-item-date {
    color: #C5C5C5;
    display: none;
  }
  .content .part1 .w564 .swiper-bot .swiper-bot-news .bot-news-item:hover .bot-news-item-title {
    color: #1658A0;
  }
  .content .part1 .w564 .swiper-bot .swiper-bot-news .bot-news-item:hover::before {
    background: #2160B0;
  }
  .content .part1 .w564 .swiper-bot .swiper-bot-news .bot-news-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background: #DDDDDD;
    border-radius: 50%;
  }
  .content .part1 .w319 {
    width: 100%;
  }
  .content .part-header img {
    width: 20px;
  }
  .content .part-header .part-title {
    font-size: 20px;
  }
  .content .part2 {
    padding: 20px 20px 36px 20px;
    width: 100%;
    height: auto;
    background: #ffffff;
  }
  .content .part2 .part2-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .content .part2 .part2-content .zfxxgk-list {
    width: 100%;
    margin-bottom: 20px;
  }
  .content .part2 .part2-content .zfxxgk-list .zfxxgk-item-title {
    font-size: 16px;
  }
  .content .part2 .part2-content .part2-content-center {
    width: 100%;
    padding: 0;
  }
  .content .part2 .part2-content .part2-content-center .zc-list {
    padding-top: 6px;
    padding-bottom: 10px;
    width: 100%;
    line-height: 46px;
    margin-bottom: 4px;
  }
  .content .part2 .part2-content .part2-content-center .zc-list .zc-item .zc-item-title {
    /* width: 65%; */
    width: 100%;
  }
  .content .part2 .part2-content .part2-content-center .zc-list .zc-item .zc-item-date {
    display: none;
  }
  .content .part2 .part2-content .part2-content-center .zcwjk {
    width: 100%;
    margin-bottom: 20px;
  }
  .content .part2 .part2-content .part2-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ECF5FE;
    padding-right: 13px;
    margin-bottom: 17px;
  }
  .content .part2 .part2-content .part2-header .title-name {
    font-size: 18px;
    color: #ffffff;
    width: 121px;
    text-align: center;
    line-height: 36px;
    background: #0E60B1;
  }
  .content .part2 .part2-content .part2-header .more {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333333;
  }
  .content .part2 .part2-content .part2-header .more img {
    width: 10px;
    height: 10px;
    margin-left: 5px;
  }
  .content .part2 .part2-content .part2-content-rt {
    margin-bottom: 20px;
    width: 100%;
  }
  .content .part2 .part2-content .part2-content-rt .tw-list {
    display: flex;
    flex-direction: column;
    /* gap: 12px; */
  }
  .content .part2 .part2-content .part2-content-rt .tw-list a img {
    width: 100%;
  }
  .content .part3 .inner {
    background: #ffffff;
    padding: 20px;
  }
  .content .part3 .inner .part3-top {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-evenly;
    /* gap: 15px; */
  }
  .content .part3 .inner .part3-top a {
    width: 44%;
  }
  .content .part3 .inner .part3-top .top-item {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 16px;
    height: 60px;
    margin-bottom: 15px;
  }
  .content .part3 .inner .part3-top .top-item img {
    width: 20px;
  }
  .content .part3 .inner .part3-bot {
    flex-direction: column;
    /* gap: 54px; */
    margin-top: 30px;
  }
  .content .part3 .inner .part3-bot > div {
    width: 100%;
  }
  .content .part3 .inner .part3-bot .spzb-box {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .content .part3 .inner .part3-bot .spzb-box .box-top .left-title {
    font-size: 20px;
  }
  .content .part3 .inner .part3-bot .spzb-box .box-top .right-more {
    font-size: 16px;
  }
  .content .part3 .inner .part3-bot .spzb-item {
    flex-direction: column;
    width: 100%;
  }
  .content .part3 .inner .part3-bot .spzb-item img {
    width: 100% !important;
    height: auto !important;
  }
  .content .part3 .inner .part3-bot .spzb-item .right-content {
    width: 100%;
    margin-top: 18px;
  }
  .content .part3 .inner .part3-bot .spzb-item .right-content .content-title {
    width: 100%;
    font-size: 16px;
    color: #333333;
  }
  .content .part3 .inner .part3-bot .spzb-item .right-content .content-text {
    font-size: 14px;
  }
  .content .part3 .inner .part3-bot .zjdc-box .box-top .left-title {
    font-size: 20px;
  }
  .content .part3 .inner .part3-bot .zjdc-box .box-top .right-more {
    font-size: 16px;
  }
  .content .part3 .inner .part3-bot .dczj-list {
    margin-top: 12px;
    width: 100%;
  }
  .content .part3 .inner .part3-bot .dczj-item {
    width: 100%;
    padding: 12px 0;
    display: flex;
    align-items: center;
    /* gap: 24px; */
  }
  .content .part3 .inner .part3-bot .dczj-item .dczj-item-right {
    width: 100%;
    margin-left: 0;
  }
  .content .part3 .inner .part3-bot .dczj-item .dczj-item-img {
    display: none;
  }
  .content .part3 .inner .part3-bot .dczj-item .dczj-item-title {
    width: 100%;
    font-size: 16px;
  }
  .content .part3 .inner .part3-bot .dczj-item .dczj-item-time {
    font-size: 14px;
  }
  .content .part4 {
    background: #F2F2F2;
    padding-bottom: 25px;
  }
  .content .part4 .inner {
    width: 100%;
    background-color: #fff;
    padding: 20px;
  }
  .content .part4 .ztzl-swiper {
    display: none;
  }
  .content .part4 .ztzl-mobile {
    display: block;
    width: 100%;
    overflow: hidden;
  }
  .content .part4 .ztzl-mobile .mobile-swiper {
    width: 100%;
  }
  .content .part4 .ztzl-mobile .mobile-swiper .swiper-slide {
    width: 100%;
  }
  .content .part4 .ztzl-mobile .mobile-swiper .swiper-slide a img {
    width: 100%;
  }
}
