html {
  font-size: 20px;
}

body {
  color: #2a2a2a;
  font-size: 14px;
  background: #f5f5f5 no-repeat center bottom;
}

* {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

a,
a:hover {
  color: #2a2a2a;
  text-decoration: none;
}

img {
  vertical-align: top;
  border: none;
}

i {
  font-style: normal;
}

.single-line-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.two-line-ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.main-container {
  background-color: #fff2f6;
}

.footer-main {
  text-align: left;
}

.footer-main {
  margin-top: 0;
}

.banner-box {
  width: 100%;
  box-sizing: border-box;
}

.column-box {
  width: 100%;
  box-sizing: border-box;
}

.column-box-7 {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 125px;
}

.banner-img {
  display: block;
  width: 100%;
  height: auto;
}

.column-main {
  width: calc(100% - 32px);
  margin: 0 auto;
}

.map-box {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}

.map-container {
  width: 100%;
  height: 240px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.map-other-box {
  width: 100%;
  padding: 16px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);
}

.map-search-container {
  margin-bottom: 16px;
  position: relative;
}

.school-weather-container {
  width: 100%;
  box-sizing: border-box;
}

.map-search-box {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  padding: 10px 12px;
  box-sizing: border-box;
  gap: 10px;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #ffe0ea;
}

.search-prefix-icon {
  display: block;
  width: 24px;
  height: 24px;
}

.search-input {
  height: 22px;
  opacity: 1;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  line-height: 22px;
  border: none;
  flex: 1;
}

.input-close-icon {
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.search-suffix-icon {
  display: block;
  width: 20px;
  height: 20px;
}

.area-school-list {
  width: 100%;
  max-height: 300px;
  overflow: hidden;
  overflow-y: auto;
  border-radius: 8px;
  border: 2px solid rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px);
  box-shadow: 4px 8px 30px 0 rgba(0, 28, 64, 0.08);
  padding: 16px;
  position: absolute;
  box-sizing: border-box;
  top: 50px;
  left: 0;
}

.area-name {
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  line-height: 24px;
  margin-bottom: 12px;
}

.school-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.school-list:last-child {
  margin-bottom: 0;
}

.school-item {
  height: 32px;
  line-height: 32px;
  border-radius: 8px;
  opacity: 1;
  background: rgb(255, 255, 255);
  padding: 0 12px;
  box-sizing: border-box;
  cursor: pointer;
}

.school-item-active {
  background-color: #ffadd2;
}

.school-name-time {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.school-name {
  color: rgb(0, 0, 0);
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  line-height: 26px;
}

.update-time {
  color: #383838;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  line-height: 22px;
  flex-shrink: 0;
}

.school-location {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
}

.location-icon {
  display: block;
  width: 16px;
  height: 16px;
}

.location-text {
  color: rgb(56, 56, 56);
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  line-height: 22px;
}

.yujing-box {
  border-radius: 16px;
  background: rgb(255, 255, 255);
  padding: 16px 24px;
  box-sizing: border-box;
}

.yujing-list {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  overflow-x: auto;
}

.yujing-item-icon {
  display: block;
  width: auto;
  height: 42px;
  flex-shrink: 0;
}

.yujing-0 {
  color: #383838;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  line-height: 26px;
}

.title-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.box-title {
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  line-height: 24px;
}

.box-more {
  color: rgb(128, 128, 128);
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  line-height: 22px;
  cursor: pointer;
}

.box-more:hover {
  color: rgb(128, 128, 128);
}

.tianqitishi-list {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  overflow-x: auto;
}

.tianqitishi-0 {
  color: #383838;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  line-height: 26px;
}

.am-pm-box {
  display: flex;
  align-items: center;
  gap: 16px;
}

.am-pm-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.am-pm-icon {
  width: 14px;
  height: 14px;
  border: 1px solid #383838;
  border-radius: 50%;
  box-sizing: border-box;
}

.am-pm-icon.am {
  background-color: #d1e1ff;
}

.am-pm-icon.pm {
  background-color: #edd1ff;
}

.am-pm-name {
  color: #383838;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.zhushiyubao-tbody {
  background-color: #fff;
}

.zhushiyubao {
  border-radius: 8px;
  background-color: rgba(255, 69, 153, 0.1);
  padding: 14px 16px 16px 16px;
  box-sizing: border-box;
  margin-top: 16px;
}

.zhushiyubao-list {
  border-radius: 8px;
  background: rgb(242, 247, 255);
  overflow: hidden;
}

.zhushiyubao-table-first {
  border-bottom: 1px solid rgb(228, 235, 245);
  background-color: #ffffff;
  display: flex;
  align-items: center;
  padding: 8px 0;
  box-sizing: border-box;
}

.zhushiyubao-thead {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  width: 25%;
  box-sizing: border-box;
}

.zhushiyubao-thead-value {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 22px;
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}

.zhushiyubao-thead-unit {
  color: #808080;
  font-weight: 400;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
}

.zhushiyubao-table-list {
  display: flex;
  max-height: 164px;
  flex-direction: column;
  overflow: hidden;
}

.zhushiyubao-more .zhushiyubao-table-list {
  max-height: none;
}

.zhushiyubao-more-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  margin-top: 16px;
}

.arrow {
  display: block;
  width: 16px;
  height: 16px;
}

.zhushiyubao-more .arrow {
  transform: rotate(180deg);
}

.zhushiyubao-tbody {
  padding: 12px 6px;
  box-sizing: border-box;
  border-bottom: 1px solid rgb(228, 235, 245);
  display: flex;
  align-items: center;
}

.zhushiyubao-tbody:last-child {
  border-bottom: none;
}

.zhushiyubao-tbody-value {
  color: #751742;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 22px;
  width: 25%;
  box-sizing: border-box;
}

.nva-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}

.nav-item {
  width: calc(100% / 3 - 10px * 2 / 3);
  line-height: 40px;
  background-color: #ffadd2;
  color: rgb(56, 56, 56);
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  height: 40px;
  border-radius: 8px;
}

.flex-space-between {
  display: flex;
  justify-content: space-between;
}

.title-img {
  display: block;
  width: auto;
  height: 52px;
  margin: 0 auto 12px;
}

.zhuanbao-box {
  width: 100%;
  height: 375px;
  border-radius: 16px;
  background-color: #ffffff;
  padding: 16px 12px;
  box-sizing: border-box;
}

.zhuanbao-overflow {
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}

.zhuanbao-img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.select-more {
  margin-top: 24px;
  width: 100%;
  height: 40px;
  border-radius: 20px;
  border: 2px solid #ffffff;
  background: linear-gradient(90deg,
      #f56605 0%,
      #ff8cff 28%,
      #ffb2fe 52%,
      #a2cec1 77%,
      #00c978 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  box-sizing: border-box;
}

.select-more .more-text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}

.select-more .icon-more {
  display: block;
  width: 24px;
  height: 24px;
}

/* 轮播图样式 */
.column-box-gzdt .swiper-container {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background-color: #fff;
}

.column-box-gzdt .swiper-wrapper {
  display: flex;
  height: 100%;
  transition: transform 0.3s ease;
}

.column-box-gzdt .swiper-slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  position: relative;
}

.column-box-gzdt .dynamic-article-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
}

.column-box-gzdt .dynamic-article-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.column-box-gzdt .dynamic-article-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 6px 0 6px 16px;
  box-sizing: border-box;
}

.column-box-gzdt .dynamic-article-title .title-box {
  max-width: calc(100% - 112px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  line-height: 26px;
}

.column-box-gzdt .swiper-pagination {
  position: absolute;
  bottom: 16px;
  right: 16px;
  display: flex;
  gap: 4px;
  z-index: 10;
}

.column-box-gzdt .swiper-pagination-bullet {
  width: 12px;
  height: 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.4);
}

.column-box-gzdt .swiper-pagination-bullet.active {
  width: 24px;
  background: linear-gradient(90deg,
      rgb(245, 102, 5) 0%,
      rgb(255, 140, 255) 28%,
      rgb(255, 178, 254) 52%,
      rgb(162, 206, 193) 77%,
      rgb(0, 201, 120) 100%);
}

.column-box-gzdt .info-list {
  margin-top: 8px;
  border-radius: 16px;
  border: 1px solid rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.7);
  padding: 16px;
  box-sizing: border-box;
}

.column-box-gzdt .first-info {
  display: block;
  color: rgb(0, 0, 0);
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  line-height: 26px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
}

.column-box-gzdt .info-item-box {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 16px;
}

.column-box-gzdt .info-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.column-box-gzdt .info-item-icon {
  display: block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.column-box-gzdt .info-item-title {
  flex: 1;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  line-height: 24px;
}

/* 媒体报道轮播图样式 */
.column-box-mtbd .news-imgs {
  border-radius: 16px;
  border: 1px solid rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.7);
  padding: 16px;
  overflow: hidden;
  box-sizing: border-box;
}

.column-box-mtbd .news-img-list {
  display: flex;
  width: 100%;
  height: auto;
  cursor: grab;
  overflow: hidden;
}

.column-box-mtbd .news-img-list:active {
  cursor: grabbing;
}

.column-box-mtbd .news-img-link {
  flex-shrink: 0;
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.column-box-mtbd .news-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.column-box-mtbd .news-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 16px auto 0;
}

.column-box-mtbd .news-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e5e5e5;
  cursor: pointer;
}

.column-box-mtbd .news-dot.active {
  background-color: #ff4599;
}

.column-box-mtbd .news-info-list {
  border-radius: 16px;
  border: 1px solid rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.7);
  padding: 16px;
  overflow: hidden;
  box-sizing: border-box;
  margin-top: 16px;
}

.column-box-mtbd .info-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.column-box-mtbd .info-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.column-box-mtbd .info-item .cover-box {
  width: 120px;
  height: 78px;
  overflow: hidden;
  border-radius: 8px;
}

.column-box-mtbd .info-item .cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.column-box-mtbd .title-abstract {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cover {
  display: block;
}

.column-box-mtbd .title-abstract .title {
  color: #333333;
  font-size: 16px;
  line-height: 24px;
}

.column-box-mtbd .title-abstract .publish-time {
  color: #888888;
  font-size: 14px;
  line-height: 20px;
}

.column-box-spxw {
  background-size: 100% 100%;
}

.column-box-spxw .video-news {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;

}

.column-box-spxw .video-news-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.column-box-spxw .video-news-cover-box {
  position: relative;
  background-color: #000;
  height: 96px;
  border-radius: 16px;
  overflow: hidden;
}

.column-box-spxw .video-news-cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.column-box-spxw .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.column-box-spxw .play-btn-icon {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.column-box-spxw .video-news-item-title {
  text-align: center;
  color: #333333;
  font-size: 14px;
  line-height: 20px;
}