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

body {
  font-family: "微软雅黑", "Arial", sans-serif;
  font-size: 20px;
  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;
}
ul>li{
  text-align: justify;
}
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;
  overflow: hidden;
}

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

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

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

.mobile {
  display: none;
}

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

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

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

.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: #ef3832;
  opacity: 1;
}

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


#wnjzScroll .swiper-pagination-bullet-active {
  background: #ef3832;
  opacity: 1;
}

.li-cnt {
  line-height: 1.5em;
  overflow: hidden;
  width: 100%;
  display: -webkit-box; /* 关键：旧版 Flexbox 模型 */
  -webkit-line-clamp: 2; /* 限制显示 2 行 */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

ul.list1 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5px;
  padding: 0;
  position: relative;
  overflow-y: auto;
}
ul.list1 a {
  color: #333;
}

.list-img {
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.title {
  background-repeat: no-repeat;
  height: 85px;
  width: 331px;
  margin: 0 auto;
}
.title img {
  display: none;
}

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

.wndj {
  background-image: url("../../images/zhuanti_2026swn/intro.png");
  background-position: center top;
  height: auto;
}
.wndj .title {
  background-image: url("../../images/zhuanti_2026swn/wndj.png");
}

.intro {
  margin-top: 37px;
  background-image: linear-gradient(to bottom, #fffaea, #fffaea), linear-gradient(to bottom, #fff2b7, #fe5d36);
  background-origin: padding-box, border-box;
  background-clip: padding-box, border-box;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
  border: 4px solid transparent;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  box-shadow: 0 4px 0 0 #dfbdbf;
}
.intro .txt {
  margin: 35px 25px 35px 25px;
  height: 280px;
  overflow-y: auto;
  scrollbar-color: #ffe0b2 #f5422e;
}
.intro p {
  text-indent: 2em;
  font-size: 20px;
  line-height: 1.8;
  color: #b71c1c;
}
.intro .more {
  margin-top: 0;
  font-size: 20px;
}

.r1 {
  background-color: #FFF;
}

.r1c1 {
  float: left;
  width: 760px;
  height: 444px;
  padding: 10px;
  position: relative;
}

.headline-content-left {
  display: flex;
  width: 100%;
  height: 100%;
}
.headline-content-left .swiper-pagination {
  position: relative;
  display: flex;
  justify-content: right;
  -moz-column-gap: 0px;
       column-gap: 0px;
  top: 0;
  bottom: 0;
  margin-top: -10px;
}
.headline-content-left .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: white;
  opacity: 0.6;
}
.headline-content-left .swiper-pagination-bullet-active {
  background: white;
  opacity: 1;
}

.r1c2 {
  float: right;
  width: 430px;
  height: 444px;
  padding: 10px;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.r1 .r1c2 .li-cnt img {
  width: auto;
  height: 2em;
}
.r1c2 .more {
  margin-top: auto;
}
.r1c2 .more a {
  color: #c65f5f;
}

.main-container {
  background-image: linear-gradient(to bottom, #ef3832, #ffbd79);
  padding-top: 35px;
  padding-bottom: 30px;
}

.r2 {
  margin-top: 75px;
}

.wn2026 {
  margin: 0 auto;
  background-image: url("../../images/zhuanti_2026swn/wn2026.png");
  width: 578px;
  height: 202px;
}
.wn2026 img {
  display: none;
}

.content {
  margin-top: 35px;
}

.video-cnt {
  position: relative;
}
.video-cnt .mask {
  position: relative;
  margin-top: 30px;
  background: none;
  text-align: center;
}
.video-cnt .mask h3 {
  font-size: 25px;
}

.video {
  width: 1110px;
  height: 661px;
  margin: 0 auto;
  background-image: url("../../images/zhuanti_2026swn/v-border.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 44px 49px 44px 47px;
}

video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.r3 {
  margin-top: 30px;
}
.r3 .title {
  background-image: url("../../images/zhuanti_2026swn/wnmj.png");
}

.r4 {
  margin-top: 55px;
}
.r4 .title {
  background-image: url("../../images/zhuanti_2026swn/wnhf.png");
}

.r4 .image {
  position: relative;
}

.r4 .content {
  background-color: #FFF;
}

.tip {
  background-color: #fffaea;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.tip .txt {
  margin: 32px 25px 34px 30px;
  padding-right: 20px;
  overflow-y: auto;
  scrollbar-color: #ffe0b2 #f5422e;
}
.tip p {
  text-indent: 2em;
  font-weight: 400;
  line-height: 2;
  color: #b71c1c;
}
.tip h4 {
  color: #b71c1c;
  margin-bottom: 20px;
}

.tip h4 {
  font-size: 20px;
}

.tip p {
  font-size: 20px;
}

.tip .more {
  font-size: 20px;
}

.r5 {
  margin-top: 65px;
  background-image: url("../../images/zhuanti_2026swn/wnjzbg.png");
  background-position: center bottom;
  height: 670px;
}
.r5 .title {
  background-image: url("../../images/zhuanti_2026swn/wnjz.png");
}
.r5 .content {
  position: relative;
  margin-top: 33px;
  overflow: hidden;
}

.r5 .swiper-slide .cnt {
  display: flex;
  padding: 15px 0;
}
.r5 .swiper-slide .left {
  width: 301px;
  height: 431px;
  flex-shrink: 0;
  margin-right: 15px;
}
.r5 .swiper-slide .left img {
  max-width: initial;
}
.r5 .swiper-slide .right {
  height: 431px;
  overflow: hidden;
  width: 100%;
}
.r5 .swiper-slide .tip p {
  line-height: 1.8;
}
.r5 .swiper-slide .tip .txt {
  height: 365px;
  margin-left: 45px;
  margin-right: 33px;
}

.r6 .r1c1 .title {
  background-image: url("../../images/zhuanti_2026swn/wngc.png");
}

.r6 .r1c2 .tit {
  background-image: url("../../images/zhuanti_2026swn/kk.png");
  width: 252px;
  height: 85px;
}

.r6 .tip {
  border-radius: 5px;
}
.r6 .tip p {
  line-height: 1.8;
  font-size: 18px;
}
.r6 .tip .txt {
  height: 187px;
}

.r6 .r1c1, .r6 .r1c2 {
  float: left;
  position: relative;
  overflow: hidden;
  height: auto;
}
.r6 .r1c1 {
  width: 42%;
  margin-right: 5.5%;
}
.r6 .r1c2 {
  width: 52.5%;
}
.r6 .list1, .r6 .list2 {
  height: 528px;
  margin-top: 40px;
}
.r6 img {
  display: block;
  width: 100%;
  height: 100%;
}
.r6 ul {
  width: 100%;
  height: 100%;
  display: flex;
}
.r6 li {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.r6 li a {
  width: 100%;
  height: 100%;
}
.r6 ul.list1 {
  flex-direction: column;
  gap: 26px;
}
.r6 ul.list2 {
  gap: 26px;
}
.r6 ul.list2 .mask {
  transform: translateY(100%);
  transition: transform 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.r6 ul.list2 .mask h3 {
  white-space: wrap;
  overflow: hidden;
  text-overflow: unset;
}
.r6 ul.list2 li:hover .mask {
  transform: translateY(0);
}

.r7 {
  margin-top: 80px;
}
.r7 .title {
  background-image: url("../../images/zhuanti_2026swn/wnsd.png");
}
.r7 .more a {
  color: #b71c1c;
}
.r7 .content {
  margin-top: 40px;
}

.container-1 {
  clear: both;
  width: 100%;
  overflow: hidden;
  background-color: #FFF;
  margin-top: 20px;
  padding: 0 20px;
}

.container-1 .imgtxt1 {
  margin-top: 20px;
}
.container-1 .imgtxt1 a {
  color: #333;
}

.container-1 .imgtxt1 li {
  clear: both;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #33333324;
  overflow: hidden;
}
.container-1 .imgtxt1 li:last-child{
    border-bottom:none
}
.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_2026swn/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_2026swn/time.png") no-repeat 0 5px;
}

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

.foot-03 {background-color: #feb776;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;
  }
  body {
    width: initial;
    height: initial;
    background-image: linear-gradient(to bottom, #ed332e, #ffbd79);
  }
  .intro p {
    font-size: 20px;
  }
  .tip h4 {
    font-size: 20px;
  }
  .tip p {
    font-size: 20px;
  }
  .r6 .tip p {
    font-size: 18px;
  }
  .tip .more {
    font-size: 20px;
  }
  .more {
    margin-top: 20px;
    font-size: 18px;
  }
  .container {
    width: 95vw;
  }
  .mask h3 {
    line-height: 1.5;
  }
  .video-cnt .mask h3 {
    font-size: 1rem;
  }
  .headline {
    background-size: 100% 100%;
    height: auto;
  }
  .wndj {
    background-size: 100% auto;
  }
  .intro .txt {
    margin: 1vw 1vw 1vw 2vw;
    height: 24vw;
    padding-right: 1vw;
    overflow-y: auto;
    scrollbar-color: #ffe0b2 #f5422e;
  }
  .r1c1 {
    width: 60.16666vw;
    height: 35.15vw;
  }
  .r1c2 {
    width: 34.042vw;
    height: 35.15vw;
  }
  .video {
    width: 92.5vw;
    height: 55vw;
    margin: 0 auto;
    background: none;
    padding: 0;
  }
  .r5 {
    background: none;
    padding-bottom: 0;
    height: auto;
  }
  .wn2026 img, .title img {
    display: block;
    width: 60%;
    height: auto;
    margin: 0 auto;
  }
  .wndj .title, .r2 .wn2026, .r3 .title, .r4 .title, .r5 .title, .r6 .r1c1 .title, .r6 .r1c2 .tit, .r7 .title {
    background: none;
    height: auto;
    margin: 0 auto;
  }
  .tit img {
    display: block;
    width: 60%;
    height: auto;
    margin: 0 auto;
  }
  .tip .txt {
    margin: 1vw;
    padding-right: 1vw;
  }
  .r5 .headline-content-left .swiper-pagination {
    position: relative;
    display: flex;
    justify-content: right;
    -moz-column-gap: 0px;
    column-gap: 0px;
    top: 0;
    bottom: 0;
    margin-top: 0;
  }
  .r5 .swiper-slide {
    overflow: hidden;
    height: auto;
  }
  .r5 .swiper-slide .cnt {
    display: flex;
    padding: 5px;
    margin-bottom: 5px;
    background-color: #f9564d;
  }
  .r5 .swiper-slide .left {
    width: 23.83vw;
    height: 34.12vw;
    flex-shrink: 0;
    margin-right: 15px;
  }
  .r5 .swiper-slide .left img {
    max-width: initial;
  }
  .r5 .swiper-slide .right {
    height: 34.12vw;
    overflow: hidden;
  }
  .r5 .swiper-slide .tip p {
    line-height: 1.8;
  }
  .r5 .swiper-slide .tip .txt {
    height: 32.12vw;
    margin-left: 2vw;
    margin-right: 1vw;
  }
  .r6 ul.list1, .r6 ul.list2 {
    gap: 2vw;
    height: 41.8vw;
    margin-top: 40px;
  }
  .r6 ul.list2 .mask {
    transform: initial;
    transition: initial;
  }
  .r6 ul.list2 .mask h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .r6 .r1c1, .r6 .r1c2 {
    padding: 0;
  }
  .r6 .tip {
    position: relative;
  }
  .r6 .tip .txt {
    height: 17.9vw;
  }
  .container-1 .imgtxt1 {
    margin-top: 10px;
  }
  .r2, .r3, .r4, .r5, .r6, .r7 {
    margin-top: 30px;
  }
  .r3 {
    margin-top: 0;
  }
  .video-cnt .mask {
    margin-top: 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: 18px;
  }
  body,
  .mask h3 {
    font-size: 18px;
  }
  .intro p {
    font-size: 18px;
  }
  .tip h4 {
    font-size: 18px;
  }
  .tip p {
    font-size: 18px;
  }
  .tip .more {
    font-size: 18px;
  }
  .r6 .tip p {
    font-size: 16px;
  }
  .r6 .tip h4 {
    font-size: 16px;
  }
  .container-1 {
    margin-top: 0;
    padding: 0 10px;
  }
  .container-1 .imgtxt1 {
    margin-top: 10px;
  }
  .container-1 .imgtxt1 h3 {
    font-size: 18px;
  }
  .r1c1 {
    width: 100%;
    height: auto;
    float: none;
    padding: 10px;
  }
  .r1c1 .swiper-slide img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
  .r1c2 {
    width: 100%;
    height: auto;
    float: none;
    padding: 10px;
  }
  .r4 .image {
    width: 100%;
    height: auto;
  }
  .r4 .image img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
  ul.list1 {
    align-items: initial;
  }
  .main-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .title {
    width: 26.2vw;
    height: auto;
  }
  .r2 .wn2026 {
    width: 45.76vw;
    height: auto;
  }
  .r2 .wn2026 img {
    width: 100%;
  }
  .r6 .r1c1 .title {
    width: 26.2vw;
    height: auto;
  }
  .r6 .r1c2 .tit {
    width: 19.95vw;
    height: auto;
  }
  .title img, .tit img {
    width: 100%;
  }
  .r2, .r3, .r4, .r5, .r6, .r7 {
    margin-top: 25px;
  }
  .r2 .content, .r3 .content, .r4 .content, .r5 .content, .r6 .content, .r7 .content {
    margin-top: 20px;
  }
  .r6 ul.list1, .r6 ul.list2 {
    margin-top: 20px;
  }
  .r3 {
    margin-top: 0;
  }
  ul.list1 {
    margin: 0;
  }
  ul.list1 li{
  	margin-top:10px;
  }
  .tip h4 {
    margin-bottom: 0;
  }
  .li-cnt {
    -webkit-line-clamp: 6; 
  }
}
@media screen and (max-width: 576px) {
  :root {
    font-size: 16px;
  }
  body,
  .mask h3,
  .more {
    font-size: 16px;
  }
  .intro p {
    font-size: 16px;
  }
  .tip h4 {
    font-size: 16px;
  }
  .tip p {
    font-size: 16px;
  }
  .tip .more {
    font-size: 16px;
  }
  .r6 .tip p {
    font-size: 14px;
  }
  .r6 .tip h4 {
    font-size: 14px;
  }
  .headline .title {
    font-size: 1.1rem;
  }
  .mobile {
    display: block;
  }
  .pc {
    display: none;
  }
  .wndj {
    background: none;
  }
  .title {
    width: 36.68vw;
  }
  .r2 .wn2026 {
    width: 64.064vw;
  }
  .r6 .r1c1 .title {
    width: 36.68vw;
  }
  .r6 .r1c2 .tit {
    width: 27.93vw;
  }
  .more {
    margin-top: 10px;
    font-size: 14px;
  }
  .r5 .swiper-slide .left {
    width: 30.979vw;
    height: 44.356vw;
    margin-right: 1vw;
  }
  .r5 .swiper-slide .right {
    height: 44.356vw;
    overflow: hidden;
  }
  .r5 .swiper-slide .tip p {
    line-height: 1.8;
  }
  .r5 .swiper-slide .tip .txt {
    height: 42.356vw;
    margin-left: 1vw;
    margin-right: 1vw;
  }
  .r6 .r1c1, .r6 .r1c2 {
    width: 100%;
    float: none;
    margin: 0;
  }
  .r6 ul.list1 {
    height: auto;
  }
  .r6 ul.list2 {
    height: auto;
  }
  .r6 ul.list2 img {
    width: 100%;
    height: auto;
    aspect-ratio: 306/527;
  }
  .r6 .r1c1, .r6 .r1c2 {
    padding: 0;
  }
  .r6 .r1c2 {
    margin-top: 20px;
  }
  .r6 .tip {
    position: relative;
  }
  .r6 .tip .txt {
    height: 35vw;
  }
  .intro .txt {
    height: 40vw;
  }
  .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;
  }
  .tip h4 {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=index.css.map */