@charset "UTF-8";
header .slogan p.top {
  margin: 0 0 6px 0;
  font-size: 13px;
  font-weight: 400;
  color: #282828;
}
@media screen and (min-width: 768px) {
  header .slogan p.top {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 10px 0;
  }
}

header .slogan p {
  line-height: 1;
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  color: #3EADB8;
}
@media screen and (min-width: 768px) {
  header .slogan p {
    font-size: 20px;
  }
}

header .phone-area p {
  line-height: 1;
  margin: 0;
}

header .phone-area p {
  color: #aaaaaa;
  font-size: 13px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  header .phone-area p {
    font-size: 18px;
  }
}

.news-details-wrapper .details-content p,
.news-details-wrapper .details-content span {
  text-indent: 0;
}
@media screen and (min-width: 768px) {
  .news-details-wrapper .details-content p,
  .news-details-wrapper .details-content span {
    text-indent: 0;
  }
}
@media screen and (min-width: 1024px) {
  .news-details-wrapper .details-content p,
  .news-details-wrapper .details-content span {
    text-indent: 0;
  }
}

.news-details-wrapper .details-content ul,
.news-details-wrapper .details-content ol {
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .news-details-wrapper .details-content ul,
  .news-details-wrapper .details-content ol {
    padding-left: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .news-details-wrapper .details-content ul,
  .news-details-wrapper .details-content ol {
    padding-left: 1rem;
  }
}

.news-details-wrapper .details-content ul li,
.news-details-wrapper .details-content ul li a,
.news-details-wrapper .details-content ol li,
.news-details-wrapper .details-content ol li a {
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .news-details-wrapper .details-content ul li,
  .news-details-wrapper .details-content ul li a,
  .news-details-wrapper .details-content ol li,
  .news-details-wrapper .details-content ol li a {
    padding-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .news-details-wrapper .details-content ul li,
  .news-details-wrapper .details-content ul li a,
  .news-details-wrapper .details-content ol li,
  .news-details-wrapper .details-content ol li a {
    padding-left: 0;
  }
}

.news-details-wrapper ul li,
.news-details-wrapper ol li {
  list-style: decimal;
}

.news-details-wrapper .details-content h2 {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .news-details-wrapper .details-content h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .news-details-wrapper .details-content h2 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1366px) {
  .news-details-wrapper .details-content h2 {
    font-size: 24px;
  }
}

.news-details-wrapper .details-content h3 {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .news-details-wrapper .details-content h3 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .news-details-wrapper .details-content h3 {
    font-size: 20px;
  }
}

.news-details-wrapper {
  padding-top: 1rem;
  min-height: 360px;
}
@media screen and (min-width: 768px) {
  .news-details-wrapper {
    padding-top: 2rem;
    min-height: 560px;
  }
}
.news-details-wrapper .news-title {
  margin: 0 0 20px;
  line-height: 1.75;
  text-align: center;
  font-size: 20px;
  color: #426AAA;
}
@media screen and (min-width: 768px) {
  .news-details-wrapper .news-title {
    font-size: 24px;
    margin: 0 0 2rem;
  }
}

/* =========================
 * 文章正文 Table 样式
 * ========================= */
.page-news table {
  width: 100%;
  margin: 24px 0;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  background: #fff;
  border: 1px solid #d8e1e8;
  border-radius: 4px;
  overflow: hidden;
  /* 表头 */
}
.page-news table thead th,
.page-news table tr:first-child th {
  padding: 12px 16px;
  color: #fff;
  font-weight: 600;
  text-align: left;
  background: #426AAA;
  border: 1px solid #426f89;
}
.page-news table {
  /* 单元格 */
}
.page-news table td {
  padding: 11px 16px;
  vertical-align: middle;
  border: 1px solid #d8e1e8;
  background: #fff;
}
.page-news table {
  /* 如果表格没有 thead，而是直接使用 th */
}
.page-news table th {
  padding: 11px 16px;
  font-weight: 600;
  text-align: left;
  color: #25465b;
  background: #edf3f6;
  border: 1px solid #d8e1e8;
}
.page-news table {
  /* 有 thead 时，保持顶部表头为深色 */
}
.page-news table thead th {
  color: #fff;
  background: #426AAA;
  border-color: #426f89;
}
.page-news table {
  /* 隔行背景 */
}
.page-news table tbody tr:nth-child(even) td {
  background: #f7f9fa;
}
.page-news table tbody tr {
  /* 鼠标经过 */
}
.page-news table tbody tr:hover td {
  background: #eef5f8;
}
.page-news table {
  /* 表格中的粗体 */
}
.page-news table strong,
.page-news table b {
  color: #25465b;
  font-weight: 600;
}
.page-news table {
  /* 表格中的链接 */
}
.page-news table a {
  color: #426AAA;
  text-decoration: none;
}
.page-news table a:hover {
  color: #1f485f;
  text-decoration: underline;
}

/* =========================
 * 移动端
 * ========================= */
@media (max-width: 768px) {
  .page-news table {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    font-size: 14px;
    white-space: nowrap;
  }
  .page-news table th,
  .page-news table td {
    padding: 10px 12px;
  }
}/*# sourceMappingURL=202607.css.map */