.flex-row-center-between {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

body {
  font-size: inherit;
  line-height: 1.6;
  color: #333333;
  background: #ffffff;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

ul, ol {
  list-style: none;
}

.header-container,
.section-container,
.footer-container {
  display: block;
  box-sizing: border-box;
  width: 100%;
}

.header-wrapper,
.section-wrapper,
.footer-wrapper {
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
}
@media (max-width: 1680px) {
  .header-wrapper,
  .section-wrapper,
  .footer-wrapper {
    padding: 0 15px;
  }
}
@media (max-width: 990px) {
  .header-wrapper,
  .section-wrapper,
  .footer-wrapper {
    padding: 0 12px;
  }
}

.container-full {
  width: 100%;
  max-width: 100%;
}

.container-wide {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
@media (max-width: 990px) {
  .container-wide {
    padding: 0 12px;
  }
}

.btn-primary {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 52px;
  background-color: #0a3dad;
  color: #ffffff;
  border: none;
  border-radius: 3px;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
}
.btn-primary:hover {
  background-color: #0947cf;
}

.btn-outline {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 52px;
  background-color: #ffffff;
  color: #0a3dad;
  border: none;
  border-radius: 3px;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
}
.btn-outline:hover {
  background-color: #0947cf;
  color: #ffffff;
}

.flex-row-center-between {
  align-items: center;
}

.spacer {
  width: 100%;
}

#DEV_media::after {
  content: "---";
  border: 1px solid #0a3dad;
  box-shadow: 0 0 10px rgba(10, 61, 173, 0.4);
  font-size: 20px;
}
@media (max-width: 990px) {
  #DEV_media::after {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  #DEV_media::after {
    font-size: 16px;
  }
}
#DEV_media::after {
  color: #333;
  padding: 1vw;
  position: fixed;
  left: 10px;
  bottom: 10px;
  background: #fff;
  z-index: 10000;
  font-family: monospace;
}
@media (max-width: 1680px) {
  #DEV_media::after {
    content: "xxxxl";
  }
}
@media (max-width: 1440px) {
  #DEV_media::after {
    content: "xxxl";
  }
}
@media (max-width: 1240px) {
  #DEV_media::after {
    content: "xxl";
  }
}
@media (max-width: 990px) {
  #DEV_media::after {
    content: "xl";
  }
}
@media (max-width: 768px) {
  #DEV_media::after {
    content: "l";
  }
}
@media (max-width: 570px) {
  #DEV_media::after {
    content: "m";
  }
}

.header-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1240px) {
  .header-container {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
  }
}

.header-wrapper {
  max-width: 100%;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
@media (max-width: 1680px) {
  .header-wrapper {
    padding: 0 20px;
  }
}
@media (max-width: 990px) {
  .header-wrapper {
    height: 60px;
    padding: 0 12px;
  }
}

.header-spacer {
  height: 80px;
}
@media (max-width: 990px) {
  .header-spacer {
    height: 60px;
  }
}

.header-layout {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo {
  flex-shrink: 0;
}
.header-logo a {
  display: block;
}
.header-logo img {
  height: 40px;
  width: auto;
}
@media (max-width: 990px) {
  .header-logo img {
    height: 32px;
  }
}

.nav-main {
  display: flex;
  align-items: center;
}
@media (max-width: 990px) {
  .nav-main {
    display: none;
  }
}

.nav-list {
  display: flex;
  gap: 0;
}
@media (max-width: 1240px) {
  .nav-list {
    display: none;
  }
}

.nav-item {
  position: relative;
}
.nav-item > a {
  display: block;
  padding: 0 20px;
  height: 80px;
  line-height: 80px;
  font-size: 0.9375em;
  font-weight: 500;
  color: #333333;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.nav-item > a:hover, .nav-item > a[is-active] {
  color: #0a3dad;
}
.nav-item .nav-hover-line {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: #0a3dad;
  transition: all 0.3s ease;
}
.nav-item:hover .nav-hover-line {
  width: 30px;
}

.nav-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background: #ffffff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 100;
}
.nav-item:hover .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.nav-dropdown a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  font-size: 0.8125em;
  color: #333333;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.nav-dropdown a:hover {
  color: #0a3dad;
  background: rgba(10, 61, 173, 0.05);
}

.header-actions {
  display: flex;
  align-items: center;
  height: 100%;
}
.header-actions .header-action-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
  padding: 15px;
}
@media (max-width: 990px) {
  .header-actions .header-action-wrapper {
    padding: 10px;
  }
}
.header-actions .header-action-wrapper.for-share {
  background: rgb(12.7868852459, 78, 221.2131147541);
  color: #ffffff;
}
.header-actions .header-action-wrapper.for-search {
  background: #0a3dad;
  color: #ffffff;
}

.header-action-btn, .header-share .share-trigger, .header-search-btn {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 18px;
  color: #333333;
  transition: all 0.3s ease;
}
.header-action-btn:hover, .header-share .share-trigger:hover, .header-search-btn:hover {
  color: #0a3dad;
}

.header-email-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 3px;
  font-size: 0.875em;
  transition: all 0.3s ease;
}
.header-email-btn:hover {
  background: #0947cf;
  color: #ffffff;
}
.header-email-btn i {
  font-size: 14px;
}
@media (max-width: 990px) {
  .header-email-btn span {
    display: none;
  }
}

.header-lang {
  position: relative;
}
.header-lang .lang-current {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 0.8125em;
  color: #333333;
  transition: all 0.3s ease;
}
.header-lang .lang-current i {
  font-size: 16px;
}
.header-lang .lang-current img {
  width: 10px;
  height: auto;
}
.header-lang .lang-current:hover {
  color: #0a3dad;
}

.lang-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 160px;
  background: #ffffff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 100;
}
.header-lang:hover .lang-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.lang-dropdown a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  font-size: 0.8125em;
  color: #333333;
  transition: all 0.3s ease;
}
.lang-dropdown a:hover {
  color: #0a3dad;
  background: rgba(10, 61, 173, 0.05);
}

.header-share {
  position: relative;
}
.header-share .share-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  display: flex;
  gap: 0;
  background: #0a3dad;
  border-radius: 4px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 100;
}
.header-share:hover .header-share .share-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header-share .share-dropdown a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  transition: all 0.3s ease;
}
.header-share .share-dropdown a:hover {
  background: rgba(255, 255, 255, 0.2);
}

.header-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
@media (max-width: 1240px) {
  .header-hamburger {
    display: flex;
  }
}
.header-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #333333;
  transition: all 0.3s ease;
}
.header-hamburger[is-active] span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.header-hamburger[is-active] span:nth-child(2) {
  opacity: 0;
}
.header-hamburger[is-active] span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.search-panel {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: linear-gradient(90deg, #0a3dad, #062d83);
  padding: 20px 40px;
  display: none;
  z-index: 99;
}
.search-panel[is-active] {
  display: block;
}

.search-form {
  display: flex;
  max-width: 600px;
  margin: 0 auto;
}
.search-form input {
  flex: 1;
  height: 44px;
  padding: 0 16px;
  border: none;
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  font-size: 0.875em;
  outline: none;
}
.search-form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.search-form input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.search-form button {
  width: 44px;
  height: 44px;
  border: none;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  cursor: pointer;
  font-size: 18px;
  transition: all 0.3s ease;
}
.search-form button:hover {
  background: rgba(255, 255, 255, 0.3);
}

.mobile-nav-panel {
  display: none;
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  height: calc(100vh - 80px);
  background: #ffffff;
  overflow-y: auto;
  z-index: 999;
  padding: 20px 0;
}
@media (max-width: 990px) {
  .mobile-nav-panel {
    top: 60px;
    height: calc(100vh - 60px);
  }
}
.mobile-nav-panel[is-active] {
  display: block;
}
.mobile-nav-panel .mobile-nav-list li {
  border-bottom: 1px solid #eee;
}
.mobile-nav-panel .mobile-nav-list li > a {
  display: block;
  padding: 14px 20px;
  font-size: 0.9375em;
  color: #333333;
  font-weight: 500;
}
.mobile-nav-panel .mobile-nav-list li > a:hover {
  color: #0a3dad;
}
.mobile-nav-panel .mobile-sub-list {
  display: none;
  background: #f9f9f9;
}
.mobile-nav-panel .mobile-sub-list[is-active] {
  display: block;
}
.mobile-nav-panel .mobile-sub-list a {
  padding: 10px 20px 10px 36px;
  font-size: 0.875em;
}
.mobile-nav-panel .mobile-nav-toggle {
  float: right;
  padding: 14px 20px;
  cursor: pointer;
}
.mobile-nav-panel .mobile-nav-toggle i {
  transition: transform 0.3s;
}
.mobile-nav-panel .mobile-nav-toggle[is-active] i {
  transform: rotate(180deg);
}
.mobile-nav-panel .mobile-lang-social {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-container {
  background: #041c50;
  color: #cccccc;
  font-size: 16px;
}
.footer-container .footer-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 3.75em 20px 2.5em;
}
@media (max-width: 1680px) {
  .footer-container .footer-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 990px) {
  .footer-container .footer-wrapper {
    padding: 2.5em 12px 1.875em;
  }
}
.footer-container .footer-layout {
  display: flex;
  gap: 3.75em;
}
@media (max-width: 1240px) {
  .footer-container .footer-layout {
    flex-direction: column;
    gap: 2.5em;
  }
}
.footer-container .footer-info {
  flex: 0 0 20em;
}
@media (max-width: 1240px) {
  .footer-container .footer-info {
    flex: none;
  }
}
.footer-container .footer-logo {
  display: block;
  margin-bottom: 1.5em;
}
.footer-container .footer-logo img {
  height: 40px;
  width: auto;
  filter: grayscale(1) brightness(5);
}
.footer-container .footer-contact {
  display: flex;
  flex-direction: column;
  gap: 0.75em;
  margin-bottom: 1.25em;
}
.footer-container .footer-contact-item {
  display: flex;
  align-items: center;
  gap: 0.625em;
  font-size: 0.9375em;
}
.footer-container .footer-contact-item i {
  width: 1em;
  color: #fff;
}
.footer-container .footer-social {
  display: flex;
  gap: 0.75em;
  margin-bottom: 1.5em;
}
.footer-container .footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25em;
  height: 2.25em;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #cccccc;
  font-size: 0.875em;
  transition: all 0.3s ease;
}
.footer-container .footer-social a:hover {
  background: #0a3dad;
  border-color: #0a3dad;
  color: #ffffff;
}
.footer-container .footer-copyright {
  font-size: 0.8125em;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.6;
}
.footer-container .footer-right {
  flex: 1;
  min-width: 0;
}
.footer-container .footer-nav-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25em;
  margin-bottom: 2.5em;
}
@media (max-width: 1240px) {
  .footer-container .footer-nav-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 990px) {
  .footer-container .footer-nav-grid {
    grid-template-columns: 1fr;
  }
}
.footer-container .footer-nav-col h4 {
  font-family: "Montserrat", "Poppins", Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1em;
}
.footer-container .footer-nav-col ul {
  display: flex;
  flex-direction: column;
  gap: 0.625em;
}
.footer-container .footer-nav-col a {
  font-size: 0.875em;
  color: #cccccc;
  transition: all 0.3s ease;
}
.footer-container .footer-nav-col a:hover {
  color: #ffffff;
}
.footer-container .footer-subscribe {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1.875em;
}
.footer-container .footer-subscribe-title {
  font-family: "Montserrat", "Poppins", Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0.5em;
}
.footer-container .footer-subscribe-desc {
  font-size: 0.875em;
  color: #cccccc;
  margin-bottom: 1em;
}
.footer-container .footer-subscribe-form {
  display: flex;
  max-width: 30em;
}
@media (max-width: 990px) {
  .footer-container .footer-subscribe-form {
    flex-direction: column;
    gap: 0.75em;
  }
}
.footer-container .footer-subscribe-input {
  flex: 1;
  height: 2.75em;
  padding: 0 1em;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-right: none;
  color: #ffffff;
  font-size: 0.875em;
  outline: none;
  transition: all 0.3s ease;
}
.footer-container .footer-subscribe-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer-container .footer-subscribe-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer-container .footer-subscribe-input:focus {
  border-color: #0a3dad;
}
@media (max-width: 990px) {
  .footer-container .footer-subscribe-input {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.footer-container .footer-subscribe-btn {
  height: 2.75em;
  padding: 0 1.5em;
  background: #0a3dad;
  color: #ffffff;
  border: none;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 0.875em;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.footer-container .footer-subscribe-btn:hover {
  background: #0947cf;
}

.footer-bottom {
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 1em 20px;
}
.footer-bottom .footer-bottom-text {
  font-size: 0.8125em;
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 990px) {
  .footer-bottom {
    padding: 0.75em 12px;
  }
}

.online-service-container {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6px 0;
  background: rgba(0, 0, 0, 0.55);
  border-radius: 22px;
  font-size: 44px;
}
@media (max-width: 990px) {
  .online-service-container {
    right: 10px;
  }
}
.online-service-container .online-service-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: transparent;
  color: #ffffff;
  font-size: 0.4545454545em;
  transition: all 0.3s ease;
  text-decoration: none;
  border-radius: 50%;
}
.online-service-container .online-service-item:hover {
  color: #0a3dad;
}
.online-service-container .online-service-tooltip {
  position: absolute;
  right: calc(100% + 14px);
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  background: #333333;
  color: #ffffff;
  padding: 6px 12px;
  font-size: 16px;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
}
.online-service-container .online-service-tooltip::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 6px solid #333333;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.online-service-container .online-service-item:hover .online-service-tooltip {
  opacity: 1;
  visibility: visible;
}
.online-service-container .online-service-top {
  margin-top: 4px;
}

.news-item {
  position: relative;
  font-size: 16px;
}
.news-item .news-card {
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  transition: box-shadow 0.3s ease;
  font-size: 1em;
}
.news-item .news-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.news-item .news-image {
  display: block;
  overflow: hidden;
}
.news-item .news-image .news-image-wrap {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.news-item .news-image .news-image-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.news-item .news-card:hover .news-image-wrap img {
  transform: scale(1.05);
}
.news-item .news-info {
  padding: 1.25em;
}
.news-item .news-title {
  display: block;
  font-size: 1em;
  font-weight: 600;
  color: #333333;
  line-height: 1.4;
  margin-bottom: 0.75em;
  transition: color 0.3s ease;
  text-decoration: none;
}
.news-item .news-title:hover {
  color: #0a3dad;
}
.news-item .news-summary {
  font-size: 0.875em;
  line-height: 1.6;
  color: #666;
  margin-bottom: 1em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-item .news-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-item .news-date {
  font-size: 0.8125em;
  color: #999;
}
.news-item .news-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25em;
  height: 2.25em;
  border-radius: 50%;
  background: #0a3dad;
  color: #ffffff;
  font-size: 1em;
  transition: background 0.3s ease;
  text-decoration: none;
}
.news-item .news-arrow:hover {
  background: #0947cf;
}
.news-item .news-arrow i {
  font-size: inherit;
  line-height: 1;
}

.page-heading-container {
  background: #ffffff;
}

.page-heading-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
@media (max-width: 1680px) {
  .page-heading-wrapper {
    padding: 0 15px;
  }
}
@media (max-width: 990px) {
  .page-heading-wrapper {
    padding: 0 12px;
  }
}

.breadcrumb-nav {
  font-size: 0.875em;
  color: #999;
  line-height: 1.8;
  padding: 20px 0;
}
.breadcrumb-nav a {
  color: #999;
  transition: color 0.3s;
}
.breadcrumb-nav a:hover {
  color: #0a3dad;
}

.page-heading-title {
  padding: 20px 0;
}
.page-heading-title h2 {
  font-family: "Montserrat", "Poppins", Arial, Helvetica, sans-serif;
  font-size: 2.375em;
  color: #333333;
  font-weight: 700;
  margin: 0;
}

.category-nav-container {
  background: #ffffff;
}

.category-nav-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
@media (max-width: 1680px) {
  .category-nav-wrapper {
    padding: 0 15px;
  }
}
@media (max-width: 990px) {
  .category-nav-wrapper {
    padding: 0 12px;
  }
}

.category-nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.category-nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  height: 50px;
  padding: 0 30px;
  border: 1px solid #e0e0e0;
  border-radius: 100px;
  font-size: 0.9375em;
  color: #333333;
  background: #ffffff;
  transition: all 0.3s ease;
  text-decoration: none;
}
.category-nav-link:hover {
  border-color: #0a3dad;
  color: #0a3dad;
}
.category-nav-link[is-active] {
  background: #0a3dad;
  color: #ffffff;
  border-color: #0a3dad;
}
@media (max-width: 990px) {
  .category-nav-link {
    min-width: 0;
    padding: 0 20px;
    height: 40px;
    font-size: 0.875em;
  }
}

.plist-container {
  background: #ffffff;
}

.plist-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
@media (max-width: 1680px) {
  .plist-wrapper {
    padding: 0 15px;
  }
}
@media (max-width: 990px) {
  .plist-wrapper {
    padding: 0 12px;
  }
}

.plist-grid {
  display: flex;
  flex-wrap: wrap;
}

.plist-pagination {
  display: flex;
  justify-content: center;
  padding: 40px 0;
}
.plist-pagination ul {
  display: flex;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.plist-pagination li {
  display: inline-flex;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  color: #333333;
  background: #ffffff;
}
.plist-pagination li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 12px;
  font-size: 0.875em;
  text-decoration: none;
  transition: all 0.3s ease;
  color: inherit;
}
.plist-pagination li a:hover {
  border-color: #0a3dad;
  color: #0a3dad;
}
.plist-pagination li.active a {
  background: #0a3dad;
  color: #ffffff;
  border-color: #0a3dad;
}

.richtext-content body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  box-sizing: border-box;
  overflow-y: scroll !important;
}
.richtext-content a {
  color: #09f;
  text-decoration: none;
}
.richtext-content a:hover,
.richtext-content a:focus {
  color: #09f;
  text-decoration: none;
}
.richtext-content blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 18px;
  border-left: 5px solid #EEE;
}
.richtext-content img + br {
  display: block;
  padding: 4px 0;
  content: " ";
}
.richtext-content {
  /*body p {
      margin-bottom: 1em;
  }*/
}
.richtext-content iframe {
  border: none;
}
.richtext-content img {
  max-width: 100%;
  display: inline;
}
.richtext-content pre {
  margin: 0.5em 0;
  padding: 0.4em 0.6em;
  border-radius: 8px;
  background: #f8f8f8;
  line-height: 1.5;
}
.richtext-content .edui-quick-operate-active {
  background: #E6ECFF;
}
.richtext-content body.view img {
  max-width: 50% !important;
  height: auto !important;
}
.richtext-content body.view img.anchorclass {
  height: 16px !important;
  width: 15px !important;
}
.richtext-content .view {
  word-break: break-all;
}
.richtext-content .vote_area {
  display: block;
}
.richtext-content .vote_iframe {
  background-color: transparent;
  border: 0 none;
  height: 100%;
}
.richtext-content .edui-editor-imagescale {
  display: none !important;
}