﻿@charset "utf-8";

body.lc-page {
  background: #ffffff;
  color: #22314e;
}

.lc-main { overflow: hidden; }

.lc-page .section {
  padding: 40px 0 80px;
  background: url("../images/bg6.png") center top / cover no-repeat;
}

.lc-panel {
  min-height: calc(100vh - 970px);
  padding: 40px 32px;
  background: #ffffff;
  box-sizing: border-box;
}

.lc-layout {
  display: grid;
  grid-template-columns: 248px minmax(0, 1fr);
  column-gap: 40px;
  align-items: start;
}

.lc-content {
  min-width: 0;
}

.lc-content .wp-position-window {
  margin-bottom: 20px;
}

.lc-content-main {
  padding: 30px;
  border-top: 1px solid #BACAE0;
  min-height: 520px;
}

.lc-content-window,
.lc-content-window > [frag="窗口内容"],
.lc-content-placeholder {
  min-height: inherit;
}

.no-content-main {
  padding: 30px;
}

.no-notice-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.no-notice-item {
  margin: 0 0 10px;
}

.no-notice-item:last-child {
  margin-bottom: 0;
}

.no-notice-link {
  display: flex;
  align-items: center;
  min-height: 122px;
  padding: 24px 24px 18px;
  border-bottom: 1px dashed #999999;
  background: #ffffff;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
  box-sizing: border-box;
  transition: transform 0.3s ease;
}

.no-notice-item:hover .no-notice-link,
.no-notice-item:focus-within .no-notice-link {
  transform: translateX(6px);
  background: #f0f7ff;
}

.no-notice-item:hover .no-notice-link,
.no-notice-item:hover .no-notice-title,
.no-notice-item:hover .no-notice-summary,
.no-notice-item:hover .no-notice-title a,
.no-notice-item:hover .no-notice-summary a,
.no-notice-item:focus-within .no-notice-link,
.no-notice-item:focus-within .no-notice-title,
.no-notice-item:focus-within .no-notice-summary,
.no-notice-item:focus-within .no-notice-title a,
.no-notice-item:focus-within .no-notice-summary a {
  color: inherit !important;
}

.no-notice-date {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  width: 70px;
  height: 70px;
}

.no-notice-day {
  color: var(--color-primary);
  /* font-family: "Microsoft YaHei"; */
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.no-notice-month {
  color: #788393;
  /* font-family: "Microsoft YaHei"; */
  font-size: 18px;
  margin-top: 0;
  line-height: 1.2;
  letter-spacing: 0;
}

.no-notice-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  height: 90px;
  margin-left: 15px;
}

.no-notice-title {
  display: block;
  color: var(--color-primary-2);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.no-notice-title a,
.no-notice-summary a {
  color: inherit;
  text-decoration: none;
}

.no-notice-summary {
  display: block;
  margin-top: 8px;
  color: #788393;
  font-size: 16px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


@media (max-width: 1320px) {
  .lc-page .container,
  .lc-page .inner { max-width: calc(100% - 40px); }
}

@media (max-width: 1140px) {
  .lc-panel {
    min-height: calc(100vh - 900px);
    padding: 32px 28px;
  }

  .lc-layout {
    grid-template-columns: 220px minmax(0, 1fr);
    column-gap: 32px;
  }
}

@media (max-width: 960px) {
  .lc-page .container,
  .lc-page .inner { max-width: calc(100% - 28px); }

  .lc-panel {
    min-height: calc(100vh - 820px);
    padding: 28px 24px;
  }

  .lc-layout {
    grid-template-columns: 1fr;
    row-gap: 28px;
  }

  .lc-content-main {
    padding: 28px;
  }

  .no-content-main {
    padding: 28px;
  }

  .no-notice-link {
    min-height: 0;
    padding: 22px 20px 18px;
  }
}

@media (max-width: 720px) {
  .lc-page .container,
  .lc-page .inner { max-width: calc(100% - 20px); }

  .lc-page .section {
    padding: 40px 0 80px;
  }

  .lc-panel {
    min-height: calc(100vh - 760px);
    padding: 24px 20px;
  }

  .no-content-main {
    padding: 24px 20px;
  }

  .lc-content-main {
    font-size: 14px;
    line-height: 1.7;
  }

  .no-notice-link {
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 2px 0 14px;
  }

  .no-notice-day {
    font-size: 22px;
  }

  .no-notice-month {
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.2;
  }

  .no-notice-date {
    flex-basis: 58px;
    width: auto;
    height: auto;
    align-items: center;
    justify-content: center;
    gap: 2px;
  }

  .no-notice-body {
    margin-left: 0;
    height: auto;
    justify-content: center;
  }

  .no-notice-title {
    font-size: 18px;
    line-height: 1.3;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .no-notice-summary {
    margin-top: 7px;
    font-size: 15px;
    line-height: 1.65;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .no-content-main .wp_paging:not(.is-paging-enhanced) {
    margin-top: 22px;
  }

  .lc-content-main .wp_paging:not(.is-paging-enhanced) {
    margin-top: 22px;
  }

  .lc-content-main .wp_paging:not(.is-paging-enhanced) > li,
  .no-content-main .wp_paging:not(.is-paging-enhanced) > li {
    width: 100%;
    box-sizing: border-box;
  }

  .lc-content-main .wp_paging:not(.is-paging-enhanced) .page_nav,
  .lc-content-main .wp_paging:not(.is-paging-enhanced) .page_jump,
  .no-content-main .wp_paging:not(.is-paging-enhanced) .page_nav,
  .no-content-main .wp_paging:not(.is-paging-enhanced) .page_jump {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 8px;
    align-items: center;
  }

  .lc-content-main .wp_paging:not(.is-paging-enhanced) .page_nav a,
  .no-content-main .wp_paging:not(.is-paging-enhanced) .page_nav a {
    margin: 0;
  }

  .lc-content-main .wp_paging:not(.is-paging-enhanced) .page_jump .pages,
  .no-content-main .wp_paging:not(.is-paging-enhanced) .page_jump .pages {
    margin-right: 0;
  }

  .lc-content-main .wp_paging:not(.is-paging-enhanced) .page_jump .pageNum,
  .no-content-main .wp_paging:not(.is-paging-enhanced) .page_jump .pageNum {
    width: 56px;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
  }
}

@media (max-width: 540px) {
  .lc-page .container,
  .lc-page .inner { max-width: calc(100% - 16px); }

  .lc-panel {
    min-height: calc(100vh - 700px);
    padding: 20px 16px;
  }

  .lc-content-main {
    padding: 24px;
    font-size: 13px;
    line-height: 1.65;
  }

  .no-content-main {
    padding: 22px 16px;
  }

  .no-notice-link {
    gap: 12px;
    padding: 2px 0 12px;
  }

  .no-notice-day {
    font-size: 20px;
  }

  .no-notice-month {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.2;
  }

  .no-notice-date {
    flex-basis: 50px;
    width: auto;
    height: auto;
    justify-content: center;
  }

  .no-notice-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;
  }

  .no-notice-summary {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.65;
  }

  .lc-content-main .wp_paging:not(.is-paging-enhanced) .pages_count,
  .lc-content-main .wp_paging:not(.is-paging-enhanced) .page_jump .pages,
  .no-content-main .wp_paging:not(.is-paging-enhanced) .pages_count,
  .no-content-main .wp_paging:not(.is-paging-enhanced) .page_jump .pages {
    display: block;
    width: 100%;
    margin-bottom: 6px;
  }
}

@media (max-width: 420px) {
  .no-notice-date {
    flex-basis: 46px;
  }

  .no-notice-day {
    font-size: 18px;
  }

  .no-notice-month {
    font-size: 11px;
  }

  .no-notice-title {
    font-size: 14px;
    line-height: 1.35;
  }

  .no-notice-summary {
    margin-top: 4px;
    font-size: 11px;
  }
}
.pa-page .lc-content-main {
  padding-top: 0;
}

.pa-tabs-module {
  padding-top: 6px;
}

.pa-tab-head {
  margin-top: 28px;
  margin-bottom: 28px;
}

.pa-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
}

.pa-tab {
  flex: 1 1 0;
  min-width: 0;
  width: auto;
  height: 48px;
  padding: 0 10px;
  border: 0;
  border-radius: 10px 10px 0 0;
  background: #e2f2ff;
  color: #003277;
  font-size: 18px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease;
}

.pa-tab.is-active {
  background: #003277;
  color: #ffffff;
}

.pa-tab-panels {
  min-height: 120px;
}

.pa-tab-panel[hidden] {
  display: none !important;
}

.pa-tab-body {
  padding-top: 8px;
}

.pa-tab-panel {
  min-height: 180px;
}

.pa-tab-panel-content {
  color: #2a3d57;
  font-size: 16px;
  line-height: 1.9;
}

.pa-tab-loading,
.pa-tab-fallback-text {
  color: #5f7188;
  font-size: 16px;
  line-height: 1.9;
}

.pa-tab-fallback-link {
  color: #173f73;
  text-decoration: underline;
}

.pa-tab-panel-content img,
.pa-tab-panel-content table {
  max-width: 100%;
}

.pa-news-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pa-news-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 56px;
  padding: 12px 0;
  border-bottom: 1px solid #e5eef7;
}

.pa-news-list .title {
  min-width: 0;
  color: #173f73;
  font-size: 16px;
}

.pa-news-list .time {
  flex: 0 0 auto;
  color: #7690ad;
  font-size: 14px;
}

@media (max-width: 720px) {
  .pa-tabs {
    gap: 12px;
    flex-wrap: wrap;
  }

  .pa-tab {
    width: 100%;
    flex-basis: 100%;
  }
}
