@charset "utf-8";

body {
  overflow-x: hidden;
}

/*banner*/
.banner,
.banner div.slick-list,
.banner .slick-slide a,
.banner .slick-slide a img {
  width: 100%;
  height: 100vh;
}

.banner {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.banner .slick-slide a {
  display: block;
  overflow: hidden;
  position: relative;
}

.banner .slick-slide a::after {
  /* content: ""; */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.banner .slick-slide img {
  display: block;
  width: 100%;
  transform: scale(1.1);
  transition: all 5s ease-out;
  object-fit: cover;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .banner .slick-slide img {
    transform: scale(1);
  }
}

.banner .img_scale img {
  transform: scale(1);
}


.banner .slick-dots {
  max-width: 16rem;
  margin: 0 auto;
  bottom: 0.6rem;
  right: 0;
  left: 0;
  font-size: 0;
  z-index: 9;
  text-align: right;
}

.banner .slick-dots li {
  vertical-align: middle;
  margin: 0 0.08rem;
  padding: 0;
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  background: #ffffff;
  opacity: 0.3;
  transition: all 0.5s;
}

.banner .slick-dots li.slick-active {
  opacity: 1;
}

.banner .slick-dots li button {
  display: none;
}

/* 
.banner .slick-prev,
.banner .slick-next {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background-color: rgba(0, 0, 0, 0.46);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.1rem auto;
  transition: all 0.5s;
}

.banner .slick-prev {
  left: 0.68rem;
}

.banner .slick-next {
  right: 0.68rem;
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.46);
} */

/* 
.down-page {
  position: absolute;
  width: 0.89rem;
  height: 0.89rem;
  line-height: 0.89rem;
  left: 50%;
  bottom: 0.23rem;
  transform: translateX(-50%);
  z-index: 99;
  font-size: 0;
  text-align: center;
  cursor: pointer;
}

.down-page::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.down-page>img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 0.27rem;
  animation: move 1.5s infinite ease-in-out;
  cursor: pointer;
}

@keyframes move {

  0%,
  100% {
    top: 45%;
  }

  50% {
    top: calc(45% + 0.1rem);
  }
} */

/*首页样式*/
.title {
  text-align: center;
  margin-bottom: 0.64rem;
  position: relative;
  z-index: 1;
}

.tit-c {
  display: inline-block;
}

.tit-c h3 {
  display: flex;
  align-items: center;
  font-family: sys;
  font-size: 0.44rem;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.tit-c h3 b {
  color: #C6040D;
}

.tit-c h3::before {
  content: '';
  position: absolute;
  top: -0.04rem;
  left: -0.14rem;
  width: 0.6rem;
  height: 0.6rem;
  background: linear-gradient(159deg, rgba(147, 0, 7, 0.6) 6%, rgba(198, 4, 13, 0) 52%);
  border-radius: 50%;
  z-index: -1;
}

.tit-c p {
  font-family: sys-r;
  font-size: 0.2rem;
  line-height: 1;
  color: #999999;
  position: relative;
  z-index: 1;
  padding-left: 0.6rem;
}

.tit-c p::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  border-top: 1px solid #999999;
  width: 0.5rem;
  z-index: -1;
}

.more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.more a {
  display: block;
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #999999;
  background: url(../images/more1.png) no-repeat right center;
  background-size: 0.15rem auto;
  padding-right: 0.2rem;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}



.title.white .tit-c h3::before {
  background: linear-gradient(159deg, rgba(255, 255, 255, 0.6) 6%, rgba(255, 255, 255, 0) 52%);
}

.title.white .tit-c h3,
.title.white .tit-c h3 b {
  color: #fff;
}

.title.white .tit-c p {
  color: rgba(255, 255, 255, 0.5);
}

.title.white .tit-c p::before {
  border-top-color: #fff;
}

.title.white .more a {
  color: #fff;
  background: url(../images/more3.png) no-repeat right center;
  background-size: 0.15rem auto;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}

/*主体*/

/* section1 */
.section1 {
  padding: 0.68rem 0 1rem 0;
  overflow: hidden;
}

.s1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.jdt {
  width: 50%;
}

.jdt a {
  display: block;
}

.jdt a .pic {
  padding-top: 53.125%;
  padding-top: 4.25rem;
  box-shadow: 0px 0.04rem 0.1rem 0px rgba(171, 2, 10, 0.15);
}

.jdt a .tx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.54rem;
}

.jdt a .date {
  width: 0.97rem;
  height: 0.95rem;
  background: #D0040E;
  text-align: center;
  font-family: sys-r;
  color: #FFFFFF;
  margin-right: 0.33rem;
  padding-top: 0.05rem;
}

.jdt .date b {
  display: block;
  font-size: 0.34rem;
  font-weight: normal;
}

.jdt .date span {
  display: block;
  font-size: 0.2rem;
  line-height: 0.26rem;
}

.jdt .tx h3 {
  flex: 1;
  flex-shrink: 0;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.36rem;
  max-height: 0.72rem;
  transition: all 0.5s;
}

.jdt .swiper-pagination {
  bottom: 1.26rem;
  font-size: 0;
  text-align: right;
}

.jdt .swiper-pagination span {
  width: 0.2rem;
  height: 0.03rem;
  font-size: 0.14rem;
  background: rgba(208, 4, 14, 0.2);
  opacity: 1;
  margin-left: 0.1rem;
  transition: all 0.5s;
}

.jdt .swiper-pagination span.swiper-pagination-bullet-active {
  background: #D0040E;
}

.s1-r {
  flex: 1;
  flex-shrink: 0;
  margin-left: 0.3rem;
  border-left: 1px dashed #E2E2E2;
}

.s1-r .tt {
  margin-left: 0.3rem;
  padding-bottom: 0.52rem;
  border-bottom: 1px dashed #E2E2E2;
}

.s1-r .tt a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.s1-r .tt a .pic {
  width: 3.18rem;
  padding-top: 0;
  height: 2.06rem;
  margin-right: 0.3rem;
}

.s1-r .tt a .tx {
  flex: 1;
  flex-shrink: 0;
}

.s1-r .tt a .tx h3 {
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.32rem;
  max-height: 0.64rem;
}

.s1-r .tt a .tx p {
  font-size: 0.16rem;
  line-height: 0.26rem;
  max-height: 0.52rem;
  color: #999999;
  margin-top: 0.2rem;
}

.s1-r .tt a .tx .date {
  font-family: sys-r;
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #666666;
  background: url(../images/rl1.png) no-repeat left center;
  background-size: 0.3rem auto;
  padding-left: 0.4rem;
  margin-top: 0.25rem;
}

.s1-r ul {
  margin-left: 0.3rem;
}

.s1-r ul li {
  margin-top: 0.28rem;
}

.s1-r ul li a {
  display: flex;
  align-items: center;
}

.s1-r ul li a .date {
  width: 0.77rem;
  height: 0.77rem;
  background: #EEEEEE;
  font-family: sys-r;
  text-align: center;
  margin-right: 0.3rem;
}

.s1-r ul li a .date b {
  display: block;
  font-size: 0.3rem;
  font-weight: normal;
  color: #D0040E;
}

.s1-r ul li a .date span {
  display: block;
  font-size: 0.14rem;
  line-height: 0.26rem;
  color: #787878;
}

.s1-r ul li a h3 {
  flex: 1;
  flex-shrink: 0;
  font-size: 0.2rem;
  line-height: 0.3rem;
  max-height: 0.6rem;
  color: #666666;
}

/* section2 */
.section2 {
  overflow: hidden;
  padding-top: 0.08rem;
}

.s2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s2-l {
  width: 42.375%;
  padding: 0.88rem 0 0.96rem 0;
  position: relative;
  z-index: 1;
}

.s2-l::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2.6rem;
  right: -1.3rem;
  background: url(../images/s2-lbg.png) no-repeat center;
  background-size: cover;
  z-index: -1;
}

.s2-zi {
  padding-right: 0.88rem;
}

.s2-zi ul li a {
  display: block;
}

.s2-zi ul li a span {
  display: block;
  font-family: sys-r;
  font-size: 0.38rem;
  font-weight: normal;
  color: #FFFFFF;
}

.s2-zi ul li a .con {
  padding-left: 0.3rem;
  position: relative;
  z-index: 1;
}

.s2-zi ul li a .con::before {
  content: '';
  position: absolute;
  top: -0.3rem;
  left: 0;
  border-left: 1px solid #DADADA;
  height: 1.3rem;
}

.s2-zi ul li a .con h3 {
  font-size: 0.28rem;
  line-height: 0.5rem;
  max-height: 1rem;
  color: #FFFFFF;
  margin-top: 0.3rem;
}

.s2-zi ul li a .con p {
  font-size: 0.18rem;
  line-height: 0.32rem;
  max-height: 0.96rem;
  color: #FFA7A7;
  margin-top: 0.4rem;
  text-indent: 2em;
}

.s2-zi ul li a .con .gd {
  text-align: right;
  margin-top: 0.2rem;
}

.s2-zi ul li a .con .gd span {
  font-size: 0.16rem;
  color: #FFFFFF;
  background: url(../images/more3.png) no-repeat right center;
  background-size: 0.15rem auto;
  padding-right: 0.2rem;
}

.s2-sml {
  margin-top: 0.6rem;
  overflow: hidden;
}

.s2-sml ul {
  margin: 0 -0.23rem;
}

.s2-sml ul li:first-child {
  display: none;
}

.s2-sml ul li a {
  display: block;
  margin: 0 0.23rem;
}

.s2-sml ul li a .pic {
  padding-top: 1.86rem;
  padding-top: 58.86%;
}

.s2-big {
  width: 54.625%;
  padding-top: 1rem;
  position: relative;
  z-index: 1;
}

.s2-big::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.8rem;
  right: -2.6rem;
  background: url(../images/s2-rbg.png) no-repeat center;
  background-size: cover;
  z-index: -1;
}

.s2-big ul li a {
  display: block;
}

.s2-big ul li a .pic {
  padding-top: 61.09%;
}

/* section3 */
.section3 {
  overflow: hidden;
  padding: 0.88rem 0 1.2rem 0;
}

.s3 ul {
  align-items: flex-end;
}

.s3 ul li a {
  display: block;
  background: #FFFFFF;
  border: 1px solid #DADADC;
  height: 2.88rem;
  padding: 0.5rem 0.35rem 0.35rem;
}

.s3 ul li.s3-li3 a {
  border-left: 0;
}

.s3 ul li.s3-li1 a,
.s3 ul li.s3-li3 a {
  border-right: 0;
}

.s3 ul li a .date {
  font-family: sys-r;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #999999;
}

.s3 ul li a .date b {
  font-size: 0.3rem;
  font-weight: normal;
  color: #D0040E;
  margin-right: 0.05rem;
}

.s3 ul li a h3 {
  font-size: 0.2rem;
  line-height: 0.36rem;
  height: 0.72rem;
  margin-top: 0.3rem;
}

.s3 ul li a .gd {
  text-align: right;
  margin-top: 0.38rem;
}

.s3 ul li a .gd span {
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.s3 ul li a .gd span img {
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  transition: all 0.5s;
}

.s3 ul li a .gd span img:nth-child(2) {
  position: absolute;
  left: -0.2rem;
  bottom: -0.2rem;
  opacity: 0;
  visibility: hidden;
}

.s3 ul li.s3-li2 a {
  height: 3.48rem;
  padding: 0.58rem 0.35rem 0.35rem;
}

.s3 ul li.s3-li2 a .gd {
  margin-top: 0.9rem;
}

.s3 ul li.s3-li3 a {
  height: 2.38rem;
  padding: 0.3rem 0.35rem 0.2rem 0.35rem;
}

.s3 ul li.s3-li3 a h3 {
  margin-top: 0.23rem;
}

.s3 ul li.s3-li3 a .gd {
  margin-top: 0.3rem;
}

.s3 ul li.s3-li4 a {
  height: 3.48rem;
  padding: 1.1rem 0.35rem 0.35rem;
}

/* section4 */
.section4 {
  background-image: url(../images/section4-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 55.78%;
  overflow: hidden;
  padding: 0.8rem 0 0.4rem 0;
}

.s4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}

.s4 ul li {
  width: 5.8rem;
}

.s4 ul li.swiper-slide-prev {
  transform-origin: 25%;
}

.s4 ul li.swiper-slide-next {
  transform-origin: 75%;
}

.s4 ul li a {
  display: block;
  margin-top: -0.72rem;
}

.s4 ul li a .pic {
  padding-top: 65.86%;
}

.s4 ul li a .tx {}

.s4 ul li a .tx h3 {
  font-size: 0.2rem;
  line-height: 0.34rem;
  height: 0.68rem;
  padding-left: 8%;
  padding-right: 21%;
  transform: scale(1.4);
  margin-top: 0.3rem;
}

.s4 ul li.swiper-slide-prev a,
.s4 ul li.swiper-slide-active+li a {
  margin-top: -0.1rem;
}

.s4 ul li.swiper-slide-prev a .tx h3 {
  padding-left: 8%;
  padding-right: 21%;
  transform: scale(1.2);
  margin-top: 0.2rem;
}

.s4 ul li.swiper-slide-active a {
  margin-top: 0;
}

.s4 ul li.swiper-slide-active a .tx h3 {
  text-align: center;
  font-size: 0.2rem;
  line-height: 0.3rem;
  height: 0.3rem;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
  margin-top: 0.15rem;
  transform: none;
  padding-left: 0;
  padding-right: 0;
}

.s4 ul li.swiper-slide-active+li a .tx h3 {
  padding-left: 21%;
  padding-right: 8%;
  transform: scale(1.2);
  margin-top: 0.2rem;
}

.s4 ul li.swiper-slide-active+li+li a .tx h3 {
  padding-left: 21%;
  padding-right: 8%;
  transform: scale(1.4);
  margin-top: 0.3rem;
}

.s4 .swiper-button-next,
.s4 .swiper-button-prev {
  top: auto;
  bottom: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  border: 1px solid #D0040E;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.11rem auto;
  transition: all 0.5s;
}

.s4 .swiper-button-prev {
  left: auto;
  right: 50%;
  margin-right: 3.1rem;
  background-image: url(../images/s4-prev.png);
}

.s4 .swiper-button-next {
  right: auto;
  left: 50%;
  margin-left: 3.1rem;
  background-image: url(../images/s4-next.png);
}

.s4 .swiper-button-next:hover {
  background-color: #D0040E;
  background-image: url(../images/s4-nexton.png);
}

.s4 .swiper-button-prev:hover {
  background-color: #D0040E;
  background-image: url(../images/s4-prevon.png);
}

/* section5 */
.s56-bg {
  background: url(../images/s56-bg.png) no-repeat center bottom;
  background-size: 100% auto;
}

.section5 {
  overflow: hidden;
  padding-top: 0.8rem;
}

.s5 {
  width: calc(100% + 1.6rem);
}

.s5 ul li a {
  display: block
}

.s5 ul li a .pic {
  padding-top: 65.31%;
}

.s5 ul li a .pic::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.s5 ul li a .pic .s5-bf {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.48rem;
  height: 0.48rem;
  background: url(../images/s5-bf.png) no-repeat center;
  background-size: 100% 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

.s5 ul li a .tx {
  padding: 0.2rem;
  border-bottom: 1px solid #D1D1D1;
}

.s5 ul li a .tx h3 {
  font-size: 0.2rem;
  line-height: 0.3rem;
  height: 0.6rem;
}

.s5 ul li a .date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.2rem;
  padding: 0 0.2rem;
}

.s5 ul li a .date span {
  display: block;
  font-family: sys-r;
  font-size: 0.16rem;
  line-height: 0.3rem;
  letter-spacing: 0.005em;
  color: #999999;
  transition: all 0.5s;
}

.s5 ul li a .date img {
  display: block;
  width: 0.29rem;
}

.s5 .swiper-pagination {
  font-size: 0;
  position: static;
  transform: none;
  margin-top: 0.56rem;
  padding-right: 1.6rem;
}

.s5 .swiper-pagination span {
  display: inline-block;
  width: 0.1rem;
  height: 0.1rem;
  border: 0.02rem solid #C4C4C4;
  border-radius: 50%;
  margin: 0 0.31rem !important;
  background-color: none;
  opacity: 1;
  position: relative;
  z-index: 1;
}

.s5 .swiper-pagination span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -0.62rem;
  width: 0.6rem;
  border-top: 1px solid #D1D1D1;
  z-index: -1;
}

.s5 .swiper-pagination span:first-child:before {
  content: none;
}

.s5 .swiper-pagination span.swiper-pagination-bullet-active {
  border-color: #D0040E;
}

/* section6 */
.section6 {
  overflow: hidden;
  padding: 0.85rem 0;
}

.s6 ul li a {
  display: block;
  padding-top: 0.1rem;
  position: relative;
  z-index: 1;
}

.s6 ul li a::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 0.74rem;
  border-left: 1px solid rgba(154, 1, 0, 0.3);
}

.s6 ul li.swiper-slide-active a::before {
  border-left: 0;
}

.s6 ul li a .icon {
  width: 1rem;
  height: 1rem;
  border: 1px dashed #AB020A;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.s6 ul li a .icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border: 1px dashed #AB020A;
  border-radius: 50%;
  z-index: -1;
  transition: all 0.5s;
}

.s6 ul li a .icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background-color: #AB020A;
  border-radius: 50%;
  z-index: -1;
  transition: all 0.5s;
}

.s6 ul li a .icon img {
  display: block;
  max-width: 0.52rem;
  max-height: 0.49rem;
}

.s6 ul li a .icon img:nth-child(2) {
  display: none;
}

.s6 ul li a h3 {
  text-align: center;
  font-size: 0.24rem;
  color: #890303;
  margin-top: 0.22rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* hover效果 */
@media screen and (min-width: 1025px) {
  .more a:hover {
    color: #D0040E;
    background: url(../images/more2.png) no-repeat right center;
    background-size: 0.15rem auto;
  }

  .s1-r ul li:hover a h3 {
    color: #D0040E;
  }

  .s3 ul li:hover a {
    background: url(../images/s3-bg.jpg) no-repeat center;
    background-size: cover;
  }

  .s3 ul li:hover a .date,
  .s3 ul li:hover a .date b,
  .s3 ul li:hover a h3 {
    color: #fff;
  }

  .s3 ul li:hover a .gd span img:first-child {
    opacity: 0;
    visibility: hidden;
  }

  .s3 ul li:hover a .gd span img:nth-child(2) {
    left: 0;
    bottom: 0;
    opacity: 1;
    visibility: visible;
  }

  .s5 ul li:hover a .date span {
    color: #333333;
  }

  .s5 ul li:hover a .pic::after,
  .s5 ul li:hover a .pic .s5-bf {
    opacity: 1;
    visibility: visible;
  }

  .s6 ul li:hover a .icon {
    border-color: transparent;
  }

  .s6 ul li:hover a .icon::after {
    width: 0.88rem;
    height: 0.88rem;
  }

  .s6 ul li:hover a .icon::before {
    width: 1.14rem;
    height: 1.14rem;
  }

  .s6 ul li:hover a .icon img:first-child {
    display: none;
  }

  .s6 ul li:hover a .icon img:nth-child(2) {
    display: block;
  }
}


@media screen and (max-width: 1024px) {

  .banner,
  .banner div.slick-list,
  .banner .slick-slide a,
  .banner .slick-slide a img {
    height: auto;
  }

  .banner .slick-dots {
    bottom: 0.2rem;
    text-align: center;
  }

  .section1 {
    padding: 0.3rem 0;
  }

  .title {
    margin-bottom: 0.2rem;
  }

  .tit-c h3 {
    font-size: 0.26rem;
  }

  .tit-c h3::before {
    top: 0rem;
    left: -0.07rem;
    width: 0.4rem;
    height: 0.4rem;
  }

  .tit-c p {
    font-size: 12px;
    padding-left: 0.35rem;
  }

  .tit-c p::before {
    width: 0.25rem;
  }

  .more a {
    font-size: 12px;
    background: url(../images/more1.png) no-repeat right center;
    background-size: 0.13rem auto;
    padding-right: 0.18rem;
  }

  .jdt a .date {
    width: 0.62rem;
    height: 0.6rem;
    margin-right: 0.2rem;
  }

  .jdt .date b {
    font-size: 0.24rem;
    line-height: 0.3rem;
  }

  .jdt .date span {
    font-size: 12px;
    line-height: 18px;
  }

  .jdt a .tx {
    margin-top: 0.3rem;
  }

  .jdt .tx h3 {
    font-size: 0.18rem;
    line-height: 0.3rem;
    max-height: 0.6rem;
  }

  .jdt .swiper-pagination {
    bottom: 0.75rem;
  }

  .s1-r .tt a .pic {
    width: 2.8rem;
    height: 1.82rem;
    margin-right: 0.2rem;
  }

  .s1-r .tt a .tx h3 {
    font-size: 0.18rem;
    line-height: 0.3rem;
    max-height: 0.6rem;
  }

  .s1-r .tt a .tx .date {
    margin-top: 0.2rem;
  }

  .s1-r .tt {
    padding-bottom: 0.25rem;
  }

  .s1-r ul li {
    margin-top: 0.25rem;
  }

  .s1-r ul li a h3 {
    font-size: 0.18rem;
  }

  .s1-r ul li a .date {
    margin-right: 0.2rem;
    padding-top: 0.12rem;
  }

  .s1-r ul li a .date b {
    font-size: 0.24rem;
    line-height: 0.3rem;
  }

  .s1-r ul li a .date span {
    font-size: 12px;
    line-height: 18px;
  }

  .s2-zi ul li a span {
    font-size: 0.26rem;
  }

  .s2-zi ul li a .con {
    padding-left: 0.2rem;
  }

  .s2-zi ul li a .con h3 {
    font-size: 0.2rem;
    line-height: 0.4rem;
    max-height: 0.8rem;
    margin-top: 0.2rem;
  }

  .s2-zi ul li a .con p {
    font-size: 0.16rem;
    line-height: 0.3rem;
    max-height: 0.9rem;
    margin-top: 0.2rem;
  }

  .s2-zi ul li a .con::before {
    top: -0.2rem;
    height: 1rem;
  }

  .s2-zi ul li a .con .gd span {
    font-size: 12px;
    background: url(../images/more3.png) no-repeat right center;
    background-size: 0.13rem auto;
    padding-right: 0.18rem;
  }

  .s2-sml {
    margin-top: 0.3rem;
  }

  .s2-sml ul {
    margin: 0 -0.1rem;
  }

  .s2-sml ul li a {
    margin: 0 0.1rem;
  }

  .s2-l {
    padding: 0.4rem 0;
  }

  .s2-big {
    padding-top: 0.6rem;
  }

  .section3 {
    padding: 0.3rem 0;
  }

  .s3 ul li a .date {
    font-size: 12px;
  }

  .s3 ul li a .date b {
    font-size: 0.24rem;
  }

  .s3 ul li a h3 {
    font-size: 0.18rem;
    line-height: 0.3rem;
    height: 0.6rem;
    margin-top: 0.2rem !important;
  }

  .s3 ul li a .gd {
    margin-top: 0.2rem !important;
  }

  .s3 ul li a .gd span img {
    width: 0.15rem;
    height: 0.15rem;
  }

  .s3 ul li a {
    padding: 0.2rem !important;
    height: auto !important;
  }

  .section4 {
    padding: 0.4rem 0;
  }

  .s4 ul li.swiper-slide-active a .tx h3 {
    font-size: 0.18rem;
  }

  .s4 ul li a .tx h3 {
    font-size: 0.18rem;
    line-height: 0.3rem;
    height: 0.6rem;
    transform: none;
  }

  .s4 .swiper-button-next,
  .s4 .swiper-button-prev {
    bottom: 0.4rem;
    width: 0.4rem;
    height: 0.4rem;
    line-height: 0.4rem;
    background-size: 0.09rem auto;
  }

  .section5 {
    padding-top: 0;
  }

  .s5 {
    width: calc(100% + 15px);
  }

  .s5 ul li a .tx h3 {
    font-size: 0.18rem;
  }

  .s5 ul li a .date span {
    font-size: 12px;
  }

  .s5 ul li a .date img {
    width: 0.2rem;
  }

  .s5 .swiper-pagination {
    margin-top: 0.2rem;
    padding-right: 0;
  }

  .section6 {
    padding: 0.3rem 0;
  }

  .s6 ul li a h3 {
    font-size: 0.18rem;
  }

  .s6 ul li a .icon img {
    max-width: 0.36rem;
    max-height: 0.36rem;
  }

  .s6 ul li a .icon {
    width: 0.8rem;
    height: 0.8rem;
  }

  .s6 ul li a::before {
    height: 0.64rem;
  }
}

@media screen and (max-width: 920px) {
  .title {
    text-align: left;
  }

  .jdt {
    width: 100%;
  }

  .jdt a .pic {
    padding-top: 53.125%;
  }

  .s1-r {
    flex: none;
    width: 100%;
    margin-left: 0;
    border-left: 0;
    margin-top: 0.3rem;
  }

  .s1-r .tt {
    margin-left: 0;
    padding-bottom: 0.2rem;
  }

  .s1-r ul {
    margin-left: 0;
  }

  .s1-r ul li {
    margin-top: 0.2rem;
  }

  .s1-r ul li a .date {
    width: 0.62rem;
    height: 0.62rem;
    padding-top: 0.05rem;
  }

  .s2-l {
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 0.2rem 0;
  }

  .s2-l::before {
    left: -15px;
    right: -15px;
  }

  .s2-zi {
    padding-right: 0;
  }

  .s2-big {
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 0.2rem 0;
  }

  .s2-big::before {
    left: -15px;
    right: -15px;
  }

  .s2-sml {
    display: none;
  }

  .section4 {
    padding: 0.3rem 0;
  }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 480px) {
  .s1-r .tt a .pic {
    width: 100%;
    height: auto;
    padding-top: 64.77%;
    margin-right: 0;
    margin-bottom: 0.2rem;
  }

  .s1-r .tt a .tx {
    flex: none;
    width: 100%;
  }

  .s3 ul li a {
    border: 1px solid #DADADC !important;
  }

  .s4 {
    padding: 0 15px;
  }

  .s4 ul li {
    transform-origin: center !important;
    transform: none !important;
  }

  .s4 ul li.swiper-slide-prev a,
  .s4 ul li.swiper-slide-active+li a {
    margin-top: 0;
  }

  .s4 ul li a {
    margin-top: 0;
    margin-bottom: 0.1rem;
  }

  .s4 .swiper-button-next,
  .s4 .swiper-button-prev {
    /* position: static; */
    bottom: 0;
  }

  .s4 .swiper-button-prev {
    margin-right: 0.2rem;
  }

  .s4 .swiper-button-next {
    margin-left: 0.2rem;
  }

  .s5 {
    width: 100%;
  }

}