@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

body {
  font-family: "微软雅黑", "Arial", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #333;
  margin: 0 auto;
  width: 1920px;
  height: auto;
}

a {
  color: #fff;
  text-decoration: none;
}

img {
  border: none;
}

ul, li {
  list-style: none;
}

h3 {
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
}

.clearfix:after {
  content: "";
  overflow: hidden;
  width: 100%;
  height: 0;
  font-size: 0;
  display: block;
  clear: both;
}

.section {
  scroll-margin-top: 50px;
}

.section1 {
  scroll-margin-top: 100px;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.mask {
  position: absolute;
  width: 100%;
  background: rgba(197, 39, 39, 0.4);
  left: 0;
  bottom: 0;
  overflow: hidden;
}

.mask h3 {
  padding: 0 10px;
  line-height: 40px;
  font-size: 22px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #FFF;
}

.mask a {
  color: #FFF;
}

.more {
  text-align: right;
  margin-top: 30px;
  font-size: 18px;
}

header.topic {
  width: 100%;
  height: auto;
}

.centered-ellipsis {
  display: inline-block;
  vertical-align: middle; /* 垂直居中 */
}

.swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2027%2044%22%3E%3Cpath%20d%3D%22M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%22%20fill%3D%22%23e1070b%22%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2027%2044%22%3E%3Cpath%20d%3D%22M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%22%20fill%3D%22%23e1070b%22%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  position: relative;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin: 0 2px;
  background: gray;
  opacity: 0.6;
}

.swiper-pagination-bullet-active {
  background: goldenrod;
  opacity: 1;
}

.area1 {
  background-image: linear-gradient(to bottom, #ffbc54, #ffb65b);
  padding-bottom: 78px;
  height: auto;
  overflow: hidden;
}

.nav {
  background-image: url("../../images/zhuanti_dszk/nav-bg1.png");
  height: 185px;
  width: 1200px;
  margin: 0 auto;
}
.nav ul {
  display: flex;
  width: 1020px;
  padding: 25px 0;
  margin: 0 auto;
  justify-content: space-between;
}
.nav li {
  line-height: 2;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  padding: 0 30px;
}
.nav li img {
  width: 100%;
  height: auto;
}
.nav li:not(:nth-child(5)) {
  padding-top: 10px;
}
.nav li h6 {
  margin-top: auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 18px;
  font-weight: normal;
  white-space: nowrap;
}
.nav .nav-icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav .nav-icon-container, .nav h6 {
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.nav-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

/* 亮光效果 */
.nav-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  opacity: 0;
  transition: none;
}

.nav-item:hover::before {
  transform: scaleX(1);
}

.nav-item:hover::after {
  left: 100%;
  opacity: 1;
  transition: left 0.7s ease;
}

.nav-item:hover {
  transform: translateY(-10px) scale(1.05);
}

.nav-item:hover .nav-icon-containernav-icon {
  transform: scale(1.3);
}

.nav-item:hover h6 {
  transform: scale(1.2);
}

.sxlh {
  margin-top: 35px;
  position: relative;
}
.sxlh .tt1 {
  float: left;
  width: 209px;
  height: 500px;
  background: url("../../images/zhuanti_dszk/sxlh1.png");
  position: relative;
}
.sxlh .tt1 img {
  display: none;
}
.sxlh .tt1::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 20px solid #8C231F;
  border-right: 20px solid transparent;
  left: 209px;
  top: 480px;
  z-index: 2;
}
.sxlh .tt2 {
  float: left;
  width: 991px;
  height: 480px;
  background: #FFF9F1;
  overflow: hidden;
  position: relative;
}
.sxlh .tt2 a {
  color: #333;
}
.sxlh .ttlb {
  float: left;
  width: 475px;
  margin: 10px 0 0 30px;
}
.sxlh .ttlb li {
  padding: 10px 0;
  border-bottom: 1px solid #FBDDBC;
}
.sxlh .ttlb li:nth-last-child(-n+1) {
  border: 0;
}
.sxlh .tptt {
  float: right;
  width: 460px;
  position: relative;
  overflow: hidden;
}
.sxlh .tptt .swiper-slide img {
  width: 460px;
  height: 260px;
}
.sxlh .tptt .swiper-button-prev, .sxlh .tptt .swiper-button-next {
  top: 115px;
  margin-top: 0;
  width: 25px;
  height: 36px;
}
.sxlh .tptt h3 {
  padding: 30px 10px 25px;
  font-size: 18px;
}
/* .sxlh .tptt .more {
  display: flex;
  align-items: flex-end;
  justify-content: end;
  margin-bottom: 10px;
  font-size: 18px;
}
.sxlh .tptt .more a {
  color: #d33d41;
} */
.sxlh .more {position: absolute;bottom: 70px;right: 2px;}
.sxlh .more a {color: #d33d41;}

.title {
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 366px;
  height: 114px;
  margin: 0 auto;
}
.title img {
  display: none;
}

.area2 {
  overflow: hidden;
  height: auto;
  background-image: linear-gradient(to bottom, #ffb65b, #ffa75d);
}

.jxzh {
  background-image: url("../../images/zhuanti_dszk/jxzh-bg.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 1074px;
}
.jxzh .title {
  background-image: url("../../images/zhuanti_dszk/jxzh.png");
}
.jxzh .content {
  margin-top: 52px;
}
.jxzh .content .r1c1, .jxzh .content .r1c2 {
  float: left;
  position: relative;
  overflow: hidden;
  height: 566px;
}
.jxzh .content .r1c1 {
  width: 39.5%;
  margin-right: 2%;
}
.jxzh .content .r1c2 {
  width: 58.5%;
}
.jxzh .content img {
  display: block;
  width: 100%;
  height: 100%;
}
.jxzh .content ul {
  width: 100%;
  height: 100%;
  display: flex;
}
.jxzh .content li {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.jxzh .content li a {
  width: 100%;
  height: 100%;
}
.jxzh .content ul.list1 {
  flex-direction: column;
  gap: 26px;
}
.jxzh .content ul.list1 .mask {
  height: 100%;
  bottom: -100%;
  transition: bottom 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.jxzh .content ul.list1 .mask h3 {
  white-space: wrap;
  overflow: hidden;
  text-overflow: unset;
}
.jxzh .content ul.list1 li:hover .mask {
  bottom: 0;
}
.jxzh .content ul.list2 {
  gap: 26px;
}
.jxzh .content ul.list2 .mask {
  transform: translateY(100%);
  transition: transform 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.jxzh .content ul.list2 .mask h3 {
  white-space: wrap;
  overflow: hidden;
  text-overflow: unset;
}
.jxzh .content ul.list2 li:hover .mask {
  transform: translateY(0);
}

.area3 {
  overflow: hidden;
  height: auto;
  background-image: linear-gradient(to bottom, #ffa75d, #ff9564);
}

.ghszk {
  background-image: url("../../images/zhuanti_dszk/ghszk-bg.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 1688px;
}
.ghszk .title {
  background-image: url("../../images/zhuanti_dszk/ghszk.png");
}
.ghszk .content {
  margin-top: 25px;
  overflow: hidden;
}
.ghszk .r1 {
  margin-top: 30px;
}
.ghszk .r1 .video {
  background-image: url("../../images/zhuanti_dszk/video-bg.png");
}
.ghszk .r2 {
  margin-top: 40px;
}
.ghszk .r2 .video {
  background-image: url("../../images/zhuanti_dszk/video-bg1.png");
}
.ghszk .r1, .ghszk .r2 {
  overflow: hidden;
}
.ghszk .r1 .cnt, .ghszk .r2 .cnt {
  line-height: 0;
  font-size: 0;
}
.ghszk .r1 .cnt .mask, .ghszk .r2 .cnt .mask {
  margin-top: 35px;
  position: initial;
  background: none;
}
.ghszk .r1 .cnt .mask h3, .ghszk .r2 .cnt .mask h3 {
  font-size: 36px;
  text-align: center;
}
.ghszk .r1 .cnt .video, .ghszk .r2 .cnt .video {
  width: 1076px;
  height: 652px;
  margin: 0 auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 27px 33px 48px 27px;
}
.ghszk .r1 .cnt video, .ghszk .r2 .cnt video {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 1px solid transparent;
  -o-object-fit: cover;
     object-fit: cover;
}

.area4 {
  overflow: hidden;
  height: auto;
  background-image: linear-gradient(to bottom, #ff8f62, #ff8f70);
}

.qnykt {
  margin-top: 84px;
}
.qnykt .title {
  background-image: url("../../images/zhuanti_dszk/qnykt.png");
}
.qnykt .cnt {
  background-image: url("../../images/zhuanti_dszk/qnykt-bg.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 631px;
  position: relative;
}
.qnykt .cnt .str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  height: 450px;
  flex-direction: row;
}
.qnykt .cnt .container {
  padding-top: 87px;
  height: auto;
  overflow: hidden;
  align-items: center;
  position: relative;
  white-space: nowrap;
}
.qnykt .cnt .container .image-marquee {
  height: 100%;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  position: relative;
}
.qnykt .cnt .container .image-marquee .img {
  flex-shrink: 0;
  margin: 0 5px;
  position: relative;
  height: 100%;
}
.qnykt .cnt .container .image-marquee img {
  height: 100%;
  width: auto;
  max-width: initial;
}
.qnykt .cnt .container .more {
  margin-top: 30px;
  font-size: 18px;
}
.qnykt .cnt .container .more a {
  color: #fff;
}

.media {
  margin-top: 15px;
  overflow: hidden;
  zoom: 1;
}

.media:first-child {
  margin-top: 0;
}

.tit {
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 311px;
  height: 114px;
}
.tit img {
  display: none;
}

.container-1 {
  clear: both;
  width: 100%;
  overflow: hidden;
}

.container-1 .imgtxt1 {
  margin-top: 30px;
}

.container-1 .imgtxt1 li {
  clear: both;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #333;
  overflow: hidden;
}

.container-1 .imgtxt1 img {
  float: left;
  width: 224px;
  height: 124px;
  border-radius: 5px;
  margin-right: 16px;
}

.container-1 .imgtxt1 h3 {
  min-height: 80px;
  font-size: 20px;
  line-height: 31px;
  margin: 0.5em 0;
}

.container-1 .info {
  font-size: 14px;
  line-height: 23px;
  color: #333;
}

.container-1 .info1 {
  float: left;
}

.container-1 .info1 .media {
  padding-left: 25px;
  background: url("../../images/zhuanti_dszk/read.png") no-repeat;
  background-position: left center;
}

.container-1 .info1 span {
  margin-right: 18px;
}

.container-1 .info2 {
  float: left;
  padding-left: 25px;
  background: url("../../images/zhuanti_dszk/time.png") no-repeat;
  background-position: left center;
}

.container-1 .info-source {
  float: right;
}

.qt {
  margin: 50px auto;
}
.qt .container {
  display: flex;
  flex-wrap: wrap;
}
.qt .zx {
  width: 63.4%;
  margin-right: 7%;
}
.qt .zx .tit {
  background-image: url("../../images/zhuanti_dszk/zx.png");
}
.qt .zx .more {
  font-size: 16px;
}
.qt .zx a {
  color: #333;
}
.qt .xgzt {
  width: 29.6%;
}
.qt .xgzt .tit {
  background-image: url("../../images/zhuanti_dszk/xgzt.png");
}
.qt .xgzt .cnt {
  margin-top: 40px;
}
.qt .xgzt ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.qt .xgzt li {
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.qt .xgzt li a {
  width: 100%;
  height: 100%;
}
.qt .xgzt li img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.foot-03 a {
  color: #333;
}
.foot-03 {min-width: 1000px;padding: 10px 0;border-top: 1px solid #D2D2D2;font-size: 12px;line-height: 21px;text-align: center;margin-top: 20px}
.floatewm {display: none;position: fixed;width: 94px;padding: 15px 5px 5px;border: 1px solid #E8E8E8;background: #F6F6F6;left: 52%;bottom: 10px;_display: none;font-family: "Microsoft YaHei", Arial;font-size: 12px;line-height: 21px;text-align: center;margin-left: 580px}
.floatewm img {margin-top: 5px}
.floatewm span {color: #B00;font-size: 11px}
.floatewm i {display: block;position: absolute;width: 15px;height: 15px;font-style: normal;line-height: 15px;text-align: center;right: 0;top: 0;cursor: pointer}

@media screen and (max-width: 1200px) {
  :root {
    font-size: 22px;
  }
  body {
    background: none;
    background-color: #d38637;
    width: initial;
    height: initial;
  }
  .container {
    width: 95vw;
  }
  .mask h3 {
    line-height: 1.5;
  }
  .area1 {
    padding-bottom: 0;
  }
  .nav {
    background-image: linear-gradient(to right, #f51623, #fe5c36);
    width: 100%;
    height: auto;
    border-radius: 25px;
    border: 1px solid transparent;
  }
  .nav ul {
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    justify-content: space-around;
    overflow-y: auto;
  }
  .nav li {
    line-height: 2;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    padding-top: 10px;
    overflow: initial;
  }
  .nav li img {
    width: 7vw;
    height: auto;
  }
  .nav li h6 {
    margin-top: auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 18px;
    font-weight: normal;
  }
  .nav .nav-icon-container, .nav h6 {
    transition: initial;
  }
  .nav-item::before {
    display: none;
  }
  /* 亮光效果 */
  .nav-item::after {
    display: none;
  }
  .nav-item:hover::before {
    transform: initial;
  }
  .nav-item:hover::after {
    display: none;
    left: 100%;
    opacity: 1;
    transition: left 0.7s ease;
  }
  .nav-item:hover {
    transform: initial;
  }
  .nav-item:hover .nav-icon-containernav-icon {
    transform: initial;
  }
  .nav-item:hover h6 {
    transform: initial;
  }
  .sxlh .tt1 {
    float: left;
    width: 16.625vw;
    height: 41.666667vw;
    background-size: 100% 100%;
    position: relative;
  }
  .sxlh .tt1::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 20px solid #8C231F;
    border-right: 20px solid transparent;
    left: 16.625vw;
    top: calc(41.666667vw - 20px);
    z-index: 2;
  }
  .sxlh .tt2 {
    float: left;
    width: 78.375vw;
    height: calc(41.666667vw - 20px);
    background: #FFF9F1;
    overflow: hidden;
    position: relative;
  }
  .sxlh .tt2 a {
    color: #333;
  }
  .sxlh .ttlb {
    float: left;
    width: 37.6vw;
    margin: 0 0 0 2vw;
    overflow-y: auto;
    height: 100%;
  }
  .sxlh .ttlb li {
    padding: 5px 0;
    border-bottom: 1px solid #FBDDBC;
  }
  .sxlh .ttlb li:nth-last-child(-n+1) {
    border: 0;
  }
  .sxlh .tptt {
    float: right;
    width: 37vw;
    position: relative;
    overflow: hidden;
  }
  .sxlh .tptt .swiper-slide img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
  .sxlh .tptt .swiper-button-prev, .sxlh .tptt .swiper-button-next {
    top: 9.5vw;
    margin-top: 0;
    width: 25px;
    height: 36px;
  }
  .sxlh .tptt h3 {
    padding: 30px 10px 25px;
    font-size: 18px;
  }
  .sxlh .tptt .more {
    display: flex;
    align-items: flex-end;
    justify-content: end;
    margin-top: 10px;
    font-size: 18px;
  }
  .sxlh .tptt .more a {
    color: #d33d41;
  }
  .title img {
    display: block;
    max-width: 366px;
    width: 60%;
    height: auto;
    margin: 0 auto;
  }
  .tit {
    margin: 0 auto;
  }
  .tit img {
    display: block;
    max-width: 311px;
    width: 50%;
    height: auto;
    margin: 0 auto;
  }
  .jxzh .content ul.list1 {
    flex-direction: column;
    gap: 26px;
  }
  .jxzh .content ul.list1 .mask {
    height: initial;
    bottom: 0;
    transition: initial;
  }
  .jxzh .content ul.list1 .mask h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .jxzh .content ul.list1 li:hover .mask {
    bottom: 0;
  }
  .jxzh .content ul.list2 {
    gap: 26px;
  }
  .jxzh .content ul.list2 .mask {
    transform: initial;
    transition: initial;
  }
  .jxzh .content ul.list2 .mask h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .jxzh .content ul.list2 li:hover .mask {
    transform: initial;
  }
  .jxzh .content .r1c1, .jxzh .content .r1c2 {
    height: 47vw;
  }
  .jxzh .content ul.list1 {
    flex-direction: column;
    gap: 2vw;
  }
  .jxzh .content ul.list2 {
    gap: 2vw;
  }
  .jxzh, .ghszk, .qnykt .cnt {
    background: none;
    height: auto;
  }
  .jxzh .title, .ghszk .title, .qnykt .title {
    background: none;
    height: auto;
  }
  .ghszk .r1 .cnt .video, .ghszk .r2 .cnt .video {
    background: none;
    width: 89.6%;
    height: auto;
    padding: 0;
  }
  .ghszk .r1 .cnt .mask h3, .ghszk .r2 .cnt .mask h3 {
    font-size: 1.2rem;
    text-align: center;
  }
  .ghszk .r1 .cnt .mask, .ghszk .r2 .cnt .mask {
    margin-top: 20px;
  }
  .qnykt .cnt .container .image-marquee {
    background-color: #f51623;
  }
  .ghszk .r1 .cnt .mask, .ghszk .r2 .cnt .mask {
    margin-top: 20px;
  }
  .ghszk .r1, .ghszk .r2 {
    margin-top: 30px;
  }
  .qt .zx .tit, .qt .xgzt .tit {
    background: none;
    height: auto;
  }
  .qt {
    margin: 50px auto;
  }
  .qt .zx {
    width: 100%;
    margin-right: 0;
  }
  .qt .xgzt {
    margin-top: 20px;
    width: 100%;
  }
  .qt .xgzt .cnt {
    margin-top: 20px;
  }
  .qt .xgzt ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .qt .xgzt ul li {
    width: 23%;
  }
  .container-1 .imgtxt1 {
    margin-top: 10px;
  }
  .sxlh, .jxzh, .qt, .ghszk, .qnykt {
    margin-top: 30px;
  }
  .ghszk .content, .jxzh .content {
    margin-top: 30px;
  }
  .ghszk .content {
    margin-top: 0;
  }
  .qnykt .cnt .container {
    padding-top: 20px;
  }
  .qnykt .cnt .container .more {
    margin-top: 20px;
  }
  .qnykt .cnt .str_move {
    height: 38vw;
    padding: 5px 0;
  }
  .foot-03 {width: 100%;min-width: 320px;box-sizing: border-box;padding: 30px 20px 10px;margin:0px 0 20px;}
  .floatewm {display: none !important}
}
@media screen and (max-width: 768px) {
  :root {
    font-size: 20px;
  }
  body, .mask h3 {
    font-size: 16px;
  }
  .jxzh .mask h3, .qnykt .mask h3 {
    font-size: 20px;
  }
  .nav {
    border-radius: initial;
    border: none;
  }
  .nav li {
    line-height: 2;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    padding: 10px 10px 0 10px;
  }
  .nav li img {
    width: 7vw;
    min-width: 35px;
    height: auto;
  }
  .sxlh .ttlb li {
    padding: 2px 0 0 0;
  }
  .sxlh .tptt h3 {
    margin-top: 10px;
    padding: 0;
    font-size: 16px;
  }
  .sxlh .tptt .more {
    font-size: 16px;
  }
  .jxzh .content {
    margin-top: 20px;
  }
  .ghszk .r1 .cnt .mask, .ghszk .r2 .cnt .mask {
    margin-top: 15px;
  }
  .ghszk .r1, .ghszk .r2 {
    margin-top: 20px;
  }
  .title img {
    width: 50%;
  }
  .tit img {
    width: 50%;
  }
  .qt .xgzt ul li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 576px) {
  :root {
    font-size: 16px;
  }
  .swiper-button-next, .swiper-button-prev {
    display: none;
  }
  body, .mask h3 {
    font-size: 16px;
  }
  .sxlh {padding-bottom: 45px;}
  .sxlh .more {bottom: 0px;right: 0px;background: #FFF9F1;width: 100%;padding: 10px 0;}

  .jxzh .mask h3, .qnykt .mask h3 {
    font-size: 16px;
  }
  .nav li h6 {
    font-size: 16px;
  }
  .sxlh .tt1 {
    float: none;
    margin: 0 auto;
    height: auto;
    width: 208px;
    background: none;
  }
  .sxlh .tt1 img {
    display: block;
    width: 60%;
    height: auto;
    max-width: 208px;
    margin: 0 auto;
  }
  .sxlh .tt1::after {
    display: none;
  }
  .sxlh .tt2 {
    margin-top: 20px;
    float: none;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column-reverse;
  }
  .sxlh .ttlb {
    float: none;
    width: 100%;
    margin: 0;
    margin-top: 10px;
  }
  .sxlh .ttlb li {
    padding: 10px;
    border-bottom: 1px solid #FBDDBC;
  }
  .sxlh .ttlb li:nth-last-child(-n+1) {
    border: 0;
  }
  .sxlh .tptt {
    float: none;
    width: 100%;
    /* margin-top: 10px; */
    padding-bottom: 30px;
    position: relative;
    overflow: hidden;
  }
  .title img {
    width: 33vw;
  }
  .tit img {
    width: 28vw;
  }
  .sxlh .tptt h3 {
    padding: 0 5px;
    width: 100%;
  }
  .qnykt .cnt .container .more {
    margin-top: 10px;
    font-size: 16px;
  }
  .qt .xgzt ul {
    gap: 10px;
  }
  .qt .xgzt ul li {
    width: calc(50% - 5px);
  }
  .ghszk .r1 .cnt .mask, .ghszk .r2 .cnt .mask {
    margin-top: 15px;
  }
  .qnykt .cnt {
    margin-top: 10px;
  }
  .ghszk .r1, .ghszk .r2 {
    margin-top: 20px;
  }
  .qt {
    margin-top: 20px;
  }
  .container-1 .info1 {
    float: none;
    display: none;
  }
  .container-1 .info-source {
    float: none;
    display: none;
  }
  .container-1 .imgtxt1 li {
    padding: 1rem 0;
  }
  .container-1 .imgtxt1 img {
    float: right;
    max-width: 35%;
    height: auto;
    margin: 0 0 0 0.75rem;
  }
  .container-1 .imgtxt1 h3 {
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5rem;
    margin: 0;
    min-height: 50px;
  }
  .container-1 .imgtxt1 p {
    display: none;
  }
  .container-1 .imgtxt1 .info2 {
    float: none;
    padding: 0;
    background: none;
    margin-top: 0rem;
  }
  .container-1 .imgtxt1 img {
    max-height: 75px;
  }
}/*# sourceMappingURL=index.css.map */