@charset "utf-8";

body {
  overflow-x: hidden;
}

/*banner*/
.banner-box {
  position: relative;
  z-index: 1;
  max-width: 100%;
  overflow: hidden;
}

.banner,
.banner div.slick-list,
.banner .slick-slide a,
.banner .slick-slide a img {
  width: 100%;
  height: 100vh;
}

.banner .slick-slide a .pic {
  padding-top: 0;
  height: 100vh;
}

.banner .slick-slide a .pic video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.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: 14.4rem;
  margin: 0 auto;
  bottom: 0.33rem;
  right: 0;
  left: 0;
  font-size: 0;
  z-index: 9;
  text-align: center;
}

.banner .slick-dots li {
  vertical-align: middle;
  margin: 0 0.16rem;
  padding: 0;
  width: 0.13rem;
  height: 0.13rem;
  border-radius: 50%;
  background: #ffffff;
  opacity: 0.5;
  transition: all 0.5s;
}

.banner .slick-dots li.slick-active {
  width: 0.33rem;
  height: .27rem;
  background: url(../images/ban-dot1.png) no-repeat center;
  background-size: 100% auto;
  border-radius: 0;
  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);
  }
} */


.banner-box .gd {
  position: absolute;
  bottom: 0.38rem;
  left: 50%;
  margin-left: 1.3rem;
  z-index: 2;
}

.banner-box .gd a {
  display: block;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
  padding-left: 0.2rem;
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.16rem;
  background: url(../images/ban-gdjt.png) no-repeat right center;
  background-size: 0.07rem auto;
  padding-right: 0.12rem;
  transition: all 0.5s;
}

.banner-box .gd a:hover {
  color: #991718;
  background: url(../images/ban-gdjt2.png) no-repeat right center;
  background-size: 0.07rem auto;
}

/*首页样式*/
.title {
  margin-bottom: 0.4rem;
  position: relative;
  z-index: 1;
}

.tit-c {
  display: inline-block;
}

.tit-c h3 {
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.3rem;
}

.tit-c p {
  text-align: left;
  font-size: 0.16rem;
  line-height: 0.16rem;
  color: #701f2b;
  margin-top: 0.1rem;
  padding-left: 0.48rem;
  position: relative;
  z-index: 1;
}

.tit-c p::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.4rem;
  height: 0.04rem;
  background: linear-gradient(225deg, transparent 3px, #701f2b 0);
}

.more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.more a {
  display: block;
  font-size: 0.16rem;
  line-height: 0.45rem;
  color: #701f2b;
  width: 0.39rem;
  height: 0.47rem;
  text-align: center;
  background: url(../images/more1.png) no-repeat center;
  background-size: 100% 100%;
}

.more a:hover {
  font-weight: bold;
}

.title.white .tit-c h3 {
  color: #fff;
}

.title.white .tit-c p {
  color: #fff;
}

.title.white .tit-c p::before {
  background: linear-gradient(225deg, transparent 3px, #fff 0);
}

.title.white .more a {
  color: #fff;
  background: url(../images/more2.png) no-repeat center;
  background-size: 100% 100%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}

/*主体*/

/* section1 */
.section1 {
  padding: 0.8rem 0;
  overflow: hidden;
  background: url(../images/section1-bg.png) no-repeat center bottom;
  background-size: cover;
}

.s1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.s1-l {
  width: 65.625%;
}

.s1-l ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s1-l ul li {
  width: 47.61%;
}

.s1-l ul li a {
  display: block;
}

.s1-l ul li a .pic {
  padding-top: 66.66%;
  padding-top: 3rem;
}

.s1-l ul li a .tx {
  padding: 0.29rem 0.35rem;
  background-color: #ffffff;
  box-shadow: 0px -0.05rem 0.18rem 0px rgba(230, 230, 230, 0.26);
}

.s1-l ul li a .tx h3 {
  font-size: 0.18rem;
  line-height: 0.26rem;
  height: 0.52rem;
  transition: all 0.5s;
}

.s1-l ul li a .tx p {
  font-size: 0.14rem;
  line-height: 0.26rem;
  height: 0.78rem;
  color: #333333;
  opacity: 0.61;
  margin-top: 0.2rem;
}

.s1-l ul li a .tx .date {
  margin-top: 0.3rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #701f2b;
  opacity: 0.8;
}

.s1-l ul li a .tx .date b {
  font-size: 0.3rem;
  font-weight: 500;
  color: #701f2b;
  padding-right: 0.1rem;
}

.s1-r {
  width: 31.25%;
}

.s1-r ul li+li {
  margin-top: 0.18rem;
}

.s1-r ul li a {
  display: block;
  padding: 0.21rem 0.3rem;
  background-color: #ffffff;
  box-shadow: 0px -0.05rem 0.18rem 0px rgba(230, 230, 230, 0.26);
  border-left: 0.02rem solid #701f2b;
  transition: all 0.5s;
}

.s1-r ul li a h3 {
  font-size: 0.18rem;
  line-height: 0.26rem;
  height: 0.52rem;
  transition: all 0.5s;
}

.s1-r ul li a span {
  margin-top: 0.1rem;
}

span.gtime {
  display: block;
  font-size: 0.16rem;
  line-height: 0.26rem;
  color: rgba(112, 31, 43, 0.8);
  background: url(../images/time1.png) no-repeat left center;
  background-size: 0.18rem auto;
  padding-left: 0.28rem;
  transition: all 0.5s;
}

/* section2 */
.section2 {
  padding: 0.8rem 0;
  background: url(../images/section2-bg.png) no-repeat center bottom;
  background-size: cover;
  overflow: hidden;
}

.s2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.s2>div {
  width: 31.11%;
}

.s2-l .tt a {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
}

.s2-l .tt a .ttpic {
  width: 2rem;
  position: relative;
  z-index: 1;
}

.s2-l .tt a .ttpic::before {
  content: '';
  position: absolute;
  top: 0.05rem;
  left: 0.05rem;
  width: 100%;
  height: 100%;
  background-color: #701f2b;
  z-index: -1;
}

.s2-l .tt a .ttpic .pic {
  padding-top: 1.33rem;
}

.s2-l .tt a .tx {
  flex: 1;
  min-width: 0;
  padding: 0.11rem 0.07rem 0 0.28rem;
}

.s2-l .tt a .tx h3 {
  font-size: 0.18rem;
  line-height: 0.26rem;
  height: 0.52rem;
  transition: all 0.5s;
}

.s2-l .tt a .tx span {
  margin-top: 0.3rem;
}

.s2-l ul {
  border-top: 1px dashed rgba(41, 51, 82, 0.17);
  margin-top: 0.27rem;
}

.s2-l ul li a {
  display: block;
  padding: 0.14rem 0;
  border-bottom: 1px dashed rgba(41, 51, 82, 0.17);
  transition: all 0.5s;
}

.s2-l ul li a h3 {
  font-size: 0.18rem;
  line-height: 0.26rem;
  transition: all 0.5s;
}

.s2-l ul li a span {
  margin-top: 0.1rem;
}

.s2-c ul li a {
  display: flex;
  align-items: center;
  padding: 0.2rem 0;
  border-bottom: 1px dashed rgba(41, 51, 82, 0.17);
  transition: all 0.5s;
}

.s2-c ul li:first-child a {
  padding-top: 0;
}

.s2-c ul li a .date {
  width: 0.7rem;
  height: 0.68rem;
  text-align: center;
  background: rgba(122, 31, 43, 0.1);
  border-radius: 0.1rem 0px 0.1rem 0px;
  color: #701f2b;
  padding-top: 0.08rem;
  margin-right: 0.18rem;
  transition: all 0.5s;
}

.s2-c ul li a .date b {
  font-size: 0.3rem;
  font-weight: 500;
  line-height: 0.3rem;
}

.s2-c ul li a .date span {
  font-size: 0.14rem;
}

.s2-c ul li a h3 {
  flex: 1;
  min-width: 0;
  font-size: 0.18rem;
  line-height: 0.3rem;
  max-height: 0.6rem;
  transition: all 0.5s;
}

.s2-r ul li a {
  display: block;
  padding: 0.2rem 0 0.21rem 0;
  border-bottom: 1px dashed rgba(41, 51, 82, 0.17);
  transition: all 0.5s;
}

.s2-r ul li:first-child a {
  padding-top: 0;
}

.s2-r ul li a h3 {
  font-size: 0.18rem;
  line-height: 0.26rem;
  transition: all 0.5s;
}

span.ly {
  display: inline-block;
  font-size: 0.16rem;
  line-height: 0.26rem;
  color: #701f2b;
  background-color: rgba(112, 31, 43, 0.1);
  border-radius: 0.1rem 0px 0.1rem 0px;
  padding: 0 0.1rem;
}

.s2-r ul li a span {
  margin-top: 0.15rem;
}

/* section3 */
.section3 {
  overflow: hidden;
  padding: 0.8rem 0;
  background: url(../images/section3-bg.png) no-repeat center bottom;
  background-size: cover;
}

.section3 .title {
  text-align: center;
}

.s3 {
  position: relative;
  z-index: 1;
}

.s3 ul li a {
  display: block;
  box-shadow: 0px -0.05rem 0.18rem 0px rgba(230, 230, 230, 0.26);
}

.s3 ul li a .pic {
  padding-top: 66.76%;
}

.s3 ul li a .tx {
  padding: 0.3rem;
  background-color: #ffffff;
  transition: all 0.5s;
}

.s3 ul li a .tx h3 {
  font-size: 0.18rem;
  line-height: 0.26rem;
  height: 0.52rem;
  transition: all 0.5s;
}

.s3 ul li a .tx span {
  margin-top: 0.35rem;
  transition: all 0.5s;
}

.s3 .swiper-button-next,
.s3 .swiper-button-prev,
.s5-t .swiper-button-next,
.s5-t .swiper-button-prev {
  width: 0.34rem;
  height: 0.34rem;
  background-color: #dbdbdb;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.16rem auto;
  transition: all 0.5s;
}

.s3 .swiper-button-prev,
.s5-t .swiper-button-prev {
  left: -0.75rem;
  background-image: url(../images/s3-prev.png);
}

.s3 .swiper-button-next,
.s5-t .swiper-button-next {
  right: -0.75rem;
  background-image: url(../images/s3-next.png);
}

/* section4 */
.section4 {
  padding: 0.8rem 0;
  background: url(../images/section4-bg.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}

.section4 .title {
  text-align: center;
}

.s4 .swiper-container {
  padding: 0 0.1rem;
}

.s4 ul li {
  padding: 0.1rem 0;
  opacity: 0;
  transition: all 0.5s;
}

.s4 ul li.swiper-slide-active,
.s4 ul li.swiper-slide-active+li,
.s4 ul li.swiper-slide-active+li+li,
.s4 ul li.swiper-slide-active+li+li+li,
.s4 ul li.swiper-slide-active+li+li+li+li,
.s4 ul li.swiper-slide-active+li+li+li+li+li {
  opacity: 1;
}

.s4 ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 1.8rem;
  position: relative;
  z-index: 1;
}

.s4 ul li a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(144, 30, 48, 0.8);
  z-index: -1;
}

.s4 ul li a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background: url(../images/s4-libg.jpg) no-repeat center;
  background-size: 100% 100%;
  z-index: -1;
  transition: all 0.5s;
}

.s4 ul li:nth-child(even) a::before {
  background: rgba(176, 118, 37, 0.8);
}

.s4 ul li a .icon {
  width: 0.55rem;
  height: 0.55rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.s4 ul li a .icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  transition: all 0.5s;
}

.s4 ul li a .icon img:nth-child(2) {
  display: none;
}

.s4 ul li a h3 {
  font-size: 0.18rem;
  line-height: 0.26rem;
  color: #ffffff;
  padding: 0 0.1rem;
  text-align: center;
  margin-top: 0.2rem;
  transition: all 0.5s;
}

.s4 .swiper-pagination {
  position: static;
  font-size: 0;
  margin-top: 0.14rem;
}

.s4 .swiper-pagination span {
  width: 0.1rem;
  height: 0.1rem;
  margin: 0 0.1rem;
  opacity: 0.42;
}

.s4 .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
}

/* section5 */
.section5 {
  overflow: hidden;
  padding: 0.8rem 0 1.1rem 0;
  background: url(../images/section5-bg.png) no-repeat center bottom;
  background-size: cover;
}

.s5-t {
  position: relative;
  z-index: 1;
}

.s5-t ul li a {
  display: block;
}

.s5-t ul li a .pic {
  padding-top: 45.71%;
}

.s5-b {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.8rem;
}

.s5-b>div {
  width: 48.125%;
  background-color: #fff;
  box-shadow: 0px -0.05rem 0.18rem 0px rgba(230, 230, 230, 0.26);
  border: solid 1px #e8e8e8;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s5-b>div .tit {
  width: 0.5rem;
  height: 1.9rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
}

.s5-bl .tit {
  background-image: url(../images/s5-btit1.jpg);
}

.s5-br .tit {
  background-image: url(../images/s5-btit2.jpg);
}

.s5-b>div .tit h3 {
  writing-mode: tb-rl;
  font-size: 0.22rem;
  line-height: 0.5rem;
  color: #ffffff;
  letter-spacing: 0.03rem;
}

.s5-b>div .tx {
  flex: 1;
  min-width: 0;
}

.s5-bl .tx ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0.15rem 0 0 0.2rem;
}

.s5-bl .tx ul li {
  width: 33.33%;
}

.s5-bl .tx ul li a {
  display: block;
  margin: 0 0.1rem;
  font-size: 0.16rem;
  line-height: 0.26rem;
  padding: 0.1rem 0 0.1rem 0.16rem;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.s5-bl .tx ul li a::after {
  content: '';
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 0.06rem;
  height: 0.06rem;
  background-color: #bf8431;
  transform: rotate(45deg);
}

.s5-br .tx {
  padding: 0 0.2rem;
}

.s5-br .tx .t ul {
  display: flex;
  margin-top: 0.26rem;
}

.s5-br .tx .t ul li {
  width: 20%;
}

.s5-br .tx .t ul li a {
  display: block;
}

.s5-br .tx .t ul li a .icon {
  width: 0.55rem;
  height: 0.55rem;
  margin: 0 auto;
  background-color: rgba(112, 31, 43, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}

.s5-br .tx .t ul li a .icon img {
  display: block;
  max-width: 0.3rem;
  max-height: 0.3rem;
}

.s5-br .tx .t ul li a h3 {
  text-align: center;
  font-size: 0.16rem;
  margin-top: 0.1rem;
  padding: 0 0.1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.5s;
}

.s5-br .tx .b {
  display: flex;
  align-items: center;
  background: url(../images/s5-rbbg.png) no-repeat left center;
  background-size: contain;
  padding-left: 0.22rem;
  line-height: 0.55rem;
  margin-top: 0.23rem;
  margin-left: 0.3rem;
}

.s5-br .tx .b img {
  display: block;
  width: 0.24rem;
  margin-right: 0.15rem;
}

.s5-br .tx .b span {
  font-size: 0.16rem;
  color: #701f2b;
}

.s5-br .tx .b b {
  font-size: 0.22rem;
  color: #701f2b;
  margin-left: 0.2rem;
}

/* hover效果 */
@media screen and (min-width: 1025px) {
  .s1-l ul li:hover a .tx h3 {
    font-weight: bold;
  }

  .s1-r ul li:hover a {
    background: url(../images/s1-rlibg.jpg) no-repeat center;
    background-size: cover;
    box-shadow: 0px -0.05rem 0.18rem 0px rgba(112, 31, 43, 0.26);
  }

  .s1-r ul li:hover a h3 {
    color: #fff;
  }

  .s1-r ul li:hover a span {
    color: rgba(255, 255, 255, 0.8);
    background: url(../images/time2.png) no-repeat left center;
    background-size: 0.18rem auto;
  }

  .s2-l .tt a:hover .tx h3 {
    font-weight: bold;
  }

  .s2-l ul li:hover a h3 {
    font-weight: bold;
  }

  .s2-l ul li:hover a,
  .s2-c ul li:hover a,
  .s2-r ul li:hover a {
    border-bottom: 1px dashed rgba(41, 51, 82, 1);
  }

  .s2-c ul li:hover a .date {
    background: rgba(122, 31, 43, 1);
    color: #fff;
  }

  .s2-c ul li:hover a h3 {
    font-weight: bold;
  }

  .s2-r ul li:hover a h3 {
    font-weight: bold;
  }

  .s3 ul li:hover a .tx {
    background: url(../images/s3-libg.jpg) no-repeat center bottom;
    background-size: cover;
  }

  .s3 ul li:hover a .tx h3 {
    color: #fff;
  }

  .s3 ul li:hover a .tx span {
    color: rgba(255, 255, 255, 0.8);
    background: url(../images/time2.png) no-repeat left center;
    background-size: 0.18rem auto;
  }

  .s3 .swiper-button-prev:hover,
  .s5-t .swiper-button-prev:hover {
    background-color: #701f2b;
    background-image: url(../images/s3-prev2.png);
  }

  .s3 .swiper-button-next:hover,
  .s5-t .swiper-button-next:hover {
    background-color: #701f2b;
    background-image: url(../images/s3-next2.png);
  }

  .s4 ul li:hover a {
    z-index: 2;
  }

  .s4 ul li:hover a::after {
    width: calc(100% + 0.2rem);
    height: calc(100% + 0.2rem);
  }

  .s4 ul li:hover a .icon img:first-child {
    display: none;
  }

  .s4 ul li:hover a .icon img:nth-child(2) {
    display: block;
  }

  .s4 ul li:hover a h3 {
    color: #971a2d;
  }

  .s5-br .tx .t ul li:hover a .icon {
    border-radius: 0.1rem;
  }

  .s5-br .tx .t ul li:hover a .icon img {
    animation: jello 1.5s linear;
  }
}


@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;
  }

  .banner .slick-dots li {
    margin: 0 0.1rem;
    width: 0.1rem;
    height: 0.1rem;
  }

  .banner .slick-dots li.slick-active {
    width: 0.25rem;
    height: .2rem;
  }

  .banner-box .gd {
    bottom: 0.22rem;
    margin-left: 0.8rem;
  }

  .title {
    margin-bottom: 0.2rem;
  }

  .tit-c h3 {
    font-size: 0.26rem;
  }

  .tit-c p {
    font-size: 12px;
    line-height: 12px;
    padding-left: 0.35rem;
  }

  .tit-c p::before {
    width: 0.32rem;
    height: 0.02rem;
    background: linear-gradient(225deg, transparent 3px, #701f2b 0);
  }

  .more a {
    font-size: 12px;
  }

  .section1,
  .section2,
  .section3,
  .section4,
  .section5 {
    padding: 0.3rem 0;
  }

  .s1-l ul li a .tx .date b,
  .s2-c ul li a .date b {
    font-size: 0.26rem;
  }

  .s4 .swiper-container {
    padding: 0;
  }

  .s4 ul li {
    padding: 0;
  }

  .s4 .swiper-pagination {
    margin-top: 0.2rem;
  }

  .s4 .swiper-pagination span {
    margin: 0 0.05rem;
  }

  .s5-b {
    margin-top: 0.2rem;
  }

  .s5-b>div .tit h3,
  .s5-br .tx .b b {
    font-size: 0.2rem;
  }
}

@media screen and (max-width: 920px) {
  .s1-l {
    width: 100%;
  }

  .s1-l ul li {
    width: 100%;
  }

  .s1-l ul li+li {
    margin-top: 0.2rem;
  }

  .s1-l ul li a .pic {
    padding-top: 66.66%;
  }

  .s1-l ul li a .tx {
    padding: 0.2rem;
  }

  .s1-l ul li a .tx h3 {
    height: auto;
    max-height: 0.52rem;
  }

  .s1-l ul li a .tx p {
    font-size: 12px;
    height: auto;
    max-height: 0.78rem;
    margin-top: 0.1rem;
  }

  .s1-l ul li a .tx .date {
    margin-top: 0.1rem;
  }

  .s1-r {
    width: 100%;
    margin-top: 0.2rem;
  }

  .s1-r ul li+li {
    margin-top: 0.2rem;
  }

  .s1-r ul li a {
    padding: 0.2rem;
  }

  .s1-r ul li a h3 {
    height: auto;
    max-height: 0.52rem;
  }

  .s2>div {
    width: 100%;
  }

  .s2>div+div {
    margin-top: 0.2rem;
  }

  .s2-l .tt a .ttpic {
    width: 100%;
  }

  .s2-l .tt a .ttpic .pic {
    padding-top: 66.5%;
  }

  .s2-l .tt a .tx {
    flex: none;
    width: 100%;
    padding: 0.2rem;
  }

  .s2-l .tt a .tx h3 {
    height: auto;
    max-height: 0.52rem;
  }

  .s2-l .tt a .tx span {
    margin-top: 0.1rem;
  }

  .s2-l ul {
    margin-top: 0.2rem;
  }

  .s2-l ul li a,
  .s2-c ul li a,
  .s2-r ul li a {
    padding: 0.15rem 0;
  }

  .section3 .title {
    text-align: left;
  }

  .s3 ul li a .tx {
    padding: 0.2rem;
  }

  .s3 ul li a .tx h3 {
    height: auto;
    max-height: 0.52rem;
  }

  .s3 ul li a .tx span {
    margin-top: 0.1rem;
  }

  .s5-b>div {
    width: 100%;
  }

  .s5-b>div .tit {
    width: 100%;
    display: block;
    height: auto;
  }

  .s5-b>div .tit h3 {
    writing-mode: inherit;
    text-align: center;
    letter-spacing: 0;
  }

  .s5-b>div .tx {
    flex: none;
    width: 100%;
  }

  .s5-bl .tx ul {
    padding: 0.2rem;
  }

  .s5-br {
    margin-top: 0.2rem;
  }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 640px) {
  .s5-br .tx .t ul {
    flex-wrap: wrap;
  }

  .s5-bl .tx ul li {
    width: 50%;
  }

  .s5-br .tx .t ul li {
    width: 33.33%;
  }

  .s5-br .tx .t ul li:nth-child(3)~li {
    margin-top: 0.15rem;
  }
}

@media screen and (max-width: 420px) {
.s5-br .tx .b {
    margin-left: 0;
}
.s5-b>div .tit h3, .s5-br .tx .b b {
        font-size: 0.16rem;
    }
}