@charset "utf-8";

body {
  overflow-x: hidden;
}

/*首页样式*/
.title {
  position: relative;
  z-index: 1;
}

.tit-c {
  display: inline-block;
}

.tit-c h3 {
  font-family: sys-b;
  font-size: 0.36rem;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.tit-c h3::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.03rem;
  background: linear-gradient(270deg, #034B98 0%, rgba(71, 131, 194, 0) 100%);
}

.tit-c h3 span {
  font-weight: bold;
  color: #034B98;
}

.tit-c p {
  font-family: Arial;
  font-size: 0.14rem;
  color: #034B98;
  margin-top: 0.05rem;
  text-align: center;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.tit-c p::after {
  content: '';
  display: block;
  width: 0.09rem;
  height: 0.09rem;
  background: #034B98;
  margin-left: 0.1rem;
}

.more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.more a {
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #999;
  transition: all 0.5s;
}

.more a i {
  color: #034B98;
  font-style: normal;
}

.title-w .tit-c p {
  color: rgba(255, 255, 255, 0.05);
}

.title-w .tit-c h3,
.title-w .tit-c h3 span {
  color: #fff;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}

/*主体*/
/* section1 */

.section1 {
  padding: 1.85rem 0 1.3rem 0;
  background: url(../images/section1-bg.jpg) no-repeat center bottom;
  background-size: cover;
}

.s1 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.s1-l {
  width: 2.6rem;
  margin-left: 0.35rem;
  margin-top: 0.3rem;
  margin-right: 0.6rem;
  position: relative;
  z-index: 1;
}

.s1-l::before {
  content: '';
  position: absolute;
  top: -0.3rem;
  left: -0.35rem;
  width: 2.61rem;
  height: 3.3rem;
  background: url(../images/s1-piczs.png) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}

.s1-l .pic {
  padding-top: 125.38%;
  border-radius: 0.12rem;
}

.s1 .tx {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 0.7rem;
}

.s1 .tx .tit {
  width: 2.8rem;
}

.s1 .tx h3 {
  font-size: 0.3rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}

.s1 .tx h3 span {
  display: inline-block;
  vertical-align: 0.05rem;
  border-radius: 0.3rem;
  border: 1px solid #A4C3E4;
  line-height: 0.32rem;
  padding: 0 0.18rem;
  font-size: 0.18rem;
  margin-left: 0.25rem;
}

.s1 .tx .lll {margin-top: 0.44rem;}
.s1 .tx .lll img{vertical-align:bottom}
.s1 .tx .lll span{
  font-family: Bebas;
  font-size: 0.28rem;
  line-height: 0.36rem;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  margin-top: 0.44rem;
  padding-left: .2rem;
  }

.s1 .tx .lj {
  margin-top: 0.32rem;
}

.s1 .tx .lj ul {}

.s1 .tx .lj ul li a {
  display: block;
  font-size: 0.16rem;
  line-height: 0.44rem;
  color: #FFFFFF;
  position: relative;
  left: 0;
  transition: all 0.5s;
}

.s1 .tx .lj ul li a img {
  vertical-align: 0px;
  margin-left: 0.1rem;
  width: 0.11rem;
}

.section1 .con {
  flex: 1;
  min-width: 0;
  padding-left: 0.2rem;
}

.section1 .con ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section1 .con ul li {
  width: 48%;
  font-size: 0.16rem;
  line-height: 0.26rem;
  margin-bottom: 0.2rem;
  color: #FFFFFF;
}

.section1 .con ul li i {
  vertical-align: 1px;
  font-weight: 290;
  font-size: 0.16rem;
  color: #DC636A;
  margin-right: 0.1rem;
}

/* section2 */
.section2 {
  padding: 1rem 0 0;
  background: url(../images/section2-bg.png) no-repeat center top;
  background-size: 100% auto;
  margin-top: -0.5rem;
  position: relative;
  z-index: 1;
}

.section2-bg {
  display: block;
  position: absolute;
  right: 0;
  top: 0.5rem;
  width: 46.35%;
}

.s2 {
  margin-top: 0.36rem;
  background: url(../images/s2-bg.png) no-repeat center;
  background-size: cover;
  padding: 0.5rem;
  position: relative;
  z-index: 1;
}

.s2::before {
  content: '';
  position: absolute;
  top: 0.3rem;
  left: 0.2rem;
  width: 0.33rem;
  height: 0.33rem;
  background: url(../images/s2-lsj.png) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}

.s2::after {
  content: '';
  position: absolute;
  top: 0.3rem;
  right: 0.2rem;
  width: 0.33rem;
  height: 0.33rem;
  background: url(../images/s2-rsj.png) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}

.s2 p {
  font-size: 0.18rem;
  line-height: 0.44rem;
}
.s2 ul{margin-left:2em;}
.s2 img{max-width:100%;}

/* section3 */
.section3 {
    position: relative;
    z-index: 9;
}

.s3 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s3 ul li {
  width: 40%;
  margin-top: 0.3rem;
}

.s3 ul li a {
  display: block;
  font-size: 0.18rem;
  line-height: 0.34rem;
  padding-left: 0.13rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  z-index: 1;
  left: 0;
  transition: all 0.5s;
}

.s3 ul li a::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 0.17rem;
  border-left: 3px solid #034B98;
}


/* section4 */
.section4 {
  padding: 1rem 0 1rem 0;
}

.section4 .title {
  position: relative;
  z-index: 1;
}

.section4 .tit-c {
  display: flex;
  align-items: center;
  height: 0.72rem;
}

.section4 .tit-c .k {
  cursor: pointer;
}

.section4 .tit-c .k+.k {
  margin-left: 0.5rem;
}

.section4 .tit-c p {
  font-family: Arial;
  font-size: 0.12rem;
  color: rgba(3, 75, 152, 0.5);
  transition: all 0.5s;
}

.section4 .tit-c p::after {
  content: none;
  background: transparent;
  transition: all 0.5s;
}

.section4 .tit-c h3 {
  font-size: 0.26rem;
  font-weight: bold;
  color: #666;
  transition: all 0.5s;
}

.section4 .tit-c h3::before {
  height: 1px;
  background: linear-gradient(270deg, #034B98 0%, rgba(30, 111, 197, 0) 100%);
  transition: all 0.5s;
}

.section4 .tit-c h3 span {
  color: #666;
  font-weight: bold;
  transition: all 0.5s;
}

.section4 .tit-c .k.on h3 {
  font-size: 0.36rem;
  color: #034B98;
}

.section4 .tit-c .k.on h3 span {
  color: #034B98;
}

.section4 .tit-c .k.on h3::before {
  height: 0.03rem;
}

.section4 .tit-c .k.on p {
  font-size: 0.14rem;
  color: #034B98;
}

.section4 .tit-c .k.on p::after {
  content: '';
  background: #034B98;
}

.section4 .more a {
  display: none;
}

.section4 .more a.on {
  display: block;
}

.section4 .lj {
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.5s;
}

.section4 .lj a {
  display: flex;
  align-items: center;
  font-family: sys;
  font-size: 0.32rem;
  font-weight: bold;
  color: #A9181F;
}

.section4 .lj a img {
  display: block;
  width: 0.32rem;
  margin-right: 0.1rem;
}

.s4 {
  margin-top: 0.37rem;
}

.s4 .con {
  position: relative;
  padding: 0;
}

.s4 .k,
.s7 .k {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 8;
  overflow: hidden;
}

.s4 .k1 .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s4 .k2 {}

.s4 .k.on,
.s7 .k.on {
  position: relative;
  z-index: 9;
  opacity: 1;
}

.s4 .qh-tit {
  width: 29.28%;
  background: url(../images/s4-lbg.jpg) no-repeat center;
  background-size: cover;
  padding: 0.6rem;
}

.s4 .qh-tit ul li {
  font-size: 0.2rem;
  padding: 0.06rem 0;
  line-height: 0.44rem;
  cursor: pointer;
  color: #fff;
  transition: all 0.5s;
}

.s4 .qh-tit ul li.on {
  font-size: 0.3rem;
  font-weight: bold;
}

.s4 .qh-tit ul {
  max-height: 4.4rem;
  /* overflow-y: auto; */
}

.s4 .qh-tit ul::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.3);
}

.s4 .qh-tit ul::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.3);
}

.s4 .qh-tit ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #fff;
}

.s4 .qh-bd {
  width: 70.72%;
  background: #FFFFFF;
  box-shadow: 0px 0.04rem 0.2rem 0px rgba(0, 0, 0, 0.07);
  padding: 0.38rem 1.27rem;
  position: relative;
}

.s4 .qh-bd>div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 8;
}

.s4 .qh-bd>div.on {
  position: relative;
  z-index: 9;
  opacity: 1;
}
.s4 .qh-bd>div.on div{max-width:100%;}
.s4 .qh-bd>div>img {
  display: block;
  width: 100%;
  max-width: 5.72rem;
  margin: 0 auto;
}

.s4 .qh-bd>div p {
  text-align: center;
  font-size: 0.14rem;
  line-height: 0.2rem;
  margin-top: 0.2rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.s4 .qh-tt {
  margin-top: 0.1rem;
}

.s4 .qh-tt ul li {
  display: none;
  font-family: Source Han Sans CN;
  font-size: 0.18rem;
  line-height: 0.48rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}

.s4 .qh-tt ul li.on {
  display: block;
}

.gg-list ul li {
  overflow: hidden;
  background: linear-gradient(90deg, rgba(0, 85, 168, 0.9) 0%, rgba(84, 152, 220, 0.6) 100%);
  padding: 0 0.2rem;
  margin-top: 0.23rem;
  line-height: 0.6rem;
  font-size: 0.18rem;
  position: relative;
  left: 0;
  transition: all 0.5s;
}

.gg-list ul li:first-child {
  margin-top: 0;
}

.gg-list ul li a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
}

.gg-list ul li span {
  display: block;
  float: right;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.8);
  margin-left: 15px;
}

/* section5 */
.section5 {
  position: relative;
  z-index: 1;
}

.section5-bg {
  position: absolute;
  right: 0;
  top: -0.8rem;
  width: 100%;
  z-index: -1;
}

.s5 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s5 ul li {
  width: 46.5%;
  margin-top: 0.36rem;
}

.s5 ul li a {
  display: flex;
  align-items: center;
}

.s5 ul li a .date {
  width: 0.43rem;
  height: 0.43rem;
  line-height: 0.43rem;
  background: url(../images/s5-date.png) no-repeat center;
  background-size: 100% 100%;
  text-align: center;
  font-size: 0.12rem;
  color: #fff;
  margin-right: 0.35rem;
}

.s5 ul li a h3 {
  flex: 1;
  min-width: 0;
  font-size: 0.16rem;
  line-height: 0.43rem;
  color: #151515;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.5s;
}

/* section6 */
.section6 {
  padding: 1.1rem 0 1rem 0;
  position: relative;
  z-index: 1;
}

.tit2 {
  margin-bottom: 0.3rem;
  padding-bottom: 0.12rem;
  border-bottom: 1px solid #D8D8D8;
}

.tit2 h3 {
  display: flex;
  align-items: center;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.24rem;
  color: #034B98;
}

.tit2 h3 img {
  display: block;
  width: 0.34rem;
  margin-right: 0.1rem;
}

.s6 .kcxx {
  margin-top: 0.5rem;
}

.s6 .kcxx .k ul {
  display: flex;
  flex-wrap: wrap;
}

.s6 .kcxx ul li {
  width: 25%;
}

.s6 .kcxx ul li a {
  display: block;
  margin: 0.1rem;
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #333;
  padding-left: 0.13rem;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.s6 .kcxx ul li a::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 0.17rem;
  border-left: 0.03rem solid #034B98;
}

.s6 .xsxx {}

.s6 .xsxx .con {
  background: linear-gradient(270deg, #F6FAFF 0%, #F9F8FF 100%);
  box-shadow: 0px 0.04rem 0.2rem 0px rgba(0, 0, 0, 0.1);
  padding: 0.47rem;
  position: relative;
  z-index: 1;
}

.s6 .xsxx .con::before {
  content: '';
  position: absolute;
  top: 0.23rem;
  left: 0.2rem;
  width: 0.33rem;
  height: 0.33rem;
  background: url(../images/s2-lsj.png) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}

.s6 .xsxx .con::after {
  content: '';
  position: absolute;
  top: 0.3rem;
  right: 0.2rem;
  width: 0.33rem;
  height: 0.33rem;
  background: url(../images/s2-rsj.png) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}

.s6 .xsxx .k+.k {
  margin-top: 0.2rem;
  padding-top: 0.2rem;
  border-top: 1px dashed #B6D4F4;
}

.s6 .xsxx .k h3 {
  display: inline-block;
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.3rem;
  color: #034B98;
  border-bottom: 0.02rem solid #FFD072;
  padding-bottom: 0.08rem;
  margin-bottom: 0.16rem;
}

.s6 .xsxx ul li {
  width: 14.28%;
}

.s6 .xsxx ul li a {
  font-size: 0.16rem;
  padding-left: 0;
}

.s6 .xsxx ul li a::after {
  content: none;
}

/* section7 */
.section7 {
  position: relative;
  z-index: 1;
}

.s7 {
  display: flex;
  flex-wrap: wrap;
}

.s7>div {
  width: 50%;
}

.s7 .con {
  margin-top: 0.24rem;
  border: 1px solid #C2D1E1;
  /* box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1); */
  padding: 0.7rem 0.4rem;
  height: 390px;
}

.s7-l .con {
  border-right: 1px dashed #C2D1E1;
}

.s7-r .con {
  border-left: 0;
}

.s7 .con ul {
  max-height: 2.5rem;
  overflow-y: auto;
}

.s7 .con ul::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: transparent;
}

.s7 .con ul::-webkit-scrollbar-track {
  background-color: #D8D8D8;
  border-left: 1px solid transparent;
  /* 使用背景色边框模拟1px轨道 */
  border-right: 1px solid transparent;
  background-clip: content-box;
}

.s7 .con ul::-webkit-scrollbar-thumb {
  background-color: #034B98;
  border-radius: 0.1rem;
  border-left: 1px solid #034B98;
  border-right: 1px solid #034B98;
}

.s7 .con ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.s7 .con ul li+li {
  margin-top: 0.4rem;
}

.s7 .con ul li .date {
  width: 1.47rem;
  margin-right: 0.6rem;
  border-radius: 2.7rem;
  line-height: 0.3rem;
  text-align: center;
  border: 1px solid #0650A0;
  background-image: url(../images/s7-datebg.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  font-size: 0.16rem;
}

.s7 .con ul li .date span {
  color: #fff;
  width: 49%;
  display: block;
  float: left;
}

.s7 .con ul li .r {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.s7 .con ul li .r>div {
  margin-right: 0.5rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
}

/* section8 */
.section8 {
  padding: 1rem 0 0 0;
  position: relative;
  z-index: 1;
}

.s8 .swiper-container {}

.s8 .con .t {
  margin-top: 0.43rem;
}

.s8 .con .t p {
  font-size: 0.16rem;
  line-height: 0.32rem;
}

.s8 .con .t p b {
  font-weight: 700;
}

.s8 .con .sz {
  margin-top: 0.7rem;
  position: relative;
}

.s8 .con .sz ul li a {
  display: block;
}

.s8 .con .sz ul li a .pic {
  padding-top: 133.33%;
}

.s8 .con .sz ul li a p {
  text-align: center;
  margin-top: 0.16rem;
  font-size: 0.2rem;
  line-height: 0.26rem;
}

.s8 .swiper-button-prev,
.s8 .swiper-button-next {
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  border-radius: 50%;
  background-color: #0055A8;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.1rem auto;
  transition: all 0.5s;
}

.s8 .swiper-button-prev {
  left: -0.6rem;
  background-image: url(../images/s8-prev.png);
}

.s8 .swiper-button-next {
  right: -0.6rem;
  background-image: url(../images/s8-next.png);
}

.s8 .swiper-button-prev:hover,
.s8 .swiper-button-next:hover {
  background-color: #224297;
}

/* section9 */
.section9 {
  position: relative;
  z-index: 2;
}

.s9 {
  margin-top: 0.48rem;
  position: relative;
  z-index: 1;
}

.s9 .swiper-slide a {
  display: block;
}

.s9 .pic {
  padding-top: 60.95%;
}

.s9 p {
  text-align: center;
  font-size: 0.16rem;
  font-weight: bold;
  line-height: 0.34rem;
  margin-top: 0.2rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.s9 .swiper-button-prev,
.s9 .swiper-button-next {
  width: 0.34rem;
  height: 0.44rem;
  line-height: 0.44rem;
  text-align: center;
  background-color: rgba(0, 48, 100, 0.4);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.11rem auto;
  opacity: 1;
  z-index: 1;
  transition: all 0.5s;
}

.s9 .swiper-button-prev {
  left: 0;
  background-image: url(../images/s9-prev.png);
}

.s9 .swiper-button-next {
  right: 0;
  background-image: url(../images/s9-next.png);
}

.s9 .swiper-button-prev:hover,
.s9 .swiper-button-next:hover {
  background-color: rgba(0, 48, 100, 1);
}

/* section10 */
.section10 {
  padding: 1rem 0 1rem 0;
  position: relative;
  z-index: 1;
}

.s10-bg {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
  bottom: -0.9rem;
  z-index: -1;
}

.s10-zs {
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.4rem;
  width: 41.45%;
  z-index: -1;
}

.s10 .con {
  margin-top: 0.4rem;
}

.s10 .lxfs ul {
  display: flex;
  flex-wrap: wrap;
}

.s10 .lxfs ul li {
  width: 33.33%;
}

.s10 .lxfs ul li .box {
  margin: 0.04rem 0.1rem;
  display: flex;
  align-items: center;
  font-size: 0.18rem;
  line-height: 0.26rem;
}

.s10 .lxfs ul li .box em {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.2rem;
  margin-right: 0.12rem;
}

.s10 .lxfs ul li .box em img {
  display: block;
  max-height: 0.18rem;
}



/* hover效果 */
@media screen and (min-width: 1025px) {
  .more a:hover {
    color: #034B98;
  }

  .s1 .tx .lj ul li:hover a {
    left: 0.05rem;
  }

  .s3 ul li:hover a {
    left: 0.05rem;
  }

  .gg-list ul li:hover {
    background: linear-gradient(90deg, rgba(0, 85, 168, 1) 0%, rgba(84, 152, 220, 0.9) 100%);
  }

  .s5 ul li:hover a h3 {
    font-weight: bold;
    color: #034B98;
  }

  .s6 .kcxx ul li:hover a {
    color: #034B98;
    font-weight: bold;
  }

  .s7 ul li:hover .icon img {
    animation: icon-yh 1.5s linear;
  }
}


@media screen and (max-width: 1024px) {
  .tit-c h3 {
    font-size: 0.26rem;
  }

  .tit-c p {
    font-size: 0.12rem;
  }

  .more a {
    font-size: 0.14rem;
  }

  .section1 {
    padding: 0.3rem 0 0.8rem 0;
  }

  .section2, 
  .section3,
  .section4,
   .section5,
  .section6,
  .section7,
  .section8,
   .section9,
  .section10 {
    padding: 0.3rem 0 !important;
  }
  

  .s1 .tx {
    padding-top: 0.4rem;
  }

  .s1 .tx .tit {
    width: 1.6rem;
  }

  .s1 .tx h3 {
    font-size: 0.26rem;
  }

  .s1 .tx h3 span {
    vertical-align: 0.03rem;
    line-height: 0.26rem;
    padding: 0 0.12rem;
    font-size: 0.16rem;
    margin-left: 0.1rem;
  }

  .s1 .tx .lll {
    font-size: 0.2rem;
    line-height: 0.36rem;
    /* background: url(../images/heart.png) no-repeat left center; */
    background-size: 0.27rem auto;
    /* padding-left: 0.37rem; */
    margin-top: 0.2rem;
  }

  .s1 .tx .lll img{width: 0.3rem;vertical-align: baseline;}

  .s1 .tx .lj {
    margin-top: 0.2rem;
  }

  .s1 .tx .lj ul li a {
    line-height: 0.3rem;
  }

  .s2 {
    margin-top: 0.2rem;
    padding: 0.3rem;
  }

  .s2::before,
  .s6 .xsxx .con::before {
    top: 0.15rem;
    left: 0.15rem;
    width: 0.26rem;
    height: 0.26rem;
  }

  .s2::after,
  .s6 .xsxx .con::after {
    top: 0.15rem;
    right: 0.15rem;
    width: 0.26rem;
    height: 0.26rem;
  }

  .s2 p {
    line-height: 0.36rem;
  }

  .s3 ul li {
    margin-top: 0.2rem;
  }

  .section4 .tit-c {
    height: 0.54rem;
  }

  .section4 .tit-c h3 {
    font-size: 0.22rem;
  }

  .section4 .tit-c .k.on h3 {
    font-size: 0.26rem;
  }

  .section4 .tit-c .k.on p {
    font-size: 0.12rem;
  }

  .s4 .qh-tit ul li.on {
    font-size: 0.2rem;
  }

  .s4 .qh-tit ul li {
    font-size: 0.18rem;
  }

  .s4 .qh-tit {
    padding: 0.2rem;
  }

  .s4 {
    margin-top: 0.2rem;
  }

  .gg-list ul li {
    margin-top: 0.2rem;
  }

  .s5 ul li {
    margin-top: 0.2rem;
  }

  .s5 ul li a .date {
    margin-right: 0.2rem;
  }

  .s5 ul li a h3 {
    font-size: 0.18rem;
  }

  .s6 .kcxx {
    margin-top: 0.2rem;
  }

  .tit2 {
    margin-bottom: 0.2rem;
  }

  .tit2 h3 {
    font-size: 0.22rem;
  }

  .s6 .xsxx .con {
    padding: 0.3rem;
  }

  .s7 {
    margin-top: 0;
  }

  .s7 .con {
    margin-top: 0.2rem;
    padding: 0.2rem;
    height: auto;
  }
  .s7 .con ul li .r{width:100%;flex: none;margin-top: 0.2rem;}
  .s7 .con ul{max-height: none;}
.s7-r .con{border-left: 1px dashed #C2D1E1;}
  .s7 .con ul li .date {
    margin-right: 0.2rem;
  }

  .s7 .con ul li .r>div {
    margin-right: 0.2rem;
  }

  .s8 .con .t {
    margin-top: 0.2rem;
  }

  .s8 .con .sz {
    margin-top: 0.2rem;
  }

  .s8 .con .sz ul li a p {
    font-size: 0.18rem;
  }

  .s8 .swiper-button-prev,
  .s8 .swiper-button-next {
    width: 0.34rem;
    height: 0.34rem;
    line-height: 0.34rem;
  }

  .s8 .swiper-button-prev {
    left: 0;
  }

  .s8 .swiper-button-next {
    right: 0;
  }

  .s9 {
    margin-top: 0.2rem;
  }

  .s9 p {
    margin-top: 0.1rem;
  }

  .s10 {
    padding-top: 0;
  }
}

@media screen and (max-width: 920px) {
  .section1 {
    padding: 0.3rem 0;
  }

  .s1-l {
    width: 2rem;
    margin: 0 auto;
    margin-top: 0.2rem;
  }

  .s1-l::before {
    left: -0.2rem;
    top: -0.2rem;
    width: 2rem;
    height: 2.53rem;
  }

  .s1 .tx {
    flex: none;
    width: 100%;
    justify-content: center;
  }

  .s1 .tx .tit {}

  .section1 .con {
    flex: none;
    width: 100%;
    margin-top: 0.2rem;
    padding-left: 0;
  }

  .section1 .con ul li {
    width: 100%;
  }

  .section2 {
    margin-top: 0;
    background: none;
  }

  .s3 ul li {
    width: 100%;
  }

  .s4 .qh-tit {
    width: 100%;
  }

  .s4 .qh-bd {
    width: 100%;
padding: .15rem;
  }

  .s5 ul li {
    width: 100%;
  }

  .s6 .kcxx ul li {
    width: 100%;
  }

  .s6 .xsxx ul li {
    width: 50%;
  }

  .s7>div {
    width: 100%;
  }

  .s7-r {
    margin-top: 0.3rem;
  }

  .s10 .con {
    margin-top: 0.2rem;
  }

  .s10 .lxfs ul li {
    width: 100%;
  }

  .s10-bg {
    bottom: -0.5rem;
  }
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {}