.qrImg {
  width: 100%;
}
.qrImg img {
  width: 100%;
}
.shareBox .social-share .item {
  line-height: 2.5;
}
.shareBox .social-share .item a {
  width: 100%;
  display: flex;
  align-items: center;
  line-height: unset;
  height: auto;
  background-color: unset;
  border: none;
  font-size: 16px;
}
.shareBox .social-share .item a::before {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background-color: teal;
  border: 1px solid;
  border-radius: 100px;
  margin-right: 10px;
}
.shareBox .social-share .item .icon-weibo {
  color: #ff763b;
}
.shareBox .social-share .item .icon-weibo::before {
  background-color: #ff763b;
  color: #fff;
}
.shareBox .social-share .item .icon-qq {
  color: #56b6e7;
}
.shareBox .social-share .item .icon-qq::before {
  background-color: #56b6e7;
  color: #fff;
}
.shareBox .social-share .item .icon-wechat::before {
  background-color: #7bc549;
  color: #fff;
}
.shareBox .social-share .item .icon-wechat .share-n {
  color: #7bc549;
}
.code-popover .popper__arrow {
  display: none;
}
.wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  /* padding: 0 20px; */
  box-sizing: border-box;
}
.img-title {
  margin: 0 auto;
  text-align: center;
}
.img-title img {
  max-height: 100%;
}
.nav {
  position: absolute;
  top: 0px;
  left: 0;
  background-color: #fff;
  border-bottom: none;
  font-size: 0;
  line-height: 80px;
  width: 100%;
  z-index: 2;
}
.nav.fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 11111;
}
.nav .wrap {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
}
.nav-title {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  white-space: nowrap;
  display: none;
}
.nav-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 10001;
}
.nav-menu-toggle span {
  width: 100%;
  height: 3px;
  background-color: #000;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.nav-menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}
.nav-menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
.nav-menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(8px, -8px);
}
.nav .logo {
  height: 40px;
  padding-top: 13px;
  margin-right: 70px;
}
.nav .nav-items {
  display: flex;
  justify-content: flex-start;
  gap: 50px;
  color: #ffffff;
  font-size: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  flex: 1;
}
.nav .nav-items .nav-item-right {
  margin-left: auto;
}
.nav .nav-items .bm1 {
  background: none;
  background-size: 40px;
  width: auto;
}
.nav .nav-items .top_text {
  display: inline-block;
  height: 80px;
  cursor: pointer;
  padding: 0;
}
.nav .nav-items .top_text a {
  color: #000;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 1px;
text-decoration: none;
}
.nav .nav-items .nav_button {
  display: inline-block;
  line-height: 35px;
  padding: 0 15px;
  border-radius: 8px;
  width: 128px;
  height: 35px;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(to bottom, #50ADF8 0%, #265CFB 100%);
  box-shadow: 0 2px 4px rgba(38, 92, 251, 0.3);
  transition: all 0.3s ease;
}
.nav .nav-items .nav_button:hover {
  background: linear-gradient(to bottom, #5fb8ff 0%, #2d67fc 100%);
  box-shadow: 0 4px 8px rgba(38, 92, 251, 0.4);
  transform: translateY(-1px);
}
.banner {
  width: 100%;
  height: 780px;
  padding-top: 80px;
  box-sizing: border-box;
}
.banner .banner-wrap {
  width: 100%;
  height: 100%;
  background: url('../images/banner8.jpg?v=8') no-repeat center top;
}
.tongqi {
  width: 100%;
  margin-top: 70px;
}
.tongqi .tongqi-wrap {
  width: 1239px;
  height: 152px;
  margin: 0 auto;
  background: url('../images/tongqi/bg-tongqi.png') no-repeat center top;
}
.tongqi .tongqi-wrap ul {
  padding-left: 165px;
  padding-top: 45px;
}
.tongqi .tongqi-wrap ul li {
  display: flex;
  height: 40px;
  align-items: center;
}
.tongqi .tongqi-wrap ul li .time {
  width: 140px;
  font-weight: 500;
  font-size: 22px;
  color: #265CFB;
  line-height: 40px;
}
.tongqi .tongqi-wrap ul li .content {
  display: flex;
  align-items: center;
}
.tongqi .tongqi-wrap ul li .content a {
  font-weight: 500;
  font-size: 22px;
  color: #265CFB;
  line-height: 40px;
  padding-left: 15px;
  box-sizing: border-box;
}
.news-section {
  padding: 70px 0;
  background: #fff;
  width: 100%;
}
.news-section .news-content {
  display: flex;
  align-items: stretch;
  gap: 30px;
}
.news-section .news-left {
  width: 400px;
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
}
.news-section .news-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.news-section .news-left:hover img {
  transform: scale(1.1);
}
.news-section .news-right {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.news-section .news-header {
  background: linear-gradient(to right, #265CFB 0%, #50ADF8 100%);
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.news-section .news-header a {
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
}
.news-section .news-header a:hover {
  opacity: 0.8;
}
.news-section .news-header span {
  margin: 0 5px;
}
.news-section .news-list {
  list-style: none;
}
.news-section .news-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  border-bottom: 1px solid #e5e5e5;
  transition: background 0.3s;
}
.news-section .news-list li:hover {
  background: #f5f5f5;
}
.news-section .news-list li:last-child {
  border-bottom: none;
}
.news-section .news-list li a {
  flex: 1;
  font-size: 16px;
  color: #333;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 20px;
}
.news-section .news-list li a:hover {
  color: #265CFB;
}
.news-section .news-list li .date {
  font-size: 14px;
  color: #999;
  flex-shrink: 0;
}
.intro {
  padding-top: 40px;
  padding-bottom: 90px;
}
.intro .content {
  margin-top: 50px;
  position: relative;
}
.intro .content .left-box {
  width: 786px;
}
.intro .content .left-box p {
  font-weight: 300;
  font-size: 18px;
  color: #000000;
  line-height: 30px;
  text-align: justifyLeft;
  text-indent: 2em;
}
.intro .content .left-box p:nth-child(2) {
  margin-top: 15px;
}
.intro .content .left-box p:nth-child(3) {
  margin-top: 15px;
}
.intro .content .img-intro {
  position: absolute;
  top: 0;
  right: -120px;
}
.light {
  padding-top: 70px;
  padding-bottom: 60px;
  box-sizing: border-box;
  background: #FAFCFF;
}
.light .img-title {
  margin-bottom: 50px;
}
.light .contents {
  display: flex;
}
.light-mobile-swiper {
  display: none;
}
.light .contents .nums {
  padding: 30px 0;
  box-sizing: border-box;
  background: #FFFFFF;
  margin-right: 95px;
}
.light .contents .nums .num-item {
  width: 90px;
  padding: 12px 0;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.light .contents .nums .num-item .num {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  color: #1A0F0D;
}
.light .contents .nums .num-item .black-line {
  width: 90px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -75px;
  display: none;
  border-radius: 1px;
}
.light .contents .nums .num-item-active .num {
  color: #265CFB;
}
.light .contents .nums .num-item-active .black-line {
  display: block;
}
.light .contents .tab-contents .tab-content-item {
  display: flex;
}
.light .contents .tab-contents .tab-content-item .img-box {
  width: 600px;
  height: 405px;
  padding: 10px;
  box-sizing: border-box;
  background: #fff;
}
.light .contents .tab-contents .tab-content-item .img-box img {
  width: 100%;
  height: 100%;
}
.light .contents .tab-contents .tab-content-item .right-wrap {
  width: 420px;
  padding-left: 50px;
  padding-top: 40px;
  box-sizing: border-box;
}
.light .contents .tab-contents .tab-content-item .right-wrap .title {
  font-weight: bold;
  font-size: 20px;
  color: #000000;
}
.light .contents .tab-contents .tab-content-item .right-wrap .desc {
  padding-top: 20px;
  box-sizing: border-box;
  font-weight: 300;
  font-size: 16px;
  color: #000000;
  line-height: 26px;
  text-align: justifyLeft;
  min-height: 198px;
}
.light .contents .tab-contents .tab-content-item .right-wrap .num-box {
  padding-top: 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.light .contents .tab-contents .tab-content-item .right-wrap .num-box .number {
  font-weight: bold;
  font-size: 74px;
  color: #1A0F0D;
  padding-right: 20px;
}
.meeting {
  padding-top: 70px;
  padding-bottom: 60px;
  box-sizing: border-box;
  background: url('../images/meeting/bg-meeting.jpg') no-repeat center top / cover;
}
.meeting .img-title {
  margin-bottom: 50px;
}
.meeting .tips {
  margin-top: 15px;
  font-weight: 300;
  font-size: 18px;
  color: #999999;
}
.meeting .table-box {
  box-sizing: border-box;
  background: #FDFDFD;
  border-radius: 5px;
  padding: 15px 10px;
  padding-bottom: 0;
}
.meeting table,
.meeting th,
.meeting td {
  border: none;
}
.meeting table {
  vertical-align: top;
  border-collapse: collapse;
  width: 100%;
  height: 100%;
}
.meeting table .meeting-title {
  vertical-align: top;
  background: url('../images/meeting/bg-meeting-title.png') no-repeat center top;
  height: 50px;
  line-height: 50px;
  padding-left: 25px;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 24px;
  color: #FFFEFE;
}
.meeting table .time {
  width: 140px;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 30px;
}
.meeting table .meeting-sub {
  font-size: 18px;
  color: #000000;
  padding: 20px 15px;
  box-sizing: border-box;
  vertical-align: top;
}
.goupiao {
  padding-top: 70px;
}
.goupiao .content {
  margin-top: 50px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.goupiao .content .sumPrice {
  width: 100%;
  margin-top: 20px;
  text-align: right;
  font-size: 22px;
  color: #ed0707;
}
.goupiao .content .buyBtnBox {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.8em;
  justify-content: space-between;
  color: #282828;
}
.goupiao .content .buyBtnBox span {
  color: #ff0000;
}
.goupiao .content .buyBtnBox .buyBtn {
  width: 174px;
  height: 39px;
  margin-right: 10px;
  user-select: none;
  background: url('../images/btn6.png') no-repeat center / cover;
  transform: scale(1);
  transition: transform 0.15s ease-in-out;
  cursor: pointer;
}
.goupiao .content .buyBtnBox .buyBtn:hover {
  transform: scale(1.05);
}
.goupiao table {
  border-collapse: collapse;
}
.blue-book {
  padding-top: 70px;
  padding-bottom: 60px;
  background: radial-gradient(ellipse at top, #F3F5FF 0%, #F2F5FD 100%);
}
.blue-book .img-title {
  margin-bottom: 50px;
}
.blue-book ul {
  position: relative;
  min-height: 631px;
}
.blue-book ul .left-img {
  position: absolute;
  left: -160px;
  top: 0;
  width: 631px;
}
.blue-book ul li {
  display: flex;
  align-items: center;
  width: 760px;
  position: absolute;
  right: 0;
}
.blue-book ul li .right-box {
  padding-left: 15px;
  box-sizing: border-box;
}
.blue-book ul li .right-box .title {
  font-weight: bold;
  font-size: 18px;
  color: #265CFB;
  text-align: justifyLeft;
  letter-spacing: 0;
}
.blue-book ul li .right-box .desc {
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  text-align: justifyLeft;
}
.blue-book ul li:nth-child(1) {
  top: 0;
}
.blue-book ul li:nth-child(1) .right-box .title {
  font-size: 22px;
}
.blue-book ul li:nth-child(1) .right-box .desc {
  text-indent: 2em;
}
.blue-book ul li:nth-child(2) {
  top: 190px;
}
.blue-book ul li:nth-child(3) {
  top: 340px;
}
.blue-book ul li:nth-child(4) {
  top: 495px;
}
.blue-book .bottom-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.blue-book .bottom-box .tips {
  font-weight: 300;
  font-size: 18px;
  color: #51ACF8;
  line-height: 40px;
  margin-top: 50px;
  margin-bottom: 40px;
}
.ndpx {
  width: 100%;
  height: 900px;
  background: url('../images/ndpx/bg-ndpx4.png?v=4') no-repeat center top;
}
.ndpx .wrap {
  height: 100%;
  position: relative;
}
.ndpx .wrap a {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 70px;
}
.wjchjb {
  padding-top: 70px;
  padding-bottom: 70px;
}
.wjchjb .img-title {
  margin-bottom: 50px;
}
.wjchjb .wjchjb-con {
  width: 1365px;
  margin: 0 auto;
  position: relative;
}
.wjchjb .wjchjb-con .swiper-slide {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.wjchjb .wjchjb-con .swiper-slide .jiabin-item {
  width: 212px;
  height: 325px;
  background: radial-gradient(ellipse at top, #163CEA 0%, #3E8FFD 100%);
  box-sizing: border-box;
  margin-right: 35px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}
.wjchjb .wjchjb-con .swiper-slide .jiabin-item:nth-child(5n) {
  margin-right: 0;
}
.wjchjb .wjchjb-con .swiper-slide .jiabin-item .img-box {
  margin-top: 25px;
  margin-bottom: 25px;
  width: 129px;
  height: 129px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.wjchjb .wjchjb-con .swiper-slide .jiabin-item .img-box img {
  max-width: 100%;
  max-height: 100%;
}
.wjchjb .wjchjb-con .swiper-slide .jiabin-item .name {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 20px;
  color: #1EFDA2;
}
.wjchjb .wjchjb-con .swiper-slide .jiabin-item .desc {
  font-weight: 300;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
  padding: 0 20px;
  text-align: center;
}
.wjchjb .wjchjb-con .swiper-slide .jiabin-item .down-arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}
.wjchjb-mobile-swiper {
  display: none;
}
.chdx {
  width: 100%;
  min-height: 700px;
  padding-top: 70px;
  padding-bottom: 70px;
  box-sizing: border-box;
  background: url('../images/chdx/bg-chdx.png') no-repeat center top;
  position: relative;
  overflow: hidden;
}
.chdx .danmu-container {
  position: relative;
  width: 100%;
  height: 600px;
  margin-top: 50px;
  overflow: hidden;
}
.chdx .danmu-item {
  position: absolute;
  white-space: nowrap;
  font-size: 18px;
  color: #333;
  padding: 8px 20px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  left: 100%;
  animation: danmuMove 20s linear infinite;
  animation-fill-mode: backwards;
}
.chdx .danmu-item:nth-child(1) {
  top: 50px;
  animation-delay: 0s;
  animation-duration: 18s;
}
.chdx .danmu-item:nth-child(2) {
  top: 120px;
  animation-delay: 2s;
  animation-duration: 20s;
}
.chdx .danmu-item:nth-child(3) {
  top: 190px;
  animation-delay: 4s;
  animation-duration: 22s;
}
.chdx .danmu-item:nth-child(4) {
  top: 260px;
  animation-delay: 1s;
  animation-duration: 19s;
}
.chdx .danmu-item:nth-child(5) {
  top: 330px;
  animation-delay: 3s;
  animation-duration: 21s;
}
.chdx .danmu-item:nth-child(6) {
  top: 400px;
  animation-delay: 5s;
  animation-duration: 18s;
}
.chdx .danmu-item:nth-child(7) {
  top: 470px;
  animation-delay: 0.5s;
  animation-duration: 20s;
}
.chdx .danmu-item:nth-child(8) {
  top: 120px;
  animation-delay: 6s;
  animation-duration: 19s;
}
.chdx .danmu-item:nth-child(9) {
  top: 260px;
  animation-delay: 7s;
  animation-duration: 22s;
}
.chdx .danmu-item:nth-child(10) {
  top: 400px;
  animation-delay: 1.5s;
  animation-duration: 21s;
}
@keyframes danmuMove {
  0% {
    left: 100%;
    transform: translateX(0);
  }
  100% {
    left: -100%;
    transform: translateX(0);
  }
}
.wjhzqy {
  padding-top: 70px;
  padding-bottom: 70px;
}
.wjhzqy .img-title {
  margin-bottom: 50px;
}
.wjhzqy .wjhzqy-con {
  width: 1365px;
  margin: 0 auto;
  position: relative;
}
.hzmt {
  padding-top: 70px;
  padding-bottom: 80px;
  box-sizing: border-box;
}
.hzmt .img-title {
  margin-bottom: 50px;
}
.review {
  width: 100%;
  height: 600px;
  background: #f3f5ff;
  padding-top: 70px;
  box-sizing: border-box;
  padding-bottom: 70px;
}
.review .img-title {
  margin-bottom: 50px;
}
.review .review-con {
  width: 1365px;
  margin: 0 auto;
  position: relative;
}
.review .review-con .swiper-slide {
  display: flex;
  flex-wrap: wrap;
}
.review .review-con .swiper-slide .review-item {
  width: 280px;
  height: 351px;
  background: #fff;
  box-sizing: border-box;
  border-top-right-radius: 40px;
  margin-right: 25px;
}
.review .review-con .swiper-slide .review-item:last-child {
  margin-right: 0;
}
.review .review-con .swiper-slide .review-item .img-box {
  padding: 5px 5px 0 5px;
  box-sizing: border-box;
  width: 100%;
  height: 192px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.review .review-con .swiper-slide .review-item .img-box img {
  border-top-right-radius: 40px;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.review .review-con .swiper-slide .review-item .contents {
  padding: 15px;
  box-sizing: border-box;
}
.review .review-con .swiper-slide .review-item .contents .title1 {
  color: #265CFB;
  font-size: 16px;
  font-weight: Bold;
}
.review .review-con .swiper-slide .review-item .contents .title2 {
  color: #265CFB;
  font-size: 18px;
  font-weight: Bold;
}
.review .review-con .swiper-slide .review-item .contents .time {
  margin-top: 5px;
  color: #000;
  font-size: 16px;
}
.review .review-con .swiper-slide .review-item .contents .location {
  margin-top: 5px;
  color: #000;
  font-size: 16px;
}
.zzfs {
  width: 100%;
  padding-top: 70px;
  box-sizing: border-box;
  padding-bottom: 65px;
}
.zzfs .img-title {
  margin-bottom: 50px;
}
.zzfs ul {
  position: relative;
  background: url('../images/zzfs/img_01.png') no-repeat center center;
  min-height: 455px;
}
.zzfs ul li {
  position: absolute;
  top: 0;
  width: 340px;
}
.zzfs ul li .title {
  font-weight: bold;
  font-size: 28px;
  color: #265CFB;
}
.zzfs ul li .desc {
  margin-top: 20px;
  font-weight: 300;
  font-size: 18px;
  color: #000000;
  line-height: 30px;
}
.zzfs ul li:nth-child(1) {
  top: 0;
  left: 0;
}
.zzfs ul li:nth-child(2) {
  top: 0;
  right: 0;
}
.zzfs ul li:nth-child(3) {
  top: 265px;
  left: 0;
}
.zzfs ul li:nth-child(4) {
  top: 265px;
  right: 0;
}
.zzfs .tips {
  padding-top: 30px;
  font-weight: 300;
  font-size: 16px;
  color: #999999;
  text-align: center;
}
.xctg {
  width: 100%;
  height: 900px;
  padding-top: 70px;
  box-sizing: border-box;
  background: url('../images/xctg/bg.png') no-repeat center top;
}
.xctg ul {
  background: url('../images/xctg/img_01.png') no-repeat 110px 0;
  position: relative;
  min-height: 680px;
  margin-top: 50px;
  padding-bottom: 68px;
  box-sizing: border-box;
}
.xctg ul li {
  position: absolute;
  top: 0;
}
.xctg ul li .title-box {
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  width: 253px;
  height: 29px;
  line-height: 29px;
  padding-left: 10px;
  box-sizing: border-box;
  background-image: linear-gradient(to right, #265CFB 0%, #265CFB 30%, transparent 100%);
}
.xctg ul li p {
  font-weight: 300;
  font-size: 18px;
  color: #010000;
  line-height: 30px;
  text-align: justifyLeft;
}
.xctg ul li:nth-child(1) {
  width: 400px;
  top: 13px;
  left: 95px;
}
.xctg ul li:nth-child(2) {
  width: 292px;
  top: 175px;
  left: 0px;
}
.xctg ul li:nth-child(3) {
  width: 275px;
  top: 255px;
  right: 0;
}
.xctg ul li:nth-child(3) p {
  color: #fff;
}
.xctg ul li:nth-child(4) {
  width: 320px;
  top: 460px;
  right: 100px;
}
.xctg ul li:nth-child(4) p {
  color: #fff;
}
.xctg ul li:nth-child(5) {
  width: 539px;
  top: 590px;
  right: 140px;
}
.xctg ul li:nth-child(5) p {
  color: #fff;
}
.footer {
  width: 100%;
  background: #265CFB;
  padding: 70px 0;
}
.footer-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 120px;
}
.footer-info {
  color: #FFFFFF;
}
.footer-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.contact-item {
  font-size: 18px;
  display: flex;
  align-items: center;
}
.contact-item .label {
  margin-right: 10px;
}
.contact-item .value {
  font-weight: 400;
}
.footer-qrcode {
  text-align: center;
  margin-left: auto;
}
.qrcode-label {
  color: #50ADF8;
  font-size: 18px;
  margin-bottom: 15px;
}
.qrcode-box {
  width: 150px;
  height: 150px;
  background: #FFFFFF;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.qrcode-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.right-panel {
  display: none;
  padding-top: 15px;
  position: fixed;
  top: 20%;
  right: 10px;
  width: 144px;
  height: 285px;
  background: url('../images/right-panel-01.png') no-repeat top center;
}
.right-panel .right-panel-item {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  height: 36px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 36px;
  text-align: center;
  background: url('../images/right-panel-item-bg.png') no-repeat center center;
  position: relative;
}
.right-panel .right-panel-item:last-child {
  background: radial-gradient(ellipse at top, #EEC685 0%, #FEEECA 100%);
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: 93px;
  height: 21px;
  line-height: 21px;
  border-radius: 11px;
}
.right-panel .right-panel-item:last-child a {
  font-weight: 300;
  font-size: 14px;
  color: #601806;
}
.right-panel .right-panel-item:hover a {
  color: #fff;
  position: relative;
}
.con {
  position: relative;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: '' !important;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: '' !important;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: -45px;
  top: 40%;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: -45px;
  top: 40%;
}
.swiper-button-prev {
  width: 49px !important;
  height: 51px !important;
  background: url('../images/prev.png') no-repeat center;
}
.swiper-button-next {
  width: 49px !important;
  height: 51px !important;
  background: url('../images/next.png') no-repeat center;
}
.swiper-pagination-bullet {
  opacity: 0.3;
  background-color: #265CFB !important;
  background: #265CFB !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 5px !important;
  margin-right: 10px;
}
.swiper-pagination-bullet-active {
  width: 68px !important;
  border-radius: 5px !important;
}
.swiper-pagination {
  margin-top: 30px;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

@media screen and (max-width: 1024px) {
  body {
    min-width: auto;
  }
  .wrap {
    width: 100%;
    padding: 0 15px;
    max-width: 100%;
  }
  .nav {
    line-height: 60px;
  }
  .nav .wrap {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
  }
  .nav-title {
    display: block;
    font-size: 13px;
    line-height: 60px;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .nav-menu-toggle {
    display: flex;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
  }
  .nav .nav-items {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: #fff;
    flex-direction: column;
    gap: 0;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 10000;
  }
  .nav .nav-items.active {
    max-height: 80vh;
    overflow-y: auto;
  }
  .nav .nav-items li {
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
  }
  .nav .nav-items .top_text {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    padding: 0 15px;
    text-align: left;
  }
  .nav .nav-items .top_text a {
    display: block;
    width: 100%;
  }
  .nav .nav-items .nav-item-right {
    margin-left: 0;
    width: 100%;
    border-bottom: none;
  }
  .nav .nav-items .nav-item-right .top_text {
    padding: 15px;
    height: auto;
    line-height: normal;
  }
  .nav .nav-items .nav-item-right .top_text a {
    display: block;
    width: 100%;
  }
  .nav .nav-items .nav_button {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0;
    display: block;
    box-sizing: border-box;
  }
  .banner {
    height: 40vh;
    min-height: 250px;
    max-height: 400px;
    padding-top: 60px;
  }
  .banner .banner-wrap {
    background-size: cover;
    background-position: center;
  }
  .tongqi {
    margin-top: 30px;
  }
  .tongqi .tongqi-wrap {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 100px;
    background-size: cover;
    padding: 20px 15px;
  }
  .tongqi .tongqi-wrap ul {
    padding: 0;
  }
  .tongqi .tongqi-wrap ul li {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    margin-bottom: 15px;
  }
  .tongqi .tongqi-wrap ul li .time {
    width: 100%;
    font-size: 16px;
    margin-bottom: 5px;
  }
  .tongqi .tongqi-wrap ul li .content a {
    font-size: 16px;
    padding-left: 0;
  }
  .news-section {
    padding: 30px 0;
  }
  .news-section .news-content {
    flex-direction: column;
    gap: 20px;
  }
  .news-section .news-left {
    width: 100%;
    height: 180px;
  }
  .news-section .news-header {
    font-size: 15px;
    height: 42px;
    line-height: 42px;
    padding: 0 15px;
    margin-bottom: 12px;
  }
  .news-section .news-list li {
    padding: 12px 15px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .news-section .news-list li a {
    margin-right: 0;
    margin-bottom: 0;
    white-space: normal;
    font-size: 14px;
    line-height: 1.5;
  }
  .news-section .news-list li .date {
    font-size: 12px;
  }
  .intro {
    padding: 30px 0;
  }
  .intro .img-title img {
    max-width: 90%;
  }
  .intro .content {
    flex-direction: column;
    margin-top: 25px;
  }
  .intro .content .left-box {
    width: 100%;
  }
  .intro .content .left-box p {
    font-size: 14px;
    line-height: 1.8;
    text-indent: 2em;
    margin-bottom: 15px;
  }
  .intro .img-intro {
    display: none;
  }
  .light {
    padding: 30px 0;
  }
  .light .img-title img {
    max-width: 90%;
  }
  .light .contents {
    display: none;
  }
  .light-mobile-swiper {
    display: block;
    margin-top: 25px;
  }
  .light-mobile-swiper .swiper-container {
    padding-bottom: 50px;
  }
  .light-mobile-item {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  }
  .light-mobile-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
  }
  .light-mobile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .light-mobile-content {
    padding: 20px;
  }
  .light-mobile-number {
    font-size: 48px;
    font-weight: bold;
    color: #265CFB;
    line-height: 1;
    margin-bottom: 15px;
  }
  .light-mobile-title {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    line-height: 1.4;
    margin-bottom: 12px;
  }
  .light-mobile-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
  }
  .light-mobile-swiper .swiper-pagination {
    bottom: 20px;
  }
  .light-mobile-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #ddd;
    opacity: 1;
  }
  .light-mobile-swiper .swiper-pagination-bullet-active {
    background: #265CFB;
    width: 24px;
    border-radius: 4px;
  }
  .meeting {
    padding: 30px 0;
  }
  .meeting .img-title img {
    max-width: 90%;
  }
  .meeting .table-box {
    margin: 0;
    padding: 0;
    overflow: visible;
    width: 100%;
    box-sizing: border-box;
  }
  .meeting table {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    display: block;
    box-sizing: border-box;
  }
  .meeting table tbody {
    display: block;
    width: 100%;
  }
  .meeting table tr {
    display: block;
    width: 100%;
    margin-bottom: 12px;
    background: #fff;
    border-radius: 8px;
    padding: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
  }
  .meeting table td {
    display: block;
    width: 100% !important;
    max-width: 100%;
    padding: 0;
    border: none;
    box-sizing: border-box;
  }
  .meeting table tr:first-child,
  .meeting table tr:first-child td {
    margin-bottom: 20px;
    box-shadow: none;
    border-radius: 8px;
  }
  .meeting table .meeting-title {
    background: linear-gradient(to right, #265CFB 0%, #50ADF8 100%);
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 15px;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    min-height: 50px;
  }
  .meeting table .time {
    display: block;
    width: 100%;
    padding: 12px 15px 8px;
    font-size: 14px;
    font-weight: 500;
    color: #265CFB;
    background: #f8f9fa;
    text-align: left;
    white-space: normal;
    border-bottom: 1px solid #e9ecef;
  }
  .meeting table .meeting-sub {
    display: block;
    width: 100%;
    padding: 12px 15px;
    font-size: 13px;
    line-height: 1.6;
    color: #333;
    border-bottom: 1px solid #f0f0f0;
  }
  .meeting table .meeting-sub:last-child {
    border-bottom: none;
  }
  .meeting table tr[style*="line-height: 1px"],
  .meeting table tr[style*="line-height:1px"],
  .meeting table tr:has(img[src*="line.png"]) {
    display: none !important;
  }
  .meeting table td:has(img[src*="line.png"]) {
    display: none !important;
  }
  .meeting table .title1 {
    text-align: center !important;
    padding: 15px;
    font-size: 14px;
    color: #666;
    background: #f8f9fa;
    margin: 0;
    display: block;
    border-radius: 8px;
  }
  .meeting table .meeting-sub:has(.title1) {
    padding: 0;
    border-bottom: none;
  }
  .goupiao {
    padding: 30px 0;
  }
  .goupiao .titleCC img {
    max-width: 90%;
  }
  .goupiao .ticket-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .goupiao .buyTable {
    min-width: 600px;
    font-size: 12px;
  }
  .chdx {
    min-height: auto;
    padding: 30px 0;
  }
  .chdx .img-title img {
    max-width: 90%;
  }
  .chdx .danmu-container {
    height: 400px;
    margin-top: 25px;
  }
  .chdx .danmu-item {
    font-size: 13px;
    padding: 5px 10px;
  }
  .wjchjb .wjchjb-con {
    display: none;
  }
  .wjchjb-mobile-swiper {
    display: block;
  }
  .wjchjb-mobile-swiper .wrap {
    position: relative;
  }
  .wjchjb-mobile-swiper .swiper-container {
    padding-bottom: 50px;
  }
  .wjchjb-mobile-swiper .jiabin-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    padding: 0 10px;
    align-items: stretch;
  }
  .wjchjb-mobile-swiper .jiabin-item {
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at top, #163CEA 0%, #3E8FFD 100%);
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
  }
  .wjchjb-mobile-swiper .jiabin-item .img-box {
    margin-bottom: 12px;
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    flex-shrink: 0;
  }
  .wjchjb-mobile-swiper .jiabin-item .img-box img {
    max-width: 100%;
    max-height: 100%;
  }
  .wjchjb-mobile-swiper .jiabin-item .name {
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 16px;
    color: #1EFDA2;
  }
  .wjchjb-mobile-swiper .jiabin-item .desc {
    font-weight: 300;
    font-size: 10px;
    color: #FFFFFF;
    line-height: 14px;
    padding: 0 8px;
    text-align: center;
  }
  .wjchjb-mobile-swiper .jiabin-item .down-arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 8px;
    width: 20px;
    height: auto;
  }
  .wjchjb-mobile-swiper .swiper-pagination {
    position: absolute;
    bottom: 20px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: auto;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .wjchjb-mobile-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #ddd;
    opacity: 1;
  }
  .wjchjb-mobile-swiper .swiper-pagination-bullet-active {
    background: #265CFB;
    width: 24px;
    border-radius: 4px;
  }
  .wjchjb {
    padding: 30px 0;
  }
  .wjchjb .img-title img {
    max-width: 90%;
  }
  .wjhzqy {
    padding: 30px 0;
  }
  .wjhzqy .img-title img {
    max-width: 90%;
  }
  .wjhzqy .wjhzqy-con {
    width: 100%;
    padding: 0 15px;
  }
  .wjhzqy .wjhzqy-con .swiper-button-prev,
  .wjhzqy .wjhzqy-con .swiper-button-next {
    display: none;
  }
  .wjhzqy .wjhzqy-con .swiper-slide .img-box {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .wjhzqy .wjhzqy-con .swiper-slide .img-box img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  .hzmt {
    padding: 30px 0;
  }
  .hzmt .img-title img {
    max-width: 90%;
  }
  .hzmt .img-box {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .hzmt .img-box img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  .ndpx {
    padding: 30px 0;
  }
  .ndpx img {
    max-width: 90%;
  }
  .review {
    padding: 30px 0;
    height: auto;
  }
  .review .img-title img {
    max-width: 90%;
  }
  .review-con {
    padding: 20px 0;
  }
  .review-con .wrap {
    padding: 0 15px;
  }
  .review-con .review-item {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .review-con .review-item .img-box {
    width: 100%;
    margin-bottom: 15px;
  }
  .review-con .review-item .img-box img {
    width: 100%;
    height: auto;
  }
  .review-con .review-item .contents {
    width: 100%;
    padding: 0;
  }
  .zzfs {
    padding: 30px 0;
  }
  .zzfs .img-title img {
    max-width: 90%;
  }
  .zzfs ul {
    flex-direction: column;
    gap: 20px;
  }
  .zzfs ul li {
    width: 100%;
  }
  .xctg {
    padding: 30px 0;
  }
  .xctg .img-title img {
    max-width: 90%;
  }
  .xctg ul {
    flex-direction: column;
    gap: 20px;
  }
  .xctg ul li {
    width: 100%;
  }
  .footer {
    padding: 30px 0;
  }
  .footer-content {
    flex-direction: column;
    gap: 25px;
    text-align: center;
  }
  .footer-info {
    width: 100%;
  }
  .footer-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .footer-contact {
    gap: 12px;
  }
  .contact-item {
    font-size: 14px;
    justify-content: center;
  }
  .footer-qrcode {
    margin-left: 0;
    width: 100%;
  }
  .qrcode-box {
    width: 130px;
    height: 130px;
    margin: 0 auto;
  }
  .right-panel {
    display: none !important;
  }
  .img-title {
    margin-bottom: 25px;
  }
  .img-title img {
    max-width: 85%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .wrap {
    padding: 0 12px;
  }
  .nav .wrap {
    padding: 0 12px;
  }
  .nav-title {
    font-size: 12px;
  }
  .nav-menu-toggle {
    width: 24px;
    height: 24px;
  }
  .nav-menu-toggle span {
    height: 2.5px;
  }
  .banner {
    height: 35vh;
    min-height: 200px;
    padding-top: 50px;
  }
  .news-section {
    padding: 25px 0;
  }
  .news-section .news-left {
    height: 160px;
  }
  .news-section .news-header {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
  .news-section .news-list li {
    padding: 10px 12px;
  }
  .news-section .news-list li a {
    font-size: 13px;
  }
  .intro {
    padding: 25px 0;
  }
  .intro .content .left-box p {
    font-size: 13px;
    line-height: 1.7;
  }
  .light {
    padding: 25px 0;
  }
  .light .contents .nums .num-item {
    width: 45px;
  }
  .light .contents .tab-contents .tab-content-item .right-wrap .title {
    font-size: 16px;
  }
  .light .contents .tab-contents .tab-content-item .right-wrap .desc {
    font-size: 13px;
  }
  .meeting table .meeting-title {
    font-size: 15px;
    padding: 12px;
    min-height: 48px;
  }
  .meeting table .time {
    font-size: 13px;
    padding: 10px 12px 6px;
  }
  .meeting table .meeting-sub {
    font-size: 12px;
    padding: 10px 12px;
  }
  .meeting table .title1 {
    font-size: 13px;
    padding: 12px;
  }
  .chdx .danmu-container {
    height: 250px;
  }
  .chdx .danmu-item {
    font-size: 12px;
    padding: 5px 10px;
  }
  .footer {
    padding: 25px 0;
  }
  .footer-title {
    font-size: 16px;
  }
  .contact-item {
    font-size: 13px;
  }
  .qrcode-box {
    width: 110px;
    height: 110px;
  }
}

@media screen and (max-width: 480px) {
  .wrap {
    padding: 0 10px;
  }
  .nav .wrap {
    padding: 0 10px;
  }
  .nav-title {
    font-size: 14px;
  }
  .nav-menu-toggle {
    width: 22px;
    height: 22px;
  }
  .banner {
    height: 30vh;
    min-height: 180px;
    padding-top: 50px;
  }
  .news-section {
    padding: 20px 0;
  }
  .news-section .news-left {
    height: 140px;
  }
  .news-section .news-header {
    font-size: 13px;
    padding: 0 12px;
  }
  .news-section .news-list li {
    padding: 10px;
  }
  .news-section .news-list li a {
    font-size: 14px;
  }
  .news-section .news-list li .date {
    font-size: 11px;
  }
  .intro {
    padding: 20px 0;
  }
  .intro .content .left-box p {
    font-size: 13px;
    line-height: 1.6;
    text-indent: 1.5em;
  }
  .light {
    padding: 20px 0;
  }
  .light-mobile-img {
    height: 160px;
  }
  .light-mobile-content {
    padding: 15px;
  }
  .light-mobile-number {
    font-size: 36px;
    margin-bottom: 10px;
  }
  .light-mobile-title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .light-mobile-desc {
    font-size: 12px;
    line-height: 1.5;
  }
  .meeting {
    padding: 20px 0;
  }
  .meeting table .meeting-title {
    font-size: 14px;
    padding: 12px;
    min-height: 45px;
  }
  .meeting table .time {
    font-size: 12px;
    padding: 10px 12px 6px;
  }
  .meeting table .meeting-sub {
    font-size: 14px;
    padding: 10px 12px;
    line-height: 1.5;
  }
  .meeting table .title1 {
    font-size: 12px;
    padding: 12px;
  }
  .chdx {
    padding: 20px 0;
  }
  .chdx .danmu-container {
    height: 300px;
    margin-top: 20px;
  }
  .chdx .danmu-item {
    font-size: 11px;
    padding: 3px 6px;
  }
  .footer {
    padding: 20px 0;
  }
  .footer-title {
    font-size: 15px;
  }
  .contact-item {
    font-size: 12px;
  }
  .qrcode-box {
    width: 100px;
    height: 100px;
  }
  .img-title img {
    max-width: 80%;
  }
}

.breadcrumb-wrap {
  background: #f5f5f5;
  padding: 15px 0;
  border-bottom: 1px solid #e0e0e0;
  margin-top: 80px;
}
.breadcrumb {
  font-size: 14px;
  color: #666;
}
.breadcrumb a {
  color: #265CFB;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb .separator {
  margin: 0 8px;
  color: #999;
}
.list-page {
  padding: 40px 0;
  background: #fff;
}
.list-header h1 {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid #265CFB;
}
.article-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.article-list li {
  margin-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 20px;
}
.article-list li:last-child {
  border-bottom: none;
}
.article-list a {
  text-decoration: none;
  color: inherit;
  display: block;
}
.article-item {
  transition: all 0.3s ease;
}
.article-item:hover {
  padding-left: 10px;
}
.article-date {
  font-size: 14px;
  color: #999;
  margin-bottom: 10px;
}
.article-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 12px;
  line-height: 1.5;
}
.article-desc {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
}
.pagination {
  margin-top: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.page-item {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
  background: #fff;
  transition: all 0.3s ease;
}
.page-item:hover {
  background: #265CFB;
  color: #fff;
  border-color: #265CFB;
}
.page-item.active {
  background: #265CFB;
  color: #fff;
  border-color: #265CFB;
}
.detail-page {
  padding: 40px 0;
  background: #fff;
}
.article-detail {
  max-width: 900px;
  margin: 0 auto;
}
.article-header {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e0e0e0;
}
.article-header h1 {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
  margin-bottom: 20px;
}
.article-meta {
  font-size: 14px;
  color: #999;
  display: flex;
  gap: 20px;
}
.meta-item {
  display: inline-block;
}
.article-content {
  font-size: 16px;
  line-height: 2;
  color: #333;
  margin-bottom: 50px;
}
.article-content p {
  margin-bottom: 20px;
  text-indent: 2em;
}
.article-nav {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #e0e0e0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.nav-item {
  font-size: 14px;
  color: #666;
}
.nav-item a {
  color: #265CFB;
  text-decoration: none;
}
.nav-item a:hover {
  text-decoration: underline;
}
.nav-label {
  color: #999;
  margin-right: 8px;
}
@media screen and (max-width: 1024px) {
  .list-header h1 {
    font-size: 24px;
  }
  .article-title {
    font-size: 18px;
  }
  .article-desc {
    font-size: 14px;
  }
  .article-header h1 {
    font-size: 24px;
  }
  .article-content {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumb-wrap {
    padding: 12px 0;
  }
  .breadcrumb {
    font-size: 13px;
  }
  .list-page {
    padding: 25px 0;
  }
  .list-header h1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .article-title {
    font-size: 16px;
  }
  .article-desc {
    font-size: 13px;
  }
  .pagination {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .page-item {
    padding: 6px 12px;
    font-size: 14px;
  }
  .detail-page {
    padding: 25px 0;
  }
  .article-header h1 {
    font-size: 20px;
  }
  .article-content {
    font-size: 14px;
  }
  .article-content p {
    text-indent: 1.5em;
  }
}
