.top {
  position: absolute;
  width: 1.2rem;
  height: auto;
  top: 7rem;
  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: #fff;
}
.xw_txt q {
  color: #ccc;
  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;
}
.xw_txt dd h1:before {
  content: "•";
  margin-right: 1ch;
}

/* 图片版块 */
.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;
}

/* 西博会logo */
.logo2 {
  z-index: -1;
  position: absolute;
  top: 0.2rem;
  left: 0.6rem;
  width: 17.21rem;
  height: 1.2rem;
  background: url("../images/logo2.png") no-repeat 50%;
  background-size: 100% 100%;
}

/* 新闻 */
.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: 0.5rem auto;
  position: relative;
}
.page-m ul {
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.3) 80%,
    rgba(255, 255, 255, 0)
  );
  box-shadow: 0.1rem 0.1rem 0.3rem rgba(10, 27, 130, 0.5);
  border-radius: 0.1rem;
  padding: 0.3rem 0.3rem;
  position: relative;
}

.col_bt {
  z-index: 10;
  position: absolute;
  right: -0.35rem;
}

.page:not(.page0) .page-m ul {
  padding-top: 1.2rem;
}

.page2 .flex.xw_txt,
.page5 .flex.xw_txt {
  gap: 0;
  margin-top: 0.1rem;
}

.page1 .xw_txt dt:not(:last-child) {
  border-bottom: 1px #fff solid;
  margin-bottom: 0.1rem;
}
.page6 .xw_pic dd:last-child {
  margin-top: 1rem;
  margin-left: 1rem;
}

/* 翻页 */
.pageBtn {
  z-index: -1;
  position: absolute;
  bottom: -0.6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 12.78rem;
  height: 1.14rem;
  background: url("../images/pageBtn.png") no-repeat 50%;
  background-size: 100% 100%;
}
.pageBtn .prev,
.pageBtn .next {
  z-index: 5;
  position: absolute;
  right: 2.25rem;
  bottom: 0.1rem;
  width: 1.1rem;
  height: 0.4rem;
  /* border:1px #0c0 solid; */
}
.pageBtn .next {
  right: 1rem;
}

/* 异步背景 */
.page-bg {
  position: relative;
  width: 100%;
  height: 5rem;
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: fixed;
  background-size: cover;

  display: none;
}


.sdxw-index {
  background: url("../images/sdbg-new.png") no-repeat;
  background-size: 100% 100%;
  width: 9rem;
  height: 4.93rem;
  position: absolute;
  top: 25%;
  left: 9.1rem;
}
.zmjs-box {
  background: url("../images/sdbg-new.png") no-repeat;
  background-size: 100% 100%;
  width: 9rem;
  /* height: 4.93rem; */
  position: absolute;
  top: 25%;
  left: 9.1rem;
}
.sdxw-index .tt {
  text-align: center;
  padding-top: 0.4rem;
  color: #000;
}
.sdxw-index .tt a {
  text-align: center;
  font-size: 0.26rem;
  color: #000;
  line-height: 0.32px;
}
.zmjs h2 {
  text-align: left;
}
.zmjs h2 a {
  color: #000;
  font-size: 0.16rem;
  text-align: left;
}
.zmjs p {
  color: #000;
  font-size: 0.14rem;
  text-align: left;
  margin-top: 0.1rem;
}
.zmjs div {
  color: #000;
  font-size: 0.14rem;
  background: #b3a682;
  padding: 0.2rem;
  line-height: 0.32rem;
  margin-top: 0.1rem;
  text-align: left;
}
.fl {
  float: left;
  _display: inline;
}

.fr {
  float: right;
  _display: inline;
}

.clear {
  clear: both;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  overflow: hidden;
}

.clearfix {
  *zoom: 1;
}

/* 焦点图 */
.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: #ccc;
  font-size: var(--font-size-q);
  line-height: 1.8;
  text-align: justify;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -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, 153, 0, 1);
  opacity: 1;
}

.swiper0 {
  position: absolute;
  top: 0;
  left: 9.1rem;
  width: 9rem;
  height: 11rem;
  overflow: visible;

  /* border: 1px #c00 solid; */
}
.swiper0 .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.swiper0 .swiper-slide a {
  width: auto;
  height: auto;
}
.swiper0 .swiper-pagination-custom {
  position: absolute;
  left: 100%;
  margin-left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.3rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  z-index: 10;
}
.swiper0 .swiper-pagination-bullet {
  width: 0.15rem;
  height: 0.15rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}
.swiper0 .swiper-pagination-bullet-active {
  background: rgba(255, 153, 0, 1);
  transform: scale(1.2);
}
.swiper0 .swiper-button-prev,
.swiper0 .swiper-button-next {
  --swiper-navigation-color: #fff;
  display: none;
}
.swiper0 .swiper-button-prev:hover,
.swiper0 .swiper-button-next:hover {
  --swiper-navigation-color: #ff0;
}

.swiper3 {
  position: relative;
  width: 9rem;
}
.swiper3 .swiper-pagination {
  bottom: -0.6rem;
  text-align: center;
  width:9rem;
}
.swiper3 .swiper-pagination-bullet {
  width: 0.15rem;
  height: 0.15rem;
  margin: 0 0.1rem;
}
.city {
  position: relative;
  width: 100%;
  height: 100%;
  /* padding-right: 0.5rem; */

  /* display: flex; */
  /* flex-direction: column;
  gap: 0.7rem; */
}
.city-t {
  width: 9rem;
  height: 1.6rem;
  background: url("../images/rwbg1.png") no-repeat center top;
  background-size: 100% 100%;
}

.city-m {
  margin-top: 0.3rem;
  width: 9rem;
  height: 5rem;
  background: url("../images/rwbg2.png") no-repeat center top;
  background-size: 100% 100%;
}
.city-m div {
  padding: 0.2rem;
}
.city-t h1 {
  color: #006699;
  font-size: 0.5rem;
  font-weight: normal;
  text-align: left;
}
.city-t q {
  padding: 0.2rem;
  height: 2.4rem;
  color: #000;
  font-size: 0.18rem;
  -webkit-line-clamp: 8;
}
.city-m a h1 {
  position: relative;
  color: #000;
  background: none;
  font-size: 0.26rem;
}
.city-m a q {
  color: #000;
  -webkit-line-clamp: 3;
  font-size: 0.18rem;
}
.city-m ol {
  display: flex;
  justify-content: space-between;
  margin-top: 0.2rem;
}
.city-m ol img,
.city-m ol video {
  width: 4rem;
  height: 2.35rem;
}

.top-cont {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 1.5rem;
  margin-bottom: 0.2rem;
}
.top-title {
  color: #4f3745;
  font-size: 0.4rem;
}
.top-img {
  width: 0.4rem;
  height: 1.22rem;
}
.top-img img {
  width: 100%;
  height: 100%;
}
.top-brief {
  width: 6.2rem;
  color: #54342b;
  font-size: 0.16rem;
  text-align: left;
}

/* 视点图片 */
.swiper2 {
  width: 4rem;
  height: 2.35rem;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.swiper2 .swiper-pagination {
  right: 10px !important;
  left: auto !important;
  text-align: right;
}

/* .swiper2 .swiper-pagination-bullet {
  background: #fff;
} */
.sdtp {
  margin-left: 0.3rem;
  padding-top: 0.4rem;
}
.sdxw {
  margin-right: 0.3rem;
  padding-top: 0.4rem;
  width: 4rem;
}
.sdxw li {
  color: #333;
}
.sdxw li a {
  color: #333;
  font-size: 0.18rem;
  text-align: left;
  line-height: 0.38rem;
}
.more {
  text-align: right;
}
.more a {
  color: #333;
  font-size: 0.18rem;
}
.zmjsitem-box {
  width: 9rem;
}
.zmjsitem-box .sdtp{
  width: 4rem;
  height: 2.35rem;
}

.zmjsitem-box .sdtp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zmjsitem-box .zmjs {
  width: 4.2rem;
}
