/* 基础样式 */
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;
}

.footer-main {
  text-align: left;
}

.footer-main {
  margin-top: 0;
}

.main-container {
  background-color: #fff2f6;
}

/* 顶部封面图 */
.banner-box {
  width: 100%;
  box-sizing: border-box;
}

.banner-box {
  background-color: rgb(230 242 255 / 40%);
}

.banner-img {
  display: block;
  width: 100%;
  height: auto;
}

/* 主要内容容器 */
.column-box {
  width: 100%;
  box-sizing: border-box;
}

.column-box-2 {}

.column-box-2 .column-main {
  height: 808px;
  border-radius: 20px;
  border: 2px solid #ffffff;
  background-color: #ffffff;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: auto;
}

.zhuanbao-overflow {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.column-box-5 {
  background-size: 100% 100%;
}

.column-main {
  width: 1340px;
  margin: 0 auto;
}

.column-box .title-img {
  margin: 0 auto 32px;
  height: 74px;
  width: auto;
  display: block;
}

/* 地图搜索区域 */
.map-box {
  width: 100%;
  height: 800px;
  border-radius: 20px;
  border: 2px solid #ffffff;
  background: rgb(255, 255, 255);
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}

.map-container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.map-search-container {
  position: absolute;
  z-index: 10;
  top: 24px;
  left: 24px;
}

.map-search-box {
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 0 3px 0 rgb(0 0 0 / 10%);
  display: flex;
  align-items: center;
  padding: 8px 16px 8px 8px;
  box-sizing: border-box;
  gap: 10px;
  width: 400px;
}

.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: 24px;
  height: 24px;
  cursor: pointer;
}

.input-search-line{
  margin: 0 2px;
  width:1px;
  height: 16px;
  background-color: #e5e5e5;
}

.search-suffix-icon {
  display: block;
  width: 24px;
  height: 24px;
}

.area-school-list {
  width: 400px;
  max-height: 700px;
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  border-radius: 8px;
  border: 2px solid rgb(255, 255, 255);
  background:rgba(255, 245, 250, 0.9);
  backdrop-filter: blur(20px);
  box-shadow: 4px 8px 16px 0 rgba(0, 28, 64, 0.08);
  padding: 16px;
  margin-top: 4px;
}

.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-weather-container {
  position: absolute;
  z-index: 9;
  top: 68px;
  left: 24px;
  width: 400px;
  border-radius: 8px;
  border: 2px solid rgb(255, 255, 255);
  box-shadow: 4px 8px 16px 0 rgba(0, 28, 64, 0.08);
  box-sizing: border-box;
  padding: 14px 14px 16px 14px;
  background-color: rgba(255, 245, 250, 0.9);
  backdrop-filter: blur(20px);
}

.school-name-time {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.school-name {
  color: rgb(0, 0, 0);
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  line-height: 26px;
}

.update-time {
  color: rgb(56, 56, 56);
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  line-height: 22px;
}

.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: 8px;
  background: rgb(255, 255, 255);
  padding: 14px 16px 16px 16px;
  box-sizing: border-box;
  margin-top: 16px;
}

.yujing-list {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  overflow-x: auto;
}

.yujing-item-icon {
  display: block;
  width: auto;
  height: 42px;
}

.yujing-0 {
  color: rgb(56, 56, 56);
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  line-height: 22px;
}

.title-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.box-title {
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  line-height: 22px;
}

.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-0 {
  color: rgb(56, 56, 56);
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tianqitishi-list {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  overflow-x: auto;
}

/* 逐时预报 */
.zhushiyubao {
  border-radius: 8px;
  background: rgb(255, 255, 255);
  padding: 14px 16px 16px 16px;
  box-sizing: border-box;
  margin-top: 16px;
}

.zhushiyubao-list {
  border-radius: 8px;
  background-color: #ffedf5;
  display: flex;
  overflow: hidden;
}

.zhushiyubao-more {
  position: absolute;
  box-shadow: rgb(99 99 99 / 10%) 0px 2px 14px 0px;
}

.zhushiyubao-more-dom {
  display: none;
  margin-top: 16px;
  height: 216px;
}

.zhushiyubao-table-first {
  width: 92px;
  flex-shrink: 0;
  padding: 16px 6px;
  box-sizing: border-box;
  border-right: 1px solid rgb(228, 235, 245);
}

.zhushiyubao-thead {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 22px;
  margin-bottom: 16px;
}

.zhushiyubao-thead-value {
  color: rgb(56, 56, 56);
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 22px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zhushiyubao-thead-unit {
  color: #383838;
  font-weight: 400;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
}

.zhushiyubao-table-list {
  display: flex;
  overflow: hidden;
}

.zhushiyubao-tbody {
  width: 49px;
  flex-shrink: 0;
  padding: 16px 6px;
  box-sizing: border-box;
  border-right: 1px solid rgb(228, 235, 245);
}

.zhushiyubao-tbody:last-child {
  border-right: none;
}

.zhushiyubao-thead-value:last-child {
  margin-bottom: 0;
}

/* .zhushiyubao-tbody.am {
  background-color: #d1e1ff;
}

.zhushiyubao-tbody.pm {
  background-color: #edd1ff;
} */

.zhushiyubao-tbody-value {
  outline-color: #751742;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 22px;
  margin-bottom: 8px;
}

.zhushiyubao-tbody-value:last-child {
  margin-bottom: 0;
}

/* 降雨估测 */
.time-img-list-box {
  position: absolute;
  z-index: 10;
  right: 24px;
  top: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.time-img-list {
  display: flex;
  align-items: center;
  height: 40px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  padding: 0 16px;
  box-sizing: border-box;
}

.jiangyuguce-play-btn-box {
  cursor: pointer;
  margin-right: 8px;
}

.jiangyuguce-play-btn,
.jiangyuguce-pause-btn {
  display: block;
  width: 24px;
  height: 24px;
}

.jiangyuguce-pause-btn {
  display: none;
}

.jiangyuguce-index-list {
  display: flex;
  align-items: center;
  gap: 2px;
}

.index-type-item {
  width: 8px;
  height: 20px;
  border-radius: 4px;
  background-color: #ffd6e9;
  cursor: pointer;
}

.index-type-2 {
  background-color: #00c978;
}

.index-type-active {
  background-color: #ff4599;
}

.index-line {
  width: 1px;
  height: 16px;
  background-color: #e5e5e5;
  margin: 0 16px;
}

.index-time {
  color: #383838;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  line-height: 22px;
}

.jiangyuguce-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 40px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  padding: 0 8px;
  box-sizing: border-box;
  cursor: pointer;
}

.jiangyuguce-state-img {
  display: block;
  width: 16px;
  height: 16px;
}

.jiangyuguce-state-false {
  display: none;
}

.jiangyuguce-btn-text {
  color: #383838;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  line-height: 22px;
}

.jiangyuguce-legend {
  width: auto;
  height: 46px;
  position: absolute;
  z-index: 10;
  right: 24px;
  bottom: 24px;
  display: block;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}

/* 导航链接 */
.nva-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}

.nav-item {
  width: calc(100% / 3 - 8px * 2 / 3);
  height: 32px;
  line-height: 32px;
  border-radius: 8px;
  background-color: #ffadd2;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.single-line-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.two-lines-ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.three-lines-ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.cover-info-box,
.news-box,
.video-news {
  display: flex;
  gap: 40px;
}

.cover-list,
.cover-info-box .info-list,
.video-news-item {
  width: calc(50% - 20px);
  box-sizing: border-box;
  position: relative;
}

.cover-info-box .cover-list {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}

.cover-info-box .cover-list .cover-img {
  display: block;
  width: 100%;
  height: 366px;
  object-fit: cover;
}

.cover-info-box .cover-list .title-cur-list {
  background: rgb(3 23 4 / 70%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 24px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.cover-info-box .cover-list .title-cur-list .title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  line-height: 26px;
}

.cover-info-box .cover-list .title-cur-list .cur-list {
  margin-left: 32px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 4px;
}

.cover-info-box .cover-list .title-cur-list .cur-list .cur-item {
  width: 16px;
  height: 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.4);
}

.cover-info-box .cover-list .title-cur-list .cur-list .cur-item-active {
  width: 24px;
  background: linear-gradient(90deg,
      #f56605 0%,
      #ff8cff 28%,
      #ffb2fe 52%,
      #a2cec1 77%,
      #00c978 100%);
}

.cover-info-box .info-list {
  padding: 32px 32px 58px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  opacity: 1;
  border: 2px solid rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.6);
}

.cover-info-box .info-list .first-info {
  display: block;
  padding-bottom: 24px;
  border-bottom: 1px dashed #e5e5e5;
}

.cover-info-box .info-list .first-info .first-title {
  color: #021703;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  line-height: 32px;
}

.cover-info-box .info-list .info-item-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 24px;
  box-sizing: border-box;
}

.cover-info-box .info-list .info-item-box .info-item {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

.cover-info-box .info-list .info-item-box .info-item .info-item-icon {
  display: block;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.cover-info-box .info-list .info-item-box .info-item .info-item-title {
  flex: 1;
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.cover-info-box .info-list .info-item-box .info-item .info-item-title:hover {
  color: #ff4599;
  text-decoration: underline;
}

.select-more {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 20px 0 0 0;
  padding: 8px 16px 8px 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  background: linear-gradient(90deg,
      #f56605 0%,
      #ff8cff 28%,
      #ffb2fe 52%,
      #a2cec1 77%,
      #00c978 100%);
}

.more-text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.more-icon {
  display: block;
  width: 24px;
  height: 24px;
}

.news-box .news-imgs {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 30px 0px;
  box-sizing: border-box;
  width: 420px;
  border-radius: 20px;
  border: 2px solid #ffffff;
  background-color: rgba(255, 255, 255, 0.6);
}

.news-box .news-imgs .news-img-list {
  flex: 1;
  display: flex;
  overflow: hidden;
  position: relative;
  height: 420px;
}

.news-box .news-imgs .news-img-list .news-img-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}

.news-box .news-imgs .news-img-list .news-img-link.active {
  opacity: 1;
}

.news-box .news-imgs .news-img-list .news-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-box .news-imgs .prev,
.news-box .news-imgs .next {
  flex-shrink: 0;
  width: 32px;
  height: 48px;
  border-radius: 0 20px 20px 0;
  background: linear-gradient(90deg,
      #f56605 0%,
      #ff8cff 28%,
      #ffb2fe 52%,
      #a2cec1 77%,
      #00c978 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.news-box .news-imgs .next {
  border-radius: 20px 0 0 20px;
}

.news-box .news-imgs .prev .prev-img,
.news-box .news-imgs .next .next-img {
  display: block;
  width: 20px;
  height: 20px;
}

.news-info-list {
  flex: 1;
  padding: 32px 32px 70px;
  border: 2px solid #ffffff;
  background-color: rgba(255, 255, 255, 0.6);
  box-sizing: border-box;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.news-info-list .info-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.news-info-list .info-list .info-item {
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
}

.news-info-list .info-list .info-item .cover-box {
  border-radius: 12px;
  overflow: hidden;
  width: 180px;
  height: 110px;
  flex-shrink: 0;
}

.news-info-list .info-list .info-item .cover-box .cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-info-list .info-list .info-item .title-abstract {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.news-info-list .info-list .info-item .title-abstract .title {
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.news-info-list .info-list .info-item .title-abstract .abstract {
  color: #888888;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.news-info-list .info-list .info-item .title-abstract .publish-time {
  color: #888888;
  font-size: 14px;
  line-height: 20px;
}

.video-news-title {
  color: #021703;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 24px;
}

.video-news {
  margin-bottom: 0;
  flex-wrap: wrap;
}

.video-news .video-news-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.video-news .video-news-item .video-news-cover-box {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.video-news .video-news-item .video-news-cover-box .video-news-cover {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.video-news .video-news-item .video-news-cover-box .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border: 2px solid #ffffff;
  background: rgb(255 255 255 / 20%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}

.video-news .video-news-item .video-news-cover-box .play-btn .play-btn-icon {
  display: block;
  width: 28px;
  height: 28px;
}

.video-news .video-news-item .video-news-item-title {
  color: #333333;
  font-size: 18px;
  text-align: center;
  line-height: 28px;
}