﻿@font-face {
  font-family: "MenuFont";
  src: url("../fonts/menu.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
}

body {
  color: #333333;
}

a {
  text-decoration: none;
}

.page .page-header {
  display: flex;
  align-items: center;
  margin: 15px 80px;
}
.page .page-header .logo {
  width: 150px;
}
.page .page-header .logo img {
  width: 100%;
}
.page .page-header .menu {
  display: flex;
  margin: auto;
  flex: 1;
  list-style-type: none;
  gap: 10px;
  align-items: center;
}
.page .page-header .menu .menu-item {
  text-align: center;
  position: relative;
  padding: 0 20px;
}
.page .page-header .menu .menu-item a {
  text-decoration: none;
  color: #000;
  font-family: MenuFont, sans-serif;
}
.page .page-header .menu .menu-item .child-menu {
  padding: 5px 20px 10px;
  list-style: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: max-content;
  z-index: 2;
  background-color: #FFFFFF;
  display: none;
  text-align: left;
  line-height: 40px;
}
.page .page-header .menu .menu-item:hover .child-menu {
  display: block;
}
.page-footer {
  background: #4A4A4A;
  padding: 60px 110px;
  margin-top: 20px;
}
.page-footer .container {
  display: flex;
  justify-content: space-between;
  color: #FFFFFF;
}
.page-footer .container a {
  color: #FFFFFF;
}
.page-footer .container .icons img {
  width: 30px;
  margin-right: 8px;
}
.page-footer .container .btns {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.page-footer .container .btns .link {
  border: 1px dashed #FFFFFF;
  padding: 8px 15px;
  border-radius: 4px;
  text-decoration: none;
}
.page-footer .container .btns .link.solid {
  border: 1px solid #FFFFFF;
}
.page-footer .container .fnav {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
.page-footer .container .fnav-item dt {
  margin-bottom: 18px;
}
.page-footer .container .fnav-item a {
  font-size: 12px;
  text-decoration: none;
}
.page-footer hr {
  color: #FFF;
}
.page-footer .copyright {
  text-align: center;
  color: #FFF;
}
.page-footer .copyright a {
  color: #FFF;
  text-decoration: none;
}

.single-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.multi-line {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.multi-line-3 {
  -webkit-line-clamp: 3 !important;
}
.multi-line-4 {
  -webkit-line-clamp: 4 !important;
}

.page-banner {
  width: 100%;
  position: relative;
}
.page-banner .banner {
  width: 100%;
}
.page-banner .banner-info {
  position: absolute;
  left: 0px;
  right: 0;
  bottom: 0px;
  color: #FFFFFF;
  font-size: 40px;
}
.page-banner .banner-info .banner-title {
  margin-bottom: 60px;
}

.child-nav {
  display: flex;
  justify-content: flex-end;
  background-color: #FFFFFF;
  padding: 15px;
}
.child-nav li:not(:last-child)::after {
  content: ">";
  display: inline-block;
  padding: 0 15px;
}
.child-nav .icon-home {
  width: 20px;
  margin-right: 10px;
}

.child-body {
  background-color: #F8F8F8;
  padding: 28px 0px;
}
.child-body .body {
  display: flex;
  gap: 20px;
}
.child-body .body .child-menu {
  background-color: #FFF;
  width: 250px;
  padding: 0;
}
.child-body .body .child-menu-item {
  list-style: none;
  line-height: 40px;
  font-size: 16px;
}
.child-body .body .child-menu-item.active {
  background: #198FF9;
}
.child-body .body .child-menu-item.active a {
  color: #FFF;
}
.child-body .body .child-menu-item a {
  text-decoration: none;
  color: #333333;
  padding-left: 2rem;
}

.pagination .page-item .page-link {
  border: 0;
  color: #333333;
  background-color: transparent;
}

.pagination .page-item.active .page-link {
  color: #198FF9;
}

.child-page-title {
  font-weight: 800;
  font-size: 18px;
  color: #333333;
}
.child-page-body {
  padding: 10px 0;
}

.ad-box {
  width: 250px;
}
.ad-box a {
  margin-bottom: 15px;
  display: block;
}
.ad-box img {
  width: 100%;
}

.article-page {
  padding: 10px;
}
.article-page-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.article-page-body {
  font-size: 15px;
}

.article-child {
  margin-top: 18px;
  margin-bottom: 20px;
}
.article-child-title {
  font-weight: 600;
  font-size: 16px;
  padding-bottom: 15px;
}
.article-child-desc {
  font-size: 12px;
}
.article-child-content {
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
}

p {
  line-height: 25px;
}

.link-button {
  padding: 10px 25px;
  font-size: 14px;
  border-radius: 25px;
  line-height: 40px;
}
.link-button.default {
  background-color: rgb(25, 143, 249);
  color: #FFFFFF;
}
.link-button.blank {
  background-color: transparent;
  color: #198FF9;
  border: 1px solid #198FF9;
}
.link-button.mini {
  padding: 3px 10px;
  line-height: 25px;
  border: none;
}

.w-full {
  width: 100%;
}

.article-table {
  width: 100%;
  margin: 20px 0;
  border-collapse: collapse;
  border: 1px solid #198FF9;
}
.article-table thead {
  background: #198FF9;
  color: #FFFFFF;
}
.article-table th, .article-table td {
  padding: 10px;
  border: 1px solid rgb(232, 244, 254);
  text-align: center;
}
.article-table tbody tr {
  background: #FFFFFF;
  color: #333333;
}
.article-table tbody tr:nth-child(even) {
  background: #E7F6FE;
}

.article-pictures {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
  width: 100%;
}
.article-pictures.no-bg dl {
  background-color: transparent;
}
.article-pictures dl {
  padding: 0;
  margin: 0;
  background: #FFFFFF;
}
.article-pictures dl dt {
  margin-bottom: 15px;
}
.article-pictures dl dt img {
  width: 100%;
}
.article-pictures dl dd {
  padding: 0 15px;
}
.article-pictures dl dd.title {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0px;
  padding-bottom: 10px;
}
.article-pictures dl dd.desc {
  font-size: 12px;
  word-wrap: break-word;
  word-break: normal;
}
.article-pictures dl a {
  color: #333333;
}
.article-pictures.row-4 dl {
  width: calc(25% - 10px);
}
.article-pictures.row-3 dl {
  width: calc(33.333333% - 8px);
}
.article-pictures.row-5 dl {
  width: calc(20% - 10px);
}

.dy-panel {
  background: #FFFFFF;
  padding: 20px;
  margin-bottom: 20px;
}
.dy-panel-title {
  font-size: 20px;
}

.dy-list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 1rem;
}
.dy-list.list-row li {
  width: 100%;
}
.dy-list li {
  position: relative;
  list-style-type: none;
  width: 50%;
  line-height: 30px;
}
.dy-list li:before {
  position: absolute;
  left: -1rem;
  top: -1rem;
  content: ".";
  color: #198FF9;
  font-size: 3rem;
}

.img-box-f {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.img-box-f > div {
  position: relative;
  width: calc(20% - 8px);
}

.img-box-f > div img {
  width: 100%;
}

.img-box-f > div p {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 5px;
  margin: 0;
  color: #FFFFFF;
  line-height: 18px;
}

.img-box-f.box3 > div {
  position: relative;
  width: calc(33.333333% - 8px);
}
