.top {
  position: absolute;
  width: 1.2rem;
  height: auto;
  top: 9rem;
  left: 48%;
  transform: translateX(-50%);
  z-index: 99;
  display: none;
}
.col_bt {
  margin: 0.2rem auto;
  width: 100%;
  overflow: hidden;
}
.col_bt img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: 0;
}
.banner {
  margin: 0.2rem auto;
  width: 14rem;
}
.banner img {
  width: 100%;
  height: auto;
}
.more {
  float: right;
  cursor: pointer;
}
.more a {
  font-size: var(--font-size-more);
  color: #000;
}

/* 文字版块 */
.xw_txt {
  line-height: 1.8;
}
.xw_txt h1 {
  font-size: var(--font-size-h1);
  text-align: justify;
}
.xw_txt h2 {
  font-size: var(--font-size-h2);
  text-align: center;
}
.xw_txt h2 a {
  color: #13448c;
}
.xw_txt q {
  color: #666;
  font-size: var(--font-size-q);
  text-align: justify;
  padding-top: 0.05rem;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.xw_txt dt,
.xw_txt dd {
  padding-bottom: 0.1rem;
}
.xw_txt dd h1 {
  font-weight: normal;

  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.18rem;
  line-height: 0.46rem;
  color: #000;
  font-weight: bold;
}
.xw_txt dd p {
  text-indent: 2em;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #333;
}
/* .xw_txt dd h1:before {
  content: "•";
  margin-right: 1ch;
} */

.kbfdj .kbfdj-item {
  background: #dbeefb;
  height: 0.48rem;
  line-height: 0.48rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
}
.kbfdj .kbfdj-item .num {
  width: 0.48rem;
  height: 0.48rem;
  background: #2f9de7;
  color: #fff;
  text-align: center;
  font-size: 0.32rem;
}
.kbfdj .kbfdj-item .title {
  padding-left: 10px;
  font-size: 0.18rem;
}
.mt2 {
  margin-top: 0.2rem;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  overflow: hidden;
}
.clearfix {
  *zoom: 1;
}
/* 图片版块 */
.xw_pic {
  line-height: 1.8;
  padding-bottom: 0.1rem;
}
.xw_pic img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  display: block;
}
.xw_pic h1 {
  font-size: var(--font-size-h1);
  text-align: justify;

  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.xw_pic q {
  color: #666;
  font-size: var(--font-size-q);
  text-align: justify;
  padding-top: 0.05rem;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.xw_pic a {
  display: block;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.xw_pic a span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.03rem 0.1rem;
  color: #fff;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.6);
}
.xw_pic span a {
  font-weight: bold;
  text-align: justify;
}
.xw_pic span h1 {
  font-weight: normal;
}
.xw_pic dt {
  display: flex;
  flex-direction: row;
}
.xw_pic dt img {
  width: 2.5rem;
}
.xw_pic dt span {
  flex: 1;
  width: 100%;
  margin-left: 0.2rem;
}
.xw_pic dt span h1 {
  white-space: normal;
}

.xw_pic.lr dt:nth-child(4n),
.xw_pic.lr dt:nth-child(4n-1) {
  display: flex;
  flex-direction: row-reverse;
}
.xw_pic.lr dt:nth-child(4n) span,
.xw_pic.lr dt:nth-child(4n-1) span {
  width: 100%;
  flex: 1;
  margin: 0;
  margin-right: 0.2rem;
}
.xw_pic.t dt {
  display: block;
}
.xw_pic.t dt a {
  display: unset;
}
.xw_pic.t dt h1 {
  border-bottom: 1px #ccc solid;
  padding-bottom: 0.05rem;
  margin-bottom: 0.15rem;
}
.xw_pic.t dt span {
  display: flex;
  flex-direction: row;
  margin: 0 !important;
}
.xw_pic.t dt span img {
  width: 2rem;
}
.xw_pic.t dt span q {
  flex: 1;
  width: 100%;
  line-height: 2;
  margin-left: 0.2rem;
}

.flex {
  gap: 0.2rem;
}
.flex-1 {
  flex: 1;
}
.flex-2 > * {
  width: calc(100% / 2 - 0.1rem);
}
.flex-3 > * {
  width: calc(100% / 3 - 0.1rem);
}
.flex-4 > * {
  width: calc(100% / 4 - 0.1rem);
}
.flex-5 > * {
  width: calc(100% / 5 - 0.1rem);
}
.flex-30 {
  width: 30%;
}
.flex-35 {
  width: 35%;
}
.flex-40 {
  width: 40%;
}
.flex-45 {
  width: 45%;
}

.lr_l .lr_r {
  display: flex;
  flex-direction: row-reverse;
}

/* 新闻 */
.page {
  position: relative;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.page-m {
  width: 14rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.page-m ul {
  background: rgba(255, 255, 255, 1);
  border-radius: 0.1rem;
  padding: 0.2rem;
  position: relative;
  overflow: hidden;
}

.col_bt {
  z-index: 10;
  position: absolute;
  top: -0.9rem;
  left: 0;
}
.page-m {
  margin-top: 1rem;
}
.page-m ul {
  padding-top: 0.5rem;
}

.page0 {
  position: relative;
  z-index: 3;
}
.page0 .page-m {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
.page0 .page-m ul {
  background: rgba(255, 255, 255, 1);
  padding: 0.2rem;
  padding-top: 0.35rem;
  border-radius: 0.1rem;
  box-shadow: 0 0.04rem 0.16rem rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.page0 .xw_txt.tj dd {
  border-bottom: 1px #339cd6 solid;
  padding-top: 0.1rem;
  margin-bottom: 0.05rem;
}
.page0 .xw_txt.tj dd:last-child {
  border-bottom: none;
}
.page1 .page-m {
  height: 4.72rem;
  /* background: url("../images/c_01_bg.png") no-repeat 50%;
  background-size: 100% 100%; */
}
.page2 .xw_txt dt,
.page4 .xw_txt dt {
  border-bottom: 1px #ccc solid;
  padding-top: 0.1rem;
  margin-bottom: 0.1rem;
}
.page2 .xw_txt dt:last-child,
.page4 .xw_txt dt:last-child {
  border-bottom: none;
}
.page3 .page-m {
  width: 100%;
  height: 7rem;
  /* background: url("../images/c_03_bg.png") no-repeat 50%;
  background-size: 100% 100%; */
  padding-top: 0.8rem;
}
.page3 .col_bt {
  width: 14rem;
  left: 2.6rem;
}
.page5 .page-m {
  width: 100%;
}
.list {
  border-top: 1px #339cd6 solid;
  padding-top: 0.1rem;
  margin-top: 0.2rem;
}
.list dd {
  float: left;
  _display: inline;
  width: 50%;
  line-height: 1.8;
}
.w1400 {
  width: 14rem;
  margin: 0.8rem auto;
}
.bg1 {
  background: #fff;
}
.radius10 {
  border-radius: 10px;
}
.img100 {
  width: 100%;
}
.box2sd {
  padding: 0.4rem 0.1rem;
  display: flex;
  justify-content: space-around;
}
.box2sd div {
  width: 4.42rem;
}
.box2list {
  padding: 0.1rem 0.2rem 0.2rem;
}
.box2list li {
  padding-left: 0.2rem;
  float: left;
  _display: inline;
  width: 6rem;
  height: 0.49rem;
  line-height: 0.49rem;
  background: #fdf7ca;
  margin-bottom: 0.2rem;
  margin-right: 1.2rem;
}
.box2list li:nth-child(2n) {
  margin-right: 0;
}
.box2list li a {
  font-size: 0.18rem;
  color: #333;
}
.listbox2 {
  padding: 0.1rem 0.2rem;
}
.listbox2 li {
  float: left;
  _display: inline;
  width: 6rem;
  margin-right: 0.5rem;
}
.listbox2 li a {
  color: #333;
  font-size: 0.16rem;
  line-height: 0.4rem;
  text-decoration: none;
}
/* 异步背景 */
.page-bg {
  position: relative;
  width: 100%;
  height: 5rem;
  background-repeat: no-repeat;
  background-position: bottom;
  background-attachment: fixed;
  background-size: cover;

  display: none;
}

.page0 .page-bg {
  background-image: url("../images/bg_00.jpg");
}
.page1 .page-bg {
  background-image: url("../images/bg_01.jpg");
}
.page2 .page-bg {
  background-image: url("../images/bg_02.jpg");
}
.page3 .page-bg {
  background-image: url("../images/bg_03.jpg");
}
.page4 .page-bg {
  background-image: url("../images/bg_04.jpg");
}
.page5 .page-bg {
  background-image: url("../images/bg_05.jpg");
}
.page6 .page-bg {
  background-image: url("../images/bg_06.jpg");
}
.page7 .page-bg {
  background-image: url("../images/bg_07.jpg");
}
.page8 .page-bg {
  background-image: url("../images/bg_08.jpg");
}
.page9 .page-bg {
  background-image: url("../images/bg_09.jpg");
}
.page10 .page-bg {
  background-image: url("../images/bg_10.jpg");
}

/* 焦点图 */
.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  text-align: center;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition-property: all;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.swiper-slide h1 {
  font-size: var(--font-size-h1);
  line-height: 1.5;

  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.swiper-slide q {
  color: #666;
  font-size: var(--font-size-q);
  line-height: 1.8;
  text-align: justify;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.swiper-slide a h1 {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-weight: normal;
  padding: 0.05rem;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.6);
}
.swiper-slide span h1 {
  position: relative;
  padding: 0.05rem 0;
  background: none;
}
.swiper-slide span h1 a {
  display: inline;
  color: #000;
  text-align: left;
}
.swiper-button-prev,
.swiper-button-next {
  --swiper-navigation-size: 0.33rem;
  --swiper-navigation-color: #333;
  outline: none;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  --swiper-navigation-color: #c00;
}
.swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  background: rgba(255, 255, 255, 1);
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: rgba(255, 0, 0, 1);
  opacity: 1;
}

.swiper0 {
  width: 8.5rem;
  height: 4rem;
  margin: 0 auto;
  position: relative;
}
.swiper0 .swiper-pagination {
  bottom: 0.5rem;
}
.swiper0 .swiper-button-prev,
.swiper0 .swiper-button-next {
  --swiper-navigation-color: #fff;
}
.swiper0 .swiper-button-prev:hover,
.swiper0 .swiper-button-next:hover {
  --swiper-navigation-color: #ff0;
}

.swiper1 {
  position: absolute;
  top: 0.3rem;
  right: 0.4rem;
  width: 6.7rem;
  height: 3.12rem;
}
.swiper1 .swiper-container {
  width: 5.6rem;
}
.swiper1 .swiper-pagination {
  bottom: 0.5rem;
}
.swiper1 .swiper-button-prev,
.swiper1 .swiper-button-next {
  --swiper-navigation-color: #fff;
}
.swiper1 .swiper-button-prev:hover,
.swiper1 .swiper-button-next:hover {
  --swiper-navigation-color: #ff0;
}

.swiper2 {
  width: 100%;
  height: 3.5rem;
  margin: 0 auto;
  position: relative;
}
.swiper2 .swiper-pagination {
  bottom: 0.5rem;
}
.swiper2 .swiper-button-prev,
.swiper2 .swiper-button-next {
  --swiper-navigation-color: #fff;
}
.swiper2 .swiper-button-prev:hover,
.swiper2 .swiper-button-next:hover {
  --swiper-navigation-color: #ff0;
}

.swiper6 {
  width: 100%;
  height: 3.5rem;
  margin: 0 auto;
  position: relative;
}
.swiper6 .swiper-pagination {
  bottom: 0.5rem;
}
.swiper6 .swiper-button-prev,
.swiper6 .swiper-button-next {
  --swiper-navigation-color: #fff;
}
.swiper6 .swiper-button-prev:hover,
.swiper6 .swiper-button-next:hover {
  --swiper-navigation-color: #ff0;
}

.swiper3 {
  width: 100%;
  height: 6rem;
  margin: 0.7rem auto;
  margin-bottom: 0.5rem;
  position: relative;
}
.swiper3 .swiper-container {
  padding-bottom: 0.5rem;
}
.swiper3 .swiper-slide {
  width: 10rem;
  transition-timing-function: linear;
}
.swiper3 .swiper-slide img {
  width: 100%;
  border-radius: 0.1rem;
}
.swiper3 .swiper-slide a h1 {
  bottom: 0.5rem;
  left: 0.5rem;
  width: auto;
  padding: 0 0.1rem;
  font-size: 0.2rem;
  border-radius: 0.05rem;
}
.swiper3 .swiper-pagination-bullet {
  position: relative;
  width: 9px;
  height: 9px;
  margin: 0 0.06rem !important;
  vertical-align: middle;
  background: none;
  opacity: 1;
  outline: none;
}
.swiper3 .swiper-pagination-bullet span {
  width: 3px;
  height: 3px;
  margin-top: 3px;
  margin-left: 3px;
  border-radius: 50%;
  background: #ccc;
  display: block;
}
.swiper3 .swiper-pagination-bullet q {
  z-index: 3;
  position: absolute;
  top: 4px;
  transform: scaleX(0);
  transform-origin: left;
  transition-timing-function: linear;
  height: 1px;
  width: 20px;
  background: #000;
}
.swiper3 .swiper-pagination-bullet-active span,
.swiper3 .swiper-pagination-bullet:hover span {
  z-index: 1;
  position: relative;
  width: 9px;
  height: 9px;
  margin-top: 0;
  margin-left: 0;
  background: #000;
}
.swiper3 .swiper-pagination-bullet-active q {
  animation: middle 6s;
}
.swiper3
  .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active
  q {
  animation: first 6s;
}
.swiper3
  .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active
  q {
  animation: last 6s;
}
@keyframes first {
  0% {
    transform: scaleX(0.5);
    left: 0px;
  }
  100% {
    transform: scaleX(1);
    left: 2px;
  }
}
@keyframes last {
  0% {
    transform: scaleX(0.7);
    left: -10px;
  }
  20% {
    transform: scaleX(0.3);
    left: 2px;
  }
  100% {
    transform: scaleX(0.3);
    left: 0px;
  }
}
@keyframes middle {
  0% {
    transform: scaleX(0.7);
    left: -10px;
  }
  20% {
    transform: scaleX(0.45);
    left: 2px;
  }
  100% {
    transform: scaleX(1);
    left: 2px;
  }
}
.swiper3 .swiper-button-prev,
.swiper3 .swiper-button-next {
  --swiper-navigation-size: 0.66rem;
  --swiper-navigation-color: #fff;
}
.swiper3 .swiper-button-prev {
  left: 5%;
}
.swiper3 .swiper-button-next {
  right: 5%;
}

.swiper4 {
  width: 6.4rem;
  height: 4.5rem;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}
.swiper4 .swiper-main {
  height: 80% !important;
  width: 100%;
}
.swiper4 .swiper-thumbs {
  height: 20% !important;
  box-sizing: border-box;
  padding-top: 0.1rem;
}
.swiper4 .swiper-thumbs .swiper-slide {
  height: 100%;
  background-size: 100% 100%;
  opacity: 1;
}
.swiper4 .swiper-thumbs .swiper-slide-thumb-active {
  box-sizing: border-box;
  border: 2px #c00 solid;
  position: relative;
}
.swiper4 .swiper-thumbs .swiper-slide-thumb-active:before {
  content: "";
  position: absolute;
  top: -0.16rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 0;
  height: 0;
  border: 0.08rem transparent solid;
  border-bottom-color: #c00;
}
.swiper4 .swiper-button-prev,
.swiper4 .swiper-button-next {
  --swiper-navigation-color: #fff;
}

.swiper5 {
  width: 16rem;
  height: 6rem;
  margin: 0 auto;
  position: relative;
}
.swiper5 .swiper-container {
  width: 14rem;
  height: 100%;
}
.swiper5 .swiper-pagination {
  bottom: 0.5rem;
}
.swiper5 .swiper-button-prev,
.swiper5 .swiper-button-next {
  --swiper-navigation-size: 0.55rem;
  --swiper-navigation-color: #fff;
}

.page-m-fdj ul {
  padding-top: 0.7rem;
}

/* 行走报道 */
.xzbd {
  margin: 0.8rem auto;
}
.xzbd-wrap {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 0.1rem;
  overflow: hidden;
}
.xzbd-top-wrap {
  width: 100%;
  border-radius: 0.1rem 0.1rem 0 0;
  margin-bottom: 0;
}
.xzbd-side {
  width: 0.44rem;

  display: flex;
  align-items: center;
  justify-content: center;
  /* border-right: 2px solid #339cd6; */
  /* padding: 0.4rem 0; */
  margin-left: 0.2rem;
}
/* .xzbd-side span {
  writing-mode: vertical-rl;
  font-size: 0.22rem;
  font-weight: bold;
  color: #339cd6;
  letter-spacing: 0.08rem;
} */
.xzbd-top {
  gap: 0.3rem;
  padding: 0.3rem 0.3rem 0.25rem 0;
  min-width: 0;
}
.xzbd-pic {
  width: 55%;
  flex-shrink: 0;
}
.xzbd-pic-link {
  display: block;
  position: relative;
  overflow: hidden;
}
.xzbd-pic-link img {
  width: 100%;
  aspect-ratio: 16/9;
  display: block;
  object-fit: cover;
  background: #9e9e9e;
}
.xzbd-pic-cap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.1rem 0.12rem;
  background: rgba(66, 66, 66, 0.85);
  color: #fff;
  font-size: 0.16rem;
  line-height: 1.5;
  box-sizing: border-box;
}
.xzbd-news {
  flex: 1;
  min-width: 0;
}
.xzbd-news dd {
  border-bottom: 1px solid #ccc;
  padding: 0.12rem 0;
}
.xzbd-news dd:first-child {
  padding-top: 0;
}
.xzbd-news dd:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.xzbd-news dd h1 {
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.06rem;
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
}
.xzbd-news dd p {
  text-indent: 0;
  font-size: 0.14rem;
  color: #666;
  line-height: 1.8;
}
.xzbd-news dd p a {
  color: #339cd6;
  text-decoration: none;
}
.xzbd-news dd p a:hover {
  text-decoration: underline;
}
/* 记者手记 */
.xzbd-jzsj {
  width: 100%;
  background: linear-gradient(180deg, #e1f2fb 0%, #fff 100%);
  padding: 0 0 0.4rem;
  margin-top: 0.4rem;
}
.xzbd-jzsj-tit {
  width: 1.85rem;
  margin: -0.25rem auto 0.25rem;
  position: relative;
  z-index: 2;
  text-align: center;
}
.xzbd-jzsj-tit a {
  display: block;
  text-decoration: none;
}
.swiper-jzsj {
  position: relative;
  padding: 0 0.08rem;
}
.swiper-jzsj-main {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  padding: 0 0.42rem;
}
.swiper-jzsj .swiper-container {
  overflow: hidden;
}
.swiper-jzsj .swiper-slide {
  height: auto;
  align-items: stretch;
}
.swiper-jzsj .swiper-slide a.jzsj-slide-link {
  height: auto;
  overflow: visible;
  color: #339cd6;
}
.jzsj-slide-link {
  display: block;
  color: #339cd6;
  text-decoration: none;
  text-align: center;
}
.jzsj-slide-link:hover h3 {
  color: #0091da;
}
.jzsj-slide-pic {
  overflow: hidden;
}
.jzsj-slide-pic img {
  width: 100%;
  aspect-ratio: 16 / 10;
  display: block;
  object-fit: cover;
  background: #c8c8c8;
}
.swiper-jzsj .swiper-slide h3 {
  margin-top: 0.1rem;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  padding: 0.06rem 0.12rem;
  background: #fff;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
.swiper-jzsj .swiper-button-prev,
.swiper-jzsj .swiper-button-next {
  position: absolute;
  top: calc(50% - 0.25rem);
  transform: translateY(-50%);
  z-index: 3;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  outline: none;
  cursor: pointer;
}
.swiper-jzsj .swiper-button-prev {
  left: 0.08rem;
}
.swiper-jzsj .swiper-button-next {
  right: 0.08rem;
}
.swiper-jzsj .swiper-button-prev::after,
.swiper-jzsj .swiper-button-next::after {
  display: none;
}
.swiper-jzsj .swiper-button-prev img,
.swiper-jzsj .swiper-button-next img {
  width: 0.36rem;
  height: auto;
  display: block;
  pointer-events: none;
}
.xzbd-depth {
  width: 100%;
  background: linear-gradient(180deg, #e1f2fb 0%, #fff 100%);
  border-bottom: 2px solid #0091da;
  padding: 0 0 0.45rem;
  border-radius: 0 0 0.1rem 0.1rem;
}
.xzbd-depth-tit {
  width: 1.85rem;
  margin: -0.2rem auto 0.25rem;
  position: relative;
  z-index: 2;
}
.xzbd-depth-box {
  gap: 0.35rem;
  padding: 0 0.3rem;
}
.xzbd-depth-item {
  padding: 0.15rem 0.2rem 0.35rem 0;
}
.xzbd-depth-item h3 {
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.08rem;
}
.xzbd-depth-item h3 a {
  color: #000;
  text-decoration: none;
}
.xzbd-depth-item h3 a:hover {
  text-decoration: underline;
}
.xzbd-depth-item p {
  font-size: 0.14rem;
  color: #666;
  line-height: 1.8;
}
.xzbd-depth-item p a {
  color: #339cd6;
  text-decoration: none;
}
.xzbd-depth-item p a:hover {
  text-decoration: underline;
}

/* .hb {
  background: url(../images/sbg.jpg) no-repeat center center;
  background-size: 100% 100%;
} */
.hb {
  height: 7.9rem;
  padding-top: 0.3rem;
}
.hb-inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.hb-left {
  width: 8.2rem;
  
}
.hb-card {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 7.9rem;
  height: 2.5rem;
}
.hb-card-tj {
  width: 90%;
  
  width: 7.9rem;
  height: 2.5rem;
  background: url(../images/chbg1.png) no-repeat center top;
 background-size: 100% 100%;
}
.hb-card-sp {
  width: 90%;
 margin-top: 0.6rem;
  width: 7.9rem;
  height: 2.5rem;
  background: url(../images/chbg2.png) no-repeat center top;
 background-size: 100% 100%;
}
.hb-card-pic {
  width:3.62rem;
height: 2.5rem;
background: #fff;
}
.hb-card-pic img {
  width:3.42rem;
height: 2.3rem;
margin: 0.1rem;
  object-fit: cover;
}
/* .hb-card-sp .hb-card-pic {
  padding: 0 0.12rem 0.12rem 0;
} */
/* .hb-card-pic::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #d9eed9;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.45) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.45) 1px, transparent 1px);
  background-size: 0.08rem 0.08rem; 
}
.hb-card-sp .hb-card-pic::before {
  background-color: #cde5f3;
} 
.hb-card-pic a {
  position: relative;
  z-index: 1;
  display: block;
  background: #fff;
  border: 0.02rem solid #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04);
}*/

.hb-card-txt {
  width: 3.65rem;
  padding-top: 0.5rem;
  line-height: 1.8;
  font-size: 0.2rem;
}
.hb-card-txt1 {
  margin-right: 0.3rem;
}
.hb-card-txt2 {
 margin-left: 0.5rem;
}
.hb-card-txt h3 {
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.06rem;
}
.hb-card-txt h3 a {
  color: #000;
  text-decoration: none;
}
.hb-card-txt h3 a:hover {
  text-decoration: underline;
}
.hb-card-txt p {
  font-size: 0.14rem;
  color: #333;
  line-height: 1.85;
  text-align: justify;
}
.hb-right {
  position: absolute;
  top: -0.24rem;
  right: 0;
  width: 5.4rem;
  height: 7.34rem;
  overflow: visible;
  z-index: 3;
}
.swiper-hb {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.hb-phone {
  width: 4.12rem;
  height: 7.34rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  pointer-events: none;
}
.hb-phone::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/mb.png) no-repeat center center;
  background-size: 100% 100%;
  pointer-events: none;
  z-index: 2;
}
.hb-phone .swiper-container {
  position: absolute;
  top: 3%;
  left: 5.8%;
  right: 5.8%;
  bottom: 3%;
  width: auto;
  height: auto;
  border-radius: 0.4rem;
  overflow: hidden;
  pointer-events: auto;
  z-index: 1;
}
.hb-phone .swiper-wrapper,
.hb-phone .swiper-slide {
  height: 100%;
}
.swiper-hb .swiper-slide {
  display: block;
  height: 100%;
}
.swiper-hb .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.swiper-hb .swiper-slide img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  display: block;
  border-radius: 0.26rem;
}
.swiper-hb .swiper-button-prev,
.swiper-hb .swiper-button-next {
  position: absolute;
  top: 50%;
  width: auto;
  height: auto;
  margin-top: 0;
  transform: translateY(-50%);
  z-index: 5;
  outline: none;
  background: none;
  cursor: pointer;
  pointer-events: auto;
}
.swiper-hb .swiper-button-prev::after,
.swiper-hb .swiper-button-next::after {
  display: none;
}
.swiper-hb .swiper-button-prev img,
.swiper-hb .swiper-button-next img {
  width: 0.36rem;
  height: auto;
  display: block;
  pointer-events: none;
}
.swiper-hb .swiper-button-prev {
  left: 0;
}
.swiper-hb .swiper-button-next {
  right: 0;
}
