@charset "utf-8";

:root {
  --lab-blue: #18267e;
  --lab-blue-deep: #102064;
  --lab-nav: #075ca9;
  --lab-accent: #146cc1;
  --lab-sky: #3177d9;
  --lab-green: #10b981;
  --lab-bg: #f3f7fc;
  --lab-line: #dbe6f3;
  --lab-text: #1f2937;
  --lab-muted: #667085;
  --lab-card: #fff;
  --lab-shadow: 0 18px 45px rgba(15, 35, 90, .11);
  --lab-radius: 18px;
}

html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
  margin: 0;
  padding: 0;
}

header, footer, section, article, aside, nav, main {
  display: block;
}

html {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

body {
  min-width: 320px;
  color: var(--lab-text);
  font: 15px/1.6 "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", Arial, sans-serif;
  background: linear-gradient(180deg, #eef5fd 0, #fff 360px);
}

img {
  max-width: 100%;
  vertical-align: top;
  border: 0;
}

li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, opacity .2s ease, transform .2s ease;
}

a:hover {
  color: var(--lab-accent);
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(20, 108, 193, .32);
  outline-offset: 2px;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
  border: 0;
}

.clearfix:after,
.clear:after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}

.wrapper {
  width: 100%;
  margin: 0 auto;
}

.wrapper .inner {
  width: min(1460px, calc(100% - 48px));
  margin: 0 auto;
}

.headtop {
  color: rgba(255, 255, 255, .9);
  font-size: 13px;
  background: linear-gradient(90deg, rgba(16, 32, 100, .98), rgba(7, 92, 169, .96));
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .12);
}

.topbar-inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.top-left {
  color: rgba(255, 255, 255, .72);
  white-space: nowrap;
}

.top-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.headtop a {
  color: rgba(255, 255, 255, .92);
}

.headtop a:hover {
  color: #fff;
}

.header {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #0785cf 0%, #1595d7 52%, #e9f7ff 100%);
}

.header:after {
  content: none;
}

.header-inner {
  position: relative;
  z-index: 1;
  min-height: 168px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(18px, 3vw, 44px);
}

.navi-aside-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .14);
  position: relative;
  flex: 0 0 auto;
}

.navi-aside-toggle:before,
.navi-aside-toggle:after,
.navi-aside-toggle span {
  content: "";
  position: absolute;
  left: 11px;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
}

.navi-aside-toggle:before {
  top: 13px;
}

.navi-aside-toggle span {
  top: 20px;
}

.navi-aside-toggle:after {
  top: 27px;
}

.head-left {
  flex: 1 1 auto;
  min-width: 360px;
}

.sitelogo {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 126px;
  color: #fff;
}

.site-logo-mark {
  display: block;
  width: min(100%, 1076px);
  height: 126px;
  background: url(images/logo.png) no-repeat left center;
  background-size: contain;
}

.site-name {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.head-right {
  flex: 0 1 440px;
  height: 152px;
  min-width: 260px;
  background: url(images/logo_right.png) no-repeat right center;
  background-size: contain;
}

.nav {
  position: relative;
  z-index: 20;
  background: var(--lab-nav);
  box-shadow: 0 10px 24px rgba(7, 46, 110, .16);
}

.nav .wp-menu,
#wp_nav_w99 .wp_nav {
  min-height: 56px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0;
}

.nav .menu-item,
.nav .sub-item,
#wp_nav_w99 .wp_nav .nav-item {
  position: relative;
  flex: 0 0 auto;
}

.nav .menu-link,
#wp_nav_w99 .wp_nav .nav-item a {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.nav .menu-link:hover,
.nav .menu-item.hover > .menu-link,
#wp_nav_w99 .wp_nav .nav-item a:hover,
#wp_nav_w99 .wp_nav .nav-item a.parent {
  color: #fff;
  background: rgba(255, 255, 255, .13);
}

.nav .sub-menu,
#wp_nav_w99 .wp_nav .sub-nav {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 60;
  min-width: 178px;
  padding: 8px;
  border-radius: 0 0 14px 14px;
  background: rgba(13, 55, 130, .96);
  box-shadow: 0 18px 36px rgba(6, 24, 68, .22);
}

.nav .menu-item:hover > .sub-menu,
.nav .menu-item.hover > .sub-menu,
.nav .sub-item:hover > .sub-menu,
.nav .sub-item.hover > .sub-menu,
#wp_nav_w99 .wp_nav .nav-item:hover > .sub-nav {
  display: block;
}

.nav .sub-menu .sub-menu,
#wp_nav_w99 .wp_nav .sub-nav .sub-nav {
  left: calc(100% + 8px);
  top: 0;
  border-radius: 14px;
}

.nav .sub-menu .sub-menu:before,
#wp_nav_w99 .wp_nav .sub-nav .sub-nav:before {
  position: absolute;
  left: -8px;
  top: 0;
  width: 8px;
  height: 100%;
  content: "";
}

.nav .sub-link,
#wp_nav_w99 .wp_nav .sub-nav .nav-item a {
  display: block;
  min-height: 0;
  padding: 9px 12px;
  border-radius: 9px;
  color: rgba(255, 255, 255, .92);
  font-size: 14px;
  white-space: nowrap;
}

.nav .sub-link:hover {
  color: #fff;
  background: rgba(255, 255, 255, .14);
}

.home-hero {
  padding: 34px 0 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .32), rgba(255, 255, 255, 0)), var(--lab-bg);
}

.hero-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.feature-panel {
  position: relative;
  grid-column: span 2;
  display: flex;
  flex-direction: column;
}

.notice-panel {
  display: flex;
  flex-direction: column;
}

.feature-panel,
.notice-panel,
.info-card {
  overflow: hidden;
  border: 1px solid rgba(219, 230, 243, .9);
  border-radius: var(--lab-radius);
  background: var(--lab-card);
  box-shadow: var(--lab-shadow);
  transition: transform .34s ease, box-shadow .34s ease, border-color .34s ease;
}

.feature-panel:hover,
.notice-panel:hover,
.info-card:hover {
  transform: translateY(-4px);
  border-color: rgba(49, 119, 217, .24);
  box-shadow: 0 24px 58px rgba(15, 35, 90, .16);
}

.section-head {
  position: relative;
  z-index: 2;
  min-height: 62px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--lab-line);
  background: #fff;
}

.section-head h2 {
  position: relative;
  color: var(--lab-blue);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .5px;
}

.section-head h2:after {
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 7px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--lab-accent), var(--lab-green));
  transition: width .28s ease;
  content: "";
}

.feature-panel:hover .section-head h2:after,
.notice-panel:hover .section-head h2:after,
.info-card:hover .section-head h2:after {
  width: 52px;
}

.section-head.compact {
  min-height: 58px;
}

.section-head.compact h2 {
  font-size: 20px;
}

.more-link {
  color: var(--lab-muted);
  font-size: 14px;
}

.more-link:hover {
  color: var(--lab-accent);
}

.feature-slider {
  position: relative;
  flex: 1 1 auto;
  min-height: 392px;
  overflow: hidden;
}

.slider-host > .slider-list {
  flex: 1 1 auto;
  overflow: hidden;
}

.slider-list {
  position: relative;
  height: 100%;
  min-height: 392px;
}

.slider-item {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .62s ease, visibility .62s ease;
}

.slider-item.is-active {
  z-index: 1;
  opacity: 1;
  visibility: visible;
}

.slider-link {
  display: grid;
  height: 100%;
  color: #fff;
  background: #0f1a63;
}

.slider-img {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #dbe6f3;
}

.slider-img:after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 20, 70, .06) 0, rgba(8, 20, 70, .2) 42%, rgba(8, 20, 70, .78) 100%);
  content: "";
}

.slider-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
}

.slider-item.is-active .slider-img img {
  animation: labSlideZoom 5.2s ease both;
}

.slider-text {
  position: relative;
  z-index: 2;
  align-self: end;
  display: block;
  padding: 0 30px 34px;
}

.slider-text strong {
  display: block;
  max-width: min(92%, 1120px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.3;
  font-weight: 700;
}

.slider-text em {
  display: inline-block;
  margin-top: 12px;
  color: rgba(255, 255, 255, .82);
  font-style: normal;
}

.slider-text span {
  display: block;
  max-width: 720px;
  margin-top: 10px;
  color: rgba(255, 255, 255, .86);
  line-height: 1.7;
}

.news-feature .slider-text > em,
.news-feature .slider-text > span {
  display: none !important;
}

.slider-item.is-active .slider-text strong,
.slider-item.is-active .slider-text em,
.slider-item.is-active .slider-text span {
  animation: labTextRise .62s ease both;
}

.slider-control {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 10px 22px rgba(2, 20, 65, .22);
  transform: translateY(-50%);
  transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.slider-control:hover {
  background: #fff;
  box-shadow: 0 14px 28px rgba(2, 20, 65, .28);
}

.slider-control:before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  border-left: 2px solid var(--lab-blue);
  border-bottom: 2px solid var(--lab-blue);
  content: "";
}

.slider-prev {
  left: 18px;
}

.slider-prev:before {
  transform: translate(-35%, -50%) rotate(45deg);
}

.slider-next {
  right: 18px;
}

.slider-next:before {
  transform: translate(-65%, -50%) rotate(-135deg);
}

.feature-panel > .slider-control {
  top: calc(62px + (100% - 62px) / 2);
}

.slider-dots {
  position: absolute;
  right: 28px;
  bottom: 28px;
  z-index: 3;
  display: flex;
  gap: 8px;
}

.slider-dots button {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .58);
  transition: width .2s ease, background-color .2s ease, transform .2s ease;
}

.slider-dots button.is-active {
  width: 24px;
  background: #fff;
}

.notice-static,
.notice-panel > .notice-list,
.news-panel-list {
  height: 392px;
  box-sizing: border-box;
  overflow: hidden;
  padding: 2px 24px 12px 18px;
  background: #fff;
}

.notice-item {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  min-height: 54px;
  border-bottom: 1px dashed #d5e1ef;
}

.notice-row {
  display: contents;
}

.notice-date {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  min-width: 46px;
  border-radius: 999px;
  color: var(--lab-blue);
  font-size: 12px;
  background: #eef5fd;
}

.notice-title,
.news-title {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
}

.home-columns {
  padding: 0 0 28px;
  background: var(--lab-bg);
}

.column-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.card-list {
  padding: 12px 24px 18px;
}

.news-list li {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-height: 44px;
  padding-left: 34px;
  border-bottom: 1px solid #edf2f8;
  transition: color .2s ease, transform .2s ease, background-color .2s ease;
}

.column-grid .news-list li {
  grid-template-columns: minmax(0, 1fr);
}

.news-panel-list .news-list li,
.news-panel .news-list li {
  grid-template-columns: minmax(0, 1fr);
  min-height: 54px;
  gap: 8px;
  border-bottom: 1px dashed #d5e1ef;
}

.news-list li:before {
  position: absolute;
  left: 14px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--lab-accent), var(--lab-green));
  transform: translateY(-50%);
  content: "";
}

.news-list li:hover {
  color: var(--lab-accent);
  transform: translateX(3px);
}

.news-list em {
  color: var(--lab-muted);
  font-size: 13px;
  font-style: normal;
}

.news-panel-list .news-list em,
.news-panel .news-list em {
  display: none;
}

.home-resources {
  padding: 0 0 42px;
  background: var(--lab-bg);
}

.resources-grid {
  display: grid;
  grid-template-columns: calc((100% - 44px) / 3) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.society-links {
  display: grid;
  gap: 18px;
  padding: 22px 24px 22px;
}

.society-links a {
  display: block;
  overflow: hidden;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 16px;
  background: #f6faff;
  box-shadow: 0 12px 28px rgba(15, 35, 90, .08);
}

.society-links a:hover {
  box-shadow: 0 16px 34px rgba(15, 35, 90, .13);
  transform: translateY(-2px);
}

.society-links img {
  display: block;
  width: 100%;
  height: auto;
}

.equipment-scroll {
  position: relative;
  height: 304px;
  box-sizing: border-box;
  padding: 22px 20px 22px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.equipment-scroll::-webkit-scrollbar {
  display: none;
}

.equipment-scroll .imgscroll4_top,
.equipment-scroll [id^="topw"] {
  width: max-content !important;
  min-width: 100%;
  height: 100% !important;
  overflow: visible !important;
}

.equipment-scroll [id^="beginw"],
.equipment-scroll [id^="endw"] {
  display: block;
  flex: 0 0 auto;
  height: 100%;
}

.equipment-scroll table,
.equipment-scroll tbody,
.equipment-scroll tr {
  width: max-content !important;
  height: 100%;
  display: flex;
  align-items: stretch;
  border-collapse: separate;
  border-spacing: 0;
}

.equipment-scroll .imgscroll2_td {
  position: relative;
  flex: 0 0 clamp(220px, 21vw, 296px);
  height: 100%;
  box-sizing: border-box;
  padding: 0 16px 0 0;
}

.equipment-scroll .imgscroll2_td > a,
.equipment-scroll .imgscroll2_td > div:first-child {
  position: absolute;
  inset: 0 16px 0 0;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  color: #fff;
  background: #0f1a63;
  box-shadow: 0 18px 42px rgba(15, 35, 90, .16);
  isolation: isolate;
}

.equipment-scroll .imgscroll2_td > div:first-child > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  border-radius: inherit;
}

.equipment-scroll .imgscroll2_td > a:after,
.equipment-scroll .imgscroll2_td > div:first-child > a:after {
  position: absolute;
  inset: auto 0 0;
  height: 56%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(8, 20, 70, 0), rgba(8, 20, 70, .82));
  content: "";
}

.equipment-scroll .imgscroll2_img,
.equipment-scroll img {
  display: block !important;
  width: 100%;
  height: 100% !important;
  max-width: none;
  object-fit: cover;
  border: 0 !important;
  border-radius: 0;
  box-shadow: none;
  transition: transform .52s ease;
}

.equipment-scroll .imgscroll2_img {
  position: static;
  overflow: hidden;
}

.equipment-scroll .imgscroll2_td a:hover img {
  transform: scale(1.055);
}

.equipment-scroll .imgscroll2_td > a > span:not(.imgscroll2_img),
.equipment-scroll .imgscroll2_td > div:last-child {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 18px;
  z-index: 2;
}

.equipment-scroll .imgscroll2_td > div:last-child {
  pointer-events: none;
}

.equipment-scroll .imgscroll2_td > div:last-child a {
  position: static;
  display: block;
  overflow: visible;
  height: auto;
  color: #fff;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  pointer-events: auto;
}

.equipment-scroll .imgscroll2_td > div:last-child span {
  position: static;
  display: block;
}

.equipment-scroll .imgscroll2_td > a > span:not(.imgscroll2_img),
.equipment-scroll .imgscroll2_td > div:last-child span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.35;
  text-shadow: 0 3px 10px rgba(0, 0, 0, .32);
}

.footer {
  color: rgba(255, 255, 255, .86);
  background:
    radial-gradient(circle at 86% 18%, rgba(80, 168, 232, .45), transparent 28%),
    radial-gradient(circle at 18% 0, rgba(255, 255, 255, .12), transparent 22%),
    linear-gradient(100deg, #14227b 0%, #1a3096 48%, #0d6fb9 100%);
}

.footer-inner {
  min-height: 136px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 22px 0;
}

.footer p {
  margin: 3px 0;
  font-size: 14px;
  line-height: 1.7;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
  font-size: 14px;
}

.footer-links > div,
.footer-links table,
.footer-links tbody {
  display: contents;
}

.footer-links tr,
.footer-links td {
  display: inline-flex;
  align-items: center;
}

.footer-links .news_icon {
  width: 4px;
  height: 4px;
  margin: 0 6px 0 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .55);
}

.footer a,
.footer a:link,
.footer a:visited,
.footer-links a,
.footer-links a:link,
.footer-links a:visited,
.footer-links .articlelist1_a_title,
.footer-links .articlelist3_tbl a,
.footer-links .col_name {
  color: rgba(255, 255, 255, .9);
  border: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  background-image: none !important;
  text-decoration: none !important;
}

.footer a:hover,
.footer a:focus,
.footer-links a:hover,
.footer-links a:focus,
.footer-links .articlelist1_a_title:hover,
.footer-links .col_name:hover {
  color: #fff;
  border: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  background-image: none !important;
  text-decoration: none !important;
}

.foot-left {
  flex: 1 1 auto;
}

.foot-right {
  flex: 0 0 auto;
}

.foot-right img {
  width: 108px;
  height: 108px;
  object-fit: contain;
}

.l-banner-wrap {
  padding: 0;
  background: var(--lab-bg);
}

.l-banner {
  min-height: 164px;
  display: flex;
  align-items: center;
  padding: 0 38px;
  border-radius: var(--lab-radius);
  color: #fff;
  font-size: clamp(24px, 4vw, 38px);
  font-weight: 800;
  background: linear-gradient(120deg, rgba(24, 38, 126, .82), rgba(20, 108, 193, .5)), url(images/list_banner.jpg) center/cover no-repeat;
  box-shadow: var(--lab-shadow);
}

.l-banner img {
  display: none;
}

.site-detail .l-banner-wrap {
  display: none;
}

#l-container,
#d-container {
  padding: 30px 0 48px;
  background: var(--lab-bg);
}

#l-container .mod {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 28px;
}

.col_menu,
.col_news_box,
.infobox {
  background: #fff;
  border-radius: var(--lab-radius);
  box-shadow: 0 14px 34px rgba(15, 35, 90, .08);
  overflow: hidden;
}

.col_menu_head {
  color: #fff;
  background: linear-gradient(135deg, var(--lab-blue), var(--lab-accent));
}

.col_menu_head h3 {
  font-size: 20px;
  font-weight: 700;
}

.col_name_text {
  display: block;
  padding: 18px 22px;
}

.col_list table,
.col_news_list table {
  width: 100% !important;
}

.col_list ul,
.col_list li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  background: none !important;
}

.col_list a {
  position: relative;
  display: block;
  margin: 0 !important;
  padding: 14px 20px 14px 40px;
  color: var(--lab-text);
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid #edf2f8;
  background: #fff !important;
  transition: color .2s ease, background-color .2s ease, transform .2s ease;
}

.col_list a:before {
  position: absolute;
  left: 20px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #9fb4d2;
  transform: translateY(-50%);
  content: "";
}

.col_list a:hover,
.col_list a.selected,
.col_list a.current {
  color: var(--lab-accent);
  background: #f3f8fe !important;
}

.col_list .sub_list a {
  padding-left: 54px;
  color: var(--lab-muted);
  font-size: 14px;
  font-weight: 500;
}

.col_list td,
.lmcss {
  display: block;
  box-sizing: border-box;
  min-height: 50px;
  padding: 13px 20px 13px 38px;
  border-bottom: 1px solid #edf2f8;
  color: var(--lab-text);
  font-size: 15px;
  font-weight: 600;
  background: #fff !important;
}

.col_news_head {
  padding: 24px 28px 18px;
  border-bottom: 1px solid var(--lab-line);
}

.col_news_head h2 {
  color: var(--lab-blue);
  font-size: 26px;
}

.col_path {
  margin-bottom: 8px;
  color: var(--lab-muted);
  font-size: 14px;
}

.col_news_con {
  padding: 22px 32px 34px;
}

.nltab {
  margin: 0 !important;
  border-collapse: separate;
  border-spacing: 0 8px;
}

.nltab tr {
  transition: transform .2s ease;
}

.nltab tr:hover {
  transform: translateX(4px);
}

.nltab td,
.tdline,
.news_list li,
.list2 li {
  position: relative;
  min-height: 54px;
  box-sizing: border-box;
  padding: 12px 22px 12px 52px !important;
  border: 1px solid #edf2f8 !important;
  border-radius: 14px;
  color: var(--lab-text);
  font-size: 16px;
  line-height: 1.65;
  background: #fbfdff;
  box-shadow: 0 8px 18px rgba(15, 35, 90, .04);
  transition: color .2s ease, border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.news_list li,
.list2 li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  margin-bottom: 8px !important;
}

.news_list li.clearfix:after,
.list2 li.clearfix:after {
  display: none;
}

.news_title,
.news_title a {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: inherit;
}

.news_meta {
  color: var(--lab-muted);
  font-size: 14px;
  white-space: nowrap;
}

.nltab td:before,
.tdline:before,
.news_list li:before,
.list2 li:before {
  position: absolute;
  left: 28px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--lab-accent), var(--lab-green));
  transform: translateY(-50%);
  content: "";
}

.nltab td:hover,
.tdline:hover,
.news_list li:hover,
.list2 li:hover {
  color: var(--lab-accent);
  border-color: rgba(20, 108, 193, .2) !important;
  background: #fff;
  box-shadow: 0 12px 26px rgba(15, 35, 90, .08);
}

.wp_paging {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin: 18px 0 0 !important;
  padding: 14px 18px !important;
  border: 1px solid #e5eef8;
  border-radius: 16px;
  color: var(--lab-muted);
  background: #fbfdff;
}

.wp_paging li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  list-style: none !important;
}

.wp_paging a,
.wp_paging span {
  display: inline-flex;
  align-items: center;
}

.wp_paging a {
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid #dbe6f3;
  border-radius: 999px;
  color: var(--lab-blue);
  background: #fff;
}

.wp_paging a:hover {
  color: #fff;
  border-color: var(--lab-accent);
  background: var(--lab-accent);
}

.wp_paging em {
  color: var(--lab-blue);
  font-style: normal;
  font-weight: 700;
}

.wp_paging .pageNum {
  width: 48px;
  height: 30px;
  box-sizing: border-box;
  border: 1px solid #dbe6f3;
  border-radius: 10px;
  text-align: center;
  color: var(--lab-blue);
  background: #fff;
}

.article {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 54px);
}

.arti_title {
  color: var(--lab-blue);
  font-size: clamp(26px, 4vw, 38px);
  line-height: 1.35;
  text-align: center;
}

.arti_metas {
  margin: 18px 0 30px;
  padding-bottom: 18px;
  border-bottom: 1px dashed #d5e1ef;
  color: var(--lab-muted);
  text-align: center;
  font-size: 14px;
}

.arti_metas span {
  margin: 0 6px;
}

.entry,
.read,
.read p,
.read div {
  color: #344054;
  font-size: 17px;
  line-height: 1.95;
}

.read img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.wp-navi-aside {
  display: none;
}

.wp-navi-aside-active {
  display: block;
}

.aside-inner {
  position: fixed;
  left: -216px;
  top: 0;
  bottom: 0;
  z-index: 999;
  width: 216px;
  overflow: auto;
  background: #0f246d;
  color: #fff;
}

.navi-aside-mask {
  position: fixed;
  inset: 0;
  z-index: 998;
  background: rgba(0, 0, 0, .34);
}

.navi-aside-head {
  padding: 18px 18px 8px;
}

.navi-aside-title {
  font-size: 16px;
}

.wp-navi-aside .wp-menu a,
.wp-navi-aside ul a {
  display: block;
  padding: 11px 18px;
  color: rgba(255, 255, 255, .9);
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.motion-ready .sitelogo,
.motion-ready .head-right,
.motion-ready .nav {
  opacity: 0;
  transform: translateY(16px);
}

.motion-ready.motion-booted .sitelogo,
.motion-ready.motion-booted .head-right,
.motion-ready.motion-booted .nav {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .62s ease, transform .62s ease;
}

.motion-ready .reveal-item {
  opacity: 0;
  transform: translate3d(var(--reveal-x, 0), var(--reveal-y, 24px), 0) scale(.96);
  filter: blur(3px);
}

.motion-ready .reveal-item.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
  transition: opacity .72s ease, transform .86s cubic-bezier(.18, .78, .24, 1), filter .72s ease;
  transition-delay: calc(var(--reveal-order, 0) * 70ms);
}

@keyframes labSlideZoom {
  from { transform: scale(1.075); }
  to { transform: scale(1.02); }
}

@keyframes labTextRise {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1180px) {
  .nav .wp-menu,
  #wp_nav_w99 .wp_nav {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .nav .menu-link,
  #wp_nav_w99 .wp_nav .nav-item a {
    padding: 0 14px;
  }

  .hero-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-panel {
    grid-column: 1 / -1;
  }

  .column-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .wrapper .inner {
    width: min(100% - 32px, 1460px);
  }

  .header-inner {
    min-height: 126px;
  }

  .head-right {
    flex-basis: 260px;
    height: 98px;
    min-width: 180px;
  }

  .hero-grid,
  .column-grid,
  .resources-grid,
  #l-container .mod {
    grid-template-columns: 1fr;
  }

  .feature-panel,
  .notice-panel {
    grid-column: 1 / -1;
  }

  .col_menu_con {
    display: none;
  }
}

@media (max-width: 760px) {
  body {
    background: var(--lab-bg);
    font-size: 14px;
  }

  .top-left {
    display: none;
  }

  .topbar-inner {
    justify-content: center;
  }

  .top-right {
    justify-content: center;
    font-size: 12px;
  }

  .header-inner {
    min-height: 92px;
    gap: 14px;
  }

  .navi-aside-toggle {
    display: block;
  }

  .head-left {
    flex: 1;
    min-width: 0;
  }

  .site-logo-mark {
    height: 66px;
  }

  .head-right {
    display: none;
  }

  .nav {
    display: none;
  }

  .home-hero {
    padding-top: 18px;
  }

  .section-head {
    min-height: 56px;
    padding: 0 18px;
  }

  .section-head h2 {
    font-size: 19px;
  }

  .feature-slider,
  .slider-list {
    min-height: 310px;
  }

  .slider-text {
    padding: 0 22px 28px;
  }

  .notice-static,
  .news-panel-list {
    height: auto;
    max-height: none;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .foot-right img {
    width: 82px;
    height: 82px;
  }
}

@media (max-width: 480px) {
  .wrapper .inner {
    width: min(100% - 24px, 1460px);
  }

  .feature-panel,
  .notice-panel,
  .info-card,
  .l-banner {
    border-radius: 14px;
  }

  .slider-control {
    display: none;
  }

  .imgscroll2_td {
    flex-basis: 240px;
  }

  .equipment-scroll .imgscroll2_td > a,
  .equipment-scroll .imgscroll2_td > div:first-child > a {
    height: 100%;
  }

  .equipment-scroll .imgscroll2_td > a > span:not(.imgscroll2_img),
  .equipment-scroll .imgscroll2_td > div:last-child span {
    font-size: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
