.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: #1e87f0;
  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: #1e87f0;
  text-shadow: none;
}
::selection {
  background: #1e87f0;
  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 #1e87f0;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #1e87f0;
}
/* ========================================================================
     Component: List
   ========================================================================== */
.uk-list,
.ap-child-list > ul {
  padding: 0;
  list-style: none;
}
.uk-list-striped > li:nth-of-type(odd) {
  background: #f8f8f8;
}
/* ========================================================================
     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: #f8f8f8;
}
/* Style modifiers
   ========================================================================== */
/*
   * Link
   */
.uk-icon-link:hover,
.uk-icon-link:focus {
  color: #1e87f0;
  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: #1e87f0;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #1e87f0;
  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: #f8f8f8;
  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: #1e87f0;
  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: #1e87f0;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #1e87f0;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #1e87f0;
  color: #ffffff;
}
/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #222222;
  color: #ffffff;
}
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-button-secondary {
  color: #666;
  border: 1px solid #222222;
}
/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #1e87f0;
  color: #ffffff;
  border-color: #1e87f0;
}
/*
   * 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: #f8f8f8;
  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: #1e87f0;
}
/* 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: #1e87f0;
}
/* 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: #1e87f0;
}
/*
   * Secondary
   */
.uk-section-secondary,
.ap-container-secondary .uk-container {
  background: #222222;
}
.uk-section-muted,
.ap-container-muted .uk-container {
  background: #f8f8f8;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-tile-default {
  background: #ffffff;
}
/*
   * Muted
   */
.uk-tile-muted {
  background: #f8f8f8;
}
/*
   * Primary
   */
.uk-tile-primary {
  background: #1e87f0;
}
/*
   * Secondary
   */
.uk-tile-secondary {
  background: #222222;
}
/* ========================================================================
     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: #1e87f0;
  color: #ffffff;
}
.uk-card-primary .uk-card-title {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-card-secondary {
  background: #222222;
  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: #1e87f0;
  background-color: transparent;
}
/* ========================================================================
     Component: Marker
   ========================================================================== */
/*
   * Addopts `uk-icon`
   */
.uk-marker {
  padding: 5px;
  background: #222222;
  color: #ffffff;
}
/* Hover + Focus */
.uk-marker:hover,
.uk-marker:focus {
  color: #ffffff;
  outline: none;
}
/* ========================================================================
     Component: Alert
   ========================================================================== */
.uk-alert {
  position: relative;
  background: #ffffff;
  color: #333;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-alert-primary {
  background: #ffffff;
  color: #1e87f0;
}
/*
   * 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: #1e87f0;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #1e87f0;
  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: #f8f8f8;
}
.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: #1e87f0;
  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: #1e87f0;
}
/* 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: #1e87f0;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #1e87f0;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #1e87f0;
}
/* 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: #1e87f0;
  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: #1e87f0;
  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: #1e87f0;
  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: #1e87f0;
}
/* 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: #1e87f0;
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #1e87f0;
  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: #1e87f0;
}
/*
   * 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: #1e87f0;
}
/* 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: #f8f8f8;
  color: #666;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-notification-message-primary {
  color: #1e87f0;
}
/*
   * 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: #1e87f0;
  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: #f8f8f8;
  border-radius: 500px;
  overflow: hidden;
}
/*
   * Progress bar
   * 1. Remove right border in IE11 and Edge
   */
.uk-progress::-webkit-progress-value {
  background-color: #1e87f0;
}
.uk-progress::-moz-progress-bar {
  background-color: #1e87f0;
}
.uk-progress::-ms-fill {
  background-color: #1e87f0;
}
/* ========================================================================
     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: #1e87f0 !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: #1e87f0 !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #1e87f0;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #ffffff;
}
.uk-background-muted {
  background-color: #f8f8f8;
}
.uk-background-primary {
  background-color: #1e87f0;
}
.uk-background-secondary {
  background-color: #222222;
}
/* ========================================================================
     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;
  color: #333;
  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: #1e87f0;
  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: #1e87f0;
  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: #1e87f0;
  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;
  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: #f8f8f8;
  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;
  color: #333;
}
.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: #1e87f0;
}
.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(34, 34, 34, 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: #1e87f0;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #f8f8f8;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #1e87f0;
}
.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: #1e87f0;
  border-color: #1e87f0;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #1e87f0;
}
/* ========================================================================
   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-tile-large {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .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: #0e6dcd;
}
.ap-list-filter dd a.active {
  background-color: #1e87f0;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #1e87f0;
}
.category li a.active {
  color: #1e87f0;
}
.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: #1e87f0;
}
.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: #1e87f0;
  border: 1px solid rgba(30, 135, 240, 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: #1e87f0;
}
form .step .ui-step.active .ui-step-title {
  color: #1e87f0;
}
/**************** 自定义版块样式 ********************/
.btn-effect-1 {
  border-color: #1e87f0;
  background-color: #1e87f0;
  color: #fff;
}
.header-effect-6 [data-item='title']::before {
  background-color: #1e87f0;
}
.header-effect-7 [data-item='subTitle'] {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #1e87f0;
  color: #fff !important;
}
.btn-effect-2 {
  background-color: transparent;
  border: 1px solid #1e87f0;
  color: #1e87f0;
}
.btn-effect-2:hover {
  background-color: #1e87f0;
}
.uk-button.btn-effect-5 {
  background-color: #1e87f0;
  box-shadow: 0 0 15px rgba(30, 135, 240, 0.8);
}
.header-effect-3 [data-item='title']::after {
  background: #1e87f0;
}
.header-effect-6 [data-item='title']::before {
  background-color: #1e87f0;
}
#a8401a5316a8a1d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a32e4a7aeaa6825 .sidebar {
  width: 280px;
}
@media (max-width: 640px) {
  #a32e4a7aeaa6825 .sidebar {
    width: 100%;
  }
}
#a32e4a7aeaa6825 .accordion-menu,
#a32e4a7aeaa6825 .accordion-menu ul ul.submenu,
#a32e4a7aeaa6825 .accordion-menu ul ul.submenu li ul.submenu {
  background: transparent;
}
#a32e4a7aeaa6825 .accordion-menu-header h4 {
  color: #fff;
  font-weight: 500;
  line-height: 50px;
}
#a32e4a7aeaa6825 .accordion-menu ul li a {
  margin-bottom: 1px;
  color: #555;
  background-color: #ECECEC;
  display: block;
  width: 100%;
  padding: 0 40px;
  line-height: 50px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: color .2s linear,background .2s linear;
  font-size: 14px;
  border: none;
  text-overflow: ellipsis;
}
#a32e4a7aeaa6825 .accordion-menu > ul > li > a {
  background: #ddd;
  font-size: 16px;
}
#a32e4a7aeaa6825 .accordion-menu li a:hover {
  background-color: #1e87f0;
  color: #fff;
  border: none;
}
#a32e4a7aeaa6825 .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 50px;
  padding: 0 20px;
  right: 0;
}
#a32e4a7aeaa6825 .contact {
  color: #fff;
}
#a32e4a7aeaa6825 .phone {
  display: block;
  font-size: 28px;
  font-weight: bold;
}
#a32e4a7aeaa6825 .hot-list {
  background: #f7f8f9;
  padding: 15px;
}
#a32e4a7aeaa6825 .hot-list a {
  color: #777;
}
#a32e4a7aeaa6825 .hot-list a:hover {
  color: #0f6ecd;
}
#a32e4a7aeaa6825 .hot-item .thumb {
  display: block;
  overflow: hidden;
}
#a32e4a7aeaa6825 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a32e4a7aeaa6825 .hot-item:hover a {
  color: #0f6ecd;
}
#a32e4a7aeaa6825 .hot-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a32e4a7aeaa6825 .hot-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #1e87f0;
  content: "";
}
#a32e4a7aeaa6825 .content-header {
  padding-bottom: 10px;
}
#ad937a54a7adb59 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ad937a54a7adb59 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad937a54a7adb59 .ap-icon {
  margin-right: 6px;
}
#ad937a54a7adb59 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad937a54a7adb59 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 16px;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#ad937a54a7adb59 .menu-list > li:hover > a,
#ad937a54a7adb59 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list ul,
#ad937a54a7adb59 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#ad937a54a7adb59 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#ad937a54a7adb59 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad937a54a7adb59 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad937a54a7adb59 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#ad937a54a7adb59 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#a101dac17fa50bc .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a101dac17fa50bc .site-language-menu a:hover {
  color: #ccc;
}
#a101dac17fa50bc .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a101dac17fa50bc .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a101dac17fa50bc .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a101dac17fa50bc .uk-dropdown li a:hover {
  color: #222;
}
#a101dac17fa50bc .uk-dropdown li:last-child {
  border-bottom: none;
}
#a32e4a7aeaa6825 [data-item*=".abstract"], #a32e4a7aeaa6825 [data-item*=".abstract"] a {show: true;}#a32e4a7aeaa6825 [data-item*=".subTitle"], #a32e4a7aeaa6825 [data-item*=".subTitle"] a {show: true;}#a32e4a7aeaa6825 [data-item*=".category"], #a32e4a7aeaa6825 [data-item*=".category"] a {show: true;}#a812ba88e8a2ca5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a812ba88e8a2ca5 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a812ba88e8a2ca5 .ap-icon {
  margin-right: 6px;
}
#a812ba88e8a2ca5 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a812ba88e8a2ca5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a812ba88e8a2ca5 .menu-list > li:hover > a,
#a812ba88e8a2ca5 .menu-list > li.active > a {
  background: #d60314;
  background-color: #d60314;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a812ba88e8a2ca5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #d60314;
}
#a812ba88e8a2ca5 .menu-list ul,
#a812ba88e8a2ca5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#a812ba88e8a2ca5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a812ba88e8a2ca5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a812ba88e8a2ca5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a812ba88e8a2ca5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#a812ba88e8a2ca5 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#a4f42af73fa6e58 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a4e2aa71a3a5cce {
  min-height: 300px;
}
#ad937a54a7adb59 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ad937a54a7adb59 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad937a54a7adb59 .ap-icon {
  margin-right: 6px;
}
#ad937a54a7adb59 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad937a54a7adb59 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 16px;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#ad937a54a7adb59 .menu-list > li:hover > a,
#ad937a54a7adb59 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list ul,
#ad937a54a7adb59 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#ad937a54a7adb59 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#ad937a54a7adb59 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad937a54a7adb59 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad937a54a7adb59 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#ad937a54a7adb59 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#a101dac17fa50bc .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a101dac17fa50bc .site-language-menu a:hover {
  color: #ccc;
}
#a101dac17fa50bc .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a101dac17fa50bc .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a101dac17fa50bc .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a101dac17fa50bc .uk-dropdown li a:hover {
  color: #222;
}
#a101dac17fa50bc .uk-dropdown li:last-child {
  border-bottom: none;
}
#ae242a5932af600 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#ae242a5932af600 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ae242a5932af600 .ap-icon {
  margin-right: 6px;
}
#ae242a5932af600 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ae242a5932af600 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  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;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  background-color: #ffffff;
}
#ae242a5932af600 .menu-list > li:hover > a,
#ae242a5932af600 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #d60314;
}
#ae242a5932af600 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #d60314;
}
#ae242a5932af600 .menu-list ul,
#ae242a5932af600 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ae242a5932af600 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ae242a5932af600 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae242a5932af600 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae242a5932af600 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
}
#a4868afbedaeddb {
  overflow: hidden;
}
#a4868afbedaeddb , #a4868afbedaeddb > * {
        font-weight: normal;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(64, 64, 64, 1);}#a1f45a91aea38ed .video-box,
#a1f45a91aea38ed .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a1f45a91aea38ed .ap-detail-slider {
  width: 100%;
  max-width: 100%;
}
#a1f45a91aea38ed .video-box video,
#a1f45a91aea38ed .video-box img .preview-box img {
  width: 100%;
  max-height: 500px;
}
#a1f45a91aea38ed .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a1f45a91aea38ed .preview-box .zoom-hover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  height: 180px;
  border: 1px solid #aaa;
  background: #0099ff;
  background-color: rgba(133, 111, 41, 0.3);
  opacity: .5;
  cursor: move;
}
#a1f45a91aea38ed .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a1f45a91aea38ed .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a1f45a91aea38ed .thumb-box {
  width: 100%;
  position: relative;
}
#a1f45a91aea38ed .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a1f45a91aea38ed .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a1f45a91aea38ed .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a1f45a91aea38ed .thumb-list {
  overflow: hidden;
}
#a1f45a91aea38ed .thumb-list ul {
  width: 100000px;
}
#a1f45a91aea38ed .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a1f45a91aea38ed .thumb-list ul li.thumb-video::after {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background: url(/resources/sys/img/play-light.svg) center center no-repeat;
  background-size: 30px;
  position: absolute;
  opacity: .8;
  transition: all .2s ease;
}
#a1f45a91aea38ed .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a1f45a91aea38ed .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a1f45a91aea38ed .thumb-list ul li.active img {
  border-color: #df3033;
}
#a1f45a91aea38ed .zoom-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 100%;
  top: 0;
  width: 500px;
  height: 500px;
  border: 1px solid #e4e4e4;
  z-index: 400;
  background: #fff;
}
#a1f45a91aea38ed .zoom-box img {
  max-width: initial;
}
#a1f45a91aea38ed .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a1f45a91aea38ed .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
#a1f45a91aea38ed .simple .slider-nav {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  background-color: rgba(100, 100, 100, 0.6);
  border-radius: 10px;
  padding: 0 10px;
  line-height: 20px;
  height: 20px;
  color: #fff;
}
#a1f45a91aea38ed .simple .slider-nav li {
  display: none;
  font-size: 12px;
}
#a1f45a91aea38ed .simple .slider-nav li.uk-active {
  display: inline-block;
}
@media (max-width: 640px) {
  #a1f45a91aea38ed .right {
    width: 100%;
  }
  #a1f45a91aea38ed .goods-intro .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    z-index: 900;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
  }
  #a1f45a91aea38ed .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a1f45a91aea38ed .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#a91dbaf605ac8cd > .ele-wrap {background-color: rgba(220, 66, 66, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a812ba88e8a2ca5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a812ba88e8a2ca5 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a812ba88e8a2ca5 .ap-icon {
  margin-right: 6px;
}
#a812ba88e8a2ca5 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a812ba88e8a2ca5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a812ba88e8a2ca5 .menu-list > li:hover > a,
#a812ba88e8a2ca5 .menu-list > li.active > a {
  background: #d60314;
  background-color: #d60314;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a812ba88e8a2ca5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #d60314;
}
#a812ba88e8a2ca5 .menu-list ul,
#a812ba88e8a2ca5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#a812ba88e8a2ca5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a812ba88e8a2ca5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a812ba88e8a2ca5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a812ba88e8a2ca5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#a812ba88e8a2ca5 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#a8401a5316a8a1d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab679ad4a3a38ca .sidebar {
  width: 300px;
  margin-left: 20px;
}
#ab679ad4a3a38ca .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 640px) {
  #ab679ad4a3a38ca .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
}
#ab679ad4a3a38ca .data-list .uk-card {
  cursor: pointer !important;
}
#ab679ad4a3a38ca .data-list .uk-card img {
  max-height: 300px;
}
#ab679ad4a3a38ca .data-list .uk-card:hover {
  background: #fafafa;
}
#ab679ad4a3a38ca .data-list .uk-card:hover .uk-h4 {
  color: #0f6ecd;
}
#ab679ad4a3a38ca .data-list .uk-card .uk-card-media-left img {
  transition: all .3s ease;
}
#ab679ad4a3a38ca .data-list .uk-card .uk-card-media-left:hover img {
  transform: scale(1.05);
}
#ab679ad4a3a38ca .data-list .uk-card-media-left {
  border-radius: 4px;
  overflow: hidden;
}
#ab679ad4a3a38ca .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#ab679ad4a3a38ca .search-form input.search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#ab679ad4a3a38ca .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: #1e87f0;
  cursor: pointer;
}
#ab679ad4a3a38ca .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;
}
#ab679ad4a3a38ca .uk-card .category:hover {
  background: #1e87f0;
}
#ab679ad4a3a38ca .accordion-menu {
  width: 100%;
}
#ab679ad4a3a38ca .accordion-menu ul ul.submenu,
#ab679ad4a3a38ca .accordion-menu ul ul.submenu li ul.submenu {
  background: transparent;
}
#ab679ad4a3a38ca .accordion-menu-header {
  padding: 10px 10px 0;
  border-bottom: 1px solid #ececec;
}
#ab679ad4a3a38ca .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;
}
#ab679ad4a3a38ca .accordion-menu > ul > li > a {
  background: #fff;
  font-size: 14px;
  border-bottom: 1px solid #ececec;
}
#ab679ad4a3a38ca .accordion-menu .menu-item.active > a {
  background: #1e87f0;
  color: #fff;
}
#ab679ad4a3a38ca .accordion-menu li a:hover {
  background-color: #1e87f0;
  color: #fff;
  border: none;
}
#ab679ad4a3a38ca .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 40px;
  padding: 0 20px;
  right: 0;
}
#ab679ad4a3a38ca .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#ab679ad4a3a38ca .hot-list,
#ab679ad4a3a38ca .new-list {
  padding: 12px;
}
#ab679ad4a3a38ca .new-list a:hover,
#ab679ad4a3a38ca .hot-list a:hover {
  color: #0f6ecd;
}
#ab679ad4a3a38ca .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#ab679ad4a3a38ca .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#ab679ad4a3a38ca .hot-item:hover a {
  color: #0f6ecd;
}
#ab679ad4a3a38ca .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#ab679ad4a3a38ca .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #1e87f0;
  content: "";
}
#ab679ad4a3a38ca .content-header {
  padding-bottom: 10px;
}
#ab679ad4a3a38ca .item-title {
  color: #333;
}
#ab679ad4a3a38ca input::placeholder {
  color: #999;
}
#ab679ad4a3a38ca .datetime {
  color: #999;
}
#ab679ad4a3a38ca .new-item a {
  padding-left: 25px;
}
#ab679ad4a3a38ca .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;
}
#ad937a54a7adb59 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ad937a54a7adb59 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad937a54a7adb59 .ap-icon {
  margin-right: 6px;
}
#ad937a54a7adb59 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad937a54a7adb59 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 16px;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#ad937a54a7adb59 .menu-list > li:hover > a,
#ad937a54a7adb59 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list ul,
#ad937a54a7adb59 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#ad937a54a7adb59 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#ad937a54a7adb59 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad937a54a7adb59 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad937a54a7adb59 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#ad937a54a7adb59 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#a101dac17fa50bc .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a101dac17fa50bc .site-language-menu a:hover {
  color: #ccc;
}
#a101dac17fa50bc .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a101dac17fa50bc .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a101dac17fa50bc .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a101dac17fa50bc .uk-dropdown li a:hover {
  color: #222;
}
#a101dac17fa50bc .uk-dropdown li:last-child {
  border-bottom: none;
}
#ab679ad4a3a38ca [data-item*=".abstract"], #ab679ad4a3a38ca [data-item*=".abstract"] a {show: true;}#ab679ad4a3a38ca [data-item*=".subTitle"], #ab679ad4a3a38ca [data-item*=".subTitle"] a {show: true;}#ab679ad4a3a38ca [data-item*=".category"], #ab679ad4a3a38ca [data-item*=".category"] a {show: true;}#a812ba88e8a2ca5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a812ba88e8a2ca5 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a812ba88e8a2ca5 .ap-icon {
  margin-right: 6px;
}
#a812ba88e8a2ca5 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a812ba88e8a2ca5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a812ba88e8a2ca5 .menu-list > li:hover > a,
#a812ba88e8a2ca5 .menu-list > li.active > a {
  background: #d60314;
  background-color: #d60314;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a812ba88e8a2ca5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #d60314;
}
#a812ba88e8a2ca5 .menu-list ul,
#a812ba88e8a2ca5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#a812ba88e8a2ca5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a812ba88e8a2ca5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a812ba88e8a2ca5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a812ba88e8a2ca5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#a812ba88e8a2ca5 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#a8401a5316a8a1d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad592a3075a9af9 {
  min-height: 300px;
}
#ad937a54a7adb59 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ad937a54a7adb59 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad937a54a7adb59 .ap-icon {
  margin-right: 6px;
}
#ad937a54a7adb59 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad937a54a7adb59 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 16px;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#ad937a54a7adb59 .menu-list > li:hover > a,
#ad937a54a7adb59 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list ul,
#ad937a54a7adb59 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#ad937a54a7adb59 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#ad937a54a7adb59 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad937a54a7adb59 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad937a54a7adb59 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#ad937a54a7adb59 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#a101dac17fa50bc .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a101dac17fa50bc .site-language-menu a:hover {
  color: #ccc;
}
#a101dac17fa50bc .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a101dac17fa50bc .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a101dac17fa50bc .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a101dac17fa50bc .uk-dropdown li a:hover {
  color: #222;
}
#a101dac17fa50bc .uk-dropdown li:last-child {
  border-bottom: none;
}
#a8876ad069aed38 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a8876ad069aed38 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a8876ad069aed38 .ap-icon {
  margin-right: 6px;
}
#a8876ad069aed38 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a8876ad069aed38 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  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;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  background-color: #ffffff;
}
#a8876ad069aed38 .menu-list > li:hover > a,
#a8876ad069aed38 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #d60314;
}
#a8876ad069aed38 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #d60314;
}
#a8876ad069aed38 .menu-list ul,
#a8876ad069aed38 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a8876ad069aed38 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a8876ad069aed38 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8876ad069aed38 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8876ad069aed38 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
}
#a7c36a14dfa728a {
  overflow: hidden;
}
#a7c36a14dfa728a , #a7c36a14dfa728a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;text-align: center;font-family: inherit;color: rgba(50, 50, 50, 1);}#a2409a5b45aa706  {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;color: rgba(17, 17, 17, 1);}#adacbabd74a5b9a, #adacbabd74a5b9a a {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(17, 17, 17, 1);}#a4dbfa81d9a8410, #a4dbfa81d9a8410 a {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(17, 17, 17, 1);}#a812ba88e8a2ca5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a812ba88e8a2ca5 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a812ba88e8a2ca5 .ap-icon {
  margin-right: 6px;
}
#a812ba88e8a2ca5 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a812ba88e8a2ca5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a812ba88e8a2ca5 .menu-list > li:hover > a,
#a812ba88e8a2ca5 .menu-list > li.active > a {
  background: #d60314;
  background-color: #d60314;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a812ba88e8a2ca5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #d60314;
}
#a812ba88e8a2ca5 .menu-list ul,
#a812ba88e8a2ca5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#a812ba88e8a2ca5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a812ba88e8a2ca5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a812ba88e8a2ca5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a812ba88e8a2ca5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#a812ba88e8a2ca5 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#a2d9baa017abb34 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a3e60a60c6a06fb {
  min-height: 300px;
}
#ad937a54a7adb59 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ad937a54a7adb59 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad937a54a7adb59 .ap-icon {
  margin-right: 6px;
}
#ad937a54a7adb59 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad937a54a7adb59 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 16px;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#ad937a54a7adb59 .menu-list > li:hover > a,
#ad937a54a7adb59 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list ul,
#ad937a54a7adb59 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#ad937a54a7adb59 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#ad937a54a7adb59 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad937a54a7adb59 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad937a54a7adb59 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#ad937a54a7adb59 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#a101dac17fa50bc .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a101dac17fa50bc .site-language-menu a:hover {
  color: #ccc;
}
#a101dac17fa50bc .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a101dac17fa50bc .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a101dac17fa50bc .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a101dac17fa50bc .uk-dropdown li a:hover {
  color: #222;
}
#a101dac17fa50bc .uk-dropdown li:last-child {
  border-bottom: none;
}
#a5278a55c4a4c83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a5278a55c4a4c83 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a5278a55c4a4c83 .ap-icon {
  margin-right: 6px;
}
#a5278a55c4a4c83 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a5278a55c4a4c83 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  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;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  background-color: #ffffff;
}
#a5278a55c4a4c83 .menu-list > li:hover > a,
#a5278a55c4a4c83 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #d60314;
}
#a5278a55c4a4c83 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #d60314;
}
#a5278a55c4a4c83 .menu-list ul,
#a5278a55c4a4c83 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a5278a55c4a4c83 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a5278a55c4a4c83 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a5278a55c4a4c83 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a5278a55c4a4c83 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
}
#a729aa544cad4b0 {
  overflow: hidden;
}
#a729aa544cad4b0 , #a729aa544cad4b0 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(64, 64, 64, 1);}#afaf4a2b49a67a5 .video-box,
#afaf4a2b49a67a5 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#afaf4a2b49a67a5 .ap-detail-slider {
  width: 100%;
  max-width: 100%;
}
#afaf4a2b49a67a5 .video-box video,
#afaf4a2b49a67a5 .video-box img .preview-box img {
  width: 100%;
  max-height: 500px;
}
#afaf4a2b49a67a5 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#afaf4a2b49a67a5 .preview-box .zoom-hover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  height: 180px;
  border: 1px solid #aaa;
  background: #0099ff;
  background-color: rgba(133, 111, 41, 0.3);
  opacity: .5;
  cursor: move;
}
#afaf4a2b49a67a5 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#afaf4a2b49a67a5 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#afaf4a2b49a67a5 .thumb-box {
  width: 100%;
  position: relative;
}
#afaf4a2b49a67a5 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#afaf4a2b49a67a5 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#afaf4a2b49a67a5 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#afaf4a2b49a67a5 .thumb-list {
  overflow: hidden;
}
#afaf4a2b49a67a5 .thumb-list ul {
  width: 100000px;
}
#afaf4a2b49a67a5 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#afaf4a2b49a67a5 .thumb-list ul li.thumb-video::after {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background: url(/resources/sys/img/play-light.svg) center center no-repeat;
  background-size: 30px;
  position: absolute;
  opacity: .8;
  transition: all .2s ease;
}
#afaf4a2b49a67a5 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#afaf4a2b49a67a5 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#afaf4a2b49a67a5 .thumb-list ul li.active img {
  border-color: #df3033;
}
#afaf4a2b49a67a5 .zoom-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 100%;
  top: 0;
  width: 500px;
  height: 500px;
  border: 1px solid #e4e4e4;
  z-index: 400;
  background: #fff;
}
#afaf4a2b49a67a5 .zoom-box img {
  max-width: initial;
}
#afaf4a2b49a67a5 .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#afaf4a2b49a67a5 .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
#afaf4a2b49a67a5 .simple .slider-nav {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  background-color: rgba(100, 100, 100, 0.6);
  border-radius: 10px;
  padding: 0 10px;
  line-height: 20px;
  height: 20px;
  color: #fff;
}
#afaf4a2b49a67a5 .simple .slider-nav li {
  display: none;
  font-size: 12px;
}
#afaf4a2b49a67a5 .simple .slider-nav li.uk-active {
  display: inline-block;
}
@media (max-width: 640px) {
  #afaf4a2b49a67a5 .right {
    width: 100%;
  }
  #afaf4a2b49a67a5 .goods-intro .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    z-index: 900;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
  }
  #afaf4a2b49a67a5 .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #afaf4a2b49a67a5 .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#a3401a0df2acd99 > .ele-wrap {background-color: rgba(220, 66, 66, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a812ba88e8a2ca5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a812ba88e8a2ca5 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a812ba88e8a2ca5 .ap-icon {
  margin-right: 6px;
}
#a812ba88e8a2ca5 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a812ba88e8a2ca5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a812ba88e8a2ca5 .menu-list > li:hover > a,
#a812ba88e8a2ca5 .menu-list > li.active > a {
  background: #d60314;
  background-color: #d60314;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a812ba88e8a2ca5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #d60314;
}
#a812ba88e8a2ca5 .menu-list ul,
#a812ba88e8a2ca5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#a812ba88e8a2ca5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a812ba88e8a2ca5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a812ba88e8a2ca5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a812ba88e8a2ca5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#a812ba88e8a2ca5 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#a8dfca1b2fa6b57 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8dd2a5f1fa63c8 .uk-slideshow-items > * {
  height: 100%;
}
#ad937a54a7adb59 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ad937a54a7adb59 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad937a54a7adb59 .ap-icon {
  margin-right: 6px;
}
#ad937a54a7adb59 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad937a54a7adb59 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 16px;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#ad937a54a7adb59 .menu-list > li:hover > a,
#ad937a54a7adb59 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list ul,
#ad937a54a7adb59 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#ad937a54a7adb59 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#ad937a54a7adb59 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad937a54a7adb59 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad937a54a7adb59 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#ad937a54a7adb59 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#a101dac17fa50bc .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a101dac17fa50bc .site-language-menu a:hover {
  color: #ccc;
}
#a101dac17fa50bc .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a101dac17fa50bc .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a101dac17fa50bc .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a101dac17fa50bc .uk-dropdown li a:hover {
  color: #222;
}
#a101dac17fa50bc .uk-dropdown li:last-child {
  border-bottom: none;
}
#ad705a9dd1af841 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740367715987.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#ad705a9dd1af841 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740367716170.png);background-position: center center;background-size: cover;background-repeat: no-repeat;}#a4b94a8408a6cf3 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740368894183.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a4b94a8408a6cf3 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740368894376.png);background-position: center center;background-size: cover;background-repeat: no-repeat;}#a97d6ace96aa5a5 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740368894547.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a97d6ace96aa5a5 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740368894715.png);background-position: center center;background-size: cover;background-repeat: no-repeat;}#a4dc6a2e70a3f71 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740368894861.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a4dc6a2e70a3f71 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740368895049.png);background-position: center center;background-size: cover;background-repeat: no-repeat;}#a524baa401a1e14  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a7d4aaa7dcaf2d6  {flex-grow: 1;}#a2103a97d3abd55  {flex: 1;}#a73afa6c93a6751 .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#a73afa6c93a6751 .uk-grid {
  margin-left: 0px;
}
#a73afa6c93a6751 .uk-grid > * {
  padding-left: 0px;
}
#a73afa6c93a6751 .uk-grid-margin {
  margin-top: 0px;
}
#a73afa6c93a6751 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#a73afa6c93a6751 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a73afa6c93a6751 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a73afa6c93a6751 .uk-card-body {
  display: block;
}
#a73afa6c93a6751 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a73afa6c93a6751 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a73afa6c93a6751 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a73afa6c93a6751 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a73afa6c93a6751 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #3b425e;
}
#a73afa6c93a6751 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a73afa6c93a6751 .uk-card:hover {
  background-color: #d60314;
}
#a73afa6c93a6751 .uk-card:hover .title {
  color: #fff;
}
#a73afa6c93a6751 .uk-card:hover hr {
  border-top-color: #fc1023;
}
#a73afa6c93a6751 .uk-card:hover .img {
  transform: scale(1.2);
}
#a73afa6c93a6751 .uk-card:hover .abstract {
  color: #fff;
}
#a73afa6c93a6751 .uk-card:hover .datetime {
  color: #d3b267;
}
#a73afa6c93a6751 .uk-card:hover .category {
  color: #d3b267;
}
#a73afa6c93a6751 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a6f12a7659a499e  {flex: 1;}#aa5ffaa256a1b95 .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#aa5ffaa256a1b95 .uk-grid {
  margin-left: 0px;
}
#aa5ffaa256a1b95 .uk-grid > * {
  padding-left: 0px;
}
#aa5ffaa256a1b95 .uk-grid-margin {
  margin-top: 0px;
}
#aa5ffaa256a1b95 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#aa5ffaa256a1b95 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#aa5ffaa256a1b95 .uk-card-media-top .img {
  transition: all .3s ease;
}
#aa5ffaa256a1b95 .uk-card-body {
  display: block;
}
#aa5ffaa256a1b95 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#aa5ffaa256a1b95 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#aa5ffaa256a1b95 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#aa5ffaa256a1b95 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#aa5ffaa256a1b95 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #3b425e;
}
#aa5ffaa256a1b95 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#aa5ffaa256a1b95 .uk-card:hover {
  background-color: #d60314;
}
#aa5ffaa256a1b95 .uk-card:hover .title {
  color: #fff;
}
#aa5ffaa256a1b95 .uk-card:hover hr {
  border-top-color: #fc1023;
}
#aa5ffaa256a1b95 .uk-card:hover .img {
  transform: scale(1.2);
}
#aa5ffaa256a1b95 .uk-card:hover .abstract {
  color: #fff;
}
#aa5ffaa256a1b95 .uk-card:hover .datetime {
  color: #d3b267;
}
#aa5ffaa256a1b95 .uk-card:hover .category {
  color: #d3b267;
}
#aa5ffaa256a1b95 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a5ee2af749a4eb3  {flex: 1;}#a651aae6b3a7649 .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#a651aae6b3a7649 .uk-grid {
  margin-left: 0px;
}
#a651aae6b3a7649 .uk-grid > * {
  padding-left: 0px;
}
#a651aae6b3a7649 .uk-grid-margin {
  margin-top: 0px;
}
#a651aae6b3a7649 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#a651aae6b3a7649 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a651aae6b3a7649 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a651aae6b3a7649 .uk-card-body {
  display: block;
}
#a651aae6b3a7649 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a651aae6b3a7649 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a651aae6b3a7649 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a651aae6b3a7649 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a651aae6b3a7649 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #3b425e;
}
#a651aae6b3a7649 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a651aae6b3a7649 .uk-card:hover {
  background-color: #d60314;
}
#a651aae6b3a7649 .uk-card:hover .title {
  color: #fff;
}
#a651aae6b3a7649 .uk-card:hover hr {
  border-top-color: #fc1023;
}
#a651aae6b3a7649 .uk-card:hover .img {
  transform: scale(1.2);
}
#a651aae6b3a7649 .uk-card:hover .abstract {
  color: #fff;
}
#a651aae6b3a7649 .uk-card:hover .datetime {
  color: #d3b267;
}
#a651aae6b3a7649 .uk-card:hover .category {
  color: #d3b267;
}
#a651aae6b3a7649 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a2264a829aad984  {flex: 1;}#a71fba2843a2b4f .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#a71fba2843a2b4f .uk-grid {
  margin-left: 0px;
}
#a71fba2843a2b4f .uk-grid > * {
  padding-left: 0px;
}
#a71fba2843a2b4f .uk-grid-margin {
  margin-top: 0px;
}
#a71fba2843a2b4f .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#a71fba2843a2b4f .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a71fba2843a2b4f .uk-card-media-top .img {
  transition: all .3s ease;
}
#a71fba2843a2b4f .uk-card-body {
  display: block;
}
#a71fba2843a2b4f .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a71fba2843a2b4f .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a71fba2843a2b4f .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a71fba2843a2b4f .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a71fba2843a2b4f .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #3b425e;
}
#a71fba2843a2b4f .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a71fba2843a2b4f .uk-card:hover {
  background-color: #d60314;
}
#a71fba2843a2b4f .uk-card:hover .title {
  color: #fff;
}
#a71fba2843a2b4f .uk-card:hover hr {
  border-top-color: #fc1023;
}
#a71fba2843a2b4f .uk-card:hover .img {
  transform: scale(1.2);
}
#a71fba2843a2b4f .uk-card:hover .abstract {
  color: #fff;
}
#a71fba2843a2b4f .uk-card:hover .datetime {
  color: #d3b267;
}
#a71fba2843a2b4f .uk-card:hover .category {
  color: #d3b267;
}
#a71fba2843a2b4f .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a6d10a21ecae3c5  {flex: 1;}#aa736a0c57a3112 .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#aa736a0c57a3112 .uk-grid {
  margin-left: 0px;
}
#aa736a0c57a3112 .uk-grid > * {
  padding-left: 0px;
}
#aa736a0c57a3112 .uk-grid-margin {
  margin-top: 0px;
}
#aa736a0c57a3112 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#aa736a0c57a3112 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#aa736a0c57a3112 .uk-card-media-top .img {
  transition: all .3s ease;
}
#aa736a0c57a3112 .uk-card-body {
  display: block;
}
#aa736a0c57a3112 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#aa736a0c57a3112 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#aa736a0c57a3112 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#aa736a0c57a3112 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#aa736a0c57a3112 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #3b425e;
}
#aa736a0c57a3112 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#aa736a0c57a3112 .uk-card:hover {
  background-color: #d60314;
}
#aa736a0c57a3112 .uk-card:hover .title {
  color: #fff;
}
#aa736a0c57a3112 .uk-card:hover hr {
  border-top-color: #fc1023;
}
#aa736a0c57a3112 .uk-card:hover .img {
  transform: scale(1.2);
}
#aa736a0c57a3112 .uk-card:hover .abstract {
  color: #fff;
}
#aa736a0c57a3112 .uk-card:hover .datetime {
  color: #d3b267;
}
#aa736a0c57a3112 .uk-card:hover .category {
  color: #d3b267;
}
#aa736a0c57a3112 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a80f0a1a31a7dfb {
  overflow: hidden;
  pointer-events: none;
}
#a80f0a1a31a7dfb > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a80f0a1a31a7dfb > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a80f0a1a31a7dfb > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a80f0a1a31a7dfb > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a80f0a1a31a7dfb > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a80f0a1a31a7dfb > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a80f0a1a31a7dfb > .tab-wrap > div > .tab-nav,
#a80f0a1a31a7dfb > .tab-nav,
#a80f0a1a31a7dfb > .tab-tabs > .tab-wrap > div > .tab-nav,
#a80f0a1a31a7dfb > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
  border-right-color: rgba(204, 204, 204, 0.39);
  border-left-color: rgba(204, 204, 204, 0.39);
  border-top-color: rgba(204, 204, 204, 0.39);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a80f0a1a31a7dfb > .tab-wrap > div > .tab-nav-horizontal,
#a80f0a1a31a7dfb > .tab-nav-horizontal,
#a80f0a1a31a7dfb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a80f0a1a31a7dfb > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a80f0a1a31a7dfb > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a80f0a1a31a7dfb > .tab-nav-horizontal::-webkit-scrollbar,
#a80f0a1a31a7dfb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a80f0a1a31a7dfb > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a80f0a1a31a7dfb > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a80f0a1a31a7dfb > .tab-nav-horizontal.tagScroll,
#a80f0a1a31a7dfb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a80f0a1a31a7dfb > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a80f0a1a31a7dfb > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a80f0a1a31a7dfb > .tab-nav-horizontal.tagScroll li a,
#a80f0a1a31a7dfb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a80f0a1a31a7dfb > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a80f0a1a31a7dfb > .tab-wrap > div > .tab-nav a,
#a80f0a1a31a7dfb > .tab-nav a,
#a80f0a1a31a7dfb > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a80f0a1a31a7dfb > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a80f0a1a31a7dfb > .tab-wrap > div > .tab-nav li a,
#a80f0a1a31a7dfb > .tab-nav li a,
#a80f0a1a31a7dfb > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a80f0a1a31a7dfb > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #666666;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#a80f0a1a31a7dfb > .tab-wrap > div > .tab-nav li a svg,
#a80f0a1a31a7dfb > .tab-nav li a svg,
#a80f0a1a31a7dfb > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a80f0a1a31a7dfb > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a80f0a1a31a7dfb > .tab-wrap > div > .tab-nav li a .ap_icon,
#a80f0a1a31a7dfb > .tab-nav li a .ap_icon,
#a80f0a1a31a7dfb > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a80f0a1a31a7dfb > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a80f0a1a31a7dfb > .tab-wrap > div > .tab-nav li a:hover,
#a80f0a1a31a7dfb > .tab-nav li a:hover,
#a80f0a1a31a7dfb > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a80f0a1a31a7dfb > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #d60314;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: none;
  border-right-color: #4a90e2;
  border-left-color: #4a90e2;
  border-top-color: #4a90e2;
  border-right-width: 2px;
  border-left-width: 2px;
  border-top-width: 2px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a80f0a1a31a7dfb > .tab-wrap > div > .tab-nav li.uk-active a,
#a80f0a1a31a7dfb > .tab-nav li.uk-active a,
#a80f0a1a31a7dfb > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a80f0a1a31a7dfb > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #d60314;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: none;
  border-right-color: #4a90e2;
  border-left-color: #4a90e2;
  border-top-color: #4a90e2;
  border-right-width: 2px;
  border-left-width: 2px;
  border-top-width: 2px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a80f0a1a31a7dfb .layout-left li,
#a80f0a1a31a7dfb .layout-center li,
#a80f0a1a31a7dfb .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a80f0a1a31a7dfb .layout-left li a,
#a80f0a1a31a7dfb .layout-center li a,
#a80f0a1a31a7dfb .layout-right li a {
  height: 100%;
}
#a80f0a1a31a7dfb > .tab-tabs .layout-left {
  text-align: left;
}
#a80f0a1a31a7dfb > .tab-tabs .layout-center {
  text-align: center;
}
#a80f0a1a31a7dfb > .tab-tabs .layout-right {
  text-align: right;
}
#a80f0a1a31a7dfb .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a80f0a1a31a7dfb .tab-content-wrap {
  background-color: transparent;
}
#a80f0a1a31a7dfb .tab-contents,
#a80f0a1a31a7dfb .tab-contents-wrap {
  pointer-events: none;
}
#a80f0a1a31a7dfb .tab-content,
#a80f0a1a31a7dfb .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a80f0a1a31a7dfb .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a80f0a1a31a7dfb .tab-wrap .tab-contents {
  height: 100%;
}
#a80f0a1a31a7dfb .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a80f0a1a31a7dfb .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a80f0a1a31a7dfb .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7ad8afd98a7d49 .a172eaf8c2a5d03 {
  overflow: hidden;
}
#a7ad8afd98a7d49 .a172eaf8c2a5d03 , #a7ad8afd98a7d49 .a172eaf8c2a5d03 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: left;font-family: inherit;color: rgba(35, 35, 35, 1);line-height: 25px;}#a7ad8afd98a7d49 .a172eaf8c2a5d03:hover , #a7ad8afd98a7d49 .a172eaf8c2a5d03 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: left;font-family: inherit;color: rgba(195, 25, 38, 1);line-height: 25px;}#a7ad8afd98a7d49 .a9cf1ac9f7a997f {
  overflow: hidden;
}
#a7ad8afd98a7d49 .a9cf1ac9f7a997f , #a7ad8afd98a7d49 .a9cf1ac9f7a997f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 24px;}#a7ad8afd98a7d49 .a4976a59bfa011c  {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: inherit;color: rgba(87, 87, 87, 1);}#a7ad8afd98a7d49 .a4a0aa5cdfaf585 > .ele-wrap {background-color: rgba(191, 7, 21, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7ad8afd98a7d49 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a7ad8afd98a7d49 .uk-position-center-left-out {
    left: -30px;
  }
  #a7ad8afd98a7d49 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a812ba88e8a2ca5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a812ba88e8a2ca5 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a812ba88e8a2ca5 .ap-icon {
  margin-right: 6px;
}
#a812ba88e8a2ca5 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a812ba88e8a2ca5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a812ba88e8a2ca5 .menu-list > li:hover > a,
#a812ba88e8a2ca5 .menu-list > li.active > a {
  background: #d60314;
  background-color: #d60314;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a812ba88e8a2ca5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #d60314;
}
#a812ba88e8a2ca5 .menu-list ul,
#a812ba88e8a2ca5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#a812ba88e8a2ca5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a812ba88e8a2ca5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a812ba88e8a2ca5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a812ba88e8a2ca5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#a812ba88e8a2ca5 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#ab111aa4fca358f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad937a54a7adb59 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ad937a54a7adb59 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad937a54a7adb59 .ap-icon {
  margin-right: 6px;
}
#ad937a54a7adb59 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad937a54a7adb59 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 16px;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#ad937a54a7adb59 .menu-list > li:hover > a,
#ad937a54a7adb59 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list ul,
#ad937a54a7adb59 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#ad937a54a7adb59 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#ad937a54a7adb59 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad937a54a7adb59 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad937a54a7adb59 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#ad937a54a7adb59 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#a101dac17fa50bc .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a101dac17fa50bc .site-language-menu a:hover {
  color: #ccc;
}
#a101dac17fa50bc .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a101dac17fa50bc .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a101dac17fa50bc .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a101dac17fa50bc .uk-dropdown li a:hover {
  color: #222;
}
#a101dac17fa50bc .uk-dropdown li:last-child {
  border-bottom: none;
}
#a0969a7ecfabff3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a0969a7ecfabff3 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a0969a7ecfabff3 .ap-icon {
  margin-right: 6px;
}
#a0969a7ecfabff3 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a0969a7ecfabff3 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  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;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  background-color: #ffffff;
}
#a0969a7ecfabff3 .menu-list > li:hover > a,
#a0969a7ecfabff3 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #d60314;
}
#a0969a7ecfabff3 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #d60314;
}
#a0969a7ecfabff3 .menu-list ul,
#a0969a7ecfabff3 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0969a7ecfabff3 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a0969a7ecfabff3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0969a7ecfabff3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0969a7ecfabff3 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
}
#ae235a6e01acfbe .a1adda4757abfd9 {
  overflow: hidden;
}
#ae235a6e01acfbe .a1adda4757abfd9 , #ae235a6e01acfbe .a1adda4757abfd9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: left;font-family: inherit;color: rgba(35, 35, 35, 1);line-height: 25px;}#ae235a6e01acfbe .a1adda4757abfd9:hover , #ae235a6e01acfbe .a1adda4757abfd9 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: left;font-family: inherit;color: rgba(195, 25, 38, 1);line-height: 25px;}#ae235a6e01acfbe .a93a4aaad9afafd {
  overflow: hidden;
}
#ae235a6e01acfbe .a93a4aaad9afafd , #ae235a6e01acfbe .a93a4aaad9afafd > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 24px;}#ae235a6e01acfbe .a87dda0dcaa5d3b  {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: inherit;color: rgba(87, 87, 87, 1);}#ae235a6e01acfbe .a7bb9a5755a878f > .ele-wrap {background-color: rgba(191, 7, 21, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae235a6e01acfbe .uk-grid {
  margin-left: -30px;
}
#ae235a6e01acfbe .uk-grid > * {
  padding-left: 30px;
}
#ae235a6e01acfbe .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ae235a6e01acfbe .uk-position-center-left-out {
    left: -30px;
  }
  #ae235a6e01acfbe .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a812ba88e8a2ca5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a812ba88e8a2ca5 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a812ba88e8a2ca5 .ap-icon {
  margin-right: 6px;
}
#a812ba88e8a2ca5 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a812ba88e8a2ca5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a812ba88e8a2ca5 .menu-list > li:hover > a,
#a812ba88e8a2ca5 .menu-list > li.active > a {
  background: #d60314;
  background-color: #d60314;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a812ba88e8a2ca5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #d60314;
}
#a812ba88e8a2ca5 .menu-list ul,
#a812ba88e8a2ca5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#a812ba88e8a2ca5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a812ba88e8a2ca5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a812ba88e8a2ca5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a812ba88e8a2ca5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#a812ba88e8a2ca5 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#ab855a2205a7c61 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a1c3ca97ceab7a1 .uk-slideshow-items > * {
  height: 100%;
}
#ad937a54a7adb59 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ad937a54a7adb59 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad937a54a7adb59 .ap-icon {
  margin-right: 6px;
}
#ad937a54a7adb59 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad937a54a7adb59 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 16px;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#ad937a54a7adb59 .menu-list > li:hover > a,
#ad937a54a7adb59 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list ul,
#ad937a54a7adb59 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#ad937a54a7adb59 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#ad937a54a7adb59 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad937a54a7adb59 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad937a54a7adb59 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#ad937a54a7adb59 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#a101dac17fa50bc .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a101dac17fa50bc .site-language-menu a:hover {
  color: #ccc;
}
#a101dac17fa50bc .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a101dac17fa50bc .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a101dac17fa50bc .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a101dac17fa50bc .uk-dropdown li a:hover {
  color: #222;
}
#a101dac17fa50bc .uk-dropdown li:last-child {
  border-bottom: none;
}
#a26aeaa184adddb .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740367715987.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a26aeaa184adddb .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740367716170.png);background-position: center center;background-size: cover;background-repeat: no-repeat;}#a9deaa8694a236d .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740368894183.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a9deaa8694a236d .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740368894376.png);background-position: center center;background-size: cover;background-repeat: no-repeat;}#a8615acacaa9629 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740368894547.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a8615acacaa9629 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740368894715.png);background-position: center center;background-size: cover;background-repeat: no-repeat;}#a16d5aead3abab2 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740368894861.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a16d5aead3abab2 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740368895049.png);background-position: center center;background-size: cover;background-repeat: no-repeat;}#a60fbaf7baab525  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a7281a59c5ae5b6  {flex-grow: 1;}#ae3d6aff95a059c  {flex: 1;}#a5bf2a7badaf95e .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#a5bf2a7badaf95e .uk-grid {
  margin-left: 0px;
}
#a5bf2a7badaf95e .uk-grid > * {
  padding-left: 0px;
}
#a5bf2a7badaf95e .uk-grid-margin {
  margin-top: 0px;
}
#a5bf2a7badaf95e .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#a5bf2a7badaf95e .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a5bf2a7badaf95e .uk-card-media-top .img {
  transition: all .3s ease;
}
#a5bf2a7badaf95e .uk-card-body {
  display: block;
}
#a5bf2a7badaf95e .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a5bf2a7badaf95e .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a5bf2a7badaf95e .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a5bf2a7badaf95e .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a5bf2a7badaf95e .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #3b425e;
}
#a5bf2a7badaf95e .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a5bf2a7badaf95e .uk-card:hover {
  background-color: #d60314;
}
#a5bf2a7badaf95e .uk-card:hover .title {
  color: #fff;
}
#a5bf2a7badaf95e .uk-card:hover hr {
  border-top-color: #fc1023;
}
#a5bf2a7badaf95e .uk-card:hover .img {
  transform: scale(1.2);
}
#a5bf2a7badaf95e .uk-card:hover .abstract {
  color: #fff;
}
#a5bf2a7badaf95e .uk-card:hover .datetime {
  color: #d3b267;
}
#a5bf2a7badaf95e .uk-card:hover .category {
  color: #d3b267;
}
#a5bf2a7badaf95e .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a0bfcaca91a6743  {flex: 1;}#af831a4a1aa1f7a .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#af831a4a1aa1f7a .uk-grid {
  margin-left: 0px;
}
#af831a4a1aa1f7a .uk-grid > * {
  padding-left: 0px;
}
#af831a4a1aa1f7a .uk-grid-margin {
  margin-top: 0px;
}
#af831a4a1aa1f7a .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#af831a4a1aa1f7a .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#af831a4a1aa1f7a .uk-card-media-top .img {
  transition: all .3s ease;
}
#af831a4a1aa1f7a .uk-card-body {
  display: block;
}
#af831a4a1aa1f7a .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#af831a4a1aa1f7a .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#af831a4a1aa1f7a .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#af831a4a1aa1f7a .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#af831a4a1aa1f7a .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #3b425e;
}
#af831a4a1aa1f7a .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#af831a4a1aa1f7a .uk-card:hover {
  background-color: #d60314;
}
#af831a4a1aa1f7a .uk-card:hover .title {
  color: #fff;
}
#af831a4a1aa1f7a .uk-card:hover hr {
  border-top-color: #fc1023;
}
#af831a4a1aa1f7a .uk-card:hover .img {
  transform: scale(1.2);
}
#af831a4a1aa1f7a .uk-card:hover .abstract {
  color: #fff;
}
#af831a4a1aa1f7a .uk-card:hover .datetime {
  color: #d3b267;
}
#af831a4a1aa1f7a .uk-card:hover .category {
  color: #d3b267;
}
#af831a4a1aa1f7a .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a387da1d7ca6624  {flex: 1;}#a2eeea8833ab635 .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#a2eeea8833ab635 .uk-grid {
  margin-left: 0px;
}
#a2eeea8833ab635 .uk-grid > * {
  padding-left: 0px;
}
#a2eeea8833ab635 .uk-grid-margin {
  margin-top: 0px;
}
#a2eeea8833ab635 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#a2eeea8833ab635 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a2eeea8833ab635 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a2eeea8833ab635 .uk-card-body {
  display: block;
}
#a2eeea8833ab635 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a2eeea8833ab635 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a2eeea8833ab635 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a2eeea8833ab635 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a2eeea8833ab635 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #3b425e;
}
#a2eeea8833ab635 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a2eeea8833ab635 .uk-card:hover {
  background-color: #d60314;
}
#a2eeea8833ab635 .uk-card:hover .title {
  color: #fff;
}
#a2eeea8833ab635 .uk-card:hover hr {
  border-top-color: #fc1023;
}
#a2eeea8833ab635 .uk-card:hover .img {
  transform: scale(1.2);
}
#a2eeea8833ab635 .uk-card:hover .abstract {
  color: #fff;
}
#a2eeea8833ab635 .uk-card:hover .datetime {
  color: #d3b267;
}
#a2eeea8833ab635 .uk-card:hover .category {
  color: #d3b267;
}
#a2eeea8833ab635 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a2097a1dcbaebf9  {flex: 1;}#aa6c2a8edba33c3 .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#aa6c2a8edba33c3 .uk-grid {
  margin-left: 0px;
}
#aa6c2a8edba33c3 .uk-grid > * {
  padding-left: 0px;
}
#aa6c2a8edba33c3 .uk-grid-margin {
  margin-top: 0px;
}
#aa6c2a8edba33c3 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#aa6c2a8edba33c3 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#aa6c2a8edba33c3 .uk-card-media-top .img {
  transition: all .3s ease;
}
#aa6c2a8edba33c3 .uk-card-body {
  display: block;
}
#aa6c2a8edba33c3 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#aa6c2a8edba33c3 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#aa6c2a8edba33c3 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#aa6c2a8edba33c3 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#aa6c2a8edba33c3 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #3b425e;
}
#aa6c2a8edba33c3 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#aa6c2a8edba33c3 .uk-card:hover {
  background-color: #d60314;
}
#aa6c2a8edba33c3 .uk-card:hover .title {
  color: #fff;
}
#aa6c2a8edba33c3 .uk-card:hover hr {
  border-top-color: #fc1023;
}
#aa6c2a8edba33c3 .uk-card:hover .img {
  transform: scale(1.2);
}
#aa6c2a8edba33c3 .uk-card:hover .abstract {
  color: #fff;
}
#aa6c2a8edba33c3 .uk-card:hover .datetime {
  color: #d3b267;
}
#aa6c2a8edba33c3 .uk-card:hover .category {
  color: #d3b267;
}
#aa6c2a8edba33c3 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#ac410a74fba6e6f  {flex: 1;}#abdd5af0d1ab793 .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#abdd5af0d1ab793 .uk-grid {
  margin-left: 0px;
}
#abdd5af0d1ab793 .uk-grid > * {
  padding-left: 0px;
}
#abdd5af0d1ab793 .uk-grid-margin {
  margin-top: 0px;
}
#abdd5af0d1ab793 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#abdd5af0d1ab793 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#abdd5af0d1ab793 .uk-card-media-top .img {
  transition: all .3s ease;
}
#abdd5af0d1ab793 .uk-card-body {
  display: block;
}
#abdd5af0d1ab793 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#abdd5af0d1ab793 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#abdd5af0d1ab793 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#abdd5af0d1ab793 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#abdd5af0d1ab793 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #3b425e;
}
#abdd5af0d1ab793 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#abdd5af0d1ab793 .uk-card:hover {
  background-color: #d60314;
}
#abdd5af0d1ab793 .uk-card:hover .title {
  color: #fff;
}
#abdd5af0d1ab793 .uk-card:hover hr {
  border-top-color: #fc1023;
}
#abdd5af0d1ab793 .uk-card:hover .img {
  transform: scale(1.2);
}
#abdd5af0d1ab793 .uk-card:hover .abstract {
  color: #fff;
}
#abdd5af0d1ab793 .uk-card:hover .datetime {
  color: #d3b267;
}
#abdd5af0d1ab793 .uk-card:hover .category {
  color: #d3b267;
}
#abdd5af0d1ab793 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a9bb8a10e6ab7c1 {
  overflow: hidden;
  pointer-events: none;
}
#a9bb8a10e6ab7c1 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9bb8a10e6ab7c1 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a9bb8a10e6ab7c1 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9bb8a10e6ab7c1 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9bb8a10e6ab7c1 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a9bb8a10e6ab7c1 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9bb8a10e6ab7c1 > .tab-wrap > div > .tab-nav,
#a9bb8a10e6ab7c1 > .tab-nav,
#a9bb8a10e6ab7c1 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9bb8a10e6ab7c1 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
  border-right-color: rgba(204, 204, 204, 0.39);
  border-left-color: rgba(204, 204, 204, 0.39);
  border-top-color: rgba(204, 204, 204, 0.39);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9bb8a10e6ab7c1 > .tab-wrap > div > .tab-nav-horizontal,
#a9bb8a10e6ab7c1 > .tab-nav-horizontal,
#a9bb8a10e6ab7c1 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9bb8a10e6ab7c1 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9bb8a10e6ab7c1 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9bb8a10e6ab7c1 > .tab-nav-horizontal::-webkit-scrollbar,
#a9bb8a10e6ab7c1 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9bb8a10e6ab7c1 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9bb8a10e6ab7c1 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9bb8a10e6ab7c1 > .tab-nav-horizontal.tagScroll,
#a9bb8a10e6ab7c1 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9bb8a10e6ab7c1 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a9bb8a10e6ab7c1 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9bb8a10e6ab7c1 > .tab-nav-horizontal.tagScroll li a,
#a9bb8a10e6ab7c1 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9bb8a10e6ab7c1 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9bb8a10e6ab7c1 > .tab-wrap > div > .tab-nav a,
#a9bb8a10e6ab7c1 > .tab-nav a,
#a9bb8a10e6ab7c1 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9bb8a10e6ab7c1 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a9bb8a10e6ab7c1 > .tab-wrap > div > .tab-nav li a,
#a9bb8a10e6ab7c1 > .tab-nav li a,
#a9bb8a10e6ab7c1 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9bb8a10e6ab7c1 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #666666;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#a9bb8a10e6ab7c1 > .tab-wrap > div > .tab-nav li a svg,
#a9bb8a10e6ab7c1 > .tab-nav li a svg,
#a9bb8a10e6ab7c1 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9bb8a10e6ab7c1 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9bb8a10e6ab7c1 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9bb8a10e6ab7c1 > .tab-nav li a .ap_icon,
#a9bb8a10e6ab7c1 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9bb8a10e6ab7c1 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9bb8a10e6ab7c1 > .tab-wrap > div > .tab-nav li a:hover,
#a9bb8a10e6ab7c1 > .tab-nav li a:hover,
#a9bb8a10e6ab7c1 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9bb8a10e6ab7c1 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #d60314;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: none;
  border-right-color: #4a90e2;
  border-left-color: #4a90e2;
  border-top-color: #4a90e2;
  border-right-width: 2px;
  border-left-width: 2px;
  border-top-width: 2px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9bb8a10e6ab7c1 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9bb8a10e6ab7c1 > .tab-nav li.uk-active a,
#a9bb8a10e6ab7c1 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9bb8a10e6ab7c1 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #d60314;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: none;
  border-right-color: #4a90e2;
  border-left-color: #4a90e2;
  border-top-color: #4a90e2;
  border-right-width: 2px;
  border-left-width: 2px;
  border-top-width: 2px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9bb8a10e6ab7c1 .layout-left li,
#a9bb8a10e6ab7c1 .layout-center li,
#a9bb8a10e6ab7c1 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9bb8a10e6ab7c1 .layout-left li a,
#a9bb8a10e6ab7c1 .layout-center li a,
#a9bb8a10e6ab7c1 .layout-right li a {
  height: 100%;
}
#a9bb8a10e6ab7c1 > .tab-tabs .layout-left {
  text-align: left;
}
#a9bb8a10e6ab7c1 > .tab-tabs .layout-center {
  text-align: center;
}
#a9bb8a10e6ab7c1 > .tab-tabs .layout-right {
  text-align: right;
}
#a9bb8a10e6ab7c1 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a9bb8a10e6ab7c1 .tab-content-wrap {
  background-color: transparent;
}
#a9bb8a10e6ab7c1 .tab-contents,
#a9bb8a10e6ab7c1 .tab-contents-wrap {
  pointer-events: none;
}
#a9bb8a10e6ab7c1 .tab-content,
#a9bb8a10e6ab7c1 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9bb8a10e6ab7c1 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9bb8a10e6ab7c1 .tab-wrap .tab-contents {
  height: 100%;
}
#a9bb8a10e6ab7c1 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9bb8a10e6ab7c1 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9bb8a10e6ab7c1 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a023ba9ea8ad0bc .a1a82ad1a7af4e3 {
  overflow: hidden;
}
#a023ba9ea8ad0bc .a1a82ad1a7af4e3 , #a023ba9ea8ad0bc .a1a82ad1a7af4e3 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: left;font-family: inherit;color: rgba(35, 35, 35, 1);line-height: 25px;}#a023ba9ea8ad0bc .a1a82ad1a7af4e3:hover , #a023ba9ea8ad0bc .a1a82ad1a7af4e3 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: left;font-family: inherit;color: rgba(195, 25, 38, 1);line-height: 25px;}#a023ba9ea8ad0bc .ac6e2a95f9aff65 {
  overflow: hidden;
}
#a023ba9ea8ad0bc .ac6e2a95f9aff65 , #a023ba9ea8ad0bc .ac6e2a95f9aff65 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 24px;}#a023ba9ea8ad0bc .a602aa41e2aef60  {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: inherit;color: rgba(87, 87, 87, 1);}#a023ba9ea8ad0bc .aa937a5d14ad5e1 > .ele-wrap {background-color: rgba(191, 7, 21, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a023ba9ea8ad0bc .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a023ba9ea8ad0bc .uk-position-center-left-out {
    left: -30px;
  }
  #a023ba9ea8ad0bc .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a812ba88e8a2ca5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a812ba88e8a2ca5 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a812ba88e8a2ca5 .ap-icon {
  margin-right: 6px;
}
#a812ba88e8a2ca5 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a812ba88e8a2ca5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a812ba88e8a2ca5 .menu-list > li:hover > a,
#a812ba88e8a2ca5 .menu-list > li.active > a {
  background: #d60314;
  background-color: #d60314;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a812ba88e8a2ca5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #d60314;
}
#a812ba88e8a2ca5 .menu-list ul,
#a812ba88e8a2ca5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#a812ba88e8a2ca5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a812ba88e8a2ca5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a812ba88e8a2ca5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a812ba88e8a2ca5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#a812ba88e8a2ca5 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#afb9ba9327a2cc5 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad937a54a7adb59 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ad937a54a7adb59 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad937a54a7adb59 .ap-icon {
  margin-right: 6px;
}
#ad937a54a7adb59 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad937a54a7adb59 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 16px;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#ad937a54a7adb59 .menu-list > li:hover > a,
#ad937a54a7adb59 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list ul,
#ad937a54a7adb59 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#ad937a54a7adb59 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#ad937a54a7adb59 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad937a54a7adb59 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad937a54a7adb59 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#ad937a54a7adb59 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#a101dac17fa50bc .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a101dac17fa50bc .site-language-menu a:hover {
  color: #ccc;
}
#a101dac17fa50bc .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a101dac17fa50bc .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a101dac17fa50bc .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a101dac17fa50bc .uk-dropdown li a:hover {
  color: #222;
}
#a101dac17fa50bc .uk-dropdown li:last-child {
  border-bottom: none;
}
#a04b7ad594af3fb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a04b7ad594af3fb .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a04b7ad594af3fb .ap-icon {
  margin-right: 6px;
}
#a04b7ad594af3fb .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a04b7ad594af3fb .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  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;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  background-color: #ffffff;
}
#a04b7ad594af3fb .menu-list > li:hover > a,
#a04b7ad594af3fb .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #d60314;
}
#a04b7ad594af3fb .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #d60314;
}
#a04b7ad594af3fb .menu-list ul,
#a04b7ad594af3fb .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a04b7ad594af3fb .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a04b7ad594af3fb .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a04b7ad594af3fb .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a04b7ad594af3fb .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
}
#a0d43acdc0a0c08 .a3741a99aba24df {
  overflow: hidden;
}
#a0d43acdc0a0c08 .a3741a99aba24df , #a0d43acdc0a0c08 .a3741a99aba24df > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: left;font-family: inherit;color: rgba(35, 35, 35, 1);line-height: 25px;}#a0d43acdc0a0c08 .a3741a99aba24df:hover , #a0d43acdc0a0c08 .a3741a99aba24df *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: left;font-family: inherit;color: rgba(195, 25, 38, 1);line-height: 25px;}#a0d43acdc0a0c08 .a0737af1b4a6e9b {
  overflow: hidden;
}
#a0d43acdc0a0c08 .a0737af1b4a6e9b , #a0d43acdc0a0c08 .a0737af1b4a6e9b > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 24px;}#a0d43acdc0a0c08 .a6cbda0dedaefb5  {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: inherit;color: rgba(87, 87, 87, 1);}#a0d43acdc0a0c08 .aae79a6fa9ad6a8 > .ele-wrap {background-color: rgba(191, 7, 21, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0d43acdc0a0c08 .uk-grid {
  margin-left: -30px;
}
#a0d43acdc0a0c08 .uk-grid > * {
  padding-left: 30px;
}
#a0d43acdc0a0c08 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a0d43acdc0a0c08 .uk-position-center-left-out {
    left: -30px;
  }
  #a0d43acdc0a0c08 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a812ba88e8a2ca5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a812ba88e8a2ca5 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a812ba88e8a2ca5 .ap-icon {
  margin-right: 6px;
}
#a812ba88e8a2ca5 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a812ba88e8a2ca5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a812ba88e8a2ca5 .menu-list > li:hover > a,
#a812ba88e8a2ca5 .menu-list > li.active > a {
  background: #d60314;
  background-color: #d60314;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a812ba88e8a2ca5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #d60314;
}
#a812ba88e8a2ca5 .menu-list ul,
#a812ba88e8a2ca5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#a812ba88e8a2ca5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a812ba88e8a2ca5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a812ba88e8a2ca5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a812ba88e8a2ca5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#a812ba88e8a2ca5 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#a405ca5d98a5b63 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab47eaad02aa710 .uk-slideshow-items > * {
  height: 100%;
}
#ad937a54a7adb59 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ad937a54a7adb59 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad937a54a7adb59 .ap-icon {
  margin-right: 6px;
}
#ad937a54a7adb59 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad937a54a7adb59 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 16px;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#ad937a54a7adb59 .menu-list > li:hover > a,
#ad937a54a7adb59 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list ul,
#ad937a54a7adb59 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#ad937a54a7adb59 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#ad937a54a7adb59 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad937a54a7adb59 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad937a54a7adb59 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#ad937a54a7adb59 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#a101dac17fa50bc .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a101dac17fa50bc .site-language-menu a:hover {
  color: #ccc;
}
#a101dac17fa50bc .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a101dac17fa50bc .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a101dac17fa50bc .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a101dac17fa50bc .uk-dropdown li a:hover {
  color: #222;
}
#a101dac17fa50bc .uk-dropdown li:last-child {
  border-bottom: none;
}
#a1eada0b55a0ee1 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740367715987.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a1eada0b55a0ee1 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740367716170.png);background-position: center center;background-size: cover;background-repeat: no-repeat;}#a0413a65d7abdde .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740368894183.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a0413a65d7abdde .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740368894376.png);background-position: center center;background-size: cover;background-repeat: no-repeat;}#a9430a436cade55 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740368894547.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a9430a436cade55 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740368894715.png);background-position: center center;background-size: cover;background-repeat: no-repeat;}#a3531a2901aafb4 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740368894861.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a3531a2901aafb4 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740368895049.png);background-position: center center;background-size: cover;background-repeat: no-repeat;}#af165ad816a1751  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#ad3f8aa35daf9b3  {flex-grow: 1;}#a00dcaba71ad9e2  {flex: 1;}#a5876abf67af497 .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#a5876abf67af497 .uk-grid {
  margin-left: 0px;
}
#a5876abf67af497 .uk-grid > * {
  padding-left: 0px;
}
#a5876abf67af497 .uk-grid-margin {
  margin-top: 0px;
}
#a5876abf67af497 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#a5876abf67af497 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a5876abf67af497 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a5876abf67af497 .uk-card-body {
  display: block;
}
#a5876abf67af497 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a5876abf67af497 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a5876abf67af497 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a5876abf67af497 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a5876abf67af497 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #3b425e;
}
#a5876abf67af497 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a5876abf67af497 .uk-card:hover {
  background-color: #d60314;
}
#a5876abf67af497 .uk-card:hover .title {
  color: #fff;
}
#a5876abf67af497 .uk-card:hover hr {
  border-top-color: #fc1023;
}
#a5876abf67af497 .uk-card:hover .img {
  transform: scale(1.2);
}
#a5876abf67af497 .uk-card:hover .abstract {
  color: #fff;
}
#a5876abf67af497 .uk-card:hover .datetime {
  color: #d3b267;
}
#a5876abf67af497 .uk-card:hover .category {
  color: #d3b267;
}
#a5876abf67af497 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a2f5aab8caa7f44  {flex: 1;}#a3828a675aae4fb .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#a3828a675aae4fb .uk-grid {
  margin-left: 0px;
}
#a3828a675aae4fb .uk-grid > * {
  padding-left: 0px;
}
#a3828a675aae4fb .uk-grid-margin {
  margin-top: 0px;
}
#a3828a675aae4fb .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#a3828a675aae4fb .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a3828a675aae4fb .uk-card-media-top .img {
  transition: all .3s ease;
}
#a3828a675aae4fb .uk-card-body {
  display: block;
}
#a3828a675aae4fb .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a3828a675aae4fb .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a3828a675aae4fb .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a3828a675aae4fb .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a3828a675aae4fb .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #3b425e;
}
#a3828a675aae4fb .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a3828a675aae4fb .uk-card:hover {
  background-color: #d60314;
}
#a3828a675aae4fb .uk-card:hover .title {
  color: #fff;
}
#a3828a675aae4fb .uk-card:hover hr {
  border-top-color: #fc1023;
}
#a3828a675aae4fb .uk-card:hover .img {
  transform: scale(1.2);
}
#a3828a675aae4fb .uk-card:hover .abstract {
  color: #fff;
}
#a3828a675aae4fb .uk-card:hover .datetime {
  color: #d3b267;
}
#a3828a675aae4fb .uk-card:hover .category {
  color: #d3b267;
}
#a3828a675aae4fb .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a369ea4cc3ab3a8  {flex: 1;}#a27dfaeaeba2371 .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#a27dfaeaeba2371 .uk-grid {
  margin-left: 0px;
}
#a27dfaeaeba2371 .uk-grid > * {
  padding-left: 0px;
}
#a27dfaeaeba2371 .uk-grid-margin {
  margin-top: 0px;
}
#a27dfaeaeba2371 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#a27dfaeaeba2371 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a27dfaeaeba2371 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a27dfaeaeba2371 .uk-card-body {
  display: block;
}
#a27dfaeaeba2371 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a27dfaeaeba2371 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a27dfaeaeba2371 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a27dfaeaeba2371 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a27dfaeaeba2371 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #3b425e;
}
#a27dfaeaeba2371 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a27dfaeaeba2371 .uk-card:hover {
  background-color: #d60314;
}
#a27dfaeaeba2371 .uk-card:hover .title {
  color: #fff;
}
#a27dfaeaeba2371 .uk-card:hover hr {
  border-top-color: #fc1023;
}
#a27dfaeaeba2371 .uk-card:hover .img {
  transform: scale(1.2);
}
#a27dfaeaeba2371 .uk-card:hover .abstract {
  color: #fff;
}
#a27dfaeaeba2371 .uk-card:hover .datetime {
  color: #d3b267;
}
#a27dfaeaeba2371 .uk-card:hover .category {
  color: #d3b267;
}
#a27dfaeaeba2371 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a82d1aaf2ca9804  {flex: 1;}#aa04da3e16af65b .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#aa04da3e16af65b .uk-grid {
  margin-left: 0px;
}
#aa04da3e16af65b .uk-grid > * {
  padding-left: 0px;
}
#aa04da3e16af65b .uk-grid-margin {
  margin-top: 0px;
}
#aa04da3e16af65b .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#aa04da3e16af65b .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#aa04da3e16af65b .uk-card-media-top .img {
  transition: all .3s ease;
}
#aa04da3e16af65b .uk-card-body {
  display: block;
}
#aa04da3e16af65b .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#aa04da3e16af65b .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#aa04da3e16af65b .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#aa04da3e16af65b .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#aa04da3e16af65b .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #3b425e;
}
#aa04da3e16af65b .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#aa04da3e16af65b .uk-card:hover {
  background-color: #d60314;
}
#aa04da3e16af65b .uk-card:hover .title {
  color: #fff;
}
#aa04da3e16af65b .uk-card:hover hr {
  border-top-color: #fc1023;
}
#aa04da3e16af65b .uk-card:hover .img {
  transform: scale(1.2);
}
#aa04da3e16af65b .uk-card:hover .abstract {
  color: #fff;
}
#aa04da3e16af65b .uk-card:hover .datetime {
  color: #d3b267;
}
#aa04da3e16af65b .uk-card:hover .category {
  color: #d3b267;
}
#aa04da3e16af65b .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a2e23ae4b7a39e7  {flex: 1;}#a9ab2a1220a8b63 .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#a9ab2a1220a8b63 .uk-grid {
  margin-left: 0px;
}
#a9ab2a1220a8b63 .uk-grid > * {
  padding-left: 0px;
}
#a9ab2a1220a8b63 .uk-grid-margin {
  margin-top: 0px;
}
#a9ab2a1220a8b63 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#a9ab2a1220a8b63 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a9ab2a1220a8b63 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a9ab2a1220a8b63 .uk-card-body {
  display: block;
}
#a9ab2a1220a8b63 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a9ab2a1220a8b63 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a9ab2a1220a8b63 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a9ab2a1220a8b63 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a9ab2a1220a8b63 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #3b425e;
}
#a9ab2a1220a8b63 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a9ab2a1220a8b63 .uk-card:hover {
  background-color: #d60314;
}
#a9ab2a1220a8b63 .uk-card:hover .title {
  color: #fff;
}
#a9ab2a1220a8b63 .uk-card:hover hr {
  border-top-color: #fc1023;
}
#a9ab2a1220a8b63 .uk-card:hover .img {
  transform: scale(1.2);
}
#a9ab2a1220a8b63 .uk-card:hover .abstract {
  color: #fff;
}
#a9ab2a1220a8b63 .uk-card:hover .datetime {
  color: #d3b267;
}
#a9ab2a1220a8b63 .uk-card:hover .category {
  color: #d3b267;
}
#a9ab2a1220a8b63 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a85a3a6c42a24a6 {
  overflow: hidden;
  pointer-events: none;
}
#a85a3a6c42a24a6 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a85a3a6c42a24a6 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a85a3a6c42a24a6 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a85a3a6c42a24a6 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a85a3a6c42a24a6 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a85a3a6c42a24a6 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a85a3a6c42a24a6 > .tab-wrap > div > .tab-nav,
#a85a3a6c42a24a6 > .tab-nav,
#a85a3a6c42a24a6 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a85a3a6c42a24a6 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
  border-right-color: rgba(204, 204, 204, 0.39);
  border-left-color: rgba(204, 204, 204, 0.39);
  border-top-color: rgba(204, 204, 204, 0.39);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a85a3a6c42a24a6 > .tab-wrap > div > .tab-nav-horizontal,
#a85a3a6c42a24a6 > .tab-nav-horizontal,
#a85a3a6c42a24a6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a85a3a6c42a24a6 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a85a3a6c42a24a6 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a85a3a6c42a24a6 > .tab-nav-horizontal::-webkit-scrollbar,
#a85a3a6c42a24a6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a85a3a6c42a24a6 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a85a3a6c42a24a6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a85a3a6c42a24a6 > .tab-nav-horizontal.tagScroll,
#a85a3a6c42a24a6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a85a3a6c42a24a6 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a85a3a6c42a24a6 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a85a3a6c42a24a6 > .tab-nav-horizontal.tagScroll li a,
#a85a3a6c42a24a6 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a85a3a6c42a24a6 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a85a3a6c42a24a6 > .tab-wrap > div > .tab-nav a,
#a85a3a6c42a24a6 > .tab-nav a,
#a85a3a6c42a24a6 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a85a3a6c42a24a6 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a85a3a6c42a24a6 > .tab-wrap > div > .tab-nav li a,
#a85a3a6c42a24a6 > .tab-nav li a,
#a85a3a6c42a24a6 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a85a3a6c42a24a6 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #666666;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#a85a3a6c42a24a6 > .tab-wrap > div > .tab-nav li a svg,
#a85a3a6c42a24a6 > .tab-nav li a svg,
#a85a3a6c42a24a6 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a85a3a6c42a24a6 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a85a3a6c42a24a6 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a85a3a6c42a24a6 > .tab-nav li a .ap_icon,
#a85a3a6c42a24a6 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a85a3a6c42a24a6 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a85a3a6c42a24a6 > .tab-wrap > div > .tab-nav li a:hover,
#a85a3a6c42a24a6 > .tab-nav li a:hover,
#a85a3a6c42a24a6 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a85a3a6c42a24a6 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #d60314;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: none;
  border-right-color: #4a90e2;
  border-left-color: #4a90e2;
  border-top-color: #4a90e2;
  border-right-width: 2px;
  border-left-width: 2px;
  border-top-width: 2px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a85a3a6c42a24a6 > .tab-wrap > div > .tab-nav li.uk-active a,
#a85a3a6c42a24a6 > .tab-nav li.uk-active a,
#a85a3a6c42a24a6 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a85a3a6c42a24a6 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #d60314;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: none;
  border-right-color: #4a90e2;
  border-left-color: #4a90e2;
  border-top-color: #4a90e2;
  border-right-width: 2px;
  border-left-width: 2px;
  border-top-width: 2px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a85a3a6c42a24a6 .layout-left li,
#a85a3a6c42a24a6 .layout-center li,
#a85a3a6c42a24a6 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a85a3a6c42a24a6 .layout-left li a,
#a85a3a6c42a24a6 .layout-center li a,
#a85a3a6c42a24a6 .layout-right li a {
  height: 100%;
}
#a85a3a6c42a24a6 > .tab-tabs .layout-left {
  text-align: left;
}
#a85a3a6c42a24a6 > .tab-tabs .layout-center {
  text-align: center;
}
#a85a3a6c42a24a6 > .tab-tabs .layout-right {
  text-align: right;
}
#a85a3a6c42a24a6 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a85a3a6c42a24a6 .tab-content-wrap {
  background-color: transparent;
}
#a85a3a6c42a24a6 .tab-contents,
#a85a3a6c42a24a6 .tab-contents-wrap {
  pointer-events: none;
}
#a85a3a6c42a24a6 .tab-content,
#a85a3a6c42a24a6 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a85a3a6c42a24a6 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a85a3a6c42a24a6 .tab-wrap .tab-contents {
  height: 100%;
}
#a85a3a6c42a24a6 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a85a3a6c42a24a6 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a85a3a6c42a24a6 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8e6dabd5daa107 .ae7e4ad39fa9515 {
  overflow: hidden;
}
#a8e6dabd5daa107 .ae7e4ad39fa9515 , #a8e6dabd5daa107 .ae7e4ad39fa9515 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: left;font-family: inherit;color: rgba(35, 35, 35, 1);line-height: 25px;}#a8e6dabd5daa107 .ae7e4ad39fa9515:hover , #a8e6dabd5daa107 .ae7e4ad39fa9515 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: left;font-family: inherit;color: rgba(195, 25, 38, 1);line-height: 25px;}#a8e6dabd5daa107 .ab417a0ac8a86ed {
  overflow: hidden;
}
#a8e6dabd5daa107 .ab417a0ac8a86ed , #a8e6dabd5daa107 .ab417a0ac8a86ed > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 24px;}#a8e6dabd5daa107 .a1074ab7cda3663  {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: inherit;color: rgba(87, 87, 87, 1);}#a8e6dabd5daa107 .ae7f9a82b3a19b4 > .ele-wrap {background-color: rgba(191, 7, 21, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e6dabd5daa107 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a8e6dabd5daa107 .uk-position-center-left-out {
    left: -30px;
  }
  #a8e6dabd5daa107 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a812ba88e8a2ca5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a812ba88e8a2ca5 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a812ba88e8a2ca5 .ap-icon {
  margin-right: 6px;
}
#a812ba88e8a2ca5 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a812ba88e8a2ca5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a812ba88e8a2ca5 .menu-list > li:hover > a,
#a812ba88e8a2ca5 .menu-list > li.active > a {
  background: #d60314;
  background-color: #d60314;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a812ba88e8a2ca5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #d60314;
}
#a812ba88e8a2ca5 .menu-list ul,
#a812ba88e8a2ca5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#a812ba88e8a2ca5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a812ba88e8a2ca5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a812ba88e8a2ca5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a812ba88e8a2ca5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#a812ba88e8a2ca5 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#a28e7a33e8afb01 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad7d7a5af7aeaa2 .uk-slideshow-items > * {
  height: 100%;
}
#ad937a54a7adb59 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ad937a54a7adb59 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad937a54a7adb59 .ap-icon {
  margin-right: 6px;
}
#ad937a54a7adb59 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad937a54a7adb59 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 16px;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#ad937a54a7adb59 .menu-list > li:hover > a,
#ad937a54a7adb59 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list ul,
#ad937a54a7adb59 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#ad937a54a7adb59 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#ad937a54a7adb59 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad937a54a7adb59 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad937a54a7adb59 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#ad937a54a7adb59 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#a101dac17fa50bc .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a101dac17fa50bc .site-language-menu a:hover {
  color: #ccc;
}
#a101dac17fa50bc .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a101dac17fa50bc .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a101dac17fa50bc .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a101dac17fa50bc .uk-dropdown li a:hover {
  color: #222;
}
#a101dac17fa50bc .uk-dropdown li:last-child {
  border-bottom: none;
}
#a47e1ad902a8887 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740367715987.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a47e1ad902a8887 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740367716170.png);background-position: center center;background-size: cover;background-repeat: no-repeat;}#aaa40a469fad596 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740368894183.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#aaa40a469fad596 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740368894376.png);background-position: center center;background-size: cover;background-repeat: no-repeat;}#a7828a269ca442f .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740368894547.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a7828a269ca442f .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740368894715.png);background-position: center center;background-size: cover;background-repeat: no-repeat;}#a9a69a22a4a1778 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740368894861.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a9a69a22a4a1778 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740368895049.png);background-position: center center;background-size: cover;background-repeat: no-repeat;}#a314aa4dcea80e6  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a1f12a996ba001d  {flex-grow: 1;}#a9d76a6b93af5c4  {flex: 1;}#a4d5da7bcaa0ece .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#a4d5da7bcaa0ece .uk-grid {
  margin-left: 0px;
}
#a4d5da7bcaa0ece .uk-grid > * {
  padding-left: 0px;
}
#a4d5da7bcaa0ece .uk-grid-margin {
  margin-top: 0px;
}
#a4d5da7bcaa0ece .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#a4d5da7bcaa0ece .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a4d5da7bcaa0ece .uk-card-media-top .img {
  transition: all .3s ease;
}
#a4d5da7bcaa0ece .uk-card-body {
  display: block;
}
#a4d5da7bcaa0ece .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a4d5da7bcaa0ece .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a4d5da7bcaa0ece .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a4d5da7bcaa0ece .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a4d5da7bcaa0ece .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #3b425e;
}
#a4d5da7bcaa0ece .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a4d5da7bcaa0ece .uk-card:hover {
  background-color: #d60314;
}
#a4d5da7bcaa0ece .uk-card:hover .title {
  color: #fff;
}
#a4d5da7bcaa0ece .uk-card:hover hr {
  border-top-color: #fc1023;
}
#a4d5da7bcaa0ece .uk-card:hover .img {
  transform: scale(1.2);
}
#a4d5da7bcaa0ece .uk-card:hover .abstract {
  color: #fff;
}
#a4d5da7bcaa0ece .uk-card:hover .datetime {
  color: #d3b267;
}
#a4d5da7bcaa0ece .uk-card:hover .category {
  color: #d3b267;
}
#a4d5da7bcaa0ece .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a6693a60fcaa069  {flex: 1;}#a33d8ae0e6a1e10 .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#a33d8ae0e6a1e10 .uk-grid {
  margin-left: 0px;
}
#a33d8ae0e6a1e10 .uk-grid > * {
  padding-left: 0px;
}
#a33d8ae0e6a1e10 .uk-grid-margin {
  margin-top: 0px;
}
#a33d8ae0e6a1e10 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#a33d8ae0e6a1e10 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a33d8ae0e6a1e10 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a33d8ae0e6a1e10 .uk-card-body {
  display: block;
}
#a33d8ae0e6a1e10 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a33d8ae0e6a1e10 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a33d8ae0e6a1e10 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a33d8ae0e6a1e10 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a33d8ae0e6a1e10 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #3b425e;
}
#a33d8ae0e6a1e10 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a33d8ae0e6a1e10 .uk-card:hover {
  background-color: #d60314;
}
#a33d8ae0e6a1e10 .uk-card:hover .title {
  color: #fff;
}
#a33d8ae0e6a1e10 .uk-card:hover hr {
  border-top-color: #fc1023;
}
#a33d8ae0e6a1e10 .uk-card:hover .img {
  transform: scale(1.2);
}
#a33d8ae0e6a1e10 .uk-card:hover .abstract {
  color: #fff;
}
#a33d8ae0e6a1e10 .uk-card:hover .datetime {
  color: #d3b267;
}
#a33d8ae0e6a1e10 .uk-card:hover .category {
  color: #d3b267;
}
#a33d8ae0e6a1e10 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#aa7d8a4908ab66d  {flex: 1;}#a63a4a6a2da3b02 .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#a63a4a6a2da3b02 .uk-grid {
  margin-left: 0px;
}
#a63a4a6a2da3b02 .uk-grid > * {
  padding-left: 0px;
}
#a63a4a6a2da3b02 .uk-grid-margin {
  margin-top: 0px;
}
#a63a4a6a2da3b02 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#a63a4a6a2da3b02 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a63a4a6a2da3b02 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a63a4a6a2da3b02 .uk-card-body {
  display: block;
}
#a63a4a6a2da3b02 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a63a4a6a2da3b02 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a63a4a6a2da3b02 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a63a4a6a2da3b02 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a63a4a6a2da3b02 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #3b425e;
}
#a63a4a6a2da3b02 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a63a4a6a2da3b02 .uk-card:hover {
  background-color: #d60314;
}
#a63a4a6a2da3b02 .uk-card:hover .title {
  color: #fff;
}
#a63a4a6a2da3b02 .uk-card:hover hr {
  border-top-color: #fc1023;
}
#a63a4a6a2da3b02 .uk-card:hover .img {
  transform: scale(1.2);
}
#a63a4a6a2da3b02 .uk-card:hover .abstract {
  color: #fff;
}
#a63a4a6a2da3b02 .uk-card:hover .datetime {
  color: #d3b267;
}
#a63a4a6a2da3b02 .uk-card:hover .category {
  color: #d3b267;
}
#a63a4a6a2da3b02 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#afcb9a7093a5c4e  {flex: 1;}#a155aade75a900e .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#a155aade75a900e .uk-grid {
  margin-left: 0px;
}
#a155aade75a900e .uk-grid > * {
  padding-left: 0px;
}
#a155aade75a900e .uk-grid-margin {
  margin-top: 0px;
}
#a155aade75a900e .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#a155aade75a900e .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a155aade75a900e .uk-card-media-top .img {
  transition: all .3s ease;
}
#a155aade75a900e .uk-card-body {
  display: block;
}
#a155aade75a900e .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a155aade75a900e .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a155aade75a900e .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a155aade75a900e .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a155aade75a900e .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #3b425e;
}
#a155aade75a900e .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a155aade75a900e .uk-card:hover {
  background-color: #d60314;
}
#a155aade75a900e .uk-card:hover .title {
  color: #fff;
}
#a155aade75a900e .uk-card:hover hr {
  border-top-color: #fc1023;
}
#a155aade75a900e .uk-card:hover .img {
  transform: scale(1.2);
}
#a155aade75a900e .uk-card:hover .abstract {
  color: #fff;
}
#a155aade75a900e .uk-card:hover .datetime {
  color: #d3b267;
}
#a155aade75a900e .uk-card:hover .category {
  color: #d3b267;
}
#a155aade75a900e .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#ab684aeb8eac59c  {flex: 1;}#afab3a9586aed20 .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#afab3a9586aed20 .uk-grid {
  margin-left: 0px;
}
#afab3a9586aed20 .uk-grid > * {
  padding-left: 0px;
}
#afab3a9586aed20 .uk-grid-margin {
  margin-top: 0px;
}
#afab3a9586aed20 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#afab3a9586aed20 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#afab3a9586aed20 .uk-card-media-top .img {
  transition: all .3s ease;
}
#afab3a9586aed20 .uk-card-body {
  display: block;
}
#afab3a9586aed20 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#afab3a9586aed20 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#afab3a9586aed20 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#afab3a9586aed20 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#afab3a9586aed20 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #3b425e;
}
#afab3a9586aed20 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#afab3a9586aed20 .uk-card:hover {
  background-color: #d60314;
}
#afab3a9586aed20 .uk-card:hover .title {
  color: #fff;
}
#afab3a9586aed20 .uk-card:hover hr {
  border-top-color: #fc1023;
}
#afab3a9586aed20 .uk-card:hover .img {
  transform: scale(1.2);
}
#afab3a9586aed20 .uk-card:hover .abstract {
  color: #fff;
}
#afab3a9586aed20 .uk-card:hover .datetime {
  color: #d3b267;
}
#afab3a9586aed20 .uk-card:hover .category {
  color: #d3b267;
}
#afab3a9586aed20 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a4b8fa874da84d5 {
  overflow: hidden;
  pointer-events: none;
}
#a4b8fa874da84d5 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4b8fa874da84d5 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a4b8fa874da84d5 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4b8fa874da84d5 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4b8fa874da84d5 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a4b8fa874da84d5 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4b8fa874da84d5 > .tab-wrap > div > .tab-nav,
#a4b8fa874da84d5 > .tab-nav,
#a4b8fa874da84d5 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4b8fa874da84d5 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
  border-right-color: rgba(204, 204, 204, 0.39);
  border-left-color: rgba(204, 204, 204, 0.39);
  border-top-color: rgba(204, 204, 204, 0.39);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4b8fa874da84d5 > .tab-wrap > div > .tab-nav-horizontal,
#a4b8fa874da84d5 > .tab-nav-horizontal,
#a4b8fa874da84d5 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4b8fa874da84d5 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4b8fa874da84d5 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4b8fa874da84d5 > .tab-nav-horizontal::-webkit-scrollbar,
#a4b8fa874da84d5 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4b8fa874da84d5 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4b8fa874da84d5 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4b8fa874da84d5 > .tab-nav-horizontal.tagScroll,
#a4b8fa874da84d5 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4b8fa874da84d5 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a4b8fa874da84d5 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4b8fa874da84d5 > .tab-nav-horizontal.tagScroll li a,
#a4b8fa874da84d5 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4b8fa874da84d5 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4b8fa874da84d5 > .tab-wrap > div > .tab-nav a,
#a4b8fa874da84d5 > .tab-nav a,
#a4b8fa874da84d5 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4b8fa874da84d5 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a4b8fa874da84d5 > .tab-wrap > div > .tab-nav li a,
#a4b8fa874da84d5 > .tab-nav li a,
#a4b8fa874da84d5 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4b8fa874da84d5 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #666666;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#a4b8fa874da84d5 > .tab-wrap > div > .tab-nav li a svg,
#a4b8fa874da84d5 > .tab-nav li a svg,
#a4b8fa874da84d5 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4b8fa874da84d5 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4b8fa874da84d5 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4b8fa874da84d5 > .tab-nav li a .ap_icon,
#a4b8fa874da84d5 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4b8fa874da84d5 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4b8fa874da84d5 > .tab-wrap > div > .tab-nav li a:hover,
#a4b8fa874da84d5 > .tab-nav li a:hover,
#a4b8fa874da84d5 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4b8fa874da84d5 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #d60314;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: none;
  border-right-color: #4a90e2;
  border-left-color: #4a90e2;
  border-top-color: #4a90e2;
  border-right-width: 2px;
  border-left-width: 2px;
  border-top-width: 2px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4b8fa874da84d5 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4b8fa874da84d5 > .tab-nav li.uk-active a,
#a4b8fa874da84d5 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4b8fa874da84d5 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #d60314;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: none;
  border-right-color: #4a90e2;
  border-left-color: #4a90e2;
  border-top-color: #4a90e2;
  border-right-width: 2px;
  border-left-width: 2px;
  border-top-width: 2px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4b8fa874da84d5 .layout-left li,
#a4b8fa874da84d5 .layout-center li,
#a4b8fa874da84d5 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4b8fa874da84d5 .layout-left li a,
#a4b8fa874da84d5 .layout-center li a,
#a4b8fa874da84d5 .layout-right li a {
  height: 100%;
}
#a4b8fa874da84d5 > .tab-tabs .layout-left {
  text-align: left;
}
#a4b8fa874da84d5 > .tab-tabs .layout-center {
  text-align: center;
}
#a4b8fa874da84d5 > .tab-tabs .layout-right {
  text-align: right;
}
#a4b8fa874da84d5 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a4b8fa874da84d5 .tab-content-wrap {
  background-color: transparent;
}
#a4b8fa874da84d5 .tab-contents,
#a4b8fa874da84d5 .tab-contents-wrap {
  pointer-events: none;
}
#a4b8fa874da84d5 .tab-content,
#a4b8fa874da84d5 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4b8fa874da84d5 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4b8fa874da84d5 .tab-wrap .tab-contents {
  height: 100%;
}
#a4b8fa874da84d5 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4b8fa874da84d5 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4b8fa874da84d5 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a4b5caced8a7575 .a94d2ae195a64a2 {
  overflow: hidden;
}
#a4b5caced8a7575 .a94d2ae195a64a2 , #a4b5caced8a7575 .a94d2ae195a64a2 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: left;font-family: inherit;color: rgba(35, 35, 35, 1);line-height: 25px;}#a4b5caced8a7575 .a94d2ae195a64a2:hover , #a4b5caced8a7575 .a94d2ae195a64a2 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: left;font-family: inherit;color: rgba(195, 25, 38, 1);line-height: 25px;}#a4b5caced8a7575 .ad373a2e1dad6a1 {
  overflow: hidden;
}
#a4b5caced8a7575 .ad373a2e1dad6a1 , #a4b5caced8a7575 .ad373a2e1dad6a1 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 24px;}#a4b5caced8a7575 .a5aa3ae507aebcb  {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: inherit;color: rgba(87, 87, 87, 1);}#a4b5caced8a7575 .a5509a87dea0184 > .ele-wrap {background-color: rgba(191, 7, 21, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4b5caced8a7575 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a4b5caced8a7575 .uk-position-center-left-out {
    left: -30px;
  }
  #a4b5caced8a7575 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a812ba88e8a2ca5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a812ba88e8a2ca5 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a812ba88e8a2ca5 .ap-icon {
  margin-right: 6px;
}
#a812ba88e8a2ca5 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a812ba88e8a2ca5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a812ba88e8a2ca5 .menu-list > li:hover > a,
#a812ba88e8a2ca5 .menu-list > li.active > a {
  background: #d60314;
  background-color: #d60314;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a812ba88e8a2ca5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #d60314;
}
#a812ba88e8a2ca5 .menu-list ul,
#a812ba88e8a2ca5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#a812ba88e8a2ca5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a812ba88e8a2ca5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a812ba88e8a2ca5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a812ba88e8a2ca5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#a812ba88e8a2ca5 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#a1f7fa08b6a8ab4 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a7fbca11acaec6c .uk-slideshow-items > * {
  height: 100%;
}
#ad937a54a7adb59 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ad937a54a7adb59 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad937a54a7adb59 .ap-icon {
  margin-right: 6px;
}
#ad937a54a7adb59 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad937a54a7adb59 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 16px;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#ad937a54a7adb59 .menu-list > li:hover > a,
#ad937a54a7adb59 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list ul,
#ad937a54a7adb59 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#ad937a54a7adb59 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#ad937a54a7adb59 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad937a54a7adb59 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad937a54a7adb59 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#ad937a54a7adb59 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#a101dac17fa50bc .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a101dac17fa50bc .site-language-menu a:hover {
  color: #ccc;
}
#a101dac17fa50bc .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a101dac17fa50bc .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a101dac17fa50bc .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a101dac17fa50bc .uk-dropdown li a:hover {
  color: #222;
}
#a101dac17fa50bc .uk-dropdown li:last-child {
  border-bottom: none;
}
#ac44ea5f42a72fd .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740367715987.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#ac44ea5f42a72fd .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740367716170.png);background-position: center center;background-size: cover;background-repeat: no-repeat;}#a5935ac556a1dea .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740368894183.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a5935ac556a1dea .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740368894376.png);background-position: center center;background-size: cover;background-repeat: no-repeat;}#a74e4a08ecaf8a3 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740368894547.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a74e4a08ecaf8a3 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740368894715.png);background-position: center center;background-size: cover;background-repeat: no-repeat;}#ac97ca1ba7ae750 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740368894861.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#ac97ca1ba7ae750 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740368895049.png);background-position: center center;background-size: cover;background-repeat: no-repeat;}#a400fa688cad3e9  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a0a55abb12a589f  {flex-grow: 1;}#a237fac569ab0c4  {flex: 1;}#abb78a621eac114 .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#abb78a621eac114 .uk-grid {
  margin-left: 0px;
}
#abb78a621eac114 .uk-grid > * {
  padding-left: 0px;
}
#abb78a621eac114 .uk-grid-margin {
  margin-top: 0px;
}
#abb78a621eac114 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#abb78a621eac114 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#abb78a621eac114 .uk-card-media-top .img {
  transition: all .3s ease;
}
#abb78a621eac114 .uk-card-body {
  display: block;
}
#abb78a621eac114 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#abb78a621eac114 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#abb78a621eac114 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#abb78a621eac114 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#abb78a621eac114 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #3b425e;
}
#abb78a621eac114 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#abb78a621eac114 .uk-card:hover {
  background-color: #d60314;
}
#abb78a621eac114 .uk-card:hover .title {
  color: #fff;
}
#abb78a621eac114 .uk-card:hover hr {
  border-top-color: #fc1023;
}
#abb78a621eac114 .uk-card:hover .img {
  transform: scale(1.2);
}
#abb78a621eac114 .uk-card:hover .abstract {
  color: #fff;
}
#abb78a621eac114 .uk-card:hover .datetime {
  color: #d3b267;
}
#abb78a621eac114 .uk-card:hover .category {
  color: #d3b267;
}
#abb78a621eac114 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#ab792aec08ad544  {flex: 1;}#a2715a9786afb23 .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#a2715a9786afb23 .uk-grid {
  margin-left: 0px;
}
#a2715a9786afb23 .uk-grid > * {
  padding-left: 0px;
}
#a2715a9786afb23 .uk-grid-margin {
  margin-top: 0px;
}
#a2715a9786afb23 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#a2715a9786afb23 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a2715a9786afb23 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a2715a9786afb23 .uk-card-body {
  display: block;
}
#a2715a9786afb23 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a2715a9786afb23 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a2715a9786afb23 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a2715a9786afb23 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a2715a9786afb23 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #3b425e;
}
#a2715a9786afb23 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a2715a9786afb23 .uk-card:hover {
  background-color: #d60314;
}
#a2715a9786afb23 .uk-card:hover .title {
  color: #fff;
}
#a2715a9786afb23 .uk-card:hover hr {
  border-top-color: #fc1023;
}
#a2715a9786afb23 .uk-card:hover .img {
  transform: scale(1.2);
}
#a2715a9786afb23 .uk-card:hover .abstract {
  color: #fff;
}
#a2715a9786afb23 .uk-card:hover .datetime {
  color: #d3b267;
}
#a2715a9786afb23 .uk-card:hover .category {
  color: #d3b267;
}
#a2715a9786afb23 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#aa4a7a0746a404a  {flex: 1;}#a0d3ea9c45ab4a4 .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#a0d3ea9c45ab4a4 .uk-grid {
  margin-left: 0px;
}
#a0d3ea9c45ab4a4 .uk-grid > * {
  padding-left: 0px;
}
#a0d3ea9c45ab4a4 .uk-grid-margin {
  margin-top: 0px;
}
#a0d3ea9c45ab4a4 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#a0d3ea9c45ab4a4 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a0d3ea9c45ab4a4 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a0d3ea9c45ab4a4 .uk-card-body {
  display: block;
}
#a0d3ea9c45ab4a4 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a0d3ea9c45ab4a4 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a0d3ea9c45ab4a4 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a0d3ea9c45ab4a4 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a0d3ea9c45ab4a4 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #3b425e;
}
#a0d3ea9c45ab4a4 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a0d3ea9c45ab4a4 .uk-card:hover {
  background-color: #d60314;
}
#a0d3ea9c45ab4a4 .uk-card:hover .title {
  color: #fff;
}
#a0d3ea9c45ab4a4 .uk-card:hover hr {
  border-top-color: #fc1023;
}
#a0d3ea9c45ab4a4 .uk-card:hover .img {
  transform: scale(1.2);
}
#a0d3ea9c45ab4a4 .uk-card:hover .abstract {
  color: #fff;
}
#a0d3ea9c45ab4a4 .uk-card:hover .datetime {
  color: #d3b267;
}
#a0d3ea9c45ab4a4 .uk-card:hover .category {
  color: #d3b267;
}
#a0d3ea9c45ab4a4 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a13e9a05fda44af  {flex: 1;}#a7b5ca4246abb6d .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#a7b5ca4246abb6d .uk-grid {
  margin-left: 0px;
}
#a7b5ca4246abb6d .uk-grid > * {
  padding-left: 0px;
}
#a7b5ca4246abb6d .uk-grid-margin {
  margin-top: 0px;
}
#a7b5ca4246abb6d .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#a7b5ca4246abb6d .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a7b5ca4246abb6d .uk-card-media-top .img {
  transition: all .3s ease;
}
#a7b5ca4246abb6d .uk-card-body {
  display: block;
}
#a7b5ca4246abb6d .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a7b5ca4246abb6d .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a7b5ca4246abb6d .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a7b5ca4246abb6d .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a7b5ca4246abb6d .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #3b425e;
}
#a7b5ca4246abb6d .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a7b5ca4246abb6d .uk-card:hover {
  background-color: #d60314;
}
#a7b5ca4246abb6d .uk-card:hover .title {
  color: #fff;
}
#a7b5ca4246abb6d .uk-card:hover hr {
  border-top-color: #fc1023;
}
#a7b5ca4246abb6d .uk-card:hover .img {
  transform: scale(1.2);
}
#a7b5ca4246abb6d .uk-card:hover .abstract {
  color: #fff;
}
#a7b5ca4246abb6d .uk-card:hover .datetime {
  color: #d3b267;
}
#a7b5ca4246abb6d .uk-card:hover .category {
  color: #d3b267;
}
#a7b5ca4246abb6d .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a9feaaa9b5a7c55  {flex: 1;}#ac84fa23a6a5596 .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#ac84fa23a6a5596 .uk-grid {
  margin-left: 0px;
}
#ac84fa23a6a5596 .uk-grid > * {
  padding-left: 0px;
}
#ac84fa23a6a5596 .uk-grid-margin {
  margin-top: 0px;
}
#ac84fa23a6a5596 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#ac84fa23a6a5596 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#ac84fa23a6a5596 .uk-card-media-top .img {
  transition: all .3s ease;
}
#ac84fa23a6a5596 .uk-card-body {
  display: block;
}
#ac84fa23a6a5596 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#ac84fa23a6a5596 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#ac84fa23a6a5596 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#ac84fa23a6a5596 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#ac84fa23a6a5596 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #3b425e;
}
#ac84fa23a6a5596 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#ac84fa23a6a5596 .uk-card:hover {
  background-color: #d60314;
}
#ac84fa23a6a5596 .uk-card:hover .title {
  color: #fff;
}
#ac84fa23a6a5596 .uk-card:hover hr {
  border-top-color: #fc1023;
}
#ac84fa23a6a5596 .uk-card:hover .img {
  transform: scale(1.2);
}
#ac84fa23a6a5596 .uk-card:hover .abstract {
  color: #fff;
}
#ac84fa23a6a5596 .uk-card:hover .datetime {
  color: #d3b267;
}
#ac84fa23a6a5596 .uk-card:hover .category {
  color: #d3b267;
}
#ac84fa23a6a5596 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a0f82ae970aac12 {
  overflow: hidden;
  pointer-events: none;
}
#a0f82ae970aac12 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a0f82ae970aac12 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a0f82ae970aac12 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a0f82ae970aac12 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a0f82ae970aac12 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a0f82ae970aac12 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a0f82ae970aac12 > .tab-wrap > div > .tab-nav,
#a0f82ae970aac12 > .tab-nav,
#a0f82ae970aac12 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a0f82ae970aac12 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
  border-right-color: rgba(204, 204, 204, 0.39);
  border-left-color: rgba(204, 204, 204, 0.39);
  border-top-color: rgba(204, 204, 204, 0.39);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a0f82ae970aac12 > .tab-wrap > div > .tab-nav-horizontal,
#a0f82ae970aac12 > .tab-nav-horizontal,
#a0f82ae970aac12 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a0f82ae970aac12 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a0f82ae970aac12 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a0f82ae970aac12 > .tab-nav-horizontal::-webkit-scrollbar,
#a0f82ae970aac12 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a0f82ae970aac12 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a0f82ae970aac12 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a0f82ae970aac12 > .tab-nav-horizontal.tagScroll,
#a0f82ae970aac12 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a0f82ae970aac12 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a0f82ae970aac12 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a0f82ae970aac12 > .tab-nav-horizontal.tagScroll li a,
#a0f82ae970aac12 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a0f82ae970aac12 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a0f82ae970aac12 > .tab-wrap > div > .tab-nav a,
#a0f82ae970aac12 > .tab-nav a,
#a0f82ae970aac12 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a0f82ae970aac12 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a0f82ae970aac12 > .tab-wrap > div > .tab-nav li a,
#a0f82ae970aac12 > .tab-nav li a,
#a0f82ae970aac12 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a0f82ae970aac12 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #666666;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#a0f82ae970aac12 > .tab-wrap > div > .tab-nav li a svg,
#a0f82ae970aac12 > .tab-nav li a svg,
#a0f82ae970aac12 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a0f82ae970aac12 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a0f82ae970aac12 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a0f82ae970aac12 > .tab-nav li a .ap_icon,
#a0f82ae970aac12 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a0f82ae970aac12 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a0f82ae970aac12 > .tab-wrap > div > .tab-nav li a:hover,
#a0f82ae970aac12 > .tab-nav li a:hover,
#a0f82ae970aac12 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a0f82ae970aac12 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #d60314;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: none;
  border-right-color: #4a90e2;
  border-left-color: #4a90e2;
  border-top-color: #4a90e2;
  border-right-width: 2px;
  border-left-width: 2px;
  border-top-width: 2px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a0f82ae970aac12 > .tab-wrap > div > .tab-nav li.uk-active a,
#a0f82ae970aac12 > .tab-nav li.uk-active a,
#a0f82ae970aac12 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a0f82ae970aac12 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #d60314;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: none;
  border-right-color: #4a90e2;
  border-left-color: #4a90e2;
  border-top-color: #4a90e2;
  border-right-width: 2px;
  border-left-width: 2px;
  border-top-width: 2px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a0f82ae970aac12 .layout-left li,
#a0f82ae970aac12 .layout-center li,
#a0f82ae970aac12 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a0f82ae970aac12 .layout-left li a,
#a0f82ae970aac12 .layout-center li a,
#a0f82ae970aac12 .layout-right li a {
  height: 100%;
}
#a0f82ae970aac12 > .tab-tabs .layout-left {
  text-align: left;
}
#a0f82ae970aac12 > .tab-tabs .layout-center {
  text-align: center;
}
#a0f82ae970aac12 > .tab-tabs .layout-right {
  text-align: right;
}
#a0f82ae970aac12 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a0f82ae970aac12 .tab-content-wrap {
  background-color: transparent;
}
#a0f82ae970aac12 .tab-contents,
#a0f82ae970aac12 .tab-contents-wrap {
  pointer-events: none;
}
#a0f82ae970aac12 .tab-content,
#a0f82ae970aac12 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a0f82ae970aac12 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a0f82ae970aac12 .tab-wrap .tab-contents {
  height: 100%;
}
#a0f82ae970aac12 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a0f82ae970aac12 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a0f82ae970aac12 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7823a059fa7414 .a4005a77d1ae803 {
  overflow: hidden;
}
#a7823a059fa7414 .a4005a77d1ae803 , #a7823a059fa7414 .a4005a77d1ae803 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: left;font-family: inherit;color: rgba(35, 35, 35, 1);line-height: 25px;}#a7823a059fa7414 .a4005a77d1ae803:hover , #a7823a059fa7414 .a4005a77d1ae803 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: left;font-family: inherit;color: rgba(195, 25, 38, 1);line-height: 25px;}#a7823a059fa7414 .a26e6a6844a3bdf {
  overflow: hidden;
}
#a7823a059fa7414 .a26e6a6844a3bdf , #a7823a059fa7414 .a26e6a6844a3bdf > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 24px;}#a7823a059fa7414 .a1ea4a009ca8349  {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: inherit;color: rgba(87, 87, 87, 1);}#a7823a059fa7414 .af89dacc3da09be > .ele-wrap {background-color: rgba(191, 7, 21, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7823a059fa7414 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a7823a059fa7414 .uk-position-center-left-out {
    left: -30px;
  }
  #a7823a059fa7414 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a812ba88e8a2ca5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a812ba88e8a2ca5 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a812ba88e8a2ca5 .ap-icon {
  margin-right: 6px;
}
#a812ba88e8a2ca5 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a812ba88e8a2ca5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a812ba88e8a2ca5 .menu-list > li:hover > a,
#a812ba88e8a2ca5 .menu-list > li.active > a {
  background: #d60314;
  background-color: #d60314;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a812ba88e8a2ca5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #d60314;
}
#a812ba88e8a2ca5 .menu-list ul,
#a812ba88e8a2ca5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#a812ba88e8a2ca5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a812ba88e8a2ca5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a812ba88e8a2ca5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a812ba88e8a2ca5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#a812ba88e8a2ca5 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#acb7aac982afd7b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac286a4d83a5663 .uk-slideshow-items > * {
  height: 100%;
}
#ad937a54a7adb59 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ad937a54a7adb59 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad937a54a7adb59 .ap-icon {
  margin-right: 6px;
}
#ad937a54a7adb59 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad937a54a7adb59 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 16px;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#ad937a54a7adb59 .menu-list > li:hover > a,
#ad937a54a7adb59 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list ul,
#ad937a54a7adb59 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#ad937a54a7adb59 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#ad937a54a7adb59 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad937a54a7adb59 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad937a54a7adb59 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#ad937a54a7adb59 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#a101dac17fa50bc .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a101dac17fa50bc .site-language-menu a:hover {
  color: #ccc;
}
#a101dac17fa50bc .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a101dac17fa50bc .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a101dac17fa50bc .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a101dac17fa50bc .uk-dropdown li a:hover {
  color: #222;
}
#a101dac17fa50bc .uk-dropdown li:last-child {
  border-bottom: none;
}
#a1d3da58e4ae120 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740367715987.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a1d3da58e4ae120 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740367716170.png);background-position: center center;background-size: cover;background-repeat: no-repeat;}#a59d0af2a4aa709 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740368894183.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a59d0af2a4aa709 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740368894376.png);background-position: center center;background-size: cover;background-repeat: no-repeat;}#a0a34a27a9ae3c2 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740368894547.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a0a34a27a9ae3c2 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740368894715.png);background-position: center center;background-size: cover;background-repeat: no-repeat;}#a21a8aed1ea97c2 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740368894861.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a21a8aed1ea97c2 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740368895049.png);background-position: center center;background-size: cover;background-repeat: no-repeat;}#aae87a1406ae687  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a9dfda9d93af8f2  {flex-grow: 1;}#a3b0ca39d3ae5d5  {flex: 1;}#a5a9fa0e61aa3d4 .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#a5a9fa0e61aa3d4 .uk-grid {
  margin-left: 0px;
}
#a5a9fa0e61aa3d4 .uk-grid > * {
  padding-left: 0px;
}
#a5a9fa0e61aa3d4 .uk-grid-margin {
  margin-top: 0px;
}
#a5a9fa0e61aa3d4 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#a5a9fa0e61aa3d4 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a5a9fa0e61aa3d4 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a5a9fa0e61aa3d4 .uk-card-body {
  display: block;
}
#a5a9fa0e61aa3d4 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a5a9fa0e61aa3d4 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a5a9fa0e61aa3d4 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a5a9fa0e61aa3d4 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a5a9fa0e61aa3d4 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #3b425e;
}
#a5a9fa0e61aa3d4 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a5a9fa0e61aa3d4 .uk-card:hover {
  background-color: #d60314;
}
#a5a9fa0e61aa3d4 .uk-card:hover .title {
  color: #fff;
}
#a5a9fa0e61aa3d4 .uk-card:hover hr {
  border-top-color: #fc1023;
}
#a5a9fa0e61aa3d4 .uk-card:hover .img {
  transform: scale(1.2);
}
#a5a9fa0e61aa3d4 .uk-card:hover .abstract {
  color: #fff;
}
#a5a9fa0e61aa3d4 .uk-card:hover .datetime {
  color: #d3b267;
}
#a5a9fa0e61aa3d4 .uk-card:hover .category {
  color: #d3b267;
}
#a5a9fa0e61aa3d4 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a070faa147a74a7  {flex: 1;}#abf1da9ea3a5814 .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#abf1da9ea3a5814 .uk-grid {
  margin-left: 0px;
}
#abf1da9ea3a5814 .uk-grid > * {
  padding-left: 0px;
}
#abf1da9ea3a5814 .uk-grid-margin {
  margin-top: 0px;
}
#abf1da9ea3a5814 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#abf1da9ea3a5814 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#abf1da9ea3a5814 .uk-card-media-top .img {
  transition: all .3s ease;
}
#abf1da9ea3a5814 .uk-card-body {
  display: block;
}
#abf1da9ea3a5814 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#abf1da9ea3a5814 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#abf1da9ea3a5814 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#abf1da9ea3a5814 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#abf1da9ea3a5814 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #3b425e;
}
#abf1da9ea3a5814 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#abf1da9ea3a5814 .uk-card:hover {
  background-color: #d60314;
}
#abf1da9ea3a5814 .uk-card:hover .title {
  color: #fff;
}
#abf1da9ea3a5814 .uk-card:hover hr {
  border-top-color: #fc1023;
}
#abf1da9ea3a5814 .uk-card:hover .img {
  transform: scale(1.2);
}
#abf1da9ea3a5814 .uk-card:hover .abstract {
  color: #fff;
}
#abf1da9ea3a5814 .uk-card:hover .datetime {
  color: #d3b267;
}
#abf1da9ea3a5814 .uk-card:hover .category {
  color: #d3b267;
}
#abf1da9ea3a5814 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a761cacc2aa31cc  {flex: 1;}#a7779aaf77a2895 .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#a7779aaf77a2895 .uk-grid {
  margin-left: 0px;
}
#a7779aaf77a2895 .uk-grid > * {
  padding-left: 0px;
}
#a7779aaf77a2895 .uk-grid-margin {
  margin-top: 0px;
}
#a7779aaf77a2895 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#a7779aaf77a2895 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a7779aaf77a2895 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a7779aaf77a2895 .uk-card-body {
  display: block;
}
#a7779aaf77a2895 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a7779aaf77a2895 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a7779aaf77a2895 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a7779aaf77a2895 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a7779aaf77a2895 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #3b425e;
}
#a7779aaf77a2895 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a7779aaf77a2895 .uk-card:hover {
  background-color: #d60314;
}
#a7779aaf77a2895 .uk-card:hover .title {
  color: #fff;
}
#a7779aaf77a2895 .uk-card:hover hr {
  border-top-color: #fc1023;
}
#a7779aaf77a2895 .uk-card:hover .img {
  transform: scale(1.2);
}
#a7779aaf77a2895 .uk-card:hover .abstract {
  color: #fff;
}
#a7779aaf77a2895 .uk-card:hover .datetime {
  color: #d3b267;
}
#a7779aaf77a2895 .uk-card:hover .category {
  color: #d3b267;
}
#a7779aaf77a2895 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a5d37a35e0a02dc  {flex: 1;}#ae572a1acba56d9 .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#ae572a1acba56d9 .uk-grid {
  margin-left: 0px;
}
#ae572a1acba56d9 .uk-grid > * {
  padding-left: 0px;
}
#ae572a1acba56d9 .uk-grid-margin {
  margin-top: 0px;
}
#ae572a1acba56d9 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#ae572a1acba56d9 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#ae572a1acba56d9 .uk-card-media-top .img {
  transition: all .3s ease;
}
#ae572a1acba56d9 .uk-card-body {
  display: block;
}
#ae572a1acba56d9 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#ae572a1acba56d9 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#ae572a1acba56d9 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#ae572a1acba56d9 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#ae572a1acba56d9 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #3b425e;
}
#ae572a1acba56d9 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#ae572a1acba56d9 .uk-card:hover {
  background-color: #d60314;
}
#ae572a1acba56d9 .uk-card:hover .title {
  color: #fff;
}
#ae572a1acba56d9 .uk-card:hover hr {
  border-top-color: #fc1023;
}
#ae572a1acba56d9 .uk-card:hover .img {
  transform: scale(1.2);
}
#ae572a1acba56d9 .uk-card:hover .abstract {
  color: #fff;
}
#ae572a1acba56d9 .uk-card:hover .datetime {
  color: #d3b267;
}
#ae572a1acba56d9 .uk-card:hover .category {
  color: #d3b267;
}
#ae572a1acba56d9 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#afaa4a3d8aaf8af  {flex: 1;}#a0cc6ac062afb1d .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#a0cc6ac062afb1d .uk-grid {
  margin-left: 0px;
}
#a0cc6ac062afb1d .uk-grid > * {
  padding-left: 0px;
}
#a0cc6ac062afb1d .uk-grid-margin {
  margin-top: 0px;
}
#a0cc6ac062afb1d .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#a0cc6ac062afb1d .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a0cc6ac062afb1d .uk-card-media-top .img {
  transition: all .3s ease;
}
#a0cc6ac062afb1d .uk-card-body {
  display: block;
}
#a0cc6ac062afb1d .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a0cc6ac062afb1d .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a0cc6ac062afb1d .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a0cc6ac062afb1d .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a0cc6ac062afb1d .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #3b425e;
}
#a0cc6ac062afb1d .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a0cc6ac062afb1d .uk-card:hover {
  background-color: #d60314;
}
#a0cc6ac062afb1d .uk-card:hover .title {
  color: #fff;
}
#a0cc6ac062afb1d .uk-card:hover hr {
  border-top-color: #fc1023;
}
#a0cc6ac062afb1d .uk-card:hover .img {
  transform: scale(1.2);
}
#a0cc6ac062afb1d .uk-card:hover .abstract {
  color: #fff;
}
#a0cc6ac062afb1d .uk-card:hover .datetime {
  color: #d3b267;
}
#a0cc6ac062afb1d .uk-card:hover .category {
  color: #d3b267;
}
#a0cc6ac062afb1d .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#acc3bab87fa5ca1 {
  overflow: hidden;
  pointer-events: none;
}
#acc3bab87fa5ca1 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#acc3bab87fa5ca1 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#acc3bab87fa5ca1 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#acc3bab87fa5ca1 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#acc3bab87fa5ca1 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#acc3bab87fa5ca1 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#acc3bab87fa5ca1 > .tab-wrap > div > .tab-nav,
#acc3bab87fa5ca1 > .tab-nav,
#acc3bab87fa5ca1 > .tab-tabs > .tab-wrap > div > .tab-nav,
#acc3bab87fa5ca1 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
  border-right-color: rgba(204, 204, 204, 0.39);
  border-left-color: rgba(204, 204, 204, 0.39);
  border-top-color: rgba(204, 204, 204, 0.39);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#acc3bab87fa5ca1 > .tab-wrap > div > .tab-nav-horizontal,
#acc3bab87fa5ca1 > .tab-nav-horizontal,
#acc3bab87fa5ca1 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#acc3bab87fa5ca1 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#acc3bab87fa5ca1 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#acc3bab87fa5ca1 > .tab-nav-horizontal::-webkit-scrollbar,
#acc3bab87fa5ca1 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#acc3bab87fa5ca1 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#acc3bab87fa5ca1 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#acc3bab87fa5ca1 > .tab-nav-horizontal.tagScroll,
#acc3bab87fa5ca1 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#acc3bab87fa5ca1 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#acc3bab87fa5ca1 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#acc3bab87fa5ca1 > .tab-nav-horizontal.tagScroll li a,
#acc3bab87fa5ca1 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#acc3bab87fa5ca1 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#acc3bab87fa5ca1 > .tab-wrap > div > .tab-nav a,
#acc3bab87fa5ca1 > .tab-nav a,
#acc3bab87fa5ca1 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#acc3bab87fa5ca1 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#acc3bab87fa5ca1 > .tab-wrap > div > .tab-nav li a,
#acc3bab87fa5ca1 > .tab-nav li a,
#acc3bab87fa5ca1 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#acc3bab87fa5ca1 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #666666;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#acc3bab87fa5ca1 > .tab-wrap > div > .tab-nav li a svg,
#acc3bab87fa5ca1 > .tab-nav li a svg,
#acc3bab87fa5ca1 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#acc3bab87fa5ca1 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#acc3bab87fa5ca1 > .tab-wrap > div > .tab-nav li a .ap_icon,
#acc3bab87fa5ca1 > .tab-nav li a .ap_icon,
#acc3bab87fa5ca1 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#acc3bab87fa5ca1 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#acc3bab87fa5ca1 > .tab-wrap > div > .tab-nav li a:hover,
#acc3bab87fa5ca1 > .tab-nav li a:hover,
#acc3bab87fa5ca1 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#acc3bab87fa5ca1 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #d60314;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: none;
  border-right-color: #4a90e2;
  border-left-color: #4a90e2;
  border-top-color: #4a90e2;
  border-right-width: 2px;
  border-left-width: 2px;
  border-top-width: 2px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#acc3bab87fa5ca1 > .tab-wrap > div > .tab-nav li.uk-active a,
#acc3bab87fa5ca1 > .tab-nav li.uk-active a,
#acc3bab87fa5ca1 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#acc3bab87fa5ca1 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #d60314;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: none;
  border-right-color: #4a90e2;
  border-left-color: #4a90e2;
  border-top-color: #4a90e2;
  border-right-width: 2px;
  border-left-width: 2px;
  border-top-width: 2px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#acc3bab87fa5ca1 .layout-left li,
#acc3bab87fa5ca1 .layout-center li,
#acc3bab87fa5ca1 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#acc3bab87fa5ca1 .layout-left li a,
#acc3bab87fa5ca1 .layout-center li a,
#acc3bab87fa5ca1 .layout-right li a {
  height: 100%;
}
#acc3bab87fa5ca1 > .tab-tabs .layout-left {
  text-align: left;
}
#acc3bab87fa5ca1 > .tab-tabs .layout-center {
  text-align: center;
}
#acc3bab87fa5ca1 > .tab-tabs .layout-right {
  text-align: right;
}
#acc3bab87fa5ca1 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#acc3bab87fa5ca1 .tab-content-wrap {
  background-color: transparent;
}
#acc3bab87fa5ca1 .tab-contents,
#acc3bab87fa5ca1 .tab-contents-wrap {
  pointer-events: none;
}
#acc3bab87fa5ca1 .tab-content,
#acc3bab87fa5ca1 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#acc3bab87fa5ca1 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#acc3bab87fa5ca1 .tab-wrap .tab-contents {
  height: 100%;
}
#acc3bab87fa5ca1 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#acc3bab87fa5ca1 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#acc3bab87fa5ca1 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1ccfae9d5ac1b3 .a54c7a8ea5a8d0c {
  overflow: hidden;
}
#a1ccfae9d5ac1b3 .a54c7a8ea5a8d0c , #a1ccfae9d5ac1b3 .a54c7a8ea5a8d0c > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: left;font-family: inherit;color: rgba(35, 35, 35, 1);line-height: 25px;}#a1ccfae9d5ac1b3 .a54c7a8ea5a8d0c:hover , #a1ccfae9d5ac1b3 .a54c7a8ea5a8d0c *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: left;font-family: inherit;color: rgba(195, 25, 38, 1);line-height: 25px;}#a1ccfae9d5ac1b3 .aaee7ac236a4317 {
  overflow: hidden;
}
#a1ccfae9d5ac1b3 .aaee7ac236a4317 , #a1ccfae9d5ac1b3 .aaee7ac236a4317 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 24px;}#a1ccfae9d5ac1b3 .ab799abdfda8ddd  {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: inherit;color: rgba(87, 87, 87, 1);}#a1ccfae9d5ac1b3 .ab687a7ad8a6c8a > .ele-wrap {background-color: rgba(191, 7, 21, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1ccfae9d5ac1b3 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a1ccfae9d5ac1b3 .uk-position-center-left-out {
    left: -30px;
  }
  #a1ccfae9d5ac1b3 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a812ba88e8a2ca5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a812ba88e8a2ca5 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a812ba88e8a2ca5 .ap-icon {
  margin-right: 6px;
}
#a812ba88e8a2ca5 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a812ba88e8a2ca5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a812ba88e8a2ca5 .menu-list > li:hover > a,
#a812ba88e8a2ca5 .menu-list > li.active > a {
  background: #d60314;
  background-color: #d60314;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a812ba88e8a2ca5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #d60314;
}
#a812ba88e8a2ca5 .menu-list ul,
#a812ba88e8a2ca5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#a812ba88e8a2ca5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a812ba88e8a2ca5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a812ba88e8a2ca5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a812ba88e8a2ca5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#a812ba88e8a2ca5 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#a4a84ac5a6a9924 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a6168a6b7ca889f .uk-slideshow-items > * {
  height: 100%;
}
#ad937a54a7adb59 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ad937a54a7adb59 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad937a54a7adb59 .ap-icon {
  margin-right: 6px;
}
#ad937a54a7adb59 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad937a54a7adb59 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 16px;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#ad937a54a7adb59 .menu-list > li:hover > a,
#ad937a54a7adb59 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list ul,
#ad937a54a7adb59 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#ad937a54a7adb59 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#ad937a54a7adb59 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad937a54a7adb59 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad937a54a7adb59 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#ad937a54a7adb59 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#a101dac17fa50bc .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a101dac17fa50bc .site-language-menu a:hover {
  color: #ccc;
}
#a101dac17fa50bc .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a101dac17fa50bc .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a101dac17fa50bc .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a101dac17fa50bc .uk-dropdown li a:hover {
  color: #222;
}
#a101dac17fa50bc .uk-dropdown li:last-child {
  border-bottom: none;
}
#a3904ad62da1463 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740367715987.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a3904ad62da1463 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740367716170.png);background-position: center center;background-size: cover;background-repeat: no-repeat;}#a0716a6029aabf9 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740368894183.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a0716a6029aabf9 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740368894376.png);background-position: center center;background-size: cover;background-repeat: no-repeat;}#addfdadf81a8a19 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740368894547.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#addfdadf81a8a19 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740368894715.png);background-position: center center;background-size: cover;background-repeat: no-repeat;}#ac938a85fba3584 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740368894861.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#ac938a85fba3584 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740368895049.png);background-position: center center;background-size: cover;background-repeat: no-repeat;}#a90b1a29b9a01fd  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#afa58a8642a9974  {flex-grow: 1;}#a005fafb8da9011  {flex: 1;}#abbbfac7f4a8a5c .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#abbbfac7f4a8a5c .uk-grid {
  margin-left: 0px;
}
#abbbfac7f4a8a5c .uk-grid > * {
  padding-left: 0px;
}
#abbbfac7f4a8a5c .uk-grid-margin {
  margin-top: 0px;
}
#abbbfac7f4a8a5c .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#abbbfac7f4a8a5c .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#abbbfac7f4a8a5c .uk-card-media-top .img {
  transition: all .3s ease;
}
#abbbfac7f4a8a5c .uk-card-body {
  display: block;
}
#abbbfac7f4a8a5c .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#abbbfac7f4a8a5c .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#abbbfac7f4a8a5c .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#abbbfac7f4a8a5c .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#abbbfac7f4a8a5c .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #3b425e;
}
#abbbfac7f4a8a5c .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#abbbfac7f4a8a5c .uk-card:hover {
  background-color: #d60314;
}
#abbbfac7f4a8a5c .uk-card:hover .title {
  color: #fff;
}
#abbbfac7f4a8a5c .uk-card:hover hr {
  border-top-color: #fc1023;
}
#abbbfac7f4a8a5c .uk-card:hover .img {
  transform: scale(1.2);
}
#abbbfac7f4a8a5c .uk-card:hover .abstract {
  color: #fff;
}
#abbbfac7f4a8a5c .uk-card:hover .datetime {
  color: #d3b267;
}
#abbbfac7f4a8a5c .uk-card:hover .category {
  color: #d3b267;
}
#abbbfac7f4a8a5c .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a138aa6717a97ff  {flex: 1;}#ad103a423fa1d9e .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#ad103a423fa1d9e .uk-grid {
  margin-left: 0px;
}
#ad103a423fa1d9e .uk-grid > * {
  padding-left: 0px;
}
#ad103a423fa1d9e .uk-grid-margin {
  margin-top: 0px;
}
#ad103a423fa1d9e .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#ad103a423fa1d9e .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#ad103a423fa1d9e .uk-card-media-top .img {
  transition: all .3s ease;
}
#ad103a423fa1d9e .uk-card-body {
  display: block;
}
#ad103a423fa1d9e .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#ad103a423fa1d9e .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#ad103a423fa1d9e .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#ad103a423fa1d9e .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#ad103a423fa1d9e .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #3b425e;
}
#ad103a423fa1d9e .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#ad103a423fa1d9e .uk-card:hover {
  background-color: #d60314;
}
#ad103a423fa1d9e .uk-card:hover .title {
  color: #fff;
}
#ad103a423fa1d9e .uk-card:hover hr {
  border-top-color: #fc1023;
}
#ad103a423fa1d9e .uk-card:hover .img {
  transform: scale(1.2);
}
#ad103a423fa1d9e .uk-card:hover .abstract {
  color: #fff;
}
#ad103a423fa1d9e .uk-card:hover .datetime {
  color: #d3b267;
}
#ad103a423fa1d9e .uk-card:hover .category {
  color: #d3b267;
}
#ad103a423fa1d9e .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a1465a7fdaa6fd4  {flex: 1;}#a481fa1553a774d .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#a481fa1553a774d .uk-grid {
  margin-left: 0px;
}
#a481fa1553a774d .uk-grid > * {
  padding-left: 0px;
}
#a481fa1553a774d .uk-grid-margin {
  margin-top: 0px;
}
#a481fa1553a774d .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#a481fa1553a774d .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a481fa1553a774d .uk-card-media-top .img {
  transition: all .3s ease;
}
#a481fa1553a774d .uk-card-body {
  display: block;
}
#a481fa1553a774d .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a481fa1553a774d .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a481fa1553a774d .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a481fa1553a774d .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a481fa1553a774d .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #3b425e;
}
#a481fa1553a774d .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a481fa1553a774d .uk-card:hover {
  background-color: #d60314;
}
#a481fa1553a774d .uk-card:hover .title {
  color: #fff;
}
#a481fa1553a774d .uk-card:hover hr {
  border-top-color: #fc1023;
}
#a481fa1553a774d .uk-card:hover .img {
  transform: scale(1.2);
}
#a481fa1553a774d .uk-card:hover .abstract {
  color: #fff;
}
#a481fa1553a774d .uk-card:hover .datetime {
  color: #d3b267;
}
#a481fa1553a774d .uk-card:hover .category {
  color: #d3b267;
}
#a481fa1553a774d .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a949fa2a33a57d7  {flex: 1;}#a910baada1abef9 .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#a910baada1abef9 .uk-grid {
  margin-left: 0px;
}
#a910baada1abef9 .uk-grid > * {
  padding-left: 0px;
}
#a910baada1abef9 .uk-grid-margin {
  margin-top: 0px;
}
#a910baada1abef9 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#a910baada1abef9 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a910baada1abef9 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a910baada1abef9 .uk-card-body {
  display: block;
}
#a910baada1abef9 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a910baada1abef9 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a910baada1abef9 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a910baada1abef9 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a910baada1abef9 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #3b425e;
}
#a910baada1abef9 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a910baada1abef9 .uk-card:hover {
  background-color: #d60314;
}
#a910baada1abef9 .uk-card:hover .title {
  color: #fff;
}
#a910baada1abef9 .uk-card:hover hr {
  border-top-color: #fc1023;
}
#a910baada1abef9 .uk-card:hover .img {
  transform: scale(1.2);
}
#a910baada1abef9 .uk-card:hover .abstract {
  color: #fff;
}
#a910baada1abef9 .uk-card:hover .datetime {
  color: #d3b267;
}
#a910baada1abef9 .uk-card:hover .category {
  color: #d3b267;
}
#a910baada1abef9 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a020ba94feaf4af  {flex: 1;}#a0fd5ac32fa08fb .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#a0fd5ac32fa08fb .uk-grid {
  margin-left: 0px;
}
#a0fd5ac32fa08fb .uk-grid > * {
  padding-left: 0px;
}
#a0fd5ac32fa08fb .uk-grid-margin {
  margin-top: 0px;
}
#a0fd5ac32fa08fb .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#a0fd5ac32fa08fb .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a0fd5ac32fa08fb .uk-card-media-top .img {
  transition: all .3s ease;
}
#a0fd5ac32fa08fb .uk-card-body {
  display: block;
}
#a0fd5ac32fa08fb .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a0fd5ac32fa08fb .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a0fd5ac32fa08fb .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a0fd5ac32fa08fb .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a0fd5ac32fa08fb .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #3b425e;
}
#a0fd5ac32fa08fb .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a0fd5ac32fa08fb .uk-card:hover {
  background-color: #d60314;
}
#a0fd5ac32fa08fb .uk-card:hover .title {
  color: #fff;
}
#a0fd5ac32fa08fb .uk-card:hover hr {
  border-top-color: #fc1023;
}
#a0fd5ac32fa08fb .uk-card:hover .img {
  transform: scale(1.2);
}
#a0fd5ac32fa08fb .uk-card:hover .abstract {
  color: #fff;
}
#a0fd5ac32fa08fb .uk-card:hover .datetime {
  color: #d3b267;
}
#a0fd5ac32fa08fb .uk-card:hover .category {
  color: #d3b267;
}
#a0fd5ac32fa08fb .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#ab98faa4ffa2e38 {
  overflow: hidden;
  pointer-events: none;
}
#ab98faa4ffa2e38 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab98faa4ffa2e38 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#ab98faa4ffa2e38 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab98faa4ffa2e38 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab98faa4ffa2e38 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#ab98faa4ffa2e38 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab98faa4ffa2e38 > .tab-wrap > div > .tab-nav,
#ab98faa4ffa2e38 > .tab-nav,
#ab98faa4ffa2e38 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab98faa4ffa2e38 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
  border-right-color: rgba(204, 204, 204, 0.39);
  border-left-color: rgba(204, 204, 204, 0.39);
  border-top-color: rgba(204, 204, 204, 0.39);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab98faa4ffa2e38 > .tab-wrap > div > .tab-nav-horizontal,
#ab98faa4ffa2e38 > .tab-nav-horizontal,
#ab98faa4ffa2e38 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab98faa4ffa2e38 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab98faa4ffa2e38 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab98faa4ffa2e38 > .tab-nav-horizontal::-webkit-scrollbar,
#ab98faa4ffa2e38 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab98faa4ffa2e38 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab98faa4ffa2e38 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab98faa4ffa2e38 > .tab-nav-horizontal.tagScroll,
#ab98faa4ffa2e38 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab98faa4ffa2e38 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#ab98faa4ffa2e38 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab98faa4ffa2e38 > .tab-nav-horizontal.tagScroll li a,
#ab98faa4ffa2e38 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab98faa4ffa2e38 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab98faa4ffa2e38 > .tab-wrap > div > .tab-nav a,
#ab98faa4ffa2e38 > .tab-nav a,
#ab98faa4ffa2e38 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab98faa4ffa2e38 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ab98faa4ffa2e38 > .tab-wrap > div > .tab-nav li a,
#ab98faa4ffa2e38 > .tab-nav li a,
#ab98faa4ffa2e38 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab98faa4ffa2e38 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #666666;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#ab98faa4ffa2e38 > .tab-wrap > div > .tab-nav li a svg,
#ab98faa4ffa2e38 > .tab-nav li a svg,
#ab98faa4ffa2e38 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab98faa4ffa2e38 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab98faa4ffa2e38 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab98faa4ffa2e38 > .tab-nav li a .ap_icon,
#ab98faa4ffa2e38 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab98faa4ffa2e38 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab98faa4ffa2e38 > .tab-wrap > div > .tab-nav li a:hover,
#ab98faa4ffa2e38 > .tab-nav li a:hover,
#ab98faa4ffa2e38 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab98faa4ffa2e38 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #d60314;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: none;
  border-right-color: #4a90e2;
  border-left-color: #4a90e2;
  border-top-color: #4a90e2;
  border-right-width: 2px;
  border-left-width: 2px;
  border-top-width: 2px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab98faa4ffa2e38 > .tab-wrap > div > .tab-nav li.uk-active a,
#ab98faa4ffa2e38 > .tab-nav li.uk-active a,
#ab98faa4ffa2e38 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab98faa4ffa2e38 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #d60314;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: none;
  border-right-color: #4a90e2;
  border-left-color: #4a90e2;
  border-top-color: #4a90e2;
  border-right-width: 2px;
  border-left-width: 2px;
  border-top-width: 2px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab98faa4ffa2e38 .layout-left li,
#ab98faa4ffa2e38 .layout-center li,
#ab98faa4ffa2e38 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab98faa4ffa2e38 .layout-left li a,
#ab98faa4ffa2e38 .layout-center li a,
#ab98faa4ffa2e38 .layout-right li a {
  height: 100%;
}
#ab98faa4ffa2e38 > .tab-tabs .layout-left {
  text-align: left;
}
#ab98faa4ffa2e38 > .tab-tabs .layout-center {
  text-align: center;
}
#ab98faa4ffa2e38 > .tab-tabs .layout-right {
  text-align: right;
}
#ab98faa4ffa2e38 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#ab98faa4ffa2e38 .tab-content-wrap {
  background-color: transparent;
}
#ab98faa4ffa2e38 .tab-contents,
#ab98faa4ffa2e38 .tab-contents-wrap {
  pointer-events: none;
}
#ab98faa4ffa2e38 .tab-content,
#ab98faa4ffa2e38 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab98faa4ffa2e38 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab98faa4ffa2e38 .tab-wrap .tab-contents {
  height: 100%;
}
#ab98faa4ffa2e38 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab98faa4ffa2e38 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab98faa4ffa2e38 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aea16a05daaf262 .a5426a9dc1ada00 {
  overflow: hidden;
}
#aea16a05daaf262 .a5426a9dc1ada00 , #aea16a05daaf262 .a5426a9dc1ada00 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: left;font-family: inherit;color: rgba(35, 35, 35, 1);line-height: 25px;}#aea16a05daaf262 .a5426a9dc1ada00:hover , #aea16a05daaf262 .a5426a9dc1ada00 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: left;font-family: inherit;color: rgba(195, 25, 38, 1);line-height: 25px;}#aea16a05daaf262 .a964aae214ade48 {
  overflow: hidden;
}
#aea16a05daaf262 .a964aae214ade48 , #aea16a05daaf262 .a964aae214ade48 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 24px;}#aea16a05daaf262 .a9917af3feaa11c  {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: inherit;color: rgba(87, 87, 87, 1);}#aea16a05daaf262 .acb66a1de0a35b0 > .ele-wrap {background-color: rgba(191, 7, 21, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aea16a05daaf262 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aea16a05daaf262 .uk-position-center-left-out {
    left: -30px;
  }
  #aea16a05daaf262 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a812ba88e8a2ca5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a812ba88e8a2ca5 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a812ba88e8a2ca5 .ap-icon {
  margin-right: 6px;
}
#a812ba88e8a2ca5 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a812ba88e8a2ca5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a812ba88e8a2ca5 .menu-list > li:hover > a,
#a812ba88e8a2ca5 .menu-list > li.active > a {
  background: #d60314;
  background-color: #d60314;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a812ba88e8a2ca5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #d60314;
}
#a812ba88e8a2ca5 .menu-list ul,
#a812ba88e8a2ca5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#a812ba88e8a2ca5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a812ba88e8a2ca5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a812ba88e8a2ca5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a812ba88e8a2ca5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#a812ba88e8a2ca5 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#a073ea90cdad2fa .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a3ec6a6f28a04ed .uk-slideshow-items > * {
  height: 100%;
}
#ad937a54a7adb59 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ad937a54a7adb59 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad937a54a7adb59 .ap-icon {
  margin-right: 6px;
}
#ad937a54a7adb59 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad937a54a7adb59 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 16px;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#ad937a54a7adb59 .menu-list > li:hover > a,
#ad937a54a7adb59 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list ul,
#ad937a54a7adb59 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#ad937a54a7adb59 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#ad937a54a7adb59 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad937a54a7adb59 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad937a54a7adb59 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#ad937a54a7adb59 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#a101dac17fa50bc .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a101dac17fa50bc .site-language-menu a:hover {
  color: #ccc;
}
#a101dac17fa50bc .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a101dac17fa50bc .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a101dac17fa50bc .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a101dac17fa50bc .uk-dropdown li a:hover {
  color: #222;
}
#a101dac17fa50bc .uk-dropdown li:last-child {
  border-bottom: none;
}
#a32eea6fa3acd5f .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740367715987.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a32eea6fa3acd5f .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740367716170.png);background-position: center center;background-size: cover;background-repeat: no-repeat;}#a8942af7d7af5c9 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740368894183.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a8942af7d7af5c9 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740368894376.png);background-position: center center;background-size: cover;background-repeat: no-repeat;}#a12c0afa34a52be .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740368894547.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a12c0afa34a52be .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740368894715.png);background-position: center center;background-size: cover;background-repeat: no-repeat;}#a38dead9adac3fa .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740368894861.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a38dead9adac3fa .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740368895049.png);background-position: center center;background-size: cover;background-repeat: no-repeat;}#aed9fa782bac3b7  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#ab939afe81a29e2  {flex-grow: 1;}#aa73dab8eca7e3a  {flex: 1;}#a598fa0936a7203 .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#a598fa0936a7203 .uk-grid {
  margin-left: 0px;
}
#a598fa0936a7203 .uk-grid > * {
  padding-left: 0px;
}
#a598fa0936a7203 .uk-grid-margin {
  margin-top: 0px;
}
#a598fa0936a7203 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#a598fa0936a7203 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a598fa0936a7203 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a598fa0936a7203 .uk-card-body {
  display: block;
}
#a598fa0936a7203 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a598fa0936a7203 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a598fa0936a7203 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a598fa0936a7203 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a598fa0936a7203 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #3b425e;
}
#a598fa0936a7203 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a598fa0936a7203 .uk-card:hover {
  background-color: #d60314;
}
#a598fa0936a7203 .uk-card:hover .title {
  color: #fff;
}
#a598fa0936a7203 .uk-card:hover hr {
  border-top-color: #fc1023;
}
#a598fa0936a7203 .uk-card:hover .img {
  transform: scale(1.2);
}
#a598fa0936a7203 .uk-card:hover .abstract {
  color: #fff;
}
#a598fa0936a7203 .uk-card:hover .datetime {
  color: #d3b267;
}
#a598fa0936a7203 .uk-card:hover .category {
  color: #d3b267;
}
#a598fa0936a7203 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a8bbea801bac23a  {flex: 1;}#afc36aaf61a1e87 .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#afc36aaf61a1e87 .uk-grid {
  margin-left: 0px;
}
#afc36aaf61a1e87 .uk-grid > * {
  padding-left: 0px;
}
#afc36aaf61a1e87 .uk-grid-margin {
  margin-top: 0px;
}
#afc36aaf61a1e87 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#afc36aaf61a1e87 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#afc36aaf61a1e87 .uk-card-media-top .img {
  transition: all .3s ease;
}
#afc36aaf61a1e87 .uk-card-body {
  display: block;
}
#afc36aaf61a1e87 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#afc36aaf61a1e87 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#afc36aaf61a1e87 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#afc36aaf61a1e87 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#afc36aaf61a1e87 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #3b425e;
}
#afc36aaf61a1e87 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#afc36aaf61a1e87 .uk-card:hover {
  background-color: #d60314;
}
#afc36aaf61a1e87 .uk-card:hover .title {
  color: #fff;
}
#afc36aaf61a1e87 .uk-card:hover hr {
  border-top-color: #fc1023;
}
#afc36aaf61a1e87 .uk-card:hover .img {
  transform: scale(1.2);
}
#afc36aaf61a1e87 .uk-card:hover .abstract {
  color: #fff;
}
#afc36aaf61a1e87 .uk-card:hover .datetime {
  color: #d3b267;
}
#afc36aaf61a1e87 .uk-card:hover .category {
  color: #d3b267;
}
#afc36aaf61a1e87 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a43a4a7038ad5f6  {flex: 1;}#ad872a3178ac306 .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#ad872a3178ac306 .uk-grid {
  margin-left: 0px;
}
#ad872a3178ac306 .uk-grid > * {
  padding-left: 0px;
}
#ad872a3178ac306 .uk-grid-margin {
  margin-top: 0px;
}
#ad872a3178ac306 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#ad872a3178ac306 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#ad872a3178ac306 .uk-card-media-top .img {
  transition: all .3s ease;
}
#ad872a3178ac306 .uk-card-body {
  display: block;
}
#ad872a3178ac306 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#ad872a3178ac306 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#ad872a3178ac306 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#ad872a3178ac306 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#ad872a3178ac306 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #3b425e;
}
#ad872a3178ac306 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#ad872a3178ac306 .uk-card:hover {
  background-color: #d60314;
}
#ad872a3178ac306 .uk-card:hover .title {
  color: #fff;
}
#ad872a3178ac306 .uk-card:hover hr {
  border-top-color: #fc1023;
}
#ad872a3178ac306 .uk-card:hover .img {
  transform: scale(1.2);
}
#ad872a3178ac306 .uk-card:hover .abstract {
  color: #fff;
}
#ad872a3178ac306 .uk-card:hover .datetime {
  color: #d3b267;
}
#ad872a3178ac306 .uk-card:hover .category {
  color: #d3b267;
}
#ad872a3178ac306 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#ae7cfacd02a160b  {flex: 1;}#ad8c4a4f03aa508 .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#ad8c4a4f03aa508 .uk-grid {
  margin-left: 0px;
}
#ad8c4a4f03aa508 .uk-grid > * {
  padding-left: 0px;
}
#ad8c4a4f03aa508 .uk-grid-margin {
  margin-top: 0px;
}
#ad8c4a4f03aa508 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#ad8c4a4f03aa508 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#ad8c4a4f03aa508 .uk-card-media-top .img {
  transition: all .3s ease;
}
#ad8c4a4f03aa508 .uk-card-body {
  display: block;
}
#ad8c4a4f03aa508 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#ad8c4a4f03aa508 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#ad8c4a4f03aa508 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#ad8c4a4f03aa508 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#ad8c4a4f03aa508 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #3b425e;
}
#ad8c4a4f03aa508 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#ad8c4a4f03aa508 .uk-card:hover {
  background-color: #d60314;
}
#ad8c4a4f03aa508 .uk-card:hover .title {
  color: #fff;
}
#ad8c4a4f03aa508 .uk-card:hover hr {
  border-top-color: #fc1023;
}
#ad8c4a4f03aa508 .uk-card:hover .img {
  transform: scale(1.2);
}
#ad8c4a4f03aa508 .uk-card:hover .abstract {
  color: #fff;
}
#ad8c4a4f03aa508 .uk-card:hover .datetime {
  color: #d3b267;
}
#ad8c4a4f03aa508 .uk-card:hover .category {
  color: #d3b267;
}
#ad8c4a4f03aa508 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#aace8a7c3daf5ac  {flex: 1;}#a33cfa2ba5a3f46 .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#a33cfa2ba5a3f46 .uk-grid {
  margin-left: 0px;
}
#a33cfa2ba5a3f46 .uk-grid > * {
  padding-left: 0px;
}
#a33cfa2ba5a3f46 .uk-grid-margin {
  margin-top: 0px;
}
#a33cfa2ba5a3f46 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#a33cfa2ba5a3f46 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a33cfa2ba5a3f46 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a33cfa2ba5a3f46 .uk-card-body {
  display: block;
}
#a33cfa2ba5a3f46 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a33cfa2ba5a3f46 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a33cfa2ba5a3f46 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a33cfa2ba5a3f46 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a33cfa2ba5a3f46 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #3b425e;
}
#a33cfa2ba5a3f46 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a33cfa2ba5a3f46 .uk-card:hover {
  background-color: #d60314;
}
#a33cfa2ba5a3f46 .uk-card:hover .title {
  color: #fff;
}
#a33cfa2ba5a3f46 .uk-card:hover hr {
  border-top-color: #fc1023;
}
#a33cfa2ba5a3f46 .uk-card:hover .img {
  transform: scale(1.2);
}
#a33cfa2ba5a3f46 .uk-card:hover .abstract {
  color: #fff;
}
#a33cfa2ba5a3f46 .uk-card:hover .datetime {
  color: #d3b267;
}
#a33cfa2ba5a3f46 .uk-card:hover .category {
  color: #d3b267;
}
#a33cfa2ba5a3f46 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#abbe3ad446a3aca {
  overflow: hidden;
  pointer-events: none;
}
#abbe3ad446a3aca > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#abbe3ad446a3aca > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#abbe3ad446a3aca > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#abbe3ad446a3aca > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#abbe3ad446a3aca > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#abbe3ad446a3aca > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#abbe3ad446a3aca > .tab-wrap > div > .tab-nav,
#abbe3ad446a3aca > .tab-nav,
#abbe3ad446a3aca > .tab-tabs > .tab-wrap > div > .tab-nav,
#abbe3ad446a3aca > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
  border-right-color: rgba(204, 204, 204, 0.39);
  border-left-color: rgba(204, 204, 204, 0.39);
  border-top-color: rgba(204, 204, 204, 0.39);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#abbe3ad446a3aca > .tab-wrap > div > .tab-nav-horizontal,
#abbe3ad446a3aca > .tab-nav-horizontal,
#abbe3ad446a3aca > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#abbe3ad446a3aca > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#abbe3ad446a3aca > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#abbe3ad446a3aca > .tab-nav-horizontal::-webkit-scrollbar,
#abbe3ad446a3aca > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#abbe3ad446a3aca > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#abbe3ad446a3aca > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#abbe3ad446a3aca > .tab-nav-horizontal.tagScroll,
#abbe3ad446a3aca > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#abbe3ad446a3aca > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#abbe3ad446a3aca > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#abbe3ad446a3aca > .tab-nav-horizontal.tagScroll li a,
#abbe3ad446a3aca > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#abbe3ad446a3aca > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#abbe3ad446a3aca > .tab-wrap > div > .tab-nav a,
#abbe3ad446a3aca > .tab-nav a,
#abbe3ad446a3aca > .tab-tabs > .tab-wrap > div > .tab-nav a,
#abbe3ad446a3aca > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#abbe3ad446a3aca > .tab-wrap > div > .tab-nav li a,
#abbe3ad446a3aca > .tab-nav li a,
#abbe3ad446a3aca > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#abbe3ad446a3aca > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #666666;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#abbe3ad446a3aca > .tab-wrap > div > .tab-nav li a svg,
#abbe3ad446a3aca > .tab-nav li a svg,
#abbe3ad446a3aca > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#abbe3ad446a3aca > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#abbe3ad446a3aca > .tab-wrap > div > .tab-nav li a .ap_icon,
#abbe3ad446a3aca > .tab-nav li a .ap_icon,
#abbe3ad446a3aca > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#abbe3ad446a3aca > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#abbe3ad446a3aca > .tab-wrap > div > .tab-nav li a:hover,
#abbe3ad446a3aca > .tab-nav li a:hover,
#abbe3ad446a3aca > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#abbe3ad446a3aca > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #d60314;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: none;
  border-right-color: #4a90e2;
  border-left-color: #4a90e2;
  border-top-color: #4a90e2;
  border-right-width: 2px;
  border-left-width: 2px;
  border-top-width: 2px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#abbe3ad446a3aca > .tab-wrap > div > .tab-nav li.uk-active a,
#abbe3ad446a3aca > .tab-nav li.uk-active a,
#abbe3ad446a3aca > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#abbe3ad446a3aca > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #d60314;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: none;
  border-right-color: #4a90e2;
  border-left-color: #4a90e2;
  border-top-color: #4a90e2;
  border-right-width: 2px;
  border-left-width: 2px;
  border-top-width: 2px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#abbe3ad446a3aca .layout-left li,
#abbe3ad446a3aca .layout-center li,
#abbe3ad446a3aca .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#abbe3ad446a3aca .layout-left li a,
#abbe3ad446a3aca .layout-center li a,
#abbe3ad446a3aca .layout-right li a {
  height: 100%;
}
#abbe3ad446a3aca > .tab-tabs .layout-left {
  text-align: left;
}
#abbe3ad446a3aca > .tab-tabs .layout-center {
  text-align: center;
}
#abbe3ad446a3aca > .tab-tabs .layout-right {
  text-align: right;
}
#abbe3ad446a3aca .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#abbe3ad446a3aca .tab-content-wrap {
  background-color: transparent;
}
#abbe3ad446a3aca .tab-contents,
#abbe3ad446a3aca .tab-contents-wrap {
  pointer-events: none;
}
#abbe3ad446a3aca .tab-content,
#abbe3ad446a3aca .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#abbe3ad446a3aca .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#abbe3ad446a3aca .tab-wrap .tab-contents {
  height: 100%;
}
#abbe3ad446a3aca .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#abbe3ad446a3aca .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#abbe3ad446a3aca .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#af0a4aed74a2a34 .a9b89af5c4a09e3 {
  overflow: hidden;
}
#af0a4aed74a2a34 .a9b89af5c4a09e3 , #af0a4aed74a2a34 .a9b89af5c4a09e3 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: left;font-family: inherit;color: rgba(35, 35, 35, 1);line-height: 25px;}#af0a4aed74a2a34 .a9b89af5c4a09e3:hover , #af0a4aed74a2a34 .a9b89af5c4a09e3 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: left;font-family: inherit;color: rgba(195, 25, 38, 1);line-height: 25px;}#af0a4aed74a2a34 .a01b1ad5d6a7b7a {
  overflow: hidden;
}
#af0a4aed74a2a34 .a01b1ad5d6a7b7a , #af0a4aed74a2a34 .a01b1ad5d6a7b7a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 24px;}#af0a4aed74a2a34 .ac797a04cfa5ef0  {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: inherit;color: rgba(87, 87, 87, 1);}#af0a4aed74a2a34 .a8edea53ffa7f42 > .ele-wrap {background-color: rgba(191, 7, 21, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af0a4aed74a2a34 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af0a4aed74a2a34 .uk-position-center-left-out {
    left: -30px;
  }
  #af0a4aed74a2a34 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a812ba88e8a2ca5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a812ba88e8a2ca5 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a812ba88e8a2ca5 .ap-icon {
  margin-right: 6px;
}
#a812ba88e8a2ca5 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a812ba88e8a2ca5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a812ba88e8a2ca5 .menu-list > li:hover > a,
#a812ba88e8a2ca5 .menu-list > li.active > a {
  background: #d60314;
  background-color: #d60314;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a812ba88e8a2ca5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #d60314;
}
#a812ba88e8a2ca5 .menu-list ul,
#a812ba88e8a2ca5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#a812ba88e8a2ca5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a812ba88e8a2ca5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a812ba88e8a2ca5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a812ba88e8a2ca5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#a812ba88e8a2ca5 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#a1790ae6caa26c4 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#abdc7a1a58a6a46 .uk-slideshow-items > * {
  height: 100%;
}
#ad937a54a7adb59 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ad937a54a7adb59 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad937a54a7adb59 .ap-icon {
  margin-right: 6px;
}
#ad937a54a7adb59 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad937a54a7adb59 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 16px;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#ad937a54a7adb59 .menu-list > li:hover > a,
#ad937a54a7adb59 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list ul,
#ad937a54a7adb59 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#ad937a54a7adb59 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#ad937a54a7adb59 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad937a54a7adb59 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad937a54a7adb59 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#ad937a54a7adb59 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#a101dac17fa50bc .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a101dac17fa50bc .site-language-menu a:hover {
  color: #ccc;
}
#a101dac17fa50bc .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a101dac17fa50bc .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a101dac17fa50bc .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a101dac17fa50bc .uk-dropdown li a:hover {
  color: #222;
}
#a101dac17fa50bc .uk-dropdown li:last-child {
  border-bottom: none;
}
#a562ca7c02a5028 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740367715987.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a562ca7c02a5028 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740367716170.png);background-position: center center;background-size: cover;background-repeat: no-repeat;}#a009da9058a9334 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740368894183.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a009da9058a9334 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740368894376.png);background-position: center center;background-size: cover;background-repeat: no-repeat;}#a343eaa51da621a .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740368894547.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a343eaa51da621a .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740368894715.png);background-position: center center;background-size: cover;background-repeat: no-repeat;}#a7b1ba3ebfad666 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740368894861.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a7b1ba3ebfad666 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740368895049.png);background-position: center center;background-size: cover;background-repeat: no-repeat;}#a01caada93a49f9  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a8ca2a3565a6a2d  {flex-grow: 1;}#a73d6a0b85a9c29  {flex: 1;}#a17fea34faa7d70 .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#a17fea34faa7d70 .uk-grid {
  margin-left: 0px;
}
#a17fea34faa7d70 .uk-grid > * {
  padding-left: 0px;
}
#a17fea34faa7d70 .uk-grid-margin {
  margin-top: 0px;
}
#a17fea34faa7d70 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#a17fea34faa7d70 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a17fea34faa7d70 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a17fea34faa7d70 .uk-card-body {
  display: block;
}
#a17fea34faa7d70 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a17fea34faa7d70 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a17fea34faa7d70 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a17fea34faa7d70 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a17fea34faa7d70 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #3b425e;
}
#a17fea34faa7d70 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a17fea34faa7d70 .uk-card:hover {
  background-color: #d60314;
}
#a17fea34faa7d70 .uk-card:hover .title {
  color: #fff;
}
#a17fea34faa7d70 .uk-card:hover hr {
  border-top-color: #fc1023;
}
#a17fea34faa7d70 .uk-card:hover .img {
  transform: scale(1.2);
}
#a17fea34faa7d70 .uk-card:hover .abstract {
  color: #fff;
}
#a17fea34faa7d70 .uk-card:hover .datetime {
  color: #d3b267;
}
#a17fea34faa7d70 .uk-card:hover .category {
  color: #d3b267;
}
#a17fea34faa7d70 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a6b14ac391a9cf9  {flex: 1;}#a4e0bae235a581f .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#a4e0bae235a581f .uk-grid {
  margin-left: 0px;
}
#a4e0bae235a581f .uk-grid > * {
  padding-left: 0px;
}
#a4e0bae235a581f .uk-grid-margin {
  margin-top: 0px;
}
#a4e0bae235a581f .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#a4e0bae235a581f .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a4e0bae235a581f .uk-card-media-top .img {
  transition: all .3s ease;
}
#a4e0bae235a581f .uk-card-body {
  display: block;
}
#a4e0bae235a581f .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a4e0bae235a581f .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a4e0bae235a581f .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a4e0bae235a581f .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a4e0bae235a581f .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #3b425e;
}
#a4e0bae235a581f .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a4e0bae235a581f .uk-card:hover {
  background-color: #d60314;
}
#a4e0bae235a581f .uk-card:hover .title {
  color: #fff;
}
#a4e0bae235a581f .uk-card:hover hr {
  border-top-color: #fc1023;
}
#a4e0bae235a581f .uk-card:hover .img {
  transform: scale(1.2);
}
#a4e0bae235a581f .uk-card:hover .abstract {
  color: #fff;
}
#a4e0bae235a581f .uk-card:hover .datetime {
  color: #d3b267;
}
#a4e0bae235a581f .uk-card:hover .category {
  color: #d3b267;
}
#a4e0bae235a581f .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#aa33aaab54aa3d1  {flex: 1;}#a4509a8364a7eaa .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#a4509a8364a7eaa .uk-grid {
  margin-left: 0px;
}
#a4509a8364a7eaa .uk-grid > * {
  padding-left: 0px;
}
#a4509a8364a7eaa .uk-grid-margin {
  margin-top: 0px;
}
#a4509a8364a7eaa .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#a4509a8364a7eaa .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a4509a8364a7eaa .uk-card-media-top .img {
  transition: all .3s ease;
}
#a4509a8364a7eaa .uk-card-body {
  display: block;
}
#a4509a8364a7eaa .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a4509a8364a7eaa .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a4509a8364a7eaa .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a4509a8364a7eaa .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a4509a8364a7eaa .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #3b425e;
}
#a4509a8364a7eaa .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a4509a8364a7eaa .uk-card:hover {
  background-color: #d60314;
}
#a4509a8364a7eaa .uk-card:hover .title {
  color: #fff;
}
#a4509a8364a7eaa .uk-card:hover hr {
  border-top-color: #fc1023;
}
#a4509a8364a7eaa .uk-card:hover .img {
  transform: scale(1.2);
}
#a4509a8364a7eaa .uk-card:hover .abstract {
  color: #fff;
}
#a4509a8364a7eaa .uk-card:hover .datetime {
  color: #d3b267;
}
#a4509a8364a7eaa .uk-card:hover .category {
  color: #d3b267;
}
#a4509a8364a7eaa .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a3a4ea5a9ca748f  {flex: 1;}#af209a12d1ae735 .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#af209a12d1ae735 .uk-grid {
  margin-left: 0px;
}
#af209a12d1ae735 .uk-grid > * {
  padding-left: 0px;
}
#af209a12d1ae735 .uk-grid-margin {
  margin-top: 0px;
}
#af209a12d1ae735 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#af209a12d1ae735 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#af209a12d1ae735 .uk-card-media-top .img {
  transition: all .3s ease;
}
#af209a12d1ae735 .uk-card-body {
  display: block;
}
#af209a12d1ae735 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#af209a12d1ae735 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#af209a12d1ae735 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#af209a12d1ae735 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#af209a12d1ae735 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #3b425e;
}
#af209a12d1ae735 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#af209a12d1ae735 .uk-card:hover {
  background-color: #d60314;
}
#af209a12d1ae735 .uk-card:hover .title {
  color: #fff;
}
#af209a12d1ae735 .uk-card:hover hr {
  border-top-color: #fc1023;
}
#af209a12d1ae735 .uk-card:hover .img {
  transform: scale(1.2);
}
#af209a12d1ae735 .uk-card:hover .abstract {
  color: #fff;
}
#af209a12d1ae735 .uk-card:hover .datetime {
  color: #d3b267;
}
#af209a12d1ae735 .uk-card:hover .category {
  color: #d3b267;
}
#af209a12d1ae735 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a1d70a01e0a5da8  {flex: 1;}#a341aa974fa8b5b .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#a341aa974fa8b5b .uk-grid {
  margin-left: 0px;
}
#a341aa974fa8b5b .uk-grid > * {
  padding-left: 0px;
}
#a341aa974fa8b5b .uk-grid-margin {
  margin-top: 0px;
}
#a341aa974fa8b5b .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#a341aa974fa8b5b .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a341aa974fa8b5b .uk-card-media-top .img {
  transition: all .3s ease;
}
#a341aa974fa8b5b .uk-card-body {
  display: block;
}
#a341aa974fa8b5b .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a341aa974fa8b5b .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a341aa974fa8b5b .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a341aa974fa8b5b .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a341aa974fa8b5b .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #3b425e;
}
#a341aa974fa8b5b .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a341aa974fa8b5b .uk-card:hover {
  background-color: #d60314;
}
#a341aa974fa8b5b .uk-card:hover .title {
  color: #fff;
}
#a341aa974fa8b5b .uk-card:hover hr {
  border-top-color: #fc1023;
}
#a341aa974fa8b5b .uk-card:hover .img {
  transform: scale(1.2);
}
#a341aa974fa8b5b .uk-card:hover .abstract {
  color: #fff;
}
#a341aa974fa8b5b .uk-card:hover .datetime {
  color: #d3b267;
}
#a341aa974fa8b5b .uk-card:hover .category {
  color: #d3b267;
}
#a341aa974fa8b5b .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#ac288aaa38af5f3 {
  overflow: hidden;
  pointer-events: none;
}
#ac288aaa38af5f3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac288aaa38af5f3 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#ac288aaa38af5f3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac288aaa38af5f3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac288aaa38af5f3 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#ac288aaa38af5f3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac288aaa38af5f3 > .tab-wrap > div > .tab-nav,
#ac288aaa38af5f3 > .tab-nav,
#ac288aaa38af5f3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac288aaa38af5f3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
  border-right-color: rgba(204, 204, 204, 0.39);
  border-left-color: rgba(204, 204, 204, 0.39);
  border-top-color: rgba(204, 204, 204, 0.39);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ac288aaa38af5f3 > .tab-wrap > div > .tab-nav-horizontal,
#ac288aaa38af5f3 > .tab-nav-horizontal,
#ac288aaa38af5f3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac288aaa38af5f3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac288aaa38af5f3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac288aaa38af5f3 > .tab-nav-horizontal::-webkit-scrollbar,
#ac288aaa38af5f3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac288aaa38af5f3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac288aaa38af5f3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac288aaa38af5f3 > .tab-nav-horizontal.tagScroll,
#ac288aaa38af5f3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac288aaa38af5f3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#ac288aaa38af5f3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac288aaa38af5f3 > .tab-nav-horizontal.tagScroll li a,
#ac288aaa38af5f3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac288aaa38af5f3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac288aaa38af5f3 > .tab-wrap > div > .tab-nav a,
#ac288aaa38af5f3 > .tab-nav a,
#ac288aaa38af5f3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac288aaa38af5f3 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ac288aaa38af5f3 > .tab-wrap > div > .tab-nav li a,
#ac288aaa38af5f3 > .tab-nav li a,
#ac288aaa38af5f3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac288aaa38af5f3 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #666666;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#ac288aaa38af5f3 > .tab-wrap > div > .tab-nav li a svg,
#ac288aaa38af5f3 > .tab-nav li a svg,
#ac288aaa38af5f3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac288aaa38af5f3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac288aaa38af5f3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac288aaa38af5f3 > .tab-nav li a .ap_icon,
#ac288aaa38af5f3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac288aaa38af5f3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac288aaa38af5f3 > .tab-wrap > div > .tab-nav li a:hover,
#ac288aaa38af5f3 > .tab-nav li a:hover,
#ac288aaa38af5f3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac288aaa38af5f3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #d60314;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: none;
  border-right-color: #4a90e2;
  border-left-color: #4a90e2;
  border-top-color: #4a90e2;
  border-right-width: 2px;
  border-left-width: 2px;
  border-top-width: 2px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ac288aaa38af5f3 > .tab-wrap > div > .tab-nav li.uk-active a,
#ac288aaa38af5f3 > .tab-nav li.uk-active a,
#ac288aaa38af5f3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac288aaa38af5f3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #d60314;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: none;
  border-right-color: #4a90e2;
  border-left-color: #4a90e2;
  border-top-color: #4a90e2;
  border-right-width: 2px;
  border-left-width: 2px;
  border-top-width: 2px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ac288aaa38af5f3 .layout-left li,
#ac288aaa38af5f3 .layout-center li,
#ac288aaa38af5f3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac288aaa38af5f3 .layout-left li a,
#ac288aaa38af5f3 .layout-center li a,
#ac288aaa38af5f3 .layout-right li a {
  height: 100%;
}
#ac288aaa38af5f3 > .tab-tabs .layout-left {
  text-align: left;
}
#ac288aaa38af5f3 > .tab-tabs .layout-center {
  text-align: center;
}
#ac288aaa38af5f3 > .tab-tabs .layout-right {
  text-align: right;
}
#ac288aaa38af5f3 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#ac288aaa38af5f3 .tab-content-wrap {
  background-color: transparent;
}
#ac288aaa38af5f3 .tab-contents,
#ac288aaa38af5f3 .tab-contents-wrap {
  pointer-events: none;
}
#ac288aaa38af5f3 .tab-content,
#ac288aaa38af5f3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac288aaa38af5f3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac288aaa38af5f3 .tab-wrap .tab-contents {
  height: 100%;
}
#ac288aaa38af5f3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac288aaa38af5f3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac288aaa38af5f3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#afa7eaacfba45a0 .a5564a08d7a191c {
  overflow: hidden;
}
#afa7eaacfba45a0 .a5564a08d7a191c , #afa7eaacfba45a0 .a5564a08d7a191c > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: left;font-family: inherit;color: rgba(35, 35, 35, 1);line-height: 25px;}#afa7eaacfba45a0 .a5564a08d7a191c:hover , #afa7eaacfba45a0 .a5564a08d7a191c *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: left;font-family: inherit;color: rgba(195, 25, 38, 1);line-height: 25px;}#afa7eaacfba45a0 .a8738a48e2a09ac {
  overflow: hidden;
}
#afa7eaacfba45a0 .a8738a48e2a09ac , #afa7eaacfba45a0 .a8738a48e2a09ac > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 24px;}#afa7eaacfba45a0 .af4c4a77d7ad4ec  {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: inherit;color: rgba(87, 87, 87, 1);}#afa7eaacfba45a0 .ab2a0a54c9a2eca > .ele-wrap {background-color: rgba(191, 7, 21, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afa7eaacfba45a0 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #afa7eaacfba45a0 .uk-position-center-left-out {
    left: -30px;
  }
  #afa7eaacfba45a0 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a812ba88e8a2ca5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a812ba88e8a2ca5 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a812ba88e8a2ca5 .ap-icon {
  margin-right: 6px;
}
#a812ba88e8a2ca5 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a812ba88e8a2ca5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a812ba88e8a2ca5 .menu-list > li:hover > a,
#a812ba88e8a2ca5 .menu-list > li.active > a {
  background: #d60314;
  background-color: #d60314;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a812ba88e8a2ca5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #d60314;
}
#a812ba88e8a2ca5 .menu-list ul,
#a812ba88e8a2ca5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#a812ba88e8a2ca5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a812ba88e8a2ca5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a812ba88e8a2ca5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a812ba88e8a2ca5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#a812ba88e8a2ca5 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#a3498a8873ab569 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a7352a384ba50ea .uk-slideshow-items > * {
  height: 100%;
}
#ad937a54a7adb59 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ad937a54a7adb59 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad937a54a7adb59 .ap-icon {
  margin-right: 6px;
}
#ad937a54a7adb59 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad937a54a7adb59 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 16px;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#ad937a54a7adb59 .menu-list > li:hover > a,
#ad937a54a7adb59 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list ul,
#ad937a54a7adb59 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#ad937a54a7adb59 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#ad937a54a7adb59 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad937a54a7adb59 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad937a54a7adb59 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#ad937a54a7adb59 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#a101dac17fa50bc .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a101dac17fa50bc .site-language-menu a:hover {
  color: #ccc;
}
#a101dac17fa50bc .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a101dac17fa50bc .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a101dac17fa50bc .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a101dac17fa50bc .uk-dropdown li a:hover {
  color: #222;
}
#a101dac17fa50bc .uk-dropdown li:last-child {
  border-bottom: none;
}
#a790ba9715aba9a .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740367715987.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a790ba9715aba9a .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740367716170.png);background-position: center center;background-size: cover;background-repeat: no-repeat;}#ab9f8abf09a23de .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740368894183.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#ab9f8abf09a23de .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740368894376.png);background-position: center center;background-size: cover;background-repeat: no-repeat;}#a4baba7057a70cf .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740368894547.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a4baba7057a70cf .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740368894715.png);background-position: center center;background-size: cover;background-repeat: no-repeat;}#ab512aa507ab655 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740368894861.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#ab512aa507ab655 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740368895049.png);background-position: center center;background-size: cover;background-repeat: no-repeat;}#a8eb5ac28daeeca  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a956dadd23a4f74  {flex-grow: 1;}#a2464aab2aa2f1a  {flex: 1;}#a4e2cafd20adfc0 .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#a4e2cafd20adfc0 .uk-grid {
  margin-left: 0px;
}
#a4e2cafd20adfc0 .uk-grid > * {
  padding-left: 0px;
}
#a4e2cafd20adfc0 .uk-grid-margin {
  margin-top: 0px;
}
#a4e2cafd20adfc0 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#a4e2cafd20adfc0 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a4e2cafd20adfc0 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a4e2cafd20adfc0 .uk-card-body {
  display: block;
}
#a4e2cafd20adfc0 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a4e2cafd20adfc0 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a4e2cafd20adfc0 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a4e2cafd20adfc0 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a4e2cafd20adfc0 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #3b425e;
}
#a4e2cafd20adfc0 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a4e2cafd20adfc0 .uk-card:hover {
  background-color: #d60314;
}
#a4e2cafd20adfc0 .uk-card:hover .title {
  color: #fff;
}
#a4e2cafd20adfc0 .uk-card:hover hr {
  border-top-color: #fc1023;
}
#a4e2cafd20adfc0 .uk-card:hover .img {
  transform: scale(1.2);
}
#a4e2cafd20adfc0 .uk-card:hover .abstract {
  color: #fff;
}
#a4e2cafd20adfc0 .uk-card:hover .datetime {
  color: #d3b267;
}
#a4e2cafd20adfc0 .uk-card:hover .category {
  color: #d3b267;
}
#a4e2cafd20adfc0 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a0d40ab65aa9f36  {flex: 1;}#acdbaaf934aaa25 .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#acdbaaf934aaa25 .uk-grid {
  margin-left: 0px;
}
#acdbaaf934aaa25 .uk-grid > * {
  padding-left: 0px;
}
#acdbaaf934aaa25 .uk-grid-margin {
  margin-top: 0px;
}
#acdbaaf934aaa25 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#acdbaaf934aaa25 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#acdbaaf934aaa25 .uk-card-media-top .img {
  transition: all .3s ease;
}
#acdbaaf934aaa25 .uk-card-body {
  display: block;
}
#acdbaaf934aaa25 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#acdbaaf934aaa25 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#acdbaaf934aaa25 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#acdbaaf934aaa25 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#acdbaaf934aaa25 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #3b425e;
}
#acdbaaf934aaa25 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#acdbaaf934aaa25 .uk-card:hover {
  background-color: #d60314;
}
#acdbaaf934aaa25 .uk-card:hover .title {
  color: #fff;
}
#acdbaaf934aaa25 .uk-card:hover hr {
  border-top-color: #fc1023;
}
#acdbaaf934aaa25 .uk-card:hover .img {
  transform: scale(1.2);
}
#acdbaaf934aaa25 .uk-card:hover .abstract {
  color: #fff;
}
#acdbaaf934aaa25 .uk-card:hover .datetime {
  color: #d3b267;
}
#acdbaaf934aaa25 .uk-card:hover .category {
  color: #d3b267;
}
#acdbaaf934aaa25 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a20f1acec6a8d46  {flex: 1;}#acedca1a11a2a1a .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#acedca1a11a2a1a .uk-grid {
  margin-left: 0px;
}
#acedca1a11a2a1a .uk-grid > * {
  padding-left: 0px;
}
#acedca1a11a2a1a .uk-grid-margin {
  margin-top: 0px;
}
#acedca1a11a2a1a .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#acedca1a11a2a1a .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#acedca1a11a2a1a .uk-card-media-top .img {
  transition: all .3s ease;
}
#acedca1a11a2a1a .uk-card-body {
  display: block;
}
#acedca1a11a2a1a .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#acedca1a11a2a1a .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#acedca1a11a2a1a .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#acedca1a11a2a1a .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#acedca1a11a2a1a .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #3b425e;
}
#acedca1a11a2a1a .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#acedca1a11a2a1a .uk-card:hover {
  background-color: #d60314;
}
#acedca1a11a2a1a .uk-card:hover .title {
  color: #fff;
}
#acedca1a11a2a1a .uk-card:hover hr {
  border-top-color: #fc1023;
}
#acedca1a11a2a1a .uk-card:hover .img {
  transform: scale(1.2);
}
#acedca1a11a2a1a .uk-card:hover .abstract {
  color: #fff;
}
#acedca1a11a2a1a .uk-card:hover .datetime {
  color: #d3b267;
}
#acedca1a11a2a1a .uk-card:hover .category {
  color: #d3b267;
}
#acedca1a11a2a1a .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a97e2ae099aac70  {flex: 1;}#a63e5a7b80a9ccc .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#a63e5a7b80a9ccc .uk-grid {
  margin-left: 0px;
}
#a63e5a7b80a9ccc .uk-grid > * {
  padding-left: 0px;
}
#a63e5a7b80a9ccc .uk-grid-margin {
  margin-top: 0px;
}
#a63e5a7b80a9ccc .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#a63e5a7b80a9ccc .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a63e5a7b80a9ccc .uk-card-media-top .img {
  transition: all .3s ease;
}
#a63e5a7b80a9ccc .uk-card-body {
  display: block;
}
#a63e5a7b80a9ccc .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a63e5a7b80a9ccc .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a63e5a7b80a9ccc .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a63e5a7b80a9ccc .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a63e5a7b80a9ccc .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #3b425e;
}
#a63e5a7b80a9ccc .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a63e5a7b80a9ccc .uk-card:hover {
  background-color: #d60314;
}
#a63e5a7b80a9ccc .uk-card:hover .title {
  color: #fff;
}
#a63e5a7b80a9ccc .uk-card:hover hr {
  border-top-color: #fc1023;
}
#a63e5a7b80a9ccc .uk-card:hover .img {
  transform: scale(1.2);
}
#a63e5a7b80a9ccc .uk-card:hover .abstract {
  color: #fff;
}
#a63e5a7b80a9ccc .uk-card:hover .datetime {
  color: #d3b267;
}
#a63e5a7b80a9ccc .uk-card:hover .category {
  color: #d3b267;
}
#a63e5a7b80a9ccc .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a6fceab559ac764  {flex: 1;}#aeabda016bad4ff .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#aeabda016bad4ff .uk-grid {
  margin-left: 0px;
}
#aeabda016bad4ff .uk-grid > * {
  padding-left: 0px;
}
#aeabda016bad4ff .uk-grid-margin {
  margin-top: 0px;
}
#aeabda016bad4ff .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#aeabda016bad4ff .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#aeabda016bad4ff .uk-card-media-top .img {
  transition: all .3s ease;
}
#aeabda016bad4ff .uk-card-body {
  display: block;
}
#aeabda016bad4ff .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#aeabda016bad4ff .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#aeabda016bad4ff .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#aeabda016bad4ff .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#aeabda016bad4ff .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #3b425e;
}
#aeabda016bad4ff .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#aeabda016bad4ff .uk-card:hover {
  background-color: #d60314;
}
#aeabda016bad4ff .uk-card:hover .title {
  color: #fff;
}
#aeabda016bad4ff .uk-card:hover hr {
  border-top-color: #fc1023;
}
#aeabda016bad4ff .uk-card:hover .img {
  transform: scale(1.2);
}
#aeabda016bad4ff .uk-card:hover .abstract {
  color: #fff;
}
#aeabda016bad4ff .uk-card:hover .datetime {
  color: #d3b267;
}
#aeabda016bad4ff .uk-card:hover .category {
  color: #d3b267;
}
#aeabda016bad4ff .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#ad1f2ac9ada26b2 {
  overflow: hidden;
  pointer-events: none;
}
#ad1f2ac9ada26b2 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ad1f2ac9ada26b2 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#ad1f2ac9ada26b2 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ad1f2ac9ada26b2 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ad1f2ac9ada26b2 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#ad1f2ac9ada26b2 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ad1f2ac9ada26b2 > .tab-wrap > div > .tab-nav,
#ad1f2ac9ada26b2 > .tab-nav,
#ad1f2ac9ada26b2 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ad1f2ac9ada26b2 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
  border-right-color: rgba(204, 204, 204, 0.39);
  border-left-color: rgba(204, 204, 204, 0.39);
  border-top-color: rgba(204, 204, 204, 0.39);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ad1f2ac9ada26b2 > .tab-wrap > div > .tab-nav-horizontal,
#ad1f2ac9ada26b2 > .tab-nav-horizontal,
#ad1f2ac9ada26b2 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ad1f2ac9ada26b2 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ad1f2ac9ada26b2 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ad1f2ac9ada26b2 > .tab-nav-horizontal::-webkit-scrollbar,
#ad1f2ac9ada26b2 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ad1f2ac9ada26b2 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ad1f2ac9ada26b2 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad1f2ac9ada26b2 > .tab-nav-horizontal.tagScroll,
#ad1f2ac9ada26b2 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad1f2ac9ada26b2 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#ad1f2ac9ada26b2 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ad1f2ac9ada26b2 > .tab-nav-horizontal.tagScroll li a,
#ad1f2ac9ada26b2 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ad1f2ac9ada26b2 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ad1f2ac9ada26b2 > .tab-wrap > div > .tab-nav a,
#ad1f2ac9ada26b2 > .tab-nav a,
#ad1f2ac9ada26b2 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ad1f2ac9ada26b2 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ad1f2ac9ada26b2 > .tab-wrap > div > .tab-nav li a,
#ad1f2ac9ada26b2 > .tab-nav li a,
#ad1f2ac9ada26b2 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ad1f2ac9ada26b2 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  color: #666666;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#ad1f2ac9ada26b2 > .tab-wrap > div > .tab-nav li a svg,
#ad1f2ac9ada26b2 > .tab-nav li a svg,
#ad1f2ac9ada26b2 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ad1f2ac9ada26b2 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ad1f2ac9ada26b2 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ad1f2ac9ada26b2 > .tab-nav li a .ap_icon,
#ad1f2ac9ada26b2 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ad1f2ac9ada26b2 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ad1f2ac9ada26b2 > .tab-wrap > div > .tab-nav li a:hover,
#ad1f2ac9ada26b2 > .tab-nav li a:hover,
#ad1f2ac9ada26b2 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ad1f2ac9ada26b2 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #d60314;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: none;
  border-right-color: #4a90e2;
  border-left-color: #4a90e2;
  border-top-color: #4a90e2;
  border-right-width: 2px;
  border-left-width: 2px;
  border-top-width: 2px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ad1f2ac9ada26b2 > .tab-wrap > div > .tab-nav li.uk-active a,
#ad1f2ac9ada26b2 > .tab-nav li.uk-active a,
#ad1f2ac9ada26b2 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ad1f2ac9ada26b2 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #d60314;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: none;
  border-right-color: #4a90e2;
  border-left-color: #4a90e2;
  border-top-color: #4a90e2;
  border-right-width: 2px;
  border-left-width: 2px;
  border-top-width: 2px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ad1f2ac9ada26b2 .layout-left li,
#ad1f2ac9ada26b2 .layout-center li,
#ad1f2ac9ada26b2 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ad1f2ac9ada26b2 .layout-left li a,
#ad1f2ac9ada26b2 .layout-center li a,
#ad1f2ac9ada26b2 .layout-right li a {
  height: 100%;
}
#ad1f2ac9ada26b2 > .tab-tabs .layout-left {
  text-align: left;
}
#ad1f2ac9ada26b2 > .tab-tabs .layout-center {
  text-align: center;
}
#ad1f2ac9ada26b2 > .tab-tabs .layout-right {
  text-align: right;
}
#ad1f2ac9ada26b2 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#ad1f2ac9ada26b2 .tab-content-wrap {
  background-color: transparent;
}
#ad1f2ac9ada26b2 .tab-contents,
#ad1f2ac9ada26b2 .tab-contents-wrap {
  pointer-events: none;
}
#ad1f2ac9ada26b2 .tab-content,
#ad1f2ac9ada26b2 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ad1f2ac9ada26b2 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ad1f2ac9ada26b2 .tab-wrap .tab-contents {
  height: 100%;
}
#ad1f2ac9ada26b2 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ad1f2ac9ada26b2 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ad1f2ac9ada26b2 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#affa1a8535aad3e .a3ab2a878dad292 {
  overflow: hidden;
}
#affa1a8535aad3e .a3ab2a878dad292 , #affa1a8535aad3e .a3ab2a878dad292 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: left;font-family: inherit;color: rgba(35, 35, 35, 1);line-height: 25px;}#affa1a8535aad3e .a3ab2a878dad292:hover , #affa1a8535aad3e .a3ab2a878dad292 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: left;font-family: inherit;color: rgba(195, 25, 38, 1);line-height: 25px;}#affa1a8535aad3e .a9cf6a5d6baff8e {
  overflow: hidden;
}
#affa1a8535aad3e .a9cf6a5d6baff8e , #affa1a8535aad3e .a9cf6a5d6baff8e > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 24px;}#affa1a8535aad3e .a8960ab5f9a1c40  {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: inherit;color: rgba(87, 87, 87, 1);}#affa1a8535aad3e .aeb18ae96bad166 > .ele-wrap {background-color: rgba(191, 7, 21, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#affa1a8535aad3e .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #affa1a8535aad3e .uk-position-center-left-out {
    left: -30px;
  }
  #affa1a8535aad3e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a812ba88e8a2ca5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a812ba88e8a2ca5 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a812ba88e8a2ca5 .ap-icon {
  margin-right: 6px;
}
#a812ba88e8a2ca5 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a812ba88e8a2ca5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a812ba88e8a2ca5 .menu-list > li:hover > a,
#a812ba88e8a2ca5 .menu-list > li.active > a {
  background: #d60314;
  background-color: #d60314;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a812ba88e8a2ca5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #d60314;
}
#a812ba88e8a2ca5 .menu-list ul,
#a812ba88e8a2ca5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#a812ba88e8a2ca5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a812ba88e8a2ca5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a812ba88e8a2ca5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a812ba88e8a2ca5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#a812ba88e8a2ca5 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#adddda051aa9600 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad937a54a7adb59 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ad937a54a7adb59 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad937a54a7adb59 .ap-icon {
  margin-right: 6px;
}
#ad937a54a7adb59 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad937a54a7adb59 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 16px;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#ad937a54a7adb59 .menu-list > li:hover > a,
#ad937a54a7adb59 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list ul,
#ad937a54a7adb59 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#ad937a54a7adb59 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#ad937a54a7adb59 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad937a54a7adb59 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad937a54a7adb59 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#ad937a54a7adb59 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#a101dac17fa50bc .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a101dac17fa50bc .site-language-menu a:hover {
  color: #ccc;
}
#a101dac17fa50bc .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a101dac17fa50bc .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a101dac17fa50bc .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a101dac17fa50bc .uk-dropdown li a:hover {
  color: #222;
}
#a101dac17fa50bc .uk-dropdown li:last-child {
  border-bottom: none;
}
#a420ba62e8ab0d0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a420ba62e8ab0d0 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a420ba62e8ab0d0 .ap-icon {
  margin-right: 6px;
}
#a420ba62e8ab0d0 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a420ba62e8ab0d0 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  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;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  background-color: #ffffff;
}
#a420ba62e8ab0d0 .menu-list > li:hover > a,
#a420ba62e8ab0d0 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #d60314;
}
#a420ba62e8ab0d0 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #d60314;
}
#a420ba62e8ab0d0 .menu-list ul,
#a420ba62e8ab0d0 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a420ba62e8ab0d0 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a420ba62e8ab0d0 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a420ba62e8ab0d0 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a420ba62e8ab0d0 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
}
#aa69ca9a3aaf09e .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740969997542.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#aa69ca9a3aaf09e .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740969998668.png);background-position: center center;background-size: cover;background-repeat: no-repeat;}#af6eaa62e9ab91a .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740969996751.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#af6eaa62e9ab91a .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740969996959.png);background-position: center center;background-size: cover;background-repeat: no-repeat;}#aec84a2a90aba8c .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740969996346.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#aec84a2a90aba8c .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740969996536.png);background-position: center center;background-size: cover;background-repeat: no-repeat;}#ac2e7a00efa8261 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740969997168.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#ac2e7a00efa8261 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1740969997365.png);background-position: center center;background-size: cover;background-repeat: no-repeat;}#a812ba88e8a2ca5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a812ba88e8a2ca5 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a812ba88e8a2ca5 .ap-icon {
  margin-right: 6px;
}
#a812ba88e8a2ca5 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a812ba88e8a2ca5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a812ba88e8a2ca5 .menu-list > li:hover > a,
#a812ba88e8a2ca5 .menu-list > li.active > a {
  background: #d60314;
  background-color: #d60314;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a812ba88e8a2ca5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #d60314;
}
#a812ba88e8a2ca5 .menu-list ul,
#a812ba88e8a2ca5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#a812ba88e8a2ca5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a812ba88e8a2ca5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a812ba88e8a2ca5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a812ba88e8a2ca5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#a812ba88e8a2ca5 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#aebbda7a03a995c .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad937a54a7adb59 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ad937a54a7adb59 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad937a54a7adb59 .ap-icon {
  margin-right: 6px;
}
#ad937a54a7adb59 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad937a54a7adb59 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 16px;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#ad937a54a7adb59 .menu-list > li:hover > a,
#ad937a54a7adb59 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list ul,
#ad937a54a7adb59 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#ad937a54a7adb59 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#ad937a54a7adb59 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad937a54a7adb59 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad937a54a7adb59 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#ad937a54a7adb59 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#a101dac17fa50bc .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a101dac17fa50bc .site-language-menu a:hover {
  color: #ccc;
}
#a101dac17fa50bc .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a101dac17fa50bc .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a101dac17fa50bc .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a101dac17fa50bc .uk-dropdown li a:hover {
  color: #222;
}
#a101dac17fa50bc .uk-dropdown li:last-child {
  border-bottom: none;
}
#a420ba62e8ab0d0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a420ba62e8ab0d0 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a420ba62e8ab0d0 .ap-icon {
  margin-right: 6px;
}
#a420ba62e8ab0d0 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a420ba62e8ab0d0 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  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;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  background-color: #ffffff;
}
#a420ba62e8ab0d0 .menu-list > li:hover > a,
#a420ba62e8ab0d0 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #d60314;
}
#a420ba62e8ab0d0 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #d60314;
}
#a420ba62e8ab0d0 .menu-list ul,
#a420ba62e8ab0d0 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a420ba62e8ab0d0 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a420ba62e8ab0d0 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a420ba62e8ab0d0 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a420ba62e8ab0d0 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
}
#a812ba88e8a2ca5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a812ba88e8a2ca5 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a812ba88e8a2ca5 .ap-icon {
  margin-right: 6px;
}
#a812ba88e8a2ca5 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a812ba88e8a2ca5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a812ba88e8a2ca5 .menu-list > li:hover > a,
#a812ba88e8a2ca5 .menu-list > li.active > a {
  background: #d60314;
  background-color: #d60314;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a812ba88e8a2ca5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #d60314;
}
#a812ba88e8a2ca5 .menu-list ul,
#a812ba88e8a2ca5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#a812ba88e8a2ca5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a812ba88e8a2ca5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a812ba88e8a2ca5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a812ba88e8a2ca5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#a812ba88e8a2ca5 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#a9ae4a7000afc98 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad937a54a7adb59 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ad937a54a7adb59 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad937a54a7adb59 .ap-icon {
  margin-right: 6px;
}
#ad937a54a7adb59 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad937a54a7adb59 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 16px;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#ad937a54a7adb59 .menu-list > li:hover > a,
#ad937a54a7adb59 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list ul,
#ad937a54a7adb59 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#ad937a54a7adb59 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#ad937a54a7adb59 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad937a54a7adb59 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad937a54a7adb59 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#ad937a54a7adb59 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#a101dac17fa50bc .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a101dac17fa50bc .site-language-menu a:hover {
  color: #ccc;
}
#a101dac17fa50bc .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a101dac17fa50bc .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a101dac17fa50bc .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a101dac17fa50bc .uk-dropdown li a:hover {
  color: #222;
}
#a101dac17fa50bc .uk-dropdown li:last-child {
  border-bottom: none;
}
#a20a6a7772a3846 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;}#a20a6a7772a3846 .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a20a6a7772a3846 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(8, 84, 197, 1);}#a7921a73a4afdb0 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(0, 117, 255, 1),
                rgba(140, 193, 255, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a4828a0561acbd6 , #a4828a0561acbd6 a{color: rgba(255, 255, 255, 1);}#a7995adec4a0fdd , #a7995adec4a0fdd a{color: rgba(255, 255, 255, 1);}#a420ba62e8ab0d0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a420ba62e8ab0d0 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a420ba62e8ab0d0 .ap-icon {
  margin-right: 6px;
}
#a420ba62e8ab0d0 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a420ba62e8ab0d0 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  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;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  background-color: #ffffff;
}
#a420ba62e8ab0d0 .menu-list > li:hover > a,
#a420ba62e8ab0d0 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #d60314;
}
#a420ba62e8ab0d0 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #d60314;
}
#a420ba62e8ab0d0 .menu-list ul,
#a420ba62e8ab0d0 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a420ba62e8ab0d0 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a420ba62e8ab0d0 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a420ba62e8ab0d0 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a420ba62e8ab0d0 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
}
#a812ba88e8a2ca5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a812ba88e8a2ca5 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a812ba88e8a2ca5 .ap-icon {
  margin-right: 6px;
}
#a812ba88e8a2ca5 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a812ba88e8a2ca5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a812ba88e8a2ca5 .menu-list > li:hover > a,
#a812ba88e8a2ca5 .menu-list > li.active > a {
  background: #d60314;
  background-color: #d60314;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a812ba88e8a2ca5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #d60314;
}
#a812ba88e8a2ca5 .menu-list ul,
#a812ba88e8a2ca5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#a812ba88e8a2ca5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a812ba88e8a2ca5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a812ba88e8a2ca5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a812ba88e8a2ca5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#a812ba88e8a2ca5 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#ae040aad3faa902 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad937a54a7adb59 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ad937a54a7adb59 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad937a54a7adb59 .ap-icon {
  margin-right: 6px;
}
#ad937a54a7adb59 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad937a54a7adb59 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 16px;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#ad937a54a7adb59 .menu-list > li:hover > a,
#ad937a54a7adb59 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list ul,
#ad937a54a7adb59 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#ad937a54a7adb59 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#ad937a54a7adb59 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad937a54a7adb59 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad937a54a7adb59 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#ad937a54a7adb59 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#a101dac17fa50bc .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a101dac17fa50bc .site-language-menu a:hover {
  color: #ccc;
}
#a101dac17fa50bc .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a101dac17fa50bc .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a101dac17fa50bc .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a101dac17fa50bc .uk-dropdown li a:hover {
  color: #222;
}
#a101dac17fa50bc .uk-dropdown li:last-child {
  border-bottom: none;
}
#a420ba62e8ab0d0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a420ba62e8ab0d0 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a420ba62e8ab0d0 .ap-icon {
  margin-right: 6px;
}
#a420ba62e8ab0d0 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a420ba62e8ab0d0 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  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;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  background-color: #ffffff;
}
#a420ba62e8ab0d0 .menu-list > li:hover > a,
#a420ba62e8ab0d0 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #d60314;
}
#a420ba62e8ab0d0 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #d60314;
}
#a420ba62e8ab0d0 .menu-list ul,
#a420ba62e8ab0d0 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a420ba62e8ab0d0 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a420ba62e8ab0d0 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a420ba62e8ab0d0 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a420ba62e8ab0d0 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
}
#a8f86a618da402f .uk-grid {
  margin-left: -20px;
}
#a8f86a618da402f .uk-grid > * {
  padding-left: 20px;
}
#a8f86a618da402f .uk-grid > .uk-grid-margin {
  margin-top: nullpx;
}
#a8f86a618da402f .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a8f86a618da402f .uk-position-center-left-out {
    left: -30px;
  }
  #a8f86a618da402f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a812ba88e8a2ca5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a812ba88e8a2ca5 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a812ba88e8a2ca5 .ap-icon {
  margin-right: 6px;
}
#a812ba88e8a2ca5 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a812ba88e8a2ca5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a812ba88e8a2ca5 .menu-list > li:hover > a,
#a812ba88e8a2ca5 .menu-list > li.active > a {
  background: #d60314;
  background-color: #d60314;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a812ba88e8a2ca5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #d60314;
}
#a812ba88e8a2ca5 .menu-list ul,
#a812ba88e8a2ca5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#a812ba88e8a2ca5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a812ba88e8a2ca5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a812ba88e8a2ca5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a812ba88e8a2ca5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#a812ba88e8a2ca5 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#a9f3da37e3a93e5 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8fcda6c90a872e .news-list {
  overflow: hidden;
}
#a8fcda6c90a872e .owl-dots {
  left: 50%;
  transform: translateX(-50%);
}
#a8fcda6c90a872e .owl-carousel .owl-item {
  width: 100%;
}
#ad937a54a7adb59 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ad937a54a7adb59 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad937a54a7adb59 .ap-icon {
  margin-right: 6px;
}
#ad937a54a7adb59 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad937a54a7adb59 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 16px;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#ad937a54a7adb59 .menu-list > li:hover > a,
#ad937a54a7adb59 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list ul,
#ad937a54a7adb59 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#ad937a54a7adb59 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#ad937a54a7adb59 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad937a54a7adb59 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad937a54a7adb59 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#ad937a54a7adb59 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#a101dac17fa50bc .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a101dac17fa50bc .site-language-menu a:hover {
  color: #ccc;
}
#a101dac17fa50bc .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a101dac17fa50bc .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a101dac17fa50bc .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a101dac17fa50bc .uk-dropdown li a:hover {
  color: #222;
}
#a101dac17fa50bc .uk-dropdown li:last-child {
  border-bottom: none;
}
#a7eb8a9787a6f79 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(83, 83, 83, 1);line-height: 25px;}#a7eb8a9787a6f79 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(132, 194, 37, 1);line-height: 25px;}#ae6e9a6feda26ee a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(83, 83, 83, 1);line-height: 25px;}#ae6e9a6feda26ee a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(132, 194, 37, 1);line-height: 25px;}#a99aeac4a2aca4f .ab76daa4a2a8f88 {
  overflow: hidden;
}
#a99aeac4a2aca4f .ab76daa4a2a8f88 , #a99aeac4a2aca4f .ab76daa4a2a8f88 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: left;font-family: inherit;color: rgba(35, 35, 35, 1);line-height: 25px;}#a99aeac4a2aca4f .ab76daa4a2a8f88:hover , #a99aeac4a2aca4f .ab76daa4a2a8f88 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: left;font-family: inherit;color: rgba(132, 194, 37, 1);line-height: 25px;}#a99aeac4a2aca4f .ad3e7a03ebab79d {
  overflow: hidden;
}
#a99aeac4a2aca4f .ad3e7a03ebab79d , #a99aeac4a2aca4f .ad3e7a03ebab79d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 24px;}#a99aeac4a2aca4f .ad3e7a03ebab79d:hover , #a99aeac4a2aca4f .ad3e7a03ebab79d *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(132, 194, 37, 1);}#a99aeac4a2aca4f .ad6f3a9a68aea65  {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: inherit;color: rgba(87, 87, 87, 1);}#a99aeac4a2aca4f .a8fb7a557caaf82 > .ele-wrap {background-color: rgba(191, 7, 21, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a99aeac4a2aca4f .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a99aeac4a2aca4f .uk-position-center-left-out {
    left: -30px;
  }
  #a99aeac4a2aca4f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a812ba88e8a2ca5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a812ba88e8a2ca5 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a812ba88e8a2ca5 .ap-icon {
  margin-right: 6px;
}
#a812ba88e8a2ca5 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a812ba88e8a2ca5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a812ba88e8a2ca5 .menu-list > li:hover > a,
#a812ba88e8a2ca5 .menu-list > li.active > a {
  background: #d60314;
  background-color: #d60314;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a812ba88e8a2ca5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #d60314;
}
#a812ba88e8a2ca5 .menu-list ul,
#a812ba88e8a2ca5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#a812ba88e8a2ca5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a812ba88e8a2ca5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a812ba88e8a2ca5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a812ba88e8a2ca5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#a812ba88e8a2ca5 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#a2d9baa017abb34 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad937a54a7adb59 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ad937a54a7adb59 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad937a54a7adb59 .ap-icon {
  margin-right: 6px;
}
#ad937a54a7adb59 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad937a54a7adb59 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 16px;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#ad937a54a7adb59 .menu-list > li:hover > a,
#ad937a54a7adb59 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list ul,
#ad937a54a7adb59 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#ad937a54a7adb59 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#ad937a54a7adb59 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad937a54a7adb59 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad937a54a7adb59 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#ad937a54a7adb59 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#a101dac17fa50bc .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a101dac17fa50bc .site-language-menu a:hover {
  color: #ccc;
}
#a101dac17fa50bc .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a101dac17fa50bc .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a101dac17fa50bc .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a101dac17fa50bc .uk-dropdown li a:hover {
  color: #222;
}
#a101dac17fa50bc .uk-dropdown li:last-child {
  border-bottom: none;
}
#ad13da63c1a57b7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#ad13da63c1a57b7 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad13da63c1a57b7 .ap-icon {
  margin-right: 6px;
}
#ad13da63c1a57b7 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad13da63c1a57b7 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  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;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  background-color: #ffffff;
}
#ad13da63c1a57b7 .menu-list > li:hover > a,
#ad13da63c1a57b7 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #d60314;
}
#ad13da63c1a57b7 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #d60314;
}
#ad13da63c1a57b7 .menu-list ul,
#ad13da63c1a57b7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad13da63c1a57b7 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ad13da63c1a57b7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad13da63c1a57b7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad13da63c1a57b7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
}
#ac781a9bbaa9987 .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#ac781a9bbaa9987 .uk-grid {
  margin-left: -8px;
}
#ac781a9bbaa9987 .uk-grid > * {
  padding-left: 8px;
}
#ac781a9bbaa9987 .uk-grid-margin {
  margin-top: 20px;
}
#ac781a9bbaa9987 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#ac781a9bbaa9987 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#ac781a9bbaa9987 .uk-card-media-top .img {
  transition: all .3s ease;
}
#ac781a9bbaa9987 .uk-card-body {
  display: block;
}
#ac781a9bbaa9987 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#ac781a9bbaa9987 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#ac781a9bbaa9987 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#ac781a9bbaa9987 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#ac781a9bbaa9987 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #3b425e;
}
#ac781a9bbaa9987 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#ac781a9bbaa9987 .uk-card:hover {
  background-color: #d60314;
}
#ac781a9bbaa9987 .uk-card:hover .title {
  color: #fff;
}
#ac781a9bbaa9987 .uk-card:hover hr {
  border-top-color: #fc1023;
}
#ac781a9bbaa9987 .uk-card:hover .img {
  transform: scale(1.2);
}
#ac781a9bbaa9987 .uk-card:hover .abstract {
  color: #fff;
}
#ac781a9bbaa9987 .uk-card:hover .datetime {
  color: #d3b267;
}
#ac781a9bbaa9987 .uk-card:hover .category {
  color: #d3b267;
}
#ac781a9bbaa9987 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#ac781a9bbaa9987 .uk-pagination li a,
#ac781a9bbaa9987 .uk-pagination > .uk-disabled > * {
  color: #444444;
}
#ac781a9bbaa9987 .uk-pagination li.uk-active a {
  color: #ffffff;
}
#ac781a9bbaa9987 .uk-pagination li.uk-active {
  background-color: #d60314;
  border-color: #d60314;
}
#ac781a9bbaa9987 .uk-pagination li:hover {
  border-color: #d60314;
}
#a812ba88e8a2ca5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a812ba88e8a2ca5 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a812ba88e8a2ca5 .ap-icon {
  margin-right: 6px;
}
#a812ba88e8a2ca5 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a812ba88e8a2ca5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a812ba88e8a2ca5 .menu-list > li:hover > a,
#a812ba88e8a2ca5 .menu-list > li.active > a {
  background: #d60314;
  background-color: #d60314;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a812ba88e8a2ca5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #d60314;
}
#a812ba88e8a2ca5 .menu-list ul,
#a812ba88e8a2ca5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#a812ba88e8a2ca5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a812ba88e8a2ca5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a812ba88e8a2ca5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a812ba88e8a2ca5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#a812ba88e8a2ca5 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#aa2b9ae93ea03f1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad937a54a7adb59 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ad937a54a7adb59 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad937a54a7adb59 .ap-icon {
  margin-right: 6px;
}
#ad937a54a7adb59 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad937a54a7adb59 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 16px;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#ad937a54a7adb59 .menu-list > li:hover > a,
#ad937a54a7adb59 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list ul,
#ad937a54a7adb59 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#ad937a54a7adb59 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#ad937a54a7adb59 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad937a54a7adb59 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad937a54a7adb59 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#ad937a54a7adb59 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#a101dac17fa50bc .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a101dac17fa50bc .site-language-menu a:hover {
  color: #ccc;
}
#a101dac17fa50bc .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a101dac17fa50bc .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a101dac17fa50bc .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a101dac17fa50bc .uk-dropdown li a:hover {
  color: #222;
}
#a101dac17fa50bc .uk-dropdown li:last-child {
  border-bottom: none;
}
#ad13da63c1a57b7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#ad13da63c1a57b7 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad13da63c1a57b7 .ap-icon {
  margin-right: 6px;
}
#ad13da63c1a57b7 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad13da63c1a57b7 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  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;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  background-color: #ffffff;
}
#ad13da63c1a57b7 .menu-list > li:hover > a,
#ad13da63c1a57b7 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #d60314;
}
#ad13da63c1a57b7 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #d60314;
}
#ad13da63c1a57b7 .menu-list ul,
#ad13da63c1a57b7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad13da63c1a57b7 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ad13da63c1a57b7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad13da63c1a57b7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad13da63c1a57b7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
}
#a1694ae538ab8a7 .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#a1694ae538ab8a7 .uk-grid {
  margin-left: -8px;
}
#a1694ae538ab8a7 .uk-grid > * {
  padding-left: 8px;
}
#a1694ae538ab8a7 .uk-grid-margin {
  margin-top: 20px;
}
#a1694ae538ab8a7 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#a1694ae538ab8a7 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a1694ae538ab8a7 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a1694ae538ab8a7 .uk-card-body {
  display: block;
}
#a1694ae538ab8a7 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a1694ae538ab8a7 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a1694ae538ab8a7 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a1694ae538ab8a7 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a1694ae538ab8a7 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #3b425e;
}
#a1694ae538ab8a7 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a1694ae538ab8a7 .uk-card:hover {
  background-color: #d60314;
}
#a1694ae538ab8a7 .uk-card:hover .title {
  color: #fff;
}
#a1694ae538ab8a7 .uk-card:hover hr {
  border-top-color: #fc1023;
}
#a1694ae538ab8a7 .uk-card:hover .img {
  transform: scale(1.2);
}
#a1694ae538ab8a7 .uk-card:hover .abstract {
  color: #fff;
}
#a1694ae538ab8a7 .uk-card:hover .datetime {
  color: #d3b267;
}
#a1694ae538ab8a7 .uk-card:hover .category {
  color: #d3b267;
}
#a1694ae538ab8a7 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a1694ae538ab8a7 .uk-pagination li a,
#a1694ae538ab8a7 .uk-pagination > .uk-disabled > * {
  color: #444444;
}
#a1694ae538ab8a7 .uk-pagination li.uk-active a {
  color: #ffffff;
}
#a1694ae538ab8a7 .uk-pagination li.uk-active {
  background-color: #d60314;
  border-color: #d60314;
}
#a1694ae538ab8a7 .uk-pagination li:hover {
  border-color: #d60314;
}
#a812ba88e8a2ca5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a812ba88e8a2ca5 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a812ba88e8a2ca5 .ap-icon {
  margin-right: 6px;
}
#a812ba88e8a2ca5 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a812ba88e8a2ca5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a812ba88e8a2ca5 .menu-list > li:hover > a,
#a812ba88e8a2ca5 .menu-list > li.active > a {
  background: #d60314;
  background-color: #d60314;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a812ba88e8a2ca5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #d60314;
}
#a812ba88e8a2ca5 .menu-list ul,
#a812ba88e8a2ca5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#a812ba88e8a2ca5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a812ba88e8a2ca5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a812ba88e8a2ca5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a812ba88e8a2ca5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#a812ba88e8a2ca5 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#a3b9fa3096a8652 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad937a54a7adb59 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ad937a54a7adb59 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad937a54a7adb59 .ap-icon {
  margin-right: 6px;
}
#ad937a54a7adb59 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad937a54a7adb59 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 16px;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#ad937a54a7adb59 .menu-list > li:hover > a,
#ad937a54a7adb59 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list ul,
#ad937a54a7adb59 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#ad937a54a7adb59 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#ad937a54a7adb59 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad937a54a7adb59 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad937a54a7adb59 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#ad937a54a7adb59 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#a101dac17fa50bc .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a101dac17fa50bc .site-language-menu a:hover {
  color: #ccc;
}
#a101dac17fa50bc .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a101dac17fa50bc .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a101dac17fa50bc .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a101dac17fa50bc .uk-dropdown li a:hover {
  color: #222;
}
#a101dac17fa50bc .uk-dropdown li:last-child {
  border-bottom: none;
}
#ad13da63c1a57b7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#ad13da63c1a57b7 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad13da63c1a57b7 .ap-icon {
  margin-right: 6px;
}
#ad13da63c1a57b7 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad13da63c1a57b7 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  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;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  background-color: #ffffff;
}
#ad13da63c1a57b7 .menu-list > li:hover > a,
#ad13da63c1a57b7 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #d60314;
}
#ad13da63c1a57b7 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #d60314;
}
#ad13da63c1a57b7 .menu-list ul,
#ad13da63c1a57b7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad13da63c1a57b7 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ad13da63c1a57b7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad13da63c1a57b7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad13da63c1a57b7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
}
#af7a7a9302a93be .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#af7a7a9302a93be .uk-grid {
  margin-left: -8px;
}
#af7a7a9302a93be .uk-grid > * {
  padding-left: 8px;
}
#af7a7a9302a93be .uk-grid-margin {
  margin-top: 20px;
}
#af7a7a9302a93be .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#af7a7a9302a93be .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#af7a7a9302a93be .uk-card-media-top .img {
  transition: all .3s ease;
}
#af7a7a9302a93be .uk-card-body {
  display: block;
}
#af7a7a9302a93be .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#af7a7a9302a93be .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#af7a7a9302a93be .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#af7a7a9302a93be .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#af7a7a9302a93be .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #3b425e;
}
#af7a7a9302a93be .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#af7a7a9302a93be .uk-card:hover {
  background-color: #d60314;
}
#af7a7a9302a93be .uk-card:hover .title {
  color: #fff;
}
#af7a7a9302a93be .uk-card:hover hr {
  border-top-color: #fc1023;
}
#af7a7a9302a93be .uk-card:hover .img {
  transform: scale(1.2);
}
#af7a7a9302a93be .uk-card:hover .abstract {
  color: #fff;
}
#af7a7a9302a93be .uk-card:hover .datetime {
  color: #d3b267;
}
#af7a7a9302a93be .uk-card:hover .category {
  color: #d3b267;
}
#af7a7a9302a93be .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#af7a7a9302a93be .uk-pagination li a,
#af7a7a9302a93be .uk-pagination > .uk-disabled > * {
  color: #444444;
}
#af7a7a9302a93be .uk-pagination li.uk-active a {
  color: #ffffff;
}
#af7a7a9302a93be .uk-pagination li.uk-active {
  background-color: #d60314;
  border-color: #d60314;
}
#af7a7a9302a93be .uk-pagination li:hover {
  border-color: #d60314;
}
#a812ba88e8a2ca5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a812ba88e8a2ca5 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a812ba88e8a2ca5 .ap-icon {
  margin-right: 6px;
}
#a812ba88e8a2ca5 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a812ba88e8a2ca5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a812ba88e8a2ca5 .menu-list > li:hover > a,
#a812ba88e8a2ca5 .menu-list > li.active > a {
  background: #d60314;
  background-color: #d60314;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a812ba88e8a2ca5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #d60314;
}
#a812ba88e8a2ca5 .menu-list ul,
#a812ba88e8a2ca5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#a812ba88e8a2ca5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a812ba88e8a2ca5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a812ba88e8a2ca5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a812ba88e8a2ca5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#a812ba88e8a2ca5 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#a565dae278a8234 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad937a54a7adb59 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ad937a54a7adb59 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad937a54a7adb59 .ap-icon {
  margin-right: 6px;
}
#ad937a54a7adb59 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad937a54a7adb59 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 16px;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#ad937a54a7adb59 .menu-list > li:hover > a,
#ad937a54a7adb59 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list ul,
#ad937a54a7adb59 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#ad937a54a7adb59 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#ad937a54a7adb59 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad937a54a7adb59 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad937a54a7adb59 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#ad937a54a7adb59 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#a101dac17fa50bc .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a101dac17fa50bc .site-language-menu a:hover {
  color: #ccc;
}
#a101dac17fa50bc .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a101dac17fa50bc .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a101dac17fa50bc .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a101dac17fa50bc .uk-dropdown li a:hover {
  color: #222;
}
#a101dac17fa50bc .uk-dropdown li:last-child {
  border-bottom: none;
}
#ad13da63c1a57b7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#ad13da63c1a57b7 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad13da63c1a57b7 .ap-icon {
  margin-right: 6px;
}
#ad13da63c1a57b7 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad13da63c1a57b7 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  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;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  background-color: #ffffff;
}
#ad13da63c1a57b7 .menu-list > li:hover > a,
#ad13da63c1a57b7 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #d60314;
}
#ad13da63c1a57b7 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #d60314;
}
#ad13da63c1a57b7 .menu-list ul,
#ad13da63c1a57b7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad13da63c1a57b7 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ad13da63c1a57b7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad13da63c1a57b7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad13da63c1a57b7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
}
#a9027a935aaab84 .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#a9027a935aaab84 .uk-grid {
  margin-left: -8px;
}
#a9027a935aaab84 .uk-grid > * {
  padding-left: 8px;
}
#a9027a935aaab84 .uk-grid-margin {
  margin-top: 20px;
}
#a9027a935aaab84 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#a9027a935aaab84 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a9027a935aaab84 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a9027a935aaab84 .uk-card-body {
  display: block;
}
#a9027a935aaab84 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a9027a935aaab84 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a9027a935aaab84 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a9027a935aaab84 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a9027a935aaab84 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #3b425e;
}
#a9027a935aaab84 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a9027a935aaab84 .uk-card:hover {
  background-color: #d60314;
}
#a9027a935aaab84 .uk-card:hover .title {
  color: #fff;
}
#a9027a935aaab84 .uk-card:hover hr {
  border-top-color: #fc1023;
}
#a9027a935aaab84 .uk-card:hover .img {
  transform: scale(1.2);
}
#a9027a935aaab84 .uk-card:hover .abstract {
  color: #fff;
}
#a9027a935aaab84 .uk-card:hover .datetime {
  color: #d3b267;
}
#a9027a935aaab84 .uk-card:hover .category {
  color: #d3b267;
}
#a9027a935aaab84 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a9027a935aaab84 .uk-pagination li a,
#a9027a935aaab84 .uk-pagination > .uk-disabled > * {
  color: #444444;
}
#a9027a935aaab84 .uk-pagination li.uk-active a {
  color: #ffffff;
}
#a9027a935aaab84 .uk-pagination li.uk-active {
  background-color: #d60314;
  border-color: #d60314;
}
#a9027a935aaab84 .uk-pagination li:hover {
  border-color: #d60314;
}
#a812ba88e8a2ca5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a812ba88e8a2ca5 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a812ba88e8a2ca5 .ap-icon {
  margin-right: 6px;
}
#a812ba88e8a2ca5 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a812ba88e8a2ca5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a812ba88e8a2ca5 .menu-list > li:hover > a,
#a812ba88e8a2ca5 .menu-list > li.active > a {
  background: #d60314;
  background-color: #d60314;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a812ba88e8a2ca5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #d60314;
}
#a812ba88e8a2ca5 .menu-list ul,
#a812ba88e8a2ca5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#a812ba88e8a2ca5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a812ba88e8a2ca5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a812ba88e8a2ca5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a812ba88e8a2ca5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#a812ba88e8a2ca5 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#ae624a79dca9951 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad937a54a7adb59 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ad937a54a7adb59 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad937a54a7adb59 .ap-icon {
  margin-right: 6px;
}
#ad937a54a7adb59 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad937a54a7adb59 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 16px;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#ad937a54a7adb59 .menu-list > li:hover > a,
#ad937a54a7adb59 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list ul,
#ad937a54a7adb59 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#ad937a54a7adb59 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#ad937a54a7adb59 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad937a54a7adb59 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad937a54a7adb59 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#ad937a54a7adb59 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#a101dac17fa50bc .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a101dac17fa50bc .site-language-menu a:hover {
  color: #ccc;
}
#a101dac17fa50bc .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a101dac17fa50bc .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a101dac17fa50bc .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a101dac17fa50bc .uk-dropdown li a:hover {
  color: #222;
}
#a101dac17fa50bc .uk-dropdown li:last-child {
  border-bottom: none;
}
#ad13da63c1a57b7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#ad13da63c1a57b7 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad13da63c1a57b7 .ap-icon {
  margin-right: 6px;
}
#ad13da63c1a57b7 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad13da63c1a57b7 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  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;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  background-color: #ffffff;
}
#ad13da63c1a57b7 .menu-list > li:hover > a,
#ad13da63c1a57b7 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #d60314;
}
#ad13da63c1a57b7 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #d60314;
}
#ad13da63c1a57b7 .menu-list ul,
#ad13da63c1a57b7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad13da63c1a57b7 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ad13da63c1a57b7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad13da63c1a57b7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad13da63c1a57b7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
}
#a71bda5a8da5b95 .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#a71bda5a8da5b95 .uk-grid {
  margin-left: -8px;
}
#a71bda5a8da5b95 .uk-grid > * {
  padding-left: 8px;
}
#a71bda5a8da5b95 .uk-grid-margin {
  margin-top: 20px;
}
#a71bda5a8da5b95 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#a71bda5a8da5b95 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a71bda5a8da5b95 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a71bda5a8da5b95 .uk-card-body {
  display: block;
}
#a71bda5a8da5b95 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a71bda5a8da5b95 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a71bda5a8da5b95 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a71bda5a8da5b95 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a71bda5a8da5b95 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #3b425e;
}
#a71bda5a8da5b95 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a71bda5a8da5b95 .uk-card:hover {
  background-color: #d60314;
}
#a71bda5a8da5b95 .uk-card:hover .title {
  color: #fff;
}
#a71bda5a8da5b95 .uk-card:hover hr {
  border-top-color: #fc1023;
}
#a71bda5a8da5b95 .uk-card:hover .img {
  transform: scale(1.2);
}
#a71bda5a8da5b95 .uk-card:hover .abstract {
  color: #fff;
}
#a71bda5a8da5b95 .uk-card:hover .datetime {
  color: #d3b267;
}
#a71bda5a8da5b95 .uk-card:hover .category {
  color: #d3b267;
}
#a71bda5a8da5b95 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a71bda5a8da5b95 .uk-pagination li a,
#a71bda5a8da5b95 .uk-pagination > .uk-disabled > * {
  color: #444444;
}
#a71bda5a8da5b95 .uk-pagination li.uk-active a {
  color: #ffffff;
}
#a71bda5a8da5b95 .uk-pagination li.uk-active {
  background-color: #d60314;
  border-color: #d60314;
}
#a71bda5a8da5b95 .uk-pagination li:hover {
  border-color: #d60314;
}
#a812ba88e8a2ca5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a812ba88e8a2ca5 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a812ba88e8a2ca5 .ap-icon {
  margin-right: 6px;
}
#a812ba88e8a2ca5 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a812ba88e8a2ca5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a812ba88e8a2ca5 .menu-list > li:hover > a,
#a812ba88e8a2ca5 .menu-list > li.active > a {
  background: #d60314;
  background-color: #d60314;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a812ba88e8a2ca5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #d60314;
}
#a812ba88e8a2ca5 .menu-list ul,
#a812ba88e8a2ca5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#a812ba88e8a2ca5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a812ba88e8a2ca5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a812ba88e8a2ca5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a812ba88e8a2ca5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#a812ba88e8a2ca5 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#a0a68a8f02a3d42 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad937a54a7adb59 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ad937a54a7adb59 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad937a54a7adb59 .ap-icon {
  margin-right: 6px;
}
#ad937a54a7adb59 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad937a54a7adb59 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 16px;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#ad937a54a7adb59 .menu-list > li:hover > a,
#ad937a54a7adb59 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list ul,
#ad937a54a7adb59 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#ad937a54a7adb59 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#ad937a54a7adb59 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad937a54a7adb59 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad937a54a7adb59 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#ad937a54a7adb59 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#a101dac17fa50bc .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a101dac17fa50bc .site-language-menu a:hover {
  color: #ccc;
}
#a101dac17fa50bc .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a101dac17fa50bc .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a101dac17fa50bc .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a101dac17fa50bc .uk-dropdown li a:hover {
  color: #222;
}
#a101dac17fa50bc .uk-dropdown li:last-child {
  border-bottom: none;
}
#afd78aa4cba41dc .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1741059543532.png);background-size: auto;background-repeat: no-repeat;background-position: center center;}#afd78aa4cba41dc .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1741059543744.png);background-repeat: no-repeat;background-position: center center;background-size: auto;}#a55d0af344a544e .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1741060390448.png);background-size: auto;background-repeat: no-repeat;background-position: center center;}#a55d0af344a544e .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1741060390682.png);background-repeat: no-repeat;background-position: center center;background-size: auto;}#ad69ca8f87a9d4b .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1741059925833.png);background-size: auto;background-repeat: no-repeat;background-position: center center;}#ad69ca8f87a9d4b .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1741059926027.png);background-repeat: no-repeat;background-position: center center;background-size: auto;}#a61b0a0eb1a5064 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1741060390068.png);background-size: auto;background-repeat: no-repeat;background-position: center center;}#a61b0a0eb1a5064 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1741060390251.png);background-repeat: no-repeat;background-position: center center;background-size: auto;}#a508ea7edaa83fd .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1741059926662.png);background-size: auto;background-repeat: no-repeat;background-position: center center;}#a508ea7edaa83fd .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1741059926854.png);background-repeat: no-repeat;background-position: center center;background-size: auto;}#a3ab1a749ea7300 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1741060390898.png);background-size: auto;background-repeat: no-repeat;background-position: center center;}#a3ab1a749ea7300 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1741060391095.png);background-repeat: no-repeat;background-position: center center;background-size: auto;}#a9d46a9b92aba7e .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1741059926232.png);background-size: auto;background-repeat: no-repeat;background-position: center center;}#a9d46a9b92aba7e .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1741059926444.png);background-repeat: no-repeat;background-position: center center;background-size: auto;}#a8553a5bd4aaab7 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1741060389181.png);background-size: auto;background-repeat: no-repeat;background-position: center center;}#a8553a5bd4aaab7 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/acd35a5d34a8ab6/1741060389802.png);background-repeat: no-repeat;background-position: center center;background-size: auto;}#a812ba88e8a2ca5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a812ba88e8a2ca5 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a812ba88e8a2ca5 .ap-icon {
  margin-right: 6px;
}
#a812ba88e8a2ca5 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a812ba88e8a2ca5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a812ba88e8a2ca5 .menu-list > li:hover > a,
#a812ba88e8a2ca5 .menu-list > li.active > a {
  background: #d60314;
  background-color: #d60314;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a812ba88e8a2ca5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #d60314;
}
#a812ba88e8a2ca5 .menu-list ul,
#a812ba88e8a2ca5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#a812ba88e8a2ca5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a812ba88e8a2ca5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a812ba88e8a2ca5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a812ba88e8a2ca5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#a812ba88e8a2ca5 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#a87d1af23fa23c3 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad937a54a7adb59 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ad937a54a7adb59 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad937a54a7adb59 .ap-icon {
  margin-right: 6px;
}
#ad937a54a7adb59 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad937a54a7adb59 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 16px;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#ad937a54a7adb59 .menu-list > li:hover > a,
#ad937a54a7adb59 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list ul,
#ad937a54a7adb59 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#ad937a54a7adb59 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#ad937a54a7adb59 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad937a54a7adb59 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad937a54a7adb59 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#ad937a54a7adb59 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#a101dac17fa50bc .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a101dac17fa50bc .site-language-menu a:hover {
  color: #ccc;
}
#a101dac17fa50bc .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a101dac17fa50bc .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a101dac17fa50bc .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a101dac17fa50bc .uk-dropdown li a:hover {
  color: #222;
}
#a101dac17fa50bc .uk-dropdown li:last-child {
  border-bottom: none;
}
#adbfca657ba6a41 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#adbfca657ba6a41 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#adbfca657ba6a41 .ap-icon {
  margin-right: 6px;
}
#adbfca657ba6a41 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#adbfca657ba6a41 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  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;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  background-color: #ffffff;
}
#adbfca657ba6a41 .menu-list > li:hover > a,
#adbfca657ba6a41 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #d60314;
}
#adbfca657ba6a41 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #d60314;
}
#adbfca657ba6a41 .menu-list ul,
#adbfca657ba6a41 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#adbfca657ba6a41 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#adbfca657ba6a41 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adbfca657ba6a41 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adbfca657ba6a41 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
}
#a812ba88e8a2ca5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a812ba88e8a2ca5 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a812ba88e8a2ca5 .ap-icon {
  margin-right: 6px;
}
#a812ba88e8a2ca5 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a812ba88e8a2ca5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a812ba88e8a2ca5 .menu-list > li:hover > a,
#a812ba88e8a2ca5 .menu-list > li.active > a {
  background: #d60314;
  background-color: #d60314;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a812ba88e8a2ca5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #d60314;
}
#a812ba88e8a2ca5 .menu-list ul,
#a812ba88e8a2ca5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#a812ba88e8a2ca5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a812ba88e8a2ca5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a812ba88e8a2ca5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a812ba88e8a2ca5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#a812ba88e8a2ca5 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#ae808ae948ac7fb .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad937a54a7adb59 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ad937a54a7adb59 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad937a54a7adb59 .ap-icon {
  margin-right: 6px;
}
#ad937a54a7adb59 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad937a54a7adb59 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 16px;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#ad937a54a7adb59 .menu-list > li:hover > a,
#ad937a54a7adb59 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list ul,
#ad937a54a7adb59 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#ad937a54a7adb59 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#ad937a54a7adb59 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad937a54a7adb59 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad937a54a7adb59 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#ad937a54a7adb59 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#a101dac17fa50bc .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a101dac17fa50bc .site-language-menu a:hover {
  color: #ccc;
}
#a101dac17fa50bc .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a101dac17fa50bc .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a101dac17fa50bc .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a101dac17fa50bc .uk-dropdown li a:hover {
  color: #222;
}
#a101dac17fa50bc .uk-dropdown li:last-child {
  border-bottom: none;
}
#ad9fcacfe9a4e0b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#ad9fcacfe9a4e0b .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad9fcacfe9a4e0b .ap-icon {
  margin-right: 6px;
}
#ad9fcacfe9a4e0b .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad9fcacfe9a4e0b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  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;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  background-color: #ffffff;
}
#ad9fcacfe9a4e0b .menu-list > li:hover > a,
#ad9fcacfe9a4e0b .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #d60314;
}
#ad9fcacfe9a4e0b .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #d60314;
}
#ad9fcacfe9a4e0b .menu-list ul,
#ad9fcacfe9a4e0b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad9fcacfe9a4e0b .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ad9fcacfe9a4e0b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad9fcacfe9a4e0b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad9fcacfe9a4e0b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
}
#a812ba88e8a2ca5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a812ba88e8a2ca5 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a812ba88e8a2ca5 .ap-icon {
  margin-right: 6px;
}
#a812ba88e8a2ca5 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a812ba88e8a2ca5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a812ba88e8a2ca5 .menu-list > li:hover > a,
#a812ba88e8a2ca5 .menu-list > li.active > a {
  background: #d60314;
  background-color: #d60314;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a812ba88e8a2ca5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #d60314;
}
#a812ba88e8a2ca5 .menu-list ul,
#a812ba88e8a2ca5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#a812ba88e8a2ca5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a812ba88e8a2ca5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a812ba88e8a2ca5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a812ba88e8a2ca5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#a812ba88e8a2ca5 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#aeedea989fa63a4 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad937a54a7adb59 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ad937a54a7adb59 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad937a54a7adb59 .ap-icon {
  margin-right: 6px;
}
#ad937a54a7adb59 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad937a54a7adb59 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 16px;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#ad937a54a7adb59 .menu-list > li:hover > a,
#ad937a54a7adb59 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list ul,
#ad937a54a7adb59 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#ad937a54a7adb59 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#ad937a54a7adb59 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad937a54a7adb59 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad937a54a7adb59 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#ad937a54a7adb59 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#a101dac17fa50bc .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a101dac17fa50bc .site-language-menu a:hover {
  color: #ccc;
}
#a101dac17fa50bc .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a101dac17fa50bc .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a101dac17fa50bc .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a101dac17fa50bc .uk-dropdown li a:hover {
  color: #222;
}
#a101dac17fa50bc .uk-dropdown li:last-child {
  border-bottom: none;
}
#afaccab7b9a35b8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#afaccab7b9a35b8 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#afaccab7b9a35b8 .ap-icon {
  margin-right: 6px;
}
#afaccab7b9a35b8 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#afaccab7b9a35b8 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  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;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  background-color: #ffffff;
}
#afaccab7b9a35b8 .menu-list > li:hover > a,
#afaccab7b9a35b8 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #d60314;
}
#afaccab7b9a35b8 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #d60314;
}
#afaccab7b9a35b8 .menu-list ul,
#afaccab7b9a35b8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#afaccab7b9a35b8 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#afaccab7b9a35b8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#afaccab7b9a35b8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#afaccab7b9a35b8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
}
#a812ba88e8a2ca5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a812ba88e8a2ca5 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a812ba88e8a2ca5 .ap-icon {
  margin-right: 6px;
}
#a812ba88e8a2ca5 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a812ba88e8a2ca5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a812ba88e8a2ca5 .menu-list > li:hover > a,
#a812ba88e8a2ca5 .menu-list > li.active > a {
  background: #d60314;
  background-color: #d60314;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a812ba88e8a2ca5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #d60314;
}
#a812ba88e8a2ca5 .menu-list ul,
#a812ba88e8a2ca5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#a812ba88e8a2ca5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a812ba88e8a2ca5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a812ba88e8a2ca5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a812ba88e8a2ca5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#a812ba88e8a2ca5 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#a8401a5316a8a1d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad937a54a7adb59 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ad937a54a7adb59 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad937a54a7adb59 .ap-icon {
  margin-right: 6px;
}
#ad937a54a7adb59 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad937a54a7adb59 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 16px;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#ad937a54a7adb59 .menu-list > li:hover > a,
#ad937a54a7adb59 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list ul,
#ad937a54a7adb59 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#ad937a54a7adb59 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#ad937a54a7adb59 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad937a54a7adb59 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad937a54a7adb59 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#ad937a54a7adb59 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#a101dac17fa50bc .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a101dac17fa50bc .site-language-menu a:hover {
  color: #ccc;
}
#a101dac17fa50bc .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a101dac17fa50bc .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a101dac17fa50bc .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a101dac17fa50bc .uk-dropdown li a:hover {
  color: #222;
}
#a101dac17fa50bc .uk-dropdown li:last-child {
  border-bottom: none;
}
#a5921a6501ae095 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a5921a6501ae095 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a5921a6501ae095 .ap-icon {
  margin-right: 6px;
}
#a5921a6501ae095 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a5921a6501ae095 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  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;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  background-color: #ffffff;
}
#a5921a6501ae095 .menu-list > li:hover > a,
#a5921a6501ae095 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #d60314;
}
#a5921a6501ae095 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #d60314;
}
#a5921a6501ae095 .menu-list ul,
#a5921a6501ae095 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a5921a6501ae095 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a5921a6501ae095 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a5921a6501ae095 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a5921a6501ae095 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
}
#ae28aa63e3afa4c .uk-form .form-submit-btn {
  width: 200px;
}
#ae28aa63e3afa4c .uk-form .form-submit-btn {
  height: 50px;
  line-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
}
#ae28aa63e3afa4c .submit-wrap {
  text-align: center;
}
#ae28aa63e3afa4c .submit-wrap button {
  background-color: #e60012;
}
#ae28aa63e3afa4c .submit-wrap button:hover {
  background-color: #e60012;
}
#ae28aa63e3afa4c .submit-wrap button {
  color: #ffffff;
}
#ae28aa63e3afa4c form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#ae28aa63e3afa4c .form-item {
  border: none;
  border-bottom: 1px solid #d9d9d9;
}
#ae28aa63e3afa4c .form-item .uk-input,
#ae28aa63e3afa4c .form-item .uk-select,
#ae28aa63e3afa4c .form-item .uk-textarea {
  border: none !important;
}
#ae28aa63e3afa4c .form-item .uk-input,
#ae28aa63e3afa4c .form-item .uk-select,
#ae28aa63e3afa4c .form-item .uk-textarea {
  width: autopx;
}
#ae28aa63e3afa4c .form-item .auto-height {
  height: auto;
}
#ae28aa63e3afa4c .uk-form-label,
#ae28aa63e3afa4c .form-agree,
#ae28aa63e3afa4c .uk-h3,
#ae28aa63e3afa4c p {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #757575;
}
#ae28aa63e3afa4c .form-item {
  position: relative;
}
#ae28aa63e3afa4c .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#ae28aa63e3afa4c .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#ae28aa63e3afa4c .form-item .uk-input,
#ae28aa63e3afa4c .form-item .uk-select,
#ae28aa63e3afa4c .form-item .uk-textarea,
#ae28aa63e3afa4c .form-item .address-select,
#ae28aa63e3afa4c .form-item .uk-grid {
  padding-left: 90px;
}
#ae28aa63e3afa4c .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a812ba88e8a2ca5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a812ba88e8a2ca5 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a812ba88e8a2ca5 .ap-icon {
  margin-right: 6px;
}
#a812ba88e8a2ca5 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a812ba88e8a2ca5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a812ba88e8a2ca5 .menu-list > li:hover > a,
#a812ba88e8a2ca5 .menu-list > li.active > a {
  background: #d60314;
  background-color: #d60314;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a812ba88e8a2ca5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #d60314;
}
#a812ba88e8a2ca5 .menu-list ul,
#a812ba88e8a2ca5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#a812ba88e8a2ca5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a812ba88e8a2ca5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a812ba88e8a2ca5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a812ba88e8a2ca5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#a812ba88e8a2ca5 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#a8dfca1b2fa6b57 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aaa2aaec81a7116 {
  min-height: 90vh;
  /* mobile */
}
#aaa2aaec81a7116 .search-highlight {
  background: yellow;
}
#aaa2aaec81a7116 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#aaa2aaec81a7116 .el-title {
  margin-bottom: 20px;
}
#aaa2aaec81a7116 .el-item:hover .el-title {
  color: #0f6ecd;
}
#aaa2aaec81a7116 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#aaa2aaec81a7116 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#aaa2aaec81a7116 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#aaa2aaec81a7116 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#aaa2aaec81a7116 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#aaa2aaec81a7116 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #aaa2aaec81a7116 .el-title {
    margin-bottom: 0;
  }
  #aaa2aaec81a7116 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #aaa2aaec81a7116 .category {
    font-size: 12px;
  }
  #aaa2aaec81a7116 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#ad937a54a7adb59 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ad937a54a7adb59 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad937a54a7adb59 .ap-icon {
  margin-right: 6px;
}
#ad937a54a7adb59 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad937a54a7adb59 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 16px;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#ad937a54a7adb59 .menu-list > li:hover > a,
#ad937a54a7adb59 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list ul,
#ad937a54a7adb59 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#ad937a54a7adb59 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#ad937a54a7adb59 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad937a54a7adb59 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad937a54a7adb59 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#ad937a54a7adb59 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#a101dac17fa50bc .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a101dac17fa50bc .site-language-menu a:hover {
  color: #ccc;
}
#a101dac17fa50bc .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a101dac17fa50bc .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a101dac17fa50bc .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a101dac17fa50bc .uk-dropdown li a:hover {
  color: #222;
}
#a101dac17fa50bc .uk-dropdown li:last-child {
  border-bottom: none;
}
#a812ba88e8a2ca5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a812ba88e8a2ca5 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a812ba88e8a2ca5 .ap-icon {
  margin-right: 6px;
}
#a812ba88e8a2ca5 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a812ba88e8a2ca5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a812ba88e8a2ca5 .menu-list > li:hover > a,
#a812ba88e8a2ca5 .menu-list > li.active > a {
  background: #d60314;
  background-color: #d60314;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a812ba88e8a2ca5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #d60314;
}
#a812ba88e8a2ca5 .menu-list ul,
#a812ba88e8a2ca5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#a812ba88e8a2ca5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a812ba88e8a2ca5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a812ba88e8a2ca5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a812ba88e8a2ca5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#a812ba88e8a2ca5 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#a8dfca1b2fa6b57 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8baea20b5a85f9 {
  /* 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------------------------*/
}
#a8baea20b5a85f9 * {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
#a8baea20b5a85f9 .error .clip .shadow {
  height: 180px;
  /*Contrall*/
}
#a8baea20b5a85f9 .error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}
#a8baea20b5a85f9 .error .clip:nth-of-type(1) .shadow,
#a8baea20b5a85f9 .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}
#a8baea20b5a85f9 .error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
#a8baea20b5a85f9 .error h2 {
  font-size: 32px;
}
#a8baea20b5a85f9 .error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
#a8baea20b5a85f9 .error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#a8baea20b5a85f9 .error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
#a8baea20b5a85f9 .error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
#a8baea20b5a85f9 .error .clip .shadow {
  overflow: hidden;
}
#a8baea20b5a85f9 .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);
}
#a8baea20b5a85f9 .error .clip:nth-of-type(3) .shadow:after,
#a8baea20b5a85f9 .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%;
}
#a8baea20b5a85f9 .error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
#a8baea20b5a85f9 .error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
#a8baea20b5a85f9 .error .clip:nth-of-type(2) .digit {
  left: -10%;
}
#a8baea20b5a85f9 .error .clip:nth-of-type(1) .digit {
  right: -20%;
}
#a8baea20b5a85f9 .error .clip:nth-of-type(3) .digit {
  left: -20%;
}
#a8baea20b5a85f9 .error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}
#a8baea20b5a85f9 .error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}
#a8baea20b5a85f9 .error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #a8baea20b5a85f9 {
    /* Error Page */
    /* Error Page */
  }
  #a8baea20b5a85f9 .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  #a8baea20b5a85f9 .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  #a8baea20b5a85f9 .error .clip:nth-of-type(1) .shadow,
  #a8baea20b5a85f9 .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  #a8baea20b5a85f9 .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  #a8baea20b5a85f9 .error h2 {
    font-size: 24px;
  }
  #a8baea20b5a85f9 .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #a8baea20b5a85f9 .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #a8baea20b5a85f9 .error .container-error-404 {
    height: 150px;
  }
}
#a8baea20b5a85f9 .overlay {
  position: relative;
  z-index: 20;
}
#a8baea20b5a85f9 .ground-color {
  background: white;
}
#a8baea20b5a85f9 .item-bg-color {
  background: #EAEAEA;
}
#a8baea20b5a85f9 .padding-top {
  padding-top: 10px;
}
#a8baea20b5a85f9 .padding-bottom {
  padding-bottom: 10px;
}
#a8baea20b5a85f9 .padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a8baea20b5a85f9 .padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
#a8baea20b5a85f9 .padding-all {
  padding: 10px;
}
#a8baea20b5a85f9 .no-padding-left {
  padding-left: 0px;
}
#a8baea20b5a85f9 .no-padding-right {
  padding-right: 0px;
}
#a8baea20b5a85f9 .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#a8baea20b5a85f9 .no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#a8baea20b5a85f9 .no-padding {
  padding: 0px;
}
#a8baea20b5a85f9 .margin-top {
  margin-top: 10px;
}
#a8baea20b5a85f9 .margin-bottom {
  margin-bottom: 10px;
}
#a8baea20b5a85f9 .margin-right {
  margin-right: 10px;
}
#a8baea20b5a85f9 .margin-left {
  margin-left: 10px;
}
#a8baea20b5a85f9 .margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
#a8baea20b5a85f9 .margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
#a8baea20b5a85f9 .margin-all {
  margin: 10px;
}
#a8baea20b5a85f9 .no-margin {
  margin: 0px;
}
#a8baea20b5a85f9 .no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#a8baea20b5a85f9 .no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
#a8baea20b5a85f9 .inside-col-shrink {
  margin: 0px 20px;
}
#a8baea20b5a85f9 hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}
#ad937a54a7adb59 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ad937a54a7adb59 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad937a54a7adb59 .ap-icon {
  margin-right: 6px;
}
#ad937a54a7adb59 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad937a54a7adb59 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 16px;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#ad937a54a7adb59 .menu-list > li:hover > a,
#ad937a54a7adb59 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list ul,
#ad937a54a7adb59 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#ad937a54a7adb59 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#ad937a54a7adb59 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad937a54a7adb59 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad937a54a7adb59 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#ad937a54a7adb59 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#a101dac17fa50bc .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a101dac17fa50bc .site-language-menu a:hover {
  color: #ccc;
}
#a101dac17fa50bc .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a101dac17fa50bc .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a101dac17fa50bc .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a101dac17fa50bc .uk-dropdown li a:hover {
  color: #222;
}
#a101dac17fa50bc .uk-dropdown li:last-child {
  border-bottom: none;
}
#a812ba88e8a2ca5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a812ba88e8a2ca5 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a812ba88e8a2ca5 .ap-icon {
  margin-right: 6px;
}
#a812ba88e8a2ca5 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a812ba88e8a2ca5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a812ba88e8a2ca5 .menu-list > li:hover > a,
#a812ba88e8a2ca5 .menu-list > li.active > a {
  background: #d60314;
  background-color: #d60314;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a812ba88e8a2ca5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #d60314;
}
#a812ba88e8a2ca5 .menu-list ul,
#a812ba88e8a2ca5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#a812ba88e8a2ca5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a812ba88e8a2ca5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a812ba88e8a2ca5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a812ba88e8a2ca5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#a812ba88e8a2ca5 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#a8dfca1b2fa6b57 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#abd28a9b20a0f1d .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#abd28a9b20a0f1d .switch_item {
  margin-right: 10px;
}
#abd28a9b20a0f1d a.switch_item:hover {
  text-decoration: underline;
}
#abd28a9b20a0f1d .slider {
  width: 420px;
  height: 600px;
}
#abd28a9b20a0f1d .uk-slideshow-items {
  height: 100%;
}
#abd28a9b20a0f1d .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#abd28a9b20a0f1d .login-wrap {
  width: 100%;
  height: 100%;
}
#abd28a9b20a0f1d .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#abd28a9b20a0f1d .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#abd28a9b20a0f1d .phone-login-box {
  margin: 40px auto 40px;
}
#abd28a9b20a0f1d .login-header {
  margin-bottom: 24px;
}
#abd28a9b20a0f1d .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#abd28a9b20a0f1d .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
  overflow: hidden;
}
#abd28a9b20a0f1d .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;
}
#abd28a9b20a0f1d .forget_password {
  cursor: pointer;
}
#abd28a9b20a0f1d .forget_password:hover {
  color: #1e87f0;
}
#abd28a9b20a0f1d .input-item input.error,
#abd28a9b20a0f1d .input-item input.error::placeholder {
  color: #fc4343;
}
#abd28a9b20a0f1d .input-item input::placeholder {
  color: #999;
}
#abd28a9b20a0f1d .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
  width: 20px;
}
#abd28a9b20a0f1d .form-item {
  margin: 24px 0;
}
#abd28a9b20a0f1d .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#abd28a9b20a0f1d .send-code {
  float: left;
  margin-left: 20px;
}
#abd28a9b20a0f1d .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;
}
#abd28a9b20a0f1d .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#abd28a9b20a0f1d .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
  display: block;
  max-width: 300px;
}
#abd28a9b20a0f1d .login_btn_wrap {
  text-align: center;
}
#abd28a9b20a0f1d .login_btn_wrap .submit {
  display: block;
  margin-bottom: 10px;
}
#abd28a9b20a0f1d .input-item .pwd-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#abd28a9b20a0f1d .input-item .pwd-toggle:hover {
  color: currentColor;
}
#ad937a54a7adb59 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ad937a54a7adb59 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad937a54a7adb59 .ap-icon {
  margin-right: 6px;
}
#ad937a54a7adb59 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad937a54a7adb59 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 16px;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#ad937a54a7adb59 .menu-list > li:hover > a,
#ad937a54a7adb59 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list ul,
#ad937a54a7adb59 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#ad937a54a7adb59 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#ad937a54a7adb59 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad937a54a7adb59 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad937a54a7adb59 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#ad937a54a7adb59 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#a101dac17fa50bc .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a101dac17fa50bc .site-language-menu a:hover {
  color: #ccc;
}
#a101dac17fa50bc .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a101dac17fa50bc .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a101dac17fa50bc .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a101dac17fa50bc .uk-dropdown li a:hover {
  color: #222;
}
#a101dac17fa50bc .uk-dropdown li:last-child {
  border-bottom: none;
}
#a812ba88e8a2ca5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a812ba88e8a2ca5 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a812ba88e8a2ca5 .ap-icon {
  margin-right: 6px;
}
#a812ba88e8a2ca5 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a812ba88e8a2ca5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a812ba88e8a2ca5 .menu-list > li:hover > a,
#a812ba88e8a2ca5 .menu-list > li.active > a {
  background: #d60314;
  background-color: #d60314;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a812ba88e8a2ca5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #d60314;
}
#a812ba88e8a2ca5 .menu-list ul,
#a812ba88e8a2ca5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#a812ba88e8a2ca5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a812ba88e8a2ca5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a812ba88e8a2ca5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a812ba88e8a2ca5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#a812ba88e8a2ca5 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#a8dfca1b2fa6b57 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a23a0ac203a7fab .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#a23a0ac203a7fab .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#a23a0ac203a7fab .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#a23a0ac203a7fab .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#a23a0ac203a7fab .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#a23a0ac203a7fab .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#a23a0ac203a7fab .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#a23a0ac203a7fab .nav-list {
  padding: 0 20px;
}
#a23a0ac203a7fab .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;
}
#a23a0ac203a7fab .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#a23a0ac203a7fab .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#a23a0ac203a7fab .order-item:hover {
  background: #f7f7f7;
}
#a23a0ac203a7fab .del-order {
  cursor: pointer;
}
#a23a0ac203a7fab .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#a23a0ac203a7fab .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#a23a0ac203a7fab .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#a23a0ac203a7fab .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#a23a0ac203a7fab .goods-item .goods-info {
  padding: 0 15px;
}
#a23a0ac203a7fab .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#a23a0ac203a7fab .appoint-time {
  margin-bottom: 4px;
}
#a23a0ac203a7fab .appoint-name {
  color: #333;
  font-size: 14px;
}
#a23a0ac203a7fab .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#a23a0ac203a7fab .goods-item .goods-name {
  color: #333;
}
#a23a0ac203a7fab .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#a23a0ac203a7fab .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#a23a0ac203a7fab .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#a23a0ac203a7fab .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#a23a0ac203a7fab .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#a23a0ac203a7fab .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;
}
#a23a0ac203a7fab .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#a23a0ac203a7fab .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#a23a0ac203a7fab .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#a23a0ac203a7fab .setting-form {
  padding: 30px 20px;
}
#a23a0ac203a7fab .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#a23a0ac203a7fab .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#a23a0ac203a7fab .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#a23a0ac203a7fab .setting-form .setting-btns {
  margin-left: 130px;
}
#a23a0ac203a7fab .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#a23a0ac203a7fab .setting-wrap {
  position: relative;
}
#a23a0ac203a7fab .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#a23a0ac203a7fab .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#a23a0ac203a7fab .user-info .levels {
  color: #888;
  font-size: 12px;
}
#a23a0ac203a7fab .address-wrap {
  padding: 30px 20px;
}
#a23a0ac203a7fab .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#a23a0ac203a7fab .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#a23a0ac203a7fab .addr-list {
  min-height: 200px;
}
#a23a0ac203a7fab .addr-detail .addr-item-name,
#a23a0ac203a7fab .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;
}
#a23a0ac203a7fab .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#a23a0ac203a7fab .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#a23a0ac203a7fab .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#a23a0ac203a7fab .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#a23a0ac203a7fab .add-addr {
  height: 32px;
  line-height: 30px;
}
#a23a0ac203a7fab .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;
}
#a23a0ac203a7fab .publish-item {
  cursor: default;
  min-height: 120px;
}
#a23a0ac203a7fab .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#a23a0ac203a7fab .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#a23a0ac203a7fab .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #1e87f0;
}
#a23a0ac203a7fab .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
#ad937a54a7adb59 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ad937a54a7adb59 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad937a54a7adb59 .ap-icon {
  margin-right: 6px;
}
#ad937a54a7adb59 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad937a54a7adb59 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 16px;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#ad937a54a7adb59 .menu-list > li:hover > a,
#ad937a54a7adb59 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list ul,
#ad937a54a7adb59 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#ad937a54a7adb59 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#ad937a54a7adb59 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad937a54a7adb59 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad937a54a7adb59 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#ad937a54a7adb59 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#a101dac17fa50bc .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a101dac17fa50bc .site-language-menu a:hover {
  color: #ccc;
}
#a101dac17fa50bc .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a101dac17fa50bc .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a101dac17fa50bc .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a101dac17fa50bc .uk-dropdown li a:hover {
  color: #222;
}
#a101dac17fa50bc .uk-dropdown li:last-child {
  border-bottom: none;
}
#a812ba88e8a2ca5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a812ba88e8a2ca5 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a812ba88e8a2ca5 .ap-icon {
  margin-right: 6px;
}
#a812ba88e8a2ca5 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a812ba88e8a2ca5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a812ba88e8a2ca5 .menu-list > li:hover > a,
#a812ba88e8a2ca5 .menu-list > li.active > a {
  background: #d60314;
  background-color: #d60314;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a812ba88e8a2ca5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #d60314;
}
#a812ba88e8a2ca5 .menu-list ul,
#a812ba88e8a2ca5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#a812ba88e8a2ca5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a812ba88e8a2ca5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a812ba88e8a2ca5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a812ba88e8a2ca5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#a812ba88e8a2ca5 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#a8dfca1b2fa6b57 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a2c78a000caf4f4 {
  min-height: 90vh;
  /* mobile */
}
#a2c78a000caf4f4 .search-highlight {
  background: yellow;
}
#a2c78a000caf4f4 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a2c78a000caf4f4 .el-title {
  margin-bottom: 20px;
}
#a2c78a000caf4f4 .el-item:hover .el-title {
  color: #0f6ecd;
}
#a2c78a000caf4f4 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a2c78a000caf4f4 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a2c78a000caf4f4 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a2c78a000caf4f4 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a2c78a000caf4f4 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a2c78a000caf4f4 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a2c78a000caf4f4 .el-title {
    margin-bottom: 0;
  }
  #a2c78a000caf4f4 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a2c78a000caf4f4 .category {
    font-size: 12px;
  }
  #a2c78a000caf4f4 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#ad937a54a7adb59 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ad937a54a7adb59 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad937a54a7adb59 .ap-icon {
  margin-right: 6px;
}
#ad937a54a7adb59 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad937a54a7adb59 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 16px;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#ad937a54a7adb59 .menu-list > li:hover > a,
#ad937a54a7adb59 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list ul,
#ad937a54a7adb59 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#ad937a54a7adb59 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#ad937a54a7adb59 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad937a54a7adb59 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad937a54a7adb59 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#ad937a54a7adb59 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#a101dac17fa50bc .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a101dac17fa50bc .site-language-menu a:hover {
  color: #ccc;
}
#a101dac17fa50bc .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a101dac17fa50bc .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a101dac17fa50bc .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a101dac17fa50bc .uk-dropdown li a:hover {
  color: #222;
}
#a101dac17fa50bc .uk-dropdown li:last-child {
  border-bottom: none;
}
#a812ba88e8a2ca5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a812ba88e8a2ca5 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a812ba88e8a2ca5 .ap-icon {
  margin-right: 6px;
}
#a812ba88e8a2ca5 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a812ba88e8a2ca5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a812ba88e8a2ca5 .menu-list > li:hover > a,
#a812ba88e8a2ca5 .menu-list > li.active > a {
  background: #d60314;
  background-color: #d60314;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a812ba88e8a2ca5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #d60314;
}
#a812ba88e8a2ca5 .menu-list ul,
#a812ba88e8a2ca5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#a812ba88e8a2ca5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a812ba88e8a2ca5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a812ba88e8a2ca5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a812ba88e8a2ca5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#a812ba88e8a2ca5 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#a8dfca1b2fa6b57 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9980abe77a4eb6 .comment-detail {
  min-height: 600px;
}
#a9980abe77a4eb6 table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#a9980abe77a4eb6 table th,
#a9980abe77a4eb6 table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#a9980abe77a4eb6 table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#a9980abe77a4eb6 .red {
  color: #F00!important;
}
#a9980abe77a4eb6 .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;
}
#ad937a54a7adb59 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ad937a54a7adb59 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad937a54a7adb59 .ap-icon {
  margin-right: 6px;
}
#ad937a54a7adb59 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad937a54a7adb59 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 16px;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#ad937a54a7adb59 .menu-list > li:hover > a,
#ad937a54a7adb59 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #e60012;
}
#ad937a54a7adb59 .menu-list ul,
#ad937a54a7adb59 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#ad937a54a7adb59 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#ad937a54a7adb59 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad937a54a7adb59 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad937a54a7adb59 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#ad937a54a7adb59 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
#a101dac17fa50bc .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a101dac17fa50bc .site-language-menu a:hover {
  color: #ccc;
}
#a101dac17fa50bc .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a101dac17fa50bc .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a101dac17fa50bc .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a101dac17fa50bc .uk-dropdown li a:hover {
  color: #222;
}
#a101dac17fa50bc .uk-dropdown li:last-child {
  border-bottom: none;
}
#a812ba88e8a2ca5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a812ba88e8a2ca5 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a812ba88e8a2ca5 .ap-icon {
  margin-right: 6px;
}
#a812ba88e8a2ca5 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a812ba88e8a2ca5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  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;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a812ba88e8a2ca5 .menu-list > li:hover > a,
#a812ba88e8a2ca5 .menu-list > li.active > a {
  background: #d60314;
  background-color: #d60314;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a812ba88e8a2ca5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #d60314;
}
#a812ba88e8a2ca5 .menu-list ul,
#a812ba88e8a2ca5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #252525;
}
#a812ba88e8a2ca5 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#a812ba88e8a2ca5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a812ba88e8a2ca5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a812ba88e8a2ca5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #252525;
}
#a812ba88e8a2ca5 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #bb0816;
}
