@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  list-style: none;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
a {
  color: #000;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
  outline: none;
}
i {
  font-style: normal;
  font-weight: normal;
}

html,
body {
  position: relative;
  background: #e0edf8;
}
body {
  *cursor: default;
  overflow: hidden;
  overflow-y: auto;
  font: 100%/1.5 Tahoma, Helvetica, Arial, "Microsoft YaHei", STXihei, SimSun,
    sans-serif;
  color: #333;
  background:#F0FAFA  url("../images/top_bg.jpg") no-repeat center top;
  background-size: 100%;
}

/* 自适应框架（设计图宽度） */
body {
  max-width: 38.4rem;
  margin: 0 auto;
}
body * {
  max-width: 38.4rem;
}

header,
main,
footer {
  position: relative;
  z-index: 10;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  clear: both;
}
header {
  width: 100%;
  height: 6rem;
  background:url("../images/top_bg.jpg") no-repeat center top;
  background-size: 100%;
  opacity: 0;
}
header img {
  position: absolute;
  z-index: 100;
}
main {
  width: 100%;
  display: block;
}
footer {
  font-size: 16px;
  padding: 20px;
}

.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;
} */
/* 三屏标题条统一 14rem；原 .page1 .col_bt .page3 .col_bt 为错误链式选择器，无法命中 */
.page1 .col_bt,
.page2 .col_bt,
.page3 .col_bt {
  width: 14rem;
  margin: 0.3rem auto 0;
}
.page1 .col_bt img,
.page2 .col_bt img,
.page3 .col_bt img {
  width: 100%;
  height: 100%;
}
.more {
  float: right;
  cursor: pointer;
}
.more a {
  font-size: 0.16rem;
  color: #333;
}

/* 文字版块 */
.xw_txt {
  line-height: 1.8;
}
.xw_txt h1 {
  font-size: 0.18rem;
  text-align: justify;
}
.xw_txt h2 {
  font-size: 0.3rem;
  text-align: center;
}
.xw_txt h2 a {
  color: #c00;
}
.xw_txt i {
  color: #666;
  font-size: 0.14rem;
  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: "•";
  padding-right: 0.1rem;
}

/* 图片版块 */
.xw_pic {
  line-height: 1.8;
}
.xw_pic img {
  width: 100%;
  height: 100%;
  display: block;
}
.xw_pic h1 {
  font-size: 0.18rem;
  text-align: justify;

  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.xw_pic i {
  color: #666;
  font-size: 0.14rem;
  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-size: 0.16rem;
  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;
  margin-bottom: 0.1rem;
}
.xw_pic.t dt span {
  display: flex;
  flex-direction: row;
  margin: 0;
}
.xw_pic.t dt span img {
  width: 2rem;
}
.xw_pic.t dt span i {
  flex: 1;
  width: 100%;
  line-height: 2;
  margin-left: 0.2rem;
}

.flex-30 {
  width: 30%;
  padding: 0.1rem;
}
.flex-40 {
  width: 40%;
  padding: 0.1rem;
}
.flex-1 {
  flex: 1;
  padding: 0.1rem;
}
.flex-2 > * {
  width: 50%;
  padding: 0.1rem;
}
.flex-3 > * {
  width: 33%;
  padding: 0.1rem;
}
.flex-4 > * {
  width: 25%;
  padding: 0.1rem;
}
.flex-5 > * {
  width: 20%;
  padding: 0.1rem;
}

.lr_l .lr_r {
  display: flex;
  flex-direction: row-reverse;
}

/* 新闻 */

.page0 {
  width: 14rem;
  height: 4.63rem;
  margin: 0 auto;
  background: url("../images/bg1.png") no-repeat center top;
  background-size: 100% 100%;
}

.page0 .page-m {
  width: 11.2rem;
  padding-top: 0.7rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.page0 .page-m .xw_txt {
  width: 4.72rem;
}
.page0 .page-m .sdxw {
  width: 6.06rem;
}



.page1 .page-m,
.page3 .page-m {
  width: 14.13rem;
  height: 4.64rem;
  background-image: url("../images/bg2.png");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  margin: 0 auto;
}

/* .page1 .page-m ul,
.page3 .page-m ul {
  position: absolute;
  top: 0.65rem;
  left: 2.7rem;
  width: 11.7rem;
  background: none;
} */
.page1 .page-m {
 display: flex;
 justify-content: space-between;
 padding-top: 0.9rem;
}
.page1 .xw_pic {
  margin-left: 1.8rem;
}
.page1 .xw_pic img {
  width: 4.2rem;
  height: 2.5rem;
}
.page1 .xw_txt {
  width: 5.8rem;
  margin-right: 1.8rem;
}

.xh {
  margin: 0.5rem;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.xh a {
  text-decoration: none;
}
.xh img {
  width: 1.88rem;
}
.xh h1,
.xh span {
  font-size: 0.18rem;
  line-height: 2;
  margin-left: 0.5rem;
}
.xh h1 {
  font-size: 0.2rem;
}
.xh span {
  color: #a00;
}

.sc {
  position: relative;
  width: 11.4rem;
  height: 3rem;
  font-size: 0.18rem;
  line-height: 2;
  padding-top:0.9rem;
  margin-left: 1.7rem;
  /* border:1px #c00 solid; */
}
.sc ol {
  position: absolute;
  top: 0.9rem;
  left: 0;
  /* transform: translateY(-50%); */
  width: 3.48rem;
  height: 2.24rem;
  text-align: center;
  background: url("../images/bg3.png") no-repeat center top;
  background-size: 100% 100%;
  /* border:1px #000 solid; */
}
.sc dt {
  display: none;
}
.sc dt h1 {
  font-size: 0.24rem;
}
.sc dt h1 span {
  font-size: 0.14rem;
  font-weight: normal;
  margin-left: 0.1rem;
}
.sc dl {
  position: absolute;
  top: 0.9rem;
  right: 0.2rem;
  width: 7.5rem;

  display: flex;
  flex-wrap: wrap;

  /* border:1px #000 solid; */
}
.sc dl a {
  width: 49%;
  font-size: 0.2rem;
  line-height: 2.2;
  text-decoration: none;
}
.sc dl a:before {
  content: "•";
  padding-right: 0.1rem;
}

.page2 .page-m {
  width: 14.13rem;
  margin: 0 auto;
}

/* 焦点图 */
.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%;
  object-fit: cover;
}
.swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  position: relative;
  overflow: hidden;
}
.swiper-slide a h1 {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0.05rem;
  font-size: 0.18rem;
  font-weight: normal;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.6);

  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.swiper-slide i {
  font-size: 0.14rem;
  font-style: normal;
  line-height: 1.8;
  text-align: justify;
}
.swiper-slide span h1 {
  position: relative;
  padding: 0.05rem 0;
  font-weight: bold;
  background: none;
}
.swiper-slide span h1 a {
  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: 100%;
  height: 3.5rem;
  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;
}

.swiper9 {
  width: 14rem;
  height: 4rem;
  margin: 0.3rem auto;
  position: relative;
}
.swiper9 .swiper-container {
  width: 12rem;
  height: 100%;
}
.swiper9 .swiper-pagination {
  bottom: 0.5rem;
}
.swiper9 .swiper-button-prev,
.swiper9 .swiper-button-next {
  --swiper-navigation-size: 0.55rem;
}

.swiper10 {
  width: 14rem;
  height: 6.5rem;
  margin: 0.3rem auto;
  position: relative;
}
.swiper10 .swiper-container {
  width: 12rem;
  height: 100%;
}
.swiper10 .swiper-pagination {
  bottom: 0.5rem;
}
.swiper10 .swiper-button-prev,
.swiper10 .swiper-button-next {
  --swiper-navigation-size: 0.55rem;
}
