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

body {
  font-family: "微软雅黑", "Arial", sans-serif;
  font-size: 22px;
  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;
}

.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: 60px;
  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: 25px;
  font-size: 18px;
}

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

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

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

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

.intro-container {
  width: 100%;
  height: auto;
  background-image: linear-gradient(to bottom, #ffebe8, #fffefd);
  padding-top: 50px;
}

.area3 .hx .timeline .day .pc {
  display: block;
}
.area3 .hx .timeline .day .mobile {
  display: none;
}

.intro {
  background-image: url("../../images/zhuanti_xjpyzg/intro.png");
  margin: 0 auto;
  width: 1258px;
  height: 440px;
}
.intro .txt {
  width: 100%;
  position: relative;
}
.intro img {
  display: none;
}

.abstract {
  padding: 50px 60px 85px 85px;
}

p {
  font-size: 24px;
  text-indent: 2em;
  font-weight: 400;
  line-height: 1.9;
  color: #c62828;
}

.headline {
  background-image: url("../../images/zhuanti_xjpyzg/headline.png");
  height: 178px;
  padding: 40px 0;
}
.headline .title {
  background-image: linear-gradient(to right, #fcc484 0%, #ffe7bf 50%, #fcc484 100%);
  padding: 15px 0;
  text-align: center;
  font-size: 46px;
  font-weight: 600;
  letter-spacing: -0.5px;
  word-spacing: -0.5px;
}
.headline .title a {
  color: #cc1e1e;
}

.area1 {
  background-image: linear-gradient(to bottom, #ce1f1f, #c81d1d);
}

.nav-area .cnt {
  background-image: url("../../images/zhuanti_xjpyzg/nav.png");
  height: 104px;
  width: 1200px;
  margin: 0 auto;
  /* 子菜单显示时的样式 */
}
.nav-area .cnt.fixed {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
.nav-area .cnt ul.menu {
  display: flex;
  width: 1050px;
  height: 100%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.nav-area .cnt li {
  cursor: pointer;
  position: relative;
  color: #fff;
  line-height: 90px;
  font-size: 26px;
  font-weight: normal;
  white-space: nowrap;
  text-shadow: 0 0 1px gold, 0 0 2px gold;
}
.nav-area .cnt ul.bnlc {
  position: absolute;
  overflow-y: visible !important;
  overflow-x: visible !important;
  width: auto;
  padding: 10px 0;
  background: linear-gradient(to right, #f51623, #fe5c36);
  left: -150px;
  display: none;
  z-index: 1000;
}
.nav-area .cnt ul.bnlc li {
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  padding: 0 20px;
}
.nav-area .cnt ul.bnlc {
  position: absolute;
  top: 100%;
  /* 位于父菜单下方 */
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  /* 居中并稍向上偏移 */
  list-style: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: 1000;
  padding: 10px;
  display: flex;
  white-space: nowrap;
  /* 聊天框箭头 - 关键部分 */
  /* 聊天框边框箭头 */
}
.nav-area .cnt ul.bnlc::before {
  content: "";
  position: absolute;
  top: -8px;
  /* 箭头位于菜单上方 */
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #f51623;
  filter: drop-shadow(0 -2px 2px rgba(0, 0, 0, 0.1));
}
.nav-area .cnt ul.bnlc::after {
  content: "";
  position: absolute;
  top: -9px;
  /* 位于白色箭头下方 */
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #f51623;
  z-index: -1;
}
.nav-area .cnt .bnlc li a:hover {
  opacity: 0.7;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(102, 126, 234, 0.2);
}
.nav-area .cnt .menu li a:hover {
  opacity: 0.7;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(102, 126, 234, 0.2);
}
.nav-area .cnt .bnlc.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}


.tpc .swiper-button-prev,.area5 .xcnews .swiper-button-prev,.area5 .rmnews .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%23fff%22%2F%3E%3C%2Fsvg%3E");
}
.tpc .swiper-button-next,.area5 .xcnews .swiper-button-next,.area5 .rmnews .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%23fff%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%23fff%22%2F%3E%3C%2Fsvg%3E");
  left: -60px;
}

.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%23fff%22%2F%3E%3C%2Fsvg%3E");
  right: -60px;
}

.swiper-pagination {
  position: relative;
  width: auto;
  bottom: 0;
}

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

.swiper-pagination-bullet-active {
  background: gold;
  opacity: 1;
}
.area2 .jcnr .right .nr .swiper-pagination-bullet-active{
  background: gold;
  opacity: 1;
}
#tpScroll .swiper-pagination , #xcScroll .swiper-pagination,#rmScroll .swiper-pagination{
  position: relative;
  width: auto;
  bottom: 0;
}

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

#tpScroll .swiper-pagination-bullet-active , #xcScroll .swiper-pagination-bullet-active ,#rmScroll .swiper-pagination-bullet-active{
  background: gold;
  opacity: 1;
}
.tpc {
  margin-top: 70px;
}
.tpc .tpnews {
  position: relative;
}
.tpc .swiper-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.tpc .swiper-slide {
  height: 683px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.tpc .swiper-button-prev {
  left: -110px;
}
.tpc .swiper-button-next {
  right: -110px;
}
.tpc .swiper-button-prev,
.tpc .swiper-button-next {
  width: 55px;
  height: 85px;
  background-size: 100% 100%;
}

.title {
  background-repeat: no-repeat;
}
.title img {
  display: none;
}

.area2 {
  background-image: linear-gradient(to bottom, #c81d1d, #be1c1c);
  padding-top: 110px;
}
.area2 .jcnr .mask h3 {
  line-height: 40px;
  white-space: initial;
  text-overflow: initial;
}
.area2 .jcnr .title {
  width: 315px;
  height: 77px;
  background-image: url("../../images/zhuanti_xjpyzg/jcnr.png");
}
.area2 .jcnr .content {
  margin-top: 50px;
  width: 100%;
  height: 712px;
  background-image: url("../../images/zhuanti_xjpyzg/shu1.png");
  display: flex;
}
.area2 .jcnr .left {
  width: 50%;
  height: 100%;
  position: relative;
}
.area2 .jcnr .left a {
  color: #b61a1a;
}
.area2 .jcnr .left ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 400px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.area2 .jcnr .left ul li {
  font-size: 28px;
  font-weight: 600;
  line-height: 2;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.area2 .jcnr .left ul li::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 36px;
  background-image: url("../../images/zhuanti_xjpyzg/x1.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 20px;
}
.area2 .jcnr .right {
  width: 50%;
  height: 100%;
}
.area2 .jcnr .right .nr {
  width: 320px;
  height: 650px;
  margin: 35px auto 35px auto;
}
.area2 .jcnr .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%23e2070b%22%2F%3E%3C%2Fsvg%3E");
}
.area2 .jcnr .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%23e2070b%22%2F%3E%3C%2Fsvg%3E");
}
.area2 .jcnr .swiper-container {
  position: relative;
  height: 600px;
}
.area2 .jcnr .swiper-slide {
  position: relative;
  display: flex;
  flex-direction: column;
}
.area2 .jcnr .swiper-slide .image {
  height: 569px;
  position: relative;
}
.area2 .jcnr .swiper-slide .audio {
  margin-top: auto;
  height: 32px;
}
.area2 .jcnr .swiper-slide .audio audio {
  width: 100%;
  height: 100%;
}
.area2 .jcnr .custom-navigation {
  padding: 0 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  gap: 20px;
}
.area2 .jcnr .swiper-pagination{
  position: relative;
}
.area2 .jcnr .swiper-button-prev,
.area2 .jcnr .swiper-button-next {
  position: relative;
  margin-top: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 23px;
  height: 30px;
  background-size: 100% 100%;
}

@keyframes box-glow-breath {
  0%, 100% {
    box-shadow: inset 0 0 10px 2px rgba(255, 255, 255, 0.3), 0 0 15px 5px rgba(255, 255, 255, 0.3);
  }
  50% {
    box-shadow: inset 0 0 20px 10px rgba(255, 255, 0, 0.5), 0 0 30px 15px rgba(255, 255, 0, 0.5);
  }
}
.hx .mobile {
  display: none;
}

.envelope {
  width: 100%;
  margin-top: 60px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 533px;
  transition: height 0.4s ease;
}

.envelope.open {
  height: 1249px;
  transition: height 0.6s ease;
}

/* 信封主体 */
.xbody {
  position: absolute;
  bottom: 0;
  width: 1201px;
  height: 533px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../../images/zhuanti_xjpyzg/xf.png");
  z-index: 2;
}

/* 信封盖 */
.flap {
  position: absolute;
  bottom: 151px;
  width: 1201px;
  height: 382px;
  background-image: url("../../images/zhuanti_xjpyzg/xfg.png");
  background-size: 100% 100%;
  transform-origin: top;
  transition: transform 0.6s ease;
  z-index: 3;
}

/* 信纸 */
.letter {
  position: absolute;
  bottom: -1249px;
  padding-top: 88px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1249px;
  background-image: url("../../images/zhuanti_xjpyzg/xin2.png");
  transition: transform 0.6s ease;
  z-index: 1;
}

/* 打开状态 */
.envelope.open .flap {
  transform: rotateX(180deg);
  z-index: 0;
}

.envelope.open .letter {
  bottom: 0;
  transition-delay: 0.2s;
}

.area3 {
  background-image: linear-gradient(to bottom, #be1c1c, #b21a1a);
  padding-top: 110px;
}
.area3 .hx {
  width: 1200px;
  margin: 0 auto;
  /* 强制所有图片的transform-origin为顶部 */
}
.area3 .hx .title {
  background-image: url("../../images/zhuanti_xjpyzg/hx.png");
  height: 91px;
  width: 899px;
}
.area3 .hx .content {
  margin-top: 60px;
  width: 100%;
}
.area3 .hx .timeline {
  height: auto;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.area3 .hx .timeline .pagination-swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
.area3 .hx .timeline .swiper-slide {
  width: 232px;
  height: 100px;
  position: relative;
}
.area3 .hx .timeline .day {
  position: absolute;
  top: 0;
  font-size: 26px;
  font-family: bold;
  color: #b62424;
  line-height: 1.5;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.area3 .hx .timeline .bullet {
  position: absolute;
  bottom: 3px;
  left: 50%;
  width: 36px;
  height: 36px;
  transform: translateX(-50%);
  cursor: pointer;
}
.area3 .hx .timeline .bullet img {
  display: block;
  width: 100%;
  height: 100%;
}
.area3 .hx .timeline .swiper-slide-active .bullet {
  animation: box-glow-breath 2s infinite ease-in-out;
}
.area3 .hx .timeline .bullet.active {
  animation: box-glow-breath 2s infinite ease-in-out;
}
.area3 .hx .timeline .tab-btn {
  position: relative;
  z-index: 10;
}
.area3 .hx .timeline .item1 {
  left: 22.5%;
}
.area3 .hx .timeline .item2 {
  left: 50%;
}
.area3 .hx .timeline .item3 {
  left: 77.5%;
}
.area3 .hx .timeline .line {
  left: 50%;
  transform: translateX(-50%);
  width: 1111px;
  height: 4px;
  position: absolute;
  bottom: 20px;
  z-index: 1;
}
.area3 .hx .timeline .line img {
  display: block;
  width: 100%;
  height: 100%;
}
.area3 .hx .hxnews {
  position: relative;
}
.area3 .hx .swiper-container {
  position: relative;
  width: 85%;
  margin: 80px auto 0;
  overflow: hidden;
}
.area3 .hx .swiper-slide {
  width: 310px;
  height: 520px;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  flex-shrink: 0;
}
.area3 .hx .swiper-slide .cnt {
  width: 100%;
  height: 100%;
  position: relative;
}
.area3 .hx .swiper-wrapper {
  position: relative;
  top: 0 !important;
  display: flex;
  align-items: flex-start !important;
}
.area3 .hx .swiper-slide {
  position: relative;
  display: flex;
  justify-content: center;
  transition: all 0.5s ease;
  top: 0 !important;
  align-self: flex-start !important;
  transform-origin: top center !important;
}
.area3 .hx .cnt {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.5s ease;
}
.area3 .hx .swiper-slide-active .cnt {
  transform: scale(1);
  z-index: 10;
}
.area3 .hx .swiper-slide-prev .cnt,
.area3 .hx .swiper-slide-next .cnt {
  transform: scale(0.75) !important;
  transform-origin: top center !important;
  opacity: 0.9;
}
.area3 .hx .cnt {
  transform-origin: top center !important;
}
.area3 .hx .swiper-slide:hover::before {
  opacity: 0.7;
}

.area4 {
  background-image: linear-gradient(to bottom, #b21a1a, #aa1919);
  padding-top: 110px;
}
.area4 .mhgs {
  background-image: url("../../images/zhuanti_xjpyzg/area4.png");
  height: 1021px;
}
.area4 .mhgs .title {
  width: 1100px;
  height: 79px;
  background-image: url("../../images/zhuanti_xjpyzg/gshf1.png");
}
.area4 .mhgs .content {
  margin-top: 60px;
}
.area4 .mhgs .recommend {
  position: relative;
}
.area4 .mhgs .swiper-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.area4 .mhgs .swiper-slide {
  width: 100%;
  height: 740px;
  background-image: url("../../images/zhuanti_xjpyzg/k.png");
  padding: 31px 29px 32px 25px;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.area4 .mhgs .swiper-slide .cnt {
  width: 100%;
  height: 100%;
  position: relative;
}
.area4 .mhgs .my-pagination {
  width: 372px;
  margin: 55px auto 0;
  display: flex;
  justify-content: space-between;
}
.area4 .mhgs .my-pagination .thumb {
  cursor: pointer;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}
.area4 .mhgs .my-pagination .thumb:first-child {
  background-image: url("../../images/zhuanti_xjpyzg/01.png");
}
.area4 .mhgs .my-pagination .thumb:nth-child(2) {
  background-image: url("../../images/zhuanti_xjpyzg/02.png");
}
.area4 .mhgs .my-pagination .thumb:nth-child(3) {
  background-image: url("../../images/zhuanti_xjpyzg/03.png");
}
.area4 .mhgs .my-pagination .thumb:nth-child(4) {
  background-image: url("../../images/zhuanti_xjpyzg/04.png");
}
.area4 .mhgs .my-pagination .thumb:nth-child(5) {
  background-image: url("../../images/zhuanti_xjpyzg/05.png");
}
.area4 .mhgs .my-pagination .thumb.active {
  opacity: 0.3;
}

.tit {
  margin: 0 auto;
  background-repeat: no-repeat;
}
.tit img {
  display: none;
}

.area5 {
  background-image: linear-gradient(to bottom, #aa1919, #9e1717);
  padding-top: 85px;
}
.area5 .xswj .title {
  background-image: url("../../images/zhuanti_xjpyzg/xshj.png");
  width: 322px;
  height: 84px;
}
.area5 .r1 {
  margin-top: 50px;
}
.area5 .zthxc .tit {
  background-image: url("../../images/zhuanti_xjpyzg/xc.png");
  width: 248px;
  height: 67px;
}
.area5 .xcnews {
  margin-top: 50px;
  position: relative;
}
.area5 .xcnews .swiper-container {
  position: relative;
  width: 968px;
  margin: 0 auto;
  overflow: hidden;
}
.area5 .xcnews .swiper-slide {
  height: 550px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.area5 .xcnews .swiper-button-prev,
.area5 .xcnews .swiper-button-next {
  width: 50px;
  height: 80px;
  background-size: 100% 100%;
}
.area5 .xcnews .swiper-button-prev {
  left: 0;
}
.area5 .xcnews .swiper-button-next {
  right: 0;
}
.area5 .r2 {
  background-image: url("../../images/zhuanti_xjpyzg/area5.png");
  background-position: center top;
  background-repeat: no-repeat;
}
.area5 .fyjx {
  margin-top: 90px;
}
.area5 .fyjx .tit {
  background-image: url("../../images/zhuanti_xjpyzg/jx.png");
  width: 329px;
  height: 67px;
}
.area5 .fyjx .cnt {
  margin-top: 45px;
}
.area5 .fyjx .list1 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 4%;
}
.area5 .fyjx .list1 li {
  width: 48%;
}
.area5 .lp {
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
}
.area5 .lp .left,
.area5 .lp .right {
  width: 48%;
}
.area5 .lp .left .tit {
  background-image: url("../../images/zhuanti_xjpyzg/ll.png");
  width: 162px;
  height: 66px;
}
.area5 .lp .right .tit {
  background-image: url("../../images/zhuanti_xjpyzg/pl.png");
  width: 162px;
  height: 66px;
}
.area5 .lp .cnt {
  margin-top: 45px;
}
.area5 .lp .list2 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.area5 .lp .list2 li{
  text-overflow: ellipsis;  
  overflow: hidden;
  white-space: nowrap;
  color:#FFF;
}
.area5 .rmsy {
  margin-top: 90px;
}
.area5 .rmsy .tit {
  background-image: url("../../images/zhuanti_xjpyzg/rmsy.png");
  width: 234px;
  height: 67px;
}
.area5 .rmnews {
  margin-top: 50px;
  position: relative;
}
.area5 .rmnews .swiper-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.area5 .rmnews .swiper-slide {
  height: 683px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.area5 .rmnews .swiper-button-prev,
.area5 .rmnews .swiper-button-next {
  width: 55px;
  height: 85px;
  background-size: 100% 100%;
}
.area5 .rmnews .swiper-button-prev {
  left: -110px;
}
.area5 .rmnews .swiper-button-next {
  right: -110px;
}
.area5 .r3 {
  margin-top: 90px;
}
.area5 .gdxx .tit {
  background-image: url("../../images/zhuanti_xjpyzg/gdxx.png");
  width: 236px;
  height: 66px;
}
.area5 .gdxx .cnt {
  margin-top: 55px;
  width: 100%;
  background-color: #FFF;
  padding: 0 30px 15px;
}
.area5 .gdxx .cnt a {
  color: #000;
}

.suspended_box {
  position: fixed;
  right: 50%;
  top: 95%;
  z-index: 99;
  transform: translate(820px, -50%);
  cursor: pointer;
}
.suspended_box:hover {
  opacity: 0.5;
}

.suspended_box {
  display: none;
}

.container-1 {
  clear: both;
  width: 920px;
  overflow: hidden;
  margin: 0 auto;
}

.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_xjpyzg/read.png") no-repeat 0 5px;
}

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

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

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

.zbzs {
  background-color: #9f1717;
  min-width: 1000px;
  margin: 0 auto;
  padding: 25px 0;
}

.zbzs p {
  width: 500px;
  color: #f7b9ab;
  font-size: 20px;
  text-align: left;
  margin: 0 auto;
  text-indent: 0em;
}

.foot-03 {background-color: #9f1717;color: black;min-width: 1000px;padding: 20px 0;border-top: 1px solid #FFF;font-size: 12px;line-height: 21px;text-align: center;}
.foot-03 a{color: black; }
.foot-03 p {font-size: 12px;text-indent: 0em;font-weight: 400;line-height: 21px;color: black;}
.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: 20px;
  }
  p {
    font-size: 22px;
  }
  body {
    width: initial;
    height: initial;
    background-image: linear-gradient(to bottom, #ce1f1f, #9e1717);
  }
  .more {
    margin-top: 20px;
    font-size: 18px;
  }
  .container {
    width: 90vw;
  }
  .intro-container {
    background: none;
    padding-top: 0;
  }
  .intro {
    background: none;
    width: 100%;
    height: auto;
    position: relative;
  }
  .intro img {
    display: block;
  }
  .intro .abstract {
    width: 92%;
    height: 85%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: 5%;
    font-size: 1rem;
    line-height: 2;
    overflow-y: auto;
    padding: 0;
  }
  .mask h3 {
    line-height: 1.5;
  }
  .container-1 {
    width: 100%;
  }
  .suspended_box {
    display: none;
  }
  .headline {
    background-size: 100% 100%;
    height: auto;
  }
  .menu.has-expanded-submenu {
    padding-bottom: 30px;
  }
  .nav-area .cnt {
    background-image: linear-gradient(to right, #f51623, #fe5c36);
    height: auto;
    width: 100%;
    margin: 0 auto;
  }
  .nav-area .cnt ul.menu {
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .nav-area .cnt li {
    padding: 20px 20px 20px 20px;
    line-height: 1.5;
    font-size: 26px;
  }
  .nav-area .cnt ul.bnlc {
    padding: 10px 0;
    top: initial;
    display: none;
  }
  .nav-area .cnt ul.bnlc li {
    font-size: 0.8em;
    padding: 0 0.5em;
    line-height: 1.1;
    text-align: center;
  }
  .nav-area .cnt ul.bnlc.active {
    display: flex;
  }
  .tpc .swiper-slide {
    height: 51.3vw;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
  .area4 .mhgs .swiper-slide,
  .area5 .xcnews .swiper-slide,
  .area5 .rmnews .swiper-slide {
    height: 51.3vw;
    background: none;
    padding: 0;
  }
  .area3 .hx {
    width: 95vw;
  }
  .area3 .hx .content {
    padding-top: 30px;
    padding-bottom: 20px;
    height: auto;
    width: 100%;
    background-image: url("../../images/zhuanti_xjpyzg/xz1.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .area3 .hx .swiper-container {
    width: 100%;
    margin-top: 30px;
  }
  .area3 .hx .timeline .line {
    width: 100%;
  }
  .area5 .xcnews .swiper-container {
    width: 100%;
  }
  .hx .pc {
    display: none;
  }
  .hx .mobile {
    display: block;
  }
  .area2 .jcnr .content {
    height: 56.366667vw;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center top;
  }
  .area2 .jcnr .left ul {
    height: 31.666667vw;
  }
  .area2 .jcnr .right .nr {
    width: 25.333333vw;
    height: 51.4583333vw;
    margin: 3vw auto 2vw auto;
  }
  .area2 .jcnr .swiper-slide .image {
    height: 41.88vw;
    position: relative;
  }
  .area2 .jcnr .swiper-container {
    position: relative;
    height: 45.916667vw;
  }
  .area2 .jcnr .custom-navigation {
    margin-top: auto;
    padding: 0;
  }
  .area2 .jcnr .custom-navigation .swiper-button-prev,
  .area2 .jcnr .custom-navigation .swiper-button-next {
    display: block;
  }
  .area2 .jcnr .mask h3 {
    line-height: 1.5;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .area3 .hx .swiper-slide {
    width: 24.5vw;
    height: 43vw;
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
  }
  .title img {
    display: block;
    width: 80%;
    height: auto;
  }
  .tit img {
    display: block;
    height: auto;
    margin: 0 auto;
  }
  .area2 .jcnr .title {
    width: 25vw;
    height: auto;
    background: none;
  }
  .area3 .hx .title {
    width: 71.2vw;
    height: auto;
    background: none;
  }
  .area4 .mhgs .title {
    width: 87vw;
    height: auto;
    background: none;
  }
  .area5 .xswj .title {
    width: 25.5vw;
    height: auto;
    background: none;
  }
  .area5 .zthxc .tit {
    width: 19.633333vw;
  }
  .area5 .fyjx .tit {
    width: 26.046vw;
  }
  .area5 .lp .left .tit,
  .area5 .lp .right .tit {
    width: 12.825vw;
  }
  .area5 .rmsy .tit {
    width: 18.525vw;
  }
  .area5 .gdxx .tit {
    width: 18.683333vw;
  }
  .area5 .zthxc .tit,
  .area5 .fyjx .tit,
  .area5 .lp .left .tit,
  .area5 .lp .right .tit,
  .area5 .rmsy .tit,
  .area5 .gdxx .tit {
    background: none;
    height: auto;
  }
  .area4 .mhgs,
  .area5 .r2 {
    height: auto;
    background: none;
  }
  .area4 .mhgs .my-pagination {
    width: 372px;
    margin: 30px auto 0;
  }
  .area1,
  .area2,
  .area3,
  .area4,
  .area5 {
    background: none;
  }
  .area1 {
    padding-top: 0;
  }
  .area2,
  .area3,
  .area4,
  .area5 {
    padding-top: 40px;
  }
  .tpc,
  .area2 .jcnr .content,
  .area3 .hx .content,
  .area4 .mhgs .content {
    margin-top: 20px;
  }
  .area5 .r1,
  .area5 .r2,
  .area5 .r3,
  .area5 .fyjx,
  .area5 .lp,
  .area5 .rmsy {
    margin-top: 30px;
  }
  .area5 .xcnews,
  .area5 .fyjx .cnt,
  .area5 .lp .cnt,
  .area5 .rmnews,
  .area5 .gdxx .cnt {
    margin-top: 30px;
  }
  .zbzs {
      width: 100%;
      min-width: 350px;
      padding: 25px 20px;
  }
  .foot-03 {width: 100%;min-width: 320px;box-sizing: border-box;padding: 25px 20px;}
	.floatewm {display: none !important}
}
@media screen and (max-width: 768px) {
  :root {
    font-size: 20px;
  }
  body,
  .mask h3 {
    font-size: 18px;
  }
  .headline {
    padding: 10px 0;
  }
  .headline .title {
    font-size: 1.2rem;
  }
  .nav-area .cnt li {
    padding: 0 10px;
    line-height: 2;
    font-size: 1rem;
  }
  .intro .abstract p {
    font-size: 1rem;
  }
  .container-1 .imgtxt1 {
    margin-top: 10px;
  }
  .area2 .jcnr .left ul li {
    font-size: 1rem;
  }
  .area3 .hx .timeline .swiper-slide {
    width: 19vw;
  }
  .area3 .hx .timeline .day {
    font-size: 1rem;
  }
  .area3 .hx .timeline .bullet {
    width: 20px;
    height: 20px;
    bottom: 12px;
  }
  .area4 .mhgs .my-pagination {
    width: 50vw;
    max-width: 372px;
    margin: 30px auto 0;
  }
  .area4 .mhgs .my-pagination .thumb {
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 576px) {
  :root {
    font-size: 16px;
  }
  body,
  .mask h3,
  .more {
    font-size: 12px;
  }
  .headline .title {
    font-size: 1.1rem;
  }
  .more {
    margin-top: 10px;
    font-size: 14px;
  }
  .intro {
    background-color: #fefcf7;
    height: 210px;
  }
  .intro img {
    display: none;
  }
  .intro .abstract {
    height: 90%;
  }
  .intro .abstract p {
    line-height: 1.5;
  }
  .title img {
    width: 100%;
  }
  .area2 .jcnr .left ul li::before {
    content: "★";
    /* 实心五角星 */
    color: #b61a1a;
    margin-right: 10px;
    display: initial;
    width: initial;
    height: initial;
    background: none;
  }
  .area2 .jcnr .custom-navigation {
    justify-content: center;
    gap: initial;
  }
  .area2 .jcnr .custom-navigation .swiper-button-prev,
  .area2 .jcnr .custom-navigation .swiper-button-next {
    display: none;
  }
  .area2 .jcnr .right .nr {
    width: 25.333333vw;
    height: auto;
    margin: 5vw auto 3vw auto;
  }
  .area2 .jcnr .swiper-slide .audio {
    margin-top: auto;
    height: 32px;
    display: none;
  }
  .area2 .jcnr .swiper-container {
    position: relative;
    height: auto;
  }
  .area3 .hx .timeline .day {
    white-space: initial;
  }
  .area3 .hx .timeline .day .pc {
    display: none;
  }
  .area3 .hx .timeline .day .mobile {
    display: block;
  }
  .area3 .hx .timeline .swiper-slide {
    height: 60px;
  }
  .area3 .hx .swiper-slide {
    width: 31vw;
    height: 52vw;
  }
  .area5 .zthxc .tit {
    width: 27.4866662vw;
  }
  .area5 .fyjx .tit {
    width: 36.4644vw;
  }
  .area5 .lp .left .tit,
  .area5 .lp .right .tit {
    width: 17.955vw;
  }
  .area5 .lp .list2 li {
    white-space: normal;
    text-align: justify;
  }
  .area5 .rmsy .tit {
    width: 25.935vw;
  }
  .area5 .gdxx .tit {
    width: 26.1566662vw;
  }
  .area5 .fyjx .cnt .list1 {
    gap: 4px;
  }
  .area5 .fyjx .cnt .list1 li {
    width: 100%;
  }
  .area5 .lp {
    flex-direction: column;
  }
  .area5 .lp .list2 {
    gap: 4px;
  }
  .area5 .lp .left,
  .area5 .lp .right {
    width: 100%;
  }
  .area5 .lp .right {
    margin-top: 10px;
  }
  .area2,
  .area3,
  .area4,
  .area5 {
    padding-top: 30px;
  }
  .area3 .hx .content {
    padding-top: 20px;
  }
  .tpc,
  .area2 .jcnr .content,
  .area3 .hx .content,
  .area4 .mhgs .content {
    margin-top: 15px;
  }
  .area5 .r1,
  .area5 .r2,
  .area5 .r3,
  .area5 .fyjx,
  .area5 .lp,
  .area5 .rmsy {
    margin-top: 20px;
  }
  .area5 .xcnews,
  .area5 .fyjx .cnt,
  .area5 .lp .cnt,
  .area5 .rmnews,
  .area5 .gdxx .cnt {
    margin-top: 20px;
  }
  .area4 .mhgs .my-pagination {
    margin: 15px auto 0;
  }
  .area4 .mhgs .my-pagination .thumb {
    width: 20px;
    height: 20px;
  }
  .area5 .gdxx .cnt {
    padding: 0 10px;
  }
  .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: 0.9rem;
    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;
  }
  .zbzs {
    padding: 25px 15px;
  }
  .zbzs p {
    width: 350px;
    font-size: calc(10px + 1vw);
	
  }
}/*# sourceMappingURL=index.css.map */