@to TopIcon:/resources/sys/img/totop-default.svg;
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft Yahei";
}
/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Set `font-size` to support `rem` units
 *    Not using `font` property because a leading hyphen (e.g. -apple-system) causes the font to break in IE11 and Edge
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 * 3. Style
 */
html {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */
  color: #666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
/*
   * Removes default margin.
   */
body {
  margin: 0;
  font-size: 14px;
  color: #666;
  background-color: #ffffff;
}
/* Links
   ========================================================================== */
/*
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
a {
  /* 1 */
  background-color: transparent;
  /* 2 */
  -webkit-text-decoration-skip: objects;
}
/*
   * Remove the outline on focused links when they are also active or hovered
   */
a:active,
a:hover {
  outline: none;
}
/*
   * Style
   */
a,
.uk-link {
  color: #4a4a4a;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #0f6ecd;
}
/* Text-level semantics
   ========================================================================== */
/*
   * 1. Remove the bottom border in Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/*
   * 1. Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   * 2. Add the correct font weight in Chrome, Edge, and Safari.
   */
/* 1 */
b,
strong {
  font-weight: inherit;
}
/* 2 */
b,
strong {
  font-weight: bolder;
}
/*
   * 1. Correct the odd `em` font sizing in all browsers.
   * 2. Consolas has a better baseline in running text compared to `Courier`
   * 3. Style
   */
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  /* 1 */
  font-size: 11px;
  /* 2 */
  font-family: Consolas, monaco, monospace;
  /* 3 */
  color: #435DBA;
  white-space: nowrap;
  padding: 2px 6px;
  border: 1px solid #EBEBED;
  border-radius: 3px;
}
/*
   * Emphasize
   */
em {
  color: #0f6ecd;
}
/* Preformatted text
   ========================================================================== */
/*
   * 1. Contain overflow in all browsers.
   * 2. Override UA
   */
pre {
  background: #ffffff;
}
pre code {
  font-family: Consolas, monaco, monospace;
}
/* Selection pseudo-element
   ========================================================================== */
::-moz-selection {
  background: #014099;
  text-shadow: none;
}
::selection {
  background: #014099;
  text-shadow: none;
}
/* ========================================================================
     Component: Link
   ========================================================================== */
/* Muted
   ========================================================================== */
a.uk-link-muted,
.uk-link-muted a {
  color: #999999;
}
a.uk-link-muted:hover,
.uk-link-muted a:hover {
  color: #666;
}
/* Text
   ========================================================================== */
/*
   * `!important` needed to override inverse component
   */
a.uk-link-text:not(:hover),
.uk-link-text a:not(:hover) {
  color: inherit !important;
}
a.uk-link-text:hover,
.uk-link-text a:hover {
  color: #999999;
}
/* Hero
   ========================================================================== */
/*
   * 1. Using `inline-block` to make it work with text alignment
   * 2. Center vertically
   * 3. Style
   */
.uk-heading-bullet::before {
  content: "";
  border-left: 4px solid #014099;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #014099;
}
/* ========================================================================
     Component: List
   ========================================================================== */
.uk-list,
.ap-child-list > ul {
  padding: 0;
  list-style: none;
}
.uk-list-striped > li:nth-of-type(odd) {
  background: #ffffff;
}
/* ========================================================================
     Component: Description list
   ========================================================================== */
/*
   * Term
   */
.uk-description-list > dd {
  font-size: 16px;
}
/* Caption
   ========================================================================== */
.uk-table caption {
  color: #999999;
}
/*
   * Striped
   */
.uk-table-striped > tr:nth-of-type(odd),
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #ffffff;
}
/* Style modifiers
   ========================================================================== */
/*
   * Link
   */
.uk-icon-link:hover,
.uk-icon-link:focus {
  color: #014099;
  outline: none;
}
/*
   * Button
   * 1. Center icon vertically and horizontally
   */
.uk-icon-button {
  background: #ffffff;
}
/* Hover + Focus */
.uk-icon-button:hover,
.uk-icon-button:focus {
  background-color: #ffffff;
  color: #014099;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #014099;
  color: #ffffff;
}
/* Thumb
   ========================================================================== */
/*
   * 1. Reset
   * 2. Style
   */
/* Webkit */
.uk-range::-webkit-slider-thumb {
  background: #666;
}
/* Firefox */
.uk-range::-moz-range-thumb {
  background: #666;
}
/* Edge */
.uk-range::-ms-thumb {
  /* 1 */
  margin-top: 0;
}
/* IE11 */
.uk-range::-ms-thumb {
  background: #666;
}
.uk-input,
.uk-select,
.uk-textarea {
  background: #ffffff;
  color: #666;
}
/* Focus */
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  outline: none;
  background-color: #ffffff;
}
/* Disabled */
.uk-input:disabled,
.uk-select:disabled,
.uk-textarea:disabled {
  background-color: #ffffff;
  color: #999999;
}
/*
   * Placeholder
   */
.uk-input:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-input::-moz-placeholder {
  color: #999999;
}
.uk-input::-webkit-input-placeholder {
  color: #999999;
}
.uk-textarea:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-textarea::-moz-placeholder {
  color: #999999;
}
.uk-textarea::-webkit-input-placeholder {
  color: #999999;
}
.uk-form-danger,
.uk-form-danger:focus {
  color: #f0506e;
  border-color: #f0506e !important;
}
/*
   * Success
   */
.uk-form-success,
.uk-form-success:focus {
  color: #32d296;
  border-color: #32d296 !important;
}
/*
   * Blank
   */
.uk-form-blank {
  background: none;
  border-color: transparent !important;
}
.uk-form-blank:focus {
  border-color: #EBEBED !important;
  border-style: dashed;
}
/*
   * Checked
   */
.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
  background-color: #014099;
  border-color: transparent;
}
/* Label
   ========================================================================== */
/* Icons
   ========================================================================== */
.uk-form-icon {
  color: #999999;
}
/*
   * Required for `a`.
   */
.uk-form-icon:hover {
  color: #666;
}
/* OnClick + Active */
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-button-default {
  background-color: #ffffff;
}
/* Hover + Focus */
.uk-button-default:hover,
.uk-button-default:focus {
  background-color: #ffffff;
  color: #014099;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #014099;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #014099;
  color: #ffffff;
}
/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #ffffff;
  color: #ffffff;
}
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-button-secondary {
  color: #666;
  border: 1px solid #ffffff;
}
/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #014099;
  color: #ffffff;
  border-color: #014099;
}
/*
   * Danger
   */
.uk-button-danger {
  background-color: transparent;
  color: #f0506e;
  border: 1px solid #f0506e;
}
/* Hover + Focus */
.uk-button-danger:hover,
.uk-button-danger:focus {
  background-color: transparent;
}
/* OnClick + Active */
.uk-button-danger:active,
.uk-button-danger.uk-active {
  background-color: #f0506e;
  color: #ffffff;
  border-color: #f0506e;
}
/*
   * Disabled
   * The same for all style modifiers
   */
.uk-button-default:disabled,
.uk-button-primary:disabled,
.uk-button-secondary:disabled,
.uk-button-danger:disabled {
  background-color: #ffffff;
  color: #999999;
}
/* Text modifiers
   ========================================================================== */
/*
   * Text
   * 1. Reset
   * 2. Style
   */
.uk-button-text {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  position: relative;
}
/* Hover + Focus */
.uk-button-text:hover,
.uk-button-text:focus {
  color: #014099;
}
/* Disabled */
.uk-button-text:disabled {
  color: #999999;
}
/*
   * Link
   * 1. Reset
   * 2. Style
   */
.uk-button-link {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  color: #4a4a4a;
}
/* Hover + Focus */
.uk-button-link:hover,
.uk-button-link:focus {
  color: #0f6ecd;
}
/* Disabled */
.uk-button-link:disabled {
  color: #999999;
  text-decoration: none;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-section-default,
.ap-container-default .uk-container {
  background: #ffffff;
}
/*
   * Primary
   */
.uk-section-primary,
.ap-container-primary .uk-container {
  background: #014099;
}
/*
   * Secondary
   */
.uk-section-secondary,
.ap-container-secondary .uk-container {
  background: #ffffff;
}
.uk-section-muted,
.ap-container-muted .uk-container {
  background: #ffffff;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-tile-default {
  background: #ffffff;
}
/*
   * Muted
   */
.uk-tile-muted {
  background: #ffffff;
}
/*
   * Primary
   */
.uk-tile-primary {
  background: #014099;
}
/*
   * Secondary
   */
.uk-tile-secondary {
  background: #ffffff;
}
/* ========================================================================
     Component: Card
   ========================================================================== */
/* Badge
   ========================================================================== */
.uk-card-badge {
  color: #666;
}
/*
   * Remove margin from adjacent element
   */
.uk-card-badge:first-child + * {
  margin-top: 0;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   * Note: Header and Footer are only implemented for the default style
   */
.uk-card-default {
  background: #ffffff;
  color: #666;
}
.uk-card-default.uk-card-hover:hover {
  background-color: #ffffff;
}
/*
   * Primary
   */
.uk-card-primary {
  background: #014099;
  color: #ffffff;
}
.uk-card-primary .uk-card-title {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-card-secondary {
  background: #ffffff;
  color: #ffffff;
}
.uk-card-secondary .uk-card-title {
  color: #ffffff;
}
/* ========================================================================
     Component: Close
   ========================================================================== */
/* Hover + Focus */
/* Hover + Focus */
.uk-totop:hover,
.uk-totop:focus {
  outline: none;
  background-color: transparent;
}
/* OnClick */
.uk-totop:active {
  color: #014099;
  background-color: transparent;
}
/* ========================================================================
     Component: Marker
   ========================================================================== */
/*
   * Addopts `uk-icon`
   */
.uk-marker {
  padding: 5px;
  background: #ffffff;
  color: #ffffff;
}
/* Hover + Focus */
.uk-marker:hover,
.uk-marker:focus {
  color: #ffffff;
  outline: none;
}
/* ========================================================================
     Component: Alert
   ========================================================================== */
.uk-alert {
  position: relative;
  background: #ffffff;
  color: #333333;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-alert-primary {
  background: #ffffff;
  color: #014099;
}
/*
   * Success
   */
.uk-alert-success {
  background: #ffffff;
  color: #32d296;
}
/*
   * Warning
   */
.uk-alert-warning {
  background: #ffffff;
  color: #faa05a;
}
/*
   * Danger
   */
.uk-alert-danger {
  background: #ffffff;
  color: #f0506e;
}
/* ========================================================================
     Component: Badge
   ========================================================================== */
/*
   * 1. Style
   * 2. Center child vertically and horizontally
   */
.uk-badge {
  /* 1 */
  background: #014099;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #014099;
  color: #ffffff;
}
/* Color modifiers
   ========================================================================== */
/*
   * Success
   */
.uk-label-success {
  background-color: #32d296;
  color: #ffffff;
}
/*
   * Warning
   */
.uk-label-warning {
  background-color: #faa05a;
  color: #ffffff;
}
/*
   * Danger
   */
.uk-label-danger {
  background-color: #f0506e;
  color: #ffffff;
}
/* ========================================================================
     Component: Overlay
   ========================================================================== */
.uk-overlay {
  padding: 20px 20px;
}
/*
   * Remove margin from the last-child
   */
.uk-overlay > :last-child {
  margin-bottom: 0;
}
/* Title
   ========================================================================== */
/* Meta
   ========================================================================== */
.uk-article-meta {
  color: #999999;
}
.uk-article-meta a {
  color: #999999;
}
.uk-article-meta a:hover {
  color: #666;
  text-decoration: none;
}
/* Meta
   ========================================================================== */
.uk-comment-meta {
  color: #999999;
}
/* Style modifier
   ========================================================================== */
.uk-comment-primary {
  background-color: #ffffff;
}
.uk-search-input:focus {
  outline: none;
}
/* Placeholder */
.uk-search-input:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-search-input::-moz-placeholder {
  color: #999999;
}
.uk-search-input::-webkit-input-placeholder {
  color: #999999;
}
/* Icon (Adopts `uk-icon`)
   ========================================================================== */
/*
   * Remove default focus style
   */
.uk-search-icon:focus {
  outline: none;
}
.uk-search .uk-search-icon {
  color: #999999;
}
/*
   * Required for `a`.
   */
.uk-search .uk-search-icon:hover {
  color: #999999;
}
/* Focus */
.uk-search-default .uk-search-input:focus {
  background-color: #ffffff;
}
/* Toggle
   ========================================================================== */
.uk-search-toggle {
  color: #999999;
}
/* Hover + Focus */
.uk-search-toggle:hover,
.uk-search-toggle:focus {
  color: #666;
}
/* Parent icon modifier
   ========================================================================== */
.uk-nav-parent-icon > .uk-parent > a::after {
  content: "";
  width: 1.5 em;
  height: 1.5 em;
}
/*
   * Items
   */
.uk-nav-default > li > a {
  color: #999999;
}
/* Hover + Focus */
.uk-nav-default > li > a:hover,
.uk-nav-default > li > a:focus {
  color: #014099;
  background-color: transparent;
}
/* Active */
.uk-nav-default > li.uk-active > a {
  background-color: transparent;
}
/*
   * Header
   */
/*
   * Sublists
   */
.uk-nav-default .uk-nav-sub a {
  color: #999999;
}
.uk-nav-default .uk-nav-sub a:hover,
.uk-nav-default .uk-nav-sub a:focus {
  color: #666;
}
/*
   * Items
   */
.uk-nav-primary > li > a {
  line-height: 1.5;
  color: #999999;
}
/* Hover + Focus */
.uk-nav-primary > li > a:hover,
.uk-nav-primary > li > a:focus {
  color: #014099;
}
/* Active */
/*
   * Header
   */
/*
   * Sublists
   */
.uk-nav-primary .uk-nav-sub a {
  color: #999999;
}
.uk-nav-primary .uk-nav-sub a:hover,
.uk-nav-primary .uk-nav-sub a:focus {
  color: #666;
}
/*
   * Nav items
   */
.uk-navbar-nav > li > a {
  color: #666;
}
.uk-navbar-nav > li > a,
.uk-navbar-item,
.uk-navbar-toggle {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft Yahei";
}
/*
   * Hover
   * Apply hover style also to focus state and if dropdown is opened
   */
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li > a.uk-open {
  color: #014099;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #014099;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #014099;
}
/* Dropdown
   ========================================================================== */
/*
   * Adopts `uk-dropdown`
   * 1. Hide by default
   * 2. Set position
   * 3. Set a default width
   * 4. Style
   */
.uk-navbar-dropdown {
  background: #ffffff;
  color: #666;
}
/*
   * Items
   */
.uk-navbar-dropdown-nav > li > a {
  color: #999999;
  padding: 5px 0;
}
/* Hover + Focus */
.uk-navbar-dropdown-nav > li > a:hover,
.uk-navbar-dropdown-nav > li > a:focus {
  color: #014099;
  background-color: transparent;
}
/* Active */
/*
   * Sublists
   */
.uk-navbar-dropdown-nav .uk-nav-sub a {
  color: #999999;
}
.uk-navbar-dropdown-nav .uk-nav-sub a:hover,
.uk-navbar-dropdown-nav .uk-nav-sub a:focus {
  color: #666;
}
/* Dropbar
   ========================================================================== */
.uk-navbar-dropbar {
  position: relative;
  background: #ffffff;
  overflow: hidden;
}
/* Items
   ========================================================================== */
/*
   * Items must target `a` elements to exclude other elements (e.g. dropdowns)
   * Using `:first-child` instead of `a` to support `span` elements for text
   * 1. Prevent gap if child element is `inline-block`, e.g. an icon
   * 2. Style
   */
.uk-subnav > * > :first-child {
  color: #999999;
}
/* Hover + Focus */
.uk-subnav > * > a:hover,
.uk-subnav > * > a:focus {
  color: #666;
  text-decoration: none;
  outline: none;
}
/* Active */
/* Pill modifier
   ========================================================================== */
.uk-subnav-pill > * > :first-child {
  color: #999999;
}
/* Hover + Focus */
.uk-subnav-pill > * > a:hover,
.uk-subnav-pill > * > a:focus {
  background-color: #ffffff;
  color: #666;
}
/* OnClick */
.uk-subnav-pill > * > a:active {
  background-color: #ffffff;
}
/* Active */
.uk-subnav-pill > .uk-active > a {
  background-color: #014099;
  color: #ffffff;
}
/* Disabled
   * The same for all style modifiers
   ========================================================================== */
.uk-subnav > .uk-disabled > a {
  color: #999999;
}
/* Items
   ========================================================================== */
.uk-breadcrumb > * > * {
  color: #999999;
}
/* Hover + Focus */
.uk-breadcrumb > * > :hover,
.uk-breadcrumb > * > :focus {
  color: #666;
  text-decoration: none;
}
/* Disabled */
.uk-breadcrumb > .uk-disabled > * {
  color: #999999;
}
/* Active */
/* Items
   ========================================================================== */
/*
   * 1. Prevent gap if child element is `inline-block`, e.g. an icon
   * 2. Style
   */
.uk-pagination > * > * {
  color: #999999;
}
/* Hover + Focus */
.uk-pagination > * > :hover,
.uk-pagination > * > :focus {
  background-color: #ffffff;
}
/* Active */
.uk-pagination > .uk-active > * {
  color: #014099;
  background-color: transparent;
}
/* Disabled */
.uk-pagination > .uk-disabled > * {
  color: #999999;
  background-color: transparent;
}
/* Items
   ========================================================================== */
/*
   * Items must target `a` elements to exclude other elements (e.g. dropdowns)
   * 1. Center text if a width is set
   * 2. Style
   */
.uk-tab > * > a {
  color: #999999;
}
/* Hover + Focus */
.uk-tab > * > a:hover,
.uk-tab > * > a:focus {
  color: #666;
  text-decoration: none;
  border-color: transparent;
}
/* Active */
.uk-tab > .uk-active > a {
  border-color: #014099;
}
/* Disabled */
.uk-tab > .uk-disabled > a {
  color: #999999;
}
/* Items
   ========================================================================== */
/* Hover + Focus */
.uk-dotnav > * > :hover,
.uk-dotnav > * > :focus {
  background-color: rgba(248, 108, 74, 0.4);
  outline: none;
  border-color: transparent;
}
/* OnClick */
.uk-dotnav > * > :active {
  background-color: #014099;
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #014099;
  border-color: transparent;
}
/* ========================================================================
     Component: Dropdown
   ========================================================================== */
.uk-dropdown {
  background: #ffffff;
  color: #666;
}
/*
   * Items
   */
.uk-dropdown-nav > li > a {
  color: #999999;
}
/* Hover + Focus + Active */
.uk-dropdown-nav > li > a:hover,
.uk-dropdown-nav > li > a:focus,
.uk-dropdown-nav > li.uk-active > a {
  background-color: transparent;
}
/*
   * Header
   */
.uk-dropdown-nav .uk-nav-header {
  color: #014099;
}
/*
   * Sublists
   */
.uk-dropdown-nav .uk-nav-sub a {
  color: #999999;
}
.uk-dropdown-nav .uk-nav-sub a:hover,
.uk-dropdown-nav .uk-nav-sub a:focus {
  color: #014099;
}
/* Dialog
   ========================================================================== */
/*
   * 1. Create position context for spinner and close button
   * 2. Dimensions
   * 3. Fix `max-width: 100%` not working in combination with flex and responsive images in IE11
   *    `!important` needed to overwrite `uk-width-auto`. See `#modal-media-image` in tests
   * 4. Style
   * 5. Slide-in transition
   */
.uk-modal-dialog {
  background: #ffffff;
}
/*
   * Open
   */
.uk-open > .uk-modal-dialog {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* Message
  ========================================================================== */
.uk-notification-message {
  background: #ffffff;
  color: #666;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-notification-message-primary {
  color: #014099;
}
/*
   * Success
   */
.uk-notification-message-success {
  color: #32d296;
}
/*
   * Warning
   */
.uk-notification-message-warning {
  color: #faa05a;
}
/*
   * Danger
   */
.uk-notification-message-danger {
  color: #f0506e;
}
/* ========================================================================
     Component: Tooltip
   ========================================================================== */
.uk-tooltip {
  /* 4 */
  background: #014099;
  color: #ffffff;
}
/*
   * Remove animated circles for indeterminate state in IE11 and Edge
   */
.uk-progress:indeterminate {
  color: transparent;
}
/*
   * Progress container
   * 2. Remove progress bar for indeterminate state in Firefox
   */
.uk-progress::-webkit-progress-bar {
  background-color: #ffffff;
  border-radius: 500px;
  overflow: hidden;
}
/*
   * Progress bar
   * 1. Remove right border in IE11 and Edge
   */
.uk-progress::-webkit-progress-value {
  background-color: #014099;
}
.uk-progress::-moz-progress-bar {
  background-color: #014099;
}
.uk-progress::-ms-fill {
  background-color: #014099;
}
/* ========================================================================
     Component: Text
   ========================================================================== */
/* Style modifiers
   ========================================================================== */
.uk-text-meta {
  color: #999999;
}
.uk-text-meta a {
  color: #999999;
}
.uk-text-meta a:hover {
  color: #666;
  text-decoration: none;
}
/* Size modifiers
   ========================================================================== */
.uk-text-small {
  font-size: 12px;
  line-height: 1.5;
}
.uk-text-large {
  font-size: 20px;
  line-height: 1.5;
}
/* Weight modifier
   ========================================================================== */
.uk-text-bold {
  font-weight: bolder;
}
/* Transform modifier
   ========================================================================== */
.uk-text-uppercase {
  text-transform: uppercase !important;
}
.uk-text-capitalize {
  text-transform: capitalize !important;
}
.uk-text-lowercase {
  text-transform: lowercase !important;
}
/* Color modifiers
   ========================================================================== */
.uk-text-muted {
  color: #999999 !important;
}
.uk-text-primary {
  color: #014099 !important;
}
.uk-text-success {
  color: #32d296 !important;
}
.uk-text-warning {
  color: #faa05a !important;
}
.uk-text-danger {
  color: #f0506e !important;
}
/* Background modifier */
.uk-text-background {
  color: #014099 !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #014099;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #ffffff;
}
.uk-background-muted {
  background-color: #ffffff;
}
.uk-background-primary {
  background-color: #014099;
}
.uk-background-secondary {
  background-color: #ffffff;
}
/* ========================================================================
     Component: Inverse
   ========================================================================== */
.uk-light a,
.uk-light .uk-link,
.uk-section-primary:not(.uk-preserve-color) a,
.uk-section-primary:not(.uk-preserve-color) .uk-link,
.uk-section-secondary:not(.uk-preserve-color) a,
.uk-section-secondary:not(.uk-preserve-color) .uk-link,
.uk-tile-primary:not(.uk-preserve-color) a,
.uk-tile-primary:not(.uk-preserve-color) .uk-link,
.uk-tile-secondary:not(.uk-preserve-color) a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link,
.uk-card-primary.uk-card-body a,
.uk-card-primary.uk-card-body .uk-link,
.uk-card-primary > :not([class*='uk-card-media']) a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link,
.uk-card-secondary.uk-card-body a,
.uk-card-secondary.uk-card-body .uk-link,
.uk-card-secondary > :not([class*='uk-card-media']) a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link,
.uk-overlay-primary a,
.uk-overlay-primary .uk-link,
.ap-toolbar a,
.ap-toolbar .uk-link {
  color: #ffffff;
}
.uk-light a:hover,
.uk-light .uk-link:hover,
.uk-section-primary:not(.uk-preserve-color) a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-section-secondary:not(.uk-preserve-color) a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-primary:not(.uk-preserve-color) a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-secondary:not(.uk-preserve-color) a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-card-primary.uk-card-body a:hover,
.uk-card-primary.uk-card-body .uk-link:hover,
.uk-card-primary > :not([class*='uk-card-media']) a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link:hover,
.uk-card-secondary.uk-card-body a:hover,
.uk-card-secondary.uk-card-body .uk-link:hover,
.uk-card-secondary > :not([class*='uk-card-media']) a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link:hover,
.uk-overlay-primary a:hover,
.uk-overlay-primary .uk-link:hover,
.ap-toolbar a:hover,
.ap-toolbar .uk-link:hover {
  color: #ffffff;
}
.uk-light em,
.uk-section-primary:not(.uk-preserve-color) em,
.uk-section-secondary:not(.uk-preserve-color) em,
.uk-tile-primary:not(.uk-preserve-color) em,
.uk-tile-secondary:not(.uk-preserve-color) em,
.uk-card-primary.uk-card-body em,
.uk-card-primary > :not([class*='uk-card-media']) em,
.uk-card-secondary.uk-card-body em,
.uk-card-secondary > :not([class*='uk-card-media']) em,
.uk-overlay-primary em,
.ap-toolbar em {
  color: #ffffff;
}
.uk-light h1,
.uk-light .uk-h1,
.uk-light h2,
.uk-light .uk-h2,
.uk-light h3,
.uk-light .uk-h3,
.uk-light h4,
.uk-light .uk-h4,
.uk-light h5,
.uk-light .uk-h5,
.uk-light h6,
.uk-light .uk-h6,
.uk-section-primary:not(.uk-preserve-color) h1,
.uk-section-primary:not(.uk-preserve-color) .uk-h1,
.uk-section-primary:not(.uk-preserve-color) h2,
.uk-section-primary:not(.uk-preserve-color) .uk-h2,
.uk-section-primary:not(.uk-preserve-color) h3,
.uk-section-primary:not(.uk-preserve-color) .uk-h3,
.uk-section-primary:not(.uk-preserve-color) h4,
.uk-section-primary:not(.uk-preserve-color) .uk-h4,
.uk-section-primary:not(.uk-preserve-color) h5,
.uk-section-primary:not(.uk-preserve-color) .uk-h5,
.uk-section-primary:not(.uk-preserve-color) h6,
.uk-section-primary:not(.uk-preserve-color) .uk-h6,
.uk-section-secondary:not(.uk-preserve-color) h1,
.uk-section-secondary:not(.uk-preserve-color) .uk-h1,
.uk-section-secondary:not(.uk-preserve-color) h2,
.uk-section-secondary:not(.uk-preserve-color) .uk-h2,
.uk-section-secondary:not(.uk-preserve-color) h3,
.uk-section-secondary:not(.uk-preserve-color) .uk-h3,
.uk-section-secondary:not(.uk-preserve-color) h4,
.uk-section-secondary:not(.uk-preserve-color) .uk-h4,
.uk-section-secondary:not(.uk-preserve-color) h5,
.uk-section-secondary:not(.uk-preserve-color) .uk-h5,
.uk-section-secondary:not(.uk-preserve-color) h6,
.uk-section-secondary:not(.uk-preserve-color) .uk-h6,
.uk-tile-primary:not(.uk-preserve-color) h1,
.uk-tile-primary:not(.uk-preserve-color) .uk-h1,
.uk-tile-primary:not(.uk-preserve-color) h2,
.uk-tile-primary:not(.uk-preserve-color) .uk-h2,
.uk-tile-primary:not(.uk-preserve-color) h3,
.uk-tile-primary:not(.uk-preserve-color) .uk-h3,
.uk-tile-primary:not(.uk-preserve-color) h4,
.uk-tile-primary:not(.uk-preserve-color) .uk-h4,
.uk-tile-primary:not(.uk-preserve-color) h5,
.uk-tile-primary:not(.uk-preserve-color) .uk-h5,
.uk-tile-primary:not(.uk-preserve-color) h6,
.uk-tile-primary:not(.uk-preserve-color) .uk-h6,
.uk-tile-secondary:not(.uk-preserve-color) h1,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h1,
.uk-tile-secondary:not(.uk-preserve-color) h2,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h2,
.uk-tile-secondary:not(.uk-preserve-color) h3,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h3,
.uk-tile-secondary:not(.uk-preserve-color) h4,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h4,
.uk-tile-secondary:not(.uk-preserve-color) h5,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h5,
.uk-tile-secondary:not(.uk-preserve-color) h6,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h6,
.uk-card-primary.uk-card-body h1,
.uk-card-primary.uk-card-body .uk-h1,
.uk-card-primary.uk-card-body h2,
.uk-card-primary.uk-card-body .uk-h2,
.uk-card-primary.uk-card-body h3,
.uk-card-primary.uk-card-body .uk-h3,
.uk-card-primary.uk-card-body h4,
.uk-card-primary.uk-card-body .uk-h4,
.uk-card-primary.uk-card-body h5,
.uk-card-primary.uk-card-body .uk-h5,
.uk-card-primary.uk-card-body h6,
.uk-card-primary.uk-card-body .uk-h6,
.uk-card-primary > :not([class*='uk-card-media']) h1,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h1,
.uk-card-primary > :not([class*='uk-card-media']) h2,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h2,
.uk-card-primary > :not([class*='uk-card-media']) h3,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h3,
.uk-card-primary > :not([class*='uk-card-media']) h4,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h4,
.uk-card-primary > :not([class*='uk-card-media']) h5,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h5,
.uk-card-primary > :not([class*='uk-card-media']) h6,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h6,
.uk-card-secondary.uk-card-body h1,
.uk-card-secondary.uk-card-body .uk-h1,
.uk-card-secondary.uk-card-body h2,
.uk-card-secondary.uk-card-body .uk-h2,
.uk-card-secondary.uk-card-body h3,
.uk-card-secondary.uk-card-body .uk-h3,
.uk-card-secondary.uk-card-body h4,
.uk-card-secondary.uk-card-body .uk-h4,
.uk-card-secondary.uk-card-body h5,
.uk-card-secondary.uk-card-body .uk-h5,
.uk-card-secondary.uk-card-body h6,
.uk-card-secondary.uk-card-body .uk-h6,
.uk-card-secondary > :not([class*='uk-card-media']) h1,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h1,
.uk-card-secondary > :not([class*='uk-card-media']) h2,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h2,
.uk-card-secondary > :not([class*='uk-card-media']) h3,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h3,
.uk-card-secondary > :not([class*='uk-card-media']) h4,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h4,
.uk-card-secondary > :not([class*='uk-card-media']) h5,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h5,
.uk-card-secondary > :not([class*='uk-card-media']) h6,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h6,
.uk-overlay-primary h1,
.uk-overlay-primary .uk-h1,
.uk-overlay-primary h2,
.uk-overlay-primary .uk-h2,
.uk-overlay-primary h3,
.uk-overlay-primary .uk-h3,
.uk-overlay-primary h4,
.uk-overlay-primary .uk-h4,
.uk-overlay-primary h5,
.uk-overlay-primary .uk-h5,
.uk-overlay-primary h6,
.uk-overlay-primary .uk-h6,
.ap-toolbar h1,
.ap-toolbar .uk-h1,
.ap-toolbar h2,
.ap-toolbar .uk-h2,
.ap-toolbar h3,
.ap-toolbar .uk-h3,
.ap-toolbar h4,
.ap-toolbar .uk-h4,
.ap-toolbar h5,
.ap-toolbar .uk-h5,
.ap-toolbar h6,
.ap-toolbar .uk-h6 {
  color: #ffffff;
}
.uk-light blockquote,
.uk-section-primary:not(.uk-preserve-color) blockquote,
.uk-section-secondary:not(.uk-preserve-color) blockquote,
.uk-tile-primary:not(.uk-preserve-color) blockquote,
.uk-tile-secondary:not(.uk-preserve-color) blockquote,
.uk-card-primary.uk-card-body blockquote,
.uk-card-primary > :not([class*='uk-card-media']) blockquote,
.uk-card-secondary.uk-card-body blockquote,
.uk-card-secondary > :not([class*='uk-card-media']) blockquote,
.uk-overlay-primary blockquote,
.ap-toolbar blockquote {
  color: #ffffff;
}
.uk-light .uk-heading-primary,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-primary,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-primary,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-primary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-primary,
.uk-card-primary.uk-card-body .uk-heading-primary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-primary,
.uk-card-secondary.uk-card-body .uk-heading-primary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-primary,
.uk-overlay-primary .uk-heading-primary,
.ap-toolbar .uk-heading-primary {
  color: #ffffff;
}
.uk-light .uk-heading-hero,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-hero,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-hero,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-hero,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-hero,
.uk-card-primary.uk-card-body .uk-heading-hero,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-hero,
.uk-card-secondary.uk-card-body .uk-heading-hero,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-hero,
.uk-overlay-primary .uk-heading-hero,
.ap-toolbar .uk-heading-hero {
  color: #ffffff;
}
.uk-light .uk-icon-button,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-button,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-button,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-button,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button,
.uk-card-primary.uk-card-body .uk-icon-button,
.uk-card-primary > :not([class*='uk-card-media']) .uk-icon-button,
.uk-card-secondary.uk-card-body .uk-icon-button,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-button,
.uk-overlay-primary .uk-icon-button,
.ap-toolbar .uk-icon-button {
  background-color: #ffffff;
  background-image: none;
}
.uk-light .uk-radio:checked,
.uk-light .uk-checkbox:checked,
.uk-light .uk-checkbox:indeterminate,
.uk-section-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-card-primary.uk-card-body .uk-radio:checked,
.uk-card-primary.uk-card-body .uk-checkbox:checked,
.uk-card-primary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-primary > :not([class*='uk-card-media']) .uk-radio:checked,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:checked,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
.uk-card-secondary.uk-card-body .uk-radio:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-radio:checked,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:checked,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
.uk-overlay-primary .uk-radio:checked,
.uk-overlay-primary .uk-checkbox:checked,
.uk-overlay-primary .uk-checkbox:indeterminate,
.ap-toolbar .uk-radio:checked,
.ap-toolbar .uk-checkbox:checked,
.ap-toolbar .uk-checkbox:indeterminate {
  background-color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-form-label,
.uk-section-primary:not(.uk-preserve-color) .uk-form-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-form-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-form-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-form-label,
.uk-card-primary.uk-card-body .uk-form-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-form-label,
.uk-card-secondary.uk-card-body .uk-form-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-form-label,
.uk-overlay-primary .uk-form-label,
.ap-toolbar .uk-form-label {
  color: #ffffff;
}
.uk-light .uk-button-default,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-card-primary.uk-card-body .uk-button-default,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default,
.uk-card-secondary.uk-card-body .uk-button-default,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default,
.uk-overlay-primary .uk-button-default,
.ap-toolbar .uk-button-default {
  background-color: #ffffff;
  border-color: transparent;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-default:hover,
.uk-light .uk-button-default:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-card-primary.uk-card-body .uk-button-default:hover,
.uk-card-primary.uk-card-body .uk-button-default:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:focus,
.uk-card-secondary.uk-card-body .uk-button-default:hover,
.uk-card-secondary.uk-card-body .uk-button-default:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:focus,
.uk-overlay-primary .uk-button-default:hover,
.uk-overlay-primary .uk-button-default:focus,
.ap-toolbar .uk-button-default:hover,
.ap-toolbar .uk-button-default:focus {
  background-color: #ffffff;
  color: #014099;
  border-color: transparent;
  box-shadow: none;
}
.uk-light .uk-button-default:active,
.uk-light .uk-button-default.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-card-primary.uk-card-body .uk-button-default:active,
.uk-card-primary.uk-card-body .uk-button-default.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default.uk-active,
.uk-card-secondary.uk-card-body .uk-button-default:active,
.uk-card-secondary.uk-card-body .uk-button-default.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default.uk-active,
.uk-overlay-primary .uk-button-default:active,
.uk-overlay-primary .uk-button-default.uk-active,
.ap-toolbar .uk-button-default:active,
.ap-toolbar .uk-button-default.uk-active {
  background-color: #014099;
  color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-button-primary,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary,
.uk-card-primary.uk-card-body .uk-button-primary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary,
.uk-card-secondary.uk-card-body .uk-button-primary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary,
.uk-overlay-primary .uk-button-primary,
.ap-toolbar .uk-button-primary {
  background-color: #014099;
  color: #ffffff;
  border-color: transparent;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-primary:hover,
.uk-light .uk-button-primary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-card-primary.uk-card-body .uk-button-primary:hover,
.uk-card-primary.uk-card-body .uk-button-primary:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:focus,
.uk-card-secondary.uk-card-body .uk-button-primary:hover,
.uk-card-secondary.uk-card-body .uk-button-primary:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:focus,
.uk-overlay-primary .uk-button-primary:hover,
.uk-overlay-primary .uk-button-primary:focus,
.ap-toolbar .uk-button-primary:hover,
.ap-toolbar .uk-button-primary:focus {
  color: #ffffff;
  border-color: transparent;
  box-shadow: none;
}
.uk-light .uk-button-primary:active,
.uk-light .uk-button-primary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-card-primary.uk-card-body .uk-button-primary:active,
.uk-card-primary.uk-card-body .uk-button-primary.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-primary:active,
.uk-card-secondary.uk-card-body .uk-button-primary.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary.uk-active,
.uk-overlay-primary .uk-button-primary:active,
.uk-overlay-primary .uk-button-primary.uk-active,
.ap-toolbar .uk-button-primary:active,
.ap-toolbar .uk-button-primary.uk-active {
  color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-button-secondary,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary,
.uk-card-primary.uk-card-body .uk-button-secondary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary,
.uk-card-secondary.uk-card-body .uk-button-secondary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary,
.uk-overlay-primary .uk-button-secondary,
.ap-toolbar .uk-button-secondary {
  background-color: transparent;
  border-color: #ffffff;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-secondary:hover,
.uk-light .uk-button-secondary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-card-primary.uk-card-body .uk-button-secondary:hover,
.uk-card-primary.uk-card-body .uk-button-secondary:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:focus,
.uk-card-secondary.uk-card-body .uk-button-secondary:hover,
.uk-card-secondary.uk-card-body .uk-button-secondary:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:focus,
.uk-overlay-primary .uk-button-secondary:hover,
.uk-overlay-primary .uk-button-secondary:focus,
.ap-toolbar .uk-button-secondary:hover,
.ap-toolbar .uk-button-secondary:focus {
  background-color: transparent;
  color: #ffffff;
  box-shadow: none;
}
.uk-light .uk-button-secondary:active,
.uk-light .uk-button-secondary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-card-primary.uk-card-body .uk-button-secondary:active,
.uk-card-primary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-secondary:active,
.uk-card-secondary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active,
.uk-overlay-primary .uk-button-secondary:active,
.uk-overlay-primary .uk-button-secondary.uk-active,
.ap-toolbar .uk-button-secondary:active,
.ap-toolbar .uk-button-secondary.uk-active {
  background-color: #ffffff;
  border-color: #ffffff;
}
.uk-light .uk-button-text,
.uk-section-primary:not(.uk-preserve-color) .uk-button-text,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-text,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-text,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-text,
.uk-card-primary.uk-card-body .uk-button-text,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-text,
.uk-card-secondary.uk-card-body .uk-button-text,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-text,
.uk-overlay-primary .uk-button-text,
.ap-toolbar .uk-button-text {
  color: #ffffff;
}
.uk-light .uk-totop:active,
.uk-section-primary:not(.uk-preserve-color) .uk-totop:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-totop:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-totop:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-totop:active,
.uk-card-primary.uk-card-body .uk-totop:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-totop:active,
.uk-card-secondary.uk-card-body .uk-totop:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-totop:active,
.uk-overlay-primary .uk-totop:active,
.ap-toolbar .uk-totop:active {
  color: #ffffff;
  background-color: transparent;
}
.uk-light .uk-marker,
.uk-section-primary:not(.uk-preserve-color) .uk-marker,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker,
.uk-card-primary.uk-card-body .uk-marker,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker,
.uk-card-secondary.uk-card-body .uk-marker,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker,
.uk-overlay-primary .uk-marker,
.ap-toolbar .uk-marker {
  background: #ffffff;
  color: #666;
}
.uk-light .uk-marker:hover,
.uk-light .uk-marker:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-marker:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:focus,
.uk-card-primary.uk-card-body .uk-marker:hover,
.uk-card-primary.uk-card-body .uk-marker:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker:focus,
.uk-card-secondary.uk-card-body .uk-marker:hover,
.uk-card-secondary.uk-card-body .uk-marker:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker:focus,
.uk-overlay-primary .uk-marker:hover,
.uk-overlay-primary .uk-marker:focus,
.ap-toolbar .uk-marker:hover,
.ap-toolbar .uk-marker:focus {
  color: #666;
}
.uk-light .uk-badge,
.uk-section-primary:not(.uk-preserve-color) .uk-badge,
.uk-section-secondary:not(.uk-preserve-color) .uk-badge,
.uk-tile-primary:not(.uk-preserve-color) .uk-badge,
.uk-tile-secondary:not(.uk-preserve-color) .uk-badge,
.uk-card-primary.uk-card-body .uk-badge,
.uk-card-primary > :not([class*='uk-card-media']) .uk-badge,
.uk-card-secondary.uk-card-body .uk-badge,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-badge,
.uk-overlay-primary .uk-badge,
.ap-toolbar .uk-badge {
  background-color: #ffffff;
}
.uk-light .uk-label,
.uk-section-primary:not(.uk-preserve-color) .uk-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-label,
.uk-card-primary.uk-card-body .uk-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-label,
.uk-card-secondary.uk-card-body .uk-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-label,
.uk-overlay-primary .uk-label,
.ap-toolbar .uk-label {
  background-color: #ffffff;
}
.uk-light .uk-article-title,
.uk-section-primary:not(.uk-preserve-color) .uk-article-title,
.uk-section-secondary:not(.uk-preserve-color) .uk-article-title,
.uk-tile-primary:not(.uk-preserve-color) .uk-article-title,
.uk-tile-secondary:not(.uk-preserve-color) .uk-article-title,
.uk-card-primary.uk-card-body .uk-article-title,
.uk-card-primary > :not([class*='uk-card-media']) .uk-article-title,
.uk-card-secondary.uk-card-body .uk-article-title,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-article-title,
.uk-overlay-primary .uk-article-title,
.ap-toolbar .uk-article-title {
  color: #ffffff;
}
.uk-light .uk-nav-default > li > a:hover,
.uk-light .uk-nav-default > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
.uk-overlay-primary .uk-nav-default > li > a:hover,
.uk-overlay-primary .uk-nav-default > li > a:focus,
.ap-toolbar .uk-nav-default > li > a:hover,
.ap-toolbar .uk-nav-default > li > a:focus {
  color: rgba(197, 57, 15, 0.7);
  background-color: transparent;
}
.uk-light .uk-nav-default > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a,
.uk-overlay-primary .uk-nav-default > li.uk-active > a,
.ap-toolbar .uk-nav-default > li.uk-active > a {
  color: #ffffff;
  background-color: transparent;
}
.uk-light .uk-nav-default .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header,
.uk-overlay-primary .uk-nav-default .uk-nav-header,
.ap-toolbar .uk-nav-default .uk-nav-header {
  color: #ffffff;
}
.uk-light .uk-nav-primary > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a,
.uk-overlay-primary .uk-nav-primary > li.uk-active > a,
.ap-toolbar .uk-nav-primary > li.uk-active > a {
  color: #ffffff;
}
.uk-light .uk-nav-primary .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header,
.uk-overlay-primary .uk-nav-primary .uk-nav-header,
.ap-toolbar .uk-nav-primary .uk-nav-header {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li > a::before,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a::before,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a::before,
.uk-overlay-primary .uk-navbar-nav > li > a::before,
.ap-toolbar .uk-navbar-nav > li > a::before {
  background-color: transparent;
}
.uk-light .uk-navbar-nav > li:hover > a,
.uk-light .uk-navbar-nav > li > a:focus,
.uk-light .uk-navbar-nav > li > a.uk-open,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-card-primary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
.uk-overlay-primary .uk-navbar-nav > li:hover > a,
.uk-overlay-primary .uk-navbar-nav > li > a:focus,
.uk-overlay-primary .uk-navbar-nav > li > a.uk-open,
.ap-toolbar .uk-navbar-nav > li:hover > a,
.ap-toolbar .uk-navbar-nav > li > a:focus,
.ap-toolbar .uk-navbar-nav > li > a.uk-open {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
.uk-overlay-primary .uk-navbar-nav > li.uk-active > a,
.ap-toolbar .uk-navbar-nav > li.uk-active > a {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li.uk-active > a::before,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a::before,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a::before,
.uk-overlay-primary .uk-navbar-nav > li.uk-active > a::before,
.ap-toolbar .uk-navbar-nav > li.uk-active > a::before {
  background-color: #014099;
}
.uk-light .uk-navbar-toggle,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-card-primary.uk-card-body .uk-navbar-toggle,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-toggle,
.uk-card-secondary.uk-card-body .uk-navbar-toggle,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-toggle,
.uk-overlay-primary .uk-navbar-toggle,
.ap-toolbar .uk-navbar-toggle {
  color: #ffffff;
}
.uk-light .uk-subnav > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-card-primary.uk-card-body .uk-subnav > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-subnav > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a,
.uk-overlay-primary .uk-subnav > .uk-active > a,
.ap-toolbar .uk-subnav > .uk-active > a {
  color: #ffffff;
}
.uk-light .uk-subnav-pill > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-card-primary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a,
.uk-overlay-primary .uk-subnav-pill > .uk-active > a,
.ap-toolbar .uk-subnav-pill > .uk-active > a {
  background-color: #ffffff;
  box-shadow: none;
}
.uk-light .uk-tab > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-card-primary.uk-card-body .uk-tab > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-tab > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a,
.uk-overlay-primary .uk-tab > .uk-active > a,
.ap-toolbar .uk-tab > .uk-active > a {
  color: #ffffff;
  border-color: #ffffff;
}
.uk-light .uk-dotnav > .uk-active > *,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-card-primary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-card-primary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *,
.uk-card-secondary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *,
.uk-overlay-primary .uk-dotnav > .uk-active > *,
.ap-toolbar .uk-dotnav > .uk-active > * {
  background-color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-countdown-number,
.uk-light .uk-countdown-separator,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-number,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-number,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-number,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-number,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-card-primary.uk-card-body .uk-countdown-number,
.uk-card-primary.uk-card-body .uk-countdown-separator,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-number,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-separator,
.uk-card-secondary.uk-card-body .uk-countdown-number,
.uk-card-secondary.uk-card-body .uk-countdown-separator,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-number,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-separator,
.uk-overlay-primary .uk-countdown-number,
.uk-overlay-primary .uk-countdown-separator,
.ap-toolbar .uk-countdown-number,
.ap-toolbar .uk-countdown-separator {
  color: #ffffff;
}
.uk-light .uk-countdown-label,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-label,
.uk-card-primary.uk-card-body .uk-countdown-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-label,
.uk-card-secondary.uk-card-body .uk-countdown-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-label,
.uk-overlay-primary .uk-countdown-label,
.ap-toolbar .uk-countdown-label {
  color: #ffffff;
}
.uk-light .uk-text-lead,
.uk-section-primary:not(.uk-preserve-color) .uk-text-lead,
.uk-section-secondary:not(.uk-preserve-color) .uk-text-lead,
.uk-tile-primary:not(.uk-preserve-color) .uk-text-lead,
.uk-tile-secondary:not(.uk-preserve-color) .uk-text-lead,
.uk-card-primary.uk-card-body .uk-text-lead,
.uk-card-primary > :not([class*='uk-card-media']) .uk-text-lead,
.uk-card-secondary.uk-card-body .uk-text-lead,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-text-lead,
.uk-overlay-primary .uk-text-lead,
.ap-toolbar .uk-text-lead {
  color: #ffffff;
}
/* Header
   ========================================================================== */
/*
   * Header
   */
/*
   * Headerbars
   */
.ap-headerbar-top {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ffffff;
}
.ap-headerbar-bottom {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ffffff;
}
.ap-header .uk-navbar-nav .menu-item a {
  position: relative;
}
.ap-header .uk-navbar-nav .menu-item a:hover,
.ap-header .uk-navbar-nav .uk-active a {
  font-weight: bolder;
}
.ap-header .uk-navbar-nav .menu-item a:hover::before,
.ap-header .uk-navbar-nav .uk-active a::before {
  right: 15px;
  display: block;
}
.ap-header-transparent {
  position: absolute;
  z-index: 980;
  left: 0;
  right: 0;
}
.ap-header-transparent .uk-navbar-nav .menu-item a {
  position: relative;
  color: #fff;
}
.ap-header-transparent .uk-navbar-nav .menu-item a:hover::before,
.ap-header-transparent .uk-navbar-nav .uk-active a::before {
  background-color: #fff;
}
.uk-navbar-transparent {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 80px;
  z-index: 100;
  transition: background-color 0.3s ease-in;
}
.uk-navbar-transparent.uk-sticky-below {
  z-index: 1000;
}
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li.uk-active > a,
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a:hover {
  color: #292929;
}
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a {
  color: #4f5260;
}
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below,
.uk-section-secondary .uk-navbar-container:not(.uk-navbar-transparent) {
  background: rgba(255, 255, 255, 0.94);
}
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a,
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a:hover {
  color: #fff;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #014099;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #ffffff;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #014099;
}
.uk-navbar-container:not(.uk-navbar-transparent) {
  background: transparent;
}
.uk-navbar-sticky {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.07);
}
.uk-navbar-nav > li > a::before {
  content: '';
  display: none;
  position: absolute;
  bottom: 24px;
  height: 1px;
  background-color: #00a0de;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transition-property: background-color, border-color, box-shadow, height, right;
  transition-property: background-color, border-color, box-shadow, height, right;
  left: 15px;
  right: calc(77%);
}
.category .uk-pagination li.uk-active,
.ap-pagination li.uk-active,
.dynamic-pagination li.uk-active,
.category .uk-pagination li.active,
.ap-pagination li.active,
.dynamic-pagination li.active {
  background-color: #014099;
  border-color: #014099;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #014099;
}
/* ========================================================================
   Component: Padding
 ========================================================================== */
/* mobile */
@media (max-width: 640px) {
  .uk-padding {
    padding: 14px;
  }
  .uk-padding-small {
    padding: 12px 15px 8px;
  }
  * + .uk-margin-medium {
    margin-top: 12px !important;
  }
  .uk-margin-medium {
    margin-bottom: 16px;
  }
  .uk-button {
    padding: 0 12px;
    line-height: 30px;
  }
  .uk-card-default .uk-card-title,
  .uk-card-title {
    font-size: 1rem;
  }
  .uk-card-body {
    padding: 10px;
  }
  .uk-heading-primary,
  .uk-heading-hero,
  .uk-h1,
  h1 {
    font-size: 1.75rem;
  }
  .uk-h2,
  h2 {
    font-size: 1.25rem;
  }
  .uk-h3,
  h3 {
    font-size: 1.125rem;
  }
  .uk-h4,
  h4 {
    font-size: .875rem;
  }
  .uk-h5,
  h5,
  .uk-h6,
  h6 {
    font-size: .75rem;
  }
  .uk-margin {
    margin-bottom: 14px;
  }
  * + .uk-margin {
    margin-top: 14px!important;
  }
  .uk-grid {
    margin-left: -6px;
  }
  .uk-grid > * {
    padding-left: 6px;
  }
  * + .uk-grid-margin,
  .uk-grid + .uk-grid,
  .uk-grid > .uk-grid-margin {
    margin-top: 12px;
  }
  .uk-grid + .uk-grid-collapse,
  .uk-grid-collapse > .uk-grid-margin {
    margin-top: 0;
  }
  .uk-grid-collapse > * {
    padding-left: 0;
  }
  .uk-grid-collapse {
    margin-left: 0;
  }
  .uk-card-small .uk-card-body,
  .uk-card-small.uk-card-body {
    padding: 6px;
  }
  .uk-section {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .uk-section-xsmall {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .uk-section-small {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .uk-margin-large-top {
    margin-top: 26px !important;
  }
  .uk-margin-large {
    margin-bottom: 26px;
  }
  .ap-pagination li,
  .dynamic-pagination li {
    height: 24px;
  }
  .dynamic-pagination li a {
    padding: 0 2px;
    line-height: 24px;
    min-width: 24px;
    font-size: 12px;
  }
}
.preview .uk-section-secondary .uk-button-primary:hover {
  background-color: #012b66;
}
.ap-list-filter dd a.active {
  background-color: #014099;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #014099;
}
.category li a.active {
  color: #014099;
}
.uk-lightbox-items > * > video {
  width: 80%;
}
/* 兼容uk-heading-primary */
@media (min-width: 1200px) {
  .uk-heading-primary {
    font-size: 3.75rem;
    line-height: 1.1;
  }
}
.uk-list ul {
  padding-left: 10px;
}
.onepage-pagination li a.active:before {
  background: #014099;
}
.fr-text-bordered {
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.fr-text-uppercase {
  text-transform: uppercase;
}
.param-field .param-tag {
  color: #014099;
  border: 1px solid rgba(1, 64, 153, 0.2);
}
form .step .step-bg-progress,
form .add-file .file-btn,
form .step-btns a,
form .step .ui-step.active .ui-step-num {
  background: #014099;
}
form .step .ui-step.active .ui-step-title {
  color: #014099;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4b8eac56daab78 .ap-content-container {
  height: 100%;
  min-height: 80px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9d8ba592da6a45 .sidebar {
  width: 300px;
  margin-left: 20px;
}
#a9d8ba592da6a45 .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 640px) {
  #a9d8ba592da6a45 .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
}
#a9d8ba592da6a45 .data-list .uk-card {
  cursor: pointer !important;
}
#a9d8ba592da6a45 .data-list .uk-card img {
  max-height: 300px;
}
#a9d8ba592da6a45 .data-list .uk-card:hover {
  background: #fafafa;
}
#a9d8ba592da6a45 .data-list .uk-card:hover .uk-h4 {
  color: #0f6ecd;
}
#a9d8ba592da6a45 .data-list .uk-card .uk-card-media-left img {
  transition: all .3s ease;
}
#a9d8ba592da6a45 .data-list .uk-card .uk-card-media-left:hover img {
  transform: scale(1.05);
}
#a9d8ba592da6a45 .data-list .uk-card-media-left {
  border-radius: 4px;
  overflow: hidden;
}
#a9d8ba592da6a45 .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#a9d8ba592da6a45 .search-form input.search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#a9d8ba592da6a45 .search-form .submit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 42px;
  height: 34px;
  padding: 0;
  font-family: FontAwesome;
  content: '\f13d';
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background-color: #014099;
  cursor: pointer;
}
#a9d8ba592da6a45 .uk-card .category {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 5px 6px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background-color: #000;
  filter: alpha(opacity=60);
  background: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
  transition: all .3s ease;
}
#a9d8ba592da6a45 .uk-card .category:hover {
  background: #014099;
}
#a9d8ba592da6a45 .accordion-menu {
  width: 100%;
}
#a9d8ba592da6a45 .accordion-menu ul ul.submenu,
#a9d8ba592da6a45 .accordion-menu ul ul.submenu li ul.submenu {
  background: transparent;
}
#a9d8ba592da6a45 .accordion-menu-header {
  padding: 10px 10px 0;
  border-bottom: 1px solid #ececec;
}
#a9d8ba592da6a45 .accordion-menu ul li a {
  margin-bottom: 1px;
  color: #555;
  display: block;
  width: 100%;
  padding: 0 40px;
  line-height: 40px;
  background: #ececec;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: color .2s linear,background .2s linear;
  font-size: 13px;
  border: none;
}
#a9d8ba592da6a45 .accordion-menu > ul > li > a {
  background: #fff;
  font-size: 14px;
  border-bottom: 1px solid #ececec;
}
#a9d8ba592da6a45 .accordion-menu .menu-item.active > a {
  background: #014099;
  color: #fff;
}
#a9d8ba592da6a45 .accordion-menu li a:hover {
  background-color: #014099;
  color: #fff;
  border: none;
}
#a9d8ba592da6a45 .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 40px;
  padding: 0 20px;
  right: 0;
}
#a9d8ba592da6a45 .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#a9d8ba592da6a45 .hot-list,
#a9d8ba592da6a45 .new-list {
  padding: 12px;
}
#a9d8ba592da6a45 .new-list a:hover,
#a9d8ba592da6a45 .hot-list a:hover {
  color: #0f6ecd;
}
#a9d8ba592da6a45 .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#a9d8ba592da6a45 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a9d8ba592da6a45 .hot-item:hover a {
  color: #0f6ecd;
}
#a9d8ba592da6a45 .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a9d8ba592da6a45 .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #014099;
  content: "";
}
#a9d8ba592da6a45 .content-header {
  padding-bottom: 10px;
}
#a9d8ba592da6a45 .item-title {
  color: #333;
}
#a9d8ba592da6a45 input::placeholder {
  color: #999;
}
#a9d8ba592da6a45 .datetime {
  color: #999;
}
#a9d8ba592da6a45 .new-item a {
  padding-left: 25px;
}
#a9d8ba592da6a45 .new-item span {
  background-color: #f0f0f0;
  display: inline-block;
  font-size: 13px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #999;
  text-align: center;
  position: absolute;
  left: 0;
  top: 3px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a83bdad1aca431a .uk-container {
  line-height: 2;
}
#a853eae254ad1a6 > .ele-wrap {background-color: rgba(50, 149, 248, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adf1bab050a3c45 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#adf1bab050a3c45 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#adf1bab050a3c45 .ap-icon {
  margin-right: 6px;
}
#adf1bab050a3c45 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#adf1bab050a3c45 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 23px;
  font-family: FZKai-Z03S;
  color: #ffffff;
  line-height: 26px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li:hover > a,
#adf1bab050a3c45 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #3295f8;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li.active > a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#adf1bab050a3c45 .menu-list ul,
#adf1bab050a3c45 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #fefefe;
}
#adf1bab050a3c45 .menu-list ul {
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
#adf1bab050a3c45 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adf1bab050a3c45 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adf1bab050a3c45 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #fefefe;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: FZKai-Z03S;
  color: #030000;
  width: null;
}
#adf1bab050a3c45 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #000000;
  background-color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab612a7791a534f form {
  width: 100%;
  height: 100%;
}
#ab612a7791a534f .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 18px;
  height: 100%;
}
#ab612a7791a534f .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab612a7791a534f .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ab612a7791a534f .search-box .search-type.show {
  display: block;
}
#ab612a7791a534f .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ab612a7791a534f .search-box .search-type li:hover {
  color: #00ad5f;
}
#ab612a7791a534f .search-box .search-type li.active {
  color: #00ad5f;
}
#ab612a7791a534f .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab612a7791a534f .inner-form .input-field {
  height: 100%;
}
#ab612a7791a534f .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #000;
}
#ab612a7791a534f .inner-form .input-field input.placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:-moz-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ab612a7791a534f .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ab612a7791a534f .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ab612a7791a534f .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ab612a7791a534f .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ab612a7791a534f .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ab612a7791a534f .btn-search:hover {
  background: #00ad5f;
}
#ab612a7791a534f .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b84a8d9fa6b26 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(50, 149, 248, 1);border-radius: 20px;border-style: solid;font-family: FZKai-Z03S;}#a1b84a8d9fa6b26 .ele-wrap:hover {background-color: rgba(18, 122, 228, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac4baabeeeabeff .site-language-menu a {
  font-size: 18;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #414141;
}
#ac4baabeeeabeff .site-language-menu a:hover {
  color: #414141;
}
#ac4baabeeeabeff .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac4baabeeeabeff .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac4baabeeeabeff .uk-dropdown li a {
  font-size: 18;
  color: #444;
}
#ac4baabeeeabeff .uk-dropdown li a:hover {
  color: #222;
}
#ac4baabeeeabeff .uk-dropdown li:last-child {
  border-bottom: none;
}
#a4b8eac56daab78 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 22px;font-family: FZKai-Z03S;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8ccba1827a56d6 .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#a8ccba1827a56d6 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a8ccba1827a56d6 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a8ccba1827a56d6 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a8ccba1827a56d6 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a8ccba1827a56d6 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a8ccba1827a56d6 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a8ccba1827a56d6 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a8ccba1827a56d6 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a8ccba1827a56d6 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
}
#a8ccba1827a56d6 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a8ccba1827a56d6 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a8ccba1827a56d6 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a8ccba1827a56d6 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a8ccba1827a56d6 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a8ccba1827a56d6 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a8ccba1827a56d6 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a8ccba1827a56d6 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a8ccba1827a56d6 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a8ccba1827a56d6 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a8ccba1827a56d6 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a8ccba1827a56d6 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a8ccba1827a56d6 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a8ccba1827a56d6 .ele-article-list .pic-article:hover .info h3 a {
  color: auto;
}
#a8ccba1827a56d6 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a8ccba1827a56d6 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a8ccba1827a56d6 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a8ccba1827a56d6 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a8ccba1827a56d6 .ele-article-list .text-article:hover .info h3 a {
  color: auto;
}
#a8ccba1827a56d6 .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa05ca0604addc8 .ap-content-container {
  height: 100%;
  min-height: 80px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae20daeb83ab7a8 {
  min-height: 300px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6fa3a45d7a1670 .uk-container {
  line-height: 2;
}
#a853eae254ad1a6 > .ele-wrap {background-color: rgba(50, 149, 248, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adf1bab050a3c45 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#adf1bab050a3c45 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#adf1bab050a3c45 .ap-icon {
  margin-right: 6px;
}
#adf1bab050a3c45 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#adf1bab050a3c45 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 23px;
  font-family: FZKai-Z03S;
  color: #ffffff;
  line-height: 26px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li:hover > a,
#adf1bab050a3c45 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #3295f8;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li.active > a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#adf1bab050a3c45 .menu-list ul,
#adf1bab050a3c45 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #fefefe;
}
#adf1bab050a3c45 .menu-list ul {
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
#adf1bab050a3c45 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adf1bab050a3c45 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adf1bab050a3c45 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #fefefe;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: FZKai-Z03S;
  color: #030000;
  width: null;
}
#adf1bab050a3c45 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #000000;
  background-color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab612a7791a534f form {
  width: 100%;
  height: 100%;
}
#ab612a7791a534f .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 18px;
  height: 100%;
}
#ab612a7791a534f .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab612a7791a534f .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ab612a7791a534f .search-box .search-type.show {
  display: block;
}
#ab612a7791a534f .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ab612a7791a534f .search-box .search-type li:hover {
  color: #00ad5f;
}
#ab612a7791a534f .search-box .search-type li.active {
  color: #00ad5f;
}
#ab612a7791a534f .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab612a7791a534f .inner-form .input-field {
  height: 100%;
}
#ab612a7791a534f .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #000;
}
#ab612a7791a534f .inner-form .input-field input.placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:-moz-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ab612a7791a534f .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ab612a7791a534f .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ab612a7791a534f .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ab612a7791a534f .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ab612a7791a534f .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ab612a7791a534f .btn-search:hover {
  background: #00ad5f;
}
#ab612a7791a534f .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b84a8d9fa6b26 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(50, 149, 248, 1);border-radius: 20px;border-style: solid;font-family: FZKai-Z03S;}#a1b84a8d9fa6b26 .ele-wrap:hover {background-color: rgba(18, 122, 228, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac4baabeeeabeff .site-language-menu a {
  font-size: 18;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #414141;
}
#ac4baabeeeabeff .site-language-menu a:hover {
  color: #414141;
}
#ac4baabeeeabeff .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac4baabeeeabeff .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac4baabeeeabeff .uk-dropdown li a {
  font-size: 18;
  color: #444;
}
#ac4baabeeeabeff .uk-dropdown li a:hover {
  color: #222;
}
#ac4baabeeeabeff .uk-dropdown li:last-child {
  border-bottom: none;
}
#aa05ca0604addc8 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 22px;font-family: FZKai-Z03S;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a892dab65ea8ce7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa608a842badf2b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#abb7aabea7a7b4f {
  overflow: hidden;
}
#abb7aabea7a7b4f , #abb7aabea7a7b4f > * {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 20px;text-align: center;font-family: FZShuSong-Z01S;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a493ca6bc3affed .inner-detail {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZShuSong-Z01S;
}
#ab563a3318ab34c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9c9aa0153a0830 .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#a9c9aa0153a0830 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a9c9aa0153a0830 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a9c9aa0153a0830 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a9c9aa0153a0830 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a9c9aa0153a0830 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a9c9aa0153a0830 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a9c9aa0153a0830 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a9c9aa0153a0830 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a9c9aa0153a0830 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
}
#a9c9aa0153a0830 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a9c9aa0153a0830 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a9c9aa0153a0830 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a9c9aa0153a0830 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a9c9aa0153a0830 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a9c9aa0153a0830 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a9c9aa0153a0830 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a9c9aa0153a0830 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a9c9aa0153a0830 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a9c9aa0153a0830 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a9c9aa0153a0830 .ele-article-list .pic-article {
  border-bottom: 1px none #ececec;
}
#a9c9aa0153a0830 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a9c9aa0153a0830 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a9c9aa0153a0830 .ele-article-list .pic-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#a9c9aa0153a0830 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a9c9aa0153a0830 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a9c9aa0153a0830 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a9c9aa0153a0830 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a9c9aa0153a0830 .ele-article-list .text-article {
  border-bottom: 1px none #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
}
#a9c9aa0153a0830 .ele-article-list .text-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#a9c9aa0153a0830 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a9c9aa0153a0830 .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a853eae254ad1a6 > .ele-wrap {background-color: rgba(50, 149, 248, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adf1bab050a3c45 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#adf1bab050a3c45 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#adf1bab050a3c45 .ap-icon {
  margin-right: 6px;
}
#adf1bab050a3c45 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#adf1bab050a3c45 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 23px;
  font-family: FZKai-Z03S;
  color: #ffffff;
  line-height: 26px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li:hover > a,
#adf1bab050a3c45 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #3295f8;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li.active > a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#adf1bab050a3c45 .menu-list ul,
#adf1bab050a3c45 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #fefefe;
}
#adf1bab050a3c45 .menu-list ul {
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
#adf1bab050a3c45 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adf1bab050a3c45 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adf1bab050a3c45 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #fefefe;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: FZKai-Z03S;
  color: #030000;
  width: null;
}
#adf1bab050a3c45 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #000000;
  background-color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab612a7791a534f form {
  width: 100%;
  height: 100%;
}
#ab612a7791a534f .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 18px;
  height: 100%;
}
#ab612a7791a534f .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab612a7791a534f .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ab612a7791a534f .search-box .search-type.show {
  display: block;
}
#ab612a7791a534f .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ab612a7791a534f .search-box .search-type li:hover {
  color: #00ad5f;
}
#ab612a7791a534f .search-box .search-type li.active {
  color: #00ad5f;
}
#ab612a7791a534f .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab612a7791a534f .inner-form .input-field {
  height: 100%;
}
#ab612a7791a534f .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #000;
}
#ab612a7791a534f .inner-form .input-field input.placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:-moz-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ab612a7791a534f .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ab612a7791a534f .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ab612a7791a534f .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ab612a7791a534f .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ab612a7791a534f .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ab612a7791a534f .btn-search:hover {
  background: #00ad5f;
}
#ab612a7791a534f .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b84a8d9fa6b26 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(50, 149, 248, 1);border-radius: 20px;border-style: solid;font-family: FZKai-Z03S;}#a1b84a8d9fa6b26 .ele-wrap:hover {background-color: rgba(18, 122, 228, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac4baabeeeabeff .site-language-menu a {
  font-size: 18;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #414141;
}
#ac4baabeeeabeff .site-language-menu a:hover {
  color: #414141;
}
#ac4baabeeeabeff .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac4baabeeeabeff .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac4baabeeeabeff .uk-dropdown li a {
  font-size: 18;
  color: #444;
}
#ac4baabeeeabeff .uk-dropdown li a:hover {
  color: #222;
}
#ac4baabeeeabeff .uk-dropdown li:last-child {
  border-bottom: none;
}
#aa05ca0604addc8 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 22px;font-family: FZKai-Z03S;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a892dab65ea8ce7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa608a842badf2b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#abb7aabea7a7b4f {
  overflow: hidden;
}
#abb7aabea7a7b4f , #abb7aabea7a7b4f > * {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 20px;text-align: center;font-family: FZShuSong-Z01S;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a493ca6bc3affed .inner-detail {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZShuSong-Z01S;
}
#ab563a3318ab34c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9c9aa0153a0830 .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#a9c9aa0153a0830 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a9c9aa0153a0830 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a9c9aa0153a0830 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a9c9aa0153a0830 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a9c9aa0153a0830 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a9c9aa0153a0830 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a9c9aa0153a0830 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a9c9aa0153a0830 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a9c9aa0153a0830 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
}
#a9c9aa0153a0830 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a9c9aa0153a0830 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a9c9aa0153a0830 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a9c9aa0153a0830 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a9c9aa0153a0830 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a9c9aa0153a0830 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a9c9aa0153a0830 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a9c9aa0153a0830 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a9c9aa0153a0830 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a9c9aa0153a0830 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a9c9aa0153a0830 .ele-article-list .pic-article {
  border-bottom: 1px none #ececec;
}
#a9c9aa0153a0830 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a9c9aa0153a0830 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a9c9aa0153a0830 .ele-article-list .pic-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#a9c9aa0153a0830 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a9c9aa0153a0830 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a9c9aa0153a0830 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a9c9aa0153a0830 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a9c9aa0153a0830 .ele-article-list .text-article {
  border-bottom: 1px none #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
}
#a9c9aa0153a0830 .ele-article-list .text-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#a9c9aa0153a0830 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a9c9aa0153a0830 .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a853eae254ad1a6 > .ele-wrap {background-color: rgba(50, 149, 248, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adf1bab050a3c45 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#adf1bab050a3c45 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#adf1bab050a3c45 .ap-icon {
  margin-right: 6px;
}
#adf1bab050a3c45 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#adf1bab050a3c45 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 23px;
  font-family: FZKai-Z03S;
  color: #ffffff;
  line-height: 26px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li:hover > a,
#adf1bab050a3c45 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #3295f8;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li.active > a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#adf1bab050a3c45 .menu-list ul,
#adf1bab050a3c45 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #fefefe;
}
#adf1bab050a3c45 .menu-list ul {
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
#adf1bab050a3c45 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adf1bab050a3c45 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adf1bab050a3c45 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #fefefe;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: FZKai-Z03S;
  color: #030000;
  width: null;
}
#adf1bab050a3c45 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #000000;
  background-color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab612a7791a534f form {
  width: 100%;
  height: 100%;
}
#ab612a7791a534f .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 18px;
  height: 100%;
}
#ab612a7791a534f .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab612a7791a534f .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ab612a7791a534f .search-box .search-type.show {
  display: block;
}
#ab612a7791a534f .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ab612a7791a534f .search-box .search-type li:hover {
  color: #00ad5f;
}
#ab612a7791a534f .search-box .search-type li.active {
  color: #00ad5f;
}
#ab612a7791a534f .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab612a7791a534f .inner-form .input-field {
  height: 100%;
}
#ab612a7791a534f .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #000;
}
#ab612a7791a534f .inner-form .input-field input.placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:-moz-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ab612a7791a534f .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ab612a7791a534f .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ab612a7791a534f .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ab612a7791a534f .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ab612a7791a534f .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ab612a7791a534f .btn-search:hover {
  background: #00ad5f;
}
#ab612a7791a534f .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b84a8d9fa6b26 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(50, 149, 248, 1);border-radius: 20px;border-style: solid;font-family: FZKai-Z03S;}#a1b84a8d9fa6b26 .ele-wrap:hover {background-color: rgba(18, 122, 228, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac4baabeeeabeff .site-language-menu a {
  font-size: 18;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #414141;
}
#ac4baabeeeabeff .site-language-menu a:hover {
  color: #414141;
}
#ac4baabeeeabeff .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac4baabeeeabeff .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac4baabeeeabeff .uk-dropdown li a {
  font-size: 18;
  color: #444;
}
#ac4baabeeeabeff .uk-dropdown li a:hover {
  color: #222;
}
#ac4baabeeeabeff .uk-dropdown li:last-child {
  border-bottom: none;
}
#aa05ca0604addc8 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 22px;font-family: FZKai-Z03S;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a892dab65ea8ce7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa608a842badf2b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#abb7aabea7a7b4f {
  overflow: hidden;
}
#abb7aabea7a7b4f , #abb7aabea7a7b4f > * {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 20px;text-align: center;font-family: FZShuSong-Z01S;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a493ca6bc3affed .inner-detail {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZShuSong-Z01S;
}
#ab563a3318ab34c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9c9aa0153a0830 .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#a9c9aa0153a0830 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a9c9aa0153a0830 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a9c9aa0153a0830 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a9c9aa0153a0830 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a9c9aa0153a0830 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a9c9aa0153a0830 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a9c9aa0153a0830 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a9c9aa0153a0830 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a9c9aa0153a0830 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
}
#a9c9aa0153a0830 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a9c9aa0153a0830 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a9c9aa0153a0830 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a9c9aa0153a0830 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a9c9aa0153a0830 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a9c9aa0153a0830 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a9c9aa0153a0830 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a9c9aa0153a0830 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a9c9aa0153a0830 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a9c9aa0153a0830 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a9c9aa0153a0830 .ele-article-list .pic-article {
  border-bottom: 1px none #ececec;
}
#a9c9aa0153a0830 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a9c9aa0153a0830 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a9c9aa0153a0830 .ele-article-list .pic-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#a9c9aa0153a0830 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a9c9aa0153a0830 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a9c9aa0153a0830 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a9c9aa0153a0830 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a9c9aa0153a0830 .ele-article-list .text-article {
  border-bottom: 1px none #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
}
#a9c9aa0153a0830 .ele-article-list .text-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#a9c9aa0153a0830 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a9c9aa0153a0830 .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a853eae254ad1a6 > .ele-wrap {background-color: rgba(50, 149, 248, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adf1bab050a3c45 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#adf1bab050a3c45 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#adf1bab050a3c45 .ap-icon {
  margin-right: 6px;
}
#adf1bab050a3c45 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#adf1bab050a3c45 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 23px;
  font-family: FZKai-Z03S;
  color: #ffffff;
  line-height: 26px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li:hover > a,
#adf1bab050a3c45 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #3295f8;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li.active > a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#adf1bab050a3c45 .menu-list ul,
#adf1bab050a3c45 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #fefefe;
}
#adf1bab050a3c45 .menu-list ul {
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
#adf1bab050a3c45 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adf1bab050a3c45 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adf1bab050a3c45 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #fefefe;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: FZKai-Z03S;
  color: #030000;
  width: null;
}
#adf1bab050a3c45 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #000000;
  background-color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab612a7791a534f form {
  width: 100%;
  height: 100%;
}
#ab612a7791a534f .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 18px;
  height: 100%;
}
#ab612a7791a534f .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab612a7791a534f .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ab612a7791a534f .search-box .search-type.show {
  display: block;
}
#ab612a7791a534f .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ab612a7791a534f .search-box .search-type li:hover {
  color: #00ad5f;
}
#ab612a7791a534f .search-box .search-type li.active {
  color: #00ad5f;
}
#ab612a7791a534f .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab612a7791a534f .inner-form .input-field {
  height: 100%;
}
#ab612a7791a534f .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #000;
}
#ab612a7791a534f .inner-form .input-field input.placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:-moz-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ab612a7791a534f .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ab612a7791a534f .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ab612a7791a534f .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ab612a7791a534f .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ab612a7791a534f .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ab612a7791a534f .btn-search:hover {
  background: #00ad5f;
}
#ab612a7791a534f .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b84a8d9fa6b26 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(50, 149, 248, 1);border-radius: 20px;border-style: solid;font-family: FZKai-Z03S;}#a1b84a8d9fa6b26 .ele-wrap:hover {background-color: rgba(18, 122, 228, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac4baabeeeabeff .site-language-menu a {
  font-size: 18;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #414141;
}
#ac4baabeeeabeff .site-language-menu a:hover {
  color: #414141;
}
#ac4baabeeeabeff .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac4baabeeeabeff .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac4baabeeeabeff .uk-dropdown li a {
  font-size: 18;
  color: #444;
}
#ac4baabeeeabeff .uk-dropdown li a:hover {
  color: #222;
}
#ac4baabeeeabeff .uk-dropdown li:last-child {
  border-bottom: none;
}
#aa05ca0604addc8 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 22px;font-family: FZKai-Z03S;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a892dab65ea8ce7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa608a842badf2b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#abb7aabea7a7b4f {
  overflow: hidden;
}
#abb7aabea7a7b4f , #abb7aabea7a7b4f > * {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 20px;text-align: center;font-family: FZShuSong-Z01S;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a493ca6bc3affed .inner-detail {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZShuSong-Z01S;
}
#ab563a3318ab34c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9c9aa0153a0830 .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#a9c9aa0153a0830 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a9c9aa0153a0830 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a9c9aa0153a0830 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a9c9aa0153a0830 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a9c9aa0153a0830 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a9c9aa0153a0830 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a9c9aa0153a0830 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a9c9aa0153a0830 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a9c9aa0153a0830 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
}
#a9c9aa0153a0830 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a9c9aa0153a0830 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a9c9aa0153a0830 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a9c9aa0153a0830 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a9c9aa0153a0830 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a9c9aa0153a0830 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a9c9aa0153a0830 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a9c9aa0153a0830 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a9c9aa0153a0830 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a9c9aa0153a0830 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a9c9aa0153a0830 .ele-article-list .pic-article {
  border-bottom: 1px none #ececec;
}
#a9c9aa0153a0830 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a9c9aa0153a0830 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a9c9aa0153a0830 .ele-article-list .pic-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#a9c9aa0153a0830 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a9c9aa0153a0830 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a9c9aa0153a0830 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a9c9aa0153a0830 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a9c9aa0153a0830 .ele-article-list .text-article {
  border-bottom: 1px none #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
}
#a9c9aa0153a0830 .ele-article-list .text-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#a9c9aa0153a0830 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a9c9aa0153a0830 .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a853eae254ad1a6 > .ele-wrap {background-color: rgba(50, 149, 248, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adf1bab050a3c45 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#adf1bab050a3c45 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#adf1bab050a3c45 .ap-icon {
  margin-right: 6px;
}
#adf1bab050a3c45 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#adf1bab050a3c45 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 23px;
  font-family: FZKai-Z03S;
  color: #ffffff;
  line-height: 26px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li:hover > a,
#adf1bab050a3c45 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #3295f8;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li.active > a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#adf1bab050a3c45 .menu-list ul,
#adf1bab050a3c45 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #fefefe;
}
#adf1bab050a3c45 .menu-list ul {
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
#adf1bab050a3c45 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adf1bab050a3c45 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adf1bab050a3c45 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #fefefe;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: FZKai-Z03S;
  color: #030000;
  width: null;
}
#adf1bab050a3c45 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #000000;
  background-color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab612a7791a534f form {
  width: 100%;
  height: 100%;
}
#ab612a7791a534f .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 18px;
  height: 100%;
}
#ab612a7791a534f .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab612a7791a534f .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ab612a7791a534f .search-box .search-type.show {
  display: block;
}
#ab612a7791a534f .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ab612a7791a534f .search-box .search-type li:hover {
  color: #00ad5f;
}
#ab612a7791a534f .search-box .search-type li.active {
  color: #00ad5f;
}
#ab612a7791a534f .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab612a7791a534f .inner-form .input-field {
  height: 100%;
}
#ab612a7791a534f .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #000;
}
#ab612a7791a534f .inner-form .input-field input.placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:-moz-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ab612a7791a534f .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ab612a7791a534f .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ab612a7791a534f .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ab612a7791a534f .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ab612a7791a534f .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ab612a7791a534f .btn-search:hover {
  background: #00ad5f;
}
#ab612a7791a534f .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b84a8d9fa6b26 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(50, 149, 248, 1);border-radius: 20px;border-style: solid;font-family: FZKai-Z03S;}#a1b84a8d9fa6b26 .ele-wrap:hover {background-color: rgba(18, 122, 228, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac4baabeeeabeff .site-language-menu a {
  font-size: 18;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #414141;
}
#ac4baabeeeabeff .site-language-menu a:hover {
  color: #414141;
}
#ac4baabeeeabeff .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac4baabeeeabeff .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac4baabeeeabeff .uk-dropdown li a {
  font-size: 18;
  color: #444;
}
#ac4baabeeeabeff .uk-dropdown li a:hover {
  color: #222;
}
#ac4baabeeeabeff .uk-dropdown li:last-child {
  border-bottom: none;
}
#aa05ca0604addc8 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 22px;font-family: FZKai-Z03S;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a892dab65ea8ce7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa608a842badf2b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#abb7aabea7a7b4f {
  overflow: hidden;
}
#abb7aabea7a7b4f , #abb7aabea7a7b4f > * {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 20px;text-align: center;font-family: FZShuSong-Z01S;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a493ca6bc3affed .inner-detail {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZShuSong-Z01S;
}
#ab563a3318ab34c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9c9aa0153a0830 .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#a9c9aa0153a0830 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a9c9aa0153a0830 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a9c9aa0153a0830 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a9c9aa0153a0830 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a9c9aa0153a0830 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a9c9aa0153a0830 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a9c9aa0153a0830 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a9c9aa0153a0830 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a9c9aa0153a0830 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
}
#a9c9aa0153a0830 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a9c9aa0153a0830 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a9c9aa0153a0830 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a9c9aa0153a0830 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a9c9aa0153a0830 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a9c9aa0153a0830 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a9c9aa0153a0830 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a9c9aa0153a0830 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a9c9aa0153a0830 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a9c9aa0153a0830 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a9c9aa0153a0830 .ele-article-list .pic-article {
  border-bottom: 1px none #ececec;
}
#a9c9aa0153a0830 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a9c9aa0153a0830 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a9c9aa0153a0830 .ele-article-list .pic-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#a9c9aa0153a0830 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a9c9aa0153a0830 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a9c9aa0153a0830 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a9c9aa0153a0830 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a9c9aa0153a0830 .ele-article-list .text-article {
  border-bottom: 1px none #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
}
#a9c9aa0153a0830 .ele-article-list .text-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#a9c9aa0153a0830 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a9c9aa0153a0830 .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4ce2a5fffa0b64 .ap-content-container {
  height: 100%;
  min-height: 80px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@media (min-width: 1200px) {
  #a6457a547ea6050 .uk-container {
    padding: 0 60px;
  }
}
#a6457a547ea6050 .date-time {
  padding: 18px 0 20px;
  font-size: 18px;
  color: #3a3c41;
  display: block;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  background: #fff;
  border-top: 2px solid #014099;
}
#a6457a547ea6050 .comments_count {
  display: block;
  padding: 14px 0 18px;
  text-align: center;
  background-color: #e7ecee;
}
#a6457a547ea6050 .uk-card {
  padding: 10px;
}
#a6457a547ea6050 .tag-link {
  background-color: #919292;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  font-size: 13px !important;
}
#a6457a547ea6050 .uk-list a.active,
#a6457a547ea6050 .uk-list a:hover {
  color: #014099;
  text-decoration: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afb01a929fad625 .uk-container {
  line-height: 2;
}
#a853eae254ad1a6 > .ele-wrap {background-color: rgba(50, 149, 248, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adf1bab050a3c45 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#adf1bab050a3c45 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#adf1bab050a3c45 .ap-icon {
  margin-right: 6px;
}
#adf1bab050a3c45 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#adf1bab050a3c45 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 23px;
  font-family: FZKai-Z03S;
  color: #ffffff;
  line-height: 26px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li:hover > a,
#adf1bab050a3c45 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #3295f8;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li.active > a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#adf1bab050a3c45 .menu-list ul,
#adf1bab050a3c45 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #fefefe;
}
#adf1bab050a3c45 .menu-list ul {
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
#adf1bab050a3c45 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adf1bab050a3c45 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adf1bab050a3c45 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #fefefe;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: FZKai-Z03S;
  color: #030000;
  width: null;
}
#adf1bab050a3c45 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #000000;
  background-color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab612a7791a534f form {
  width: 100%;
  height: 100%;
}
#ab612a7791a534f .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 18px;
  height: 100%;
}
#ab612a7791a534f .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab612a7791a534f .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ab612a7791a534f .search-box .search-type.show {
  display: block;
}
#ab612a7791a534f .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ab612a7791a534f .search-box .search-type li:hover {
  color: #00ad5f;
}
#ab612a7791a534f .search-box .search-type li.active {
  color: #00ad5f;
}
#ab612a7791a534f .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab612a7791a534f .inner-form .input-field {
  height: 100%;
}
#ab612a7791a534f .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #000;
}
#ab612a7791a534f .inner-form .input-field input.placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:-moz-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ab612a7791a534f .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ab612a7791a534f .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ab612a7791a534f .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ab612a7791a534f .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ab612a7791a534f .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ab612a7791a534f .btn-search:hover {
  background: #00ad5f;
}
#ab612a7791a534f .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b84a8d9fa6b26 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(50, 149, 248, 1);border-radius: 20px;border-style: solid;font-family: FZKai-Z03S;}#a1b84a8d9fa6b26 .ele-wrap:hover {background-color: rgba(18, 122, 228, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac4baabeeeabeff .site-language-menu a {
  font-size: 18;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #414141;
}
#ac4baabeeeabeff .site-language-menu a:hover {
  color: #414141;
}
#ac4baabeeeabeff .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac4baabeeeabeff .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac4baabeeeabeff .uk-dropdown li a {
  font-size: 18;
  color: #444;
}
#ac4baabeeeabeff .uk-dropdown li a:hover {
  color: #222;
}
#ac4baabeeeabeff .uk-dropdown li:last-child {
  border-bottom: none;
}
#a4ce2a5fffa0b64 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 22px;font-family: FZKai-Z03S;}#a6457a547ea6050 [data-item="items"] .uk-card-body {padding: 0px}@media (min-width: 1200px) {
                #a6457a547ea6050 [data-item="items"] .uk-card-body {padding: 0px}
            }@media (max-width: 640px) {
                #a6457a547ea6050 [data-item="items"] .uk-card-body {padding: 0px}
            }#a6457a547ea6050 [data-item*=".abstract"], #a6457a547ea6050 [data-item*=".abstract"] a {show: true;}#a6457a547ea6050 [data-item*=".subTitle"], #a6457a547ea6050 [data-item*=".subTitle"] a {show: true;}#a6457a547ea6050 [data-item*=".category"], #a6457a547ea6050 [data-item*=".category"] a {show: true;}#a6457a547ea6050 [data-item="items"] {left: 40px;top: 42px; position: relative;}#a13bfaa42bad120 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0ff5aea00a56f8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2ceaa1da6a6d68 .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#a2ceaa1da6a6d68 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2ceaa1da6a6d68 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a2ceaa1da6a6d68 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a2ceaa1da6a6d68 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a2ceaa1da6a6d68 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a2ceaa1da6a6d68 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a2ceaa1da6a6d68 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a2ceaa1da6a6d68 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a2ceaa1da6a6d68 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
}
#a2ceaa1da6a6d68 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a2ceaa1da6a6d68 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a2ceaa1da6a6d68 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a2ceaa1da6a6d68 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a2ceaa1da6a6d68 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a2ceaa1da6a6d68 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a2ceaa1da6a6d68 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a2ceaa1da6a6d68 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a2ceaa1da6a6d68 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a2ceaa1da6a6d68 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a2ceaa1da6a6d68 .ele-article-list .pic-article {
  border-bottom: 1px none #ececec;
}
#a2ceaa1da6a6d68 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a2ceaa1da6a6d68 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a2ceaa1da6a6d68 .ele-article-list .pic-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#a2ceaa1da6a6d68 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a2ceaa1da6a6d68 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a2ceaa1da6a6d68 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a2ceaa1da6a6d68 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a2ceaa1da6a6d68 .ele-article-list .text-article {
  border-bottom: 1px none #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
}
#a2ceaa1da6a6d68 .ele-article-list .text-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#a2ceaa1da6a6d68 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a2ceaa1da6a6d68 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a9ee5af51fa8e7f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9de7a6b47a02cb .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#a9de7a6b47a02cb .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a9de7a6b47a02cb .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a9de7a6b47a02cb .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a9de7a6b47a02cb .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a9de7a6b47a02cb .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a9de7a6b47a02cb .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a9de7a6b47a02cb .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a9de7a6b47a02cb .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a9de7a6b47a02cb .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
}
#a9de7a6b47a02cb .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a9de7a6b47a02cb .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a9de7a6b47a02cb .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a9de7a6b47a02cb .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a9de7a6b47a02cb .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a9de7a6b47a02cb .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a9de7a6b47a02cb .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a9de7a6b47a02cb .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a9de7a6b47a02cb .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a9de7a6b47a02cb .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a9de7a6b47a02cb .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#a9de7a6b47a02cb .ele-article-list .pic-article .img_wrap {
  width: 33%;
  border-radius: 0px;
  overflow: hidden;
}
#a9de7a6b47a02cb .ele-article-list .pic-article .info .abstract {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: inherit;
  line-height: 32px;
  min-height: 40px;
}
#a9de7a6b47a02cb .ele-article-list .pic-article .info h3 a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 22px;
  font-family: inherit;
  line-height: 36px;
}
#a9de7a6b47a02cb .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a9de7a6b47a02cb .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a9de7a6b47a02cb .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a9de7a6b47a02cb .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a9de7a6b47a02cb .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a9de7a6b47a02cb .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a9de7a6b47a02cb .ele-article-list .text-article h3 a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 22px;
  font-family: inherit;
  line-height: 36px;
}
#a9de7a6b47a02cb .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a9de7a6b47a02cb .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a9de7a6b47a02cb .ele-article-list .text-article:hover .time {
  color: auto;
}
#a9de7a6b47a02cb .uk-pagination li a {
  font-size: 14px;
}
#a9de7a6b47a02cb .uk-pagination li a,
#a9de7a6b47a02cb .uk-pagination > .uk-disabled > * {
  color: #8d8d8d;
}
#a9de7a6b47a02cb .uk-pagination li.uk-active a {
  color: #ffffff;
}
#a9de7a6b47a02cb .uk-pagination li.uk-active {
  background-color: #6299f5;
  border-color: #6299f5;
}
#a9de7a6b47a02cb .uk-pagination li:hover {
  border-color: #6299f5;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa05ca0604addc8 .ap-content-container {
  height: 100%;
  min-height: 80px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac068a4997a97e7 .uk-container {
  line-height: 2;
}
#a853eae254ad1a6 > .ele-wrap {background-color: rgba(50, 149, 248, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adf1bab050a3c45 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#adf1bab050a3c45 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#adf1bab050a3c45 .ap-icon {
  margin-right: 6px;
}
#adf1bab050a3c45 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#adf1bab050a3c45 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 23px;
  font-family: FZKai-Z03S;
  color: #ffffff;
  line-height: 26px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li:hover > a,
#adf1bab050a3c45 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #3295f8;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li.active > a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#adf1bab050a3c45 .menu-list ul,
#adf1bab050a3c45 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #fefefe;
}
#adf1bab050a3c45 .menu-list ul {
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
#adf1bab050a3c45 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adf1bab050a3c45 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adf1bab050a3c45 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #fefefe;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: FZKai-Z03S;
  color: #030000;
  width: null;
}
#adf1bab050a3c45 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #000000;
  background-color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab612a7791a534f form {
  width: 100%;
  height: 100%;
}
#ab612a7791a534f .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 18px;
  height: 100%;
}
#ab612a7791a534f .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab612a7791a534f .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ab612a7791a534f .search-box .search-type.show {
  display: block;
}
#ab612a7791a534f .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ab612a7791a534f .search-box .search-type li:hover {
  color: #00ad5f;
}
#ab612a7791a534f .search-box .search-type li.active {
  color: #00ad5f;
}
#ab612a7791a534f .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab612a7791a534f .inner-form .input-field {
  height: 100%;
}
#ab612a7791a534f .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #000;
}
#ab612a7791a534f .inner-form .input-field input.placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:-moz-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ab612a7791a534f .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ab612a7791a534f .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ab612a7791a534f .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ab612a7791a534f .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ab612a7791a534f .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ab612a7791a534f .btn-search:hover {
  background: #00ad5f;
}
#ab612a7791a534f .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b84a8d9fa6b26 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(50, 149, 248, 1);border-radius: 20px;border-style: solid;font-family: FZKai-Z03S;}#a1b84a8d9fa6b26 .ele-wrap:hover {background-color: rgba(18, 122, 228, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac4baabeeeabeff .site-language-menu a {
  font-size: 18;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #414141;
}
#ac4baabeeeabeff .site-language-menu a:hover {
  color: #414141;
}
#ac4baabeeeabeff .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac4baabeeeabeff .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac4baabeeeabeff .uk-dropdown li a {
  font-size: 18;
  color: #444;
}
#ac4baabeeeabeff .uk-dropdown li a:hover {
  color: #222;
}
#ac4baabeeeabeff .uk-dropdown li:last-child {
  border-bottom: none;
}
#aa05ca0604addc8 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 22px;font-family: FZKai-Z03S;}#a2f03a1e5ba5ed5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa4feae376a61b2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a405ea31c4a3972 .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#a405ea31c4a3972 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a405ea31c4a3972 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a405ea31c4a3972 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a405ea31c4a3972 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a405ea31c4a3972 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a405ea31c4a3972 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a405ea31c4a3972 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a405ea31c4a3972 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a405ea31c4a3972 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
}
#a405ea31c4a3972 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a405ea31c4a3972 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a405ea31c4a3972 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a405ea31c4a3972 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a405ea31c4a3972 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a405ea31c4a3972 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a405ea31c4a3972 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a405ea31c4a3972 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a405ea31c4a3972 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a405ea31c4a3972 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a405ea31c4a3972 .ele-article-list .pic-article {
  border-bottom: 1px none #ececec;
}
#a405ea31c4a3972 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a405ea31c4a3972 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a405ea31c4a3972 .ele-article-list .pic-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#a405ea31c4a3972 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a405ea31c4a3972 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a405ea31c4a3972 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a405ea31c4a3972 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a405ea31c4a3972 .ele-article-list .text-article {
  border-bottom: 1px none #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
}
#a405ea31c4a3972 .ele-article-list .text-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#a405ea31c4a3972 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a405ea31c4a3972 .ele-article-list .text-article:hover .time {
  color: auto;
}
#afe53a56ada65b8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae96cafe0ca4760 .uk-grid {
  margin-left: -15px;
}
#ae96cafe0ca4760 .uk-grid > * {
  padding-left: 15px;
}
#ae96cafe0ca4760 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ae96cafe0ca4760 .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#ae96cafe0ca4760 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
}
#ae96cafe0ca4760 .article .info {
  padding: 20px 10px;
  position: relative;
}
#ae96cafe0ca4760 .article .info p {
  margin: 10px 0 10px;
}
#ae96cafe0ca4760 .article svg {
  fill: currentColor;
}
#ae96cafe0ca4760 .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 20px;
  width: 20px;
  color: #b4b4b4;
}
#ae96cafe0ca4760 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 20px;
  color: #b4b4b4;
}
#ae96cafe0ca4760 .article.list-icon .info {
  padding-left: 25px;
}
#ae96cafe0ca4760 .article .datetime {
  position: absolute;
  right: 10px;
  top: 20px;
}
#ae96cafe0ca4760 .article .title {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
}
#ae96cafe0ca4760 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#ae96cafe0ca4760 .article:hover .title {
  color: #626262;
}
#ae96cafe0ca4760 .article:hover .datetime {
  color: #b6b6b6;
}
#ae96cafe0ca4760 .article:hover .category {
  color: #b6b6b6;
}
#ae96cafe0ca4760 .article:hover .abstract {
  color: #b6b6b6;
}
#ae96cafe0ca4760 .article:hover .btn_icon {
  color: #b6b6b6;
}
#ae96cafe0ca4760 .article:hover .list_icon {
  color: #b6b6b6;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3b9da5ebcad295 .ap-content-container {
  height: 100%;
  min-height: 80px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@media (min-width: 1200px) {
  #a0d95a9c93a8d9c .uk-container {
    padding: 0 60px;
  }
}
@media (min-width: 980px) {
  #a0d95a9c93a8d9c .sidebar {
    width: 28.5%;
    padding-left: 32px;
    border-left: 1px solid #ececec;
    margin-left: 32px;
  }
}
#a0d95a9c93a8d9c .sidebar .uk-h3 {
  position: relative;
  padding-bottom: 12px;
  font-size: 18px;
}
#a0d95a9c93a8d9c .sidebar .uk-h3:before {
  content: ' ';
  position: absolute;
  width: 3px;
  height: 100%;
  left: -33px;
  top: 0;
  background-color: #014099;
}
#a0d95a9c93a8d9c .sidebar .uk-h3:after {
  content: ' ';
  position: absolute;
  width: 35px;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #666666;
}
#a0d95a9c93a8d9c .uk-list li::before {
  color: #014099;
}
#a0d95a9c93a8d9c .uk-list a {
  color: #4c4c4c;
}
#a0d95a9c93a8d9c .uk-list a.active,
#a0d95a9c93a8d9c .uk-list a:hover {
  color: #014099;
  text-decoration: none;
}
#a0d95a9c93a8d9c .post-sidebar-image {
  width: 90px;
  height: auto;
  margin-right: 15px;
}
#a0d95a9c93a8d9c .tag {
  display: inline-block;
  margin: 0 8px 10px 0;
  border: 1px solid #ececec;
}
#a0d95a9c93a8d9c .tag a {
  line-height: 32px;
  padding: 0 12px;
  font-size: 14px;
  color: #666666;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6f05a11d6afd7d .uk-container {
  line-height: 2;
}
#a853eae254ad1a6 > .ele-wrap {background-color: rgba(50, 149, 248, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adf1bab050a3c45 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#adf1bab050a3c45 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#adf1bab050a3c45 .ap-icon {
  margin-right: 6px;
}
#adf1bab050a3c45 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#adf1bab050a3c45 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 23px;
  font-family: FZKai-Z03S;
  color: #ffffff;
  line-height: 26px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li:hover > a,
#adf1bab050a3c45 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #3295f8;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li.active > a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#adf1bab050a3c45 .menu-list ul,
#adf1bab050a3c45 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #fefefe;
}
#adf1bab050a3c45 .menu-list ul {
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
#adf1bab050a3c45 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adf1bab050a3c45 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adf1bab050a3c45 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #fefefe;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: FZKai-Z03S;
  color: #030000;
  width: null;
}
#adf1bab050a3c45 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #000000;
  background-color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab612a7791a534f form {
  width: 100%;
  height: 100%;
}
#ab612a7791a534f .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 18px;
  height: 100%;
}
#ab612a7791a534f .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab612a7791a534f .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ab612a7791a534f .search-box .search-type.show {
  display: block;
}
#ab612a7791a534f .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ab612a7791a534f .search-box .search-type li:hover {
  color: #00ad5f;
}
#ab612a7791a534f .search-box .search-type li.active {
  color: #00ad5f;
}
#ab612a7791a534f .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab612a7791a534f .inner-form .input-field {
  height: 100%;
}
#ab612a7791a534f .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #000;
}
#ab612a7791a534f .inner-form .input-field input.placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:-moz-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ab612a7791a534f .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ab612a7791a534f .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ab612a7791a534f .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ab612a7791a534f .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ab612a7791a534f .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ab612a7791a534f .btn-search:hover {
  background: #00ad5f;
}
#ab612a7791a534f .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b84a8d9fa6b26 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(50, 149, 248, 1);border-radius: 20px;border-style: solid;font-family: FZKai-Z03S;}#a1b84a8d9fa6b26 .ele-wrap:hover {background-color: rgba(18, 122, 228, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac4baabeeeabeff .site-language-menu a {
  font-size: 18;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #414141;
}
#ac4baabeeeabeff .site-language-menu a:hover {
  color: #414141;
}
#ac4baabeeeabeff .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac4baabeeeabeff .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac4baabeeeabeff .uk-dropdown li a {
  font-size: 18;
  color: #444;
}
#ac4baabeeeabeff .uk-dropdown li a:hover {
  color: #222;
}
#ac4baabeeeabeff .uk-dropdown li:last-child {
  border-bottom: none;
}
#a3b9da5ebcad295 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 22px;font-family: FZKai-Z03S;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1a76ae274abf07 .ap-content-container {
  height: 100%;
  min-height: 80px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5388a6d15ad33c .sidebar {
  width: 300px;
  margin-left: 20px;
}
#a5388a6d15ad33c .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 640px) {
  #a5388a6d15ad33c .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
  #a5388a6d15ad33c .uk-container {
    padding: 0;
  }
  #a5388a6d15ad33c .sidebar {
    padding: 10px;
  }
}
#a5388a6d15ad33c .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#a5388a6d15ad33c .search-form .search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#a5388a6d15ad33c .search-form .submit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 42px;
  height: 34px;
  padding: 0;
  font-family: FontAwesome;
  content: '\f13d';
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background-color: #014099;
  cursor: pointer;
}
#a5388a6d15ad33c .content-tags a {
  display: inline-block;
  margin: 0 10px 5px 0;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1.2;
  color: #666;
  border: 1px solid #999;
  border-radius: 3px;
  transition: all .3s ease;
}
#a5388a6d15ad33c .content-tags a:hover {
  background: #014099;
  color: #fff;
  border-color: #014099;
}
#a5388a6d15ad33c .abstract,
#a5388a6d15ad33c .copyright {
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #999;
  border: 1px solid #efefef;
  background: #fbfbfb;
  border-radius: 3px;
}
#a5388a6d15ad33c .copyright a {
  color: #999;
  word-break: break-all;
}
#a5388a6d15ad33c .detail-content {
  font-size: 16px;
  color: #444;
}
#a5388a6d15ad33c .detail-content img {
  margin-bottom: 10px;
}
#a5388a6d15ad33c .detail-content table {
  font-size: 13px;
}
#a5388a6d15ad33c .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#a5388a6d15ad33c .hot-list,
#a5388a6d15ad33c .new-list {
  padding: 12px;
}
#a5388a6d15ad33c .new-list a:hover,
#a5388a6d15ad33c .hot-list a:hover {
  color: #0f6ecd;
}
#a5388a6d15ad33c .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#a5388a6d15ad33c .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a5388a6d15ad33c .hot-item:hover a {
  color: #0f6ecd;
}
#a5388a6d15ad33c .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a5388a6d15ad33c .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #014099;
  content: "";
}
#a5388a6d15ad33c .content-header {
  padding-bottom: 10px;
}
#a5388a6d15ad33c .item-title {
  color: #333;
}
#a5388a6d15ad33c input::placeholder {
  color: #999;
}
#a5388a6d15ad33c .datetime {
  color: #999;
}
#a5388a6d15ad33c .new-item a {
  padding-left: 25px;
}
#a5388a6d15ad33c .new-item span {
  background-color: #f0f0f0;
  display: inline-block;
  font-size: 13px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #999;
  text-align: center;
  position: absolute;
  left: 0;
  top: 3px;
}
#a5388a6d15ad33c .siblings a {
  color: #444;
  line-height: 2;
}
#a5388a6d15ad33c .siblings a:hover {
  color: #0f6ecd;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a780daf3caaf487 .uk-container {
  line-height: 2;
}
#a853eae254ad1a6 > .ele-wrap {background-color: rgba(50, 149, 248, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adf1bab050a3c45 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#adf1bab050a3c45 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#adf1bab050a3c45 .ap-icon {
  margin-right: 6px;
}
#adf1bab050a3c45 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#adf1bab050a3c45 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 23px;
  font-family: FZKai-Z03S;
  color: #ffffff;
  line-height: 26px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li:hover > a,
#adf1bab050a3c45 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #3295f8;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li.active > a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#adf1bab050a3c45 .menu-list ul,
#adf1bab050a3c45 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #fefefe;
}
#adf1bab050a3c45 .menu-list ul {
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
#adf1bab050a3c45 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adf1bab050a3c45 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adf1bab050a3c45 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #fefefe;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: FZKai-Z03S;
  color: #030000;
  width: null;
}
#adf1bab050a3c45 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #000000;
  background-color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab612a7791a534f form {
  width: 100%;
  height: 100%;
}
#ab612a7791a534f .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 18px;
  height: 100%;
}
#ab612a7791a534f .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab612a7791a534f .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ab612a7791a534f .search-box .search-type.show {
  display: block;
}
#ab612a7791a534f .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ab612a7791a534f .search-box .search-type li:hover {
  color: #00ad5f;
}
#ab612a7791a534f .search-box .search-type li.active {
  color: #00ad5f;
}
#ab612a7791a534f .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab612a7791a534f .inner-form .input-field {
  height: 100%;
}
#ab612a7791a534f .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #000;
}
#ab612a7791a534f .inner-form .input-field input.placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:-moz-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ab612a7791a534f .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ab612a7791a534f .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ab612a7791a534f .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ab612a7791a534f .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ab612a7791a534f .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ab612a7791a534f .btn-search:hover {
  background: #00ad5f;
}
#ab612a7791a534f .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b84a8d9fa6b26 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(50, 149, 248, 1);border-radius: 20px;border-style: solid;font-family: FZKai-Z03S;}#a1b84a8d9fa6b26 .ele-wrap:hover {background-color: rgba(18, 122, 228, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac4baabeeeabeff .site-language-menu a {
  font-size: 18;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #414141;
}
#ac4baabeeeabeff .site-language-menu a:hover {
  color: #414141;
}
#ac4baabeeeabeff .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac4baabeeeabeff .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac4baabeeeabeff .uk-dropdown li a {
  font-size: 18;
  color: #444;
}
#ac4baabeeeabeff .uk-dropdown li a:hover {
  color: #222;
}
#ac4baabeeeabeff .uk-dropdown li:last-child {
  border-bottom: none;
}
#a1a76ae274abf07 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 22px;font-family: FZKai-Z03S;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a24d5a1b00a35c0 {
  overflow: hidden;
}
#a24d5a1b00a35c0 , #a24d5a1b00a35c0 > * {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 28px;text-align: center;font-family: NotoSansSC-Regular;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3b9da5ebcad295 .ap-content-container {
  height: 100%;
  min-height: 80px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3762af483acc1e .uk-container {
  line-height: 2;
}
#a853eae254ad1a6 > .ele-wrap {background-color: rgba(50, 149, 248, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adf1bab050a3c45 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#adf1bab050a3c45 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#adf1bab050a3c45 .ap-icon {
  margin-right: 6px;
}
#adf1bab050a3c45 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#adf1bab050a3c45 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 23px;
  font-family: FZKai-Z03S;
  color: #ffffff;
  line-height: 26px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li:hover > a,
#adf1bab050a3c45 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #3295f8;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li.active > a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#adf1bab050a3c45 .menu-list ul,
#adf1bab050a3c45 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #fefefe;
}
#adf1bab050a3c45 .menu-list ul {
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
#adf1bab050a3c45 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adf1bab050a3c45 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adf1bab050a3c45 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #fefefe;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: FZKai-Z03S;
  color: #030000;
  width: null;
}
#adf1bab050a3c45 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #000000;
  background-color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab612a7791a534f form {
  width: 100%;
  height: 100%;
}
#ab612a7791a534f .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 18px;
  height: 100%;
}
#ab612a7791a534f .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab612a7791a534f .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ab612a7791a534f .search-box .search-type.show {
  display: block;
}
#ab612a7791a534f .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ab612a7791a534f .search-box .search-type li:hover {
  color: #00ad5f;
}
#ab612a7791a534f .search-box .search-type li.active {
  color: #00ad5f;
}
#ab612a7791a534f .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab612a7791a534f .inner-form .input-field {
  height: 100%;
}
#ab612a7791a534f .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #000;
}
#ab612a7791a534f .inner-form .input-field input.placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:-moz-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ab612a7791a534f .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ab612a7791a534f .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ab612a7791a534f .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ab612a7791a534f .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ab612a7791a534f .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ab612a7791a534f .btn-search:hover {
  background: #00ad5f;
}
#ab612a7791a534f .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b84a8d9fa6b26 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(50, 149, 248, 1);border-radius: 20px;border-style: solid;font-family: FZKai-Z03S;}#a1b84a8d9fa6b26 .ele-wrap:hover {background-color: rgba(18, 122, 228, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac4baabeeeabeff .site-language-menu a {
  font-size: 18;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #414141;
}
#ac4baabeeeabeff .site-language-menu a:hover {
  color: #414141;
}
#ac4baabeeeabeff .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac4baabeeeabeff .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac4baabeeeabeff .uk-dropdown li a {
  font-size: 18;
  color: #444;
}
#ac4baabeeeabeff .uk-dropdown li a:hover {
  color: #222;
}
#ac4baabeeeabeff .uk-dropdown li:last-child {
  border-bottom: none;
}
#a3b9da5ebcad295 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 22px;font-family: FZKai-Z03S;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac855a4067ad1e6 > .ele-wrap {background-color: rgba(54, 145, 237, 0.8);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a718ca862fa7cf0 > .ele-wrap {background-color: rgba(54, 145, 237, 0.8);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a41b2a72ccac0a6 > .ele-wrap {background-color: rgba(54, 145, 237, 0.8);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a2b9ea0bcbaf9f0 > .ele-wrap {background-color: rgba(54, 145, 237, 0.8);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a9dfda57a3a6842 > .ele-wrap {background-color: rgba(54, 145, 237, 0.8);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa857a3d46a7b14 .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#aa857a3d46a7b14 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa857a3d46a7b14 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#aa857a3d46a7b14 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#aa857a3d46a7b14 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#aa857a3d46a7b14 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#aa857a3d46a7b14 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#aa857a3d46a7b14 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#aa857a3d46a7b14 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#aa857a3d46a7b14 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
}
#aa857a3d46a7b14 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#aa857a3d46a7b14 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#aa857a3d46a7b14 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#aa857a3d46a7b14 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#aa857a3d46a7b14 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#aa857a3d46a7b14 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#aa857a3d46a7b14 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#aa857a3d46a7b14 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#aa857a3d46a7b14 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#aa857a3d46a7b14 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#aa857a3d46a7b14 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#aa857a3d46a7b14 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#aa857a3d46a7b14 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#aa857a3d46a7b14 .ele-article-list .pic-article:hover .info h3 a {
  color: auto;
}
#aa857a3d46a7b14 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#aa857a3d46a7b14 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#aa857a3d46a7b14 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#aa857a3d46a7b14 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#aa857a3d46a7b14 .ele-article-list .text-article:hover .info h3 a {
  color: auto;
}
#aa857a3d46a7b14 .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af6cdac2edaae91 .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#af6cdac2edaae91 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af6cdac2edaae91 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#af6cdac2edaae91 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#af6cdac2edaae91 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#af6cdac2edaae91 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#af6cdac2edaae91 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#af6cdac2edaae91 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#af6cdac2edaae91 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#af6cdac2edaae91 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
}
#af6cdac2edaae91 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#af6cdac2edaae91 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#af6cdac2edaae91 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#af6cdac2edaae91 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#af6cdac2edaae91 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#af6cdac2edaae91 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#af6cdac2edaae91 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#af6cdac2edaae91 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#af6cdac2edaae91 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#af6cdac2edaae91 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#af6cdac2edaae91 .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#af6cdac2edaae91 .ele-article-list .pic-article .img_wrap {
  width: 25%;
  border-radius: 0px;
  overflow: hidden;
}
#af6cdac2edaae91 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#af6cdac2edaae91 .ele-article-list .pic-article .time {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: right;
  font-family: inherit;
}
#af6cdac2edaae91 .ele-article-list .pic-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#af6cdac2edaae91 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#af6cdac2edaae91 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#af6cdac2edaae91 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#af6cdac2edaae91 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#af6cdac2edaae91 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#af6cdac2edaae91 .ele-article-list .text-article .time {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: right;
  font-family: inherit;
}
#af6cdac2edaae91 .ele-article-list .text-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#af6cdac2edaae91 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#af6cdac2edaae91 .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5b95add0ea7fc1 .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#a5b95add0ea7fc1 .ele-article-list.uk-grid {
  margin-left: 0px;
}
#a5b95add0ea7fc1 .ele-article-list.uk-grid > * {
  padding-left: 0px;
}
#a5b95add0ea7fc1 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a5b95add0ea7fc1 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a5b95add0ea7fc1 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a5b95add0ea7fc1 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a5b95add0ea7fc1 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a5b95add0ea7fc1 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a5b95add0ea7fc1 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a5b95add0ea7fc1 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a5b95add0ea7fc1 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
}
#a5b95add0ea7fc1 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a5b95add0ea7fc1 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a5b95add0ea7fc1 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a5b95add0ea7fc1 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a5b95add0ea7fc1 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a5b95add0ea7fc1 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a5b95add0ea7fc1 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a5b95add0ea7fc1 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a5b95add0ea7fc1 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a5b95add0ea7fc1 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a5b95add0ea7fc1 .ele-article-list .pic-article {
  padding: 5px 6px;
  border-bottom: 1px solid #ececec;
}
#a5b95add0ea7fc1 .ele-article-list .pic-article .img_wrap {
  width: 16%;
  border-radius: 0px;
  overflow: hidden;
}
#a5b95add0ea7fc1 .ele-article-list .pic-article .info .abstract {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 13px;
  text-align: left;
  font-family: NotoSansSC-Thin;
  min-height: 40px;
}
#a5b95add0ea7fc1 .ele-article-list .pic-article .time {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 12px;
  font-family: NotoSansSC-Light;
}
#a5b95add0ea7fc1 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 19px;
  font-family: NotoSansSC-DemiLight;
}
#a5b95add0ea7fc1 .ele-article-list .pic-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#a5b95add0ea7fc1 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a5b95add0ea7fc1 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a5b95add0ea7fc1 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a5b95add0ea7fc1 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a5b95add0ea7fc1 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a5b95add0ea7fc1 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 19px;
  font-family: NotoSansSC-DemiLight;
}
#a5b95add0ea7fc1 .ele-article-list .text-article .time {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 12px;
  font-family: NotoSansSC-Light;
}
#a5b95add0ea7fc1 .ele-article-list .text-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#a5b95add0ea7fc1 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a5b95add0ea7fc1 .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0cbea6f7aaba46 {
  overflow: hidden;
  pointer-events: none;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 10px;
}
#a0cbea6f7aaba46 > .tab-wrap > div > .tab-nav,
#a0cbea6f7aaba46 > .tab-nav {
  height: 50px;
  text-align: center;
  font-size: 0;
  background-color: #d8d8d8;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#a0cbea6f7aaba46 > .tab-wrap > div > .tab-nav a,
#a0cbea6f7aaba46 > .tab-nav a {
  padding: 0 30px;
}
#a0cbea6f7aaba46 > .tab-wrap > div > .tab-nav li a,
#a0cbea6f7aaba46 > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 23px;
  text-align: left;
  font-family: NotoSansSC-DemiLight;
  color: #4a4a4a;
  letter-spacing: 2px;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-left-style: none;
  padding: 0 30px;
}
#a0cbea6f7aaba46 > .tab-wrap > div > .tab-nav li a svg,
#a0cbea6f7aaba46 > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a0cbea6f7aaba46 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a0cbea6f7aaba46 > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a0cbea6f7aaba46 > .tab-wrap > div > .tab-nav li a:hover,
#a0cbea6f7aaba46 > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: NotoSansSC-DemiLight;
  color: #4a4a4a;
  border-bottom-style: none;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a0cbea6f7aaba46 > .tab-wrap > div > .tab-nav li.uk-active a,
#a0cbea6f7aaba46 > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 23px;
  font-family: NotoSansSC-DemiLight;
  color: #4a90e2;
  letter-spacing: 2px;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
  background-color: #ffffff;
}
#a0cbea6f7aaba46 > .tab-wrap > div > .tab-nav li:last-child a,
#a0cbea6f7aaba46 > .tab-nav li:last-child a {
  border-right: undefined;
}
#a0cbea6f7aaba46 .layout-left li,
#a0cbea6f7aaba46 .layout-center li,
#a0cbea6f7aaba46 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a0cbea6f7aaba46 .layout-left li a,
#a0cbea6f7aaba46 .layout-center li a,
#a0cbea6f7aaba46 .layout-right li a {
  height: 100%;
}
#a0cbea6f7aaba46 .layout-left {
  text-align: left;
}
#a0cbea6f7aaba46 .layout-center {
  text-align: center;
}
#a0cbea6f7aaba46 .layout-right {
  text-align: right;
}
#a0cbea6f7aaba46 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a0cbea6f7aaba46 .tab-content-wrap {
  background-color: #ffffff;
}
#a0cbea6f7aaba46 .tab-contents,
#a0cbea6f7aaba46 .tab-contents-wrap {
  pointer-events: none;
}
#a0cbea6f7aaba46 .tab-content,
#a0cbea6f7aaba46 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a0cbea6f7aaba46 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a0cbea6f7aaba46 .tab-wrap .tab-nav {
  height: 100% !important;
}
#a0cbea6f7aaba46 .tab-wrap .tab-contents {
  height: 100%;
}
#a673cae8fca5ac8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a0715abc7fa8473 .ele-wrap {border-color: #000;color: #fff;font-size: 19px;font-weight: 500;background-color: rgba(50, 149, 248, 1);border-radius: 5px;border-style: solid;font-family: NotoSansSC-Light;}#a0715abc7fa8473 .ele-wrap:hover {background-color: #0483cc;}#ace81a9276a912a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aca6da720caf9bf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7a4aa89fda8bba .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#a7a4aa89fda8bba .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7a4aa89fda8bba .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a7a4aa89fda8bba .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a7a4aa89fda8bba .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a7a4aa89fda8bba .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a7a4aa89fda8bba .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a7a4aa89fda8bba .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a7a4aa89fda8bba .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a7a4aa89fda8bba .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
}
#a7a4aa89fda8bba .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a7a4aa89fda8bba .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a7a4aa89fda8bba .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a7a4aa89fda8bba .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a7a4aa89fda8bba .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a7a4aa89fda8bba .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a7a4aa89fda8bba .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a7a4aa89fda8bba .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a7a4aa89fda8bba .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a7a4aa89fda8bba .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a7a4aa89fda8bba .ele-article-list .pic-article {
  border-bottom: 1px none #ececec;
}
#a7a4aa89fda8bba .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a7a4aa89fda8bba .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a7a4aa89fda8bba .ele-article-list .pic-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#a7a4aa89fda8bba .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a7a4aa89fda8bba .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a7a4aa89fda8bba .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a7a4aa89fda8bba .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a7a4aa89fda8bba .ele-article-list .text-article {
  border-bottom: 1px none #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
}
#a7a4aa89fda8bba .ele-article-list .text-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#a7a4aa89fda8bba .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a7a4aa89fda8bba .ele-article-list .text-article:hover .time {
  color: auto;
}
#a4bfda2c57a49f9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac3aaad922a7c5d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5f07a7ec6ad06d form {
  width: 100%;
  height: 100%;
}
#a5f07a7ec6ad06d .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a5f07a7ec6ad06d .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a5f07a7ec6ad06d .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a5f07a7ec6ad06d .search-box .search-type.show {
  display: block;
}
#a5f07a7ec6ad06d .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ebebeb;
  cursor: pointer;
  padding: 0 18px;
}
#a5f07a7ec6ad06d .search-box .search-type li:hover {
  color: #00ad5f;
}
#a5f07a7ec6ad06d .search-box .search-type li.active {
  color: #00ad5f;
}
#a5f07a7ec6ad06d .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ebebeb;
  overflow: hidden;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a5f07a7ec6ad06d .inner-form .input-field {
  height: 100%;
}
#a5f07a7ec6ad06d .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a5f07a7ec6ad06d .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a5f07a7ec6ad06d .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a5f07a7ec6ad06d .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a5f07a7ec6ad06d .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a5f07a7ec6ad06d .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ebebeb;
  position: relative;
}
#a5f07a7ec6ad06d .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a5f07a7ec6ad06d .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a5f07a7ec6ad06d .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a5f07a7ec6ad06d .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a5f07a7ec6ad06d .btn-search:hover {
  background: #00ad5f;
}
#a5f07a7ec6ad06d .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2062a1494a4cc2 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-right-radius: 0;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 10px;
}
#a2062a1494a4cc2 > .tab-wrap > div > .tab-nav,
#a2062a1494a4cc2 > .tab-nav {
  height: 50px;
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#a2062a1494a4cc2 > .tab-wrap > div > .tab-nav a,
#a2062a1494a4cc2 > .tab-nav a {
  padding: 0 35px;
}
#a2062a1494a4cc2 > .tab-wrap > div > .tab-nav li a,
#a2062a1494a4cc2 > .tab-nav li a {
  display: block;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 35px;
}
#a2062a1494a4cc2 > .tab-wrap > div > .tab-nav li a svg,
#a2062a1494a4cc2 > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a2062a1494a4cc2 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2062a1494a4cc2 > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a2062a1494a4cc2 > .tab-wrap > div > .tab-nav li a:hover,
#a2062a1494a4cc2 > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #4a4a4a;
  border-bottom-width: 0;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
  border-right-color: #4a90e2;
  border-left-color: #4a90e2;
  border-top-color: #4a90e2;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a2062a1494a4cc2 > .tab-wrap > div > .tab-nav li.uk-active a,
#a2062a1494a4cc2 > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
  background-color: #ffffff;
}
#a2062a1494a4cc2 .layout-left li,
#a2062a1494a4cc2 .layout-center li,
#a2062a1494a4cc2 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a2062a1494a4cc2 .layout-left li a,
#a2062a1494a4cc2 .layout-center li a,
#a2062a1494a4cc2 .layout-right li a {
  height: 100%;
}
#a2062a1494a4cc2 .layout-left {
  text-align: left;
}
#a2062a1494a4cc2 .layout-center {
  text-align: center;
}
#a2062a1494a4cc2 .layout-right {
  text-align: right;
}
#a2062a1494a4cc2 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a2062a1494a4cc2 .tab-content-wrap {
  background-color: #ffffff;
}
#a2062a1494a4cc2 .tab-contents,
#a2062a1494a4cc2 .tab-contents-wrap {
  pointer-events: none;
}
#a2062a1494a4cc2 .tab-content,
#a2062a1494a4cc2 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a2062a1494a4cc2 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a2062a1494a4cc2 .tab-wrap .tab-nav {
  height: 100% !important;
}
#a2062a1494a4cc2 .tab-wrap .tab-contents {
  height: 100%;
}
#a1c7daf184a908f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a85cea3bfaa4ae7 .ap-content-container {
  height: 100%;
  min-height: 80px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7407ae181af947 .uk-container {
  line-height: 2;
}
#a853eae254ad1a6 > .ele-wrap {background-color: rgba(50, 149, 248, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adf1bab050a3c45 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#adf1bab050a3c45 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#adf1bab050a3c45 .ap-icon {
  margin-right: 6px;
}
#adf1bab050a3c45 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#adf1bab050a3c45 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 23px;
  font-family: FZKai-Z03S;
  color: #ffffff;
  line-height: 26px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li:hover > a,
#adf1bab050a3c45 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #3295f8;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li.active > a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#adf1bab050a3c45 .menu-list ul,
#adf1bab050a3c45 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #fefefe;
}
#adf1bab050a3c45 .menu-list ul {
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
#adf1bab050a3c45 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adf1bab050a3c45 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adf1bab050a3c45 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #fefefe;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: FZKai-Z03S;
  color: #030000;
  width: null;
}
#adf1bab050a3c45 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #000000;
  background-color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab612a7791a534f form {
  width: 100%;
  height: 100%;
}
#ab612a7791a534f .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 18px;
  height: 100%;
}
#ab612a7791a534f .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab612a7791a534f .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ab612a7791a534f .search-box .search-type.show {
  display: block;
}
#ab612a7791a534f .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ab612a7791a534f .search-box .search-type li:hover {
  color: #00ad5f;
}
#ab612a7791a534f .search-box .search-type li.active {
  color: #00ad5f;
}
#ab612a7791a534f .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab612a7791a534f .inner-form .input-field {
  height: 100%;
}
#ab612a7791a534f .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #000;
}
#ab612a7791a534f .inner-form .input-field input.placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:-moz-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ab612a7791a534f .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ab612a7791a534f .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ab612a7791a534f .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ab612a7791a534f .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ab612a7791a534f .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ab612a7791a534f .btn-search:hover {
  background: #00ad5f;
}
#ab612a7791a534f .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b84a8d9fa6b26 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(50, 149, 248, 1);border-radius: 20px;border-style: solid;font-family: FZKai-Z03S;}#a1b84a8d9fa6b26 .ele-wrap:hover {background-color: rgba(18, 122, 228, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac4baabeeeabeff .site-language-menu a {
  font-size: 18;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #414141;
}
#ac4baabeeeabeff .site-language-menu a:hover {
  color: #414141;
}
#ac4baabeeeabeff .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac4baabeeeabeff .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac4baabeeeabeff .uk-dropdown li a {
  font-size: 18;
  color: #444;
}
#ac4baabeeeabeff .uk-dropdown li a:hover {
  color: #222;
}
#ac4baabeeeabeff .uk-dropdown li:last-child {
  border-bottom: none;
}
#a85cea3bfaa4ae7 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 22px;font-family: FZKai-Z03S;}#aab44a419fa20cf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a2fe1a0d4aab87f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aaf6cace4fa1ae6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aff98a2923afd6d .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#aff98a2923afd6d .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aff98a2923afd6d .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#aff98a2923afd6d .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#aff98a2923afd6d .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#aff98a2923afd6d .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#aff98a2923afd6d .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#aff98a2923afd6d .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#aff98a2923afd6d .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#aff98a2923afd6d .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
}
#aff98a2923afd6d .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#aff98a2923afd6d .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#aff98a2923afd6d .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#aff98a2923afd6d .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#aff98a2923afd6d .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#aff98a2923afd6d .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#aff98a2923afd6d .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#aff98a2923afd6d .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#aff98a2923afd6d .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#aff98a2923afd6d .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#aff98a2923afd6d .ele-article-list .pic-article {
  border-bottom: 1px none #ececec;
}
#aff98a2923afd6d .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#aff98a2923afd6d .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#aff98a2923afd6d .ele-article-list .pic-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#aff98a2923afd6d .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#aff98a2923afd6d .ele-article-list .pic-article:hover .category {
  color: auto;
}
#aff98a2923afd6d .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#aff98a2923afd6d .ele-article-list .pic-article:hover .time {
  color: auto;
}
#aff98a2923afd6d .ele-article-list .text-article {
  border-bottom: 1px none #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
}
#aff98a2923afd6d .ele-article-list .text-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#aff98a2923afd6d .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#aff98a2923afd6d .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae1aea4064a5680 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3b9da5ebcad295 .ap-content-container {
  height: 100%;
  min-height: 80px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2c13acf76a3d6c .uk-container {
  line-height: 2;
}
#a853eae254ad1a6 > .ele-wrap {background-color: rgba(50, 149, 248, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adf1bab050a3c45 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#adf1bab050a3c45 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#adf1bab050a3c45 .ap-icon {
  margin-right: 6px;
}
#adf1bab050a3c45 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#adf1bab050a3c45 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 23px;
  font-family: FZKai-Z03S;
  color: #ffffff;
  line-height: 26px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li:hover > a,
#adf1bab050a3c45 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #3295f8;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li.active > a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#adf1bab050a3c45 .menu-list ul,
#adf1bab050a3c45 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #fefefe;
}
#adf1bab050a3c45 .menu-list ul {
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
#adf1bab050a3c45 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adf1bab050a3c45 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adf1bab050a3c45 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #fefefe;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: FZKai-Z03S;
  color: #030000;
  width: null;
}
#adf1bab050a3c45 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #000000;
  background-color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab612a7791a534f form {
  width: 100%;
  height: 100%;
}
#ab612a7791a534f .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 18px;
  height: 100%;
}
#ab612a7791a534f .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab612a7791a534f .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ab612a7791a534f .search-box .search-type.show {
  display: block;
}
#ab612a7791a534f .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ab612a7791a534f .search-box .search-type li:hover {
  color: #00ad5f;
}
#ab612a7791a534f .search-box .search-type li.active {
  color: #00ad5f;
}
#ab612a7791a534f .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab612a7791a534f .inner-form .input-field {
  height: 100%;
}
#ab612a7791a534f .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #000;
}
#ab612a7791a534f .inner-form .input-field input.placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:-moz-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ab612a7791a534f .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ab612a7791a534f .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ab612a7791a534f .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ab612a7791a534f .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ab612a7791a534f .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ab612a7791a534f .btn-search:hover {
  background: #00ad5f;
}
#ab612a7791a534f .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b84a8d9fa6b26 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(50, 149, 248, 1);border-radius: 20px;border-style: solid;font-family: FZKai-Z03S;}#a1b84a8d9fa6b26 .ele-wrap:hover {background-color: rgba(18, 122, 228, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac4baabeeeabeff .site-language-menu a {
  font-size: 18;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #414141;
}
#ac4baabeeeabeff .site-language-menu a:hover {
  color: #414141;
}
#ac4baabeeeabeff .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac4baabeeeabeff .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac4baabeeeabeff .uk-dropdown li a {
  font-size: 18;
  color: #444;
}
#ac4baabeeeabeff .uk-dropdown li a:hover {
  color: #222;
}
#ac4baabeeeabeff .uk-dropdown li:last-child {
  border-bottom: none;
}
#a3b9da5ebcad295 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 22px;font-family: FZKai-Z03S;}#adf2fa2fb5ae35d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1eada8eccaf2aa .ele-wrap {border-color: #000;color: #fff;font-size: 19px;font-weight: 500;background-color: rgba(50, 149, 248, 1);border-radius: 5px;border-style: solid;font-family: NotoSansSC-Light;}#a1eada8eccaf2aa .ele-wrap:hover {background-color: #0483cc;}#af996a035baafdc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af4d1a8e60ad0f5 .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#af4d1a8e60ad0f5 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article {
  border-bottom: 1px none #ececec;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article {
  border-bottom: 1px none #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article:hover .time {
  color: auto;
}
#ad4f1a8912a5ad7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6952aefbca2e66 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac18dac8a5a72f5 form {
  width: 100%;
  height: 100%;
}
#ac18dac8a5a72f5 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#ac18dac8a5a72f5 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ac18dac8a5a72f5 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ac18dac8a5a72f5 .search-box .search-type.show {
  display: block;
}
#ac18dac8a5a72f5 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ebebeb;
  cursor: pointer;
  padding: 0 18px;
}
#ac18dac8a5a72f5 .search-box .search-type li:hover {
  color: #00ad5f;
}
#ac18dac8a5a72f5 .search-box .search-type li.active {
  color: #00ad5f;
}
#ac18dac8a5a72f5 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ebebeb;
  overflow: hidden;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#ac18dac8a5a72f5 .inner-form .input-field {
  height: 100%;
}
#ac18dac8a5a72f5 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#ac18dac8a5a72f5 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#ac18dac8a5a72f5 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#ac18dac8a5a72f5 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#ac18dac8a5a72f5 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ac18dac8a5a72f5 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ebebeb;
  position: relative;
}
#ac18dac8a5a72f5 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ac18dac8a5a72f5 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ac18dac8a5a72f5 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ac18dac8a5a72f5 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ac18dac8a5a72f5 .btn-search:hover {
  background: #00ad5f;
}
#ac18dac8a5a72f5 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9fd2a1c23ab658 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a813aa63ffaa745 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3b9da5ebcad295 .ap-content-container {
  height: 100%;
  min-height: 80px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a188fa511dafc94 .uk-container {
  line-height: 2;
}
#a853eae254ad1a6 > .ele-wrap {background-color: rgba(50, 149, 248, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adf1bab050a3c45 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#adf1bab050a3c45 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#adf1bab050a3c45 .ap-icon {
  margin-right: 6px;
}
#adf1bab050a3c45 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#adf1bab050a3c45 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 23px;
  font-family: FZKai-Z03S;
  color: #ffffff;
  line-height: 26px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li:hover > a,
#adf1bab050a3c45 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #3295f8;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li.active > a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#adf1bab050a3c45 .menu-list ul,
#adf1bab050a3c45 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #fefefe;
}
#adf1bab050a3c45 .menu-list ul {
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
#adf1bab050a3c45 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adf1bab050a3c45 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adf1bab050a3c45 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #fefefe;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: FZKai-Z03S;
  color: #030000;
  width: null;
}
#adf1bab050a3c45 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #000000;
  background-color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab612a7791a534f form {
  width: 100%;
  height: 100%;
}
#ab612a7791a534f .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 18px;
  height: 100%;
}
#ab612a7791a534f .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab612a7791a534f .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ab612a7791a534f .search-box .search-type.show {
  display: block;
}
#ab612a7791a534f .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ab612a7791a534f .search-box .search-type li:hover {
  color: #00ad5f;
}
#ab612a7791a534f .search-box .search-type li.active {
  color: #00ad5f;
}
#ab612a7791a534f .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab612a7791a534f .inner-form .input-field {
  height: 100%;
}
#ab612a7791a534f .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #000;
}
#ab612a7791a534f .inner-form .input-field input.placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:-moz-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ab612a7791a534f .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ab612a7791a534f .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ab612a7791a534f .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ab612a7791a534f .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ab612a7791a534f .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ab612a7791a534f .btn-search:hover {
  background: #00ad5f;
}
#ab612a7791a534f .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b84a8d9fa6b26 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(50, 149, 248, 1);border-radius: 20px;border-style: solid;font-family: FZKai-Z03S;}#a1b84a8d9fa6b26 .ele-wrap:hover {background-color: rgba(18, 122, 228, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac4baabeeeabeff .site-language-menu a {
  font-size: 18;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #414141;
}
#ac4baabeeeabeff .site-language-menu a:hover {
  color: #414141;
}
#ac4baabeeeabeff .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac4baabeeeabeff .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac4baabeeeabeff .uk-dropdown li a {
  font-size: 18;
  color: #444;
}
#ac4baabeeeabeff .uk-dropdown li a:hover {
  color: #222;
}
#ac4baabeeeabeff .uk-dropdown li:last-child {
  border-bottom: none;
}
#a3b9da5ebcad295 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 22px;font-family: FZKai-Z03S;}#a68abaf401a684d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a87bbaabd3a221c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4469ac6c4a82ab .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#a4469ac6c4a82ab .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4469ac6c4a82ab .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a4469ac6c4a82ab .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a4469ac6c4a82ab .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a4469ac6c4a82ab .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a4469ac6c4a82ab .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a4469ac6c4a82ab .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a4469ac6c4a82ab .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a4469ac6c4a82ab .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
}
#a4469ac6c4a82ab .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a4469ac6c4a82ab .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a4469ac6c4a82ab .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a4469ac6c4a82ab .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a4469ac6c4a82ab .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a4469ac6c4a82ab .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a4469ac6c4a82ab .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a4469ac6c4a82ab .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a4469ac6c4a82ab .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a4469ac6c4a82ab .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a4469ac6c4a82ab .ele-article-list .pic-article {
  border-bottom: 1px none #ececec;
}
#a4469ac6c4a82ab .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a4469ac6c4a82ab .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a4469ac6c4a82ab .ele-article-list .pic-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#a4469ac6c4a82ab .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a4469ac6c4a82ab .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a4469ac6c4a82ab .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a4469ac6c4a82ab .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a4469ac6c4a82ab .ele-article-list .text-article {
  border-bottom: 1px none #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
}
#a4469ac6c4a82ab .ele-article-list .text-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#a4469ac6c4a82ab .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a4469ac6c4a82ab .ele-article-list .text-article:hover .time {
  color: auto;
}
#ae62fa9666a3146 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a33aca9131a5338 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3b9da5ebcad295 .ap-content-container {
  height: 100%;
  min-height: 80px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af24bacd97afffd .uk-container {
  line-height: 2;
}
#a853eae254ad1a6 > .ele-wrap {background-color: rgba(50, 149, 248, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adf1bab050a3c45 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#adf1bab050a3c45 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#adf1bab050a3c45 .ap-icon {
  margin-right: 6px;
}
#adf1bab050a3c45 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#adf1bab050a3c45 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 23px;
  font-family: FZKai-Z03S;
  color: #ffffff;
  line-height: 26px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li:hover > a,
#adf1bab050a3c45 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #3295f8;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li.active > a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#adf1bab050a3c45 .menu-list ul,
#adf1bab050a3c45 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #fefefe;
}
#adf1bab050a3c45 .menu-list ul {
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
#adf1bab050a3c45 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adf1bab050a3c45 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adf1bab050a3c45 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #fefefe;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: FZKai-Z03S;
  color: #030000;
  width: null;
}
#adf1bab050a3c45 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #000000;
  background-color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab612a7791a534f form {
  width: 100%;
  height: 100%;
}
#ab612a7791a534f .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 18px;
  height: 100%;
}
#ab612a7791a534f .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab612a7791a534f .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ab612a7791a534f .search-box .search-type.show {
  display: block;
}
#ab612a7791a534f .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ab612a7791a534f .search-box .search-type li:hover {
  color: #00ad5f;
}
#ab612a7791a534f .search-box .search-type li.active {
  color: #00ad5f;
}
#ab612a7791a534f .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab612a7791a534f .inner-form .input-field {
  height: 100%;
}
#ab612a7791a534f .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #000;
}
#ab612a7791a534f .inner-form .input-field input.placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:-moz-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ab612a7791a534f .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ab612a7791a534f .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ab612a7791a534f .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ab612a7791a534f .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ab612a7791a534f .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ab612a7791a534f .btn-search:hover {
  background: #00ad5f;
}
#ab612a7791a534f .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b84a8d9fa6b26 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(50, 149, 248, 1);border-radius: 20px;border-style: solid;font-family: FZKai-Z03S;}#a1b84a8d9fa6b26 .ele-wrap:hover {background-color: rgba(18, 122, 228, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac4baabeeeabeff .site-language-menu a {
  font-size: 18;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #414141;
}
#ac4baabeeeabeff .site-language-menu a:hover {
  color: #414141;
}
#ac4baabeeeabeff .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac4baabeeeabeff .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac4baabeeeabeff .uk-dropdown li a {
  font-size: 18;
  color: #444;
}
#ac4baabeeeabeff .uk-dropdown li a:hover {
  color: #222;
}
#ac4baabeeeabeff .uk-dropdown li:last-child {
  border-bottom: none;
}
#a3b9da5ebcad295 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 22px;font-family: FZKai-Z03S;}#af855a9424a0bbb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9fc2a68eda16e0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ad301a5e48adfba .ele-wrap {background-color: #0095eb;color: #fff;font-size: 16px;}#a7055a2792aed16 .ele-wrap {background-color: #0095eb;color: #fff;font-size: 16px;}#a4c2aab93fa1a67 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac50ba3940a31e8 .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#ac50ba3940a31e8 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ac50ba3940a31e8 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#ac50ba3940a31e8 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#ac50ba3940a31e8 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#ac50ba3940a31e8 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#ac50ba3940a31e8 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#ac50ba3940a31e8 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#ac50ba3940a31e8 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#ac50ba3940a31e8 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
}
#ac50ba3940a31e8 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#ac50ba3940a31e8 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#ac50ba3940a31e8 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#ac50ba3940a31e8 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#ac50ba3940a31e8 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#ac50ba3940a31e8 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#ac50ba3940a31e8 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#ac50ba3940a31e8 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#ac50ba3940a31e8 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#ac50ba3940a31e8 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#ac50ba3940a31e8 .ele-article-list .pic-article {
  border-bottom: 1px none #ececec;
}
#ac50ba3940a31e8 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#ac50ba3940a31e8 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#ac50ba3940a31e8 .ele-article-list .pic-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#ac50ba3940a31e8 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#ac50ba3940a31e8 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#ac50ba3940a31e8 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#ac50ba3940a31e8 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#ac50ba3940a31e8 .ele-article-list .text-article {
  border-bottom: 1px none #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
}
#ac50ba3940a31e8 .ele-article-list .text-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#ac50ba3940a31e8 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#ac50ba3940a31e8 .ele-article-list .text-article:hover .time {
  color: auto;
}
#ace1ba9b10adc57 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3b9da5ebcad295 .ap-content-container {
  height: 100%;
  min-height: 80px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aad1ea9e03a9013 .uk-container {
  line-height: 2;
}
#a853eae254ad1a6 > .ele-wrap {background-color: rgba(50, 149, 248, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adf1bab050a3c45 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#adf1bab050a3c45 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#adf1bab050a3c45 .ap-icon {
  margin-right: 6px;
}
#adf1bab050a3c45 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#adf1bab050a3c45 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 23px;
  font-family: FZKai-Z03S;
  color: #ffffff;
  line-height: 26px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li:hover > a,
#adf1bab050a3c45 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #3295f8;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li.active > a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#adf1bab050a3c45 .menu-list ul,
#adf1bab050a3c45 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #fefefe;
}
#adf1bab050a3c45 .menu-list ul {
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
#adf1bab050a3c45 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adf1bab050a3c45 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adf1bab050a3c45 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #fefefe;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: FZKai-Z03S;
  color: #030000;
  width: null;
}
#adf1bab050a3c45 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #000000;
  background-color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab612a7791a534f form {
  width: 100%;
  height: 100%;
}
#ab612a7791a534f .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 18px;
  height: 100%;
}
#ab612a7791a534f .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab612a7791a534f .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ab612a7791a534f .search-box .search-type.show {
  display: block;
}
#ab612a7791a534f .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ab612a7791a534f .search-box .search-type li:hover {
  color: #00ad5f;
}
#ab612a7791a534f .search-box .search-type li.active {
  color: #00ad5f;
}
#ab612a7791a534f .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab612a7791a534f .inner-form .input-field {
  height: 100%;
}
#ab612a7791a534f .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #000;
}
#ab612a7791a534f .inner-form .input-field input.placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:-moz-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ab612a7791a534f .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ab612a7791a534f .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ab612a7791a534f .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ab612a7791a534f .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ab612a7791a534f .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ab612a7791a534f .btn-search:hover {
  background: #00ad5f;
}
#ab612a7791a534f .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b84a8d9fa6b26 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(50, 149, 248, 1);border-radius: 20px;border-style: solid;font-family: FZKai-Z03S;}#a1b84a8d9fa6b26 .ele-wrap:hover {background-color: rgba(18, 122, 228, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac4baabeeeabeff .site-language-menu a {
  font-size: 18;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #414141;
}
#ac4baabeeeabeff .site-language-menu a:hover {
  color: #414141;
}
#ac4baabeeeabeff .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac4baabeeeabeff .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac4baabeeeabeff .uk-dropdown li a {
  font-size: 18;
  color: #444;
}
#ac4baabeeeabeff .uk-dropdown li a:hover {
  color: #222;
}
#ac4baabeeeabeff .uk-dropdown li:last-child {
  border-bottom: none;
}
#a3b9da5ebcad295 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 22px;font-family: FZKai-Z03S;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2ee0aad52a8f76 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa1cbab499a2dea > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adb85abd94a024a .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#adb85abd94a024a .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#adb85abd94a024a .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#adb85abd94a024a .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#adb85abd94a024a .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#adb85abd94a024a .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#adb85abd94a024a .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#adb85abd94a024a .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#adb85abd94a024a .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#adb85abd94a024a .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
}
#adb85abd94a024a .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#adb85abd94a024a .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#adb85abd94a024a .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#adb85abd94a024a .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#adb85abd94a024a .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#adb85abd94a024a .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#adb85abd94a024a .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#adb85abd94a024a .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#adb85abd94a024a .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#adb85abd94a024a .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#adb85abd94a024a .ele-article-list .pic-article {
  border-bottom: 1px none #ececec;
}
#adb85abd94a024a .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#adb85abd94a024a .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#adb85abd94a024a .ele-article-list .pic-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#adb85abd94a024a .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#adb85abd94a024a .ele-article-list .pic-article:hover .category {
  color: auto;
}
#adb85abd94a024a .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#adb85abd94a024a .ele-article-list .pic-article:hover .time {
  color: auto;
}
#adb85abd94a024a .ele-article-list .text-article {
  border-bottom: 1px none #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
}
#adb85abd94a024a .ele-article-list .text-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#adb85abd94a024a .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#adb85abd94a024a .ele-article-list .text-article:hover .time {
  color: auto;
}
#af2b8ac9d1a2d17 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6c88a8631a3cd9 .ap-content-container {
  height: 100%;
  min-height: 80px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6624a186ca78fc .uk-container {
  line-height: 2;
}
#a853eae254ad1a6 > .ele-wrap {background-color: rgba(50, 149, 248, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adf1bab050a3c45 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#adf1bab050a3c45 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#adf1bab050a3c45 .ap-icon {
  margin-right: 6px;
}
#adf1bab050a3c45 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#adf1bab050a3c45 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 23px;
  font-family: FZKai-Z03S;
  color: #ffffff;
  line-height: 26px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li:hover > a,
#adf1bab050a3c45 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #3295f8;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li.active > a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#adf1bab050a3c45 .menu-list ul,
#adf1bab050a3c45 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #fefefe;
}
#adf1bab050a3c45 .menu-list ul {
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
#adf1bab050a3c45 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adf1bab050a3c45 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adf1bab050a3c45 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #fefefe;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: FZKai-Z03S;
  color: #030000;
  width: null;
}
#adf1bab050a3c45 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #000000;
  background-color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab612a7791a534f form {
  width: 100%;
  height: 100%;
}
#ab612a7791a534f .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 18px;
  height: 100%;
}
#ab612a7791a534f .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab612a7791a534f .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ab612a7791a534f .search-box .search-type.show {
  display: block;
}
#ab612a7791a534f .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ab612a7791a534f .search-box .search-type li:hover {
  color: #00ad5f;
}
#ab612a7791a534f .search-box .search-type li.active {
  color: #00ad5f;
}
#ab612a7791a534f .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab612a7791a534f .inner-form .input-field {
  height: 100%;
}
#ab612a7791a534f .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #000;
}
#ab612a7791a534f .inner-form .input-field input.placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:-moz-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ab612a7791a534f .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ab612a7791a534f .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ab612a7791a534f .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ab612a7791a534f .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ab612a7791a534f .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ab612a7791a534f .btn-search:hover {
  background: #00ad5f;
}
#ab612a7791a534f .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b84a8d9fa6b26 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(50, 149, 248, 1);border-radius: 20px;border-style: solid;font-family: FZKai-Z03S;}#a1b84a8d9fa6b26 .ele-wrap:hover {background-color: rgba(18, 122, 228, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac4baabeeeabeff .site-language-menu a {
  font-size: 18;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #414141;
}
#ac4baabeeeabeff .site-language-menu a:hover {
  color: #414141;
}
#ac4baabeeeabeff .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac4baabeeeabeff .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac4baabeeeabeff .uk-dropdown li a {
  font-size: 18;
  color: #444;
}
#ac4baabeeeabeff .uk-dropdown li a:hover {
  color: #222;
}
#ac4baabeeeabeff .uk-dropdown li:last-child {
  border-bottom: none;
}
#a6c88a8631a3cd9 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 22px;font-family: FZKai-Z03S;}#adf2fa2fb5ae35d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1eada8eccaf2aa .ele-wrap {border-color: #000;color: #fff;font-size: 19px;font-weight: 500;background-color: rgba(50, 149, 248, 1);border-radius: 5px;border-style: solid;font-family: NotoSansSC-Light;}#a1eada8eccaf2aa .ele-wrap:hover {background-color: #0483cc;}#af996a035baafdc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af4d1a8e60ad0f5 .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#af4d1a8e60ad0f5 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article {
  border-bottom: 1px none #ececec;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article {
  border-bottom: 1px none #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article:hover .time {
  color: auto;
}
#ad4f1a8912a5ad7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6952aefbca2e66 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac18dac8a5a72f5 form {
  width: 100%;
  height: 100%;
}
#ac18dac8a5a72f5 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#ac18dac8a5a72f5 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ac18dac8a5a72f5 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ac18dac8a5a72f5 .search-box .search-type.show {
  display: block;
}
#ac18dac8a5a72f5 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ebebeb;
  cursor: pointer;
  padding: 0 18px;
}
#ac18dac8a5a72f5 .search-box .search-type li:hover {
  color: #00ad5f;
}
#ac18dac8a5a72f5 .search-box .search-type li.active {
  color: #00ad5f;
}
#ac18dac8a5a72f5 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ebebeb;
  overflow: hidden;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#ac18dac8a5a72f5 .inner-form .input-field {
  height: 100%;
}
#ac18dac8a5a72f5 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#ac18dac8a5a72f5 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#ac18dac8a5a72f5 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#ac18dac8a5a72f5 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#ac18dac8a5a72f5 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ac18dac8a5a72f5 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ebebeb;
  position: relative;
}
#ac18dac8a5a72f5 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ac18dac8a5a72f5 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ac18dac8a5a72f5 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ac18dac8a5a72f5 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ac18dac8a5a72f5 .btn-search:hover {
  background: #00ad5f;
}
#ac18dac8a5a72f5 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9fd2a1c23ab658 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a813aa63ffaa745 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ada88a9aeda60e8 .ap-content-container {
  height: 100%;
  min-height: 80px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a466aac703a2bb8 .uk-container {
  line-height: 2;
}
#a853eae254ad1a6 > .ele-wrap {background-color: rgba(50, 149, 248, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adf1bab050a3c45 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#adf1bab050a3c45 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#adf1bab050a3c45 .ap-icon {
  margin-right: 6px;
}
#adf1bab050a3c45 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#adf1bab050a3c45 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 23px;
  font-family: FZKai-Z03S;
  color: #ffffff;
  line-height: 26px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li:hover > a,
#adf1bab050a3c45 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #3295f8;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li.active > a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#adf1bab050a3c45 .menu-list ul,
#adf1bab050a3c45 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #fefefe;
}
#adf1bab050a3c45 .menu-list ul {
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
#adf1bab050a3c45 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adf1bab050a3c45 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adf1bab050a3c45 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #fefefe;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: FZKai-Z03S;
  color: #030000;
  width: null;
}
#adf1bab050a3c45 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #000000;
  background-color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab612a7791a534f form {
  width: 100%;
  height: 100%;
}
#ab612a7791a534f .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 18px;
  height: 100%;
}
#ab612a7791a534f .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab612a7791a534f .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ab612a7791a534f .search-box .search-type.show {
  display: block;
}
#ab612a7791a534f .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ab612a7791a534f .search-box .search-type li:hover {
  color: #00ad5f;
}
#ab612a7791a534f .search-box .search-type li.active {
  color: #00ad5f;
}
#ab612a7791a534f .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab612a7791a534f .inner-form .input-field {
  height: 100%;
}
#ab612a7791a534f .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #000;
}
#ab612a7791a534f .inner-form .input-field input.placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:-moz-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ab612a7791a534f .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ab612a7791a534f .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ab612a7791a534f .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ab612a7791a534f .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ab612a7791a534f .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ab612a7791a534f .btn-search:hover {
  background: #00ad5f;
}
#ab612a7791a534f .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b84a8d9fa6b26 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(50, 149, 248, 1);border-radius: 20px;border-style: solid;font-family: FZKai-Z03S;}#a1b84a8d9fa6b26 .ele-wrap:hover {background-color: rgba(18, 122, 228, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac4baabeeeabeff .site-language-menu a {
  font-size: 18;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #414141;
}
#ac4baabeeeabeff .site-language-menu a:hover {
  color: #414141;
}
#ac4baabeeeabeff .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac4baabeeeabeff .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac4baabeeeabeff .uk-dropdown li a {
  font-size: 18;
  color: #444;
}
#ac4baabeeeabeff .uk-dropdown li a:hover {
  color: #222;
}
#ac4baabeeeabeff .uk-dropdown li:last-child {
  border-bottom: none;
}
#ada88a9aeda60e8 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 22px;font-family: FZKai-Z03S;}#adf2fa2fb5ae35d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1eada8eccaf2aa .ele-wrap {border-color: #000;color: #fff;font-size: 19px;font-weight: 500;background-color: rgba(50, 149, 248, 1);border-radius: 5px;border-style: solid;font-family: NotoSansSC-Light;}#a1eada8eccaf2aa .ele-wrap:hover {background-color: #0483cc;}#af996a035baafdc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af4d1a8e60ad0f5 .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#af4d1a8e60ad0f5 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article {
  border-bottom: 1px none #ececec;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article {
  border-bottom: 1px none #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article:hover .time {
  color: auto;
}
#ad4f1a8912a5ad7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6952aefbca2e66 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac18dac8a5a72f5 form {
  width: 100%;
  height: 100%;
}
#ac18dac8a5a72f5 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#ac18dac8a5a72f5 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ac18dac8a5a72f5 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ac18dac8a5a72f5 .search-box .search-type.show {
  display: block;
}
#ac18dac8a5a72f5 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ebebeb;
  cursor: pointer;
  padding: 0 18px;
}
#ac18dac8a5a72f5 .search-box .search-type li:hover {
  color: #00ad5f;
}
#ac18dac8a5a72f5 .search-box .search-type li.active {
  color: #00ad5f;
}
#ac18dac8a5a72f5 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ebebeb;
  overflow: hidden;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#ac18dac8a5a72f5 .inner-form .input-field {
  height: 100%;
}
#ac18dac8a5a72f5 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#ac18dac8a5a72f5 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#ac18dac8a5a72f5 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#ac18dac8a5a72f5 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#ac18dac8a5a72f5 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ac18dac8a5a72f5 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ebebeb;
  position: relative;
}
#ac18dac8a5a72f5 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ac18dac8a5a72f5 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ac18dac8a5a72f5 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ac18dac8a5a72f5 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ac18dac8a5a72f5 .btn-search:hover {
  background: #00ad5f;
}
#ac18dac8a5a72f5 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9fd2a1c23ab658 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a813aa63ffaa745 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a37c6a1f9bac016 .ap-content-container {
  height: 100%;
  min-height: 80px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a76f5a1c2eaa86c .uk-container {
  line-height: 2;
}
#a853eae254ad1a6 > .ele-wrap {background-color: rgba(50, 149, 248, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adf1bab050a3c45 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#adf1bab050a3c45 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#adf1bab050a3c45 .ap-icon {
  margin-right: 6px;
}
#adf1bab050a3c45 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#adf1bab050a3c45 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 23px;
  font-family: FZKai-Z03S;
  color: #ffffff;
  line-height: 26px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li:hover > a,
#adf1bab050a3c45 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #3295f8;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li.active > a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#adf1bab050a3c45 .menu-list ul,
#adf1bab050a3c45 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #fefefe;
}
#adf1bab050a3c45 .menu-list ul {
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
#adf1bab050a3c45 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adf1bab050a3c45 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adf1bab050a3c45 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #fefefe;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: FZKai-Z03S;
  color: #030000;
  width: null;
}
#adf1bab050a3c45 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #000000;
  background-color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab612a7791a534f form {
  width: 100%;
  height: 100%;
}
#ab612a7791a534f .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 18px;
  height: 100%;
}
#ab612a7791a534f .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab612a7791a534f .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ab612a7791a534f .search-box .search-type.show {
  display: block;
}
#ab612a7791a534f .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ab612a7791a534f .search-box .search-type li:hover {
  color: #00ad5f;
}
#ab612a7791a534f .search-box .search-type li.active {
  color: #00ad5f;
}
#ab612a7791a534f .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab612a7791a534f .inner-form .input-field {
  height: 100%;
}
#ab612a7791a534f .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #000;
}
#ab612a7791a534f .inner-form .input-field input.placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:-moz-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ab612a7791a534f .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ab612a7791a534f .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ab612a7791a534f .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ab612a7791a534f .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ab612a7791a534f .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ab612a7791a534f .btn-search:hover {
  background: #00ad5f;
}
#ab612a7791a534f .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b84a8d9fa6b26 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(50, 149, 248, 1);border-radius: 20px;border-style: solid;font-family: FZKai-Z03S;}#a1b84a8d9fa6b26 .ele-wrap:hover {background-color: rgba(18, 122, 228, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac4baabeeeabeff .site-language-menu a {
  font-size: 18;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #414141;
}
#ac4baabeeeabeff .site-language-menu a:hover {
  color: #414141;
}
#ac4baabeeeabeff .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac4baabeeeabeff .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac4baabeeeabeff .uk-dropdown li a {
  font-size: 18;
  color: #444;
}
#ac4baabeeeabeff .uk-dropdown li a:hover {
  color: #222;
}
#ac4baabeeeabeff .uk-dropdown li:last-child {
  border-bottom: none;
}
#a37c6a1f9bac016 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 22px;font-family: FZKai-Z03S;}#adf2fa2fb5ae35d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1eada8eccaf2aa .ele-wrap {border-color: #000;color: #fff;font-size: 19px;font-weight: 500;background-color: rgba(50, 149, 248, 1);border-radius: 5px;border-style: solid;font-family: NotoSansSC-Light;}#a1eada8eccaf2aa .ele-wrap:hover {background-color: #0483cc;}#af996a035baafdc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af4d1a8e60ad0f5 .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#af4d1a8e60ad0f5 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article {
  border-bottom: 1px none #ececec;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article {
  border-bottom: 1px none #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article:hover .time {
  color: auto;
}
#ad4f1a8912a5ad7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6952aefbca2e66 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac18dac8a5a72f5 form {
  width: 100%;
  height: 100%;
}
#ac18dac8a5a72f5 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#ac18dac8a5a72f5 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ac18dac8a5a72f5 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ac18dac8a5a72f5 .search-box .search-type.show {
  display: block;
}
#ac18dac8a5a72f5 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ebebeb;
  cursor: pointer;
  padding: 0 18px;
}
#ac18dac8a5a72f5 .search-box .search-type li:hover {
  color: #00ad5f;
}
#ac18dac8a5a72f5 .search-box .search-type li.active {
  color: #00ad5f;
}
#ac18dac8a5a72f5 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ebebeb;
  overflow: hidden;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#ac18dac8a5a72f5 .inner-form .input-field {
  height: 100%;
}
#ac18dac8a5a72f5 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#ac18dac8a5a72f5 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#ac18dac8a5a72f5 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#ac18dac8a5a72f5 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#ac18dac8a5a72f5 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ac18dac8a5a72f5 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ebebeb;
  position: relative;
}
#ac18dac8a5a72f5 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ac18dac8a5a72f5 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ac18dac8a5a72f5 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ac18dac8a5a72f5 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ac18dac8a5a72f5 .btn-search:hover {
  background: #00ad5f;
}
#ac18dac8a5a72f5 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9fd2a1c23ab658 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a813aa63ffaa745 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9a33aad20a94e6 .ap-content-container {
  height: 100%;
  min-height: 80px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8d53ac326a381e .uk-container {
  line-height: 2;
}
#a853eae254ad1a6 > .ele-wrap {background-color: rgba(50, 149, 248, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adf1bab050a3c45 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#adf1bab050a3c45 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#adf1bab050a3c45 .ap-icon {
  margin-right: 6px;
}
#adf1bab050a3c45 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#adf1bab050a3c45 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 23px;
  font-family: FZKai-Z03S;
  color: #ffffff;
  line-height: 26px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li:hover > a,
#adf1bab050a3c45 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #3295f8;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li.active > a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#adf1bab050a3c45 .menu-list ul,
#adf1bab050a3c45 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #fefefe;
}
#adf1bab050a3c45 .menu-list ul {
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
#adf1bab050a3c45 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adf1bab050a3c45 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adf1bab050a3c45 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #fefefe;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: FZKai-Z03S;
  color: #030000;
  width: null;
}
#adf1bab050a3c45 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #000000;
  background-color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab612a7791a534f form {
  width: 100%;
  height: 100%;
}
#ab612a7791a534f .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 18px;
  height: 100%;
}
#ab612a7791a534f .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab612a7791a534f .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ab612a7791a534f .search-box .search-type.show {
  display: block;
}
#ab612a7791a534f .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ab612a7791a534f .search-box .search-type li:hover {
  color: #00ad5f;
}
#ab612a7791a534f .search-box .search-type li.active {
  color: #00ad5f;
}
#ab612a7791a534f .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab612a7791a534f .inner-form .input-field {
  height: 100%;
}
#ab612a7791a534f .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #000;
}
#ab612a7791a534f .inner-form .input-field input.placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:-moz-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ab612a7791a534f .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ab612a7791a534f .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ab612a7791a534f .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ab612a7791a534f .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ab612a7791a534f .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ab612a7791a534f .btn-search:hover {
  background: #00ad5f;
}
#ab612a7791a534f .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b84a8d9fa6b26 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(50, 149, 248, 1);border-radius: 20px;border-style: solid;font-family: FZKai-Z03S;}#a1b84a8d9fa6b26 .ele-wrap:hover {background-color: rgba(18, 122, 228, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac4baabeeeabeff .site-language-menu a {
  font-size: 18;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #414141;
}
#ac4baabeeeabeff .site-language-menu a:hover {
  color: #414141;
}
#ac4baabeeeabeff .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac4baabeeeabeff .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac4baabeeeabeff .uk-dropdown li a {
  font-size: 18;
  color: #444;
}
#ac4baabeeeabeff .uk-dropdown li a:hover {
  color: #222;
}
#ac4baabeeeabeff .uk-dropdown li:last-child {
  border-bottom: none;
}
#a9a33aad20a94e6 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 22px;font-family: FZKai-Z03S;}#adf2fa2fb5ae35d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1eada8eccaf2aa .ele-wrap {border-color: #000;color: #fff;font-size: 19px;font-weight: 500;background-color: rgba(50, 149, 248, 1);border-radius: 5px;border-style: solid;font-family: NotoSansSC-Light;}#a1eada8eccaf2aa .ele-wrap:hover {background-color: #0483cc;}#af996a035baafdc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af4d1a8e60ad0f5 .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#af4d1a8e60ad0f5 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article {
  border-bottom: 1px none #ececec;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article {
  border-bottom: 1px none #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article:hover .time {
  color: auto;
}
#ad4f1a8912a5ad7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6952aefbca2e66 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac18dac8a5a72f5 form {
  width: 100%;
  height: 100%;
}
#ac18dac8a5a72f5 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#ac18dac8a5a72f5 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ac18dac8a5a72f5 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ac18dac8a5a72f5 .search-box .search-type.show {
  display: block;
}
#ac18dac8a5a72f5 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ebebeb;
  cursor: pointer;
  padding: 0 18px;
}
#ac18dac8a5a72f5 .search-box .search-type li:hover {
  color: #00ad5f;
}
#ac18dac8a5a72f5 .search-box .search-type li.active {
  color: #00ad5f;
}
#ac18dac8a5a72f5 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ebebeb;
  overflow: hidden;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#ac18dac8a5a72f5 .inner-form .input-field {
  height: 100%;
}
#ac18dac8a5a72f5 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#ac18dac8a5a72f5 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#ac18dac8a5a72f5 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#ac18dac8a5a72f5 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#ac18dac8a5a72f5 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ac18dac8a5a72f5 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ebebeb;
  position: relative;
}
#ac18dac8a5a72f5 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ac18dac8a5a72f5 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ac18dac8a5a72f5 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ac18dac8a5a72f5 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ac18dac8a5a72f5 .btn-search:hover {
  background: #00ad5f;
}
#ac18dac8a5a72f5 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9fd2a1c23ab658 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a813aa63ffaa745 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac10aa4449a9811 .ap-content-container {
  height: 100%;
  min-height: 80px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acd9ba20bea6392 .uk-container {
  line-height: 2;
}
#a853eae254ad1a6 > .ele-wrap {background-color: rgba(50, 149, 248, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adf1bab050a3c45 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#adf1bab050a3c45 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#adf1bab050a3c45 .ap-icon {
  margin-right: 6px;
}
#adf1bab050a3c45 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#adf1bab050a3c45 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 23px;
  font-family: FZKai-Z03S;
  color: #ffffff;
  line-height: 26px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li:hover > a,
#adf1bab050a3c45 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #3295f8;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li.active > a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#adf1bab050a3c45 .menu-list ul,
#adf1bab050a3c45 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #fefefe;
}
#adf1bab050a3c45 .menu-list ul {
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
#adf1bab050a3c45 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adf1bab050a3c45 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adf1bab050a3c45 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #fefefe;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: FZKai-Z03S;
  color: #030000;
  width: null;
}
#adf1bab050a3c45 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #000000;
  background-color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab612a7791a534f form {
  width: 100%;
  height: 100%;
}
#ab612a7791a534f .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 18px;
  height: 100%;
}
#ab612a7791a534f .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab612a7791a534f .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ab612a7791a534f .search-box .search-type.show {
  display: block;
}
#ab612a7791a534f .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ab612a7791a534f .search-box .search-type li:hover {
  color: #00ad5f;
}
#ab612a7791a534f .search-box .search-type li.active {
  color: #00ad5f;
}
#ab612a7791a534f .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab612a7791a534f .inner-form .input-field {
  height: 100%;
}
#ab612a7791a534f .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #000;
}
#ab612a7791a534f .inner-form .input-field input.placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:-moz-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ab612a7791a534f .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ab612a7791a534f .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ab612a7791a534f .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ab612a7791a534f .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ab612a7791a534f .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ab612a7791a534f .btn-search:hover {
  background: #00ad5f;
}
#ab612a7791a534f .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b84a8d9fa6b26 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(50, 149, 248, 1);border-radius: 20px;border-style: solid;font-family: FZKai-Z03S;}#a1b84a8d9fa6b26 .ele-wrap:hover {background-color: rgba(18, 122, 228, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac4baabeeeabeff .site-language-menu a {
  font-size: 18;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #414141;
}
#ac4baabeeeabeff .site-language-menu a:hover {
  color: #414141;
}
#ac4baabeeeabeff .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac4baabeeeabeff .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac4baabeeeabeff .uk-dropdown li a {
  font-size: 18;
  color: #444;
}
#ac4baabeeeabeff .uk-dropdown li a:hover {
  color: #222;
}
#ac4baabeeeabeff .uk-dropdown li:last-child {
  border-bottom: none;
}
#ac10aa4449a9811 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 22px;font-family: FZKai-Z03S;}#adf2fa2fb5ae35d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1eada8eccaf2aa .ele-wrap {border-color: #000;color: #fff;font-size: 19px;font-weight: 500;background-color: rgba(50, 149, 248, 1);border-radius: 5px;border-style: solid;font-family: NotoSansSC-Light;}#a1eada8eccaf2aa .ele-wrap:hover {background-color: #0483cc;}#af996a035baafdc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af4d1a8e60ad0f5 .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#af4d1a8e60ad0f5 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article {
  border-bottom: 1px none #ececec;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article {
  border-bottom: 1px none #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article:hover .time {
  color: auto;
}
#ad4f1a8912a5ad7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6952aefbca2e66 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac18dac8a5a72f5 form {
  width: 100%;
  height: 100%;
}
#ac18dac8a5a72f5 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#ac18dac8a5a72f5 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ac18dac8a5a72f5 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ac18dac8a5a72f5 .search-box .search-type.show {
  display: block;
}
#ac18dac8a5a72f5 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ebebeb;
  cursor: pointer;
  padding: 0 18px;
}
#ac18dac8a5a72f5 .search-box .search-type li:hover {
  color: #00ad5f;
}
#ac18dac8a5a72f5 .search-box .search-type li.active {
  color: #00ad5f;
}
#ac18dac8a5a72f5 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ebebeb;
  overflow: hidden;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#ac18dac8a5a72f5 .inner-form .input-field {
  height: 100%;
}
#ac18dac8a5a72f5 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#ac18dac8a5a72f5 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#ac18dac8a5a72f5 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#ac18dac8a5a72f5 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#ac18dac8a5a72f5 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ac18dac8a5a72f5 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ebebeb;
  position: relative;
}
#ac18dac8a5a72f5 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ac18dac8a5a72f5 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ac18dac8a5a72f5 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ac18dac8a5a72f5 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ac18dac8a5a72f5 .btn-search:hover {
  background: #00ad5f;
}
#ac18dac8a5a72f5 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9fd2a1c23ab658 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a813aa63ffaa745 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#abda7a37bda08f9 .ap-content-container {
  height: 100%;
  min-height: 80px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae776aa1f8a3f51 .uk-container {
  line-height: 2;
}
#a853eae254ad1a6 > .ele-wrap {background-color: rgba(50, 149, 248, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adf1bab050a3c45 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#adf1bab050a3c45 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#adf1bab050a3c45 .ap-icon {
  margin-right: 6px;
}
#adf1bab050a3c45 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#adf1bab050a3c45 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 23px;
  font-family: FZKai-Z03S;
  color: #ffffff;
  line-height: 26px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li:hover > a,
#adf1bab050a3c45 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #3295f8;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li.active > a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#adf1bab050a3c45 .menu-list ul,
#adf1bab050a3c45 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #fefefe;
}
#adf1bab050a3c45 .menu-list ul {
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
#adf1bab050a3c45 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adf1bab050a3c45 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adf1bab050a3c45 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #fefefe;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: FZKai-Z03S;
  color: #030000;
  width: null;
}
#adf1bab050a3c45 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #000000;
  background-color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab612a7791a534f form {
  width: 100%;
  height: 100%;
}
#ab612a7791a534f .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 18px;
  height: 100%;
}
#ab612a7791a534f .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab612a7791a534f .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ab612a7791a534f .search-box .search-type.show {
  display: block;
}
#ab612a7791a534f .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ab612a7791a534f .search-box .search-type li:hover {
  color: #00ad5f;
}
#ab612a7791a534f .search-box .search-type li.active {
  color: #00ad5f;
}
#ab612a7791a534f .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab612a7791a534f .inner-form .input-field {
  height: 100%;
}
#ab612a7791a534f .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #000;
}
#ab612a7791a534f .inner-form .input-field input.placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:-moz-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ab612a7791a534f .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ab612a7791a534f .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ab612a7791a534f .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ab612a7791a534f .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ab612a7791a534f .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ab612a7791a534f .btn-search:hover {
  background: #00ad5f;
}
#ab612a7791a534f .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b84a8d9fa6b26 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(50, 149, 248, 1);border-radius: 20px;border-style: solid;font-family: FZKai-Z03S;}#a1b84a8d9fa6b26 .ele-wrap:hover {background-color: rgba(18, 122, 228, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac4baabeeeabeff .site-language-menu a {
  font-size: 18;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #414141;
}
#ac4baabeeeabeff .site-language-menu a:hover {
  color: #414141;
}
#ac4baabeeeabeff .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac4baabeeeabeff .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac4baabeeeabeff .uk-dropdown li a {
  font-size: 18;
  color: #444;
}
#ac4baabeeeabeff .uk-dropdown li a:hover {
  color: #222;
}
#ac4baabeeeabeff .uk-dropdown li:last-child {
  border-bottom: none;
}
#abda7a37bda08f9 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 22px;font-family: FZKai-Z03S;}#adf2fa2fb5ae35d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1eada8eccaf2aa .ele-wrap {border-color: #000;color: #fff;font-size: 19px;font-weight: 500;background-color: rgba(50, 149, 248, 1);border-radius: 5px;border-style: solid;font-family: NotoSansSC-Light;}#a1eada8eccaf2aa .ele-wrap:hover {background-color: #0483cc;}#af996a035baafdc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af4d1a8e60ad0f5 .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#af4d1a8e60ad0f5 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article {
  border-bottom: 1px none #ececec;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article {
  border-bottom: 1px none #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article:hover .time {
  color: auto;
}
#ad4f1a8912a5ad7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6952aefbca2e66 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac18dac8a5a72f5 form {
  width: 100%;
  height: 100%;
}
#ac18dac8a5a72f5 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#ac18dac8a5a72f5 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ac18dac8a5a72f5 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ac18dac8a5a72f5 .search-box .search-type.show {
  display: block;
}
#ac18dac8a5a72f5 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ebebeb;
  cursor: pointer;
  padding: 0 18px;
}
#ac18dac8a5a72f5 .search-box .search-type li:hover {
  color: #00ad5f;
}
#ac18dac8a5a72f5 .search-box .search-type li.active {
  color: #00ad5f;
}
#ac18dac8a5a72f5 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ebebeb;
  overflow: hidden;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#ac18dac8a5a72f5 .inner-form .input-field {
  height: 100%;
}
#ac18dac8a5a72f5 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#ac18dac8a5a72f5 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#ac18dac8a5a72f5 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#ac18dac8a5a72f5 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#ac18dac8a5a72f5 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ac18dac8a5a72f5 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ebebeb;
  position: relative;
}
#ac18dac8a5a72f5 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ac18dac8a5a72f5 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ac18dac8a5a72f5 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ac18dac8a5a72f5 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ac18dac8a5a72f5 .btn-search:hover {
  background: #00ad5f;
}
#ac18dac8a5a72f5 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9fd2a1c23ab658 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a813aa63ffaa745 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7290a2086ae2c9 .ap-content-container {
  height: 100%;
  min-height: 80px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a62fea14e8a6c31 .uk-container {
  line-height: 2;
}
#a853eae254ad1a6 > .ele-wrap {background-color: rgba(50, 149, 248, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adf1bab050a3c45 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#adf1bab050a3c45 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#adf1bab050a3c45 .ap-icon {
  margin-right: 6px;
}
#adf1bab050a3c45 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#adf1bab050a3c45 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 23px;
  font-family: FZKai-Z03S;
  color: #ffffff;
  line-height: 26px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li:hover > a,
#adf1bab050a3c45 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #3295f8;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li.active > a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#adf1bab050a3c45 .menu-list ul,
#adf1bab050a3c45 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #fefefe;
}
#adf1bab050a3c45 .menu-list ul {
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
#adf1bab050a3c45 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adf1bab050a3c45 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adf1bab050a3c45 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #fefefe;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: FZKai-Z03S;
  color: #030000;
  width: null;
}
#adf1bab050a3c45 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #000000;
  background-color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab612a7791a534f form {
  width: 100%;
  height: 100%;
}
#ab612a7791a534f .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 18px;
  height: 100%;
}
#ab612a7791a534f .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab612a7791a534f .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ab612a7791a534f .search-box .search-type.show {
  display: block;
}
#ab612a7791a534f .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ab612a7791a534f .search-box .search-type li:hover {
  color: #00ad5f;
}
#ab612a7791a534f .search-box .search-type li.active {
  color: #00ad5f;
}
#ab612a7791a534f .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab612a7791a534f .inner-form .input-field {
  height: 100%;
}
#ab612a7791a534f .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #000;
}
#ab612a7791a534f .inner-form .input-field input.placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:-moz-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ab612a7791a534f .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ab612a7791a534f .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ab612a7791a534f .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ab612a7791a534f .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ab612a7791a534f .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ab612a7791a534f .btn-search:hover {
  background: #00ad5f;
}
#ab612a7791a534f .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b84a8d9fa6b26 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(50, 149, 248, 1);border-radius: 20px;border-style: solid;font-family: FZKai-Z03S;}#a1b84a8d9fa6b26 .ele-wrap:hover {background-color: rgba(18, 122, 228, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac4baabeeeabeff .site-language-menu a {
  font-size: 18;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #414141;
}
#ac4baabeeeabeff .site-language-menu a:hover {
  color: #414141;
}
#ac4baabeeeabeff .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac4baabeeeabeff .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac4baabeeeabeff .uk-dropdown li a {
  font-size: 18;
  color: #444;
}
#ac4baabeeeabeff .uk-dropdown li a:hover {
  color: #222;
}
#ac4baabeeeabeff .uk-dropdown li:last-child {
  border-bottom: none;
}
#a7290a2086ae2c9 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 22px;font-family: FZKai-Z03S;}#adf2fa2fb5ae35d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1eada8eccaf2aa .ele-wrap {border-color: #000;color: #fff;font-size: 19px;font-weight: 500;background-color: rgba(50, 149, 248, 1);border-radius: 5px;border-style: solid;font-family: NotoSansSC-Light;}#a1eada8eccaf2aa .ele-wrap:hover {background-color: #0483cc;}#af996a035baafdc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af4d1a8e60ad0f5 .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#af4d1a8e60ad0f5 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article {
  border-bottom: 1px none #ececec;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article {
  border-bottom: 1px none #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article:hover .time {
  color: auto;
}
#ad4f1a8912a5ad7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6952aefbca2e66 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac18dac8a5a72f5 form {
  width: 100%;
  height: 100%;
}
#ac18dac8a5a72f5 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#ac18dac8a5a72f5 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ac18dac8a5a72f5 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ac18dac8a5a72f5 .search-box .search-type.show {
  display: block;
}
#ac18dac8a5a72f5 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ebebeb;
  cursor: pointer;
  padding: 0 18px;
}
#ac18dac8a5a72f5 .search-box .search-type li:hover {
  color: #00ad5f;
}
#ac18dac8a5a72f5 .search-box .search-type li.active {
  color: #00ad5f;
}
#ac18dac8a5a72f5 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ebebeb;
  overflow: hidden;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#ac18dac8a5a72f5 .inner-form .input-field {
  height: 100%;
}
#ac18dac8a5a72f5 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#ac18dac8a5a72f5 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#ac18dac8a5a72f5 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#ac18dac8a5a72f5 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#ac18dac8a5a72f5 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ac18dac8a5a72f5 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ebebeb;
  position: relative;
}
#ac18dac8a5a72f5 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ac18dac8a5a72f5 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ac18dac8a5a72f5 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ac18dac8a5a72f5 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ac18dac8a5a72f5 .btn-search:hover {
  background: #00ad5f;
}
#ac18dac8a5a72f5 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9fd2a1c23ab658 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a813aa63ffaa745 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa6f1a2daca254c .ap-content-container {
  height: 100%;
  min-height: 80px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6546abbdba09af .uk-container {
  line-height: 2;
}
#a853eae254ad1a6 > .ele-wrap {background-color: rgba(50, 149, 248, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adf1bab050a3c45 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#adf1bab050a3c45 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#adf1bab050a3c45 .ap-icon {
  margin-right: 6px;
}
#adf1bab050a3c45 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#adf1bab050a3c45 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 23px;
  font-family: FZKai-Z03S;
  color: #ffffff;
  line-height: 26px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li:hover > a,
#adf1bab050a3c45 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #3295f8;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li.active > a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#adf1bab050a3c45 .menu-list ul,
#adf1bab050a3c45 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #fefefe;
}
#adf1bab050a3c45 .menu-list ul {
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
#adf1bab050a3c45 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adf1bab050a3c45 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adf1bab050a3c45 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #fefefe;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: FZKai-Z03S;
  color: #030000;
  width: null;
}
#adf1bab050a3c45 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #000000;
  background-color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab612a7791a534f form {
  width: 100%;
  height: 100%;
}
#ab612a7791a534f .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 18px;
  height: 100%;
}
#ab612a7791a534f .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab612a7791a534f .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ab612a7791a534f .search-box .search-type.show {
  display: block;
}
#ab612a7791a534f .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ab612a7791a534f .search-box .search-type li:hover {
  color: #00ad5f;
}
#ab612a7791a534f .search-box .search-type li.active {
  color: #00ad5f;
}
#ab612a7791a534f .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab612a7791a534f .inner-form .input-field {
  height: 100%;
}
#ab612a7791a534f .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #000;
}
#ab612a7791a534f .inner-form .input-field input.placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:-moz-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ab612a7791a534f .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ab612a7791a534f .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ab612a7791a534f .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ab612a7791a534f .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ab612a7791a534f .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ab612a7791a534f .btn-search:hover {
  background: #00ad5f;
}
#ab612a7791a534f .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b84a8d9fa6b26 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(50, 149, 248, 1);border-radius: 20px;border-style: solid;font-family: FZKai-Z03S;}#a1b84a8d9fa6b26 .ele-wrap:hover {background-color: rgba(18, 122, 228, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac4baabeeeabeff .site-language-menu a {
  font-size: 18;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #414141;
}
#ac4baabeeeabeff .site-language-menu a:hover {
  color: #414141;
}
#ac4baabeeeabeff .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac4baabeeeabeff .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac4baabeeeabeff .uk-dropdown li a {
  font-size: 18;
  color: #444;
}
#ac4baabeeeabeff .uk-dropdown li a:hover {
  color: #222;
}
#ac4baabeeeabeff .uk-dropdown li:last-child {
  border-bottom: none;
}
#aa6f1a2daca254c [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 22px;font-family: FZKai-Z03S;}#adf2fa2fb5ae35d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1eada8eccaf2aa .ele-wrap {border-color: #000;color: #fff;font-size: 19px;font-weight: 500;background-color: rgba(50, 149, 248, 1);border-radius: 5px;border-style: solid;font-family: NotoSansSC-Light;}#a1eada8eccaf2aa .ele-wrap:hover {background-color: #0483cc;}#af996a035baafdc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af4d1a8e60ad0f5 .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#af4d1a8e60ad0f5 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article {
  border-bottom: 1px none #ececec;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article {
  border-bottom: 1px none #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article:hover .time {
  color: auto;
}
#ad4f1a8912a5ad7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6952aefbca2e66 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac18dac8a5a72f5 form {
  width: 100%;
  height: 100%;
}
#ac18dac8a5a72f5 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#ac18dac8a5a72f5 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ac18dac8a5a72f5 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ac18dac8a5a72f5 .search-box .search-type.show {
  display: block;
}
#ac18dac8a5a72f5 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ebebeb;
  cursor: pointer;
  padding: 0 18px;
}
#ac18dac8a5a72f5 .search-box .search-type li:hover {
  color: #00ad5f;
}
#ac18dac8a5a72f5 .search-box .search-type li.active {
  color: #00ad5f;
}
#ac18dac8a5a72f5 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ebebeb;
  overflow: hidden;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#ac18dac8a5a72f5 .inner-form .input-field {
  height: 100%;
}
#ac18dac8a5a72f5 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#ac18dac8a5a72f5 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#ac18dac8a5a72f5 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#ac18dac8a5a72f5 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#ac18dac8a5a72f5 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ac18dac8a5a72f5 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ebebeb;
  position: relative;
}
#ac18dac8a5a72f5 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ac18dac8a5a72f5 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ac18dac8a5a72f5 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ac18dac8a5a72f5 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ac18dac8a5a72f5 .btn-search:hover {
  background: #00ad5f;
}
#ac18dac8a5a72f5 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9fd2a1c23ab658 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a813aa63ffaa745 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aec3da05e9afacd .ap-content-container {
  height: 100%;
  min-height: 80px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad318a95afab580 .uk-container {
  line-height: 2;
}
#a853eae254ad1a6 > .ele-wrap {background-color: rgba(50, 149, 248, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adf1bab050a3c45 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#adf1bab050a3c45 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#adf1bab050a3c45 .ap-icon {
  margin-right: 6px;
}
#adf1bab050a3c45 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#adf1bab050a3c45 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 23px;
  font-family: FZKai-Z03S;
  color: #ffffff;
  line-height: 26px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li:hover > a,
#adf1bab050a3c45 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #3295f8;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li.active > a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#adf1bab050a3c45 .menu-list ul,
#adf1bab050a3c45 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #fefefe;
}
#adf1bab050a3c45 .menu-list ul {
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
#adf1bab050a3c45 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adf1bab050a3c45 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adf1bab050a3c45 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #fefefe;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: FZKai-Z03S;
  color: #030000;
  width: null;
}
#adf1bab050a3c45 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #000000;
  background-color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab612a7791a534f form {
  width: 100%;
  height: 100%;
}
#ab612a7791a534f .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 18px;
  height: 100%;
}
#ab612a7791a534f .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab612a7791a534f .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ab612a7791a534f .search-box .search-type.show {
  display: block;
}
#ab612a7791a534f .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ab612a7791a534f .search-box .search-type li:hover {
  color: #00ad5f;
}
#ab612a7791a534f .search-box .search-type li.active {
  color: #00ad5f;
}
#ab612a7791a534f .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab612a7791a534f .inner-form .input-field {
  height: 100%;
}
#ab612a7791a534f .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #000;
}
#ab612a7791a534f .inner-form .input-field input.placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:-moz-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ab612a7791a534f .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ab612a7791a534f .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ab612a7791a534f .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ab612a7791a534f .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ab612a7791a534f .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ab612a7791a534f .btn-search:hover {
  background: #00ad5f;
}
#ab612a7791a534f .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b84a8d9fa6b26 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(50, 149, 248, 1);border-radius: 20px;border-style: solid;font-family: FZKai-Z03S;}#a1b84a8d9fa6b26 .ele-wrap:hover {background-color: rgba(18, 122, 228, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac4baabeeeabeff .site-language-menu a {
  font-size: 18;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #414141;
}
#ac4baabeeeabeff .site-language-menu a:hover {
  color: #414141;
}
#ac4baabeeeabeff .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac4baabeeeabeff .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac4baabeeeabeff .uk-dropdown li a {
  font-size: 18;
  color: #444;
}
#ac4baabeeeabeff .uk-dropdown li a:hover {
  color: #222;
}
#ac4baabeeeabeff .uk-dropdown li:last-child {
  border-bottom: none;
}
#aec3da05e9afacd [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 22px;font-family: FZKai-Z03S;}#adf2fa2fb5ae35d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1eada8eccaf2aa .ele-wrap {border-color: #000;color: #fff;font-size: 19px;font-weight: 500;background-color: rgba(50, 149, 248, 1);border-radius: 5px;border-style: solid;font-family: NotoSansSC-Light;}#a1eada8eccaf2aa .ele-wrap:hover {background-color: #0483cc;}#af996a035baafdc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af4d1a8e60ad0f5 .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#af4d1a8e60ad0f5 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article {
  border-bottom: 1px none #ececec;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article {
  border-bottom: 1px none #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article:hover .time {
  color: auto;
}
#ad4f1a8912a5ad7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6952aefbca2e66 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac18dac8a5a72f5 form {
  width: 100%;
  height: 100%;
}
#ac18dac8a5a72f5 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#ac18dac8a5a72f5 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ac18dac8a5a72f5 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ac18dac8a5a72f5 .search-box .search-type.show {
  display: block;
}
#ac18dac8a5a72f5 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ebebeb;
  cursor: pointer;
  padding: 0 18px;
}
#ac18dac8a5a72f5 .search-box .search-type li:hover {
  color: #00ad5f;
}
#ac18dac8a5a72f5 .search-box .search-type li.active {
  color: #00ad5f;
}
#ac18dac8a5a72f5 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ebebeb;
  overflow: hidden;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#ac18dac8a5a72f5 .inner-form .input-field {
  height: 100%;
}
#ac18dac8a5a72f5 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#ac18dac8a5a72f5 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#ac18dac8a5a72f5 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#ac18dac8a5a72f5 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#ac18dac8a5a72f5 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ac18dac8a5a72f5 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ebebeb;
  position: relative;
}
#ac18dac8a5a72f5 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ac18dac8a5a72f5 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ac18dac8a5a72f5 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ac18dac8a5a72f5 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ac18dac8a5a72f5 .btn-search:hover {
  background: #00ad5f;
}
#ac18dac8a5a72f5 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9fd2a1c23ab658 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a813aa63ffaa745 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a042da2176a0688 .ap-content-container {
  height: 100%;
  min-height: 80px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9ec1aa600ab1cb .uk-container {
  line-height: 2;
}
#a853eae254ad1a6 > .ele-wrap {background-color: rgba(50, 149, 248, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adf1bab050a3c45 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#adf1bab050a3c45 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#adf1bab050a3c45 .ap-icon {
  margin-right: 6px;
}
#adf1bab050a3c45 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#adf1bab050a3c45 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 23px;
  font-family: FZKai-Z03S;
  color: #ffffff;
  line-height: 26px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li:hover > a,
#adf1bab050a3c45 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #3295f8;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li.active > a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#adf1bab050a3c45 .menu-list ul,
#adf1bab050a3c45 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #fefefe;
}
#adf1bab050a3c45 .menu-list ul {
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
#adf1bab050a3c45 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adf1bab050a3c45 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adf1bab050a3c45 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #fefefe;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: FZKai-Z03S;
  color: #030000;
  width: null;
}
#adf1bab050a3c45 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #000000;
  background-color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab612a7791a534f form {
  width: 100%;
  height: 100%;
}
#ab612a7791a534f .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 18px;
  height: 100%;
}
#ab612a7791a534f .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab612a7791a534f .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ab612a7791a534f .search-box .search-type.show {
  display: block;
}
#ab612a7791a534f .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ab612a7791a534f .search-box .search-type li:hover {
  color: #00ad5f;
}
#ab612a7791a534f .search-box .search-type li.active {
  color: #00ad5f;
}
#ab612a7791a534f .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab612a7791a534f .inner-form .input-field {
  height: 100%;
}
#ab612a7791a534f .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #000;
}
#ab612a7791a534f .inner-form .input-field input.placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:-moz-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ab612a7791a534f .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ab612a7791a534f .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ab612a7791a534f .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ab612a7791a534f .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ab612a7791a534f .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ab612a7791a534f .btn-search:hover {
  background: #00ad5f;
}
#ab612a7791a534f .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b84a8d9fa6b26 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(50, 149, 248, 1);border-radius: 20px;border-style: solid;font-family: FZKai-Z03S;}#a1b84a8d9fa6b26 .ele-wrap:hover {background-color: rgba(18, 122, 228, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac4baabeeeabeff .site-language-menu a {
  font-size: 18;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #414141;
}
#ac4baabeeeabeff .site-language-menu a:hover {
  color: #414141;
}
#ac4baabeeeabeff .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac4baabeeeabeff .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac4baabeeeabeff .uk-dropdown li a {
  font-size: 18;
  color: #444;
}
#ac4baabeeeabeff .uk-dropdown li a:hover {
  color: #222;
}
#ac4baabeeeabeff .uk-dropdown li:last-child {
  border-bottom: none;
}
#a042da2176a0688 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 22px;font-family: FZKai-Z03S;}#adf2fa2fb5ae35d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1eada8eccaf2aa .ele-wrap {border-color: #000;color: #fff;font-size: 19px;font-weight: 500;background-color: rgba(50, 149, 248, 1);border-radius: 5px;border-style: solid;font-family: NotoSansSC-Light;}#a1eada8eccaf2aa .ele-wrap:hover {background-color: #0483cc;}#af996a035baafdc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af4d1a8e60ad0f5 .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#af4d1a8e60ad0f5 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article {
  border-bottom: 1px none #ececec;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article {
  border-bottom: 1px none #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article:hover .time {
  color: auto;
}
#ad4f1a8912a5ad7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6952aefbca2e66 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac18dac8a5a72f5 form {
  width: 100%;
  height: 100%;
}
#ac18dac8a5a72f5 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#ac18dac8a5a72f5 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ac18dac8a5a72f5 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ac18dac8a5a72f5 .search-box .search-type.show {
  display: block;
}
#ac18dac8a5a72f5 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ebebeb;
  cursor: pointer;
  padding: 0 18px;
}
#ac18dac8a5a72f5 .search-box .search-type li:hover {
  color: #00ad5f;
}
#ac18dac8a5a72f5 .search-box .search-type li.active {
  color: #00ad5f;
}
#ac18dac8a5a72f5 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ebebeb;
  overflow: hidden;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#ac18dac8a5a72f5 .inner-form .input-field {
  height: 100%;
}
#ac18dac8a5a72f5 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#ac18dac8a5a72f5 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#ac18dac8a5a72f5 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#ac18dac8a5a72f5 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#ac18dac8a5a72f5 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ac18dac8a5a72f5 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ebebeb;
  position: relative;
}
#ac18dac8a5a72f5 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ac18dac8a5a72f5 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ac18dac8a5a72f5 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ac18dac8a5a72f5 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ac18dac8a5a72f5 .btn-search:hover {
  background: #00ad5f;
}
#ac18dac8a5a72f5 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9fd2a1c23ab658 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a813aa63ffaa745 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acb38a5d44a6828 .ap-content-container {
  height: 100%;
  min-height: 80px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad2cea7f37a4fd4 .uk-container {
  line-height: 2;
}
#a853eae254ad1a6 > .ele-wrap {background-color: rgba(50, 149, 248, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adf1bab050a3c45 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#adf1bab050a3c45 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#adf1bab050a3c45 .ap-icon {
  margin-right: 6px;
}
#adf1bab050a3c45 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#adf1bab050a3c45 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 23px;
  font-family: FZKai-Z03S;
  color: #ffffff;
  line-height: 26px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li:hover > a,
#adf1bab050a3c45 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #3295f8;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li.active > a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#adf1bab050a3c45 .menu-list ul,
#adf1bab050a3c45 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #fefefe;
}
#adf1bab050a3c45 .menu-list ul {
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
#adf1bab050a3c45 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adf1bab050a3c45 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adf1bab050a3c45 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #fefefe;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: FZKai-Z03S;
  color: #030000;
  width: null;
}
#adf1bab050a3c45 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #000000;
  background-color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab612a7791a534f form {
  width: 100%;
  height: 100%;
}
#ab612a7791a534f .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 18px;
  height: 100%;
}
#ab612a7791a534f .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab612a7791a534f .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ab612a7791a534f .search-box .search-type.show {
  display: block;
}
#ab612a7791a534f .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ab612a7791a534f .search-box .search-type li:hover {
  color: #00ad5f;
}
#ab612a7791a534f .search-box .search-type li.active {
  color: #00ad5f;
}
#ab612a7791a534f .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab612a7791a534f .inner-form .input-field {
  height: 100%;
}
#ab612a7791a534f .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #000;
}
#ab612a7791a534f .inner-form .input-field input.placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:-moz-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ab612a7791a534f .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ab612a7791a534f .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ab612a7791a534f .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ab612a7791a534f .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ab612a7791a534f .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ab612a7791a534f .btn-search:hover {
  background: #00ad5f;
}
#ab612a7791a534f .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b84a8d9fa6b26 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(50, 149, 248, 1);border-radius: 20px;border-style: solid;font-family: FZKai-Z03S;}#a1b84a8d9fa6b26 .ele-wrap:hover {background-color: rgba(18, 122, 228, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac4baabeeeabeff .site-language-menu a {
  font-size: 18;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #414141;
}
#ac4baabeeeabeff .site-language-menu a:hover {
  color: #414141;
}
#ac4baabeeeabeff .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac4baabeeeabeff .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac4baabeeeabeff .uk-dropdown li a {
  font-size: 18;
  color: #444;
}
#ac4baabeeeabeff .uk-dropdown li a:hover {
  color: #222;
}
#ac4baabeeeabeff .uk-dropdown li:last-child {
  border-bottom: none;
}
#acb38a5d44a6828 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 22px;font-family: FZKai-Z03S;}#adf2fa2fb5ae35d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1eada8eccaf2aa .ele-wrap {border-color: #000;color: #fff;font-size: 19px;font-weight: 500;background-color: rgba(50, 149, 248, 1);border-radius: 5px;border-style: solid;font-family: NotoSansSC-Light;}#a1eada8eccaf2aa .ele-wrap:hover {background-color: #0483cc;}#af996a035baafdc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af4d1a8e60ad0f5 .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#af4d1a8e60ad0f5 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article {
  border-bottom: 1px none #ececec;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#af4d1a8e60ad0f5 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article {
  border-bottom: 1px none #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#af4d1a8e60ad0f5 .ele-article-list .text-article:hover .time {
  color: auto;
}
#ad4f1a8912a5ad7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6952aefbca2e66 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac18dac8a5a72f5 form {
  width: 100%;
  height: 100%;
}
#ac18dac8a5a72f5 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#ac18dac8a5a72f5 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ac18dac8a5a72f5 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ac18dac8a5a72f5 .search-box .search-type.show {
  display: block;
}
#ac18dac8a5a72f5 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ebebeb;
  cursor: pointer;
  padding: 0 18px;
}
#ac18dac8a5a72f5 .search-box .search-type li:hover {
  color: #00ad5f;
}
#ac18dac8a5a72f5 .search-box .search-type li.active {
  color: #00ad5f;
}
#ac18dac8a5a72f5 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ebebeb;
  overflow: hidden;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#ac18dac8a5a72f5 .inner-form .input-field {
  height: 100%;
}
#ac18dac8a5a72f5 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#ac18dac8a5a72f5 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#ac18dac8a5a72f5 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#ac18dac8a5a72f5 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#ac18dac8a5a72f5 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ac18dac8a5a72f5 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ebebeb;
  position: relative;
}
#ac18dac8a5a72f5 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ac18dac8a5a72f5 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ac18dac8a5a72f5 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ac18dac8a5a72f5 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ac18dac8a5a72f5 .btn-search:hover {
  background: #00ad5f;
}
#ac18dac8a5a72f5 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9fd2a1c23ab658 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a813aa63ffaa745 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0d7ea099fa9bb3 .ap-content-container {
  height: 100%;
  min-height: 80px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a635ea9dc9a409b .uk-container {
  line-height: 2;
}
#a853eae254ad1a6 > .ele-wrap {background-color: rgba(50, 149, 248, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adf1bab050a3c45 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#adf1bab050a3c45 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#adf1bab050a3c45 .ap-icon {
  margin-right: 6px;
}
#adf1bab050a3c45 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#adf1bab050a3c45 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 23px;
  font-family: FZKai-Z03S;
  color: #ffffff;
  line-height: 26px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li:hover > a,
#adf1bab050a3c45 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #3295f8;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li.active > a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#adf1bab050a3c45 .menu-list ul,
#adf1bab050a3c45 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #fefefe;
}
#adf1bab050a3c45 .menu-list ul {
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
#adf1bab050a3c45 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adf1bab050a3c45 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adf1bab050a3c45 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #fefefe;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: FZKai-Z03S;
  color: #030000;
  width: null;
}
#adf1bab050a3c45 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #000000;
  background-color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab612a7791a534f form {
  width: 100%;
  height: 100%;
}
#ab612a7791a534f .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 18px;
  height: 100%;
}
#ab612a7791a534f .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab612a7791a534f .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ab612a7791a534f .search-box .search-type.show {
  display: block;
}
#ab612a7791a534f .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ab612a7791a534f .search-box .search-type li:hover {
  color: #00ad5f;
}
#ab612a7791a534f .search-box .search-type li.active {
  color: #00ad5f;
}
#ab612a7791a534f .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab612a7791a534f .inner-form .input-field {
  height: 100%;
}
#ab612a7791a534f .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #000;
}
#ab612a7791a534f .inner-form .input-field input.placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:-moz-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ab612a7791a534f .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ab612a7791a534f .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ab612a7791a534f .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ab612a7791a534f .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ab612a7791a534f .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ab612a7791a534f .btn-search:hover {
  background: #00ad5f;
}
#ab612a7791a534f .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b84a8d9fa6b26 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(50, 149, 248, 1);border-radius: 20px;border-style: solid;font-family: FZKai-Z03S;}#a1b84a8d9fa6b26 .ele-wrap:hover {background-color: rgba(18, 122, 228, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac4baabeeeabeff .site-language-menu a {
  font-size: 18;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #414141;
}
#ac4baabeeeabeff .site-language-menu a:hover {
  color: #414141;
}
#ac4baabeeeabeff .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac4baabeeeabeff .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac4baabeeeabeff .uk-dropdown li a {
  font-size: 18;
  color: #444;
}
#ac4baabeeeabeff .uk-dropdown li a:hover {
  color: #222;
}
#ac4baabeeeabeff .uk-dropdown li:last-child {
  border-bottom: none;
}
#a0d7ea099fa9bb3 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 22px;font-family: FZKai-Z03S;}#ab243a0eaeaf57d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a2caaa21b8a9092 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7b33acbbea66d5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa7aba5d8ea35f1 .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#aa7aba5d8ea35f1 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa7aba5d8ea35f1 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#aa7aba5d8ea35f1 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#aa7aba5d8ea35f1 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#aa7aba5d8ea35f1 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#aa7aba5d8ea35f1 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#aa7aba5d8ea35f1 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#aa7aba5d8ea35f1 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#aa7aba5d8ea35f1 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
}
#aa7aba5d8ea35f1 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#aa7aba5d8ea35f1 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#aa7aba5d8ea35f1 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#aa7aba5d8ea35f1 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#aa7aba5d8ea35f1 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#aa7aba5d8ea35f1 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#aa7aba5d8ea35f1 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#aa7aba5d8ea35f1 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#aa7aba5d8ea35f1 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#aa7aba5d8ea35f1 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#aa7aba5d8ea35f1 .ele-article-list .pic-article {
  border-bottom: 1px none #ececec;
}
#aa7aba5d8ea35f1 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#aa7aba5d8ea35f1 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#aa7aba5d8ea35f1 .ele-article-list .pic-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#aa7aba5d8ea35f1 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#aa7aba5d8ea35f1 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#aa7aba5d8ea35f1 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#aa7aba5d8ea35f1 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#aa7aba5d8ea35f1 .ele-article-list .text-article {
  border-bottom: 1px none #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
}
#aa7aba5d8ea35f1 .ele-article-list .text-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#aa7aba5d8ea35f1 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#aa7aba5d8ea35f1 .ele-article-list .text-article:hover .time {
  color: auto;
}
#ab030a1287aa261 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3b9da5ebcad295 .ap-content-container {
  height: 100%;
  min-height: 80px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab434a1c8dafb78 .uk-container {
  line-height: 2;
}
#a853eae254ad1a6 > .ele-wrap {background-color: rgba(50, 149, 248, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adf1bab050a3c45 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#adf1bab050a3c45 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#adf1bab050a3c45 .ap-icon {
  margin-right: 6px;
}
#adf1bab050a3c45 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#adf1bab050a3c45 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 23px;
  font-family: FZKai-Z03S;
  color: #ffffff;
  line-height: 26px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li:hover > a,
#adf1bab050a3c45 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #3295f8;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li.active > a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#adf1bab050a3c45 .menu-list ul,
#adf1bab050a3c45 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #fefefe;
}
#adf1bab050a3c45 .menu-list ul {
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
#adf1bab050a3c45 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adf1bab050a3c45 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adf1bab050a3c45 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #fefefe;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: FZKai-Z03S;
  color: #030000;
  width: null;
}
#adf1bab050a3c45 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #000000;
  background-color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab612a7791a534f form {
  width: 100%;
  height: 100%;
}
#ab612a7791a534f .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 18px;
  height: 100%;
}
#ab612a7791a534f .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab612a7791a534f .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ab612a7791a534f .search-box .search-type.show {
  display: block;
}
#ab612a7791a534f .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ab612a7791a534f .search-box .search-type li:hover {
  color: #00ad5f;
}
#ab612a7791a534f .search-box .search-type li.active {
  color: #00ad5f;
}
#ab612a7791a534f .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab612a7791a534f .inner-form .input-field {
  height: 100%;
}
#ab612a7791a534f .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #000;
}
#ab612a7791a534f .inner-form .input-field input.placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:-moz-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ab612a7791a534f .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ab612a7791a534f .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ab612a7791a534f .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ab612a7791a534f .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ab612a7791a534f .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ab612a7791a534f .btn-search:hover {
  background: #00ad5f;
}
#ab612a7791a534f .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b84a8d9fa6b26 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(50, 149, 248, 1);border-radius: 20px;border-style: solid;font-family: FZKai-Z03S;}#a1b84a8d9fa6b26 .ele-wrap:hover {background-color: rgba(18, 122, 228, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac4baabeeeabeff .site-language-menu a {
  font-size: 18;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #414141;
}
#ac4baabeeeabeff .site-language-menu a:hover {
  color: #414141;
}
#ac4baabeeeabeff .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac4baabeeeabeff .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac4baabeeeabeff .uk-dropdown li a {
  font-size: 18;
  color: #444;
}
#ac4baabeeeabeff .uk-dropdown li a:hover {
  color: #222;
}
#ac4baabeeeabeff .uk-dropdown li:last-child {
  border-bottom: none;
}
#a3b9da5ebcad295 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 22px;font-family: FZKai-Z03S;}#ad423a6594a9014 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a664eab49ead55d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5bfaafdb5adf76 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a78f4a89f1ad2e1 .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#a78f4a89f1ad2e1 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a78f4a89f1ad2e1 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a78f4a89f1ad2e1 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a78f4a89f1ad2e1 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a78f4a89f1ad2e1 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a78f4a89f1ad2e1 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a78f4a89f1ad2e1 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a78f4a89f1ad2e1 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a78f4a89f1ad2e1 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
}
#a78f4a89f1ad2e1 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a78f4a89f1ad2e1 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a78f4a89f1ad2e1 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a78f4a89f1ad2e1 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a78f4a89f1ad2e1 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a78f4a89f1ad2e1 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a78f4a89f1ad2e1 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a78f4a89f1ad2e1 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a78f4a89f1ad2e1 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a78f4a89f1ad2e1 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a78f4a89f1ad2e1 .ele-article-list .pic-article {
  border-bottom: 1px none #ececec;
}
#a78f4a89f1ad2e1 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a78f4a89f1ad2e1 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a78f4a89f1ad2e1 .ele-article-list .pic-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#a78f4a89f1ad2e1 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a78f4a89f1ad2e1 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a78f4a89f1ad2e1 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a78f4a89f1ad2e1 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a78f4a89f1ad2e1 .ele-article-list .text-article {
  border-bottom: 1px none #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
}
#a78f4a89f1ad2e1 .ele-article-list .text-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#a78f4a89f1ad2e1 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a78f4a89f1ad2e1 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a0b09af902a26e3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a134ba8210a82f0 .ap-content-container {
  height: 100%;
  min-height: 80px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab4c2a5e1aa5f3b .uk-container {
  line-height: 2;
}
#a853eae254ad1a6 > .ele-wrap {background-color: rgba(50, 149, 248, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adf1bab050a3c45 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#adf1bab050a3c45 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#adf1bab050a3c45 .ap-icon {
  margin-right: 6px;
}
#adf1bab050a3c45 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#adf1bab050a3c45 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 23px;
  font-family: FZKai-Z03S;
  color: #ffffff;
  line-height: 26px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li:hover > a,
#adf1bab050a3c45 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #3295f8;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li.active > a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#adf1bab050a3c45 .menu-list ul,
#adf1bab050a3c45 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #fefefe;
}
#adf1bab050a3c45 .menu-list ul {
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
#adf1bab050a3c45 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adf1bab050a3c45 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adf1bab050a3c45 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #fefefe;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: FZKai-Z03S;
  color: #030000;
  width: null;
}
#adf1bab050a3c45 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #000000;
  background-color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab612a7791a534f form {
  width: 100%;
  height: 100%;
}
#ab612a7791a534f .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 18px;
  height: 100%;
}
#ab612a7791a534f .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab612a7791a534f .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ab612a7791a534f .search-box .search-type.show {
  display: block;
}
#ab612a7791a534f .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ab612a7791a534f .search-box .search-type li:hover {
  color: #00ad5f;
}
#ab612a7791a534f .search-box .search-type li.active {
  color: #00ad5f;
}
#ab612a7791a534f .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab612a7791a534f .inner-form .input-field {
  height: 100%;
}
#ab612a7791a534f .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #000;
}
#ab612a7791a534f .inner-form .input-field input.placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:-moz-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ab612a7791a534f .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ab612a7791a534f .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ab612a7791a534f .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ab612a7791a534f .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ab612a7791a534f .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ab612a7791a534f .btn-search:hover {
  background: #00ad5f;
}
#ab612a7791a534f .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b84a8d9fa6b26 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(50, 149, 248, 1);border-radius: 20px;border-style: solid;font-family: FZKai-Z03S;}#a1b84a8d9fa6b26 .ele-wrap:hover {background-color: rgba(18, 122, 228, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac4baabeeeabeff .site-language-menu a {
  font-size: 18;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #414141;
}
#ac4baabeeeabeff .site-language-menu a:hover {
  color: #414141;
}
#ac4baabeeeabeff .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac4baabeeeabeff .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac4baabeeeabeff .uk-dropdown li a {
  font-size: 18;
  color: #444;
}
#ac4baabeeeabeff .uk-dropdown li a:hover {
  color: #222;
}
#ac4baabeeeabeff .uk-dropdown li:last-child {
  border-bottom: none;
}
#a134ba8210a82f0 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 22px;font-family: FZKai-Z03S;}#a07ebac124ad907 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2cdaad41ba2262 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7945aa9a2a5476 .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#a7945aa9a2a5476 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7945aa9a2a5476 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a7945aa9a2a5476 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a7945aa9a2a5476 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a7945aa9a2a5476 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a7945aa9a2a5476 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a7945aa9a2a5476 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a7945aa9a2a5476 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a7945aa9a2a5476 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
}
#a7945aa9a2a5476 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a7945aa9a2a5476 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a7945aa9a2a5476 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a7945aa9a2a5476 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a7945aa9a2a5476 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a7945aa9a2a5476 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a7945aa9a2a5476 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a7945aa9a2a5476 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a7945aa9a2a5476 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a7945aa9a2a5476 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a7945aa9a2a5476 .ele-article-list .pic-article {
  border-bottom: 1px none #ececec;
}
#a7945aa9a2a5476 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a7945aa9a2a5476 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a7945aa9a2a5476 .ele-article-list .pic-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#a7945aa9a2a5476 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a7945aa9a2a5476 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a7945aa9a2a5476 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a7945aa9a2a5476 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a7945aa9a2a5476 .ele-article-list .text-article {
  border-bottom: 1px none #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
}
#a7945aa9a2a5476 .ele-article-list .text-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#a7945aa9a2a5476 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a7945aa9a2a5476 .ele-article-list .text-article:hover .time {
  color: auto;
}
#ad9cfa3227aaee9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#abfbaade9fabf1c .uk-grid {
  margin-left: -15px;
}
#abfbaade9fabf1c .uk-grid > * {
  padding-left: 15px;
}
#abfbaade9fabf1c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#abfbaade9fabf1c .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#abfbaade9fabf1c .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
}
#abfbaade9fabf1c .article .info {
  padding: 20px 10px;
  position: relative;
}
#abfbaade9fabf1c .article .info p {
  margin: 10px 0 10px;
}
#abfbaade9fabf1c .article svg {
  fill: currentColor;
}
#abfbaade9fabf1c .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 20px;
  width: 20px;
  color: #b4b4b4;
}
#abfbaade9fabf1c .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 20px;
  color: #b4b4b4;
}
#abfbaade9fabf1c .article.list-icon .info {
  padding-left: 25px;
}
#abfbaade9fabf1c .article .datetime {
  position: absolute;
  right: 10px;
  top: 20px;
}
#abfbaade9fabf1c .article .title {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 22px;
  font-family: NotoSansSC-DemiLight;
}
#abfbaade9fabf1c .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#abfbaade9fabf1c .article:hover .title {
  color: #626262;
}
#abfbaade9fabf1c .article:hover .datetime {
  color: #b6b6b6;
}
#abfbaade9fabf1c .article:hover .category {
  color: #b6b6b6;
}
#abfbaade9fabf1c .article:hover .abstract {
  color: #b6b6b6;
}
#abfbaade9fabf1c .article:hover .btn_icon {
  color: #b6b6b6;
}
#abfbaade9fabf1c .article:hover .list_icon {
  color: #b6b6b6;
}
#ada4da7f06ab664 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3b9da5ebcad295 .ap-content-container {
  height: 100%;
  min-height: 80px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2aafab708a964d .uk-container {
  line-height: 2;
}
#a853eae254ad1a6 > .ele-wrap {background-color: rgba(50, 149, 248, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adf1bab050a3c45 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#adf1bab050a3c45 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#adf1bab050a3c45 .ap-icon {
  margin-right: 6px;
}
#adf1bab050a3c45 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#adf1bab050a3c45 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 23px;
  font-family: FZKai-Z03S;
  color: #ffffff;
  line-height: 26px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li:hover > a,
#adf1bab050a3c45 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #3295f8;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li.active > a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#adf1bab050a3c45 .menu-list ul,
#adf1bab050a3c45 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #fefefe;
}
#adf1bab050a3c45 .menu-list ul {
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
#adf1bab050a3c45 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adf1bab050a3c45 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adf1bab050a3c45 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #fefefe;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: FZKai-Z03S;
  color: #030000;
  width: null;
}
#adf1bab050a3c45 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #000000;
  background-color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab612a7791a534f form {
  width: 100%;
  height: 100%;
}
#ab612a7791a534f .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 18px;
  height: 100%;
}
#ab612a7791a534f .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab612a7791a534f .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ab612a7791a534f .search-box .search-type.show {
  display: block;
}
#ab612a7791a534f .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ab612a7791a534f .search-box .search-type li:hover {
  color: #00ad5f;
}
#ab612a7791a534f .search-box .search-type li.active {
  color: #00ad5f;
}
#ab612a7791a534f .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab612a7791a534f .inner-form .input-field {
  height: 100%;
}
#ab612a7791a534f .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #000;
}
#ab612a7791a534f .inner-form .input-field input.placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:-moz-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ab612a7791a534f .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ab612a7791a534f .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ab612a7791a534f .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ab612a7791a534f .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ab612a7791a534f .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ab612a7791a534f .btn-search:hover {
  background: #00ad5f;
}
#ab612a7791a534f .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b84a8d9fa6b26 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(50, 149, 248, 1);border-radius: 20px;border-style: solid;font-family: FZKai-Z03S;}#a1b84a8d9fa6b26 .ele-wrap:hover {background-color: rgba(18, 122, 228, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac4baabeeeabeff .site-language-menu a {
  font-size: 18;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #414141;
}
#ac4baabeeeabeff .site-language-menu a:hover {
  color: #414141;
}
#ac4baabeeeabeff .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac4baabeeeabeff .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac4baabeeeabeff .uk-dropdown li a {
  font-size: 18;
  color: #444;
}
#ac4baabeeeabeff .uk-dropdown li a:hover {
  color: #222;
}
#ac4baabeeeabeff .uk-dropdown li:last-child {
  border-bottom: none;
}
#a3b9da5ebcad295 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 22px;font-family: FZKai-Z03S;}#a891da3dbdab968 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1c76a93aca7f0d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8a13af7dca0042 .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#a8a13af7dca0042 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a8a13af7dca0042 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a8a13af7dca0042 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a8a13af7dca0042 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a8a13af7dca0042 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a8a13af7dca0042 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a8a13af7dca0042 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a8a13af7dca0042 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a8a13af7dca0042 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
}
#a8a13af7dca0042 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a8a13af7dca0042 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a8a13af7dca0042 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a8a13af7dca0042 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a8a13af7dca0042 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a8a13af7dca0042 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a8a13af7dca0042 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a8a13af7dca0042 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a8a13af7dca0042 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a8a13af7dca0042 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a8a13af7dca0042 .ele-article-list .pic-article {
  border-bottom: 1px none #ececec;
}
#a8a13af7dca0042 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a8a13af7dca0042 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a8a13af7dca0042 .ele-article-list .pic-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#a8a13af7dca0042 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a8a13af7dca0042 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a8a13af7dca0042 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a8a13af7dca0042 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a8a13af7dca0042 .ele-article-list .text-article {
  border-bottom: 1px none #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
}
#a8a13af7dca0042 .ele-article-list .text-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#a8a13af7dca0042 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a8a13af7dca0042 .ele-article-list .text-article:hover .time {
  color: auto;
}
#ab261a6f28a1567 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a96e6a9483a49b7 .uk-grid {
  margin-left: -15px;
}
#a96e6a9483a49b7 .uk-grid > * {
  padding-left: 15px;
}
#a96e6a9483a49b7 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a96e6a9483a49b7 .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#a96e6a9483a49b7 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
}
#a96e6a9483a49b7 .article .info {
  padding: 20px 10px;
  position: relative;
}
#a96e6a9483a49b7 .article .info p {
  margin: 10px 0 10px;
}
#a96e6a9483a49b7 .article svg {
  fill: currentColor;
}
#a96e6a9483a49b7 .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 20px;
  width: 20px;
  color: #b4b4b4;
}
#a96e6a9483a49b7 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 20px;
  color: #b4b4b4;
}
#a96e6a9483a49b7 .article.list-icon .info {
  padding-left: 25px;
}
#a96e6a9483a49b7 .article .datetime {
  position: absolute;
  right: 10px;
  top: 20px;
}
#a96e6a9483a49b7 .article .title {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 22px;
  font-family: NotoSansSC-DemiLight;
}
#a96e6a9483a49b7 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a96e6a9483a49b7 .article:hover .title {
  color: #626262;
}
#a96e6a9483a49b7 .article:hover .datetime {
  color: #b6b6b6;
}
#a96e6a9483a49b7 .article:hover .category {
  color: #b6b6b6;
}
#a96e6a9483a49b7 .article:hover .abstract {
  color: #b6b6b6;
}
#a96e6a9483a49b7 .article:hover .btn_icon {
  color: #b6b6b6;
}
#a96e6a9483a49b7 .article:hover .list_icon {
  color: #b6b6b6;
}
#ab304a8d5ea80d3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5258a71c2a81b9 .ap-content-container {
  height: 100%;
  min-height: 80px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a51d0a5fdea4de3 .uk-container {
  line-height: 2;
}
#a853eae254ad1a6 > .ele-wrap {background-color: rgba(50, 149, 248, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adf1bab050a3c45 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#adf1bab050a3c45 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#adf1bab050a3c45 .ap-icon {
  margin-right: 6px;
}
#adf1bab050a3c45 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#adf1bab050a3c45 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 23px;
  font-family: FZKai-Z03S;
  color: #ffffff;
  line-height: 26px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li:hover > a,
#adf1bab050a3c45 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #3295f8;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li.active > a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#adf1bab050a3c45 .menu-list ul,
#adf1bab050a3c45 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #fefefe;
}
#adf1bab050a3c45 .menu-list ul {
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
#adf1bab050a3c45 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adf1bab050a3c45 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adf1bab050a3c45 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #fefefe;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: FZKai-Z03S;
  color: #030000;
  width: null;
}
#adf1bab050a3c45 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #000000;
  background-color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab612a7791a534f form {
  width: 100%;
  height: 100%;
}
#ab612a7791a534f .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 18px;
  height: 100%;
}
#ab612a7791a534f .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab612a7791a534f .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ab612a7791a534f .search-box .search-type.show {
  display: block;
}
#ab612a7791a534f .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ab612a7791a534f .search-box .search-type li:hover {
  color: #00ad5f;
}
#ab612a7791a534f .search-box .search-type li.active {
  color: #00ad5f;
}
#ab612a7791a534f .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab612a7791a534f .inner-form .input-field {
  height: 100%;
}
#ab612a7791a534f .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #000;
}
#ab612a7791a534f .inner-form .input-field input.placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:-moz-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ab612a7791a534f .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ab612a7791a534f .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ab612a7791a534f .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ab612a7791a534f .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ab612a7791a534f .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ab612a7791a534f .btn-search:hover {
  background: #00ad5f;
}
#ab612a7791a534f .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b84a8d9fa6b26 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(50, 149, 248, 1);border-radius: 20px;border-style: solid;font-family: FZKai-Z03S;}#a1b84a8d9fa6b26 .ele-wrap:hover {background-color: rgba(18, 122, 228, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac4baabeeeabeff .site-language-menu a {
  font-size: 18;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #414141;
}
#ac4baabeeeabeff .site-language-menu a:hover {
  color: #414141;
}
#ac4baabeeeabeff .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac4baabeeeabeff .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac4baabeeeabeff .uk-dropdown li a {
  font-size: 18;
  color: #444;
}
#ac4baabeeeabeff .uk-dropdown li a:hover {
  color: #222;
}
#ac4baabeeeabeff .uk-dropdown li:last-child {
  border-bottom: none;
}
#a5258a71c2a81b9 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 22px;font-family: FZKai-Z03S;}#a9575ab546ad529 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a17b7a4f68a0d8f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a01a7a61d8a7295 .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#a01a7a61d8a7295 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a01a7a61d8a7295 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a01a7a61d8a7295 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a01a7a61d8a7295 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a01a7a61d8a7295 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a01a7a61d8a7295 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a01a7a61d8a7295 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a01a7a61d8a7295 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a01a7a61d8a7295 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
}
#a01a7a61d8a7295 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a01a7a61d8a7295 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a01a7a61d8a7295 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a01a7a61d8a7295 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a01a7a61d8a7295 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a01a7a61d8a7295 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a01a7a61d8a7295 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a01a7a61d8a7295 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a01a7a61d8a7295 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a01a7a61d8a7295 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a01a7a61d8a7295 .ele-article-list .pic-article {
  border-bottom: 1px none #ececec;
}
#a01a7a61d8a7295 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a01a7a61d8a7295 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a01a7a61d8a7295 .ele-article-list .pic-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#a01a7a61d8a7295 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a01a7a61d8a7295 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a01a7a61d8a7295 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a01a7a61d8a7295 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a01a7a61d8a7295 .ele-article-list .text-article {
  border-bottom: 1px none #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
}
#a01a7a61d8a7295 .ele-article-list .text-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#a01a7a61d8a7295 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a01a7a61d8a7295 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a6562a4e43ac8d3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#abda8aa492afa7b .uk-grid {
  margin-left: -15px;
}
#abda8aa492afa7b .uk-grid > * {
  padding-left: 15px;
}
#abda8aa492afa7b .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#abda8aa492afa7b .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#abda8aa492afa7b .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
}
#abda8aa492afa7b .article .info {
  padding: 25px 10px;
  position: relative;
}
#abda8aa492afa7b .article .info p {
  margin: 10px 0 10px;
}
#abda8aa492afa7b .article svg {
  fill: currentColor;
}
#abda8aa492afa7b .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 25px;
  width: 20px;
  color: #b4b4b4;
}
#abda8aa492afa7b .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 25px;
  color: #b4b4b4;
}
#abda8aa492afa7b .article.list-icon .info {
  padding-left: 25px;
}
#abda8aa492afa7b .article .datetime {
  position: absolute;
  right: 10px;
  top: 25px;
}
#abda8aa492afa7b .article .title {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 20px;
  font-family: inherit;
}
#abda8aa492afa7b .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#abda8aa492afa7b .article:hover .title {
  color: #626262;
}
#abda8aa492afa7b .article:hover .datetime {
  color: #b6b6b6;
}
#abda8aa492afa7b .article:hover .category {
  color: #b6b6b6;
}
#abda8aa492afa7b .article:hover .abstract {
  color: #b6b6b6;
}
#abda8aa492afa7b .article:hover .btn_icon {
  color: #b6b6b6;
}
#abda8aa492afa7b .article:hover .list_icon {
  color: #b6b6b6;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afa68a719ea4122 .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#afa68a719ea4122 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#afa68a719ea4122 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#afa68a719ea4122 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#afa68a719ea4122 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#afa68a719ea4122 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#afa68a719ea4122 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#afa68a719ea4122 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#afa68a719ea4122 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#afa68a719ea4122 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
}
#afa68a719ea4122 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#afa68a719ea4122 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#afa68a719ea4122 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#afa68a719ea4122 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#afa68a719ea4122 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#afa68a719ea4122 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#afa68a719ea4122 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#afa68a719ea4122 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#afa68a719ea4122 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#afa68a719ea4122 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#afa68a719ea4122 .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#afa68a719ea4122 .ele-article-list .pic-article .img_wrap {
  width: 40%;
  border-radius: 0px;
  overflow: hidden;
}
#afa68a719ea4122 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#afa68a719ea4122 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 24px;
  font-family: inherit;
}
#afa68a719ea4122 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#afa68a719ea4122 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#afa68a719ea4122 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#afa68a719ea4122 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#afa68a719ea4122 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#afa68a719ea4122 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#afa68a719ea4122 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 24px;
  font-family: inherit;
}
#afa68a719ea4122 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#afa68a719ea4122 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#afa68a719ea4122 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a167ea1883ad241 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afe1ba93cfa1aac .ap-content-container {
  height: 100%;
  min-height: 80px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aef1ca981da3d4e .uk-container {
  line-height: 2;
}
#a853eae254ad1a6 > .ele-wrap {background-color: rgba(50, 149, 248, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adf1bab050a3c45 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#adf1bab050a3c45 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#adf1bab050a3c45 .ap-icon {
  margin-right: 6px;
}
#adf1bab050a3c45 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#adf1bab050a3c45 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 23px;
  font-family: FZKai-Z03S;
  color: #ffffff;
  line-height: 26px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li:hover > a,
#adf1bab050a3c45 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #3295f8;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li.active > a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#adf1bab050a3c45 .menu-list ul,
#adf1bab050a3c45 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #fefefe;
}
#adf1bab050a3c45 .menu-list ul {
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
#adf1bab050a3c45 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adf1bab050a3c45 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adf1bab050a3c45 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #fefefe;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: FZKai-Z03S;
  color: #030000;
  width: null;
}
#adf1bab050a3c45 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #000000;
  background-color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab612a7791a534f form {
  width: 100%;
  height: 100%;
}
#ab612a7791a534f .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 18px;
  height: 100%;
}
#ab612a7791a534f .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab612a7791a534f .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ab612a7791a534f .search-box .search-type.show {
  display: block;
}
#ab612a7791a534f .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ab612a7791a534f .search-box .search-type li:hover {
  color: #00ad5f;
}
#ab612a7791a534f .search-box .search-type li.active {
  color: #00ad5f;
}
#ab612a7791a534f .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab612a7791a534f .inner-form .input-field {
  height: 100%;
}
#ab612a7791a534f .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #000;
}
#ab612a7791a534f .inner-form .input-field input.placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:-moz-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ab612a7791a534f .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ab612a7791a534f .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ab612a7791a534f .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ab612a7791a534f .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ab612a7791a534f .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ab612a7791a534f .btn-search:hover {
  background: #00ad5f;
}
#ab612a7791a534f .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b84a8d9fa6b26 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(50, 149, 248, 1);border-radius: 20px;border-style: solid;font-family: FZKai-Z03S;}#a1b84a8d9fa6b26 .ele-wrap:hover {background-color: rgba(18, 122, 228, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac4baabeeeabeff .site-language-menu a {
  font-size: 18;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #414141;
}
#ac4baabeeeabeff .site-language-menu a:hover {
  color: #414141;
}
#ac4baabeeeabeff .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac4baabeeeabeff .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac4baabeeeabeff .uk-dropdown li a {
  font-size: 18;
  color: #444;
}
#ac4baabeeeabeff .uk-dropdown li a:hover {
  color: #222;
}
#ac4baabeeeabeff .uk-dropdown li:last-child {
  border-bottom: none;
}
#afe1ba93cfa1aac [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 22px;font-family: FZKai-Z03S;}#ac7f2aff3dab6ae > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9fb6a1b46aed21 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1239a36e9aaa80 .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#a1239a36e9aaa80 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1239a36e9aaa80 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a1239a36e9aaa80 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a1239a36e9aaa80 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a1239a36e9aaa80 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a1239a36e9aaa80 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a1239a36e9aaa80 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a1239a36e9aaa80 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a1239a36e9aaa80 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
}
#a1239a36e9aaa80 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a1239a36e9aaa80 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a1239a36e9aaa80 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a1239a36e9aaa80 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a1239a36e9aaa80 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a1239a36e9aaa80 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a1239a36e9aaa80 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a1239a36e9aaa80 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a1239a36e9aaa80 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a1239a36e9aaa80 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a1239a36e9aaa80 .ele-article-list .pic-article {
  border-bottom: 1px none #ececec;
}
#a1239a36e9aaa80 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a1239a36e9aaa80 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a1239a36e9aaa80 .ele-article-list .pic-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#a1239a36e9aaa80 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a1239a36e9aaa80 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a1239a36e9aaa80 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a1239a36e9aaa80 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a1239a36e9aaa80 .ele-article-list .text-article {
  border-bottom: 1px none #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
}
#a1239a36e9aaa80 .ele-article-list .text-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#a1239a36e9aaa80 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a1239a36e9aaa80 .ele-article-list .text-article:hover .time {
  color: auto;
}
#ac58ca2853aa969 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac713a8c31a694a .uk-grid {
  margin-left: -15px;
}
#ac713a8c31a694a .uk-grid > * {
  padding-left: 15px;
}
#ac713a8c31a694a .uk-grid > .uk-grid-margin {
  margin-top: 2px;
}
#ac713a8c31a694a .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#ac713a8c31a694a .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
}
#ac713a8c31a694a .article .info {
  padding: 25px 10px;
  position: relative;
}
#ac713a8c31a694a .article .info p {
  margin: 10px 0 10px;
}
#ac713a8c31a694a .article svg {
  fill: currentColor;
}
#ac713a8c31a694a .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 25px;
  width: 20px;
  color: #b4b4b4;
}
#ac713a8c31a694a .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 25px;
  color: #b4b4b4;
}
#ac713a8c31a694a .article.list-icon .info {
  padding-left: 25px;
}
#ac713a8c31a694a .article .datetime {
  position: absolute;
  right: 10px;
  top: 25px;
}
#ac713a8c31a694a .article .title {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
}
#ac713a8c31a694a .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#ac713a8c31a694a .article:hover .title {
  color: #626262;
}
#ac713a8c31a694a .article:hover .datetime {
  color: #b6b6b6;
}
#ac713a8c31a694a .article:hover .category {
  color: #b6b6b6;
}
#ac713a8c31a694a .article:hover .abstract {
  color: #b6b6b6;
}
#ac713a8c31a694a .article:hover .btn_icon {
  color: #b6b6b6;
}
#ac713a8c31a694a .article:hover .list_icon {
  color: #b6b6b6;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1e1daff93a8726 .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#a1e1daff93a8726 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1e1daff93a8726 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a1e1daff93a8726 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a1e1daff93a8726 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a1e1daff93a8726 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a1e1daff93a8726 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a1e1daff93a8726 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a1e1daff93a8726 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a1e1daff93a8726 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
}
#a1e1daff93a8726 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a1e1daff93a8726 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a1e1daff93a8726 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a1e1daff93a8726 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a1e1daff93a8726 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a1e1daff93a8726 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a1e1daff93a8726 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a1e1daff93a8726 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a1e1daff93a8726 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a1e1daff93a8726 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a1e1daff93a8726 .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#a1e1daff93a8726 .ele-article-list .pic-article .img_wrap {
  width: 40%;
  border-radius: 0px;
  overflow: hidden;
}
#a1e1daff93a8726 .ele-article-list .pic-article .info .abstract {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: NotoSansSC-Regular;
  min-height: 40px;
}
#a1e1daff93a8726 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a1e1daff93a8726 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a1e1daff93a8726 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a1e1daff93a8726 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a1e1daff93a8726 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a1e1daff93a8726 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a1e1daff93a8726 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a1e1daff93a8726 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a1e1daff93a8726 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a5a36a0fc4af1b1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3e96a3af6a6096 .ap-content-container {
  height: 100%;
  min-height: 80px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae330a867ba6c67 .uk-container {
  line-height: 2;
}
#a853eae254ad1a6 > .ele-wrap {background-color: rgba(50, 149, 248, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adf1bab050a3c45 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#adf1bab050a3c45 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#adf1bab050a3c45 .ap-icon {
  margin-right: 6px;
}
#adf1bab050a3c45 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#adf1bab050a3c45 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 23px;
  font-family: FZKai-Z03S;
  color: #ffffff;
  line-height: 26px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li:hover > a,
#adf1bab050a3c45 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #3295f8;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li.active > a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#adf1bab050a3c45 .menu-list ul,
#adf1bab050a3c45 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #fefefe;
}
#adf1bab050a3c45 .menu-list ul {
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
#adf1bab050a3c45 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adf1bab050a3c45 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adf1bab050a3c45 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #fefefe;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: FZKai-Z03S;
  color: #030000;
  width: null;
}
#adf1bab050a3c45 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #000000;
  background-color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab612a7791a534f form {
  width: 100%;
  height: 100%;
}
#ab612a7791a534f .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 18px;
  height: 100%;
}
#ab612a7791a534f .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab612a7791a534f .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ab612a7791a534f .search-box .search-type.show {
  display: block;
}
#ab612a7791a534f .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ab612a7791a534f .search-box .search-type li:hover {
  color: #00ad5f;
}
#ab612a7791a534f .search-box .search-type li.active {
  color: #00ad5f;
}
#ab612a7791a534f .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab612a7791a534f .inner-form .input-field {
  height: 100%;
}
#ab612a7791a534f .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #000;
}
#ab612a7791a534f .inner-form .input-field input.placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:-moz-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ab612a7791a534f .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ab612a7791a534f .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ab612a7791a534f .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ab612a7791a534f .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ab612a7791a534f .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ab612a7791a534f .btn-search:hover {
  background: #00ad5f;
}
#ab612a7791a534f .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b84a8d9fa6b26 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(50, 149, 248, 1);border-radius: 20px;border-style: solid;font-family: FZKai-Z03S;}#a1b84a8d9fa6b26 .ele-wrap:hover {background-color: rgba(18, 122, 228, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac4baabeeeabeff .site-language-menu a {
  font-size: 18;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #414141;
}
#ac4baabeeeabeff .site-language-menu a:hover {
  color: #414141;
}
#ac4baabeeeabeff .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac4baabeeeabeff .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac4baabeeeabeff .uk-dropdown li a {
  font-size: 18;
  color: #444;
}
#ac4baabeeeabeff .uk-dropdown li a:hover {
  color: #222;
}
#ac4baabeeeabeff .uk-dropdown li:last-child {
  border-bottom: none;
}
#a3e96a3af6a6096 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 22px;font-family: FZKai-Z03S;}#adb3badaf6ab3cb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad065a8665a8b24 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0c86a693aaa96f .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#a0c86a693aaa96f .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a0c86a693aaa96f .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a0c86a693aaa96f .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a0c86a693aaa96f .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a0c86a693aaa96f .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a0c86a693aaa96f .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a0c86a693aaa96f .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a0c86a693aaa96f .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a0c86a693aaa96f .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
}
#a0c86a693aaa96f .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a0c86a693aaa96f .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a0c86a693aaa96f .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a0c86a693aaa96f .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a0c86a693aaa96f .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a0c86a693aaa96f .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a0c86a693aaa96f .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a0c86a693aaa96f .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a0c86a693aaa96f .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a0c86a693aaa96f .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a0c86a693aaa96f .ele-article-list .pic-article {
  border-bottom: 1px none #ececec;
}
#a0c86a693aaa96f .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a0c86a693aaa96f .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a0c86a693aaa96f .ele-article-list .pic-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#a0c86a693aaa96f .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a0c86a693aaa96f .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a0c86a693aaa96f .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a0c86a693aaa96f .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a0c86a693aaa96f .ele-article-list .text-article {
  border-bottom: 1px none #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
}
#a0c86a693aaa96f .ele-article-list .text-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#a0c86a693aaa96f .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a0c86a693aaa96f .ele-article-list .text-article:hover .time {
  color: auto;
}
#a719aaf97dabb37 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a71e0a925ea65b8 .uk-grid {
  margin-left: -15px;
}
#a71e0a925ea65b8 .uk-grid > * {
  padding-left: 15px;
}
#a71e0a925ea65b8 .uk-grid > .uk-grid-margin {
  margin-top: 2px;
}
#a71e0a925ea65b8 .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#a71e0a925ea65b8 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
}
#a71e0a925ea65b8 .article .info {
  padding: 25px 10px;
  position: relative;
}
#a71e0a925ea65b8 .article .info p {
  margin: 10px 0 10px;
}
#a71e0a925ea65b8 .article svg {
  fill: currentColor;
}
#a71e0a925ea65b8 .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 25px;
  width: 20px;
  color: #b4b4b4;
}
#a71e0a925ea65b8 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 25px;
  color: #b4b4b4;
}
#a71e0a925ea65b8 .article.list-icon .info {
  padding-left: 25px;
}
#a71e0a925ea65b8 .article .datetime {
  position: absolute;
  right: 10px;
  top: 25px;
}
#a71e0a925ea65b8 .article .title {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
}
#a71e0a925ea65b8 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a71e0a925ea65b8 .article:hover .title {
  color: #626262;
}
#a71e0a925ea65b8 .article:hover .datetime {
  color: #b6b6b6;
}
#a71e0a925ea65b8 .article:hover .category {
  color: #b6b6b6;
}
#a71e0a925ea65b8 .article:hover .abstract {
  color: #b6b6b6;
}
#a71e0a925ea65b8 .article:hover .btn_icon {
  color: #b6b6b6;
}
#a71e0a925ea65b8 .article:hover .list_icon {
  color: #b6b6b6;
}
#ac558a7c12a980d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a07f3a079ba0f33 .ap-content-container {
  height: 100%;
  min-height: 80px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa622ac4a7a0451 .uk-container {
  line-height: 2;
}
#a853eae254ad1a6 > .ele-wrap {background-color: rgba(50, 149, 248, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adf1bab050a3c45 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#adf1bab050a3c45 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#adf1bab050a3c45 .ap-icon {
  margin-right: 6px;
}
#adf1bab050a3c45 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#adf1bab050a3c45 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 23px;
  font-family: FZKai-Z03S;
  color: #ffffff;
  line-height: 26px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li:hover > a,
#adf1bab050a3c45 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #3295f8;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li.active > a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#adf1bab050a3c45 .menu-list ul,
#adf1bab050a3c45 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #fefefe;
}
#adf1bab050a3c45 .menu-list ul {
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
#adf1bab050a3c45 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adf1bab050a3c45 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adf1bab050a3c45 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #fefefe;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: FZKai-Z03S;
  color: #030000;
  width: null;
}
#adf1bab050a3c45 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #000000;
  background-color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab612a7791a534f form {
  width: 100%;
  height: 100%;
}
#ab612a7791a534f .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 18px;
  height: 100%;
}
#ab612a7791a534f .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab612a7791a534f .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ab612a7791a534f .search-box .search-type.show {
  display: block;
}
#ab612a7791a534f .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ab612a7791a534f .search-box .search-type li:hover {
  color: #00ad5f;
}
#ab612a7791a534f .search-box .search-type li.active {
  color: #00ad5f;
}
#ab612a7791a534f .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab612a7791a534f .inner-form .input-field {
  height: 100%;
}
#ab612a7791a534f .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #000;
}
#ab612a7791a534f .inner-form .input-field input.placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:-moz-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ab612a7791a534f .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ab612a7791a534f .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ab612a7791a534f .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ab612a7791a534f .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ab612a7791a534f .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ab612a7791a534f .btn-search:hover {
  background: #00ad5f;
}
#ab612a7791a534f .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b84a8d9fa6b26 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(50, 149, 248, 1);border-radius: 20px;border-style: solid;font-family: FZKai-Z03S;}#a1b84a8d9fa6b26 .ele-wrap:hover {background-color: rgba(18, 122, 228, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac4baabeeeabeff .site-language-menu a {
  font-size: 18;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #414141;
}
#ac4baabeeeabeff .site-language-menu a:hover {
  color: #414141;
}
#ac4baabeeeabeff .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac4baabeeeabeff .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac4baabeeeabeff .uk-dropdown li a {
  font-size: 18;
  color: #444;
}
#ac4baabeeeabeff .uk-dropdown li a:hover {
  color: #222;
}
#ac4baabeeeabeff .uk-dropdown li:last-child {
  border-bottom: none;
}
#a07f3a079ba0f33 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 22px;font-family: FZKai-Z03S;}#ab7c4a9ce6a794a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a697ca7337a05e3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#addf8aa228adc69 .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#addf8aa228adc69 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#addf8aa228adc69 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#addf8aa228adc69 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#addf8aa228adc69 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#addf8aa228adc69 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#addf8aa228adc69 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#addf8aa228adc69 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#addf8aa228adc69 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#addf8aa228adc69 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
}
#addf8aa228adc69 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#addf8aa228adc69 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#addf8aa228adc69 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#addf8aa228adc69 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#addf8aa228adc69 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#addf8aa228adc69 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#addf8aa228adc69 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#addf8aa228adc69 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#addf8aa228adc69 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#addf8aa228adc69 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#addf8aa228adc69 .ele-article-list .pic-article {
  border-bottom: 1px none #ececec;
}
#addf8aa228adc69 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#addf8aa228adc69 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#addf8aa228adc69 .ele-article-list .pic-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#addf8aa228adc69 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#addf8aa228adc69 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#addf8aa228adc69 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#addf8aa228adc69 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#addf8aa228adc69 .ele-article-list .text-article {
  border-bottom: 1px none #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
}
#addf8aa228adc69 .ele-article-list .text-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#addf8aa228adc69 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#addf8aa228adc69 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a1461a5af9a6fb9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 6px 2px rgba(233, 233, 233, 1);}#a1461a5af9a6fb9  > .ele-wrap:hover {border-top-width: 2px;border-top-color: #ffb167;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5859a0e03a2174 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 6px 2px rgba(233, 233, 233, 1);}#a5859a0e03a2174  > .ele-wrap:hover {border-top-width: 2px;border-top-color: #ffb167;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8a2da4bddaf2fa > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3c83a47bba4334 .ap-content-container {
  height: 100%;
  min-height: 80px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aff27ae696a5f04 .uk-container {
  line-height: 2;
}
#a853eae254ad1a6 > .ele-wrap {background-color: rgba(50, 149, 248, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adf1bab050a3c45 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#adf1bab050a3c45 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#adf1bab050a3c45 .ap-icon {
  margin-right: 6px;
}
#adf1bab050a3c45 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#adf1bab050a3c45 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 23px;
  font-family: FZKai-Z03S;
  color: #ffffff;
  line-height: 26px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li:hover > a,
#adf1bab050a3c45 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #3295f8;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li.active > a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#adf1bab050a3c45 .menu-list ul,
#adf1bab050a3c45 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #fefefe;
}
#adf1bab050a3c45 .menu-list ul {
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
#adf1bab050a3c45 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adf1bab050a3c45 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adf1bab050a3c45 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #fefefe;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: FZKai-Z03S;
  color: #030000;
  width: null;
}
#adf1bab050a3c45 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #000000;
  background-color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab612a7791a534f form {
  width: 100%;
  height: 100%;
}
#ab612a7791a534f .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 18px;
  height: 100%;
}
#ab612a7791a534f .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab612a7791a534f .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ab612a7791a534f .search-box .search-type.show {
  display: block;
}
#ab612a7791a534f .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ab612a7791a534f .search-box .search-type li:hover {
  color: #00ad5f;
}
#ab612a7791a534f .search-box .search-type li.active {
  color: #00ad5f;
}
#ab612a7791a534f .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab612a7791a534f .inner-form .input-field {
  height: 100%;
}
#ab612a7791a534f .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #000;
}
#ab612a7791a534f .inner-form .input-field input.placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:-moz-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ab612a7791a534f .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ab612a7791a534f .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ab612a7791a534f .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ab612a7791a534f .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ab612a7791a534f .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ab612a7791a534f .btn-search:hover {
  background: #00ad5f;
}
#ab612a7791a534f .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b84a8d9fa6b26 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(50, 149, 248, 1);border-radius: 20px;border-style: solid;font-family: FZKai-Z03S;}#a1b84a8d9fa6b26 .ele-wrap:hover {background-color: rgba(18, 122, 228, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac4baabeeeabeff .site-language-menu a {
  font-size: 18;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #414141;
}
#ac4baabeeeabeff .site-language-menu a:hover {
  color: #414141;
}
#ac4baabeeeabeff .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac4baabeeeabeff .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac4baabeeeabeff .uk-dropdown li a {
  font-size: 18;
  color: #444;
}
#ac4baabeeeabeff .uk-dropdown li a:hover {
  color: #222;
}
#ac4baabeeeabeff .uk-dropdown li:last-child {
  border-bottom: none;
}
#a3c83a47bba4334 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 22px;font-family: FZKai-Z03S;}#a5206a111aa206e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a05a2a295cae7c1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1efea2b34a9ce5 .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#a1efea2b34a9ce5 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1efea2b34a9ce5 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a1efea2b34a9ce5 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a1efea2b34a9ce5 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a1efea2b34a9ce5 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a1efea2b34a9ce5 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a1efea2b34a9ce5 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a1efea2b34a9ce5 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a1efea2b34a9ce5 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
}
#a1efea2b34a9ce5 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a1efea2b34a9ce5 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a1efea2b34a9ce5 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a1efea2b34a9ce5 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a1efea2b34a9ce5 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a1efea2b34a9ce5 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a1efea2b34a9ce5 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a1efea2b34a9ce5 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a1efea2b34a9ce5 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a1efea2b34a9ce5 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a1efea2b34a9ce5 .ele-article-list .pic-article {
  border-bottom: 1px none #ececec;
}
#a1efea2b34a9ce5 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a1efea2b34a9ce5 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a1efea2b34a9ce5 .ele-article-list .pic-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#a1efea2b34a9ce5 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a1efea2b34a9ce5 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a1efea2b34a9ce5 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a1efea2b34a9ce5 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a1efea2b34a9ce5 .ele-article-list .text-article {
  border-bottom: 1px none #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
}
#a1efea2b34a9ce5 .ele-article-list .text-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#a1efea2b34a9ce5 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a1efea2b34a9ce5 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a302da9805aebcb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1b26a6178a2ea8 .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#a1b26a6178a2ea8 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1b26a6178a2ea8 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a1b26a6178a2ea8 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a1b26a6178a2ea8 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a1b26a6178a2ea8 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a1b26a6178a2ea8 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a1b26a6178a2ea8 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a1b26a6178a2ea8 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a1b26a6178a2ea8 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
}
#a1b26a6178a2ea8 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a1b26a6178a2ea8 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a1b26a6178a2ea8 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a1b26a6178a2ea8 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a1b26a6178a2ea8 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a1b26a6178a2ea8 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a1b26a6178a2ea8 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a1b26a6178a2ea8 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a1b26a6178a2ea8 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a1b26a6178a2ea8 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a1b26a6178a2ea8 .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#a1b26a6178a2ea8 .ele-article-list .pic-article .img_wrap {
  width: 33%;
  border-radius: 0px;
  overflow: hidden;
}
#a1b26a6178a2ea8 .ele-article-list .pic-article .info .abstract {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: inherit;
  line-height: 32px;
  min-height: 40px;
}
#a1b26a6178a2ea8 .ele-article-list .pic-article .info h3 a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 22px;
  font-family: inherit;
  line-height: 36px;
}
#a1b26a6178a2ea8 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a1b26a6178a2ea8 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a1b26a6178a2ea8 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a1b26a6178a2ea8 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a1b26a6178a2ea8 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a1b26a6178a2ea8 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a1b26a6178a2ea8 .ele-article-list .text-article h3 a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 22px;
  font-family: inherit;
  line-height: 36px;
}
#a1b26a6178a2ea8 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a1b26a6178a2ea8 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a1b26a6178a2ea8 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a1b26a6178a2ea8 .uk-pagination li a {
  font-size: 14px;
}
#a1b26a6178a2ea8 .uk-pagination li a,
#a1b26a6178a2ea8 .uk-pagination > .uk-disabled > * {
  color: #8d8d8d;
}
#a1b26a6178a2ea8 .uk-pagination li.uk-active a {
  color: #ffffff;
}
#a1b26a6178a2ea8 .uk-pagination li.uk-active {
  background-color: #6299f5;
  border-color: #6299f5;
}
#a1b26a6178a2ea8 .uk-pagination li:hover {
  border-color: #6299f5;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9fa2aa127afd1d .ap-content-container {
  height: 100%;
  min-height: 80px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa8d9abb57a9a01 .uk-container {
  line-height: 2;
}
#a853eae254ad1a6 > .ele-wrap {background-color: rgba(50, 149, 248, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adf1bab050a3c45 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#adf1bab050a3c45 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#adf1bab050a3c45 .ap-icon {
  margin-right: 6px;
}
#adf1bab050a3c45 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#adf1bab050a3c45 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 23px;
  font-family: FZKai-Z03S;
  color: #ffffff;
  line-height: 26px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li:hover > a,
#adf1bab050a3c45 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #3295f8;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li.active > a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#adf1bab050a3c45 .menu-list ul,
#adf1bab050a3c45 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #fefefe;
}
#adf1bab050a3c45 .menu-list ul {
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
#adf1bab050a3c45 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adf1bab050a3c45 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adf1bab050a3c45 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #fefefe;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: FZKai-Z03S;
  color: #030000;
  width: null;
}
#adf1bab050a3c45 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #000000;
  background-color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab612a7791a534f form {
  width: 100%;
  height: 100%;
}
#ab612a7791a534f .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 18px;
  height: 100%;
}
#ab612a7791a534f .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab612a7791a534f .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ab612a7791a534f .search-box .search-type.show {
  display: block;
}
#ab612a7791a534f .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ab612a7791a534f .search-box .search-type li:hover {
  color: #00ad5f;
}
#ab612a7791a534f .search-box .search-type li.active {
  color: #00ad5f;
}
#ab612a7791a534f .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab612a7791a534f .inner-form .input-field {
  height: 100%;
}
#ab612a7791a534f .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #000;
}
#ab612a7791a534f .inner-form .input-field input.placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:-moz-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ab612a7791a534f .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ab612a7791a534f .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ab612a7791a534f .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ab612a7791a534f .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ab612a7791a534f .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ab612a7791a534f .btn-search:hover {
  background: #00ad5f;
}
#ab612a7791a534f .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b84a8d9fa6b26 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(50, 149, 248, 1);border-radius: 20px;border-style: solid;font-family: FZKai-Z03S;}#a1b84a8d9fa6b26 .ele-wrap:hover {background-color: rgba(18, 122, 228, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac4baabeeeabeff .site-language-menu a {
  font-size: 18;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #414141;
}
#ac4baabeeeabeff .site-language-menu a:hover {
  color: #414141;
}
#ac4baabeeeabeff .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac4baabeeeabeff .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac4baabeeeabeff .uk-dropdown li a {
  font-size: 18;
  color: #444;
}
#ac4baabeeeabeff .uk-dropdown li a:hover {
  color: #222;
}
#ac4baabeeeabeff .uk-dropdown li:last-child {
  border-bottom: none;
}
#a9fa2aa127afd1d [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 22px;font-family: FZKai-Z03S;}#ab7c8a7986a598b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa366a77eda0c79 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3296adbe9ad489 .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#a3296adbe9ad489 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3296adbe9ad489 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a3296adbe9ad489 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a3296adbe9ad489 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a3296adbe9ad489 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a3296adbe9ad489 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a3296adbe9ad489 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a3296adbe9ad489 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a3296adbe9ad489 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
}
#a3296adbe9ad489 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a3296adbe9ad489 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a3296adbe9ad489 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a3296adbe9ad489 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a3296adbe9ad489 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a3296adbe9ad489 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a3296adbe9ad489 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a3296adbe9ad489 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a3296adbe9ad489 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a3296adbe9ad489 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a3296adbe9ad489 .ele-article-list .pic-article {
  border-bottom: 1px none #ececec;
}
#a3296adbe9ad489 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a3296adbe9ad489 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a3296adbe9ad489 .ele-article-list .pic-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#a3296adbe9ad489 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a3296adbe9ad489 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a3296adbe9ad489 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a3296adbe9ad489 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a3296adbe9ad489 .ele-article-list .text-article {
  border-bottom: 1px none #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
}
#a3296adbe9ad489 .ele-article-list .text-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#a3296adbe9ad489 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a3296adbe9ad489 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a0ad5a6d5cac892 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad8dba45a4a1c85 .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#ad8dba45a4a1c85 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ad8dba45a4a1c85 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#ad8dba45a4a1c85 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#ad8dba45a4a1c85 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#ad8dba45a4a1c85 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#ad8dba45a4a1c85 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#ad8dba45a4a1c85 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#ad8dba45a4a1c85 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#ad8dba45a4a1c85 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
}
#ad8dba45a4a1c85 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#ad8dba45a4a1c85 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#ad8dba45a4a1c85 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#ad8dba45a4a1c85 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#ad8dba45a4a1c85 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#ad8dba45a4a1c85 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#ad8dba45a4a1c85 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#ad8dba45a4a1c85 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#ad8dba45a4a1c85 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#ad8dba45a4a1c85 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#ad8dba45a4a1c85 .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#ad8dba45a4a1c85 .ele-article-list .pic-article .img_wrap {
  width: 33%;
  border-radius: 0px;
  overflow: hidden;
}
#ad8dba45a4a1c85 .ele-article-list .pic-article .info .abstract {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: inherit;
  line-height: 32px;
  min-height: 40px;
}
#ad8dba45a4a1c85 .ele-article-list .pic-article .info h3 a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 22px;
  font-family: inherit;
  line-height: 36px;
}
#ad8dba45a4a1c85 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ad8dba45a4a1c85 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#ad8dba45a4a1c85 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#ad8dba45a4a1c85 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#ad8dba45a4a1c85 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#ad8dba45a4a1c85 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#ad8dba45a4a1c85 .ele-article-list .text-article h3 a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 22px;
  font-family: inherit;
  line-height: 36px;
}
#ad8dba45a4a1c85 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ad8dba45a4a1c85 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#ad8dba45a4a1c85 .ele-article-list .text-article:hover .time {
  color: auto;
}
#ad8dba45a4a1c85 .uk-pagination li a {
  font-size: 14px;
}
#ad8dba45a4a1c85 .uk-pagination li a,
#ad8dba45a4a1c85 .uk-pagination > .uk-disabled > * {
  color: #8d8d8d;
}
#ad8dba45a4a1c85 .uk-pagination li.uk-active a {
  color: #ffffff;
}
#ad8dba45a4a1c85 .uk-pagination li.uk-active {
  background-color: #6299f5;
  border-color: #6299f5;
}
#ad8dba45a4a1c85 .uk-pagination li:hover {
  border-color: #6299f5;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3b9da5ebcad295 .ap-content-container {
  height: 100%;
  min-height: 80px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a39afa3c6fa4f7c .uk-container {
  line-height: 2;
}
#a853eae254ad1a6 > .ele-wrap {background-color: rgba(50, 149, 248, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adf1bab050a3c45 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#adf1bab050a3c45 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#adf1bab050a3c45 .ap-icon {
  margin-right: 6px;
}
#adf1bab050a3c45 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#adf1bab050a3c45 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 23px;
  font-family: FZKai-Z03S;
  color: #ffffff;
  line-height: 26px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li:hover > a,
#adf1bab050a3c45 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #3295f8;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li.active > a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#adf1bab050a3c45 .menu-list ul,
#adf1bab050a3c45 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #fefefe;
}
#adf1bab050a3c45 .menu-list ul {
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
#adf1bab050a3c45 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adf1bab050a3c45 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adf1bab050a3c45 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #fefefe;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: FZKai-Z03S;
  color: #030000;
  width: null;
}
#adf1bab050a3c45 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #000000;
  background-color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab612a7791a534f form {
  width: 100%;
  height: 100%;
}
#ab612a7791a534f .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 18px;
  height: 100%;
}
#ab612a7791a534f .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab612a7791a534f .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ab612a7791a534f .search-box .search-type.show {
  display: block;
}
#ab612a7791a534f .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ab612a7791a534f .search-box .search-type li:hover {
  color: #00ad5f;
}
#ab612a7791a534f .search-box .search-type li.active {
  color: #00ad5f;
}
#ab612a7791a534f .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab612a7791a534f .inner-form .input-field {
  height: 100%;
}
#ab612a7791a534f .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #000;
}
#ab612a7791a534f .inner-form .input-field input.placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:-moz-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ab612a7791a534f .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ab612a7791a534f .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ab612a7791a534f .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ab612a7791a534f .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ab612a7791a534f .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ab612a7791a534f .btn-search:hover {
  background: #00ad5f;
}
#ab612a7791a534f .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b84a8d9fa6b26 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(50, 149, 248, 1);border-radius: 20px;border-style: solid;font-family: FZKai-Z03S;}#a1b84a8d9fa6b26 .ele-wrap:hover {background-color: rgba(18, 122, 228, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac4baabeeeabeff .site-language-menu a {
  font-size: 18;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #414141;
}
#ac4baabeeeabeff .site-language-menu a:hover {
  color: #414141;
}
#ac4baabeeeabeff .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac4baabeeeabeff .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac4baabeeeabeff .uk-dropdown li a {
  font-size: 18;
  color: #444;
}
#ac4baabeeeabeff .uk-dropdown li a:hover {
  color: #222;
}
#ac4baabeeeabeff .uk-dropdown li:last-child {
  border-bottom: none;
}
#a3b9da5ebcad295 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 22px;font-family: FZKai-Z03S;}#ac755a7f18a9392 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 6px 2px rgba(233, 233, 233, 1);}#ac755a7f18a9392  > .ele-wrap:hover {border-top-width: 2px;border-top-color: #ffb167;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acb90a9719a6f69 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 6px 2px rgba(233, 233, 233, 1);}#acb90a9719a6f69  > .ele-wrap:hover {border-top-width: 2px;border-top-color: #ffb167;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acbaba5f79a15fa > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 6px 2px rgba(233, 233, 233, 1);}#acbaba5f79a15fa  > .ele-wrap:hover {border-top-width: 2px;border-top-color: #ffb167;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#addc0ae626a3999 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 6px 2px rgba(233, 233, 233, 1);}#addc0ae626a3999  > .ele-wrap:hover {border-top-width: 2px;border-top-color: #ffb167;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2ab7a0255adac6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 6px 2px rgba(233, 233, 233, 1);}#a2ab7a0255adac6  > .ele-wrap:hover {border-top-width: 2px;border-top-color: #ffb167;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0ed6a7c16a1f88 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a820baae57a4742 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8d69a36fca953e .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#a8d69a36fca953e .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a8d69a36fca953e .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a8d69a36fca953e .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a8d69a36fca953e .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a8d69a36fca953e .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a8d69a36fca953e .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a8d69a36fca953e .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a8d69a36fca953e .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a8d69a36fca953e .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
}
#a8d69a36fca953e .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a8d69a36fca953e .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a8d69a36fca953e .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a8d69a36fca953e .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a8d69a36fca953e .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a8d69a36fca953e .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a8d69a36fca953e .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a8d69a36fca953e .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a8d69a36fca953e .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a8d69a36fca953e .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a8d69a36fca953e .ele-article-list .pic-article {
  border-bottom: 1px none #ececec;
}
#a8d69a36fca953e .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a8d69a36fca953e .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a8d69a36fca953e .ele-article-list .pic-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#a8d69a36fca953e .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a8d69a36fca953e .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a8d69a36fca953e .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a8d69a36fca953e .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a8d69a36fca953e .ele-article-list .text-article {
  border-bottom: 1px none #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
}
#a8d69a36fca953e .ele-article-list .text-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#a8d69a36fca953e .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a8d69a36fca953e .ele-article-list .text-article:hover .time {
  color: auto;
}
#a97c9a65ffa8936 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a850aa0bdba52b7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 6px 2px rgba(233, 233, 233, 1);}#a850aa0bdba52b7  > .ele-wrap:hover {border-top-width: 2px;border-top-color: #ffb167;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3b9da5ebcad295 .ap-content-container {
  height: 100%;
  min-height: 80px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8581a0fe5ae1aa .uk-container {
  line-height: 2;
}
#a853eae254ad1a6 > .ele-wrap {background-color: rgba(50, 149, 248, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adf1bab050a3c45 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#adf1bab050a3c45 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#adf1bab050a3c45 .ap-icon {
  margin-right: 6px;
}
#adf1bab050a3c45 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#adf1bab050a3c45 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 23px;
  font-family: FZKai-Z03S;
  color: #ffffff;
  line-height: 26px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li:hover > a,
#adf1bab050a3c45 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #3295f8;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li.active > a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#adf1bab050a3c45 .menu-list ul,
#adf1bab050a3c45 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #fefefe;
}
#adf1bab050a3c45 .menu-list ul {
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
#adf1bab050a3c45 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adf1bab050a3c45 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adf1bab050a3c45 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #fefefe;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: FZKai-Z03S;
  color: #030000;
  width: null;
}
#adf1bab050a3c45 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #000000;
  background-color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab612a7791a534f form {
  width: 100%;
  height: 100%;
}
#ab612a7791a534f .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 18px;
  height: 100%;
}
#ab612a7791a534f .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab612a7791a534f .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ab612a7791a534f .search-box .search-type.show {
  display: block;
}
#ab612a7791a534f .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ab612a7791a534f .search-box .search-type li:hover {
  color: #00ad5f;
}
#ab612a7791a534f .search-box .search-type li.active {
  color: #00ad5f;
}
#ab612a7791a534f .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab612a7791a534f .inner-form .input-field {
  height: 100%;
}
#ab612a7791a534f .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #000;
}
#ab612a7791a534f .inner-form .input-field input.placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:-moz-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ab612a7791a534f .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ab612a7791a534f .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ab612a7791a534f .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ab612a7791a534f .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ab612a7791a534f .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ab612a7791a534f .btn-search:hover {
  background: #00ad5f;
}
#ab612a7791a534f .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b84a8d9fa6b26 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(50, 149, 248, 1);border-radius: 20px;border-style: solid;font-family: FZKai-Z03S;}#a1b84a8d9fa6b26 .ele-wrap:hover {background-color: rgba(18, 122, 228, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac4baabeeeabeff .site-language-menu a {
  font-size: 18;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #414141;
}
#ac4baabeeeabeff .site-language-menu a:hover {
  color: #414141;
}
#ac4baabeeeabeff .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac4baabeeeabeff .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac4baabeeeabeff .uk-dropdown li a {
  font-size: 18;
  color: #444;
}
#ac4baabeeeabeff .uk-dropdown li a:hover {
  color: #222;
}
#ac4baabeeeabeff .uk-dropdown li:last-child {
  border-bottom: none;
}
#a3b9da5ebcad295 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 22px;font-family: FZKai-Z03S;}#adcaba4dd0a1b2b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a65eeadac8a7e80 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af8fcae879a1081 .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#af8fcae879a1081 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af8fcae879a1081 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#af8fcae879a1081 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#af8fcae879a1081 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#af8fcae879a1081 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#af8fcae879a1081 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#af8fcae879a1081 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#af8fcae879a1081 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#af8fcae879a1081 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
}
#af8fcae879a1081 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#af8fcae879a1081 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#af8fcae879a1081 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#af8fcae879a1081 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#af8fcae879a1081 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#af8fcae879a1081 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#af8fcae879a1081 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#af8fcae879a1081 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#af8fcae879a1081 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#af8fcae879a1081 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#af8fcae879a1081 .ele-article-list .pic-article {
  border-bottom: 1px none #ececec;
}
#af8fcae879a1081 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#af8fcae879a1081 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#af8fcae879a1081 .ele-article-list .pic-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#af8fcae879a1081 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#af8fcae879a1081 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#af8fcae879a1081 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#af8fcae879a1081 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#af8fcae879a1081 .ele-article-list .text-article {
  border-bottom: 1px none #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
}
#af8fcae879a1081 .ele-article-list .text-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#af8fcae879a1081 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#af8fcae879a1081 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a3ddfa6c9cacc28 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a037ea9141abdd2 .a07d6acda5a887b {
  overflow: hidden;
}
#a037ea9141abdd2 .a07d6acda5a887b , #a037ea9141abdd2 .a07d6acda5a887b > * {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a037ea9141abdd2 .uk-grid {
  margin-left: -1px;
}
#a037ea9141abdd2 .uk-grid > * {
  padding-left: 1px;
}
#a037ea9141abdd2 .uk-grid > .uk-grid-margin {
  margin-top: 2px;
}
#a037ea9141abdd2 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a037ea9141abdd2 .uk-position-center-left-out {
    left: -30px;
  }
  #a037ea9141abdd2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a642fa515ca2416 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3421a149aaff8e .ap-content-container {
  height: 100%;
  min-height: 80px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3608a1688af9d2 .uk-container {
  line-height: 2;
}
#a853eae254ad1a6 > .ele-wrap {background-color: rgba(50, 149, 248, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adf1bab050a3c45 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#adf1bab050a3c45 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#adf1bab050a3c45 .ap-icon {
  margin-right: 6px;
}
#adf1bab050a3c45 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#adf1bab050a3c45 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 23px;
  font-family: FZKai-Z03S;
  color: #ffffff;
  line-height: 26px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li:hover > a,
#adf1bab050a3c45 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #3295f8;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li.active > a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#adf1bab050a3c45 .menu-list ul,
#adf1bab050a3c45 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #fefefe;
}
#adf1bab050a3c45 .menu-list ul {
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
#adf1bab050a3c45 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adf1bab050a3c45 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adf1bab050a3c45 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #fefefe;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: FZKai-Z03S;
  color: #030000;
  width: null;
}
#adf1bab050a3c45 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #000000;
  background-color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab612a7791a534f form {
  width: 100%;
  height: 100%;
}
#ab612a7791a534f .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 18px;
  height: 100%;
}
#ab612a7791a534f .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab612a7791a534f .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ab612a7791a534f .search-box .search-type.show {
  display: block;
}
#ab612a7791a534f .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ab612a7791a534f .search-box .search-type li:hover {
  color: #00ad5f;
}
#ab612a7791a534f .search-box .search-type li.active {
  color: #00ad5f;
}
#ab612a7791a534f .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab612a7791a534f .inner-form .input-field {
  height: 100%;
}
#ab612a7791a534f .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #000;
}
#ab612a7791a534f .inner-form .input-field input.placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:-moz-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ab612a7791a534f .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ab612a7791a534f .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ab612a7791a534f .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ab612a7791a534f .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ab612a7791a534f .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ab612a7791a534f .btn-search:hover {
  background: #00ad5f;
}
#ab612a7791a534f .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b84a8d9fa6b26 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(50, 149, 248, 1);border-radius: 20px;border-style: solid;font-family: FZKai-Z03S;}#a1b84a8d9fa6b26 .ele-wrap:hover {background-color: rgba(18, 122, 228, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac4baabeeeabeff .site-language-menu a {
  font-size: 18;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #414141;
}
#ac4baabeeeabeff .site-language-menu a:hover {
  color: #414141;
}
#ac4baabeeeabeff .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac4baabeeeabeff .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac4baabeeeabeff .uk-dropdown li a {
  font-size: 18;
  color: #444;
}
#ac4baabeeeabeff .uk-dropdown li a:hover {
  color: #222;
}
#ac4baabeeeabeff .uk-dropdown li:last-child {
  border-bottom: none;
}
#a3421a149aaff8e [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 22px;font-family: FZKai-Z03S;}#a1671aaea5a367e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a68bca142ea2db1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adc58adec1ae7c3 .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#adc58adec1ae7c3 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#adc58adec1ae7c3 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#adc58adec1ae7c3 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#adc58adec1ae7c3 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#adc58adec1ae7c3 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#adc58adec1ae7c3 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#adc58adec1ae7c3 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#adc58adec1ae7c3 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#adc58adec1ae7c3 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
}
#adc58adec1ae7c3 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#adc58adec1ae7c3 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#adc58adec1ae7c3 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#adc58adec1ae7c3 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#adc58adec1ae7c3 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#adc58adec1ae7c3 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#adc58adec1ae7c3 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#adc58adec1ae7c3 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#adc58adec1ae7c3 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#adc58adec1ae7c3 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#adc58adec1ae7c3 .ele-article-list .pic-article {
  border-bottom: 1px none #ececec;
}
#adc58adec1ae7c3 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#adc58adec1ae7c3 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#adc58adec1ae7c3 .ele-article-list .pic-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#adc58adec1ae7c3 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#adc58adec1ae7c3 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#adc58adec1ae7c3 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#adc58adec1ae7c3 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#adc58adec1ae7c3 .ele-article-list .text-article {
  border-bottom: 1px none #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
}
#adc58adec1ae7c3 .ele-article-list .text-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#adc58adec1ae7c3 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#adc58adec1ae7c3 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a3c9aae48ba52bf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af8edaee76af642 .a53b7adc27abc55 {
  overflow: hidden;
}
#af8edaee76af642 .a53b7adc27abc55 , #af8edaee76af642 .a53b7adc27abc55 > * {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af8edaee76af642 .uk-grid {
  margin-left: -1px;
}
#af8edaee76af642 .uk-grid > * {
  padding-left: 1px;
}
#af8edaee76af642 .uk-grid > .uk-grid-margin {
  margin-top: 2px;
}
#af8edaee76af642 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af8edaee76af642 .uk-position-center-left-out {
    left: -30px;
  }
  #af8edaee76af642 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a494aa38c8a99e7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4b8eac56daab78 .ap-content-container {
  height: 100%;
  min-height: 80px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acbfdab97da1ba0 .uk-container {
  line-height: 2;
}
#a853eae254ad1a6 > .ele-wrap {background-color: rgba(50, 149, 248, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adf1bab050a3c45 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#adf1bab050a3c45 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#adf1bab050a3c45 .ap-icon {
  margin-right: 6px;
}
#adf1bab050a3c45 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#adf1bab050a3c45 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 23px;
  font-family: FZKai-Z03S;
  color: #ffffff;
  line-height: 26px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li:hover > a,
#adf1bab050a3c45 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #3295f8;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li.active > a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#adf1bab050a3c45 .menu-list ul,
#adf1bab050a3c45 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #fefefe;
}
#adf1bab050a3c45 .menu-list ul {
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
#adf1bab050a3c45 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adf1bab050a3c45 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adf1bab050a3c45 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #fefefe;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: FZKai-Z03S;
  color: #030000;
  width: null;
}
#adf1bab050a3c45 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #000000;
  background-color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab612a7791a534f form {
  width: 100%;
  height: 100%;
}
#ab612a7791a534f .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 18px;
  height: 100%;
}
#ab612a7791a534f .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab612a7791a534f .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ab612a7791a534f .search-box .search-type.show {
  display: block;
}
#ab612a7791a534f .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ab612a7791a534f .search-box .search-type li:hover {
  color: #00ad5f;
}
#ab612a7791a534f .search-box .search-type li.active {
  color: #00ad5f;
}
#ab612a7791a534f .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab612a7791a534f .inner-form .input-field {
  height: 100%;
}
#ab612a7791a534f .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #000;
}
#ab612a7791a534f .inner-form .input-field input.placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:-moz-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ab612a7791a534f .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ab612a7791a534f .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ab612a7791a534f .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ab612a7791a534f .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ab612a7791a534f .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ab612a7791a534f .btn-search:hover {
  background: #00ad5f;
}
#ab612a7791a534f .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b84a8d9fa6b26 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(50, 149, 248, 1);border-radius: 20px;border-style: solid;font-family: FZKai-Z03S;}#a1b84a8d9fa6b26 .ele-wrap:hover {background-color: rgba(18, 122, 228, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac4baabeeeabeff .site-language-menu a {
  font-size: 18;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #414141;
}
#ac4baabeeeabeff .site-language-menu a:hover {
  color: #414141;
}
#ac4baabeeeabeff .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac4baabeeeabeff .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac4baabeeeabeff .uk-dropdown li a {
  font-size: 18;
  color: #444;
}
#ac4baabeeeabeff .uk-dropdown li a:hover {
  color: #222;
}
#ac4baabeeeabeff .uk-dropdown li:last-child {
  border-bottom: none;
}
#a4b8eac56daab78 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 22px;font-family: FZKai-Z03S;}#acab9a9c99a9428 > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 0px;border-top-color: rgba(210, 50, 50, 0.55);border-right-color: rgba(210, 50, 50, 0.55);border-bottom-color: rgba(210, 50, 50, 0.55);border-left-color: rgba(210, 50, 50, 0.55);border-top-width: 10px;border-right-width: 10px;border-bottom-width: 10px;border-left-width: 10px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#acab9a9c99a9428  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#ae0fcaa9cda1d4b > .ele-wrap {background-color: rgba(215, 211, 58, 0.95);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#ae0fcaa9cda1d4b  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a120fa4af2a5a22 .ap-content-container {
  height: 100%;
  min-height: 80px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3c9da1767a27d4 .post-cate {
  position: absolute;
  margin-left: 0;
  left: 15px;
  top: 15px;
  padding: 0 10px;
  line-height: 20px;
  font-size: 12px;
  z-index: 100;
  background: #000;
  color: #fff;
}
#a3c9da1767a27d4 .new-list .uk-card {
  border-bottom: 1px solid #e7e7e7;
}
#a3c9da1767a27d4 .new-list .uk-card:first-of-type {
  padding-top: 0;
}
#a3c9da1767a27d4 .new-list .uk-card:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
#a3c9da1767a27d4 .main-item::before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.95)));
  /* background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%); */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%);
  /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%); */
}
#a3c9da1767a27d4 .main-item::after {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  content: '';
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}
#a3c9da1767a27d4 .main-item:hover::after {
  opacity: 1;
}
#a3c9da1767a27d4 .main-info {
  z-index: 100;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2781a68f9ae34d .uk-container {
  line-height: 2;
}
#a853eae254ad1a6 > .ele-wrap {background-color: rgba(50, 149, 248, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adf1bab050a3c45 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#adf1bab050a3c45 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#adf1bab050a3c45 .ap-icon {
  margin-right: 6px;
}
#adf1bab050a3c45 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#adf1bab050a3c45 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 23px;
  font-family: FZKai-Z03S;
  color: #ffffff;
  line-height: 26px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li:hover > a,
#adf1bab050a3c45 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #3295f8;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li.active > a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#adf1bab050a3c45 .menu-list ul,
#adf1bab050a3c45 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #fefefe;
}
#adf1bab050a3c45 .menu-list ul {
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
#adf1bab050a3c45 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adf1bab050a3c45 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adf1bab050a3c45 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #fefefe;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: FZKai-Z03S;
  color: #030000;
  width: null;
}
#adf1bab050a3c45 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #000000;
  background-color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab612a7791a534f form {
  width: 100%;
  height: 100%;
}
#ab612a7791a534f .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 18px;
  height: 100%;
}
#ab612a7791a534f .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab612a7791a534f .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ab612a7791a534f .search-box .search-type.show {
  display: block;
}
#ab612a7791a534f .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ab612a7791a534f .search-box .search-type li:hover {
  color: #00ad5f;
}
#ab612a7791a534f .search-box .search-type li.active {
  color: #00ad5f;
}
#ab612a7791a534f .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab612a7791a534f .inner-form .input-field {
  height: 100%;
}
#ab612a7791a534f .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #000;
}
#ab612a7791a534f .inner-form .input-field input.placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:-moz-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ab612a7791a534f .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ab612a7791a534f .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ab612a7791a534f .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ab612a7791a534f .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ab612a7791a534f .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ab612a7791a534f .btn-search:hover {
  background: #00ad5f;
}
#ab612a7791a534f .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b84a8d9fa6b26 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(50, 149, 248, 1);border-radius: 20px;border-style: solid;font-family: FZKai-Z03S;}#a1b84a8d9fa6b26 .ele-wrap:hover {background-color: rgba(18, 122, 228, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac4baabeeeabeff .site-language-menu a {
  font-size: 18;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #414141;
}
#ac4baabeeeabeff .site-language-menu a:hover {
  color: #414141;
}
#ac4baabeeeabeff .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac4baabeeeabeff .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac4baabeeeabeff .uk-dropdown li a {
  font-size: 18;
  color: #444;
}
#ac4baabeeeabeff .uk-dropdown li a:hover {
  color: #222;
}
#ac4baabeeeabeff .uk-dropdown li:last-child {
  border-bottom: none;
}
#a120fa4af2a5a22 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 22px;font-family: FZKai-Z03S;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a17e2aed02a9b37 .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#a17e2aed02a9b37 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a17e2aed02a9b37 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a17e2aed02a9b37 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a17e2aed02a9b37 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a17e2aed02a9b37 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a17e2aed02a9b37 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a17e2aed02a9b37 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a17e2aed02a9b37 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a17e2aed02a9b37 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
}
#a17e2aed02a9b37 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a17e2aed02a9b37 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a17e2aed02a9b37 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a17e2aed02a9b37 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a17e2aed02a9b37 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a17e2aed02a9b37 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a17e2aed02a9b37 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a17e2aed02a9b37 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a17e2aed02a9b37 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a17e2aed02a9b37 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a17e2aed02a9b37 .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#a17e2aed02a9b37 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a17e2aed02a9b37 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a17e2aed02a9b37 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a17e2aed02a9b37 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a17e2aed02a9b37 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a17e2aed02a9b37 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a17e2aed02a9b37 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a17e2aed02a9b37 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a17e2aed02a9b37 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a17e2aed02a9b37 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a17e2aed02a9b37 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a84dda4d9aa25f4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09d9afc41ae0a2 .aa5f4aec3bafd40 {
  overflow: hidden;
}
#a09d9afc41ae0a2 .aa5f4aec3bafd40 , #a09d9afc41ae0a2 .aa5f4aec3bafd40 > * {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09d9afc41ae0a2 .ac4eba7187afdb5 {
  overflow: hidden;
}
#a09d9afc41ae0a2 .ac4eba7187afdb5 , #a09d9afc41ae0a2 .ac4eba7187afdb5 > * {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 15px;font-family: inherit;line-height: 30px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09d9afc41ae0a2 .dynamic-list-item {
  background-color: #ffffff;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a09d9afc41ae0a2 .dynamic-list-item:hover {
  background-color: #ffffff;
}
/* mobile */
@media (max-width: 640px) {
  #a09d9afc41ae0a2 .uk-position-center-left-out {
    left: -30px;
  }
  #a09d9afc41ae0a2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3c9da1767a27d4 [data-item="items"] {left: 1px;top: -22px; position: relative;}#a3c9da1767a27d4 [data-item="title"] {left: -2px;top: -14px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#abc54a2860a9b69 .ap-content-container {
  height: 100%;
  min-height: 80px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac440aedd4af40a .post-cate {
  position: absolute;
  margin-left: 0;
  left: 15px;
  top: 15px;
  padding: 0 10px;
  line-height: 20px;
  font-size: 12px;
  z-index: 100;
  background: #000;
  color: #fff;
}
#ac440aedd4af40a .new-list .uk-card {
  border-bottom: 1px solid #e7e7e7;
}
#ac440aedd4af40a .new-list .uk-card:first-of-type {
  padding-top: 0;
}
#ac440aedd4af40a .new-list .uk-card:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
#ac440aedd4af40a .main-item::before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.95)));
  /* background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%); */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%);
  /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%); */
}
#ac440aedd4af40a .main-item::after {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  content: '';
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}
#ac440aedd4af40a .main-item:hover::after {
  opacity: 1;
}
#ac440aedd4af40a .main-info {
  z-index: 100;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7cbfa3336a7ebb .uk-container {
  line-height: 2;
}
#a853eae254ad1a6 > .ele-wrap {background-color: rgba(50, 149, 248, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adf1bab050a3c45 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#adf1bab050a3c45 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#adf1bab050a3c45 .ap-icon {
  margin-right: 6px;
}
#adf1bab050a3c45 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#adf1bab050a3c45 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 23px;
  font-family: FZKai-Z03S;
  color: #ffffff;
  line-height: 26px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li:hover > a,
#adf1bab050a3c45 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #3295f8;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li.active > a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#adf1bab050a3c45 .menu-list ul,
#adf1bab050a3c45 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #fefefe;
}
#adf1bab050a3c45 .menu-list ul {
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
#adf1bab050a3c45 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adf1bab050a3c45 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adf1bab050a3c45 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #fefefe;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: FZKai-Z03S;
  color: #030000;
  width: null;
}
#adf1bab050a3c45 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #000000;
  background-color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab612a7791a534f form {
  width: 100%;
  height: 100%;
}
#ab612a7791a534f .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 18px;
  height: 100%;
}
#ab612a7791a534f .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab612a7791a534f .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ab612a7791a534f .search-box .search-type.show {
  display: block;
}
#ab612a7791a534f .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ab612a7791a534f .search-box .search-type li:hover {
  color: #00ad5f;
}
#ab612a7791a534f .search-box .search-type li.active {
  color: #00ad5f;
}
#ab612a7791a534f .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab612a7791a534f .inner-form .input-field {
  height: 100%;
}
#ab612a7791a534f .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #000;
}
#ab612a7791a534f .inner-form .input-field input.placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:-moz-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ab612a7791a534f .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ab612a7791a534f .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ab612a7791a534f .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ab612a7791a534f .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ab612a7791a534f .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ab612a7791a534f .btn-search:hover {
  background: #00ad5f;
}
#ab612a7791a534f .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b84a8d9fa6b26 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(50, 149, 248, 1);border-radius: 20px;border-style: solid;font-family: FZKai-Z03S;}#a1b84a8d9fa6b26 .ele-wrap:hover {background-color: rgba(18, 122, 228, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac4baabeeeabeff .site-language-menu a {
  font-size: 18;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #414141;
}
#ac4baabeeeabeff .site-language-menu a:hover {
  color: #414141;
}
#ac4baabeeeabeff .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac4baabeeeabeff .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac4baabeeeabeff .uk-dropdown li a {
  font-size: 18;
  color: #444;
}
#ac4baabeeeabeff .uk-dropdown li a:hover {
  color: #222;
}
#ac4baabeeeabeff .uk-dropdown li:last-child {
  border-bottom: none;
}
#abc54a2860a9b69 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 22px;font-family: FZKai-Z03S;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a83a2a40fea0b7b .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#a83a2a40fea0b7b .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a83a2a40fea0b7b .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a83a2a40fea0b7b .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a83a2a40fea0b7b .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a83a2a40fea0b7b .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a83a2a40fea0b7b .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a83a2a40fea0b7b .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a83a2a40fea0b7b .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a83a2a40fea0b7b .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
}
#a83a2a40fea0b7b .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a83a2a40fea0b7b .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a83a2a40fea0b7b .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a83a2a40fea0b7b .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a83a2a40fea0b7b .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a83a2a40fea0b7b .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a83a2a40fea0b7b .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a83a2a40fea0b7b .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a83a2a40fea0b7b .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a83a2a40fea0b7b .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a83a2a40fea0b7b .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#a83a2a40fea0b7b .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a83a2a40fea0b7b .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a83a2a40fea0b7b .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a83a2a40fea0b7b .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a83a2a40fea0b7b .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a83a2a40fea0b7b .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a83a2a40fea0b7b .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a83a2a40fea0b7b .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a83a2a40fea0b7b .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a83a2a40fea0b7b .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a83a2a40fea0b7b .ele-article-list .text-article:hover .time {
  color: auto;
}
#aedc8a5ccba19d4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2701a258ca63cf .a9ac7abf1fadec4 {
  overflow: hidden;
}
#a2701a258ca63cf .a9ac7abf1fadec4 , #a2701a258ca63cf .a9ac7abf1fadec4 > * {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2701a258ca63cf .ab097a522ba1c19 {
  overflow: hidden;
}
#a2701a258ca63cf .ab097a522ba1c19 , #a2701a258ca63cf .ab097a522ba1c19 > * {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 17px;font-family: inherit;line-height: 32px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2701a258ca63cf .dynamic-list-item {
  background-color: #ffffff;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a2701a258ca63cf .dynamic-list-item:hover {
  background-color: #ffffff;
}
/* mobile */
@media (max-width: 640px) {
  #a2701a258ca63cf .uk-position-center-left-out {
    left: -30px;
  }
  #a2701a258ca63cf .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac440aedd4af40a [data-item="items"] {left: 1px;top: -22px; position: relative;}#ac440aedd4af40a [data-item="title"] {left: -2px;top: -14px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae20ea8917a01f2 .ap-content-container {
  height: 100%;
  min-height: 80px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3e0eabad7ab21f .post-cate {
  position: absolute;
  margin-left: 0;
  left: 15px;
  top: 15px;
  padding: 0 10px;
  line-height: 20px;
  font-size: 12px;
  z-index: 100;
  background: #000;
  color: #fff;
}
#a3e0eabad7ab21f .new-list .uk-card {
  border-bottom: 1px solid #e7e7e7;
}
#a3e0eabad7ab21f .new-list .uk-card:first-of-type {
  padding-top: 0;
}
#a3e0eabad7ab21f .new-list .uk-card:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
#a3e0eabad7ab21f .main-item::before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.95)));
  /* background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%); */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%);
  /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%); */
}
#a3e0eabad7ab21f .main-item::after {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  content: '';
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}
#a3e0eabad7ab21f .main-item:hover::after {
  opacity: 1;
}
#a3e0eabad7ab21f .main-info {
  z-index: 100;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8ba7a2fcaab60c .uk-container {
  line-height: 2;
}
#a853eae254ad1a6 > .ele-wrap {background-color: rgba(50, 149, 248, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adf1bab050a3c45 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#adf1bab050a3c45 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#adf1bab050a3c45 .ap-icon {
  margin-right: 6px;
}
#adf1bab050a3c45 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#adf1bab050a3c45 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 23px;
  font-family: FZKai-Z03S;
  color: #ffffff;
  line-height: 26px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li:hover > a,
#adf1bab050a3c45 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #3295f8;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li.active > a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#adf1bab050a3c45 .menu-list ul,
#adf1bab050a3c45 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #fefefe;
}
#adf1bab050a3c45 .menu-list ul {
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
#adf1bab050a3c45 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adf1bab050a3c45 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adf1bab050a3c45 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #fefefe;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: FZKai-Z03S;
  color: #030000;
  width: null;
}
#adf1bab050a3c45 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #000000;
  background-color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab612a7791a534f form {
  width: 100%;
  height: 100%;
}
#ab612a7791a534f .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 18px;
  height: 100%;
}
#ab612a7791a534f .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab612a7791a534f .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ab612a7791a534f .search-box .search-type.show {
  display: block;
}
#ab612a7791a534f .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ab612a7791a534f .search-box .search-type li:hover {
  color: #00ad5f;
}
#ab612a7791a534f .search-box .search-type li.active {
  color: #00ad5f;
}
#ab612a7791a534f .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab612a7791a534f .inner-form .input-field {
  height: 100%;
}
#ab612a7791a534f .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #000;
}
#ab612a7791a534f .inner-form .input-field input.placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:-moz-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ab612a7791a534f .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ab612a7791a534f .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ab612a7791a534f .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ab612a7791a534f .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ab612a7791a534f .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ab612a7791a534f .btn-search:hover {
  background: #00ad5f;
}
#ab612a7791a534f .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b84a8d9fa6b26 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(50, 149, 248, 1);border-radius: 20px;border-style: solid;font-family: FZKai-Z03S;}#a1b84a8d9fa6b26 .ele-wrap:hover {background-color: rgba(18, 122, 228, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac4baabeeeabeff .site-language-menu a {
  font-size: 18;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #414141;
}
#ac4baabeeeabeff .site-language-menu a:hover {
  color: #414141;
}
#ac4baabeeeabeff .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac4baabeeeabeff .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac4baabeeeabeff .uk-dropdown li a {
  font-size: 18;
  color: #444;
}
#ac4baabeeeabeff .uk-dropdown li a:hover {
  color: #222;
}
#ac4baabeeeabeff .uk-dropdown li:last-child {
  border-bottom: none;
}
#ae20ea8917a01f2 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 22px;font-family: FZKai-Z03S;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#abe57a42c0a41b0 .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#abe57a42c0a41b0 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#abe57a42c0a41b0 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#abe57a42c0a41b0 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#abe57a42c0a41b0 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#abe57a42c0a41b0 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#abe57a42c0a41b0 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#abe57a42c0a41b0 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#abe57a42c0a41b0 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#abe57a42c0a41b0 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
}
#abe57a42c0a41b0 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#abe57a42c0a41b0 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#abe57a42c0a41b0 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#abe57a42c0a41b0 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#abe57a42c0a41b0 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#abe57a42c0a41b0 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#abe57a42c0a41b0 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#abe57a42c0a41b0 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#abe57a42c0a41b0 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#abe57a42c0a41b0 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#abe57a42c0a41b0 .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#abe57a42c0a41b0 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#abe57a42c0a41b0 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#abe57a42c0a41b0 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#abe57a42c0a41b0 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#abe57a42c0a41b0 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#abe57a42c0a41b0 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#abe57a42c0a41b0 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#abe57a42c0a41b0 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#abe57a42c0a41b0 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#abe57a42c0a41b0 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#abe57a42c0a41b0 .ele-article-list .text-article:hover .time {
  color: auto;
}
#aaf76ae7b9a10a8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6f1ca81f2a206b .af6a4a020bae54e {
  overflow: hidden;
}
#a6f1ca81f2a206b .af6a4a020bae54e , #a6f1ca81f2a206b .af6a4a020bae54e > * {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6f1ca81f2a206b .a7e7fa0d34ab2bd {
  overflow: hidden;
}
#a6f1ca81f2a206b .a7e7fa0d34ab2bd , #a6f1ca81f2a206b .a7e7fa0d34ab2bd > * {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 15px;font-family: inherit;line-height: 28px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6f1ca81f2a206b .dynamic-list-item {
  background-color: #ffffff;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a6f1ca81f2a206b .dynamic-list-item:hover {
  background-color: #ffffff;
}
/* mobile */
@media (max-width: 640px) {
  #a6f1ca81f2a206b .uk-position-center-left-out {
    left: -30px;
  }
  #a6f1ca81f2a206b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3e0eabad7ab21f [data-item="items"] {left: 1px;top: -22px; position: relative;}#a3e0eabad7ab21f [data-item="title"] {left: -2px;top: -14px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7228ab0a0a158f .ap-content-container {
  height: 100%;
  min-height: 80px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab075a26cca5427 .post-cate {
  position: absolute;
  margin-left: 0;
  left: 15px;
  top: 15px;
  padding: 0 10px;
  line-height: 20px;
  font-size: 12px;
  z-index: 100;
  background: #000;
  color: #fff;
}
#ab075a26cca5427 .new-list .uk-card {
  border-bottom: 1px solid #e7e7e7;
}
#ab075a26cca5427 .new-list .uk-card:first-of-type {
  padding-top: 0;
}
#ab075a26cca5427 .new-list .uk-card:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
#ab075a26cca5427 .main-item::before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.95)));
  /* background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%); */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%);
  /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%); */
}
#ab075a26cca5427 .main-item::after {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  content: '';
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}
#ab075a26cca5427 .main-item:hover::after {
  opacity: 1;
}
#ab075a26cca5427 .main-info {
  z-index: 100;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4a2ba6523a89a5 .uk-container {
  line-height: 2;
}
#a853eae254ad1a6 > .ele-wrap {background-color: rgba(50, 149, 248, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adf1bab050a3c45 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#adf1bab050a3c45 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#adf1bab050a3c45 .ap-icon {
  margin-right: 6px;
}
#adf1bab050a3c45 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#adf1bab050a3c45 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 23px;
  font-family: FZKai-Z03S;
  color: #ffffff;
  line-height: 26px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li:hover > a,
#adf1bab050a3c45 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #3295f8;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li.active > a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#adf1bab050a3c45 .menu-list ul,
#adf1bab050a3c45 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #fefefe;
}
#adf1bab050a3c45 .menu-list ul {
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
#adf1bab050a3c45 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adf1bab050a3c45 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adf1bab050a3c45 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #fefefe;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: FZKai-Z03S;
  color: #030000;
  width: null;
}
#adf1bab050a3c45 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #000000;
  background-color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab612a7791a534f form {
  width: 100%;
  height: 100%;
}
#ab612a7791a534f .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 18px;
  height: 100%;
}
#ab612a7791a534f .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab612a7791a534f .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ab612a7791a534f .search-box .search-type.show {
  display: block;
}
#ab612a7791a534f .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ab612a7791a534f .search-box .search-type li:hover {
  color: #00ad5f;
}
#ab612a7791a534f .search-box .search-type li.active {
  color: #00ad5f;
}
#ab612a7791a534f .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab612a7791a534f .inner-form .input-field {
  height: 100%;
}
#ab612a7791a534f .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #000;
}
#ab612a7791a534f .inner-form .input-field input.placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:-moz-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ab612a7791a534f .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ab612a7791a534f .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ab612a7791a534f .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ab612a7791a534f .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ab612a7791a534f .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ab612a7791a534f .btn-search:hover {
  background: #00ad5f;
}
#ab612a7791a534f .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b84a8d9fa6b26 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(50, 149, 248, 1);border-radius: 20px;border-style: solid;font-family: FZKai-Z03S;}#a1b84a8d9fa6b26 .ele-wrap:hover {background-color: rgba(18, 122, 228, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac4baabeeeabeff .site-language-menu a {
  font-size: 18;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #414141;
}
#ac4baabeeeabeff .site-language-menu a:hover {
  color: #414141;
}
#ac4baabeeeabeff .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac4baabeeeabeff .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac4baabeeeabeff .uk-dropdown li a {
  font-size: 18;
  color: #444;
}
#ac4baabeeeabeff .uk-dropdown li a:hover {
  color: #222;
}
#ac4baabeeeabeff .uk-dropdown li:last-child {
  border-bottom: none;
}
#a7228ab0a0a158f [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 22px;font-family: FZKai-Z03S;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2f2da6b47a4593 .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#a2f2da6b47a4593 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2f2da6b47a4593 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a2f2da6b47a4593 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a2f2da6b47a4593 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a2f2da6b47a4593 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a2f2da6b47a4593 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a2f2da6b47a4593 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a2f2da6b47a4593 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a2f2da6b47a4593 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
}
#a2f2da6b47a4593 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a2f2da6b47a4593 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a2f2da6b47a4593 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a2f2da6b47a4593 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a2f2da6b47a4593 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a2f2da6b47a4593 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a2f2da6b47a4593 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a2f2da6b47a4593 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a2f2da6b47a4593 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a2f2da6b47a4593 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a2f2da6b47a4593 .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#a2f2da6b47a4593 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a2f2da6b47a4593 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a2f2da6b47a4593 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a2f2da6b47a4593 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a2f2da6b47a4593 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a2f2da6b47a4593 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a2f2da6b47a4593 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a2f2da6b47a4593 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a2f2da6b47a4593 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a2f2da6b47a4593 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a2f2da6b47a4593 .ele-article-list .text-article:hover .time {
  color: auto;
}
#ac7cba1f56a9ba7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8883ab722afa3e .a2c64a2418af65e {
  overflow: hidden;
}
#a8883ab722afa3e .a2c64a2418af65e , #a8883ab722afa3e .a2c64a2418af65e > * {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8883ab722afa3e .ad58faf9dfa682d {
  overflow: hidden;
}
#a8883ab722afa3e .ad58faf9dfa682d , #a8883ab722afa3e .ad58faf9dfa682d > * {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 15px;font-family: inherit;line-height: 35px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8883ab722afa3e .dynamic-list-item {
  background-color: #ffffff;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a8883ab722afa3e .dynamic-list-item:hover {
  background-color: #ffffff;
}
/* mobile */
@media (max-width: 640px) {
  #a8883ab722afa3e .uk-position-center-left-out {
    left: -30px;
  }
  #a8883ab722afa3e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ab075a26cca5427 [data-item="items"] {left: 1px;top: -22px; position: relative;}#ab075a26cca5427 [data-item="title"] {left: -2px;top: -14px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4b8eac56daab78 .ap-content-container {
  height: 100%;
  min-height: 80px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afeeaab47cac28f .post-cate {
  position: absolute;
  margin-left: 0;
  left: 15px;
  top: 15px;
  padding: 0 10px;
  line-height: 20px;
  font-size: 12px;
  z-index: 100;
  background: #000;
  color: #fff;
}
#afeeaab47cac28f .new-list .uk-card {
  border-bottom: 1px solid #e7e7e7;
}
#afeeaab47cac28f .new-list .uk-card:first-of-type {
  padding-top: 0;
}
#afeeaab47cac28f .new-list .uk-card:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
#afeeaab47cac28f .main-item::before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.95)));
  /* background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%); */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%);
  /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%); */
}
#afeeaab47cac28f .main-item::after {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  content: '';
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}
#afeeaab47cac28f .main-item:hover::after {
  opacity: 1;
}
#afeeaab47cac28f .main-info {
  z-index: 100;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4fd5ac142acfb3 .uk-container {
  line-height: 2;
}
#a853eae254ad1a6 > .ele-wrap {background-color: rgba(50, 149, 248, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adf1bab050a3c45 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#adf1bab050a3c45 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#adf1bab050a3c45 .ap-icon {
  margin-right: 6px;
}
#adf1bab050a3c45 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#adf1bab050a3c45 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 23px;
  font-family: FZKai-Z03S;
  color: #ffffff;
  line-height: 26px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li:hover > a,
#adf1bab050a3c45 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #3295f8;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li.active > a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#adf1bab050a3c45 .menu-list ul,
#adf1bab050a3c45 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #fefefe;
}
#adf1bab050a3c45 .menu-list ul {
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
#adf1bab050a3c45 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adf1bab050a3c45 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adf1bab050a3c45 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #fefefe;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: FZKai-Z03S;
  color: #030000;
  width: null;
}
#adf1bab050a3c45 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #000000;
  background-color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab612a7791a534f form {
  width: 100%;
  height: 100%;
}
#ab612a7791a534f .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 18px;
  height: 100%;
}
#ab612a7791a534f .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab612a7791a534f .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ab612a7791a534f .search-box .search-type.show {
  display: block;
}
#ab612a7791a534f .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ab612a7791a534f .search-box .search-type li:hover {
  color: #00ad5f;
}
#ab612a7791a534f .search-box .search-type li.active {
  color: #00ad5f;
}
#ab612a7791a534f .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab612a7791a534f .inner-form .input-field {
  height: 100%;
}
#ab612a7791a534f .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #000;
}
#ab612a7791a534f .inner-form .input-field input.placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:-moz-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ab612a7791a534f .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ab612a7791a534f .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ab612a7791a534f .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ab612a7791a534f .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ab612a7791a534f .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ab612a7791a534f .btn-search:hover {
  background: #00ad5f;
}
#ab612a7791a534f .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b84a8d9fa6b26 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(50, 149, 248, 1);border-radius: 20px;border-style: solid;font-family: FZKai-Z03S;}#a1b84a8d9fa6b26 .ele-wrap:hover {background-color: rgba(18, 122, 228, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac4baabeeeabeff .site-language-menu a {
  font-size: 18;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #414141;
}
#ac4baabeeeabeff .site-language-menu a:hover {
  color: #414141;
}
#ac4baabeeeabeff .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac4baabeeeabeff .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac4baabeeeabeff .uk-dropdown li a {
  font-size: 18;
  color: #444;
}
#ac4baabeeeabeff .uk-dropdown li a:hover {
  color: #222;
}
#ac4baabeeeabeff .uk-dropdown li:last-child {
  border-bottom: none;
}
#a4b8eac56daab78 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 22px;font-family: FZKai-Z03S;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae064a2d56ad173 .ap-category-filter ul li.active {
  border-color: #014099;
  color: #014099;
}
#ae064a2d56ad173 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ae064a2d56ad173 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#ae064a2d56ad173 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#ae064a2d56ad173 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#ae064a2d56ad173 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#ae064a2d56ad173 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#ae064a2d56ad173 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#ae064a2d56ad173 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#ae064a2d56ad173 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
}
#ae064a2d56ad173 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#ae064a2d56ad173 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#ae064a2d56ad173 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#ae064a2d56ad173 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#ae064a2d56ad173 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#ae064a2d56ad173 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#ae064a2d56ad173 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#ae064a2d56ad173 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#ae064a2d56ad173 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#ae064a2d56ad173 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#ae064a2d56ad173 .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#ae064a2d56ad173 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#ae064a2d56ad173 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#ae064a2d56ad173 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ae064a2d56ad173 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#ae064a2d56ad173 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#ae064a2d56ad173 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#ae064a2d56ad173 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#ae064a2d56ad173 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#ae064a2d56ad173 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ae064a2d56ad173 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#ae064a2d56ad173 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a4fdfa6df8a2846 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab0eaad7fda1f95 .a3a2aa1274a196f {
  overflow: hidden;
}
#ab0eaad7fda1f95 .a3a2aa1274a196f , #ab0eaad7fda1f95 .a3a2aa1274a196f > * {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab0eaad7fda1f95 .a59ada6278aa0e8 .img-wrap {
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  box-shadow: NaNpx NaNpx 0px 0px #ffffff;
}
#ab0eaad7fda1f95 .a59ada6278aa0e8 .img-wrap:hover {
  border-color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab0eaad7fda1f95 .a7540a7976ab348 {
  overflow: hidden;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab0eaad7fda1f95 .dynamic-list-item {
  background-color: #ffffff;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ab0eaad7fda1f95 .dynamic-list-item:hover {
  background-color: #ffffff;
}
/* mobile */
@media (max-width: 640px) {
  #ab0eaad7fda1f95 .uk-position-center-left-out {
    left: -30px;
  }
  #ab0eaad7fda1f95 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#afeeaab47cac28f [data-item="items"] {left: 1px;top: -22px; position: relative;}#afeeaab47cac28f [data-item="title"] {left: 0px;top: -1px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3b9da5ebcad295 .ap-content-container {
  height: 100%;
  min-height: 80px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4b6ba96beaa08a {
  min-height: 500px;
  /* mobile */
}
#a4b6ba96beaa08a .search-highlight {
  background: yellow;
}
#a4b6ba96beaa08a .el-item {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a4b6ba96beaa08a .el-title {
  margin-bottom: 20px;
}
#a4b6ba96beaa08a .el-item:hover {
  background: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a4b6ba96beaa08a .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a4b6ba96beaa08a .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a4b6ba96beaa08a .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a4b6ba96beaa08a .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a4b6ba96beaa08a .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a4b6ba96beaa08a .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a4b6ba96beaa08a .el-title {
    margin-bottom: 0;
  }
  #a4b6ba96beaa08a .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a4b6ba96beaa08a .category {
    font-size: 12px;
  }
  #a4b6ba96beaa08a .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a86aca8adfa2e88 .uk-container {
  line-height: 2;
}
#a853eae254ad1a6 > .ele-wrap {background-color: rgba(50, 149, 248, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adf1bab050a3c45 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#adf1bab050a3c45 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#adf1bab050a3c45 .ap-icon {
  margin-right: 6px;
}
#adf1bab050a3c45 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#adf1bab050a3c45 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 23px;
  font-family: FZKai-Z03S;
  color: #ffffff;
  line-height: 26px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li:hover > a,
#adf1bab050a3c45 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #3295f8;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li.active > a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#adf1bab050a3c45 .menu-list ul,
#adf1bab050a3c45 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #fefefe;
}
#adf1bab050a3c45 .menu-list ul {
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
#adf1bab050a3c45 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adf1bab050a3c45 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adf1bab050a3c45 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #fefefe;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: FZKai-Z03S;
  color: #030000;
  width: null;
}
#adf1bab050a3c45 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #000000;
  background-color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab612a7791a534f form {
  width: 100%;
  height: 100%;
}
#ab612a7791a534f .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 18px;
  height: 100%;
}
#ab612a7791a534f .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab612a7791a534f .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ab612a7791a534f .search-box .search-type.show {
  display: block;
}
#ab612a7791a534f .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ab612a7791a534f .search-box .search-type li:hover {
  color: #00ad5f;
}
#ab612a7791a534f .search-box .search-type li.active {
  color: #00ad5f;
}
#ab612a7791a534f .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab612a7791a534f .inner-form .input-field {
  height: 100%;
}
#ab612a7791a534f .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #000;
}
#ab612a7791a534f .inner-form .input-field input.placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:-moz-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ab612a7791a534f .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ab612a7791a534f .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ab612a7791a534f .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ab612a7791a534f .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ab612a7791a534f .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ab612a7791a534f .btn-search:hover {
  background: #00ad5f;
}
#ab612a7791a534f .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b84a8d9fa6b26 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(50, 149, 248, 1);border-radius: 20px;border-style: solid;font-family: FZKai-Z03S;}#a1b84a8d9fa6b26 .ele-wrap:hover {background-color: rgba(18, 122, 228, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac4baabeeeabeff .site-language-menu a {
  font-size: 18;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #414141;
}
#ac4baabeeeabeff .site-language-menu a:hover {
  color: #414141;
}
#ac4baabeeeabeff .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac4baabeeeabeff .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac4baabeeeabeff .uk-dropdown li a {
  font-size: 18;
  color: #444;
}
#ac4baabeeeabeff .uk-dropdown li a:hover {
  color: #222;
}
#ac4baabeeeabeff .uk-dropdown li:last-child {
  border-bottom: none;
}
#a3b9da5ebcad295 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 22px;font-family: FZKai-Z03S;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3b9da5ebcad295 .ap-content-container {
  height: 100%;
  min-height: 80px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7407a9444aabba {
  /* Error Page */
  /* Error Page */
  /*--------------------------------------------Framework --------------------------------*/
  /*done*/
  /*done*/
  /*done*/
  /* Padding Section*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /* Padding Section*/
  /* Margin section */
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done - For the inside sections that has also Title section*/
  /* Margin section */
  /*--------------------------------------------FrameWork------------------------*/
}
#a7407a9444aabba * {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
#a7407a9444aabba .error .clip .shadow {
  height: 180px;
  /*Contrall*/
}
#a7407a9444aabba .error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}
#a7407a9444aabba .error .clip:nth-of-type(1) .shadow,
#a7407a9444aabba .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}
#a7407a9444aabba .error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
#a7407a9444aabba .error h2 {
  font-size: 32px;
}
#a7407a9444aabba .error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
#a7407a9444aabba .error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#a7407a9444aabba .error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
#a7407a9444aabba .error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
#a7407a9444aabba .error .clip .shadow {
  overflow: hidden;
}
#a7407a9444aabba .error .clip:nth-of-type(2) .shadow {
  overflow: hidden;
  position: relative;
  box-shadow: inset 20px 0px 20px -15px rgba(150, 150, 150, 0.8), 20px 0px 20px -15px rgba(150, 150, 150, 0.8);
}
#a7407a9444aabba .error .clip:nth-of-type(3) .shadow:after,
#a7407a9444aabba .error .clip:nth-of-type(1) .shadow:after {
  content: "";
  position: absolute;
  right: -8px;
  bottom: 0px;
  z-index: 9999;
  height: 100%;
  width: 10px;
  background: linear-gradient(90deg, transparent, rgba(173, 173, 173, 0.8), transparent);
  border-radius: 50%;
}
#a7407a9444aabba .error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
#a7407a9444aabba .error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
#a7407a9444aabba .error .clip:nth-of-type(2) .digit {
  left: -10%;
}
#a7407a9444aabba .error .clip:nth-of-type(1) .digit {
  right: -20%;
}
#a7407a9444aabba .error .clip:nth-of-type(3) .digit {
  left: -20%;
}
#a7407a9444aabba .error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}
#a7407a9444aabba .error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}
#a7407a9444aabba .error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #a7407a9444aabba {
    /* Error Page */
    /* Error Page */
  }
  #a7407a9444aabba .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  #a7407a9444aabba .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  #a7407a9444aabba .error .clip:nth-of-type(1) .shadow,
  #a7407a9444aabba .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  #a7407a9444aabba .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  #a7407a9444aabba .error h2 {
    font-size: 24px;
  }
  #a7407a9444aabba .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #a7407a9444aabba .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #a7407a9444aabba .error .container-error-404 {
    height: 150px;
  }
}
#a7407a9444aabba .overlay {
  position: relative;
  z-index: 20;
}
#a7407a9444aabba .ground-color {
  background: white;
}
#a7407a9444aabba .item-bg-color {
  background: #EAEAEA;
}
#a7407a9444aabba .padding-top {
  padding-top: 10px;
}
#a7407a9444aabba .padding-bottom {
  padding-bottom: 10px;
}
#a7407a9444aabba .padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7407a9444aabba .padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
#a7407a9444aabba .padding-all {
  padding: 10px;
}
#a7407a9444aabba .no-padding-left {
  padding-left: 0px;
}
#a7407a9444aabba .no-padding-right {
  padding-right: 0px;
}
#a7407a9444aabba .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#a7407a9444aabba .no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#a7407a9444aabba .no-padding {
  padding: 0px;
}
#a7407a9444aabba .margin-top {
  margin-top: 10px;
}
#a7407a9444aabba .margin-bottom {
  margin-bottom: 10px;
}
#a7407a9444aabba .margin-right {
  margin-right: 10px;
}
#a7407a9444aabba .margin-left {
  margin-left: 10px;
}
#a7407a9444aabba .margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
#a7407a9444aabba .margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
#a7407a9444aabba .margin-all {
  margin: 10px;
}
#a7407a9444aabba .no-margin {
  margin: 0px;
}
#a7407a9444aabba .no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#a7407a9444aabba .no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
#a7407a9444aabba .inside-col-shrink {
  margin: 0px 20px;
}
#a7407a9444aabba hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5f7cac688a9c2f .uk-container {
  line-height: 2;
}
#a853eae254ad1a6 > .ele-wrap {background-color: rgba(50, 149, 248, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adf1bab050a3c45 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#adf1bab050a3c45 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#adf1bab050a3c45 .ap-icon {
  margin-right: 6px;
}
#adf1bab050a3c45 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#adf1bab050a3c45 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 23px;
  font-family: FZKai-Z03S;
  color: #ffffff;
  line-height: 26px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li:hover > a,
#adf1bab050a3c45 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #3295f8;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li.active > a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#adf1bab050a3c45 .menu-list ul,
#adf1bab050a3c45 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #fefefe;
}
#adf1bab050a3c45 .menu-list ul {
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
#adf1bab050a3c45 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adf1bab050a3c45 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adf1bab050a3c45 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #fefefe;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: FZKai-Z03S;
  color: #030000;
  width: null;
}
#adf1bab050a3c45 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #000000;
  background-color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab612a7791a534f form {
  width: 100%;
  height: 100%;
}
#ab612a7791a534f .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 18px;
  height: 100%;
}
#ab612a7791a534f .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab612a7791a534f .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ab612a7791a534f .search-box .search-type.show {
  display: block;
}
#ab612a7791a534f .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ab612a7791a534f .search-box .search-type li:hover {
  color: #00ad5f;
}
#ab612a7791a534f .search-box .search-type li.active {
  color: #00ad5f;
}
#ab612a7791a534f .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab612a7791a534f .inner-form .input-field {
  height: 100%;
}
#ab612a7791a534f .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #000;
}
#ab612a7791a534f .inner-form .input-field input.placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:-moz-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ab612a7791a534f .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ab612a7791a534f .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ab612a7791a534f .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ab612a7791a534f .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ab612a7791a534f .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ab612a7791a534f .btn-search:hover {
  background: #00ad5f;
}
#ab612a7791a534f .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b84a8d9fa6b26 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(50, 149, 248, 1);border-radius: 20px;border-style: solid;font-family: FZKai-Z03S;}#a1b84a8d9fa6b26 .ele-wrap:hover {background-color: rgba(18, 122, 228, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac4baabeeeabeff .site-language-menu a {
  font-size: 18;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #414141;
}
#ac4baabeeeabeff .site-language-menu a:hover {
  color: #414141;
}
#ac4baabeeeabeff .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac4baabeeeabeff .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac4baabeeeabeff .uk-dropdown li a {
  font-size: 18;
  color: #444;
}
#ac4baabeeeabeff .uk-dropdown li a:hover {
  color: #222;
}
#ac4baabeeeabeff .uk-dropdown li:last-child {
  border-bottom: none;
}
#a3b9da5ebcad295 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 22px;font-family: FZKai-Z03S;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3b9da5ebcad295 .ap-content-container {
  height: 100%;
  min-height: 80px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2902afb0da8269 .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#a2902afb0da8269 .slider {
  width: 420px;
  height: 600px;
}
#a2902afb0da8269 .uk-slideshow-items {
  height: 100%;
}
#a2902afb0da8269 .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#a2902afb0da8269 .login-wrap {
  width: 100%;
  height: 100%;
}
#a2902afb0da8269 .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#a2902afb0da8269 .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#a2902afb0da8269 .phone-login-box {
  margin: 40px auto 40px;
  display: inline-block;
}
#a2902afb0da8269 .login-header {
  margin-bottom: 24px;
}
#a2902afb0da8269 .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#a2902afb0da8269 .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
}
#a2902afb0da8269 .input-item input {
  width: 100%;
  padding: 0 16px 0 40px;
  height: 43px;
  border-radius: 0 21px 21px 0;
  position: absolute;
  right: 0;
  border: 0;
  line-height: 43px;
  background-color: transparent;
  outline: 0;
  font-size: 14px;
}
#a2902afb0da8269 .input-item input.error,
#a2902afb0da8269 .input-item input.error::placeholder {
  color: #fc4343;
}
#a2902afb0da8269 .input-item input::placeholder {
  color: #999;
}
#a2902afb0da8269 .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
}
#a2902afb0da8269 .verifycode-input {
  margin: 24px 0;
}
#a2902afb0da8269 .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#a2902afb0da8269 .send-code {
  float: left;
  margin-left: 20px;
}
#a2902afb0da8269 .verifycode-input button {
  display: block;
  padding: 0;
  height: 45px;
  width: 105px;
  background-color: #f1f7ff;
  border-radius: 22px;
  font-size: 14px;
  -webkit-transition: .3s;
  transition: .3s;
  color: #999;
  cursor: pointer;
}
#a2902afb0da8269 .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#a2902afb0da8269 .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7091a5cbfa572e .uk-container {
  line-height: 2;
}
#a853eae254ad1a6 > .ele-wrap {background-color: rgba(50, 149, 248, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adf1bab050a3c45 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#adf1bab050a3c45 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#adf1bab050a3c45 .ap-icon {
  margin-right: 6px;
}
#adf1bab050a3c45 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#adf1bab050a3c45 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 23px;
  font-family: FZKai-Z03S;
  color: #ffffff;
  line-height: 26px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li:hover > a,
#adf1bab050a3c45 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #3295f8;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li.active > a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#adf1bab050a3c45 .menu-list ul,
#adf1bab050a3c45 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #fefefe;
}
#adf1bab050a3c45 .menu-list ul {
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
#adf1bab050a3c45 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adf1bab050a3c45 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adf1bab050a3c45 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #fefefe;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: FZKai-Z03S;
  color: #030000;
  width: null;
}
#adf1bab050a3c45 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #000000;
  background-color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab612a7791a534f form {
  width: 100%;
  height: 100%;
}
#ab612a7791a534f .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 18px;
  height: 100%;
}
#ab612a7791a534f .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab612a7791a534f .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ab612a7791a534f .search-box .search-type.show {
  display: block;
}
#ab612a7791a534f .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ab612a7791a534f .search-box .search-type li:hover {
  color: #00ad5f;
}
#ab612a7791a534f .search-box .search-type li.active {
  color: #00ad5f;
}
#ab612a7791a534f .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab612a7791a534f .inner-form .input-field {
  height: 100%;
}
#ab612a7791a534f .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #000;
}
#ab612a7791a534f .inner-form .input-field input.placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:-moz-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ab612a7791a534f .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ab612a7791a534f .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ab612a7791a534f .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ab612a7791a534f .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ab612a7791a534f .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ab612a7791a534f .btn-search:hover {
  background: #00ad5f;
}
#ab612a7791a534f .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b84a8d9fa6b26 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(50, 149, 248, 1);border-radius: 20px;border-style: solid;font-family: FZKai-Z03S;}#a1b84a8d9fa6b26 .ele-wrap:hover {background-color: rgba(18, 122, 228, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac4baabeeeabeff .site-language-menu a {
  font-size: 18;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #414141;
}
#ac4baabeeeabeff .site-language-menu a:hover {
  color: #414141;
}
#ac4baabeeeabeff .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac4baabeeeabeff .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac4baabeeeabeff .uk-dropdown li a {
  font-size: 18;
  color: #444;
}
#ac4baabeeeabeff .uk-dropdown li a:hover {
  color: #222;
}
#ac4baabeeeabeff .uk-dropdown li:last-child {
  border-bottom: none;
}
#a3b9da5ebcad295 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 22px;font-family: FZKai-Z03S;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3b9da5ebcad295 .ap-content-container {
  height: 100%;
  min-height: 80px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab494acf4aaa0cf .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#ab494acf4aaa0cf .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#ab494acf4aaa0cf .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#ab494acf4aaa0cf .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#ab494acf4aaa0cf .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#ab494acf4aaa0cf .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#ab494acf4aaa0cf .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#ab494acf4aaa0cf .nav-list {
  padding: 0 20px;
}
#ab494acf4aaa0cf .nav-list .nav-item {
  display: inline-block;
  line-height: 21px;
  padding: 2px 6px 3px;
  font-size: 14px;
  color: #666;
  margin: 10px 30px 15px 0;
  cursor: pointer;
}
#ab494acf4aaa0cf .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#ab494acf4aaa0cf .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#ab494acf4aaa0cf .order-item:hover {
  background: #f7f7f7;
}
#ab494acf4aaa0cf .del-order {
  cursor: pointer;
}
#ab494acf4aaa0cf .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#ab494acf4aaa0cf .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#ab494acf4aaa0cf .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#ab494acf4aaa0cf .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#ab494acf4aaa0cf .goods-item .goods-info {
  padding: 0 15px;
}
#ab494acf4aaa0cf .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#ab494acf4aaa0cf .appoint-time {
  margin-bottom: 4px;
}
#ab494acf4aaa0cf .appoint-name {
  color: #333;
  font-size: 14px;
}
#ab494acf4aaa0cf .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#ab494acf4aaa0cf .goods-item .goods-name {
  color: #333;
}
#ab494acf4aaa0cf .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#ab494acf4aaa0cf .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#ab494acf4aaa0cf .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#ab494acf4aaa0cf .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#ab494acf4aaa0cf .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#ab494acf4aaa0cf .order-btns .btn {
  line-height: 26px;
  border-radius: 2px;
  border: 1px solid #ececec;
  padding: 0 14px;
  display: inline-block;
  margin-left: 8px;
  background: #fff;
  color: #333;
}
#ab494acf4aaa0cf .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#ab494acf4aaa0cf .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#ab494acf4aaa0cf .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#ab494acf4aaa0cf .setting-form {
  padding: 30px 20px;
}
#ab494acf4aaa0cf .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#ab494acf4aaa0cf .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#ab494acf4aaa0cf .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#ab494acf4aaa0cf .setting-form .setting-btns {
  margin-left: 130px;
}
#ab494acf4aaa0cf .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#ab494acf4aaa0cf .setting-wrap {
  position: relative;
}
#ab494acf4aaa0cf .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#ab494acf4aaa0cf .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#ab494acf4aaa0cf .user-info .levels {
  color: #888;
  font-size: 12px;
}
#ab494acf4aaa0cf .address-wrap {
  padding: 30px 20px;
}
#ab494acf4aaa0cf .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#ab494acf4aaa0cf .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#ab494acf4aaa0cf .addr-list {
  min-height: 200px;
}
#ab494acf4aaa0cf .addr-detail .addr-item-name,
#ab494acf4aaa0cf .addr-detail .addr-default {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 0 5px;
  vertical-align: middle;
  margin: -2px 5px 0 0;
  max-width: 8em;
  height: 16px;
  line-height: 14px;
  font-size: 12px;
  color: #4b9bfb;
  border: 1px solid #4b9bfb;
}
#ab494acf4aaa0cf .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#ab494acf4aaa0cf .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#ab494acf4aaa0cf .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#ab494acf4aaa0cf .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#ab494acf4aaa0cf .add-addr {
  height: 32px;
  line-height: 30px;
}
#ab494acf4aaa0cf .publish-item .status {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 50px;
  background: url(/resources/sys/img/icons/info-pass.png) center center no-repeat;
  background-size: contain;
}
#ab494acf4aaa0cf .publish-item {
  cursor: default;
  min-height: 120px;
}
#ab494acf4aaa0cf .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#ab494acf4aaa0cf .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#ab494acf4aaa0cf .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #014099;
}
#ab494acf4aaa0cf .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a199da8f78a5db2 .uk-container {
  line-height: 2;
}
#a853eae254ad1a6 > .ele-wrap {background-color: rgba(50, 149, 248, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adf1bab050a3c45 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#adf1bab050a3c45 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#adf1bab050a3c45 .ap-icon {
  margin-right: 6px;
}
#adf1bab050a3c45 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#adf1bab050a3c45 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 23px;
  font-family: FZKai-Z03S;
  color: #ffffff;
  line-height: 26px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li:hover > a,
#adf1bab050a3c45 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #3295f8;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li.active > a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#adf1bab050a3c45 .menu-list ul,
#adf1bab050a3c45 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #fefefe;
}
#adf1bab050a3c45 .menu-list ul {
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
#adf1bab050a3c45 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adf1bab050a3c45 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adf1bab050a3c45 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #fefefe;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: FZKai-Z03S;
  color: #030000;
  width: null;
}
#adf1bab050a3c45 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #000000;
  background-color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab612a7791a534f form {
  width: 100%;
  height: 100%;
}
#ab612a7791a534f .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 18px;
  height: 100%;
}
#ab612a7791a534f .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab612a7791a534f .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ab612a7791a534f .search-box .search-type.show {
  display: block;
}
#ab612a7791a534f .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ab612a7791a534f .search-box .search-type li:hover {
  color: #00ad5f;
}
#ab612a7791a534f .search-box .search-type li.active {
  color: #00ad5f;
}
#ab612a7791a534f .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab612a7791a534f .inner-form .input-field {
  height: 100%;
}
#ab612a7791a534f .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #000;
}
#ab612a7791a534f .inner-form .input-field input.placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:-moz-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ab612a7791a534f .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ab612a7791a534f .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ab612a7791a534f .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ab612a7791a534f .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ab612a7791a534f .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ab612a7791a534f .btn-search:hover {
  background: #00ad5f;
}
#ab612a7791a534f .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b84a8d9fa6b26 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(50, 149, 248, 1);border-radius: 20px;border-style: solid;font-family: FZKai-Z03S;}#a1b84a8d9fa6b26 .ele-wrap:hover {background-color: rgba(18, 122, 228, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac4baabeeeabeff .site-language-menu a {
  font-size: 18;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #414141;
}
#ac4baabeeeabeff .site-language-menu a:hover {
  color: #414141;
}
#ac4baabeeeabeff .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac4baabeeeabeff .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac4baabeeeabeff .uk-dropdown li a {
  font-size: 18;
  color: #444;
}
#ac4baabeeeabeff .uk-dropdown li a:hover {
  color: #222;
}
#ac4baabeeeabeff .uk-dropdown li:last-child {
  border-bottom: none;
}
#a3b9da5ebcad295 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 22px;font-family: FZKai-Z03S;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3b9da5ebcad295 .ap-content-container {
  height: 100%;
  min-height: 80px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4566a3e2ca6c43 .search-highlight {
  background: yellow;
}
#a4566a3e2ca6c43 .category-list {
  background: #fff;
  padding: 20px 40px;
}
#a4566a3e2ca6c43 .goods-sort {
  padding: 10px 0;
}
#a4566a3e2ca6c43 .goods {
  padding-bottom: 20px;
}
#a4566a3e2ca6c43 .goods-sort .category {
  border-bottom: 1px dashed #dedede;
  position: relative;
}
#a4566a3e2ca6c43 .goods-sort .category .name {
  font-size: 14px;
  color: #999;
  position: absolute;
  left: 0;
  top: 0;
}
#a4566a3e2ca6c43 .goods-sort .category-items {
  overflow: hidden;
  margin-bottom: 4px;
  margin-left: 65px;
}
#a4566a3e2ca6c43 .goods-sort .category-item {
  float: left;
  color: #333;
  margin-right: 30px;
  margin-bottom: 10px;
  font-size: 14px;
}
#a4566a3e2ca6c43 .goods-sort .sort-default.active,
#a4566a3e2ca6c43 .goods-sort .category-item.active {
  color: red;
}
#a4566a3e2ca6c43 .sorts {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  line-height: 1;
  border-bottom: 1px solid #dedede;
}
#a4566a3e2ca6c43 .sorts .name {
  font-size: 14px;
  color: #999;
  margin-right: 28px;
}
#a4566a3e2ca6c43 .sorts .sort {
  display: inline-block;
  margin-right: 30px;
  font-size: 14px;
  color: #333;
}
#a4566a3e2ca6c43 .sorts .sort.active span {
  color: #e4393c;
}
#a4566a3e2ca6c43 .sorts .fa {
  color: #999;
}
#a4566a3e2ca6c43 .sorts .fa.active {
  color: #e4393c;
}
#a4566a3e2ca6c43 .sorts .sort-icon {
  display: inline-block;
  margin-left: 6px;
}
#a4566a3e2ca6c43 .sorts .sort-icon i {
  display: block;
  font-size: 12px;
  line-height: 1;
  height: 2px;
}
#a4566a3e2ca6c43 .uk-container {
  min-height: 200px;
}
#a4566a3e2ca6c43 .not-found {
  line-height: 200px;
}
#a4566a3e2ca6c43 .goods .item {
  color: #333;
  font-weight: 400;
}
#a4566a3e2ca6c43 .img-alter {
  display: none;
}
#a4566a3e2ca6c43 .goods .item:hover .img-main {
  display: none;
}
#a4566a3e2ca6c43 .goods .item:hover .img-alter {
  display: block;
}
#a4566a3e2ca6c43 .goods .item .title {
  padding: 0 10px;
  margin-bottom: 4px;
  line-height: 20px;
  font-weight: bolder;
  transition: all .1s ease;
}
#a4566a3e2ca6c43 .goods .item .title:hover {
  color: #d4282d;
}
#a4566a3e2ca6c43 .goods .item .price {
  color: #d4282d;
  line-height: 22px;
  font-size: 13px;
  font-weight: bold;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a4566a3e2ca6c43 .goods .item hr {
  width: 60%;
  display: block;
  height: 1px;
  padding: 0;
  margin: 6px auto 14px;
  border: 0;
  border-top: 1px solid #e8e8e8;
}
#a4566a3e2ca6c43 .goods .item .subTitle {
  padding: 0 10px;
  line-height: 18px;
  color: #999;
}
#a4566a3e2ca6c43 .goods .origin-price {
  display: inline-block;
  margin-left: 6px;
  font-size: 12px;
  color: #999;
  text-decoration: line-through;
}
#a4566a3e2ca6c43 .goods .member-price {
  font-size: 12px;
  color: #d4282d;
  font-weight: 500;
  line-height: 18px;
  margin-left: 10px;
}
#a4566a3e2ca6c43 .uk-card .uk-card-media {
  background: #fff;
}
#a4566a3e2ca6c43 .uk-card:hover {
  background-color: #f4f0e9;
}
#a4566a3e2ca6c43 .sort-time.active .fa {
  color: #e4393c;
}
#a4566a3e2ca6c43 * + .uk-grid-margin-small,
#a4566a3e2ca6c43 .uk-grid + .uk-grid-small,
#a4566a3e2ca6c43 .uk-grid-small > .uk-grid-margin {
  margin-top: 50px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3085ac4b6ac534 .uk-container {
  line-height: 2;
}
#a853eae254ad1a6 > .ele-wrap {background-color: rgba(50, 149, 248, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adf1bab050a3c45 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#adf1bab050a3c45 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#adf1bab050a3c45 .ap-icon {
  margin-right: 6px;
}
#adf1bab050a3c45 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#adf1bab050a3c45 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 23px;
  font-family: FZKai-Z03S;
  color: #ffffff;
  line-height: 26px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li:hover > a,
#adf1bab050a3c45 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #3295f8;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li.active > a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#adf1bab050a3c45 .menu-list ul,
#adf1bab050a3c45 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #fefefe;
}
#adf1bab050a3c45 .menu-list ul {
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
#adf1bab050a3c45 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adf1bab050a3c45 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adf1bab050a3c45 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #fefefe;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: FZKai-Z03S;
  color: #030000;
  width: null;
}
#adf1bab050a3c45 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #000000;
  background-color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab612a7791a534f form {
  width: 100%;
  height: 100%;
}
#ab612a7791a534f .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 18px;
  height: 100%;
}
#ab612a7791a534f .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab612a7791a534f .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ab612a7791a534f .search-box .search-type.show {
  display: block;
}
#ab612a7791a534f .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ab612a7791a534f .search-box .search-type li:hover {
  color: #00ad5f;
}
#ab612a7791a534f .search-box .search-type li.active {
  color: #00ad5f;
}
#ab612a7791a534f .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab612a7791a534f .inner-form .input-field {
  height: 100%;
}
#ab612a7791a534f .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #000;
}
#ab612a7791a534f .inner-form .input-field input.placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:-moz-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ab612a7791a534f .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ab612a7791a534f .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ab612a7791a534f .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ab612a7791a534f .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ab612a7791a534f .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ab612a7791a534f .btn-search:hover {
  background: #00ad5f;
}
#ab612a7791a534f .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b84a8d9fa6b26 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(50, 149, 248, 1);border-radius: 20px;border-style: solid;font-family: FZKai-Z03S;}#a1b84a8d9fa6b26 .ele-wrap:hover {background-color: rgba(18, 122, 228, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac4baabeeeabeff .site-language-menu a {
  font-size: 18;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #414141;
}
#ac4baabeeeabeff .site-language-menu a:hover {
  color: #414141;
}
#ac4baabeeeabeff .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac4baabeeeabeff .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac4baabeeeabeff .uk-dropdown li a {
  font-size: 18;
  color: #444;
}
#ac4baabeeeabeff .uk-dropdown li a:hover {
  color: #222;
}
#ac4baabeeeabeff .uk-dropdown li:last-child {
  border-bottom: none;
}
#a3b9da5ebcad295 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 22px;font-family: FZKai-Z03S;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3b9da5ebcad295 .ap-content-container {
  height: 100%;
  min-height: 80px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ace1ba9f26a26ce .coupon-item:after,
#ace1ba9f26a26ce .coupon-item:before {
  background: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae6afa58cfa620b .uk-container {
  line-height: 2;
}
#a853eae254ad1a6 > .ele-wrap {background-color: rgba(50, 149, 248, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adf1bab050a3c45 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#adf1bab050a3c45 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#adf1bab050a3c45 .ap-icon {
  margin-right: 6px;
}
#adf1bab050a3c45 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#adf1bab050a3c45 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 23px;
  font-family: FZKai-Z03S;
  color: #ffffff;
  line-height: 26px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li:hover > a,
#adf1bab050a3c45 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #3295f8;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li.active > a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#adf1bab050a3c45 .menu-list ul,
#adf1bab050a3c45 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #fefefe;
}
#adf1bab050a3c45 .menu-list ul {
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
#adf1bab050a3c45 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adf1bab050a3c45 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adf1bab050a3c45 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #fefefe;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: FZKai-Z03S;
  color: #030000;
  width: null;
}
#adf1bab050a3c45 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #000000;
  background-color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab612a7791a534f form {
  width: 100%;
  height: 100%;
}
#ab612a7791a534f .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 18px;
  height: 100%;
}
#ab612a7791a534f .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab612a7791a534f .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ab612a7791a534f .search-box .search-type.show {
  display: block;
}
#ab612a7791a534f .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ab612a7791a534f .search-box .search-type li:hover {
  color: #00ad5f;
}
#ab612a7791a534f .search-box .search-type li.active {
  color: #00ad5f;
}
#ab612a7791a534f .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab612a7791a534f .inner-form .input-field {
  height: 100%;
}
#ab612a7791a534f .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #000;
}
#ab612a7791a534f .inner-form .input-field input.placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:-moz-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ab612a7791a534f .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ab612a7791a534f .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ab612a7791a534f .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ab612a7791a534f .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ab612a7791a534f .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ab612a7791a534f .btn-search:hover {
  background: #00ad5f;
}
#ab612a7791a534f .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b84a8d9fa6b26 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(50, 149, 248, 1);border-radius: 20px;border-style: solid;font-family: FZKai-Z03S;}#a1b84a8d9fa6b26 .ele-wrap:hover {background-color: rgba(18, 122, 228, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac4baabeeeabeff .site-language-menu a {
  font-size: 18;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #414141;
}
#ac4baabeeeabeff .site-language-menu a:hover {
  color: #414141;
}
#ac4baabeeeabeff .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac4baabeeeabeff .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac4baabeeeabeff .uk-dropdown li a {
  font-size: 18;
  color: #444;
}
#ac4baabeeeabeff .uk-dropdown li a:hover {
  color: #222;
}
#ac4baabeeeabeff .uk-dropdown li:last-child {
  border-bottom: none;
}
#a3b9da5ebcad295 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 22px;font-family: FZKai-Z03S;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3b9da5ebcad295 .ap-content-container {
  height: 100%;
  min-height: 80px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a00dbae340ad5f5 {
  min-height: 500px;
  /* mobile */
}
#a00dbae340ad5f5 .search-highlight {
  background: yellow;
}
#a00dbae340ad5f5 .el-item {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a00dbae340ad5f5 .el-title {
  margin-bottom: 20px;
}
#a00dbae340ad5f5 .el-item:hover {
  background: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a00dbae340ad5f5 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a00dbae340ad5f5 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a00dbae340ad5f5 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a00dbae340ad5f5 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a00dbae340ad5f5 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a00dbae340ad5f5 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a00dbae340ad5f5 .el-title {
    margin-bottom: 0;
  }
  #a00dbae340ad5f5 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a00dbae340ad5f5 .category {
    font-size: 12px;
  }
  #a00dbae340ad5f5 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a898fad254a3a27 .uk-container {
  line-height: 2;
}
#a853eae254ad1a6 > .ele-wrap {background-color: rgba(50, 149, 248, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adf1bab050a3c45 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#adf1bab050a3c45 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#adf1bab050a3c45 .ap-icon {
  margin-right: 6px;
}
#adf1bab050a3c45 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#adf1bab050a3c45 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 23px;
  font-family: FZKai-Z03S;
  color: #ffffff;
  line-height: 26px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li:hover > a,
#adf1bab050a3c45 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #3295f8;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li.active > a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#adf1bab050a3c45 .menu-list ul,
#adf1bab050a3c45 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #fefefe;
}
#adf1bab050a3c45 .menu-list ul {
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
#adf1bab050a3c45 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adf1bab050a3c45 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adf1bab050a3c45 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #fefefe;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: FZKai-Z03S;
  color: #030000;
  width: null;
}
#adf1bab050a3c45 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #000000;
  background-color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab612a7791a534f form {
  width: 100%;
  height: 100%;
}
#ab612a7791a534f .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 18px;
  height: 100%;
}
#ab612a7791a534f .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab612a7791a534f .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ab612a7791a534f .search-box .search-type.show {
  display: block;
}
#ab612a7791a534f .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ab612a7791a534f .search-box .search-type li:hover {
  color: #00ad5f;
}
#ab612a7791a534f .search-box .search-type li.active {
  color: #00ad5f;
}
#ab612a7791a534f .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab612a7791a534f .inner-form .input-field {
  height: 100%;
}
#ab612a7791a534f .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #000;
}
#ab612a7791a534f .inner-form .input-field input.placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:-moz-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ab612a7791a534f .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ab612a7791a534f .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ab612a7791a534f .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ab612a7791a534f .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ab612a7791a534f .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ab612a7791a534f .btn-search:hover {
  background: #00ad5f;
}
#ab612a7791a534f .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b84a8d9fa6b26 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(50, 149, 248, 1);border-radius: 20px;border-style: solid;font-family: FZKai-Z03S;}#a1b84a8d9fa6b26 .ele-wrap:hover {background-color: rgba(18, 122, 228, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac4baabeeeabeff .site-language-menu a {
  font-size: 18;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #414141;
}
#ac4baabeeeabeff .site-language-menu a:hover {
  color: #414141;
}
#ac4baabeeeabeff .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac4baabeeeabeff .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac4baabeeeabeff .uk-dropdown li a {
  font-size: 18;
  color: #444;
}
#ac4baabeeeabeff .uk-dropdown li a:hover {
  color: #222;
}
#ac4baabeeeabeff .uk-dropdown li:last-child {
  border-bottom: none;
}
#a3b9da5ebcad295 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 22px;font-family: FZKai-Z03S;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3b9da5ebcad295 .ap-content-container {
  height: 100%;
  min-height: 80px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9766a1e00ab465 .uk-checkbox:not(:checked) {
  background: #fff;
}
#a9766a1e00ab465 .cart-wrap .column {
  float: left;
  text-align: center;
}
#a9766a1e00ab465 .cart-head,
#a9766a1e00ab465 .cart-footer,
#a9766a1e00ab465 .cart-item {
  margin-bottom: 10px;
  padding: 12px 0;
  border: 1px solid #f0f0f0;
  background-color: #fff;
}
#a9766a1e00ab465 .cart-head {
  background-color: #efefef;
}
#a9766a1e00ab465 .cart-head,
#a9766a1e00ab465 .cart-footer {
  margin: 20px 0;
  padding: 12px;
}
#a9766a1e00ab465 .cart-footer {
  display: none;
}
#a9766a1e00ab465 .cart-head .c-checkbox {
  width: 150px;
}
#a9766a1e00ab465 .c-info {
  width: 410px;
}
#a9766a1e00ab465 .c-price {
  width: 180px;
}
#a9766a1e00ab465 .c-count {
  width: 170px;
}
#a9766a1e00ab465 .c-sum {
  width: 170px;
}
#a9766a1e00ab465 .cart-item {
  padding: 20px 12px;
}
#a9766a1e00ab465 .selected {
  background-color: #fdf5e9;
}
#a9766a1e00ab465 .cart-item .c-info {
  width: 500px;
}
#a9766a1e00ab465 .cart-item .c-checkbox {
  width: 60px;
}
#a9766a1e00ab465 .cart-item .pic {
  float: left;
  width: 100px;
  height: 100px;
  border: 1px solid #f0f0f0;
  background: #fafafa;
}
#a9766a1e00ab465 .cart-item .c-info .info {
  padding-left: 120px;
  min-height: 100px;
  width: 500px;
  padding-top: 10px;
  line-height: 1;
}
#a9766a1e00ab465 .cart-item .c-info .title {
  font-size: 14px;
  display: block;
  color: #333;
  text-align: left;
  margin-bottom: 6px;
}
#a9766a1e00ab465 .cart-item .c-info span {
  font-size: 12px;
  color: #999;
}
#a9766a1e00ab465 .cart-item .price {
  text-align: center;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a9766a1e00ab465 .cart-item .price-total {
  color: #d4282d;
  font-weight: bolder;
}
#a9766a1e00ab465 .cart-item .present-price {
  font-size: 14px;
  color: #333;
}
#a9766a1e00ab465 .cart-item .origin-price {
  color: #999;
  font-size: 12px;
  display: inline-block;
  margin-left: 6px;
  text-decoration: line-through;
}
#a9766a1e00ab465 .cart-item .column {
  padding-top: 12px;
}
#a9766a1e00ab465 .cart-item .c-info {
  padding-top: 0;
}
#a9766a1e00ab465 .cart-item .del {
  color: #555;
}
#a9766a1e00ab465 .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#a9766a1e00ab465 .select-num .btn {
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#a9766a1e00ab465 .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#a9766a1e00ab465 .select-num i {
  line-height: 30px;
}
#a9766a1e00ab465 .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#a9766a1e00ab465 .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#a9766a1e00ab465 .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#a9766a1e00ab465 .price-info {
  color: #999;
  float: right;
  margin-left: 20px;
}
#a9766a1e00ab465 .price-info .discount {
  font-size: 12px;
}
#a9766a1e00ab465 .price-info .price-num {
  font-size: 16px;
  color: #E2231A;
  font-weight: 700;
}
#a9766a1e00ab465 .column-left {
  line-height: 36px;
}
#a9766a1e00ab465 .column-left a {
  color: #888;
  display: inline-block;
  margin-left: 10px;
}
#a9766a1e00ab465 .column-left a:hover {
  color: #E2231A;
}
#a9766a1e00ab465 .column-right {
  padding-right: 130px;
}
#a9766a1e00ab465 .column-right .selected-num {
  color: #999;
  font-size: 13px;
  line-height: 26px;
}
#a9766a1e00ab465 .column-right .selected-num span {
  color: #E2231A;
  font-weight: bolder;
  display: inline-block;
  margin: 0 2px;
}
#a9766a1e00ab465 .order-btn {
  display: block;
  position: absolute;
  right: -1px;
  top: -1px;
  width: 130px;
  line-height: 68px;
  color: #fff;
  font-size: 24px;
  background-color: #E2231A;
  text-align: center;
}
#a9766a1e00ab465 .cart-icon {
  width: 200px;
  fill: #ccc;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aac62a7701a287a .uk-container {
  line-height: 2;
}
#a853eae254ad1a6 > .ele-wrap {background-color: rgba(50, 149, 248, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adf1bab050a3c45 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#adf1bab050a3c45 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#adf1bab050a3c45 .ap-icon {
  margin-right: 6px;
}
#adf1bab050a3c45 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#adf1bab050a3c45 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 23px;
  font-family: FZKai-Z03S;
  color: #ffffff;
  line-height: 26px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li:hover > a,
#adf1bab050a3c45 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #3295f8;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li.active > a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#adf1bab050a3c45 .menu-list ul,
#adf1bab050a3c45 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #fefefe;
}
#adf1bab050a3c45 .menu-list ul {
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
#adf1bab050a3c45 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adf1bab050a3c45 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adf1bab050a3c45 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #fefefe;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: FZKai-Z03S;
  color: #030000;
  width: null;
}
#adf1bab050a3c45 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #000000;
  background-color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab612a7791a534f form {
  width: 100%;
  height: 100%;
}
#ab612a7791a534f .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 18px;
  height: 100%;
}
#ab612a7791a534f .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab612a7791a534f .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ab612a7791a534f .search-box .search-type.show {
  display: block;
}
#ab612a7791a534f .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ab612a7791a534f .search-box .search-type li:hover {
  color: #00ad5f;
}
#ab612a7791a534f .search-box .search-type li.active {
  color: #00ad5f;
}
#ab612a7791a534f .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab612a7791a534f .inner-form .input-field {
  height: 100%;
}
#ab612a7791a534f .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #000;
}
#ab612a7791a534f .inner-form .input-field input.placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:-moz-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ab612a7791a534f .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ab612a7791a534f .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ab612a7791a534f .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ab612a7791a534f .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ab612a7791a534f .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ab612a7791a534f .btn-search:hover {
  background: #00ad5f;
}
#ab612a7791a534f .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b84a8d9fa6b26 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(50, 149, 248, 1);border-radius: 20px;border-style: solid;font-family: FZKai-Z03S;}#a1b84a8d9fa6b26 .ele-wrap:hover {background-color: rgba(18, 122, 228, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac4baabeeeabeff .site-language-menu a {
  font-size: 18;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #414141;
}
#ac4baabeeeabeff .site-language-menu a:hover {
  color: #414141;
}
#ac4baabeeeabeff .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac4baabeeeabeff .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac4baabeeeabeff .uk-dropdown li a {
  font-size: 18;
  color: #444;
}
#ac4baabeeeabeff .uk-dropdown li a:hover {
  color: #222;
}
#ac4baabeeeabeff .uk-dropdown li:last-child {
  border-bottom: none;
}
#a3b9da5ebcad295 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 22px;font-family: FZKai-Z03S;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3b9da5ebcad295 .ap-content-container {
  height: 100%;
  min-height: 80px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1fbfac632a992e .checkout-title {
  font-size: 16px;
  color: #666;
  line-height: 42px;
}
#a1fbfac632a992e .checkout-wrap {
  background-color: #fff;
  padding: 0 20px;
  border: 1px solid #f0f0f0;
  color: #666;
}
#a1fbfac632a992e .add-addr {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 12px;
}
#a1fbfac632a992e .checkout-wrap h3 {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  color: #333;
  font-weight: bold;
  margin: 0;
}
#a1fbfac632a992e .addr-list {
  height: 45px;
  overflow: hidden;
}
#a1fbfac632a992e .addr-list.expand {
  height: auto;
}
#a1fbfac632a992e .addr-item {
  list-style: none;
  height: 30px;
  margin: 6px 0 20px;
  display: block;
  position: relative;
}
#a1fbfac632a992e .addr-item:hover {
  background-color: #fff3f3;
}
#a1fbfac632a992e .addr-item .addr-item-name {
  list-style: none;
  position: relative;
  border: 1px solid #ddd;
  line-height: 28px;
  padding: 0 10px;
  width: 120px;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  color: #777;
  float: left;
  margin-right: 15px;
}
#a1fbfac632a992e .addr-item.selected .addr-item-name {
  border: 2px solid #FF0036;
}
#a1fbfac632a992e .addr-default {
  margin: 5px 10px;
  background-color: #999;
  color: #fff;
  padding: 0 4px;
  line-height: 20px;
  display: inline-block;
}
#a1fbfac632a992e .addr-item.selected .addr-item-name i {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12px;
  height: 12px;
  overflow: hidden;
  text-indent: -99em;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAMAAABhq6zVAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAJUExURUxpcf8AN////7f4NBoAAAABdFJOUwBA5thmAAAAMUlEQVQI103MAQ4AMAQEQev/j66i6YrEXIKIX9jY2NjYyDmhZnlCo5rdyWvebfYDVAcSmABbA7WD+QAAAABJRU5ErkJggg==);
  color: black;
}
#a1fbfac632a992e .addr-item .addr-detail {
  line-height: 30px;
  font-size: 12px;
}
#a1fbfac632a992e .addr-item .op-btns {
  position: absolute;
  right: 0;
  top: 6px;
  font-size: 12px;
}
#a1fbfac632a992e .addr-item .op-btns a {
  color: #005ea7;
  display: inline-block;
  margin-right: 12px;
}
#a1fbfac632a992e .addr-item .op-btns a:hover {
  color: #FF0036;
}
#a1fbfac632a992e .addr-switch {
  line-height: 24px;
  cursor: pointer;
  font-size: 12px;
  margin-bottom: 15px;
}
#a1fbfac632a992e .addr-switch b {
  display: inline-block;
  vertical-align: middle;
  height: 10px;
  line-height: 10px;
  width: 9px;
  margin-left: 5px;
  background: url(/resources/sys/img/toggle-arrow.png) no-repeat 0 0;
}
#a1fbfac632a992e .addr-switch.expand b {
  background-position: 0 -10px;
}
#a1fbfac632a992e table {
  border: 1px solid #ececec;
  margin: 0 0 30px;
  color: #333;
}
#a1fbfac632a992e table thead {
  color: #999;
  background-color: #f5f5f5;
}
#a1fbfac632a992e table td {
  text-align: center;
}
#a1fbfac632a992e table thead td {
  border-top: none;
}
#a1fbfac632a992e table .goods-pic {
  width: 100px;
  height: 100px;
  margin-right: 12px;
  float: left;
}
#a1fbfac632a992e table .goods-info a {
  color: #333;
  font-weight: bolder;
}
#a1fbfac632a992e table .goods-info span {
  font-size: 12px;
  color: #999;
}
#a1fbfac632a992e .origin-price {
  color: #999;
  text-decoration: line-through;
}
#a1fbfac632a992e table .price {
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a1fbfac632a992e .checkout-summary {
  margin: 20px 4px 10px;
}
#a1fbfac632a992e .summary-item {
  font-size: 12px;
  line-height: 24px;
  color: #666;
}
#a1fbfac632a992e .summary-item > em {
  width: 140px;
  display: inline-block;
  color: #333;
  font-size: 12px;
  font-family: verdana;
  font-style: normal;
}
#a1fbfac632a992e .order-confirm {
  padding: 15px 10px 15px 0;
  text-align: right;
  border-top: 1px solid #e6e6e6;
  color: #999;
  background-color: #f4f4f4;
  line-height: 24px;
  font-size: 12px;
}
#a1fbfac632a992e .order-confirm .total-price {
  display: inline-block;
  color: #e4393c;
  font-family: Verdana;
  font-weight: 700;
  font-size: 18px;
  min-width: 122px;
}
#a1fbfac632a992e .order-btn {
  margin-top: 20px;
  display: inline-block;
  line-height: 42px;
  padding: 0 35px;
  color: #fff;
  font-size: 18px;
  background-color: #E2231A;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
}
#a1fbfac632a992e .order-submit-btn:hover {
  background-color: #EF494D;
}
#a1fbfac632a992e .coupon-select {
  padding: 0 20px;
  line-height: 28px;
  color: #EF494D;
  border: 1px solid #EF494D;
  margin-top: 6px;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
}
#a1fbfac632a992e .coupon-select.disable {
  color: #555;
  border-color: #333;
  cursor: not-allowed;
}
#a1fbfac632a992e .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#a1fbfac632a992e .select-num .btn {
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#a1fbfac632a992e .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#a1fbfac632a992e .select-num i {
  line-height: 30px;
}
#a1fbfac632a992e .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#a1fbfac632a992e .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#a1fbfac632a992e .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#a1fbfac632a992e .toggle-point {
  position: absolute;
  right: 0;
  top: 24px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a67a0aaf38a2b84 .uk-container {
  line-height: 2;
}
#a853eae254ad1a6 > .ele-wrap {background-color: rgba(50, 149, 248, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adf1bab050a3c45 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#adf1bab050a3c45 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#adf1bab050a3c45 .ap-icon {
  margin-right: 6px;
}
#adf1bab050a3c45 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#adf1bab050a3c45 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 23px;
  font-family: FZKai-Z03S;
  color: #ffffff;
  line-height: 26px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li:hover > a,
#adf1bab050a3c45 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #3295f8;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li.active > a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#adf1bab050a3c45 .menu-list ul,
#adf1bab050a3c45 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #fefefe;
}
#adf1bab050a3c45 .menu-list ul {
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
#adf1bab050a3c45 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adf1bab050a3c45 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adf1bab050a3c45 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #fefefe;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: FZKai-Z03S;
  color: #030000;
  width: null;
}
#adf1bab050a3c45 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #000000;
  background-color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab612a7791a534f form {
  width: 100%;
  height: 100%;
}
#ab612a7791a534f .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 18px;
  height: 100%;
}
#ab612a7791a534f .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab612a7791a534f .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ab612a7791a534f .search-box .search-type.show {
  display: block;
}
#ab612a7791a534f .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ab612a7791a534f .search-box .search-type li:hover {
  color: #00ad5f;
}
#ab612a7791a534f .search-box .search-type li.active {
  color: #00ad5f;
}
#ab612a7791a534f .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab612a7791a534f .inner-form .input-field {
  height: 100%;
}
#ab612a7791a534f .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #000;
}
#ab612a7791a534f .inner-form .input-field input.placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:-moz-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ab612a7791a534f .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ab612a7791a534f .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ab612a7791a534f .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ab612a7791a534f .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ab612a7791a534f .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ab612a7791a534f .btn-search:hover {
  background: #00ad5f;
}
#ab612a7791a534f .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b84a8d9fa6b26 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(50, 149, 248, 1);border-radius: 20px;border-style: solid;font-family: FZKai-Z03S;}#a1b84a8d9fa6b26 .ele-wrap:hover {background-color: rgba(18, 122, 228, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac4baabeeeabeff .site-language-menu a {
  font-size: 18;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #414141;
}
#ac4baabeeeabeff .site-language-menu a:hover {
  color: #414141;
}
#ac4baabeeeabeff .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac4baabeeeabeff .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac4baabeeeabeff .uk-dropdown li a {
  font-size: 18;
  color: #444;
}
#ac4baabeeeabeff .uk-dropdown li a:hover {
  color: #222;
}
#ac4baabeeeabeff .uk-dropdown li:last-child {
  border-bottom: none;
}
#a3b9da5ebcad295 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 22px;font-family: FZKai-Z03S;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3b9da5ebcad295 .ap-content-container {
  height: 100%;
  min-height: 80px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a69d3a8c6dada63 .title {
  font-size: 18px;
  color: #000;
  line-height: 2;
}
#a69d3a8c6dada63 .order-id {
  color: #666;
}
#a69d3a8c6dada63 .payment {
  cursor: pointer;
}
#a69d3a8c6dada63 .payment img {
  min-height: 40px;
}
#a69d3a8c6dada63 .payment-wrap {
  border: 1px solid #ececec;
  margin: 20px 0;
}
#a69d3a8c6dada63 .payment-title {
  height: 42px;
  padding-left: 21px;
  background-color: #f4f4f4;
  border-bottom: 1px solid #efefef;
  line-height: 41px;
  color: #999;
  font-size: 14px;
}
#a69d3a8c6dada63 .selected {
  border: 2px solid #e1251b;
}
#a69d3a8c6dada63 .btn {
  display: inline-block;
  line-height: 42px;
  padding: 2px 35px;
  color: #fff;
  font-size: 18px;
  background-color: #E2231A;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
}
#a69d3a8c6dada63 .btn:hover {
  background-color: #EF494D;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad1f9aa228a42e7 .uk-container {
  line-height: 2;
}
#a853eae254ad1a6 > .ele-wrap {background-color: rgba(50, 149, 248, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adf1bab050a3c45 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#adf1bab050a3c45 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#adf1bab050a3c45 .ap-icon {
  margin-right: 6px;
}
#adf1bab050a3c45 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#adf1bab050a3c45 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 23px;
  font-family: FZKai-Z03S;
  color: #ffffff;
  line-height: 26px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li:hover > a,
#adf1bab050a3c45 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #3295f8;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li.active > a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#adf1bab050a3c45 .menu-list ul,
#adf1bab050a3c45 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #fefefe;
}
#adf1bab050a3c45 .menu-list ul {
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
#adf1bab050a3c45 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adf1bab050a3c45 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adf1bab050a3c45 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #fefefe;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: FZKai-Z03S;
  color: #030000;
  width: null;
}
#adf1bab050a3c45 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #000000;
  background-color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab612a7791a534f form {
  width: 100%;
  height: 100%;
}
#ab612a7791a534f .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 18px;
  height: 100%;
}
#ab612a7791a534f .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab612a7791a534f .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ab612a7791a534f .search-box .search-type.show {
  display: block;
}
#ab612a7791a534f .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ab612a7791a534f .search-box .search-type li:hover {
  color: #00ad5f;
}
#ab612a7791a534f .search-box .search-type li.active {
  color: #00ad5f;
}
#ab612a7791a534f .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab612a7791a534f .inner-form .input-field {
  height: 100%;
}
#ab612a7791a534f .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #000;
}
#ab612a7791a534f .inner-form .input-field input.placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:-moz-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ab612a7791a534f .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ab612a7791a534f .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ab612a7791a534f .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ab612a7791a534f .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ab612a7791a534f .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ab612a7791a534f .btn-search:hover {
  background: #00ad5f;
}
#ab612a7791a534f .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b84a8d9fa6b26 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(50, 149, 248, 1);border-radius: 20px;border-style: solid;font-family: FZKai-Z03S;}#a1b84a8d9fa6b26 .ele-wrap:hover {background-color: rgba(18, 122, 228, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac4baabeeeabeff .site-language-menu a {
  font-size: 18;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #414141;
}
#ac4baabeeeabeff .site-language-menu a:hover {
  color: #414141;
}
#ac4baabeeeabeff .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac4baabeeeabeff .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac4baabeeeabeff .uk-dropdown li a {
  font-size: 18;
  color: #444;
}
#ac4baabeeeabeff .uk-dropdown li a:hover {
  color: #222;
}
#ac4baabeeeabeff .uk-dropdown li:last-child {
  border-bottom: none;
}
#a3b9da5ebcad295 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 22px;font-family: FZKai-Z03S;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3b9da5ebcad295 .ap-content-container {
  height: 100%;
  min-height: 80px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac901a0657ae797 {
  max-width: 1200px;
  margin: 0 auto;
}
#ac901a0657ae797 .m-header {
  background: #fff;
  height: 44px;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
#ac901a0657ae797 .order-container {
  padding-bottom: 60px;
}
#ac901a0657ae797 .express-date {
  color: #999;
  font-size: 12px;
}
#ac901a0657ae797 .m-header-back {
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 44px;
  padding: 10px;
  text-align: center;
}
#ac901a0657ae797 .m-header-back svg {
  width: 16px;
  fill: #666;
}
#ac901a0657ae797 .m-header-title {
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  color: #333;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#ac901a0657ae797 .order-status {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #f66d70), to(#e93b3d));
  background-image: -webkit-linear-gradient(left, #f66d70, #e93b3d);
  background-image: linear-gradient(90deg, #f66d70, #e93b3d);
  color: #fff;
  padding: 12px 10px;
  font-size: 12px;
  line-height: 18px;
  position: relative;
}
#ac901a0657ae797 .order-status:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 20px;
  left: 0;
  bottom: 0;
  border-radius: 0 100% 0 0;
  background-image: -webkit-linear-gradient(60deg, #e93c3e 32%, #f66c6c 69%);
  background-image: linear-gradient(30deg, #e93c3e 32%, #f66c6c 69%);
}
#ac901a0657ae797 .order-status:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 48px;
  right: 0;
  bottom: 0;
  border-radius: 100% 0 0 2%;
  background-image: -webkit-linear-gradient(53deg, #e93c3e 8%, #f66d70 78%);
  background-image: linear-gradient(37deg, #e93c3e 8%, #f66d70 78%);
}
#ac901a0657ae797 .state-desc {
  padding-left: 25px;
}
#ac901a0657ae797 .order-status .icon-status {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-image: url(/resources/sys/img/order_status_icon.png);
  background-size: 41px 41px;
  background-repeat: no-repeat;
  top: 25px;
}
#ac901a0657ae797 .order-status .icon-status.status-1,
#ac901a0657ae797 .order-status .icon-status.status-2,
#ac901a0657ae797 .order-status .icon-status.status-3 {
  background-position: 0 -22px;
}
#ac901a0657ae797 .order-status .icon-status.status--1 {
  background-position: -22px 0;
}
#ac901a0657ae797 .state-desc .state-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
#ac901a0657ae797 .state-tip {
  font-size: 12px;
}
#ac901a0657ae797 .top-content {
  padding: 0 10px;
  background: #fff;
}
#ac901a0657ae797 .top-content .fa {
  font-size: 24px;
  display: inline-block;
  margin-right: 10px;
  color: #ccc;
  width: 24px;
  text-align: center;
}
#ac901a0657ae797 .top-content .desc {
  color: #333;
  line-height: 21px;
  font-size: 14px;
  background: #fff;
}
#ac901a0657ae797 .top-content .tip {
  font-size: 12px;
  line-height: 18px;
  color: #999;
}
#ac901a0657ae797 .top-content .content-wrap {
  padding: 12px 0;
  border-bottom: 1px solid #f7f7f7;
}
#ac901a0657ae797 .top-content.address .content-wrap {
  border-bottom: none;
}
#ac901a0657ae797 .goods-item {
  margin-top: 10px;
  padding: 10px 10px 20px 10px;
  background: #fff;
  border-bottom: 1px solid #f7f7f7;
}
#ac901a0657ae797 .goods-item img {
  display: block;
  width: 75px;
  height: 75px;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  margin-right: 10px;
}
#ac901a0657ae797 .goods-info .title {
  font-size: 14px;
  margin-bottom: 3px;
  word-break: break-all;
  position: relative;
  color: #333;
  font-weight: 500;
}
#ac901a0657ae797 .goods-info .sku-name {
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #999;
}
#ac901a0657ae797 .goods-info .private-info {
  font-size: 12px;
}
#ac901a0657ae797 .goods-info .num-wrap {
  color: #999;
  font-size: 12px;
}
#ac901a0657ae797 .goods-info .present-price {
  line-height: 30px;
  color: #e93b3d;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}
#ac901a0657ae797 .panel {
  background: #fff;
  margin: 20px 0;
}
#ac901a0657ae797 .panel-header {
  padding: 10px;
  color: #333;
  font-size: 16px;
  position: relative;
  border-bottom: 1px solid #f7f7f7;
}
#ac901a0657ae797 .panel-header .tip {
  line-height: 24px;
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #999;
}
#ac901a0657ae797 .contact {
  padding: 16px 0;
  line-height: 1;
  font-size: 12px;
  color: #999;
  display: block;
  text-align: center;
}
#ac901a0657ae797 .hide {
  display: none;
}
#ac901a0657ae797 .contact img {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  display: inline-block;
}
#ac901a0657ae797 .order-detail {
  padding: 15px 10px;
  background: #fff;
}
#ac901a0657ae797 .order-detail .order-item {
  line-height: 22px;
  margin-bottom: 3px;
  color: #151515;
}
#ac901a0657ae797 .order-detail .order-item span {
  color: #999;
  display: inline-block;
  margin-right: 6px;
}
#ac901a0657ae797 .order-summary {
  border-top: 1px solid #f7f7f7;
  padding: 12px 0;
}
#ac901a0657ae797 .order-id {
  font-size: 13px;
  font-style: normal;
}
#ac901a0657ae797 .order-summary .order-price {
  line-height: 21px;
  color: #333;
  font-weight: 400;
}
#ac901a0657ae797 .order-summary .price {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
}
#ac901a0657ae797 .total-price {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  line-height: 32px;
}
#ac901a0657ae797 .total-price .price {
  color: #f2270c;
}
#ac901a0657ae797 .order-bottom {
  height: 50px;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  z-index: 1000;
  font-size: 12px;
  border-top: 1px solid #f7f7f7;
}
#ac901a0657ae797 .pay-btn {
  display: inline-block;
  line-height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 35px;
  color: #fff;
  font-size: 18px;
  background-color: #E2231A;
  text-align: center;
  cursor: pointer;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aff1fa81a0a8191 .uk-container {
  line-height: 2;
}
#a853eae254ad1a6 > .ele-wrap {background-color: rgba(50, 149, 248, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adf1bab050a3c45 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#adf1bab050a3c45 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#adf1bab050a3c45 .ap-icon {
  margin-right: 6px;
}
#adf1bab050a3c45 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#adf1bab050a3c45 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 23px;
  font-family: FZKai-Z03S;
  color: #ffffff;
  line-height: 26px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li:hover > a,
#adf1bab050a3c45 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #3295f8;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li.active > a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#adf1bab050a3c45 .menu-list ul,
#adf1bab050a3c45 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #fefefe;
}
#adf1bab050a3c45 .menu-list ul {
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
#adf1bab050a3c45 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adf1bab050a3c45 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adf1bab050a3c45 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #fefefe;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: FZKai-Z03S;
  color: #030000;
  width: null;
}
#adf1bab050a3c45 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #000000;
  background-color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab612a7791a534f form {
  width: 100%;
  height: 100%;
}
#ab612a7791a534f .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 18px;
  height: 100%;
}
#ab612a7791a534f .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab612a7791a534f .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ab612a7791a534f .search-box .search-type.show {
  display: block;
}
#ab612a7791a534f .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ab612a7791a534f .search-box .search-type li:hover {
  color: #00ad5f;
}
#ab612a7791a534f .search-box .search-type li.active {
  color: #00ad5f;
}
#ab612a7791a534f .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab612a7791a534f .inner-form .input-field {
  height: 100%;
}
#ab612a7791a534f .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #000;
}
#ab612a7791a534f .inner-form .input-field input.placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:-moz-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ab612a7791a534f .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ab612a7791a534f .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ab612a7791a534f .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ab612a7791a534f .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ab612a7791a534f .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ab612a7791a534f .btn-search:hover {
  background: #00ad5f;
}
#ab612a7791a534f .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b84a8d9fa6b26 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(50, 149, 248, 1);border-radius: 20px;border-style: solid;font-family: FZKai-Z03S;}#a1b84a8d9fa6b26 .ele-wrap:hover {background-color: rgba(18, 122, 228, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac4baabeeeabeff .site-language-menu a {
  font-size: 18;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #414141;
}
#ac4baabeeeabeff .site-language-menu a:hover {
  color: #414141;
}
#ac4baabeeeabeff .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac4baabeeeabeff .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac4baabeeeabeff .uk-dropdown li a {
  font-size: 18;
  color: #444;
}
#ac4baabeeeabeff .uk-dropdown li a:hover {
  color: #222;
}
#ac4baabeeeabeff .uk-dropdown li:last-child {
  border-bottom: none;
}
#a3b9da5ebcad295 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 22px;font-family: FZKai-Z03S;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3b9da5ebcad295 .ap-content-container {
  height: 100%;
  min-height: 80px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1a80af3d1ab0a4 table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#a1a80af3d1ab0a4 table th,
#a1a80af3d1ab0a4 table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#a1a80af3d1ab0a4 table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#a1a80af3d1ab0a4 .red {
  color: #F00!important;
}
#a1a80af3d1ab0a4 .table-title span {
  display: inline-block;
  padding: 0 40px;
  line-height: 40px;
  color: #274589;
  font-size: 16px;
  font-weight: bold;
  background: url(/resources/sys/img/icons/title_icon.png) 0 center no-repeat;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a302da7aeea4f36 .uk-container {
  line-height: 2;
}
#a853eae254ad1a6 > .ele-wrap {background-color: rgba(50, 149, 248, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adf1bab050a3c45 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#adf1bab050a3c45 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#adf1bab050a3c45 .ap-icon {
  margin-right: 6px;
}
#adf1bab050a3c45 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#adf1bab050a3c45 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 0px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 23px;
  font-family: FZKai-Z03S;
  color: #ffffff;
  line-height: 26px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li:hover > a,
#adf1bab050a3c45 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #3295f8;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
}
#adf1bab050a3c45 .menu-list > li.active > a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#adf1bab050a3c45 .menu-list ul,
#adf1bab050a3c45 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #fefefe;
}
#adf1bab050a3c45 .menu-list ul {
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
#adf1bab050a3c45 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adf1bab050a3c45 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adf1bab050a3c45 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background-color: #fefefe;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: FZKai-Z03S;
  color: #030000;
  width: null;
}
#adf1bab050a3c45 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: FZKai-Z03S;
  color: #000000;
  background-color: #ffffff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab612a7791a534f form {
  width: 100%;
  height: 100%;
}
#ab612a7791a534f .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 18px;
  height: 100%;
}
#ab612a7791a534f .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab612a7791a534f .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ab612a7791a534f .search-box .search-type.show {
  display: block;
}
#ab612a7791a534f .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ab612a7791a534f .search-box .search-type li:hover {
  color: #00ad5f;
}
#ab612a7791a534f .search-box .search-type li.active {
  color: #00ad5f;
}
#ab612a7791a534f .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ab612a7791a534f .inner-form .input-field {
  height: 100%;
}
#ab612a7791a534f .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #000;
}
#ab612a7791a534f .inner-form .input-field input.placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:-moz-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 18px;
  color: #262626;
}
#ab612a7791a534f .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ab612a7791a534f .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ab612a7791a534f .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ab612a7791a534f .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ab612a7791a534f .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ab612a7791a534f .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ab612a7791a534f .btn-search:hover {
  background: #00ad5f;
}
#ab612a7791a534f .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b84a8d9fa6b26 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(50, 149, 248, 1);border-radius: 20px;border-style: solid;font-family: FZKai-Z03S;}#a1b84a8d9fa6b26 .ele-wrap:hover {background-color: rgba(18, 122, 228, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac4baabeeeabeff .site-language-menu a {
  font-size: 18;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #414141;
}
#ac4baabeeeabeff .site-language-menu a:hover {
  color: #414141;
}
#ac4baabeeeabeff .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac4baabeeeabeff .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac4baabeeeabeff .uk-dropdown li a {
  font-size: 18;
  color: #444;
}
#ac4baabeeeabeff .uk-dropdown li a:hover {
  color: #222;
}
#ac4baabeeeabeff .uk-dropdown li:last-child {
  border-bottom: none;
}
#a3b9da5ebcad295 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 22px;font-family: FZKai-Z03S;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
