﻿

@font-face {
  font-family: "Microsoft YaHei";
  src: url("../images/msyh.ttc") format("opentype");
  font-style: normal; 
  font-display: swap;
}

.content-one.section {
  background: #fff;
  padding: 40px 0 34px;
}

.content-two.section {
  background: linear-gradient(180deg, #eef3f9 0%, #dfefff 100%);
  padding: 40px 0 34px;
}

.content-three.section {
  background: #fff;
  padding: 40px 0 34px;
}

.content-four.section {
  background: linear-gradient(180deg, #eef3f9 0%, #dfefff 100%);
  padding: 40px 0 34px;
}

.content-five.section {
  background: #fff;
  padding: 40px 0 34px;
}

.content-six.section {
  background: linear-gradient(180deg, #eef3f9 0%, #dfefff 100%);
  padding: 40px 0 34px;
}

.content-seven.section {
  background: #fff;
  padding: 40px 0 34px;
}

.content-one .section-head {
  margin-bottom: 30px;
}

.content-one .section-title {
  padding-left: 0;
  color: #003277;
  font-size: 26px;
}

.content-one .section-title::before {
  display: none;
}

.facility-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.facility-item {
  position: relative;
  min-width: 0;
  overflow: hidden;
  aspect-ratio: 400 / 300;
  background: #d8dde8;
}

.facility-link,
.facility-image {
  display: block;
  width: 100%;
  height: 100%;
}

.facility-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition: transform 0.45s ease;
  transform-origin: center center;
  will-change: transform;
}

.facility-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 46%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 58, 130, 0) 0%, rgba(0, 58, 130, 0.78) 100%);
  pointer-events: none;
}

.facility-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 2;
  display: block;
  padding: 0 16px;
  text-align: center;
  font-size: 18px;
  line-height: 1.35;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  pointer-events: none;
}

.facility-title,
.facility-title a,
.facility-title span {
  color: #ffffff !important;
  text-decoration: none;
}

.facility-window .facility-content > ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.facility-window .facility-content > ul > li {
  position: relative;
  min-width: 0;
  overflow: hidden;
  aspect-ratio: 400 / 300;
  background: #d8dde8;
}

.facility-window .facility-content > ul.news-list > li {
  display: block;
  padding: 0;
  border-bottom: 0;
}

.facility-window .facility-content > ul > li > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.facility-window .facility-content > ul > li > a::after {
  content: attr(title);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 3;
  display: block;
  padding: 0 16px;
  font-size: 18px;
  line-height: 1.35;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
  pointer-events: none;
}

.facility-window .facility-content > ul > li img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition: transform 0.45s ease;
  transform-origin: center center;
  will-change: transform;
}

.facility-window .facility-content > ul > li::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 46%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 58, 130, 0) 0%, rgba(0, 58, 130, 0.78) 100%);
  pointer-events: none;
}

.facility-window .facility-content > ul > li .facility-title,
.facility-window .facility-content > ul > li > a > span,
.facility-window .facility-content > ul > li > a > p,
.facility-window .facility-content > ul > li > span,
.facility-window .facility-content > ul > li > p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 2;
  margin: 0;
  padding: 0 16px;
  font-size: 18px;
  line-height: 1.35;
  font-family: "Microsoft YaHei";
  color: #ffffff !important;
  text-decoration: none;
  pointer-events: none;
}

.research-window .section-head {
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.research-window .section-title {
  padding-left: 0;
  color: #003277;
  font-size: 26px;
}

.research-window .section-title::before {
  display: none;
}

.research-window .section-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 102px;
  height: 38px;
  padding: 0 14px;
  border: 1px solid #95afd0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #1c4f89;
  letter-spacing: 0.01em;
  cursor: pointer;
}

.research-window .section-more:hover {
  border-color: #5f86b0;
  color: #0f3e73;
}

.research-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 18px;
  row-gap: 16px;
}

.research-item {
  min-width: 0;
}

.research-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 400 / 300;
  overflow: hidden;
  background: #d8dde8;
}

.research-image {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition: transform 0.45s ease;
  transform-origin: center center;
  will-change: transform;
}

.research-title {
  margin-top: 10px;
  display: block;
  font-size: 18px;
  line-height: 1.45;
  color: #173f6f;
  min-height: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal !important;
  text-overflow: initial;
  word-break: normal;
  overflow-wrap: anywhere;
  max-height: calc(1.55em * 2);
}

.research-title:hover {
  color: #003277;
}

.research-date {
  margin-top: 8px;
  text-align: right;
  font-size: 16px;
  line-height: 1.25;
  color: #6f8198;
}

.research-window .research-content > ul.news-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 18px;
  row-gap: 16px;
}

.research-window .research-content > ul.news-list > li {
  display: block;
  min-width: 0;
  padding: 0;
  border-bottom: 0;
}

.research-window .research-content > ul.news-list > li > a:first-child {
  display: block;
  width: 100%;
  aspect-ratio: 400 / 300;
  overflow: hidden;
  background: #d8dde8;
}

.research-window .research-content > ul.news-list > li > a:first-child img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition: transform 0.45s ease;
  transform-origin: center center;
  will-change: transform;
}

.research-window .research-content > ul.news-list > li > a:not(:first-child) {
  display: block;
  color: #233e60;
}

.research-window .research-content > ul.news-list > li > a + a,
.research-window .research-content > ul.news-list > li > a + span,
.research-window .research-content > ul.news-list > li > a + p {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.45;
  color: #173f6f;
  min-height: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal !important;
  text-overflow: initial;
  word-break: normal;
  overflow-wrap: anywhere;
  max-height: calc(1.55em * 2);
}

.facility-item:hover .facility-image,
.facility-window .facility-content > ul > li:hover img {
  transform: scale(1.06);
}

.research-item:hover .research-image,
.research-window .research-content > ul.news-list > li:hover > a:first-child img {
  transform: scale(1.06);
}

.facility-link,
.research-thumb,
.facility-window .facility-content > ul > li > a,
.research-window .research-content > ul.news-list > li > a:first-child {
  transition: box-shadow 0.35s ease;
}

.facility-item:hover .facility-link,
.research-item:hover .research-thumb,
.facility-window .facility-content > ul > li:hover > a,
.research-window .research-content > ul.news-list > li:hover > a:first-child {
  box-shadow: 0 12px 26px rgba(0, 39, 92, 0.18);
}

.research-window .text-ellipsis {
  white-space: normal !important;
  text-overflow: initial !important;
  overflow: hidden;
}

.research-window .research-content > ul.news-list > li > span:last-child,
.research-window .research-content > ul.news-list > li > p:last-child,
.research-window .research-content > ul.news-list > li > a:last-child {
  display: block;
  margin-top: 8px;
  text-align: right;
  font-size: 16px;
  line-height: 1.25;
  color: #6f8198;
  min-height: 0;
  overflow: visible;
  -webkit-line-clamp: initial;
  -webkit-box-orient: initial;
}

.synth-window .section-head {
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.synth-window {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 1.22fr);
  column-gap: 52px;
  align-items: start;
}

.synth-window .section-head,
.synth-window > .synth-content {
  grid-column: 1 / -1;
}

.synth-window > .synth-slider {
  grid-column: 1;
  min-width: 0;
}

.synth-window > .synth-news-list {
  grid-column: 2;
  min-width: 0;
}

.synth-window .section-title {
  padding-left: 0;
  color: #003277;
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: 0;
}

.synth-window .section-title::before {
  display: none;
}

.synth-window .section-title .synth-title-text {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.synth-window .section-title .synth-title-wrap,
.synth-window .section-title .synth-title-wrap .synth-title-text {
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
}

.synth-window .section-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 102px;
  height: 38px;
  padding: 0 14px;
  border: 1px solid #95afd0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #1c4f89;
  letter-spacing: 0.01em;
  cursor: pointer;
}

.synth-window .section-more a,
.synth-window .section-more .more-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: inherit;
}

.synth-window .section-more:hover {
  border-color: #5f86b0;
  color: #0f3e73;
}

.synth-content {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 1.22fr);
  column-gap: 52px;
  align-items: stretch;
}

.synth-slider {
  min-width: 0;
  height: 100%;
}

.synth-slider-track {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.synth-slide {
  display: none;
  background: #d8dde8;
}

.synth-slide.is-active {
  display: block;
}

.synth-slide-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 560 / 407;
  overflow: hidden;
}

.synth-slide-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
  transform-origin: center center;
  will-change: transform;
}

.synth-slide:hover .synth-slide-thumb img {
  transform: scale(1.06);
}

.synth-slide-caption {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  height: 96px;
  padding: 10px 16px 12px;
  background: #003277;
  box-sizing: border-box;
}

.synth-slide-title {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 18px;
  line-height: 1.35;
  font-family: "Microsoft YaHei";
  height: calc(1.35em * 2);
  color: #ffffff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.synth-slide-title a {
  display: inline;
  color: inherit;
  text-decoration: none;
}

.synth-window .synth-news-title,
.synth-window .synth-news-main > .synth-news-title + a {
  font-family: "Microsoft YaHei";
  color: #031b3d;
}

.synth-window .synth-news-summary,
.synth-window .synth-news-summary a {
  color: #2a3e59;
}

.synth-slide-date {
  flex: 0 0 auto;
  align-self: flex-end;
  margin-top: 0;
  margin-left: 24px;
  font-size: 16px;
  line-height: 1.3;
  color: #ffffff;
}

.synth-dots {
  margin-top: 14px;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.synth-dot {
  width: 32px;
  height: 4px;
  border: 0;
  padding: 0;
  background: rgba(0, 59, 132, 0.24);
  cursor: pointer;
}

.synth-dot.is-active {
  background: #003277;
}

.synth-news-list {
  min-width: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.synth-news-item {
  display: flex;
  align-items: center;
  flex: 1 1 0;
  min-height: 0;
  gap: 24px;
  padding: 3px 0 18px;
  border-bottom: 1px dashed rgba(78, 111, 152, 0.4);
  transition: transform 0.3s ease;
}

.synth-news-item + .synth-news-item {
  margin-top: 12px;
}

.synth-news-date {
  flex: 0 0 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.synth-day {
  display: block;
  font-size: 18px;
  line-height: 0.95;
  color: #003277;
  font-weight: 700;
}

.synth-month {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.2;
  color: #1f4f87;
}

.synth-news-main {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
}

.synth-news-title {
  display: block;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.26;
  color: #031b3d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.25s ease;
}

.synth-news-title a {
  display: block;
  width: 100%;
  font: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 兼容运行态：标题可能落为 .synth-news-title 后的同级链接 */
.synth-news-main > .synth-news-title + a {
  display: block;
  width: 100%;
  font-size: 24px;
  line-height: 1.26;
  color: #031b3d;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.synth-news-main > .synth-news-title + a:hover {
  color: #003277;
}

.synth-news-title:hover {
  color: #003277;
}

.synth-news-summary {
  margin-top: 9px;
  font-size: 16px;
  line-height: 1.45;
  color: #4f6888;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.25s ease;
}

.synth-news-summary a {
  display: block;
  width: 100%;
  font: inherit;
  line-height: inherit;
  font-size: inherit;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.synth-news-item:hover {
  transform: translateX(6px);
}

.synth-news-item:hover .synth-news-title,
.synth-news-item:hover .synth-news-main > .synth-news-title + a {
  color: #003277;
}

.synth-news-item:hover .synth-news-summary,
.synth-news-item:hover .synth-news-summary a {
  color: #345a86;
}

/* Webplus fallback: 当窗口内容回退为系统 news-list/news_list 结构时 */
.synth-window .synth-content > ul.news-list,
.synth-window .synth-content > ul.news_list {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 1.22fr);
  column-gap: 52px;
  row-gap: 0;
  align-items: start;
}

.synth-window .synth-content > ul.news-list > li,
.synth-window .synth-content > ul.news_list > li {
  grid-column: 2;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 3px 0 18px;
  border-bottom: 1px dashed rgba(78, 111, 152, 0.4);
  transition: transform 0.3s ease;
}

.synth-window .synth-content > ul.news-list > li + li,
.synth-window .synth-content > ul.news_list > li + li {
  margin-top: 12px;
}

.synth-window .synth-content > ul.news-list > li:first-child,
.synth-window .synth-content > ul.news_list > li:first-child {
  grid-column: 1;
  grid-row: 1 / span 6;
  display: block;
  margin-top: 0;
  padding: 0;
  border-bottom: 0;
}

.synth-window .synth-content > ul.news-list > li:first-child > a:first-child,
.synth-window .synth-content > ul.news_list > li:first-child > a:first-child {
  display: block;
  width: 100%;
  aspect-ratio: 560 / 407;
  overflow: hidden;
  background: #d8dde8;
}

.synth-window .synth-content > ul.news-list > li:first-child > a:first-child img,
.synth-window .synth-content > ul.news_list > li:first-child > a:first-child img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition: transform 0.45s ease;
  transform-origin: center center;
  will-change: transform;
}

.synth-window .synth-content > ul.news-list > li:first-child:hover > a:first-child img,
.synth-window .synth-content > ul.news_list > li:first-child:hover > a:first-child img {
  transform: scale(1.06);
}

.synth-window .synth-content > ul.news-list > li:first-child > a:not(:first-child),
.synth-window .synth-content > ul.news_list > li:first-child > a:not(:first-child) {
  display: inline-block;
  width: calc(100% - 122px);
  height: 84px;
  padding: 10px 16px 12px;
  vertical-align: top;
  background: #003277;
  color: #ffffff !important;
  font-size: 18px;
  line-height: 1.32;
  text-decoration: none;
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  box-sizing: border-box;
}

.synth-window .synth-content > ul.news-list > li:first-child > span:last-child,
.synth-window .synth-content > ul.news-list > li:first-child > p:last-child,
.synth-window .synth-content > ul.news-list > li:first-child > a:last-child,
.synth-window .synth-content > ul.news_list > li:first-child > span:last-child,
.synth-window .synth-content > ul.news_list > li:first-child > p:last-child,
.synth-window .synth-content > ul.news_list > li:first-child > a:last-child {
  display: inline-block;
  width: 122px;
  height: 84px;
  padding: 14px 14px 10px;
  vertical-align: top;
  text-align: right;
  background: #003277;
  color: #ffffff !important;
  font-size: 14px;
  line-height: 1.3;
  box-sizing: border-box;
}

.synth-window .synth-content > ul.news-list > li:not(:first-child) img,
.synth-window .synth-content > ul.news_list > li:not(:first-child) img {
  display: none !important;
}

.synth-window .synth-content > ul.news-list > li:not(:first-child) > *:first-child,
.synth-window .synth-content > ul.news_list > li:not(:first-child) > *:first-child {
  flex: 0 0 72px;
  width: 72px;
  color: #003277;
  font-size: 30px;
  line-height: 0.95;
  font-weight: 700;
}

.synth-window .synth-content > ul.news-list > li:not(:first-child) > *:nth-child(2),
.synth-window .synth-content > ul.news_list > li:not(:first-child) > *:nth-child(2) {
  flex: 1 1 auto;
  min-width: 0;
  display: block;
  color: #143f73;
  font-size: 22px;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  transition: color 0.25s ease;
}

.synth-window .synth-content > ul.news-list > li:not(:first-child) > *:nth-child(3),
.synth-window .synth-content > ul.news-list > li:not(:first-child) > *:nth-child(4),
.synth-window .synth-content > ul.news_list > li:not(:first-child) > *:nth-child(3),
.synth-window .synth-content > ul.news_list > li:not(:first-child) > *:nth-child(4) {
  display: block;
  color: #4f6888;
  font-size: 18px;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.25s ease;
}

.synth-window .synth-content > ul.news-list > li:not(:first-child):hover,
.synth-window .synth-content > ul.news_list > li:not(:first-child):hover {
  transform: translateX(6px);
}

.synth-window .synth-content > ul.news-list > li:not(:first-child):hover > *:nth-child(2),
.synth-window .synth-content > ul.news_list > li:not(:first-child):hover > *:nth-child(2) {
  color: #003277;
}

.synth-window .synth-content > ul.news-list > li:not(:first-child):hover > *:nth-child(3),
.synth-window .synth-content > ul.news-list > li:not(:first-child):hover > *:nth-child(4),
.synth-window .synth-content > ul.news_list > li:not(:first-child):hover > *:nth-child(3),
.synth-window .synth-content > ul.news_list > li:not(:first-child):hover > *:nth-child(4) {
  color: #345a86;
}

.synth-window .synth-content > ul.news-list > li:not(:first-child) > *:nth-child(3),
.synth-window .synth-content > ul.news_list > li:not(:first-child) > *:nth-child(3) {
  margin-top: 9px;
}

.open-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.open-window-item,
.open-col-content {
  min-width: 0;
}

.open-col-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.open-col-title {
  margin: 0 0 20px;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 700;
  color: #003277;
  text-decoration: none;
}

.open-col-thumb {
  overflow: hidden;
  background: #d8dde8;
  aspect-ratio: 400 / 300;
}

.open-col-thumb img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition: transform 0.45s ease;
  transform-origin: center center;
  will-change: transform;
}

.open-window-item:hover .open-col-thumb img {
  transform: scale(1.06);
}

/* Webplus fallback: 窗口内容回退为系统 news-list/news_list 结构时 */
.open-window-item .open-col-content > ul.news-list,
.open-window-item .open-col-content > ul.news_list {
  min-width: 0;
}

.open-window-item .open-col-content > ul.news-list > li,
.open-window-item .open-col-content > ul.news_list > li {
  display: block;
  padding: 0;
  border-bottom: 0;
}

.open-window-item .open-col-content > ul.news-list > li > a:first-child,
.open-window-item .open-col-content > ul.news_list > li > a:first-child {
  display: block;
  margin: 0 0 20px;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 700;
  color: #003277;
  text-decoration: none;
}

.open-window-item .open-col-content > ul.news-list > li > a:first-child img,
.open-window-item .open-col-content > ul.news_list > li > a:first-child img {
  display: block;
  width: 100% !important;
  aspect-ratio: 400 / 300;
  height: auto !important;
  object-fit: cover;
  background: #d8dde8;
}

.open-window-item .open-col-content > ul.news-list > li > a:not(:first-child) img,
.open-window-item .open-col-content > ul.news_list > li > a:not(:first-child) img,
.open-window-item .open-col-content > ul.news-list > li > img,
.open-window-item .open-col-content > ul.news_list > li > img {
  display: block;
  width: 100% !important;
  aspect-ratio: 400 / 300;
  height: auto !important;
  object-fit: cover;
  background: #d8dde8;
}

.open-window-item .open-col-content > ul.news-list > li:hover img,
.open-window-item .open-col-content > ul.news_list > li:hover img {
  transform: scale(1.06);
  transition: transform 0.45s ease;
  transform-origin: center center;
  will-change: transform;
}

.media-focus-module .section-head {
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.media-focus-module .section-title {
  padding-left: 0;
  color: #003277;
  font-size: 26px;
}

.media-focus-module .section-title::before {
  display: none;
}

.media-focus-head-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.media-focus-tabs {
  display: flex;
  align-items: center;
  gap: 12px;
}

.media-focus-tab {
  border: 1px solid transparent;
  background: #d9ecff;
  color: #1c4f89;
  height: 38px;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition: all 0.25s ease;
}

.media-focus-tab:hover,
.media-focus-tab.is-active {
  background: #003277;
  border-color: #003277;
  color: #ffffff;
}

.media-focus-module .section-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 102px;
  height: 38px;
  padding: 0 14px;
  border: 1px solid #95afd0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #1c4f89;
  cursor: pointer;
}

.media-focus-module .section-more a,
.media-focus-module .section-more .more-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: inherit;
}

.media-focus-module .section-more:hover {
  border-color: #5f86b0;
  color: #0f3e73;
}

.media-focus-module .section-more,
.latest-news-module .latest-news-more {
  margin-top: 0;
}

.media-focus-panel {
  display: none;
}

.media-focus-panel.is-active {
  display: block;
}

.media-focus-panel .media-focus-more-proxy {
  display: none !important;
}

.content-two .research-window.media-focus-panel.is-active {
  display: block;
}

.media-focus-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 26px;
}

.media-focus-item {
  min-width: 0;
}

.media-focus-link {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  min-height: 194px;
  padding: 24px 22px;
  border: var(--media-focus-box-border-width) solid transparent;
  background:
    linear-gradient(
      180deg,
      var(--media-focus-box-fill-start) 0%,
      var(--media-focus-box-fill-end) 100%
    ) padding-box,
    linear-gradient(
      180deg,
      var(--media-focus-box-stroke-start) 0%,
      var(--media-focus-box-stroke-end) 100%
    ) border-box;
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.media-focus-thumb {
  display: block;
  flex: 0 0 196px;
  width: 196px;
  height: 146px;
  overflow: hidden;
  background: #d8dde8;
}

.media-focus-thumb img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition: transform 0.45s ease;
  transform-origin: center center;
  will-change: transform;
}

.media-focus-main {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 146px;
  padding: 4px 0;
}

.media-focus-title {
  font-size: 18px;
  line-height: 1.35;
  font-family: "Microsoft YaHei";
  height: calc(1.35em * 2);
  color: #031b3d;
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.media-focus-title a {
  color: inherit;
  text-decoration: none;
}

.media-focus-panel[data-panel="focus-media"] .media-focus-title {
  color: #031b3d;
}

.media-focus-date {
  margin-top: auto;
  padding-top: 12px;
  text-align: right;
  font-size: 16px;
  line-height: 1.25;
  color: #6f8198;
}

.media-focus-link:hover .media-focus-thumb img {
  transform: scale(1.06);
}

.media-focus-link:hover .media-focus-title {
  color: #003277;
}

.media-focus-link:hover .media-focus-title a {
  color: inherit;
}

.media-focus-panel[data-panel="focus-media"] .media-focus-link:hover,
.media-focus-panel[data-panel="focus-media"] .media-focus-link:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(18, 55, 98, 0.12);
  border-color: rgba(72, 132, 198, 0.25);
}

.media-focus-placeholder {
  min-height: 468px;
  border: 1px dashed rgba(102, 130, 163, 0.5);
  background: rgba(238, 245, 255, 0.35);
}

/* 科学传播-图片：参照科研工程卡片样式 */
.media-focus-panel[data-panel="focus-image"] .media-focus-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px 18px;
}

.media-focus-panel[data-panel="focus-image"] .media-focus-item {
  min-width: 0;
}

.media-focus-panel[data-panel="focus-image"] .media-focus-link {
  display: block;
  min-height: 0;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
  cursor: pointer;
}

.media-focus-panel[data-panel="focus-image"] .media-focus-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 400 / 300;
  height: auto;
  flex: none;
  overflow: hidden;
  background: #d8dde8;
}

.media-focus-panel[data-panel="focus-image"] .media-focus-main {
  display: block;
  min-height: 0;
  padding: 0;
}

.media-focus-panel[data-panel="focus-image"] .media-focus-title {
  margin-top: 10px;
  display: block;
  font-size: 18px;
  line-height: 1.45;
  color: #031b3d;
  white-space: normal;
  text-overflow: initial;
  overflow: hidden;
  word-break: normal;
  overflow-wrap: anywhere;
  max-height: calc(1.55em * 2);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: "Microsoft YaHei";
}

.media-focus-panel[data-panel="focus-image"] .media-focus-title a {
  color: inherit;
  text-decoration: none;
}

.media-focus-panel[data-panel="focus-image"] .media-focus-title {
  color: #031b3d;
}

.media-focus-panel[data-panel="focus-image"] .media-focus-date {
  margin-top: auto;
  padding-top: 12px;
  text-align: right;
  font-size: 16px;
  line-height: 1.25;
  color: #6f8198;
}

.content-two .research-window.media-focus-panel[data-panel="focus-image"] .media-focus-date {
  color: #2a3e59;
}

.media-focus-panel[data-panel="focus-image"] .media-focus-link:hover .media-focus-thumb img {
  transform: scale(1.06);
}

.media-focus-panel[data-panel="focus-image"] .media-focus-link:hover .media-focus-title,
.media-focus-panel[data-panel="focus-image"] .media-focus-link:hover .media-focus-title a {
  color: #003277;
}

.content-two .research-window .media-focus-title {
  line-height: 1.45;
  height: calc(1.45em * 2);
  overflow: hidden;
}

.media-focus-panel[data-panel="focus-museum"] .media-focus-title {
  font-size: 18px;
  line-height: 1.45;
  color: #031b3d;
}

.media-focus-panel[data-panel="focus-museum"] .media-focus-date {
  font-size: 16px;
  line-height: 1.25;
}

.science-video-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px 22px;
}

.media-focus-panel[data-panel="focus-video"] .media-focus-content > ul.news-list,
.media-focus-panel[data-panel="focus-video"] .media-focus-content > ul.news_list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px 22px;
}

.media-focus-panel[data-panel="focus-video"] .media-focus-content > ul.news-list > li,
.media-focus-panel[data-panel="focus-video"] .media-focus-content > ul.news_list > li {
  display: block;
  min-width: 0;
  padding: 0;
  border-bottom: 0;
}

.media-focus-panel[data-panel="focus-video"] .media-focus-content > ul.news-list > li > a:first-child,
.media-focus-panel[data-panel="focus-video"] .media-focus-content > ul.news_list > li > a:first-child {
  display: block;
  width: 100%;
  aspect-ratio: 400 / 300;
  overflow: hidden;
  background: #d8dde8;
}

.media-focus-panel[data-panel="focus-video"] .media-focus-content > ul.news-list > li > a:first-child img,
.media-focus-panel[data-panel="focus-video"] .media-focus-content > ul.news_list > li > a:first-child img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition: transform 0.45s ease;
  transform-origin: center center;
  will-change: transform;
}

.media-focus-panel[data-panel="focus-video"] .media-focus-content > ul.news-list > li:hover > a:first-child img,
.media-focus-panel[data-panel="focus-video"] .media-focus-content > ul.news_list > li:hover > a:first-child img {
  transform: scale(1.06);
}

.science-video-item {
  min-width: 0;
}

.science-video-cover {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 400 / 300;
  overflow: hidden;
  background: #d8dde8;
}

.science-video-cover img,
.science-video-cover video {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.science-video-player {
  background: #000000;
}

.science-video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 74px;
  height: 74px;
  margin: 0;
  padding: 0;
  border: 3px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(1px);
  cursor: pointer;
  z-index: 3;
}

.science-video-play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 18px solid rgba(255, 255, 255, 0.96);
  transform: translate(-34%, -50%);
}

.science-video-cover.is-playing .science-video-play {
  opacity: 0;
  pointer-events: none;
}

.science-video-title {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.45;
  color: #031b3d;
  white-space: normal;
  text-overflow: initial;
  overflow: hidden;
  word-break: normal;
  overflow-wrap: anywhere;
  max-height: calc(1.55em * 2);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: "Microsoft YaHei";
}

.media-focus-panel[data-panel="focus-video"] .media-focus-content > ul.news-list > li > a + a,
.media-focus-panel[data-panel="focus-video"] .media-focus-content > ul.news-list > li > a + span,
.media-focus-panel[data-panel="focus-video"] .media-focus-content > ul.news-list > li > a + p,
.media-focus-panel[data-panel="focus-video"] .media-focus-content > ul.news_list > li > a + a,
.media-focus-panel[data-panel="focus-video"] .media-focus-content > ul.news_list > li > a + span,
.media-focus-panel[data-panel="focus-video"] .media-focus-content > ul.news_list > li > a + p {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  color: #031b3d;
  white-space: normal !important;
  text-overflow: initial !important;
  overflow: hidden;
  word-break: normal;
  overflow-wrap: anywhere;
  max-height: calc(1.55em * 2);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

/* 窗口15运行态会出现嵌套 a 被浏览器纠正，需直接命中真实标题链接 */
.media-focus-panel[data-panel="focus-video"] .science-video-item > a:last-child,
.media-focus-panel[data-panel="focus-video"] .science-video-item > .science-video-title > a {
  display: -webkit-box;
  margin-top: 3px;
  font-size: 18px;
  line-height: 1.35;
  font-family: "Microsoft YaHei";
  height: calc(1.35em * 2);
  color: #031b3d;
  text-decoration: none;
  white-space: normal !important;
  text-overflow: initial !important;
  overflow: hidden;
  word-break: normal;
  overflow-wrap: anywhere;
  max-height: calc(1.55em * 2);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.media-focus-panel[data-panel="focus-video"] .science-video-title {
  color: #031b3d;
}

.media-focus-panel[data-panel="focus-video"] .science-video-title.text-ellipsis {
  white-space: normal !important;
  text-overflow: initial !important;
}

.science-video-title:hover {
  color: #003277;
}

.media-focus-panel[data-panel="focus-video"] .science-video-item > a:last-child:hover,
.media-focus-panel[data-panel="focus-video"] .science-video-item > .science-video-title > a:hover {
  color: #003277;
}

.latest-news-module .section-head {
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.latest-news-module .section-title {
  padding-left: 0;
  color: #003277;
  font-size: 26px;
}

.latest-news-module .section-title::before {
  display: none;
}

.latest-news-module .media-focus-head-right {
  display: flex;
  align-items: center;
  gap: 14px;
}

.latest-news-module .media-focus-tabs {
  display: flex;
  align-items: center;
  gap: 12px;
}

.latest-news-module .media-focus-tab {
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.88);;
  color: #1c4f89;
  height: 40px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition: all 0.25s ease;
}

.latest-news-module .media-focus-tab:hover,
.latest-news-module .media-focus-tab.is-active {
  background: #003277;
  border-color: #003277;
  color: #ffffff;
}

.latest-news-module .latest-news-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 102px;
  height: 40px;
  padding: 0 14px;
  border: 1px solid #95afd0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #1c4f89;
  cursor: pointer;
}

.latest-news-module .latest-news-more a,
.latest-news-module .latest-news-more .more-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: inherit;
}

.latest-news-module .latest-news-more:hover {
  border-color: #5f86b0;
  color: #0f3e73;
}

/* 最新资讯默认全显示，只有前台运行态才切换隐藏 */
.latest-news-panel {
  display: block;
}

.latest-news-module.is-latest-news-runtime .latest-news-panel,
.latest-news-module.is-latest-news-runtime .media-focus-panel {
  display: none;
}

.latest-news-module.is-latest-news-runtime .latest-news-panel.is-active,
.latest-news-module.is-latest-news-runtime .media-focus-panel.is-active {
  display: block;
}

.latest-news-panel .latest-news-more-proxy {
  display: none !important;
}

/* Webplus 编辑态：移动菜单窗口需可见可点，便于配置窗口22 */
html[contenteditable="true"] .mobile-nav-overlay,
body[contenteditable="true"] .mobile-nav-overlay,
.wp-editor .mobile-nav-overlay,
.visual-design .mobile-nav-overlay {
  display: block !important;
  position: static !important;
  inset: auto !important;
  padding: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  z-index: auto !important;
  background: transparent !important;
}


/* Webplus 编辑态：确保最新资讯各窗口可见、可点选配置 */
html[contenteditable="true"] .latest-news-module .latest-news-panel,
html[contenteditable="true"] .latest-news-module .media-focus-panel,
body[contenteditable="true"] .latest-news-module .latest-news-panel,
body[contenteditable="true"] .latest-news-module .media-focus-panel,
.wp-editor .latest-news-module .latest-news-panel,
.wp-editor .latest-news-module .media-focus-panel,
.visual-design .latest-news-module .latest-news-panel,
.visual-design .latest-news-module .media-focus-panel {
  display: block !important;
}

.latest-news-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.latest-news-item {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 184px;
  padding: 26px 18px 14px;
  border: 1px solid rgba(219, 228, 239, 0.95);
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(1px);
  cursor: pointer;
  transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease,
    background-color 0.32s ease;
}

.latest-news-item::before {
  content: "";
  position: absolute;
  left: 18px;
  top: -1px;
  width: 32px;
  height: 4px;
  background: #003277;
  transition: width 0.32s ease, background-color 0.32s ease;
}

.latest-news-card-title {
  display: block;
  margin: 0;
  color: #031b3d;
  font-size: 18px;
  line-height: 1.45;
  font-family: "Microsoft YaHei";
  text-decoration: none;
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: color 0.28s ease;
}
.latest-news-card-title-small {
  font-size: 16px;
}

.latest-news-panel[data-panel="news-notice"] .latest-news-card-title {
  color: #031b3d;
}

.latest-news-card-title:hover {
  color: #003277;
}

.latest-news-card-foot {
  margin-top: 18px;
  padding-top: 10px;
  border-top: 1px solid rgba(194, 207, 223, 0.72);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  transition: border-color 0.28s ease;
}

.latest-news-date {
  color: #6f8198;
  font-size: 16px;
  line-height: 1.25;
  transition: color 0.28s ease;
}

.latest-news-card-more {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
}

.latest-news-card-more img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.32s ease, filter 0.32s ease;
}

.latest-news-item:focus-within {
  transform: translateY(-4px);
  border-color: rgba(157, 183, 216, 0.95);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 24px rgba(0, 50, 112, 0.14);
}

.latest-news-item:focus-within::before {
  width: 56px;
  background: #0e4f98;
}

.latest-news-item:focus-within .latest-news-card-title {
  color: #003277;
}

.latest-news-item:focus-within .latest-news-card-foot {
  border-top-color: rgba(147, 174, 205, 0.8);
}

.latest-news-item:focus-within .latest-news-date {
  color: #4d6788;
}

.latest-news-item:focus-within .latest-news-card-more img {
  transform: translateX(4px) scale(1.03);
  filter: saturate(1.08);
}

@media (hover: hover) {
  .latest-news-item:hover {
    transform: translateY(-6px);
    border-color: rgba(157, 183, 216, 0.95);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 12px 28px rgba(0, 50, 112, 0.16);
  }

  .latest-news-item:hover::before {
    width: 60px;
    background: #0e4f98;
  }

  .latest-news-item:hover .latest-news-card-title {
    color: #003277;
  }

  .latest-news-item:hover .latest-news-card-foot {
    border-top-color: rgba(147, 174, 205, 0.8);
  }

  .latest-news-item:hover .latest-news-date {
    color: #4d6788;
  }

  .latest-news-item:hover .latest-news-card-more img {
    transform: translateX(5px) scale(1.04);
    filter: saturate(1.1);
  }
}

.quick-links-window .section-head {
  margin-bottom: 30px;
}

.quick-links-window .section-title {
  color: #003277;
  padding-left: 0;
  font-size: 26px;
}

.quick-links-window .section-title::before {
  display: none;
}

.quick-links-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
}

.quick-links-item {
  min-width: 0;
  overflow: hidden;
  background: transparent;
  transition: box-shadow 0.35s ease;
}

.quick-links-link,
.quick-links-item > a + a {
  display: block;
  width: 100%;
}

.quick-links-item > a:first-child:not(:last-child) {
  display: none;
}

.quick-links-image {
  display: block;
  width: 100%;
  height: auto !important;
  object-fit: contain;
}

.quick-links-link > img,
.quick-links-link .news_imgs img,
.quick-links-item img {
  display: block;
  width: 100%;
  height: auto !important;
  object-fit: contain;
  transition: transform 0.45s ease;
  transform-origin: center center;
  will-change: transform;
}

.quick-links-item:hover {
  box-shadow: 0 12px 26px rgba(0, 39, 92, 0.18);
}

.quick-links-item:hover img {
  transform: scale(1.06);
}

.quick-links-link:focus-visible {
  outline: 2px solid #1c4f89;
  outline-offset: 2px;
}

.quick-links-link .news_imgs {
  display: block;
  width: 100%;
}

@media (max-width: 1140px) {


  .content-three.section {
    padding: 30px 0 34px;
  }

  .content-four.section {
    padding: 30px 0 34px;
  }

  .content-five.section {
    padding: 30px 0 34px;
  }

  .content-six.section {
    padding: 30px 0 34px;
  }

  .content-seven.section {
    padding: 30px 0 34px;
  }

  .synth-content {
    column-gap: 34px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  }

  .synth-window {
    column-gap: 34px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  }

  .synth-slide-title {
    font-size: 16px;
  }

  .synth-slide-date {
    font-size: 15px;
  }

  .synth-day {
    font-size: 17px;
  }

  .synth-month {
    font-size: 14px;
  }

  .synth-news-title {
    font-size: 20px;
  }

  .synth-news-summary {
    font-size: 16px;
  }

  .synth-window .synth-content > ul.news-list,
  .synth-window .synth-content > ul.news_list {
    column-gap: 34px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  }

  .synth-window .synth-content > ul.news-list > li:first-child > a:not(:first-child),
  .synth-window .synth-content > ul.news_list > li:first-child > a:not(:first-child) {
    width: calc(100% - 114px);
    font-size: 22px;
  }

  .synth-window .synth-content > ul.news-list > li:first-child > span:last-child,
  .synth-window .synth-content > ul.news-list > li:first-child > p:last-child,
  .synth-window .synth-content > ul.news-list > li:first-child > a:last-child,
  .synth-window .synth-content > ul.news_list > li:first-child > span:last-child,
  .synth-window .synth-content > ul.news_list > li:first-child > p:last-child,
  .synth-window .synth-content > ul.news_list > li:first-child > a:last-child {
    width: 114px;
    font-size: 16px;
  }

  .synth-window .synth-content > ul.news-list > li:not(:first-child) > *:first-child,
  .synth-window .synth-content > ul.news_list > li:not(:first-child) > *:first-child {
    width: 62px;
    flex-basis: 62px;
    font-size: 30px;
  }

  .synth-window .synth-content > ul.news-list > li:not(:first-child) > *:nth-child(2),
  .synth-window .synth-content > ul.news_list > li:not(:first-child) > *:nth-child(2) {
    font-size: 20px;
  }

  .synth-window .synth-content > ul.news-list > li:not(:first-child) > *:nth-child(3),
  .synth-window .synth-content > ul.news-list > li:not(:first-child) > *:nth-child(4),
  .synth-window .synth-content > ul.news_list > li:not(:first-child) > *:nth-child(3),
  .synth-window .synth-content > ul.news_list > li:not(:first-child) > *:nth-child(4) {
    font-size: 16px;
  }

  .open-grid {
    gap: 20px;
  }

  .open-col-title {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .open-window-item .open-col-content > ul.news-list > li > a:first-child,
  .open-window-item .open-col-content > ul.news_list > li > a:first-child {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .research-title,
  .research-window .research-content > ul.news-list > li > a + a,
  .research-window .research-content > ul.news-list > li > a + span,
  .research-window .research-content > ul.news-list > li > a + p {
    font-size: 17px;
  }

  .research-date,
  .research-window .research-content > ul.news-list > li > span:last-child,
  .research-window .research-content > ul.news-list > li > p:last-child,
  .research-window .research-content > ul.news-list > li > a:last-child {
    font-size: 15px;
  }

  .media-focus-module .section-head {
    margin-bottom: 24px;
  }

  .media-focus-head-right {
    gap: 12px;
  }

  .media-focus-tabs {
    gap: 8px;
  }

  .media-focus-tab {
    height: 38px;
    padding: 0 18px;
    font-size: 15px;
  }

  .quick-links-window .section-head {
    margin-bottom: 24px;
  }

  .quick-links-list {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 12px;
  }

  .media-focus-module .section-more {
    min-width: 102px;
    height: 38px;
    padding: 0 14px;
    font-size: 15px;
  }

  .media-focus-list {
    gap: 18px;
  }

  .media-focus-link {
    min-height: 164px;
    gap: 16px;
    padding: 18px 18px;
  }

  .media-focus-thumb {
    flex-basis: 172px;
    width: 172px;
    height: 128px;
  }

  .media-focus-main {
    min-height: 128px;
  }

  .media-focus-title {
    font-size: 16px;
  }

  .media-focus-date {
    font-size: 15px;
  }

  .media-focus-placeholder {
    min-height: 400px;
  }

  .science-video-list {
    gap: 18px 18px;
  }

  .media-focus-panel[data-panel="focus-video"] .media-focus-content > ul.news-list,
  .media-focus-panel[data-panel="focus-video"] .media-focus-content > ul.news_list {
    gap: 18px 18px;
  }

  .science-video-play {
    width: 62px;
    height: 62px;
    border-width: 2px;
  }

  .science-video-play-icon {
    border-top-width: 9px;
    border-bottom-width: 9px;
    border-left-width: 15px;
  }

  .science-video-title {
    margin-top: 12px;
    font-size: 17px;
  }

  .media-focus-panel[data-panel="focus-video"] .science-video-item > a:last-child,
  .media-focus-panel[data-panel="focus-video"] .science-video-item > .science-video-title > a {
    margin-top: 12px;
    font-size: 16px;
  }

  .media-focus-panel[data-panel="focus-video"] .media-focus-content > ul.news-list > li > a + a,
  .media-focus-panel[data-panel="focus-video"] .media-focus-content > ul.news-list > li > a + span,
  .media-focus-panel[data-panel="focus-video"] .media-focus-content > ul.news-list > li > a + p,
  .media-focus-panel[data-panel="focus-video"] .media-focus-content > ul.news_list > li > a + a,
  .media-focus-panel[data-panel="focus-video"] .media-focus-content > ul.news_list > li > a + span,
  .media-focus-panel[data-panel="focus-video"] .media-focus-content > ul.news_list > li > a + p {
    margin-top: 12px;
    font-size: 17px;
  }

  .media-focus-panel[data-panel="focus-image"] .media-focus-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px 18px;
  }

  .media-focus-panel[data-panel="focus-image"] .media-focus-title,
  .media-focus-panel[data-panel="focus-museum"] .media-focus-title {
    font-size: 16px;
  }

  .media-focus-panel[data-panel="focus-image"] .media-focus-date,
  .media-focus-panel[data-panel="focus-museum"] .media-focus-date {
    font-size: 15px;
  }

  .latest-news-module .section-head {
    margin-bottom: 24px;
  }

  .latest-news-module .media-focus-tabs {
    gap: 8px;
  }

  .latest-news-module .media-focus-tab {
    height: 38px;
    padding: 0 16px;
    font-size: 15px;
  }

  .latest-news-module .latest-news-more {
    min-width: 96px;
    height: 38px;
    font-size: 15px;
  }

  .latest-news-list {
    gap: 14px;
  }

  .latest-news-item {
    min-height: 168px;
    padding: 22px 14px 12px;
  }

  .latest-news-item::before {
    left: 14px;
    top: -1px;
  }

  .latest-news-card-title {
    font-size: 17px;
    line-height: 1.45;
  }

  .latest-news-date {
    font-size: 15px;
  }
}

@media (max-width: 960px) {


  .content-one.section {
    padding-top: 22px;
    padding-bottom: 30px;
  }

  .content-two.section {
    padding-top: 22px;
    padding-bottom: 30px;
  }

  .content-three.section {
    padding-top: 22px;
    padding-bottom: 30px;
  }

  .content-four.section {
    padding: 22px 0 30px;
  }

  .content-five.section {
    padding: 22px 0 30px;
  }

  .content-six.section {
    padding: 22px 0 30px;
  }

  .content-seven.section {
    padding: 22px 0 30px;
  }

  .content-one .section-head {
    margin-bottom: 22px;
  }

  .content-one .section-title {
    font-size: 22px;
  }

  .research-window .section-title {
    font-size: 22px;
  }

  .quick-links-window .section-head {
    margin-bottom: 20px;
  }

  .quick-links-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .facility-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .facility-window .facility-content > ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .research-window .section-head {
    margin-bottom: 18px;
  }

  .research-window .section-more {
    min-width: 92px;
    height: 34px;
    padding: 0 10px;
    font-size: 14px;
  }

  .research-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .research-title {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.45;
    min-height: 0;
  }

  .research-date {
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.25;
  }

  .research-window .research-content > ul.news-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .research-window .research-content > ul.news-list > li > a + a,
  .research-window .research-content > ul.news-list > li > a + span,
  .research-window .research-content > ul.news-list > li > a + p,
  .research-window .research-content > ul.news-list > li > span,
  .research-window .research-content > ul.news-list > li > p {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.45;
    min-height: 0;
  }

  .research-window .research-content > ul.news-list > li > span:last-child,
  .research-window .research-content > ul.news-list > li > p:last-child {
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.25;
  }

  .synth-window .section-head {
    margin-bottom: 20px;
  }

  .synth-window .section-title {
    font-size: 22px;
  }

  .media-focus-module .section-title,
  .latest-news-module .section-title,
  .quick-links-window .section-title {
    font-size: 22px;
  }

  .synth-window .section-more {
    min-width: 92px;
    height: 34px;
    padding: 0 10px;
    font-size: 14px;
  }

  .synth-content {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }

  .synth-window {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }

  .synth-window > .synth-slider,
  .synth-window > .synth-news-list {
    grid-column: auto;
  }

  .synth-window > .synth-news-list,
  .synth-news-list {
    height: auto;
    display: block;
  }

  .synth-slide-thumb {
    aspect-ratio: 16 / 11;
  }

  .synth-slide-caption {
    height: 82px;
    padding: 10px 14px;
  }

  .synth-slide-title {
    font-size: 16px;
  }

  .synth-slide-date {
    margin-top: 6px;
    font-size: 15px;
  }

  .synth-news-item {
    flex: 0 0 auto;
    align-items: flex-start;
    gap: 16px;
    padding: 2px 0 14px;
  }

  .synth-news-item + .synth-news-item {
    margin-top: 10px;
  }

  .synth-news-date {
    flex-basis: 58px;
  }

  .synth-day {
    font-size: 16px;
  }

  .synth-month {
    margin-top: 6px;
    font-size: 14px;
  }

  .synth-news-title {
    font-size: 20px;
    line-height: 1.3;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .synth-news-main > .synth-news-title + a {
    font-size: 20px;
    line-height: 1.3;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .synth-news-summary {
    margin-top: 7px;
    font-size: 15px;
  }

  .synth-window .synth-content > ul.news-list,
  .synth-window .synth-content > ul.news_list {
    grid-template-columns: 1fr;
    row-gap: 14px;
  }

  .synth-window .synth-content > ul.news-list > li,
  .synth-window .synth-content > ul.news_list > li,
  .synth-window .synth-content > ul.news-list > li:first-child,
  .synth-window .synth-content > ul.news_list > li:first-child {
    align-items: flex-start;
    grid-column: auto;
    grid-row: auto;
  }

  .synth-window .synth-content > ul.news-list > li:first-child > a:not(:first-child),
  .synth-window .synth-content > ul.news_list > li:first-child > a:not(:first-child) {
    width: calc(100% - 106px);
    min-height: 58px;
    font-size: 22px;
  }

  .synth-window .synth-content > ul.news-list > li:first-child > span:last-child,
  .synth-window .synth-content > ul.news-list > li:first-child > p:last-child,
  .synth-window .synth-content > ul.news-list > li:first-child > a:last-child,
  .synth-window .synth-content > ul.news_list > li:first-child > span:last-child,
  .synth-window .synth-content > ul.news_list > li:first-child > p:last-child,
  .synth-window .synth-content > ul.news_list > li:first-child > a:last-child {
    width: 106px;
    min-height: 58px;
    font-size: 15px;
  }

  .synth-window .synth-content > ul.news-list > li:not(:first-child) > *:first-child,
  .synth-window .synth-content > ul.news_list > li:not(:first-child) > *:first-child {
    width: 58px;
    flex-basis: 58px;
    font-size: 26px;
  }

  .synth-window .synth-content > ul.news-list > li:not(:first-child) > *:nth-child(2),
  .synth-window .synth-content > ul.news_list > li:not(:first-child) > *:nth-child(2) {
    font-size: 20px;
    line-height: 1.3;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .synth-window .synth-content > ul.news-list > li:not(:first-child) > *:nth-child(3),
  .synth-window .synth-content > ul.news-list > li:not(:first-child) > *:nth-child(4),
  .synth-window .synth-content > ul.news_list > li:not(:first-child) > *:nth-child(3),
  .synth-window .synth-content > ul.news_list > li:not(:first-child) > *:nth-child(4) {
    font-size: 16px;
    white-space: nowrap;
  }

  .facility-item {
    aspect-ratio: 16 / 11;
  }

  .facility-title {
    bottom: 14px;
    padding: 0 12px;
    font-size: 16px;
  }

  .facility-window .facility-content > ul > li .facility-title,
  .facility-window .facility-content > ul > li > a > span,
  .facility-window .facility-content > ul > li > a > p,
  .facility-window .facility-content > ul > li > span,
  .facility-window .facility-content > ul > li > p {
    bottom: 14px;
    padding: 0 12px;
    font-size: 16px;
  }

  .facility-window .facility-content > ul > li > a::after {
    bottom: 14px;
    padding: 0 12px;
    font-size: 16px;
  }

  .open-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .open-col-title {
    margin-bottom: 12px;
    font-size: 20px;
  }

  .open-window-item .open-col-content > ul.news-list > li > a:first-child,
  .open-window-item .open-col-content > ul.news_list > li > a:first-child {
    margin-bottom: 12px;
    font-size: 20px;
  }

  .media-focus-module .section-head {
    margin-bottom: 18px;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .media-focus-head-right {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 10px;
  }

  .media-focus-tabs {
    gap: 8px;
    flex-wrap: wrap;
  }

  .media-focus-tab {
    height: 34px;
    padding: 0 14px;
    font-size: 14px;
  }

  .media-focus-module .section-more {
    min-width: 92px;
    height: 34px;
    font-size: 14px;
  }

  .media-focus-list {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .media-focus-link {
    min-height: 132px;
    gap: 12px;
    padding: 14px;
    align-items: center;
  }

  .media-focus-thumb {
    flex-basis: 120px;
    width: 120px;
    height: 90px;
    font-size: 0;
    line-height: 0;
    color: transparent;
    text-indent: -9999px;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
  }

  .media-focus-main {
    min-height: 90px;
    padding: 0;
  }

  .media-focus-title {
    font-size: 16px;
  }

  .media-focus-date {
    padding-top: 8px;
    font-size: 14px;
  }

  .media-focus-thumb > :not(img),
  .media-focus-thumb br {
    display: none !important;
  }

  .media-focus-placeholder {
    min-height: 320px;
  }

  .science-video-list {
    gap: 14px 14px;
  }

  .media-focus-panel[data-panel="focus-video"] .media-focus-content > ul.news-list,
  .media-focus-panel[data-panel="focus-video"] .media-focus-content > ul.news_list {
    gap: 14px 14px;
  }

  .science-video-play {
    width: 50px;
    height: 50px;
  }

  .science-video-play-icon {
    border-top-width: 8px;
    border-bottom-width: 8px;
    border-left-width: 12px;
  }

  .science-video-title {
    margin-top: 9px;
    font-size: 16px;
  }

  .media-focus-panel[data-panel="focus-video"] .science-video-item > a:last-child,
  .media-focus-panel[data-panel="focus-video"] .science-video-item > .science-video-title > a {
    margin-top: 9px;
    font-size: 16px;
  }

  .media-focus-panel[data-panel="focus-video"] .media-focus-content > ul.news-list > li > a + a,
  .media-focus-panel[data-panel="focus-video"] .media-focus-content > ul.news-list > li > a + span,
  .media-focus-panel[data-panel="focus-video"] .media-focus-content > ul.news-list > li > a + p,
  .media-focus-panel[data-panel="focus-video"] .media-focus-content > ul.news_list > li > a + a,
  .media-focus-panel[data-panel="focus-video"] .media-focus-content > ul.news_list > li > a + span,
  .media-focus-panel[data-panel="focus-video"] .media-focus-content > ul.news_list > li > a + p {
    margin-top: 9px;
    font-size: 16px;
  }

  .media-focus-panel[data-panel="focus-image"] .media-focus-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .media-focus-panel[data-panel="focus-image"] .media-focus-title,
  .media-focus-panel[data-panel="focus-museum"] .media-focus-title {
    font-size: 16px;
  }

  .media-focus-panel[data-panel="focus-image"] .media-focus-date,
  .media-focus-panel[data-panel="focus-museum"] .media-focus-date {
    font-size: 14px;
    padding-top: 8px;
  }

  .content-two .research-window.media-focus-panel[data-panel="focus-image"] .media-focus-date {
    color: #2a3e59;
  }

  .latest-news-module .section-head {
    margin-bottom: 18px;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .latest-news-module .media-focus-head-right {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 10px;
  }

  .latest-news-module .media-focus-tabs {
    gap: 8px;
    flex-wrap: wrap;
  }

  .latest-news-module .media-focus-tab {
    height: 34px;
    padding: 0 14px;
    font-size: 14px;
  }

  .latest-news-module .latest-news-more {
    min-width: 92px;
    height: 34px;
    font-size: 14px;
  }

  .latest-news-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .latest-news-item {
    min-height: 154px;
    padding: 20px 12px 12px;
  }

  .latest-news-item::before {
    left: 12px;
    top: -1px;
    width: 26px;
    height: 3px;
  }

  .latest-news-card-title {
    font-size: 16px;
    line-height: 1.45;
  }

  .latest-news-card-foot {
    margin-top: 12px;
    padding-top: 8px;
  }

  .latest-news-date {
    font-size: 14px;
  }

  .latest-news-card-more {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 720px) {

  .content-one.section {
    padding-top: 14px;
    padding-bottom: 26px;
  }

  .content-two.section {
    padding-top: 14px;
    padding-bottom: 26px;
  }

  .content-three.section {
    padding-top: 14px;
    padding-bottom: 26px;
  }

  .content-four.section {
    padding: 14px 0 26px;
  }

  .content-five.section {
    padding: 14px 0 26px;
  }

  .content-six.section {
    padding: 14px 0 26px;
  }

  .content-seven.section {
    padding: 14px 0 26px;
  }

  .content-one .section-head {
    margin-bottom: 14px;
  }

  .content-one .section-title {
    font-size: 18px;
  }

  .research-window .section-title {
    font-size: 18px;
  }

  .quick-links-window .section-head {
    margin-bottom: 14px;
  }

  .quick-links-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .facility-list {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .facility-window .facility-content > ul {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .research-window .section-head {
    margin-bottom: 14px;
  }

  .research-window .section-more {
    min-width: 84px;
    height: 30px;
    padding: 0 8px;
    font-size: 13px;
  }

  .research-list {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .research-title {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.42;
    min-height: 0;
  }

  .research-date {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.25;
  }

  .research-window .research-content > ul.news-list {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .research-window .research-content > ul.news-list > li > a + a,
  .research-window .research-content > ul.news-list > li > a + span,
  .research-window .research-content > ul.news-list > li > a + p,
  .research-window .research-content > ul.news-list > li > span,
  .research-window .research-content > ul.news-list > li > p {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.42;
    min-height: 0;
  }

  .research-window .research-content > ul.news-list > li > span:last-child,
  .research-window .research-content > ul.news-list > li > p:last-child {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.25;
  }

  .synth-window .section-head {
    margin-bottom: 14px;
  }

  .synth-window .section-title {
    font-size: 18px;
  }

  .media-focus-module .section-title,
  .latest-news-module .section-title,
  .quick-links-window .section-title {
    font-size: 18px;
  }

  .synth-window .section-more {
    min-width: 84px;
    height: 30px;
    padding: 0 8px;
    font-size: 13px;
  }

  .synth-content {
    row-gap: 16px;
  }

  .synth-slide-thumb {
    aspect-ratio: 4 / 3;
  }

  .synth-slide-caption {
    height: 72px;
    padding: 9px 12px;
    gap: 12px;
  }

  .synth-slide-title {
    font-size: 15px;
  }

  .synth-slide-date {
    margin-top: 4px;
    font-size: 13px;
  }

  .synth-dots {
    margin-top: 10px;
    gap: 8px;
  }

  .synth-dot {
    width: 20px;
    height: 3px;
  }

  .synth-news-item {
    flex: 0 0 auto;
    align-items: flex-start;
    gap: 12px;
    padding: 2px 0 12px;
  }

  .synth-news-item + .synth-news-item {
    margin-top: 8px;
  }

  .synth-news-date {
    flex-basis: 50px;
  }

  .synth-day {
    font-size: 15px;
  }

  .synth-month {
    margin-top: 5px;
    font-size: 12px;
  }

  .synth-news-title {
    font-size: 16px;
    line-height: 1.34;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    -webkit-line-clamp: initial;
    -webkit-box-orient: initial;
  }

  .synth-news-main > .synth-news-title + a {
    font-size: 16px;
    line-height: 1.34;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    -webkit-line-clamp: initial;
    -webkit-box-orient: initial;
  }

  .synth-news-summary {
    margin-top: 5px;
    font-size: 12px;
  }

  .facility-title {
    bottom: 12px;
    font-size: 14px;
  }

  .facility-window .facility-content > ul > li .facility-title,
  .facility-window .facility-content > ul > li > a > span,
  .facility-window .facility-content > ul > li > a > p,
  .facility-window .facility-content > ul > li > span,
  .facility-window .facility-content > ul > li > p {
    bottom: 12px;
    font-size: 14px;
  }

  .facility-window .facility-content > ul > li > a::after {
    bottom: 12px;
    font-size: 14px;
  }

  .open-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .open-col-title {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.32;
  }

  .open-window-item .open-col-content > ul.news-list > li > a:first-child,
  .open-window-item .open-col-content > ul.news_list > li > a:first-child {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.32;
  }

  .open-col-thumb {
    aspect-ratio: 16 / 11;
  }

  .open-window-item .open-col-content > ul.news-list > li > a:first-child img,
  .open-window-item .open-col-content > ul.news_list > li > a:first-child img,
  .open-window-item .open-col-content > ul.news-list > li > a:not(:first-child) img,
  .open-window-item .open-col-content > ul.news_list > li > a:not(:first-child) img,
  .open-window-item .open-col-content > ul.news-list > li > img,
  .open-window-item .open-col-content > ul.news_list > li > img {
    aspect-ratio: 16 / 11;
  }

  .media-focus-module .section-head {
    margin-bottom: 14px;
    gap: 10px;
  }

  .media-focus-tabs {
    gap: 6px;
  }

  .media-focus-tab {
    height: 30px;
    padding: 0 10px;
    font-size: 13px;
  }

  .media-focus-module .section-more {
    min-width: 84px;
    height: 30px;
    padding: 0 8px;
    font-size: 13px;
  }

  .media-focus-link {
    gap: 10px;
    min-height: 108px;
    padding: 11px 10px;
    align-items: center;
  }

  .media-focus-thumb {
    flex-basis: 96px;
    width: 96px;
    height: 70px;
    font-size: 0;
    line-height: 0;
    color: transparent;
    text-indent: -9999px;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
  }

  .media-focus-main {
    min-height: 70px;
    padding: 0;
  }

  .media-focus-title {
    font-size: 14px;
    line-height: 1.42;
  }

  .media-focus-date {
    padding-top: 6px;
    font-size: 12px;
  }

  .media-focus-thumb > :not(img),
  .media-focus-thumb br {
    display: none !important;
  }

  .media-focus-placeholder {
    min-height: 240px;
  }

  .science-video-list {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .media-focus-panel[data-panel="focus-video"] .media-focus-content > ul.news-list,
  .media-focus-panel[data-panel="focus-video"] .media-focus-content > ul.news_list {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .science-video-play {
    width: 44px;
    height: 44px;
  }

  .science-video-play-icon {
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-left-width: 11px;
  }

  .science-video-title {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.42;
  }

  .media-focus-panel[data-panel="focus-video"] .science-video-item > a:last-child,
  .media-focus-panel[data-panel="focus-video"] .science-video-item > .science-video-title > a {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.42;
  }

  .media-focus-panel[data-panel="focus-video"] .media-focus-content > ul.news-list > li > a + a,
  .media-focus-panel[data-panel="focus-video"] .media-focus-content > ul.news-list > li > a + span,
  .media-focus-panel[data-panel="focus-video"] .media-focus-content > ul.news-list > li > a + p,
  .media-focus-panel[data-panel="focus-video"] .media-focus-content > ul.news_list > li > a + a,
  .media-focus-panel[data-panel="focus-video"] .media-focus-content > ul.news_list > li > a + span,
  .media-focus-panel[data-panel="focus-video"] .media-focus-content > ul.news_list > li > a + p {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.42;
  }

  .media-focus-panel[data-panel="focus-image"] .media-focus-list {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .media-focus-panel[data-panel="focus-image"] .media-focus-title,
  .media-focus-panel[data-panel="focus-museum"] .media-focus-title {
    font-size: 14px;
    line-height: 1.42;
  }

  .content-two .research-window .media-focus-title {
    height: calc(1.42em * 2);
  }

  .media-focus-panel[data-panel="focus-image"] .media-focus-date,
  .media-focus-panel[data-panel="focus-museum"] .media-focus-date {
    font-size: 12px;
    padding-top: 6px;
  }

  .content-two .research-window.media-focus-panel[data-panel="focus-image"] .media-focus-date {
    color: #2a3e59;
  }

  .latest-news-module .section-head {
    margin-bottom: 14px;
    gap: 10px;
  }

  .latest-news-module .media-focus-tabs {
    gap: 6px;
  }

  .latest-news-module .media-focus-tab {
    height: 30px;
    padding: 0 10px;
    font-size: 13px;
  }

  .latest-news-module .latest-news-more {
    min-width: 84px;
    height: 30px;
    padding: 0 8px;
    font-size: 13px;
  }

  .latest-news-list {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .latest-news-item {
    min-height: 134px;
    padding: 18px 10px 10px;
  }

  .latest-news-card-title {
    font-size: 14px;
    line-height: 1.42;
  }

  .latest-news-date {
    font-size: 12px;
  }

  .latest-news-card-more {
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 540px) {

  .content-one.section {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .content-two.section {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .content-three.section {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .content-four.section {
    padding: 10px 0 20px;
  }

  .content-five.section {
    padding: 10px 0 20px;
  }

  .content-six.section {
    padding: 10px 0 20px;
  }

  .content-seven.section {
    padding: 10px 0 20px;
  }

  .content-one .section-title {
    font-size: 16px;
  }

  .quick-links-window .section-head {
    margin-bottom: 12px;
  }

  .quick-links-list {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .research-window .section-title {
    font-size: 16px;
  }

  .research-window .section-more {
    min-width: 74px;
    height: 26px;
    font-size: 12px;
  }

  .research-title {
    font-size: 13px;
    line-height: 1.4;
  }

  .research-date {
    font-size: 10px;
    line-height: 1.25;
  }

  .research-window .research-content > ul.news-list > li > a + a,
  .research-window .research-content > ul.news-list > li > a + span,
  .research-window .research-content > ul.news-list > li > a + p,
  .research-window .research-content > ul.news-list > li > span,
  .research-window .research-content > ul.news-list > li > p {
    font-size: 13px;
    line-height: 1.4;
  }

  .research-window .research-content > ul.news-list > li > span:last-child,
  .research-window .research-content > ul.news-list > li > p:last-child {
    font-size: 10px;
    line-height: 1.25;
  }

  .synth-window .section-title {
    font-size: 16px;
  }

  .media-focus-module .section-title,
  .latest-news-module .section-title,
  .quick-links-window .section-title {
    font-size: 16px;
  }

  .synth-window .section-more {
    min-width: 74px;
    height: 26px;
    font-size: 12px;
  }

  .synth-slide-caption {
    height: 64px;
    padding: 8px 10px;
  }

  .synth-slide-title {
    font-size: 13px;
  }

  .synth-slide-date {
    font-size: 11px;
  }

  .synth-news-date {
    flex-basis: 46px;
  }

  .synth-day {
    font-size: 18px;
  }

  .synth-month {
    font-size: 11px;
  }

  .synth-news-title {
    font-size: 14px;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    -webkit-line-clamp: initial;
    -webkit-box-orient: initial;
  }

  .synth-news-main > .synth-news-title + a {
    font-size: 14px;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    -webkit-line-clamp: initial;
    -webkit-box-orient: initial;
  }

  .synth-news-summary {
    margin-top: 4px;
    font-size: 11px;
  }

  .facility-title {
    bottom: 10px;
    padding: 0 10px;
    font-size: 13px;
  }

  .facility-window .facility-content > ul > li .facility-title,
  .facility-window .facility-content > ul > li > a > span,
  .facility-window .facility-content > ul > li > a > p,
  .facility-window .facility-content > ul > li > span,
  .facility-window .facility-content > ul > li > p {
    bottom: 10px;
    padding: 0 10px;
    font-size: 13px;
  }

  .facility-window .facility-content > ul > li > a::after {
    bottom: 10px;
    padding: 0 10px;
    font-size: 13px;
  }

  .open-col-title {
    margin-bottom: 8px;
    font-size: 16px;
  }

  .open-window-item .open-col-content > ul.news-list > li > a:first-child,
  .open-window-item .open-col-content > ul.news_list > li > a:first-child {
    margin-bottom: 8px;
    font-size: 16px;
  }

  .media-focus-tab {
    height: 26px;
    padding: 0 8px;
    font-size: 12px;
  }

  .media-focus-module .section-more {
    min-width: 74px;
    height: 26px;
    font-size: 12px;
  }

  .media-focus-link {
    min-height: 94px;
    padding: 10px 8px;
    align-items: center;
  }

  .media-focus-thumb {
    flex-basis: 88px;
    width: 88px;
    height: 62px;
    font-size: 0;
    line-height: 0;
    color: transparent;
    text-indent: -9999px;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
  }

  .media-focus-main {
    min-height: 62px;
    padding: 0;
  }

  .media-focus-title {
    font-size: 13px;
    line-height: 1.4;
  }

  .media-focus-date {
    padding-top: 4px;
    font-size: 10px;
  }

  .media-focus-thumb > :not(img),
  .media-focus-thumb br {
    display: none !important;
  }

  .media-focus-placeholder {
    min-height: 190px;
  }

  .science-video-play {
    width: 40px;
    height: 40px;
  }

  .science-video-play-icon {
    border-top-width: 6px;
    border-bottom-width: 6px;
    border-left-width: 10px;
  }

  .science-video-title {
    font-size: 13px;
    line-height: 1.4;
  }

  .media-focus-panel[data-panel="focus-video"] .science-video-item > a:last-child,
  .media-focus-panel[data-panel="focus-video"] .science-video-item > .science-video-title > a {
    font-size: 13px;
    line-height: 1.4;
  }

  .media-focus-panel[data-panel="focus-video"] .media-focus-content > ul.news-list > li > a + a,
  .media-focus-panel[data-panel="focus-video"] .media-focus-content > ul.news-list > li > a + span,
  .media-focus-panel[data-panel="focus-video"] .media-focus-content > ul.news-list > li > a + p,
  .media-focus-panel[data-panel="focus-video"] .media-focus-content > ul.news_list > li > a + a,
  .media-focus-panel[data-panel="focus-video"] .media-focus-content > ul.news_list > li > a + span,
  .media-focus-panel[data-panel="focus-video"] .media-focus-content > ul.news_list > li > a + p {
    font-size: 13px;
    line-height: 1.4;
  }

  .media-focus-panel[data-panel="focus-image"] .media-focus-title {
    font-size: 13px;
    line-height: 1.4;
  }

  .content-two .research-window .media-focus-title {
    height: calc(1.4em * 2);
  }

  .media-focus-panel[data-panel="focus-image"] .media-focus-date {
    font-size: 10px;
    padding-top: 4px;
  }

  .content-two .research-window.media-focus-panel[data-panel="focus-image"] .media-focus-date {
    color: #2a3e59;
  }

  .media-focus-panel[data-panel="focus-museum"] .media-focus-title {
    font-size: 13px;
    line-height: 1.4;
  }

  .media-focus-panel[data-panel="focus-museum"] .media-focus-date {
    font-size: 10px;
    padding-top: 4px;
  }

  .latest-news-module .media-focus-tab {
    height: 26px;
    padding: 0 8px;
    font-size: 12px;
  }

  .latest-news-module .latest-news-more {
    min-width: 74px;
    height: 26px;
    font-size: 12px;
  }

  .latest-news-item {
    min-height: 122px;
    padding: 16px 8px 8px;
  }

  .latest-news-item::before {
    left: 8px;
    top: -1px;
    width: 24px;
    height: 3px;
  }

  .latest-news-card-title {
    font-size: 13px;
    line-height: 1.4;
  }

  .latest-news-card-foot {
    margin-top: 10px;
    padding-top: 6px;
  }

  .latest-news-date {
    font-size: 10px;
  }

  .latest-news-card-more {
    width: 36px;
    height: 36px;
  }
}


/* ===== Runtime Hotfix For 1.htm DOM ===== */
.content-four .open-window-item > a.open-col-link > h3.open-col-title {
  margin: 0 0 20px !important;
  font-size: 26px !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
  color: #003277 !important;
}

.content-four .open-window-item > a.open-col-link > h3.open-col-title > a {
  font: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
  text-decoration: none !important;
}

.content-four .open-window-item > a.open-col-link > .open-col-thumb {
  aspect-ratio: 400 / 300 !important;
  overflow: hidden;
  background: #d8dde8;
}

.content-four .open-window-item > a.open-col-link > .open-col-thumb > img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

/* Webplus simpleList 绑定后若生成空顶层链接，拉伸为整卡可点击区域 */
.content-four .open-window-item {
  position: relative;
}

.content-four .open-window-item > a.open-col-link {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: block;
}

@media (max-width: 1140px) {
  .content-four .open-window-item > a.open-col-link > h3.open-col-title {
    margin-bottom: 16px !important;
    font-size: 24px !important;
  }
}

@media (max-width: 960px) {
  .content-four .open-window-item > a.open-col-link > h3.open-col-title {
    margin-bottom: 12px !important;
    font-size: 20px !important;
  }
}

@media (max-width: 720px) {
  .content-four .open-window-item > a.open-col-link > h3.open-col-title {
    margin-bottom: 10px !important;
    font-size: 18px !important;
    line-height: 1.32 !important;
  }

  .content-four .open-window-item > a.open-col-link > .open-col-thumb {
    aspect-ratio: 16 / 11 !important;
  }
}

@media (max-width: 540px) {
  .content-four .open-window-item > a.open-col-link > h3.open-col-title {
    margin-bottom: 8px !important;
    font-size: 16px !important;
  }
}
.synth-window .synth-content > .synth-slider,
.synth-window .synth-content > .synth-news-list {
  height: 100%;
}

.synth-window .synth-slider {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.synth-window .synth-slider-track {
  flex: 1 1 auto;
}

.synth-window .synth-slide-thumb {
  aspect-ratio: 560 / 320;
}

.synth-window .synth-slide-caption {
  height: 68px;
  padding: 7px 10px 8px;
}

.synth-window .synth-slide-title {
  font-size: 18px;
  line-height: 1.3;
  height: calc(1.3em * 2);
}

.synth-window .synth-slide-date {
  font-size: 16px;
}

.synth-window .synth-day {
  font-size: 20px;
}

.synth-window .synth-month {
  font-size: 16px;
}

.synth-window .synth-news-title,
.synth-window .synth-news-main > .synth-news-title + a {
  font-size: 18px;
  line-height: 1.26;
}

.synth-window .synth-news-summary {
  font-size: 16px;
  line-height: 1.3;
}

.synth-window .synth-news-item {
  gap: 18px;
  padding: 2px 0 12px;
}

.synth-window .synth-news-item + .synth-news-item {
  margin-top: 8px;
}

.synth-window .synth-news-date {
  flex-basis: 64px;
  width: 64px;
}

/* 科普展馆与图片tab一致 */
.media-focus-panel[data-panel="focus-museum"] .media-focus-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px 18px;
}

.media-focus-panel[data-panel="focus-museum"] .media-focus-item {
  min-width: 0;
}

.media-focus-panel[data-panel="focus-museum"] .media-focus-link {
  display: block;
  min-height: 0;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
  cursor: pointer;
}

.media-focus-panel[data-panel="focus-museum"] .media-focus-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 400 / 300;
  height: auto;
  flex: none;
  overflow: hidden;
  background: #d8dde8;
}

.media-focus-panel[data-panel="focus-museum"] .media-focus-main {
  display: block;
  min-height: 0;
  padding: 0;
}

.media-focus-panel[data-panel="focus-museum"] .media-focus-title {
  margin-top: 10px;
  white-space: normal;
  text-overflow: initial;
  overflow: hidden;
  word-break: normal;
  overflow-wrap: anywhere;
  max-height: calc(1.55em * 2);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.media-focus-panel[data-panel="focus-museum"] .media-focus-date {
  margin-top: auto;
  padding-top: 12px;
  text-align: right;
}

.media-focus-panel[data-panel="focus-museum"] .media-focus-link:hover .media-focus-thumb img {
  transform: scale(1.06);
}

.media-focus-panel[data-panel="focus-museum"] .media-focus-link:hover .media-focus-title,
.media-focus-panel[data-panel="focus-museum"] .media-focus-link:hover .media-focus-title a {
  color: #003277;
}

@media (hover: none) {
  .media-focus-panel[data-panel="focus-media"] .media-focus-link {
    transition: none;
  }

  .media-focus-panel[data-panel="focus-media"] .media-focus-link:hover,
  .media-focus-panel[data-panel="focus-media"] .media-focus-link:focus-within {
    transform: none;
    box-shadow: none;
    border-color: transparent;
  }
}

@media (max-width: 960px) {
  .media-focus-panel[data-panel="focus-museum"] .media-focus-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}

@media (max-width: 720px) {
  .media-focus-panel[data-panel="focus-museum"] .media-focus-list {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

/* 修正：文件末尾 synth 覆盖导致移动端综合新闻字号未生效 */
@media (max-width: 960px) {
  .synth-window .synth-slide-title {
    font-size: 16px;
    line-height: 1.32;
  }

  .synth-window .synth-slide-date {
    font-size: 15px;
    line-height: 1.3;
  }

  .synth-window .synth-news-title,
  .synth-window .synth-news-main > .synth-news-title + a {
    font-size: 16px;
    line-height: 1.32;
  }

  .synth-window .synth-news-summary {
    font-size: 15px;
    line-height: 1.32;
  }

  .synth-window .synth-day {
    font-size: 18px;
    line-height: 0.95;
  }

  .synth-window .synth-month {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.2;
  }

  .synth-window .synth-content > ul.news-list > li:first-child > a:not(:first-child),
  .synth-window .synth-content > ul.news_list > li:first-child > a:not(:first-child) {
    font-size: 16px;
    line-height: 1.32;
  }

  .synth-window .synth-content > ul.news-list > li:first-child > span:last-child,
  .synth-window .synth-content > ul.news-list > li:first-child > p:last-child,
  .synth-window .synth-content > ul.news-list > li:first-child > a:last-child,
  .synth-window .synth-content > ul.news_list > li:first-child > span:last-child,
  .synth-window .synth-content > ul.news_list > li:first-child > p:last-child,
  .synth-window .synth-content > ul.news_list > li:first-child > a:last-child {
    font-size: 12px;
    line-height: 1.3;
  }

  .synth-window .synth-content > ul.news-list > li:not(:first-child) > *:first-child,
  .synth-window .synth-content > ul.news_list > li:not(:first-child) > *:first-child {
    font-size: 22px;
    line-height: 0.95;
  }
}

@media (max-width: 720px) {
  .synth-window .synth-slide-title {
    font-size: 15px;
    line-height: 1.34;
  }

  .synth-window .synth-slide-date {
    font-size: 13px;
    line-height: 1.3;
  }

  .synth-window .synth-news-title,
  .synth-window .synth-news-main > .synth-news-title + a {
    font-size: 14px;
    line-height: 1.34;
  }

  .synth-window .synth-news-summary {
    font-size: 14px;
    line-height: 1.34;
  }

  .synth-window .synth-day {
    font-size: 15px;
    line-height: 0.95;
  }

  .synth-window .synth-month {
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.2;
  }

  .synth-window .synth-content > ul.news-list > li:first-child > a:not(:first-child),
  .synth-window .synth-content > ul.news_list > li:first-child > a:not(:first-child) {
    font-size: 14px;
    line-height: 1.34;
  }

  .synth-window .synth-content > ul.news-list > li:first-child > span:last-child,
  .synth-window .synth-content > ul.news-list > li:first-child > p:last-child,
  .synth-window .synth-content > ul.news-list > li:first-child > a:last-child,
  .synth-window .synth-content > ul.news_list > li:first-child > span:last-child,
  .synth-window .synth-content > ul.news_list > li:first-child > p:last-child,
  .synth-window .synth-content > ul.news_list > li:first-child > a:last-child {
    font-size: 10px;
    line-height: 1.25;
  }

  .synth-window .synth-content > ul.news-list > li:not(:first-child) > *:first-child,
  .synth-window .synth-content > ul.news_list > li:not(:first-child) > *:first-child {
    font-size: 19px;
    line-height: 0.95;
  }
}

@media (max-width: 540px) {
  .synth-window .synth-slide-title {
    font-size: 14px;
    line-height: 1.35;
  }

  .synth-window .synth-slide-date {
    font-size: 12px;
    line-height: 1.25;
  }

  .synth-window .synth-news-title,
  .synth-window .synth-news-main > .synth-news-title + a {
    font-size: 13px;
    line-height: 1.35;
  }

  .synth-window .synth-news-summary {
    font-size: 13px;
    line-height: 1.35;
  }

  .synth-window .synth-day {
    font-size: 14px;
    line-height: 0.95;
  }

  .synth-window .synth-month {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.2;
  }

  .synth-window .synth-content > ul.news-list > li:first-child > a:not(:first-child),
  .synth-window .synth-content > ul.news_list > li:first-child > a:not(:first-child) {
    font-size: 13px;
    line-height: 1.35;
  }

  .synth-window .synth-content > ul.news-list > li:first-child > span:last-child,
  .synth-window .synth-content > ul.news-list > li:first-child > p:last-child,
  .synth-window .synth-content > ul.news-list > li:first-child > a:last-child,
  .synth-window .synth-content > ul.news_list > li:first-child > span:last-child,
  .synth-window .synth-content > ul.news_list > li:first-child > p:last-child,
  .synth-window .synth-content > ul.news_list > li:first-child > a:last-child {
    font-size: 10px;
    line-height: 1.25;
  }

  .synth-window .synth-content > ul.news-list > li:not(:first-child) > *:first-child,
  .synth-window .synth-content > ul.news_list > li:not(:first-child) > *:first-child {
    font-size: 17px;
    line-height: 0.95;
  }
}



