@charset "UTF-8";
@font-face {
  font-family: "DYmh";
  src: url("../font/douyin.OTF");
}

@font-face {
  font-family: "DIN";
  src: url("../font/D-DIN.otf");
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#modalContent {
  background: url(../images/warning-card.png) no-repeat center center !important;
  background-size: cover !important;
  position: relative;
  height: 80%;
  max-height: 850px !important;
  max-width: 770px !important;
  display: flex;
  flex-direction: column;
}

#modalContent .tit-warn {
  position: relative;
  display: flex;
  align-items: center;
}

#modalContent .tit-warn::before {
  content: "";
  display: block;
  width: 35px;
  height: 38px;
  background: url(../images/bell.png) no-repeat center center;
  background-size: cover;
  margin-right: 10px;
}

#modalContent .info-grid {
  display: flex !important;
  gap: 0 !important;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

#modalContent .info-grid .info-box .info-left {
  width: 50%;
}

#modalContent .info-grid .info-box .info-title {
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: 0em;
  color: #FFFFFF;
  background-color: #295A3C;
  padding: 5px 15px;
  border-radius: 4px;
  margin-bottom: 15px;
  width: auto;
  display: inline-block;
}

#modalContent .tit-box-main {
  width: 100%;
}

#modalContent .tit-box-main p {
  color: #999;
}

#modalContent .tit-box {
  padding-bottom: 26px;
  margin-bottom: 26px;
  border-bottom: 1px dashed rgba(216, 216, 216, 0.5);
}

#modalContent::after {
  content: "";
  width: 120px;
  height: 120px;
  position: absolute;
  top: -25px;
  right: 30px;
  background: url(../images/icon-logo.png) no-repeat center center;
  background-size: cover;
}

#modalContent .scroll-box {
  display: flex;
  flex-direction: column;
}

#modalContent .info-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
}

#modalContent .info-box img {
  width: 100%;
  max-width: 385px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
}

#modalContent .info-box h3 {
  font-size: 16px;
  position: relative;
  margin-bottom: 10px;
}

#modalContent .info-box h3::after {
  content: "";
  display: block;
  width: 3px;
  height: 20px;
  background: #295A3C;
  background-size: cover;
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 0px 10px 10px 0;
}

#modalContent .info-box ul li {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  font-size: 14px;
}

#modalContent .info-box ul li::before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background: #295A3C;
  border-radius: 50%;
  margin-right: 10px;
}

#modalContent #closeAlert {
  display: flex;
  align-self: flex-end;
}

.notice-box {
  position: fixed;
  width: 539px;
  height: auto;
  border-radius: 10px;
  background: url(../images/notice-box.png) no-repeat center center;
  background-size: cover;
  bottom: 20px;
  right: 10px;
  z-index: 11;
  padding: 20px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
}

.notice-box .no-tit {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #295A3C;
}

.notice-box .no-main {
  padding: 17px 20px;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(41, 90, 60, 0.1) 0%, rgba(216, 216, 216, 0) 100%);
  box-sizing: border-box;
  border: 1px solid rgba(41, 90, 60, 0.1);
  backdrop-filter: blur(0px);
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  text-align: justify;
  letter-spacing: 0em;
  color: #333333;
  margin-top: 20px;
}

.notice-box .know-btn {
  width: 85px;
  height: 34px;
  border-radius: 4px;
  box-sizing: border-box;
  border: 1px solid rgba(41, 90, 60, 0.3);
  line-height: 34px;
  text-align: center;
  display: flex;
  align-self: flex-end;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #295A3C;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.3s;
}

.notice-box .know-btn:hover {
  color: #fff;
  background: #295A3C;
}

.notice-box::after {
  content: "";
  width: 100%;
  height: 100%;
  max-width: 45px;
  max-height: 45px;
  position: absolute;
  top: 15px;
  right: 20px;
  background: url(../images/notice-logo.png) no-repeat center center;
  background-size: cover;
}

.main {
  position: relative;
}

.main .news-layout {
  width: 100%;
  background: url(../images/news-bg.png) no-repeat center bottom;
  background-size: cover;
  padding: 65px 0 0;
  position: relative;
  border-top: 8px solid #CA9F56;
  margin-bottom: -20px;
}

.main .news-layout::after {
  content: '';
  display: block;
  width: 185px;
  height: 278px;
  background: url(../images/news-left.png) no-repeat center bottom;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.main .news-layout .news-box {
  width: 1604px;
  height: auto;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.main .news-layout .news-box .new-channel {
  padding: 24px 30px;
  width: 408px;
  height: 672px;
  background: #FFFFFF;
  position: relative;
  box-shadow: 0px -4px 10px 0px rgba(202, 159, 86, 0.2);
  /* 内容区域默认隐藏，激活时显示 */
}

.main .news-layout .news-box .new-channel .news-title-change {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.main .news-layout .news-box .new-channel .news-title-change .title-lay {
  margin: 0px 10px;
  cursor: pointer;
}

.main .news-layout .news-box .new-channel .news-title-change .title-lay.active .tit-top {
  color: #333333;
  font-weight: bold;
}

.main .news-layout .news-box .new-channel .news-title-change .title-lay.active .col {
  color: #CA9F56;
  font-weight: bold;
}

.main .news-layout .news-box .new-channel .news-title-change .title-lay.active .tit-bom {
  display: flex;
}

.main .news-layout .news-box .new-channel .tit-top {
  font-size: 22px;
  color: #666666;
  font-weight: normal;
}

.main .news-layout .news-box .new-channel .col {
  color: #666666;
  font-weight: normal;
}

.main .news-layout .news-box .new-channel .tit-bom {
  font-size: 12px;
  display: none;
}

.main .news-layout .news-box .new-channel .tit-bom span::before {
  content: '';
  display: block;
  width: 15px;
  height: 1px;
  background: #CA9F56;
}

.main .news-layout .news-box .new-channel .more {
  font-size: 12px;
  font-weight: normal;
  line-height: 38px;
  letter-spacing: 0em;
  width: auto;
  height: auto;
  background: none;
  color: #D0D0D0;
  position: absolute;
  top: 20px;
  right: 33px;
}

.main .news-layout .news-box .new-channel .news-item {
  display: none;
}

.main .news-layout .news-box .new-channel .news-item.active {
  display: flex;
}

.main .news-layout .news-box .new-channel .news-item.active ul {
  width: 100%;
}

.main .news-layout .news-box .new-channel .news-item.active .news-list-item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #EDEDED;
}

.main .news-layout .news-box .new-channel .news-item.active .news-list-item a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.main .news-layout .news-box .new-channel .news-item.active .news-list-item:first-of-type {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid rgba(255, 132, 0, 0.24);
}

.main .news-layout .news-box .new-channel .news-item.active .news-list-item:last-of-type {
  border-bottom: none;
}

.main .news-layout .news-box .new-channel .news-item.active .news-list-item .tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85px;
  height: 36px;
  font-size: 14px;
  border-radius: 8px;
  background: #295A3C;
  box-shadow: 0px 4px 10px 0px rgba(41, 90, 60, 0.1);
  color: #fff;
  margin-right: 14px;
}

.main .news-layout .news-box .new-channel .news-item.active .news-list-item .news-content {
  width: calc(100% - 100px);
}

.main .news-layout .news-box .new-channel .news-item.active .news-list-item .news-content p {
  width: 100%;
  max-width: 251px;
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: 0em;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 限制行数为2 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* 隐藏超出部分 */
  text-overflow: ellipsis;
  /* 超出显示省略号 */
  max-height: 52px;
  min-height: 52px;
}

.main .news-layout .news-box .new-channel .news-item.active .news-list-item .news-content span {
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  color: #999999;
}

.main .news-layout .news-box .new-channel .news-item.active .news-list-item:hover p {
  color: #CA9F56;
  font-weight: bold;
}

.main .news-layout .news-box .new-channel .news-item.active .news-list-item.nrl p {
  width: 100%;
  max-width: 350px;
}

.main .news-layout .news-box .new-channel .news-item.active .news-list-item.nrl .news-content {
  width: 100%;
}

.main .news-layout .news-box .news-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  top: -104px;
  height: auto;
  left: 0;
}

.main .news-layout .news-box .news-center .news-banner {
  width: 692px;
  height: 550px;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(202, 159, 86, 0.3);
}

.main .news-layout .news-box .news-center .news-banner .newsSwiper {
  height: calc(100% - 50px);
  overflow: hidden;
}

.main .news-layout .news-box .news-center .news-banner .newsSwiper .swiper-slide {
  padding: 11px 13px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main .news-layout .news-box .news-center .news-banner .newsSwiper .swiper-slide .new-img {
  width: 100%;
  max-width: 666px;
  height: 310px;
  box-shadow: 0px 4px 10px 0px rgba(231, 141, 30, 0.3);
  position: relative;
}

.main .news-layout .news-box .news-center .news-banner .newsSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main .news-layout .news-box .news-center .news-banner .newsSwiper .swiper-slide .time {
  width: 102px;
  height: 74px;
  background: #CA9F56;
  backdrop-filter: blur(10px);
  border-radius: 0 0 0 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
}

.main .news-layout .news-box .news-center .news-banner .newsSwiper .swiper-slide .time div {
  width: 61px;
}

.main .news-layout .news-box .news-center .news-banner .newsSwiper .swiper-slide .time .day {
  font-family: DIN;
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}

.main .news-layout .news-box .news-center .news-banner .newsSwiper .swiper-slide .time .year {
  font-family: DIN;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}

.main .news-layout .news-box .news-center .news-banner .newsSwiper .swiper-slide .tit-sign {
  width: 520px;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0em;
  color: #CA9F56;
  text-align: center;
  margin: 24px 0 15px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main .news-layout .news-box .news-center .news-banner .newsSwiper .swiper-slide .tit-sign::before {
  content: '';
  display: block;
  top: 50%;
  left: -30px;
  width: 110px;
  height: 1px;
  transform: translateY(-50%);
  background: url(../images/collge2.png) no-repeat center bottom;
  background-size: cover;
}

.main .news-layout .news-box .news-center .news-banner .newsSwiper .swiper-slide .tit-sign::after {
  content: '';
  display: block;
  top: 50%;
  right: -30px;
  width: 110px;
  height: 1px;
  transform: translateY(-50%);
  background: url(../images/collge1.png) no-repeat center bottom;
  background-size: cover;
}

.main .news-layout .news-box .news-center .news-banner .newsSwiper .swiper-slide .s-news-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.main .news-layout .news-box .news-center .news-banner .newsSwiper .swiper-slide .s-news-content .tit {
  width: 100%;
  max-width: 560px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0em;
  color: #333333;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 52px;
  min-height: 52px;
}

.main .news-layout .news-box .news-center .news-banner .newsSwiper .swiper-slide .s-news-content .main {
  width: 100%;
  max-width: 560px;
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  min-height: 52px;
  letter-spacing: 0em;
  color: #666666;
  display: -webkit-box;
  text-indent: 2em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 52px;
  min-height: 52px;
}

.main .news-layout .news-box .news-center .news-banner .newsSwiper .swiper-slide:hover .tit {
  color: #295A3C;
}

.main .news-layout .news-box .news-center .news-banner .newsSwiper .swiper-slide:hover .main {
  color: #333;
}

.main .news-layout .news-box .news-center .news-banner .news-ctrl {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 13px;
  position: relative;
}

.main .news-layout .news-box .news-center .news-banner .news-ctrl .swiper-pagination {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.main .news-layout .news-box .news-center .news-banner .news-ctrl .swiper-pagination-bullet-active {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #CA9F56;
  position: relative;
}

.main .news-layout .news-box .news-center .news-banner .news-ctrl .swiper-pagination-bullet-active::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 0.78px solid #CA9F56;
}

.main .news-layout .news-box .news-center .news-banner .news-ctrl .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #CA9F56;
  margin: 0px 8px;
  opacity: 1;
}

.main .news-layout .news-box .news-center .news-banner .news-ctrl .news-button-next {
  transform: scaleX(-1);
}

.main .news-layout .news-box .news-center .news-banner .news-ctrl .news-button-next i {
  font-size: 30px;
  color: #CA9F56;
}

.main .news-layout .news-box .news-center .news-banner .news-ctrl .news-button-prev i {
  font-size: 30px;
  color: #CA9F56;
}

.main .news-layout .news-box .news-center .news-items {
  margin-top: 10px;
  width: 692px;
  height: 65px;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(40, 106, 66, 0.1);
  display: flex;
  align-items: center;
  padding: 10px 22px;
  transition: all 0.3s;
}

.main .news-layout .news-box .news-center .news-items .time {
  border-radius: 0 0 0 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #d8d8d881;
  margin-right: 25px;
  padding-right: 25px;
}

.main .news-layout .news-box .news-center .news-items .time div {
  width: 61px;
}

.main .news-layout .news-box .news-center .news-items .time .day {
  font-family: DIN;
  font-size: 28px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.05em;
  color: #333;
}

.main .news-layout .news-box .news-center .news-items .time .year {
  font-family: DIN;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.05em;
  color: #333;
}

.main .news-layout .news-box .news-center .news-items p {
  display: inline-block;
  width: 100%;
  max-width: 570px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  font-size: 18px;
  color: #333333;
}

.main .news-layout .news-box .news-center .news-items:hover {
  background: #295A3C;
  box-shadow: 0px 4px 10px 0px rgba(40, 106, 66, 0.1);
}

.main .news-layout .news-box .news-center .news-items:hover .time .day,
.main .news-layout .news-box .news-center .news-items:hover .time .year {
  color: #fff;
}

.main .news-layout .news-box .news-center .news-items:hover p {
  color: #fff;
}

.main .thematic-layout {
  background: url(../images/zhaunti-bg.png) no-repeat center bottom;
  background-size: 100% 97.6%;
  padding: 58px 0 0;
  position: relative;
}

.main .thematic-layout .theme-left-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 568px;
  height: 705px;
  background: #FFFFFF;
  box-sizing: border-box;
  border-width: 0px 0px 4px 0px;
  border-style: solid;
  border-color: #CA9F56;
  box-shadow: 0px -6px 10px 0px rgba(202, 159, 86, 0.1);
}

.main .thematic-layout .theme-box {
  width: 1604px;
  margin: 0 auto;
  height: auto;
  display: flex;
  align-items: flex-start;
}

.main .thematic-layout .theme-box .theme-left {
  width: 1146px;
}

.main .thematic-layout .theme-box .theme-left .left-theme-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 705px;
  margin-top: 42px;
  background: #FFFFFF;
  padding: 43px;
  box-sizing: border-box;
  border-width: 0px 0px 4px 0px;
  border-style: solid;
  border-color: #CA9F56;
  box-shadow: 0px -6px 10px 0px rgba(202, 159, 86, 0.1);
}

.main .thematic-layout .theme-box .theme-left .left-theme-box .left-theme-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  max-width: 510px;
  aspect-ratio: 510 / 289;
  min-height: 80px;
  background: #FFFFFF;
  box-shadow: 0px 4.93px 12.32px 0px rgba(45, 118, 83, 0.1);
}

.main .thematic-layout .theme-box .theme-left .left-theme-box .left-theme-item .text {
  width: 100%;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main .thematic-layout .theme-box .theme-left .left-theme-box .left-theme-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main .thematic-layout .theme-box .theme-left .left-theme-box .left-theme-item p {
  display: inline-block;
  width: 100%;
  max-width: 480px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  line-height: 49.29px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #333333;
}

.main .thematic-layout .theme-box .theme-right {
  margin-left: 40px;
  width: 398px;
}

.main .thematic-layout .theme-box .theme-right .right-banner {
  width: 100%;
  height: 705px;
  margin-top: 42px;
  padding: 43px 0 43px 33px;
  position: relative;
}

.main .thematic-layout .theme-box .theme-right .right-banner .rb-btn {
  position: absolute;
  right: -74px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}

.main .thematic-layout .theme-box .theme-right .right-banner .rb-btn .RB-button-next {
  width: 49px;
  height: 49px;
  background: url(../images/r-btn1.png) no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
  color: #295A3C;
}

.main .thematic-layout .theme-box .theme-right .right-banner .rb-btn .RB-button-prev {
  width: 49px;
  height: 49px;
  background: url(../images/r-btn2.png) no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #295A3C;
}

.main .thematic-layout .theme-box .theme-right .right-banner .RBSwiper {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.main .thematic-layout .theme-box .theme-right .right-banner .RBSwiper .swiper-slide {
  display: block;
  width: 365px;
  height: 175px;
  position: relative;
}

.main .thematic-layout .theme-box .theme-right .right-banner .RBSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main .thematic-layout .theme-box .theme-right .right-banner .RBSwiper .swiper-slide .rb-bottom-sign {
  position: absolute;
  left: 27px;
  bottom: 0;
  z-index: 9;
  width: 100px;
  height: 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.main .thematic-layout .theme-box .theme-right .right-banner .RBSwiper .swiper-slide .rb-bottom-sign p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: normal;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  width: 100%;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main .thematic-layout .theme-box .theme-right .right-banner .RBSwiper .swiper-slide .rb-bottom-sign .sign {
  width: 82.16px;
  height: 6px;
  border-radius: 20px 20px 0 0;
  background: rgba(255, 255, 255, 0.3);
}

.main .thematic-layout .theme-box .theme-right .right-banner .RBSwiper .swiper-slide.swiper-slide-next .sign {
  width: 82.16px;
  height: 6px;
  border-radius: 20px 20px 0 0;
  background: #295A3C;
}

.main .fastNav-layout {
  width: 100%;
  height: 586px;
  background: url(../images/select-bg.png) no-repeat center bottom;
  background-size: cover;
  padding: 74px 0;
}

.main .fastNav-layout .fast-box {
  width: 1604px;
  height: 100%;
  margin: 0 auto;
}

.main .fastNav-layout .fast-box .title-lay.center {
  justify-content: center !important;
}

.main .fastNav-layout .fast-box .fast-list {
  width: 100%;
  margin-top: 48px;
  position: relative;
}

.main .fastNav-layout .fast-box .fast-list .fastSwiper {
  overflow: hidden;
}

.main .fastNav-layout .fast-box .fast-list .fast-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -70px;
  width: 49px;
  height: 49px;
  background: url(../images/fast1.png) no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #CA9F56;
}

.main .fastNav-layout .fast-box .fast-list .fast-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -70px;
  width: 49px;
  height: 49px;
  background: url(../images/fast2.png) no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #CA9F56;
}

.main .fastNav-layout .fast-box .fast-list .swiper-slide {
  width: 209px;
  height: 224px;
  opacity: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(2px);
  padding: 40px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.main .fastNav-layout .fast-box .fast-list .swiper-slide:hover p {
  font-weight: bold;
}

.main .fastNav-layout .fast-box .fast-list .swiper-slide .fast-icon {
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(202, 159, 86, 0.1);
  box-sizing: border-box;
  border: 1px dashed #CA9F56;
}

.main .fastNav-layout .fast-box .fast-list .swiper-slide .fast-icon i {
  font-size: 29px;
  color: #CA9F56;
}

.main .fastNav-layout .fast-box .fast-list .swiper-slide .fast-line {
  width: 129px;
  height: 1px;
  background: url(../images/fast-line.png) no-repeat center bottom;
  background-size: cover;
}

.main .fastNav-layout .fast-box .fast-list .swiper-slide p {
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.02em;
  color: #333333;
  white-space: nowrap;
}

@media screen and (max-width: 1700px) {
  #container .main .fastNav-layout .fast-box {
    width: 85%;
  }
  #container .main .thematic-layout .theme-box {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  #container .main .news-layout .news-box {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  #container .main .news-layout .news-box .new-channel {
    width: 27%;
  }
  #container .news-center {
    width: 43%;
  }
  #container .main .news-layout .news-box .news-center .news-banner {
    width: 100%;
    max-width: 692px;
  }
  #container .main .news-layout .news-box .news-center .news-items {
    width: 100%;
    max-width: 692px;
  }
  #container .theme-left-bottom {
    width: 100px;
  }
  #container .right-banner {
    background: #FFFFFF;
    box-sizing: border-box;
    border-width: 0px 0px 4px 0px;
    border-style: solid;
    border-color: #CA9F56;
    box-shadow: 0px -6px 10px 0px rgba(202, 159, 86, 0.1);
  }
  #container .main .thematic-layout .theme-box .theme-left {
    width: 70%;
  }
  #container .main .thematic-layout .theme-box .theme-left .left-theme-box .left-theme-item {
    width: 48%;
  }
}

@media screen and (max-width: 1500px) {
  #container .main .thematic-layout .theme-box .theme-left .left-theme-box {
    height: auto;
    min-height: 600px;
  }
  #container .main .thematic-layout .theme-box .theme-right .right-banner {
    height: 600px;
  }
  #container .theme-left-bottom {
    display: none;
  }
  #container .main .thematic-layout .theme-box .theme-right .right-banner .RBSwiper .swiper-slide {
    width: auto;
    height: auto;
  }
}

@media screen and (max-width: 1260px) {
  #container .main .news-layout .news-box .new-channel {
    padding: 15px 20px;
  }
  #container .main .news-layout .news-box .new-channel .more {
    top: 20px;
    right: 15px;
  }
  #container .main .news-layout .news-box .news-list-item .tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 85px;
    height: 36px;
    border-radius: 8px;
    background: #295A3C;
    box-shadow: 0px 4px 10px 0px rgba(41, 90, 60, 0.1);
    color: #fff;
    margin-right: 14px;
    font-size: 14px;
    padding: 10px;
    white-space: nowrap;
  }
  #container .main .news-layout .news-box .new-channel .tit-top {
    font-size: 18px;
  }
  #container .main .news-layout .news-box .new-channel .news-item.active .news-list-item .news-content p {
    font-size: 16px;
  }
  #container .main .news-layout .news-box .news-center .news-items .time {
    margin-right: 10px;
    padding-right: 10px;
  }
  #container .main .news-layout .news-box .news-center .news-items .time .day {
    font-size: 24px;
  }
  #container .main .news-layout .news-box .news-center .news-items .time .year {
    font-size: 14px;
  }
  #container .main .news-layout .news-box .news-center .news-items p {
    font-size: 16px;
  }
  #container .main .news-layout .news-box .tit-sign {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  #container .main .news-layout .news-box .tit-sign::after {
    display: none;
  }
  #container .main .news-layout .news-box .tit-sign::before {
    display: none;
  }
  #container .main .thematic-layout .theme-box .theme-right .right-banner {
    height: 500px;
    padding: 20px;
  }
  #container .main .thematic-layout .theme-box .theme-left .left-theme-box {
    min-height: 500px;
    padding: 20px;
  }
}

@media screen and (max-width: 1000px) {
  #container .main .news-layout .news-box {
    flex-direction: column;
  }
  #container .main .news-layout .news-box .new-channel {
    width: 95%;
    margin: 0 auto;
  }
  #container .main .thematic-layout {
    background: url(../images/zhaunti-bg.png) no-repeat center bottom;
    background-size: cover;
    position: relative;
  }
  #container .main .thematic-layout .theme-box {
    flex-direction: column;
  }
  #container .main .thematic-layout .theme-box .theme-left {
    width: 100%;
  }
  #container .main .thematic-layout .theme-box .theme-left .left-theme-box {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #container .main .thematic-layout .theme-box .rb-btn {
    display: none;
  }
  #container .main .thematic-layout .theme-box .theme-right {
    width: 100%;
    margin-left: 0;
  }
  #container .main .thematic-layout .theme-box .theme-right .right-banner {
    height: 300px;
    margin-top: 20px;
  }
  #container .main .news-layout .news-box .news-center .news-banner {
    width: 100%;
    max-width: 910px;
  }
  #container .main .news-layout .news-box .news-center .news-banner .newsSwiper .swiper-slide .new-img {
    max-width: 884px;
  }
  #container .main .news-layout .news-box .news-center .news-items {
    width: 100%;
    max-width: 910px;
  }
  #container .main .news-layout .news-box .news-center {
    top: auto;
    margin: 20px 0;
    width: 100%;
    order: 3;
  }
  #container .main .news-layout .news-box {
    flex-direction: column-reverse;
  }
  #container .main .news-layout .news-box .new-channel .news-item.active .news-list-item a {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  #container .main .news-layout .news-box .new-channel .news-item.active .news-list-item .news-content p {
    width: 100%;
    max-width: 800px;
  }
  #container .main .news-layout .news-box .new-channel .news-item.active .news-list-item.nrl p {
    width: 100%;
    max-width: 900px;
  }
  #container .main .news-layout .news-box .new-channel .news-item.active {
    align-items: center;
    justify-content: center;
  }
  #container .main .news-layout .news-box .new-channel {
    height: auto;
    margin: 10px auto;
  }
  #container .main .news-layout .news-box .new-channel .news-item.active .news-list-item {
    margin-top: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  #container .main .news-layout {
    padding: 40px 0 0;
  }
  #container .main .thematic-layout {
    padding: 20px 0 0;
    margin-top: 20px;
  }
  #container .main .fastNav-layout {
    padding: 20px 0 20px;
    height: auto;
  }
  #container .main .thematic-layout .theme-box .theme-left .left-theme-box .left-theme-item {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 900px) {
  #container .main .fastNav-layout .fast-box {
    width: 80%;
  }
}

@media screen and (max-width: 800px) {
  #modalContent {
    background: url(../images/warn-card2.png) no-repeat center center !important;
    background-size: cover !important;
    position: relative;
    height: auto;
    max-height: 80% !important;
    max-width: 770px !important;
    display: flex;
    flex-direction: column;
  }
  #modalContent .scroll-box {
    max-height: calc(100% - 50px -100px);
    overflow-y: auto !important;
    padding-bottom: 20px;
  }
  #modalContent .tit-warn {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 24px !important;
  }
  #modalContent .tit-warn::before {
    content: "";
    display: block;
    width: 20px;
    height: 23px;
    background: url(../images/bell.png) no-repeat center center;
    background-size: cover;
    margin-right: 10px;
  }
  #modalContent .info-grid {
    display: flex !important;
    gap: 0 !important;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
  #modalContent .info-grid .info-box {
    width: 100%;
    margin-bottom: 20px;
  }
  #modalContent .info-grid .info-box:last-child {
    margin-bottom: 0;
  }
  #modalContent .tit-box-main {
    width: 100%;
  }
  #modalContent .tit-box-main p {
    color: #999;
    text-align: left;
    font-size: 14px !important;
    width: 100% !important;
  }
  #modalContent .tit-box-main p span {
    font-size: 18px !important;
  }
  #modalContent .tit-box {
    padding-bottom: 26px;
    margin-bottom: 26px;
    border-bottom: 1px dashed rgba(216, 216, 216, 0.5);
  }
  #modalContent::after {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: 20px;
    right: 30px;
    background: url(../images/icon-logo.png) no-repeat center center;
    background-size: cover;
  }
  #modalContent .info-box {
    flex-direction: column;
  }
  #modalContent .info-box .info-left {
    width: 100% !important;
  }
  #modalContent .info-box img {
    margin: 10px 0;
  }
  #modalContent .info-box h3 {
    font-size: 16px;
    position: relative;
    margin-bottom: 10px;
  }
  #modalContent .info-box h3::after {
    content: "";
    display: block;
    width: 3px;
    height: 20px;
    background: #295A3C;
    background-size: cover;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0px 10px 10px 0;
  }
  #modalContent .info-box ul li {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    font-size: 14px;
  }
  #modalContent .info-box ul li::before {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    background: #295A3C;
    border-radius: 50%;
    margin-right: 10px;
  }
  #modalContent #closeAlert {
    display: flex;
    align-self: flex-end;
  }
}

@media screen and (max-width: 750px) {
  #container .main .fastNav-layout .fast-box {
    width: 50%;
  }
  #container .main .news-layout {
    padding: 20px 0 0;
  }
}

@media screen and (max-width: 660px) {
  #container .main .thematic-layout .theme-box .theme-left .left-theme-box .left-theme-item {
    width: 100%;
    max-width: 617px;
  }
  #container .main .thematic-layout .theme-box .theme-left .left-theme-box .left-theme-item .text {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #container .notice-box {
    width: calc(100% - 20px);
    height: auto;
  }
  #container .notice-box .no-tit {
    font-size: 18px;
  }
  #container .notice-box::after {
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
  }
}
