.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft Yahei";
}
/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Set `font-size` to support `rem` units
 *    Not using `font` property because a leading hyphen (e.g. -apple-system) causes the font to break in IE11 and Edge
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 * 3. Style
 */
html {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */
  color: #666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
/*
   * Removes default margin.
   */
body {
  margin: 0;
  font-size: 14px;
  color: #666;
  background-color: #ffffff;
}
/* Links
   ========================================================================== */
/*
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
a {
  /* 1 */
  background-color: transparent;
  /* 2 */
  -webkit-text-decoration-skip: objects;
}
/*
   * Remove the outline on focused links when they are also active or hovered
   */
a:active,
a:hover {
  outline: none;
}
/*
   * Style
   */
a,
.uk-link {
  color: #4a4a4a;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #000000;
}
/* 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: #000000;
}
/* Preformatted text
   ========================================================================== */
/*
   * 1. Contain overflow in all browsers.
   * 2. Override UA
   */
pre {
  background: #f7f7f7;
}
pre code {
  font-family: Consolas, monaco, monospace;
}
/* Selection pseudo-element
   ========================================================================== */
::-moz-selection {
  background: #00a0e9;
  text-shadow: none;
}
::selection {
  background: #00a0e9;
  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 #00a0e9;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #00a0e9;
}
/* ========================================================================
     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: #00a0e9;
  outline: none;
}
/*
   * Button
   * 1. Center icon vertically and horizontally
   */
.uk-icon-button {
  background: #f7f7f7;
}
/* Hover + Focus */
.uk-icon-button:hover,
.uk-icon-button:focus {
  background-color: #f7f7f7;
  color: #00a0e9;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #00a0e9;
  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: #f7f7f7;
  color: #666;
}
/* Focus */
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  outline: none;
  background-color: #f7f7f7;
}
/* 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: #00a0e9;
  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: #f7f7f7;
}
/* Hover + Focus */
.uk-button-default:hover,
.uk-button-default:focus {
  background-color: #f7f7f7;
  color: #00a0e9;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #00a0e9;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #00a0e9;
  color: #ffffff;
}
/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #ffffff;
  color: #ffffff;
}
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-button-secondary {
  color: #666;
  border: 1px solid #ffffff;
}
/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #00a0e9;
  color: #ffffff;
  border-color: #00a0e9;
}
/*
   * 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: #00a0e9;
}
/* Disabled */
.uk-button-text:disabled {
  color: #999999;
}
/*
   * Link
   * 1. Reset
   * 2. Style
   */
.uk-button-link {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  color: #4a4a4a;
}
/* Hover + Focus */
.uk-button-link:hover,
.uk-button-link:focus {
  color: #000000;
}
/* Disabled */
.uk-button-link:disabled {
  color: #999999;
  text-decoration: none;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-section-default,
.ap-container-default .uk-container {
  background: #f7f7f7;
}
/*
   * Primary
   */
.uk-section-primary,
.ap-container-primary .uk-container {
  background: #00a0e9;
}
/*
   * Secondary
   */
.uk-section-secondary,
.ap-container-secondary .uk-container {
  background: #ffffff;
}
.uk-section-muted,
.ap-container-muted .uk-container {
  background: #f8f8f8;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-tile-default {
  background: #f7f7f7;
}
/*
   * Muted
   */
.uk-tile-muted {
  background: #f8f8f8;
}
/*
   * Primary
   */
.uk-tile-primary {
  background: #00a0e9;
}
/*
   * Secondary
   */
.uk-tile-secondary {
  background: #ffffff;
}
/* ========================================================================
     Component: Card
   ========================================================================== */
/* Badge
   ========================================================================== */
.uk-card-badge {
  color: #666;
}
/*
   * Remove margin from adjacent element
   */
.uk-card-badge:first-child + * {
  margin-top: 0;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   * Note: Header and Footer are only implemented for the default style
   */
.uk-card-default {
  background: #f7f7f7;
  color: #666;
}
.uk-card-default.uk-card-hover:hover {
  background-color: #f7f7f7;
}
/*
   * Primary
   */
.uk-card-primary {
  background: #00a0e9;
  color: #ffffff;
}
.uk-card-primary .uk-card-title {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-card-secondary {
  background: #ffffff;
  color: #ffffff;
}
.uk-card-secondary .uk-card-title {
  color: #ffffff;
}
/* ========================================================================
     Component: Close
   ========================================================================== */
/* Hover + Focus */
/* Hover + Focus */
.uk-totop:hover,
.uk-totop:focus {
  outline: none;
  background-color: transparent;
}
/* OnClick */
.uk-totop:active {
  color: #00a0e9;
  background-color: transparent;
}
/* ========================================================================
     Component: Marker
   ========================================================================== */
/*
   * Addopts `uk-icon`
   */
.uk-marker {
  padding: 5px;
  background: #ffffff;
  color: #ffffff;
}
/* Hover + Focus */
.uk-marker:hover,
.uk-marker:focus {
  color: #ffffff;
  outline: none;
}
/* ========================================================================
     Component: Alert
   ========================================================================== */
.uk-alert {
  position: relative;
  background: #f7f7f7;
  color: #333;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-alert-primary {
  background: #f7f7f7;
  color: #00a0e9;
}
/*
   * Success
   */
.uk-alert-success {
  background: #f7f7f7;
  color: #32d296;
}
/*
   * Warning
   */
.uk-alert-warning {
  background: #f7f7f7;
  color: #faa05a;
}
/*
   * Danger
   */
.uk-alert-danger {
  background: #f7f7f7;
  color: #f0506e;
}
/* ========================================================================
     Component: Badge
   ========================================================================== */
/*
   * 1. Style
   * 2. Center child vertically and horizontally
   */
.uk-badge {
  /* 1 */
  background: #00a0e9;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #00a0e9;
  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: #f7f7f7;
}
/* 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: #00a0e9;
  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: #00a0e9;
}
/* 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: #00a0e9;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #00a0e9;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #00a0e9;
}
/* Dropdown
   ========================================================================== */
/*
   * Adopts `uk-dropdown`
   * 1. Hide by default
   * 2. Set position
   * 3. Set a default width
   * 4. Style
   */
.uk-navbar-dropdown {
  background: #f7f7f7;
  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: #00a0e9;
  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: #f7f7f7;
  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: #f7f7f7;
  color: #666;
}
/* OnClick */
.uk-subnav-pill > * > a:active {
  background-color: #f7f7f7;
}
/* Active */
.uk-subnav-pill > .uk-active > a {
  background-color: #00a0e9;
  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: #f7f7f7;
}
/* Active */
.uk-pagination > .uk-active > * {
  color: #00a0e9;
  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: #00a0e9;
}
/* 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: #00a0e9;
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #00a0e9;
  border-color: transparent;
}
/* ========================================================================
     Component: Dropdown
   ========================================================================== */
.uk-dropdown {
  background: #f7f7f7;
  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: #00a0e9;
}
/*
   * 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: #00a0e9;
}
/* 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: #f7f7f7;
}
/*
   * 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: #00a0e9;
}
/*
   * 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: #00a0e9;
  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: #00a0e9;
}
.uk-progress::-moz-progress-bar {
  background-color: #00a0e9;
}
.uk-progress::-ms-fill {
  background-color: #00a0e9;
}
/* ========================================================================
     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: #00a0e9 !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: #00a0e9 !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #00a0e9;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #f7f7f7;
}
.uk-background-muted {
  background-color: #f8f8f8;
}
.uk-background-primary {
  background-color: #00a0e9;
}
.uk-background-secondary {
  background-color: #ffffff;
}
/* ========================================================================
     Component: Inverse
   ========================================================================== */
.uk-light a,
.uk-light .uk-link,
.uk-section-primary:not(.uk-preserve-color) a,
.uk-section-primary:not(.uk-preserve-color) .uk-link,
.uk-section-secondary:not(.uk-preserve-color) a,
.uk-section-secondary:not(.uk-preserve-color) .uk-link,
.uk-tile-primary:not(.uk-preserve-color) a,
.uk-tile-primary:not(.uk-preserve-color) .uk-link,
.uk-tile-secondary:not(.uk-preserve-color) a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link,
.uk-card-primary.uk-card-body a,
.uk-card-primary.uk-card-body .uk-link,
.uk-card-primary > :not([class*='uk-card-media']) a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link,
.uk-card-secondary.uk-card-body a,
.uk-card-secondary.uk-card-body .uk-link,
.uk-card-secondary > :not([class*='uk-card-media']) a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link,
.uk-overlay-primary a,
.uk-overlay-primary .uk-link,
.ap-toolbar a,
.ap-toolbar .uk-link {
  color: #ffffff;
}
.uk-light a:hover,
.uk-light .uk-link:hover,
.uk-section-primary:not(.uk-preserve-color) a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-section-secondary:not(.uk-preserve-color) a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-primary:not(.uk-preserve-color) a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-secondary:not(.uk-preserve-color) a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-card-primary.uk-card-body a:hover,
.uk-card-primary.uk-card-body .uk-link:hover,
.uk-card-primary > :not([class*='uk-card-media']) a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link:hover,
.uk-card-secondary.uk-card-body a:hover,
.uk-card-secondary.uk-card-body .uk-link:hover,
.uk-card-secondary > :not([class*='uk-card-media']) a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link:hover,
.uk-overlay-primary a:hover,
.uk-overlay-primary .uk-link:hover,
.ap-toolbar a:hover,
.ap-toolbar .uk-link:hover {
  color: #ffffff;
}
.uk-light em,
.uk-section-primary:not(.uk-preserve-color) em,
.uk-section-secondary:not(.uk-preserve-color) em,
.uk-tile-primary:not(.uk-preserve-color) em,
.uk-tile-secondary:not(.uk-preserve-color) em,
.uk-card-primary.uk-card-body em,
.uk-card-primary > :not([class*='uk-card-media']) em,
.uk-card-secondary.uk-card-body em,
.uk-card-secondary > :not([class*='uk-card-media']) em,
.uk-overlay-primary em,
.ap-toolbar em {
  color: #ffffff;
}
.uk-light h1,
.uk-light .uk-h1,
.uk-light h2,
.uk-light .uk-h2,
.uk-light h3,
.uk-light .uk-h3,
.uk-light h4,
.uk-light .uk-h4,
.uk-light h5,
.uk-light .uk-h5,
.uk-light h6,
.uk-light .uk-h6,
.uk-section-primary:not(.uk-preserve-color) h1,
.uk-section-primary:not(.uk-preserve-color) .uk-h1,
.uk-section-primary:not(.uk-preserve-color) h2,
.uk-section-primary:not(.uk-preserve-color) .uk-h2,
.uk-section-primary:not(.uk-preserve-color) h3,
.uk-section-primary:not(.uk-preserve-color) .uk-h3,
.uk-section-primary:not(.uk-preserve-color) h4,
.uk-section-primary:not(.uk-preserve-color) .uk-h4,
.uk-section-primary:not(.uk-preserve-color) h5,
.uk-section-primary:not(.uk-preserve-color) .uk-h5,
.uk-section-primary:not(.uk-preserve-color) h6,
.uk-section-primary:not(.uk-preserve-color) .uk-h6,
.uk-section-secondary:not(.uk-preserve-color) h1,
.uk-section-secondary:not(.uk-preserve-color) .uk-h1,
.uk-section-secondary:not(.uk-preserve-color) h2,
.uk-section-secondary:not(.uk-preserve-color) .uk-h2,
.uk-section-secondary:not(.uk-preserve-color) h3,
.uk-section-secondary:not(.uk-preserve-color) .uk-h3,
.uk-section-secondary:not(.uk-preserve-color) h4,
.uk-section-secondary:not(.uk-preserve-color) .uk-h4,
.uk-section-secondary:not(.uk-preserve-color) h5,
.uk-section-secondary:not(.uk-preserve-color) .uk-h5,
.uk-section-secondary:not(.uk-preserve-color) h6,
.uk-section-secondary:not(.uk-preserve-color) .uk-h6,
.uk-tile-primary:not(.uk-preserve-color) h1,
.uk-tile-primary:not(.uk-preserve-color) .uk-h1,
.uk-tile-primary:not(.uk-preserve-color) h2,
.uk-tile-primary:not(.uk-preserve-color) .uk-h2,
.uk-tile-primary:not(.uk-preserve-color) h3,
.uk-tile-primary:not(.uk-preserve-color) .uk-h3,
.uk-tile-primary:not(.uk-preserve-color) h4,
.uk-tile-primary:not(.uk-preserve-color) .uk-h4,
.uk-tile-primary:not(.uk-preserve-color) h5,
.uk-tile-primary:not(.uk-preserve-color) .uk-h5,
.uk-tile-primary:not(.uk-preserve-color) h6,
.uk-tile-primary:not(.uk-preserve-color) .uk-h6,
.uk-tile-secondary:not(.uk-preserve-color) h1,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h1,
.uk-tile-secondary:not(.uk-preserve-color) h2,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h2,
.uk-tile-secondary:not(.uk-preserve-color) h3,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h3,
.uk-tile-secondary:not(.uk-preserve-color) h4,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h4,
.uk-tile-secondary:not(.uk-preserve-color) h5,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h5,
.uk-tile-secondary:not(.uk-preserve-color) h6,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h6,
.uk-card-primary.uk-card-body h1,
.uk-card-primary.uk-card-body .uk-h1,
.uk-card-primary.uk-card-body h2,
.uk-card-primary.uk-card-body .uk-h2,
.uk-card-primary.uk-card-body h3,
.uk-card-primary.uk-card-body .uk-h3,
.uk-card-primary.uk-card-body h4,
.uk-card-primary.uk-card-body .uk-h4,
.uk-card-primary.uk-card-body h5,
.uk-card-primary.uk-card-body .uk-h5,
.uk-card-primary.uk-card-body h6,
.uk-card-primary.uk-card-body .uk-h6,
.uk-card-primary > :not([class*='uk-card-media']) h1,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h1,
.uk-card-primary > :not([class*='uk-card-media']) h2,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h2,
.uk-card-primary > :not([class*='uk-card-media']) h3,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h3,
.uk-card-primary > :not([class*='uk-card-media']) h4,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h4,
.uk-card-primary > :not([class*='uk-card-media']) h5,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h5,
.uk-card-primary > :not([class*='uk-card-media']) h6,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h6,
.uk-card-secondary.uk-card-body h1,
.uk-card-secondary.uk-card-body .uk-h1,
.uk-card-secondary.uk-card-body h2,
.uk-card-secondary.uk-card-body .uk-h2,
.uk-card-secondary.uk-card-body h3,
.uk-card-secondary.uk-card-body .uk-h3,
.uk-card-secondary.uk-card-body h4,
.uk-card-secondary.uk-card-body .uk-h4,
.uk-card-secondary.uk-card-body h5,
.uk-card-secondary.uk-card-body .uk-h5,
.uk-card-secondary.uk-card-body h6,
.uk-card-secondary.uk-card-body .uk-h6,
.uk-card-secondary > :not([class*='uk-card-media']) h1,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h1,
.uk-card-secondary > :not([class*='uk-card-media']) h2,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h2,
.uk-card-secondary > :not([class*='uk-card-media']) h3,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h3,
.uk-card-secondary > :not([class*='uk-card-media']) h4,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h4,
.uk-card-secondary > :not([class*='uk-card-media']) h5,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h5,
.uk-card-secondary > :not([class*='uk-card-media']) h6,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h6,
.uk-overlay-primary h1,
.uk-overlay-primary .uk-h1,
.uk-overlay-primary h2,
.uk-overlay-primary .uk-h2,
.uk-overlay-primary h3,
.uk-overlay-primary .uk-h3,
.uk-overlay-primary h4,
.uk-overlay-primary .uk-h4,
.uk-overlay-primary h5,
.uk-overlay-primary .uk-h5,
.uk-overlay-primary h6,
.uk-overlay-primary .uk-h6,
.ap-toolbar h1,
.ap-toolbar .uk-h1,
.ap-toolbar h2,
.ap-toolbar .uk-h2,
.ap-toolbar h3,
.ap-toolbar .uk-h3,
.ap-toolbar h4,
.ap-toolbar .uk-h4,
.ap-toolbar h5,
.ap-toolbar .uk-h5,
.ap-toolbar h6,
.ap-toolbar .uk-h6 {
  color: #ffffff;
}
.uk-light blockquote,
.uk-section-primary:not(.uk-preserve-color) blockquote,
.uk-section-secondary:not(.uk-preserve-color) blockquote,
.uk-tile-primary:not(.uk-preserve-color) blockquote,
.uk-tile-secondary:not(.uk-preserve-color) blockquote,
.uk-card-primary.uk-card-body blockquote,
.uk-card-primary > :not([class*='uk-card-media']) blockquote,
.uk-card-secondary.uk-card-body blockquote,
.uk-card-secondary > :not([class*='uk-card-media']) blockquote,
.uk-overlay-primary blockquote,
.ap-toolbar blockquote {
  color: #ffffff;
}
.uk-light .uk-heading-primary,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-primary,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-primary,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-primary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-primary,
.uk-card-primary.uk-card-body .uk-heading-primary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-primary,
.uk-card-secondary.uk-card-body .uk-heading-primary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-primary,
.uk-overlay-primary .uk-heading-primary,
.ap-toolbar .uk-heading-primary {
  color: #ffffff;
}
.uk-light .uk-heading-hero,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-hero,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-hero,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-hero,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-hero,
.uk-card-primary.uk-card-body .uk-heading-hero,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-hero,
.uk-card-secondary.uk-card-body .uk-heading-hero,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-hero,
.uk-overlay-primary .uk-heading-hero,
.ap-toolbar .uk-heading-hero {
  color: #ffffff;
}
.uk-light .uk-icon-button,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-button,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-button,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-button,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button,
.uk-card-primary.uk-card-body .uk-icon-button,
.uk-card-primary > :not([class*='uk-card-media']) .uk-icon-button,
.uk-card-secondary.uk-card-body .uk-icon-button,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-button,
.uk-overlay-primary .uk-icon-button,
.ap-toolbar .uk-icon-button {
  background-color: #ffffff;
  background-image: none;
}
.uk-light .uk-radio:checked,
.uk-light .uk-checkbox:checked,
.uk-light .uk-checkbox:indeterminate,
.uk-section-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-card-primary.uk-card-body .uk-radio:checked,
.uk-card-primary.uk-card-body .uk-checkbox:checked,
.uk-card-primary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-primary > :not([class*='uk-card-media']) .uk-radio:checked,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:checked,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
.uk-card-secondary.uk-card-body .uk-radio:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-radio:checked,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:checked,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
.uk-overlay-primary .uk-radio:checked,
.uk-overlay-primary .uk-checkbox:checked,
.uk-overlay-primary .uk-checkbox:indeterminate,
.ap-toolbar .uk-radio:checked,
.ap-toolbar .uk-checkbox:checked,
.ap-toolbar .uk-checkbox:indeterminate {
  background-color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-form-label,
.uk-section-primary:not(.uk-preserve-color) .uk-form-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-form-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-form-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-form-label,
.uk-card-primary.uk-card-body .uk-form-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-form-label,
.uk-card-secondary.uk-card-body .uk-form-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-form-label,
.uk-overlay-primary .uk-form-label,
.ap-toolbar .uk-form-label {
  color: #ffffff;
}
.uk-light .uk-button-default,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-card-primary.uk-card-body .uk-button-default,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default,
.uk-card-secondary.uk-card-body .uk-button-default,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default,
.uk-overlay-primary .uk-button-default,
.ap-toolbar .uk-button-default {
  background-color: #ffffff;
  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: #00a0e9;
  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: #00a0e9;
  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: #00a0e9;
  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: #00a0e9;
}
.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: #f7f7f7;
}
.ap-headerbar-bottom {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #f7f7f7;
}
.ap-header .uk-navbar-nav .menu-item a {
  position: relative;
}
.ap-header .uk-navbar-nav .menu-item a:hover,
.ap-header .uk-navbar-nav .uk-active a {
  font-weight: bolder;
}
.ap-header .uk-navbar-nav .menu-item a:hover::before,
.ap-header .uk-navbar-nav .uk-active a::before {
  right: 15px;
  display: block;
}
.ap-header-transparent {
  position: absolute;
  z-index: 980;
  left: 0;
  right: 0;
}
.ap-header-transparent .uk-navbar-nav .menu-item a {
  position: relative;
  color: #fff;
}
.ap-header-transparent .uk-navbar-nav .menu-item a:hover::before,
.ap-header-transparent .uk-navbar-nav .uk-active a::before {
  background-color: #fff;
}
.uk-navbar-transparent {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 80px;
  z-index: 100;
  transition: background-color 0.3s ease-in;
}
.uk-navbar-transparent.uk-sticky-below {
  z-index: 1000;
}
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li.uk-active > a,
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a:hover {
  color: #292929;
}
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a {
  color: #4f5260;
}
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below,
.uk-section-secondary .uk-navbar-container:not(.uk-navbar-transparent) {
  background: rgba(255, 255, 255, 0.94);
}
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a,
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a:hover {
  color: #fff;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #00a0e9;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #f8f8f8;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #00a0e9;
}
.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: #00a0e9;
  border-color: #00a0e9;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #00a0e9;
}
/* ========================================================================
   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: #007db6;
}
.ap-list-filter dd a.active {
  background-color: #00a0e9;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #00a0e9;
}
.category li a.active {
  color: #00a0e9;
}
.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: #00a0e9;
}
.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: #00a0e9;
  border: 1px solid rgba(0, 160, 233, 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: #00a0e9;
}
form .step .ui-step.active .ui-step-title {
  color: #00a0e9;
}
/**************** 自定义版块样式 ********************/
.btn-effect-1 {
  border-color: #00a0e9;
  background-color: #00a0e9;
  color: #fff;
}
.header-effect-6 [data-item='title']::before {
  background-color: #00a0e9;
}
.header-effect-7 [data-item='subTitle'] {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #00a0e9;
  color: #fff !important;
}
.btn-effect-2 {
  background-color: transparent;
  border: 1px solid #00a0e9;
  color: #00a0e9;
}
.btn-effect-2:hover {
  background-color: #00a0e9;
}
.uk-button.btn-effect-5 {
  background-color: #00a0e9;
  box-shadow: 0 0 15px rgba(0, 160, 233, 0.8);
}
.header-effect-3 [data-item='title']::after {
  background: #00a0e9;
}
.header-effect-6 [data-item='title']::before {
  background-color: #00a0e9;
}
#a1aa2a0be8ae984 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a4270af41aa0389 .sidebar {
  width: 300px;
  margin-left: 20px;
}
#a4270af41aa0389 .datetime {
  flex-shrink: 0;
  margin-left: 10px;
}
#a4270af41aa0389 .data-list .uk-card {
  padding: 10px 0;
}
#a4270af41aa0389 .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 640px) {
  #a4270af41aa0389 .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
}
#a4270af41aa0389 .data-list .uk-card {
  cursor: pointer !important;
}
#a4270af41aa0389 .data-list .uk-card img {
  max-height: 300px;
}
#a4270af41aa0389 .data-list .uk-card:hover {
  background: #fafafa;
}
#a4270af41aa0389 .data-list .uk-card:hover .uk-h4 {
  color: #000000;
}
#a4270af41aa0389 .data-list .uk-card .uk-card-media-left img {
  transition: all .3s ease;
}
#a4270af41aa0389 .data-list .uk-card .uk-card-media-left:hover img {
  transform: scale(1.05);
}
#a4270af41aa0389 .data-list .uk-card-media-left {
  border-radius: 4px;
  overflow: hidden;
}
#a4270af41aa0389 .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#a4270af41aa0389 .search-form input.search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#a4270af41aa0389 .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: #00a0e9;
  cursor: pointer;
}
#a4270af41aa0389 .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;
}
#a4270af41aa0389 .uk-card .category:hover {
  background: #00a0e9;
}
#a4270af41aa0389 .accordion-menu {
  width: 100%;
}
#a4270af41aa0389 .accordion-menu ul ul.submenu,
#a4270af41aa0389 .accordion-menu ul ul.submenu li ul.submenu {
  background: transparent;
}
#a4270af41aa0389 .accordion-menu-header {
  padding: 10px 10px 0;
  border-bottom: 1px solid #ececec;
}
#a4270af41aa0389 .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;
}
#a4270af41aa0389 .accordion-menu > ul > li > a {
  background: #fff;
  font-size: 14px;
  border-bottom: 1px solid #ececec;
}
#a4270af41aa0389 .accordion-menu .menu-item.active > a {
  background: #00a0e9;
  color: #fff;
}
#a4270af41aa0389 .accordion-menu li a:hover {
  background-color: #00a0e9;
  color: #fff;
  border: none;
}
#a4270af41aa0389 .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 40px;
  padding: 0 20px;
  right: 0;
}
#a4270af41aa0389 .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#a4270af41aa0389 .hot-list,
#a4270af41aa0389 .new-list {
  padding: 12px;
}
#a4270af41aa0389 .new-list a:hover,
#a4270af41aa0389 .hot-list a:hover {
  color: #000000;
}
#a4270af41aa0389 .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#a4270af41aa0389 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a4270af41aa0389 .hot-item:hover a {
  color: #000000;
}
#a4270af41aa0389 .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a4270af41aa0389 .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #00a0e9;
  content: "";
}
#a4270af41aa0389 .content-header {
  padding-bottom: 10px;
}
#a4270af41aa0389 .item-title {
  color: #333;
}
#a4270af41aa0389 input::placeholder {
  color: #999;
}
#a4270af41aa0389 .datetime {
  color: #999;
}
#a4270af41aa0389 .new-item a {
  padding-left: 25px;
}
#a4270af41aa0389 .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;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #c02437;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #bb1a1a;
  background-image: linear-gradient(0deg, #bb1a1a, #3e1ce7);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #c02437;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 62px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  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: 20px;
  font-family: inherit;
  background-color: #c02437;
}
#a4270af41aa0389 [data-item*=".abstract"], #a4270af41aa0389 [data-item*=".abstract"] a {show: true;}#a4270af41aa0389 [data-item*=".subTitle"], #a4270af41aa0389 [data-item*=".subTitle"] a {show: true;}#a4270af41aa0389 [data-item*=".category"], #a4270af41aa0389 [data-item*=".category"] a {show: true;}#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a7744a01bda814b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a7744a01bda814b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a7744a01bda814b .ap-icon {
  margin-right: 6px;
}
#a7744a01bda814b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  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;
  background: transparent;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: -1;
  margin-top: -1;
  margin-right: -1;
  margin-left: -1;
  width: 150px;
  height: 35px;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a,
#a7744a01bda814b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon img,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a7744a01bda814b .menu-list > li:hover > a,
#a7744a01bda814b .menu-list > li.active > a {
  background: #c02437;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #4a4a4a;
  border-top-style: solid;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a7744a01bda814b .menu-list ul,
#a7744a01bda814b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a7744a01bda814b .menu-list ul {
  top: 39px;
  left: 50%;
  transform: translateX(-50%);
}
#a7744a01bda814b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7744a01bda814b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7744a01bda814b .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;
}
#af20aab2f2a5e93 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adbe8af25da44b1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#af42eaf25dac935 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa77aa8975a2af4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa015a8be0a92d8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a3a57a8ad9a2678 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a261ba967aab007 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a84c8adf5faa17a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8f77adf37a393f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a45aba0473a0d96 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8482a4549a6ac7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a0eb0addd8a9d95 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#afd31a960aada7f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a357eabe9bac00d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ae05baf0bcabda2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ac8d8af3ccae900 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8634adb6aa6f82 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adc7faf0f0a771d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad348aa10ca231e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad509ababeae045 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a9c13a8eb4a8fdf .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a4f3fac108a912c {
  /* mobile */
}
#a4f3fac108a912c .category-list {
  background: #fff;
  padding: 20px 40px;
}
#a4f3fac108a912c .goods-sort {
  padding: 30px 0 25px;
}
#a4f3fac108a912c .goods {
  padding-bottom: 40px;
}
#a4f3fac108a912c .goods-sort .category {
  border-bottom: 1px dashed #dedede;
  position: relative;
}
#a4f3fac108a912c .goods-sort .name {
  flex-shrink: 0;
  margin-right: 12px;
}
#a4f3fac108a912c .goods-sort .category-items {
  overflow: hidden;
  margin-bottom: 4px;
}
#a4f3fac108a912c .goods-sort .category-item {
  float: left;
  color: #333;
  margin-right: 30px;
  margin-bottom: 16px;
  font-size: 14px;
}
#a4f3fac108a912c .goods-sort .category-item.active {
  color: red;
}
#a4f3fac108a912c .sorts {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  line-height: 1;
  border-bottom: 1px solid #dedede;
}
#a4f3fac108a912c .sorts .name {
  font-size: 14px;
  color: #999;
  margin-right: 28px;
}
#a4f3fac108a912c .sorts .sort {
  display: inline-block;
  margin-right: 30px;
  font-size: 14px;
  color: #333;
}
#a4f3fac108a912c .sorts .sort.active span {
  color: #e4393c;
}
#a4f3fac108a912c .sorts .fa {
  color: #999;
}
#a4f3fac108a912c .sorts .fa.active {
  color: #e4393c;
}
#a4f3fac108a912c .sorts .sort-icon {
  display: inline-block;
  margin-left: 6px;
}
#a4f3fac108a912c .sorts .sort-icon i {
  display: block;
  font-size: 12px;
  line-height: 1;
  height: 2px;
}
#a4f3fac108a912c .goods .item {
  color: #333;
  font-weight: 400;
}
#a4f3fac108a912c .img-alter {
  display: none;
}
#a4f3fac108a912c .goods .item:hover .img-main {
  display: none;
}
#a4f3fac108a912c .goods .item:hover .img-alter {
  display: block;
}
#a4f3fac108a912c .goods .item .title {
  padding: 0 10px;
  margin-bottom: 4px;
  line-height: 20px;
  font-weight: bolder;
  transition: all .1s ease;
}
#a4f3fac108a912c .goods .item .title:hover {
  color: #d4282d;
}
#a4f3fac108a912c .goods .item .price {
  color: #d4282d;
  line-height: 22px;
  font-size: 13px;
  font-weight: bold;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a4f3fac108a912c .goods .item hr {
  width: 60%;
  display: block;
  height: 1px;
  padding: 0;
  margin: 6px auto 14px;
  border: 0;
  border-top: 1px solid #e8e8e8;
}
#a4f3fac108a912c .goods .item .subTitle {
  padding: 0 10px;
  line-height: 18px;
  color: #999;
}
#a4f3fac108a912c .goods .origin-price {
  display: inline-block;
  margin-left: 6px;
  font-size: 12px;
  color: #999;
  text-decoration: line-through;
}
#a4f3fac108a912c .uk-card .uk-card-media {
  background: #fff;
}
#a4f3fac108a912c .uk-card:hover {
  background-color: #f4f0e9;
}
#a4f3fac108a912c .sort-time.active .fa {
  color: #e4393c;
}
#a4f3fac108a912c * + .uk-grid-margin-small,
#a4f3fac108a912c .uk-grid + .uk-grid-small,
#a4f3fac108a912c .uk-grid-small > .uk-grid-margin {
  margin-top: 50px;
}
@media (max-width: 640px) {
  #a4f3fac108a912c .category-list,
  #a4f3fac108a912c .goods-sort {
    padding: 10px 0;
  }
  #a4f3fac108a912c .goods-sort .category-item {
    margin-bottom: 8px;
  }
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #c02437;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #bb1a1a;
  background-image: linear-gradient(0deg, #bb1a1a, #3e1ce7);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #c02437;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 62px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  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: 20px;
  font-family: inherit;
  background-color: #c02437;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a7744a01bda814b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a7744a01bda814b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a7744a01bda814b .ap-icon {
  margin-right: 6px;
}
#a7744a01bda814b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  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;
  background: transparent;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: -1;
  margin-top: -1;
  margin-right: -1;
  margin-left: -1;
  width: 150px;
  height: 35px;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a,
#a7744a01bda814b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon img,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a7744a01bda814b .menu-list > li:hover > a,
#a7744a01bda814b .menu-list > li.active > a {
  background: #c02437;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #4a4a4a;
  border-top-style: solid;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a7744a01bda814b .menu-list ul,
#a7744a01bda814b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a7744a01bda814b .menu-list ul {
  top: 39px;
  left: 50%;
  transform: translateX(-50%);
}
#a7744a01bda814b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7744a01bda814b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7744a01bda814b .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;
}
#af20aab2f2a5e93 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adbe8af25da44b1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#af42eaf25dac935 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa77aa8975a2af4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa015a8be0a92d8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a3a57a8ad9a2678 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a261ba967aab007 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a84c8adf5faa17a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8f77adf37a393f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a45aba0473a0d96 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8482a4549a6ac7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a0eb0addd8a9d95 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#afd31a960aada7f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a357eabe9bac00d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ae05baf0bcabda2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ac8d8af3ccae900 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8634adb6aa6f82 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adc7faf0f0a771d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad348aa10ca231e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad509ababeae045 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a9c13a8eb4a8fdf .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@media (min-width: 1200px) {
  #ae25ca8bd1a85ee .uk-container {
    padding: 0 60px;
  }
}
@media (min-width: 980px) {
  #ae25ca8bd1a85ee .sidebar {
    width: 28.5%;
    padding-left: 32px;
    border-left: 1px solid #ececec;
    margin-left: 32px;
  }
}
#ae25ca8bd1a85ee .sidebar .uk-h3 {
  position: relative;
  padding-bottom: 12px;
  font-size: 18px;
}
#ae25ca8bd1a85ee .sidebar .uk-h3:before {
  content: ' ';
  position: absolute;
  width: 3px;
  height: 100%;
  left: -33px;
  top: 0;
  background-color: #00a0e9;
}
#ae25ca8bd1a85ee .sidebar .uk-h3:after {
  content: ' ';
  position: absolute;
  width: 35px;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #666666;
}
#ae25ca8bd1a85ee .uk-list li::before {
  color: #00a0e9;
}
#ae25ca8bd1a85ee .uk-list a {
  color: #4c4c4c;
}
#ae25ca8bd1a85ee .uk-list a.active,
#ae25ca8bd1a85ee .uk-list a:hover {
  color: #00a0e9;
  text-decoration: none;
}
#ae25ca8bd1a85ee .post-sidebar-image {
  width: 90px;
  height: auto;
  margin-right: 15px;
}
#ae25ca8bd1a85ee .tag {
  display: inline-block;
  margin: 0 8px 10px 0;
  border: 1px solid #ececec;
}
#ae25ca8bd1a85ee .tag a {
  line-height: 32px;
  padding: 0 12px;
  font-size: 14px;
  color: #666666;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #c02437;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #bb1a1a;
  background-image: linear-gradient(0deg, #bb1a1a, #3e1ce7);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #c02437;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 62px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  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: 20px;
  font-family: inherit;
  background-color: #c02437;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a7744a01bda814b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a7744a01bda814b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a7744a01bda814b .ap-icon {
  margin-right: 6px;
}
#a7744a01bda814b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  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;
  background: transparent;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: -1;
  margin-top: -1;
  margin-right: -1;
  margin-left: -1;
  width: 150px;
  height: 35px;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a,
#a7744a01bda814b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon img,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a7744a01bda814b .menu-list > li:hover > a,
#a7744a01bda814b .menu-list > li.active > a {
  background: #c02437;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #4a4a4a;
  border-top-style: solid;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a7744a01bda814b .menu-list ul,
#a7744a01bda814b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a7744a01bda814b .menu-list ul {
  top: 39px;
  left: 50%;
  transform: translateX(-50%);
}
#a7744a01bda814b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7744a01bda814b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7744a01bda814b .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;
}
#af20aab2f2a5e93 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adbe8af25da44b1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#af42eaf25dac935 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa77aa8975a2af4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa015a8be0a92d8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a3a57a8ad9a2678 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a261ba967aab007 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a84c8adf5faa17a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8f77adf37a393f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a45aba0473a0d96 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8482a4549a6ac7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a0eb0addd8a9d95 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#afd31a960aada7f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a357eabe9bac00d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ae05baf0bcabda2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ac8d8af3ccae900 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8634adb6aa6f82 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adc7faf0f0a771d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad348aa10ca231e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad509ababeae045 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a9c13a8eb4a8fdf .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#af1c2a1578a1a22 .ap-overlay-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
}
#af1c2a1578a1a22 .uk-slider-items .uk-button-primary {
  color: #8792aa;
  border-color: #8792aa;
  background: transparent;
  border-radius: 3px;
}
#af1c2a1578a1a22 .uk-slider-items .uk-button-primary:hover {
  color: #fff;
  background: #00a0e9;
  border-color: #00a0e9;
}
#af1c2a1578a1a22 .uk-slidenav {
  background: rgba(0, 0, 0, 0.4);
}
#a0cf4aab37a2197 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #00a0e9;
  color: #00a0e9;
  display: inline-block;
  cursor: pointer;
}
#a0cf4aab37a2197 .filter-nav li.uk-active {
  color: #fff;
  background-color: #00a0e9;
}
#a0cf4aab37a2197 .text-style figure {
  background: transparent;
}
#a0cf4aab37a2197 .text-style:hover figure {
  background: #00a0e9;
}
#a0cf4aab37a2197 .gallery-item img {
  opacity: 1 !important;
}
#a0cf4aab37a2197 .gallery-item:hover figure img {
  opacity: .6 !important;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #c02437;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #bb1a1a;
  background-image: linear-gradient(0deg, #bb1a1a, #3e1ce7);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #c02437;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 62px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  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: 20px;
  font-family: inherit;
  background-color: #c02437;
}
#a313dad8aaac957 > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-color: rgba(204, 204, 204, 1);border-right-style: solid;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ae2aea7e4da6c26 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ae2aea7e4da6c26 .uk-position-center-left-out {
    left: -30px;
  }
  #ae2aea7e4da6c26 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af311a2eababa70 .title {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-size: 25px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0);
}
#a7955a96a8a45fa [data-item="undefined"] {mode: text;}#a6343acefea7f94 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 8px;border-top-left-radius: 0px;border-top-right-radius: 8px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.05);}#a3605a7045aea83 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a3605a7045aea83 .marquee-wrap > .str_move {
  cursor: text;
}
#a3605a7045aea83 .marquee-wrap:hover {
  background: rgba(255, 255, 255, 0);
}
#a3605a7045aea83 .marquee-wrap .content {
  position: absolute;
}
#a3605a7045aea83 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
}
#a3605a7045aea83 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 39px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
}
#ac2b3a860da084c > .ele-wrap {background-color: rgba(192, 36, 27, 1);border-bottom-left-radius: 8px;border-bottom-right-radius: 0px;border-top-left-radius: 8px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.11);}#a17c7a2fbeabd43 > .ele-wrap {background-color: rgba(245, 245, 245, 1);border-bottom-left-radius: 00px;border-bottom-right-radius: 00px;border-top-left-radius: 00px;border-top-right-radius: 00px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.06);}#a0b4aa92b3a15d8 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a0b4aa92b3a15d8 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a0b4aa92b3a15d8 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
  background-color: #ffffff;
  border-top-style: none;
}
#a0b4aa92b3a15d8 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a0b4aa92b3a15d8 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a0b4aa92b3a15d8 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a0b4aa92b3a15d8 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a0b4aa92b3a15d8 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a0b4aa92b3a15d8 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a0b4aa92b3a15d8 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a0b4aa92b3a15d8 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a0b4aa92b3a15d8 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a0b4aa92b3a15d8 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a0b4aa92b3a15d8 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a0b4aa92b3a15d8 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
  background-color: #ffffff;
  border-top-style: none;
}
#a0b4aa92b3a15d8 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a0b4aa92b3a15d8 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a0b4aa92b3a15d8 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a0b4aa92b3a15d8 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a0b4aa92b3a15d8 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a0b4aa92b3a15d8 .ele-article-list .pic-article {
  border-bottom: 1px solid #e2dede;
}
#a0b4aa92b3a15d8 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a0b4aa92b3a15d8 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a0b4aa92b3a15d8 .ele-article-list .pic-article .time {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
}
#a0b4aa92b3a15d8 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a0b4aa92b3a15d8 .ele-article-list .pic-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#a0b4aa92b3a15d8 .ele-article-list .pic-article:hover .info h3 a {
  color: auto;
}
#a0b4aa92b3a15d8 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a0b4aa92b3a15d8 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a0b4aa92b3a15d8 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a0b4aa92b3a15d8 .ele-article-list .text-article {
  border-bottom: 1px solid #e2dede;
  padding-top: 3px;
  padding-bottom: 7px;
}
#a0b4aa92b3a15d8 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a0b4aa92b3a15d8 .ele-article-list .text-article .list-icon {
  top: nullpx;
}
#a0b4aa92b3a15d8 .ele-article-list .text-article .list-icon svg {
  fill: #d0021b;
}
#a0b4aa92b3a15d8 .ele-article-list .text-article .time {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
}
#a0b4aa92b3a15d8 .ele-article-list .text-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#a0b4aa92b3a15d8 .ele-article-list .text-article:hover .info h3 a {
  color: auto;
}
#a0b4aa92b3a15d8 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a8c73ab4f8a2baf a {
        font-weight: bold;
        font-style: normal;
    font-size: 23px;font-family: inherit;color: rgba(208, 2, 27, 1);}#afa04a8397a8847 > .ele-wrap {background-color: rgba(245, 245, 245, 1);border-bottom-left-radius: 00px;border-bottom-right-radius: 00px;border-top-left-radius: 00px;border-top-right-radius: 00px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.06);}#a1201ab3b2ab760 a {
        font-weight: bold;
        font-style: normal;
    font-size: 23px;font-family: inherit;color: rgba(208, 2, 27, 1);}#aad76a4191a6814 > .ele-wrap {background-color: rgba(192, 36, 55, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-top-style: solid;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#ab110a7fd5ac0c4 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: ;
  overflow: hidden;
  transition: all .3s ease;
}
#ab110a7fd5ac0c4 .marquee-wrap .marquee-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#ab110a7fd5ac0c4 .marquee-wrap .marquee-item .datetime {
  flex-shrink: 0;
  margin-left: 10px;
}
#ab110a7fd5ac0c4 .marquee-wrap .marquee-item .title {
  text-align: left;
  flex: 1;
}
#ab110a7fd5ac0c4 .marquee-wrap .marquee-item svg,
#ab110a7fd5ac0c4 .marquee-wrap .marquee-item .list-icon {
  width: 14px;
  fill: currentColor;
  display: inline-block;
  margin-right: 6px;
}
#ab110a7fd5ac0c4 .marquee-wrap:hover {
  background: ;
}
#ab110a7fd5ac0c4 .marquee-wrap .content {
  position: absolute;
}
#ab110a7fd5ac0c4 .marquee-wrap.vertical .marquee-item {
  display: flex;
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#ab110a7fd5ac0c4 .marquee-wrap.horizontal .marquee-item {
  display: inline-flex;
  font-size: 14px;
  color: #666;
  height: 100%;
  width: 390px;
  overflow: hidden;
  line-height: 296px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#ab110a7fd5ac0c4 .marquee-wrap.horizontal .marquee-item span {
  line-height: 296px;
}
#abe24a45afad410 {
  overflow: hidden;
  pointer-events: none;
}
#abe24a45afad410 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#abe24a45afad410 > .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;
}
#abe24a45afad410 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#abe24a45afad410 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#abe24a45afad410 > .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;
}
#abe24a45afad410 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#abe24a45afad410 > .tab-wrap > div > .tab-nav,
#abe24a45afad410 > .tab-nav,
#abe24a45afad410 > .tab-tabs > .tab-wrap > div > .tab-nav,
#abe24a45afad410 > .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;
}
#abe24a45afad410 > .tab-wrap > div > .tab-nav-horizontal,
#abe24a45afad410 > .tab-nav-horizontal,
#abe24a45afad410 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#abe24a45afad410 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#abe24a45afad410 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#abe24a45afad410 > .tab-nav-horizontal::-webkit-scrollbar,
#abe24a45afad410 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#abe24a45afad410 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#abe24a45afad410 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#abe24a45afad410 > .tab-nav-horizontal.tagScroll,
#abe24a45afad410 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#abe24a45afad410 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#abe24a45afad410 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#abe24a45afad410 > .tab-nav-horizontal.tagScroll li a,
#abe24a45afad410 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#abe24a45afad410 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#abe24a45afad410 > .tab-wrap > div > .tab-nav a,
#abe24a45afad410 > .tab-nav a,
#abe24a45afad410 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#abe24a45afad410 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#abe24a45afad410 > .tab-wrap > div > .tab-nav li a,
#abe24a45afad410 > .tab-nav li a,
#abe24a45afad410 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#abe24a45afad410 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#abe24a45afad410 > .tab-wrap > div > .tab-nav li a svg,
#abe24a45afad410 > .tab-nav li a svg,
#abe24a45afad410 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#abe24a45afad410 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#abe24a45afad410 > .tab-wrap > div > .tab-nav li a .ap_icon,
#abe24a45afad410 > .tab-nav li a .ap_icon,
#abe24a45afad410 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#abe24a45afad410 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#abe24a45afad410 > .tab-wrap > div > .tab-nav li a:hover,
#abe24a45afad410 > .tab-nav li a:hover,
#abe24a45afad410 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#abe24a45afad410 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#abe24a45afad410 > .tab-wrap > div > .tab-nav li.uk-active a,
#abe24a45afad410 > .tab-nav li.uk-active a,
#abe24a45afad410 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#abe24a45afad410 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 25px;
  font-family: inherit;
  color: #ffffff;
  letter-spacing: 13px;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#abe24a45afad410 .layout-left li,
#abe24a45afad410 .layout-center li,
#abe24a45afad410 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#abe24a45afad410 .layout-left li a,
#abe24a45afad410 .layout-center li a,
#abe24a45afad410 .layout-right li a {
  height: 100%;
}
#abe24a45afad410 > .tab-tabs .layout-left {
  text-align: left;
}
#abe24a45afad410 > .tab-tabs .layout-center {
  text-align: center;
}
#abe24a45afad410 > .tab-tabs .layout-right {
  text-align: right;
}
#abe24a45afad410 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#abe24a45afad410 .tab-content-wrap {
  background-color: transparent;
}
#abe24a45afad410 .tab-contents,
#abe24a45afad410 .tab-contents-wrap {
  pointer-events: none;
}
#abe24a45afad410 .tab-content,
#abe24a45afad410 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#abe24a45afad410 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#abe24a45afad410 .tab-wrap .tab-contents {
  height: 100%;
}
#abe24a45afad410 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#abe24a45afad410 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#abe24a45afad410 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1c8ea3204a09a1 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a1c8ea3204a09a1 .ele-wrap:hover {background-color: #fff;color: #000000;}#aab01a9631a20bf {
        font-weight: bold;
        font-style: normal;
    font-size: 23px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a146aae0b9ad4a6 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a146aae0b9ad4a6 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a146aae0b9ad4a6 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
  background-color: #ffffff;
  border-top-style: none;
}
#a146aae0b9ad4a6 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a146aae0b9ad4a6 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a146aae0b9ad4a6 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a146aae0b9ad4a6 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a146aae0b9ad4a6 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a146aae0b9ad4a6 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a146aae0b9ad4a6 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a146aae0b9ad4a6 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a146aae0b9ad4a6 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a146aae0b9ad4a6 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a146aae0b9ad4a6 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a146aae0b9ad4a6 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
  background-color: #ffffff;
  border-top-style: none;
}
#a146aae0b9ad4a6 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a146aae0b9ad4a6 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a146aae0b9ad4a6 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a146aae0b9ad4a6 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a146aae0b9ad4a6 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a146aae0b9ad4a6 .ele-article-list .pic-article {
  border-bottom: 1px solid #e2dede;
}
#a146aae0b9ad4a6 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a146aae0b9ad4a6 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a146aae0b9ad4a6 .ele-article-list .pic-article .time {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
}
#a146aae0b9ad4a6 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a146aae0b9ad4a6 .ele-article-list .pic-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#a146aae0b9ad4a6 .ele-article-list .pic-article:hover .info h3 a {
  color: auto;
}
#a146aae0b9ad4a6 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a146aae0b9ad4a6 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a146aae0b9ad4a6 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a146aae0b9ad4a6 .ele-article-list .text-article {
  border-bottom: 1px solid #e2dede;
  padding-top: 3px;
  padding-bottom: 7px;
}
#a146aae0b9ad4a6 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a146aae0b9ad4a6 .ele-article-list .text-article .list-icon svg {
  fill: #d0021b;
}
#a146aae0b9ad4a6 .ele-article-list .text-article .time {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
}
#a146aae0b9ad4a6 .ele-article-list .text-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#a146aae0b9ad4a6 .ele-article-list .text-article:hover .info h3 a {
  color: auto;
}
#a146aae0b9ad4a6 .ele-article-list .text-article:hover .time {
  color: auto;
}
#aa8eaaea37a9ddd a {
        font-weight: bold;
        font-style: normal;
    font-size: 25px;font-family: inherit;color: rgba(208, 2, 27, 1);}#ae843abff8a2207 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ae843abff8a2207 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a25ada8acfacdf6 > .ele-wrap {background-color: rgba(245, 245, 245, 1);border-bottom-left-radius: 00px;border-bottom-right-radius: 00px;border-top-left-radius: 00px;border-top-right-radius: 00px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.06);}#a6d41a7723af1ed .title {
  font-size: 16px;
}
#a5d1ba4f91a7551 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a5d1ba4f91a7551 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 1px;
}
#a5d1ba4f91a7551 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a5d1ba4f91a7551 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a5d1ba4f91a7551 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a5d1ba4f91a7551 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a5d1ba4f91a7551 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a5d1ba4f91a7551 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a5d1ba4f91a7551 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a5d1ba4f91a7551 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a5d1ba4f91a7551 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a5d1ba4f91a7551 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a5d1ba4f91a7551 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a5d1ba4f91a7551 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a5d1ba4f91a7551 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a5d1ba4f91a7551 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a5d1ba4f91a7551 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a5d1ba4f91a7551 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a5d1ba4f91a7551 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a5d1ba4f91a7551 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a5d1ba4f91a7551 .ele-article-list .pic-article {
  border-bottom: 1px solid #ececec;
}
#a5d1ba4f91a7551 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a5d1ba4f91a7551 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a5d1ba4f91a7551 .ele-article-list .pic-article .time {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
}
#a5d1ba4f91a7551 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a5d1ba4f91a7551 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a5d1ba4f91a7551 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a5d1ba4f91a7551 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a5d1ba4f91a7551 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a5d1ba4f91a7551 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a5d1ba4f91a7551 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
}
#a5d1ba4f91a7551 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a5d1ba4f91a7551 .ele-article-list .text-article .list-icon {
  top: nullpx;
}
#a5d1ba4f91a7551 .ele-article-list .text-article .list-icon svg {
  fill: #d0021b;
  width: 31px;
}
#a5d1ba4f91a7551 .ele-article-list .text-article .time {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
}
#a5d1ba4f91a7551 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a5d1ba4f91a7551 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a5d1ba4f91a7551 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a9553acad9a0961 a {
        font-weight: bold;
        font-style: normal;
    font-size: 23px;font-family: inherit;color: rgba(208, 2, 27, 1);}#a4f85a8100a7f08 > .ele-wrap {background-color: rgba(245, 245, 245, 1);border-bottom-left-radius: 00px;border-bottom-right-radius: 00px;border-top-left-radius: 00px;border-top-right-radius: 00px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.06);}#aae25a79ebacb62 .uk-grid {
  margin-left: -15px;
}
#aae25a79ebacb62 .uk-grid > * {
  padding-left: 15px;
}
#aae25a79ebacb62 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aae25a79ebacb62 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#aae25a79ebacb62 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#aae25a79ebacb62 .article .info {
  padding: 17px 10px;
  position: relative;
}
#aae25a79ebacb62 .article .info p {
  margin: 10px 0 10px;
}
#aae25a79ebacb62 .article svg {
  fill: currentColor;
}
#aae25a79ebacb62 .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 17px;
  width: 20px;
  color: #d0021b;
}
#aae25a79ebacb62 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 17px;
  color: #b4b4b4;
}
#aae25a79ebacb62 .article.list-icon .info {
  padding-left: 25px;
}
#aae25a79ebacb62 .article .datetime {
  position: absolute;
  right: 10px;
  top: 17px;
}
#aae25a79ebacb62 .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#aae25a79ebacb62 .article .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
}
#aae25a79ebacb62 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#aae25a79ebacb62 .article:hover .title {
  color: #d0021b;
}
#aae25a79ebacb62 .article:hover .datetime {
  color: #b6b6b6;
}
#aae25a79ebacb62 .article:hover .category {
  color: #b6b6b6;
}
#aae25a79ebacb62 .article:hover .abstract {
  color: #b6b6b6;
}
#aae25a79ebacb62 .article:hover .btn_icon {
  color: #b6b6b6;
}
#aae25a79ebacb62 .article:hover .list_icon {
  color: #b6b6b6;
}
#a4cb8a2c38a3834 a {
        font-weight: bold;
        font-style: normal;
    font-size: 23px;font-family: inherit;color: rgba(208, 2, 27, 1);}#a4760aebb3abd48 > .ele-wrap {background-color: rgba(245, 245, 245, 1);border-bottom-left-radius: 00px;border-bottom-right-radius: 00px;border-top-left-radius: 00px;border-top-right-radius: 00px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.06);}#a63b7a8239aa41b .ap-category-filter ul li {
  border-top-style: solid;
  border-top-width: 2px;
  border-right-width: 2px;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-color: #4a90e2;
  border-right-color: #4a90e2;
  border-left-color: #4a90e2;
  border-bottom-color: #4a90e2;
}
#a63b7a8239aa41b .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a63b7a8239aa41b .uk-grid {
  margin-left: -4px;
}
#a63b7a8239aa41b .uk-grid > * {
  padding-left: 4px;
}
#a63b7a8239aa41b .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a63b7a8239aa41b .uk-card {
  background-color: #2265ff;
  transition: all .3s ease;
  background-image: linear-gradient(0deg, #c02437, rgba(35, 11, 156, 0.77));
}
#a63b7a8239aa41b .uk-card-media-top {
  overflow: hidden;
}
#a63b7a8239aa41b .uk-card-media-top .img {
  transition: all .3s ease;
}
#a63b7a8239aa41b .info {
  flex: 1;
  overflow: hidden;
  min-width: 1px;
  width: 0;
}
#a63b7a8239aa41b .datetime {
  padding: 4px;
  margin-right: 6px;
  flex-shrink: 0;
  font-size: 12px;
  color: #fff;
  font-family: Arial;
}
#a63b7a8239aa41b .datetime b {
  font-size: 24px;
  font-weight: bolder;
  display: block;
}
#a63b7a8239aa41b .uk-card-body {
  padding: 15px 10px 8px;
}
#a63b7a8239aa41b hr {
  border-top-color: #5589ff;
  margin: 0 0 10px;
}
#a63b7a8239aa41b .uk-button {
  border: 1px solid #ececec;
}
#a63b7a8239aa41b .uk-card .title {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
  color: #ffffff;
}
#a63b7a8239aa41b .uk-card .abstract {
  margin: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #8bbaff;
}
#a63b7a8239aa41b .uk-card:hover {
  background-color: #333333;
}
#a63b7a8239aa41b .uk-card:hover .title {
  color: #fff;
}
#a63b7a8239aa41b .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#a63b7a8239aa41b .uk-card:hover .img {
  transform: scale(1.2);
}
#a63b7a8239aa41b .uk-card:hover .abstract {
  color: #fff;
}
#a63b7a8239aa41b .uk-card:hover .datetime {
  color: #d3b267;
}
#a63b7a8239aa41b .uk-card:hover .category {
  color: #d3b267;
}
#a63b7a8239aa41b .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#acfc2ad544af2d4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 23px;font-family: inherit;color: rgba(208, 2, 27, 1);}#a9e02abbf1ab48b > .ele-wrap {background-color: rgba(245, 245, 245, 1);border-bottom-left-radius: 00px;border-bottom-right-radius: 00px;border-top-left-radius: 00px;border-top-right-radius: 00px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.06);}#a9cd9a0118a9a21 .ap-category-filter ul li {
  border-top-style: solid;
  border-top-width: 2px;
  border-right-width: 2px;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-color: #4a90e2;
  border-right-color: #4a90e2;
  border-left-color: #4a90e2;
  border-bottom-color: #4a90e2;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 2px;
  margin-left: 2px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  line-height: 10px;
}
#a9cd9a0118a9a21 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a9cd9a0118a9a21 .uk-grid {
  margin-left: -4px;
}
#a9cd9a0118a9a21 .uk-grid > * {
  padding-left: 4px;
}
#a9cd9a0118a9a21 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a9cd9a0118a9a21 .uk-card {
  background-color: #2265ff;
  transition: all .3s ease;
}
#a9cd9a0118a9a21 .uk-card-media-top {
  overflow: hidden;
}
#a9cd9a0118a9a21 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a9cd9a0118a9a21 .info {
  flex: 1;
  overflow: hidden;
  min-width: 1px;
  width: 0;
}
#a9cd9a0118a9a21 .datetime {
  padding: 4px;
  margin-right: 6px;
  flex-shrink: 0;
  font-size: 12px;
  color: #fff;
  font-family: Arial;
}
#a9cd9a0118a9a21 .datetime b {
  font-size: 24px;
  font-weight: bolder;
  display: block;
}
#a9cd9a0118a9a21 .uk-card-body {
  padding: 15px 10px 8px;
}
#a9cd9a0118a9a21 hr {
  border-top-color: #5589ff;
  margin: 0 0 10px;
}
#a9cd9a0118a9a21 .uk-button {
  border: 1px solid #ececec;
}
#a9cd9a0118a9a21 .uk-card .title {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
  color: #ffffff;
}
#a9cd9a0118a9a21 .uk-card .abstract {
  margin: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #8bbaff;
}
#a9cd9a0118a9a21 .uk-card:hover {
  background-color: #333333;
}
#a9cd9a0118a9a21 .uk-card:hover .title {
  color: #fff;
}
#a9cd9a0118a9a21 .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#a9cd9a0118a9a21 .uk-card:hover .img {
  transform: scale(1.2);
}
#a9cd9a0118a9a21 .uk-card:hover .abstract {
  color: #fff;
}
#a9cd9a0118a9a21 .uk-card:hover .datetime {
  color: #d3b267;
}
#a9cd9a0118a9a21 .uk-card:hover .category {
  color: #d3b267;
}
#a9cd9a0118a9a21 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a45d2a4eeba673b a {
        font-weight: bold;
        font-style: normal;
    font-size: 23px;font-family: inherit;color: rgba(208, 2, 27, 1);}#a5056a709faf116 a {
        font-weight: bold;
        font-style: normal;
    font-size: 23px;font-family: inherit;color: rgba(208, 2, 27, 1);}#a0cf4aab37a2197 [data-item="items"] {left: 0px;top: 1px; position: relative;}#a0cf4aab37a2197 [data-item="items[1]"] {left: 0px;top: 1px; position: relative;}#a0cf4aab37a2197 [data-item="items[2]"] {left: 0px;top: -1px; position: relative;}#a0cf4aab37a2197 [data-item="items[5]"] {left: 0px;top: 1px; position: relative;}#a0cf4aab37a2197 [data-item="items[0]"] {left: 0px;top: 1px; position: relative;}#a0cf4aab37a2197 [data-item="items[3]"] {left: 0px;top: 1px; position: relative;}#a0cf4aab37a2197 [data-item="items[4]"] {left: 0px;top: 1px; position: relative;}#a0cf4aab37a2197 [data-item="items[6]"] {left: 0px;top: 1px; position: relative;}#ad52aa6181ae0a2 a {
        font-weight: bold;
        font-style: normal;
    font-size: 23px;font-family: inherit;color: rgba(208, 2, 27, 1);}#a2470a423dabe5a a {
        font-weight: bold;
        font-style: normal;
    font-size: 23px;font-family: inherit;color: rgba(208, 2, 27, 1);}#ad854a5f05a10af a {
        font-weight: bold;
        font-style: normal;
    font-size: 23px;font-family: inherit;color: rgba(208, 2, 27, 1);}#a4a8ea25f4a7dcb .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a4a8ea25f4a7dcb .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4a8ea25f4a7dcb .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a4a8ea25f4a7dcb .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a4a8ea25f4a7dcb .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a4a8ea25f4a7dcb .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a4a8ea25f4a7dcb .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a4a8ea25f4a7dcb .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a4a8ea25f4a7dcb .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a4a8ea25f4a7dcb .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a4a8ea25f4a7dcb .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a4a8ea25f4a7dcb .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a4a8ea25f4a7dcb .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a4a8ea25f4a7dcb .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a4a8ea25f4a7dcb .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a4a8ea25f4a7dcb .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a4a8ea25f4a7dcb .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a4a8ea25f4a7dcb .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a4a8ea25f4a7dcb .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a4a8ea25f4a7dcb .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a4a8ea25f4a7dcb .ele-article-list .pic-article {
  padding: 6px 0px;
  border-bottom: 1px solid #ececec;
}
#a4a8ea25f4a7dcb .ele-article-list .pic-article .img_wrap {
  width: 15%;
  border-radius: 0px;
  overflow: hidden;
}
#a4a8ea25f4a7dcb .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a4a8ea25f4a7dcb .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a4a8ea25f4a7dcb .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a4a8ea25f4a7dcb .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a4a8ea25f4a7dcb .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a4a8ea25f4a7dcb .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a4a8ea25f4a7dcb .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a4a8ea25f4a7dcb .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a4a8ea25f4a7dcb .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a4a8ea25f4a7dcb .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a4a8ea25f4a7dcb .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a4a8ea25f4a7dcb .ele-article-list .text-article:hover .time {
  color: auto;
}
#a6826a3413a5889 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a6826a3413a5889 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a6826a3413a5889 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a6826a3413a5889 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a6826a3413a5889 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a6826a3413a5889 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a6826a3413a5889 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a6826a3413a5889 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a6826a3413a5889 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a6826a3413a5889 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a6826a3413a5889 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a6826a3413a5889 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a6826a3413a5889 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a6826a3413a5889 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a6826a3413a5889 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a6826a3413a5889 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a6826a3413a5889 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a6826a3413a5889 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a6826a3413a5889 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a6826a3413a5889 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a6826a3413a5889 .ele-article-list .pic-article {
  border-bottom: 1px solid #ececec;
}
#a6826a3413a5889 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a6826a3413a5889 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a6826a3413a5889 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a6826a3413a5889 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a6826a3413a5889 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a6826a3413a5889 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a6826a3413a5889 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a6826a3413a5889 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a6826a3413a5889 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
}
#a6826a3413a5889 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a6826a3413a5889 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a6826a3413a5889 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a6826a3413a5889 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a1c5cac47fa94da .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a1c5cac47fa94da .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1c5cac47fa94da .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a1c5cac47fa94da .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a1c5cac47fa94da .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a1c5cac47fa94da .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a1c5cac47fa94da .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a1c5cac47fa94da .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a1c5cac47fa94da .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a1c5cac47fa94da .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a1c5cac47fa94da .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a1c5cac47fa94da .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a1c5cac47fa94da .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a1c5cac47fa94da .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a1c5cac47fa94da .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a1c5cac47fa94da .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a1c5cac47fa94da .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a1c5cac47fa94da .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a1c5cac47fa94da .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a1c5cac47fa94da .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a1c5cac47fa94da .ele-article-list .pic-article {
  border-bottom: 1px solid #ececec;
}
#a1c5cac47fa94da .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a1c5cac47fa94da .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a1c5cac47fa94da .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a1c5cac47fa94da .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a1c5cac47fa94da .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a1c5cac47fa94da .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a1c5cac47fa94da .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a1c5cac47fa94da .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a1c5cac47fa94da .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
}
#a1c5cac47fa94da .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a1c5cac47fa94da .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a1c5cac47fa94da .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a1c5cac47fa94da .ele-article-list .text-article:hover .time {
  color: auto;
}
#a05f3ac0a3ac50f > .ele-wrap {background-color: rgba(245, 245, 245, 1);border-bottom-left-radius: 00px;border-bottom-right-radius: 00px;border-top-left-radius: 00px;border-top-right-radius: 00px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.06);}#adf84a2c72a41bf a {
        font-weight: bold;
        font-style: normal;
    font-size: 23px;font-family: inherit;color: rgba(218, 40, 40, 1);}#a7d4ba5d3da1e19 > .ele-wrap {background-color: rgba(245, 245, 245, 1);border-bottom-left-radius: 00px;border-bottom-right-radius: 00px;border-top-left-radius: 00px;border-top-right-radius: 00px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.06);}#ae9f0aa47ca5899 .title {
  font-size: 16px;
}
#acd24a5ce3a06ad .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#acd24a5ce3a06ad .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 1px;
}
#acd24a5ce3a06ad .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#acd24a5ce3a06ad .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#acd24a5ce3a06ad .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#acd24a5ce3a06ad .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#acd24a5ce3a06ad .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#acd24a5ce3a06ad .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#acd24a5ce3a06ad .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#acd24a5ce3a06ad .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#acd24a5ce3a06ad .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#acd24a5ce3a06ad .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#acd24a5ce3a06ad .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#acd24a5ce3a06ad .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#acd24a5ce3a06ad .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#acd24a5ce3a06ad .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#acd24a5ce3a06ad .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#acd24a5ce3a06ad .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#acd24a5ce3a06ad .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#acd24a5ce3a06ad .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#acd24a5ce3a06ad .ele-article-list .pic-article {
  border-bottom: 1px solid #ececec;
}
#acd24a5ce3a06ad .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#acd24a5ce3a06ad .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#acd24a5ce3a06ad .ele-article-list .pic-article .time {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
}
#acd24a5ce3a06ad .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
}
#acd24a5ce3a06ad .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#acd24a5ce3a06ad .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#acd24a5ce3a06ad .ele-article-list .pic-article:hover .category {
  color: auto;
}
#acd24a5ce3a06ad .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#acd24a5ce3a06ad .ele-article-list .pic-article:hover .time {
  color: auto;
}
#acd24a5ce3a06ad .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
}
#acd24a5ce3a06ad .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
}
#acd24a5ce3a06ad .ele-article-list .text-article .list-icon {
  top: nullpx;
}
#acd24a5ce3a06ad .ele-article-list .text-article .list-icon svg {
  fill: #d0021b;
  width: 31px;
}
#acd24a5ce3a06ad .ele-article-list .text-article .time {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
}
#acd24a5ce3a06ad .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#acd24a5ce3a06ad .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#acd24a5ce3a06ad .ele-article-list .text-article:hover .time {
  color: auto;
}
#abc3da5b5fa7a75 a {
        font-weight: bold;
        font-style: normal;
    font-size: 23px;font-family: inherit;color: rgba(218, 40, 40, 1);}#a8210ae238aeef2 > .ele-wrap {background-color: rgba(245, 245, 245, 1);border-bottom-left-radius: 00px;border-bottom-right-radius: 00px;border-top-left-radius: 00px;border-top-right-radius: 00px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.06);}#a376bad510aceb0 a {
        font-weight: bold;
        font-style: normal;
    font-size: 23px;font-family: inherit;color: rgba(218, 40, 40, 1);}#a9ddbae56aa7ccb {
  overflow: hidden;
}
#a9ddbae56aa7ccb , #a9ddbae56aa7ccb > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#ac5b2a0630a4ce4 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#ac5b2a0630a4ce4 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 1px;
}
#ac5b2a0630a4ce4 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#ac5b2a0630a4ce4 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#ac5b2a0630a4ce4 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#ac5b2a0630a4ce4 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#ac5b2a0630a4ce4 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#ac5b2a0630a4ce4 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#ac5b2a0630a4ce4 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#ac5b2a0630a4ce4 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#ac5b2a0630a4ce4 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#ac5b2a0630a4ce4 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#ac5b2a0630a4ce4 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#ac5b2a0630a4ce4 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#ac5b2a0630a4ce4 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#ac5b2a0630a4ce4 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#ac5b2a0630a4ce4 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#ac5b2a0630a4ce4 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#ac5b2a0630a4ce4 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#ac5b2a0630a4ce4 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#ac5b2a0630a4ce4 .ele-article-list .pic-article {
  border-bottom: 1px solid #ececec;
}
#ac5b2a0630a4ce4 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#ac5b2a0630a4ce4 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#ac5b2a0630a4ce4 .ele-article-list .pic-article .time {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
}
#ac5b2a0630a4ce4 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
}
#ac5b2a0630a4ce4 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ac5b2a0630a4ce4 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#ac5b2a0630a4ce4 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#ac5b2a0630a4ce4 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#ac5b2a0630a4ce4 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#ac5b2a0630a4ce4 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
}
#ac5b2a0630a4ce4 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
}
#ac5b2a0630a4ce4 .ele-article-list .text-article .list-icon {
  top: nullpx;
}
#ac5b2a0630a4ce4 .ele-article-list .text-article .list-icon svg {
  fill: #d0021b;
  width: 31px;
}
#ac5b2a0630a4ce4 .ele-article-list .text-article .time {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
}
#ac5b2a0630a4ce4 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ac5b2a0630a4ce4 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#ac5b2a0630a4ce4 .ele-article-list .text-article:hover .time {
  color: auto;
}
#afba7a0fe1a2661 .uk-grid {
  margin-left: -60px;
}
#afba7a0fe1a2661 .uk-grid > * {
  padding-left: 60px;
}
#afba7a0fe1a2661 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#afba7a0fe1a2661 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#afba7a0fe1a2661 .article {
  background-color: #fff;
  margin-bottom: 15px;
  position: relative;
  border: 8px solid #eeeeee;
}
#afba7a0fe1a2661 .article .img_wrap {
  position: absolute;
  width: 150px;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 10;
}
#afba7a0fe1a2661 .article .info {
  padding: 30px 30px;
  display: block;
  padding-left: 180px;
  margin: 0;
  height: 100%;
}
#afba7a0fe1a2661 .article .btn_icon {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 20px;
  margin-top: -10px;
  color: #b4b4b4;
}
#afba7a0fe1a2661 .article .btn_icon svg {
  fill: currentColor;
}
#afba7a0fe1a2661 .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: FZShuSong-Z01S;
}
#afba7a0fe1a2661 .article.no-pic .info {
  padding-left: 30px;
}
#afba7a0fe1a2661 .article:hover {
  background-color: #fff;
  border-color: #333333;
}
#afba7a0fe1a2661 .article:hover .title {
  color: #d3b267;
}
#afba7a0fe1a2661 .article:hover .datetime {
  color: #d3b267;
}
#afba7a0fe1a2661 .article:hover .category {
  color: #d3b267;
}
#afba7a0fe1a2661 .article:hover .btn_icon {
  color: #fff;
}
#afba7a0fe1a2661 > div:last-child {
  margin-bottom: 0;
}
#a7c88aa1aba24eb {
  overflow: hidden;
  pointer-events: none;
}
#a7c88aa1aba24eb > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 81px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a7c88aa1aba24eb > .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;
}
#a7c88aa1aba24eb > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a7c88aa1aba24eb > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 81px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a7c88aa1aba24eb > .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;
}
#a7c88aa1aba24eb > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a7c88aa1aba24eb > .tab-wrap > div > .tab-nav,
#a7c88aa1aba24eb > .tab-nav,
#a7c88aa1aba24eb > .tab-tabs > .tab-wrap > div > .tab-nav,
#a7c88aa1aba24eb > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#a7c88aa1aba24eb > .tab-wrap > div > .tab-nav-horizontal,
#a7c88aa1aba24eb > .tab-nav-horizontal,
#a7c88aa1aba24eb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a7c88aa1aba24eb > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a7c88aa1aba24eb > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a7c88aa1aba24eb > .tab-nav-horizontal::-webkit-scrollbar,
#a7c88aa1aba24eb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a7c88aa1aba24eb > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a7c88aa1aba24eb > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a7c88aa1aba24eb > .tab-nav-horizontal.tagScroll,
#a7c88aa1aba24eb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a7c88aa1aba24eb > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 81px;
  overflow-x: auto;
}
#a7c88aa1aba24eb > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a7c88aa1aba24eb > .tab-nav-horizontal.tagScroll li a,
#a7c88aa1aba24eb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a7c88aa1aba24eb > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a7c88aa1aba24eb > .tab-wrap > div > .tab-nav a,
#a7c88aa1aba24eb > .tab-nav a,
#a7c88aa1aba24eb > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a7c88aa1aba24eb > .tab-tabs > .tab-nav a {
  padding: 0 98px;
}
#a7c88aa1aba24eb > .tab-wrap > div > .tab-nav li a,
#a7c88aa1aba24eb > .tab-nav li a,
#a7c88aa1aba24eb > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a7c88aa1aba24eb > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 80px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 81px;
  font-weight: bold;
  font-style: normal;
  font-size: 23px;
  font-family: inherit;
  color: #d0021b;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  padding: 0 98px;
}
#a7c88aa1aba24eb > .tab-wrap > div > .tab-nav li a svg,
#a7c88aa1aba24eb > .tab-nav li a svg,
#a7c88aa1aba24eb > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a7c88aa1aba24eb > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a7c88aa1aba24eb > .tab-wrap > div > .tab-nav li a .ap_icon,
#a7c88aa1aba24eb > .tab-nav li a .ap_icon,
#a7c88aa1aba24eb > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a7c88aa1aba24eb > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a7c88aa1aba24eb > .tab-wrap > div > .tab-nav li a:hover,
#a7c88aa1aba24eb > .tab-nav li a:hover,
#a7c88aa1aba24eb > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a7c88aa1aba24eb > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 23px;
  font-family: inherit;
  color: #da2828;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a7c88aa1aba24eb > .tab-wrap > div > .tab-nav li.uk-active a,
#a7c88aa1aba24eb > .tab-nav li.uk-active a,
#a7c88aa1aba24eb > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a7c88aa1aba24eb > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 23px;
  font-family: inherit;
  color: #da2828;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a7c88aa1aba24eb .layout-left li,
#a7c88aa1aba24eb .layout-center li,
#a7c88aa1aba24eb .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a7c88aa1aba24eb .layout-left li a,
#a7c88aa1aba24eb .layout-center li a,
#a7c88aa1aba24eb .layout-right li a {
  height: 100%;
}
#a7c88aa1aba24eb > .tab-tabs .layout-left {
  text-align: left;
}
#a7c88aa1aba24eb > .tab-tabs .layout-center {
  text-align: center;
}
#a7c88aa1aba24eb > .tab-tabs .layout-right {
  text-align: right;
}
#a7c88aa1aba24eb .tab-contents {
  height: 100%;
  height: calc(100% - 81px);
}
#a7c88aa1aba24eb .tab-content-wrap {
  background-color: #ffffff;
}
#a7c88aa1aba24eb .tab-contents,
#a7c88aa1aba24eb .tab-contents-wrap {
  pointer-events: none;
}
#a7c88aa1aba24eb .tab-content,
#a7c88aa1aba24eb .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a7c88aa1aba24eb .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a7c88aa1aba24eb .tab-wrap .tab-contents {
  height: 100%;
}
#a7c88aa1aba24eb .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a7c88aa1aba24eb .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a7c88aa1aba24eb .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a7744a01bda814b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a7744a01bda814b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a7744a01bda814b .ap-icon {
  margin-right: 6px;
}
#a7744a01bda814b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  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;
  background: transparent;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: -1;
  margin-top: -1;
  margin-right: -1;
  margin-left: -1;
  width: 150px;
  height: 35px;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a,
#a7744a01bda814b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon img,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a7744a01bda814b .menu-list > li:hover > a,
#a7744a01bda814b .menu-list > li.active > a {
  background: #c02437;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #4a4a4a;
  border-top-style: solid;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a7744a01bda814b .menu-list ul,
#a7744a01bda814b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a7744a01bda814b .menu-list ul {
  top: 39px;
  left: 50%;
  transform: translateX(-50%);
}
#a7744a01bda814b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7744a01bda814b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7744a01bda814b .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;
}
#af20aab2f2a5e93 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adbe8af25da44b1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#af42eaf25dac935 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa77aa8975a2af4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa015a8be0a92d8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a3a57a8ad9a2678 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a261ba967aab007 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a84c8adf5faa17a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8f77adf37a393f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a45aba0473a0d96 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8482a4549a6ac7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a0eb0addd8a9d95 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#afd31a960aada7f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a357eabe9bac00d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ae05baf0bcabda2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ac8d8af3ccae900 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8634adb6aa6f82 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adc7faf0f0a771d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad348aa10ca231e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad509ababeae045 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a5b53af674a7e1a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a6b0eaba6ea3b7b .ap-overlay-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
}
#a6b0eaba6ea3b7b .uk-slider-items .uk-button-primary {
  color: #8792aa;
  border-color: #8792aa;
  background: transparent;
  border-radius: 3px;
}
#a6b0eaba6ea3b7b .uk-slider-items .uk-button-primary:hover {
  color: #fff;
  background: #00a0e9;
  border-color: #00a0e9;
}
#a6b0eaba6ea3b7b .uk-slidenav {
  background: rgba(0, 0, 0, 0.4);
}
#ab9e6a2a9ca12c9 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #00a0e9;
  color: #00a0e9;
  display: inline-block;
  cursor: pointer;
}
#ab9e6a2a9ca12c9 .filter-nav li.uk-active {
  color: #fff;
  background-color: #00a0e9;
}
#ab9e6a2a9ca12c9 .text-style figure {
  background: transparent;
}
#ab9e6a2a9ca12c9 .text-style:hover figure {
  background: #00a0e9;
}
#ab9e6a2a9ca12c9 .gallery-item img {
  opacity: 1 !important;
}
#ab9e6a2a9ca12c9 .gallery-item:hover figure img {
  opacity: .6 !important;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #c02437;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #bb1a1a;
  background-image: linear-gradient(0deg, #bb1a1a, #3e1ce7);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #c02437;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 62px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  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: 20px;
  font-family: inherit;
  background-color: #c02437;
}
#ab929af6b2a1701 > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-color: rgba(204, 204, 204, 1);border-right-style: solid;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a5c0aac8ffafc08 .title {
  font-size: 16px;
}
#a853dac4f3a3309 .aff54a3bf0a3275 {
  overflow: hidden;
}
#a853dac4f3a3309 .aff54a3bf0a3275 , #a853dac4f3a3309 .aff54a3bf0a3275 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 24px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a853dac4f3a3309 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a853dac4f3a3309 .uk-position-center-left-out {
    left: -30px;
  }
  #a853dac4f3a3309 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3b88a85a5a5c82 [data-item="undefined"] {mode: text;}#a3ec8a171da8273 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 8px;border-top-left-radius: 0px;border-top-right-radius: 8px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.05);}#a24d4a8090a8e2a .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a24d4a8090a8e2a .marquee-wrap > .str_move {
  cursor: text;
}
#a24d4a8090a8e2a .marquee-wrap:hover {
  background: rgba(255, 255, 255, 0);
}
#a24d4a8090a8e2a .marquee-wrap .content {
  position: absolute;
}
#a24d4a8090a8e2a .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
}
#a24d4a8090a8e2a .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 39px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
}
#a3f49a2ec1a779c > .ele-wrap {background-color: rgba(192, 36, 27, 1);border-bottom-left-radius: 8px;border-bottom-right-radius: 0px;border-top-left-radius: 8px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.11);}#a26b6acae6a05d5 > .ele-wrap {background-color: rgba(245, 245, 245, 1);border-bottom-left-radius: 00px;border-bottom-right-radius: 00px;border-top-left-radius: 00px;border-top-right-radius: 00px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.06);}#aa05fa4aa5a86ba .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#aa05fa4aa5a86ba .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa05fa4aa5a86ba .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
  background-color: #ffffff;
  border-top-style: none;
}
#aa05fa4aa5a86ba .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#aa05fa4aa5a86ba .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#aa05fa4aa5a86ba .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#aa05fa4aa5a86ba .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#aa05fa4aa5a86ba .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#aa05fa4aa5a86ba .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#aa05fa4aa5a86ba .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#aa05fa4aa5a86ba .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#aa05fa4aa5a86ba .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#aa05fa4aa5a86ba .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#aa05fa4aa5a86ba .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#aa05fa4aa5a86ba .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
  background-color: #ffffff;
  border-top-style: none;
}
#aa05fa4aa5a86ba .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#aa05fa4aa5a86ba .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#aa05fa4aa5a86ba .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#aa05fa4aa5a86ba .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#aa05fa4aa5a86ba .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#aa05fa4aa5a86ba .ele-article-list .pic-article {
  border-bottom: 1px solid #e2dede;
}
#aa05fa4aa5a86ba .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#aa05fa4aa5a86ba .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#aa05fa4aa5a86ba .ele-article-list .pic-article .time {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
}
#aa05fa4aa5a86ba .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#aa05fa4aa5a86ba .ele-article-list .pic-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#aa05fa4aa5a86ba .ele-article-list .pic-article:hover .info h3 a {
  color: auto;
}
#aa05fa4aa5a86ba .ele-article-list .pic-article:hover .category {
  color: auto;
}
#aa05fa4aa5a86ba .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#aa05fa4aa5a86ba .ele-article-list .pic-article:hover .time {
  color: auto;
}
#aa05fa4aa5a86ba .ele-article-list .text-article {
  border-bottom: 1px solid #e2dede;
  padding-top: 3px;
  padding-bottom: 7px;
}
#aa05fa4aa5a86ba .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#aa05fa4aa5a86ba .ele-article-list .text-article .list-icon {
  top: nullpx;
}
#aa05fa4aa5a86ba .ele-article-list .text-article .list-icon svg {
  fill: #d0021b;
}
#aa05fa4aa5a86ba .ele-article-list .text-article .time {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
}
#aa05fa4aa5a86ba .ele-article-list .text-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#aa05fa4aa5a86ba .ele-article-list .text-article:hover .info h3 a {
  color: auto;
}
#aa05fa4aa5a86ba .ele-article-list .text-article:hover .time {
  color: auto;
}
#ab022a8e06a5b4d a {
        font-weight: bold;
        font-style: normal;
    font-size: 23px;font-family: inherit;color: rgba(208, 2, 27, 1);}#a4418ab45ca5240 > .ele-wrap {background-color: rgba(245, 245, 245, 1);border-bottom-left-radius: 00px;border-bottom-right-radius: 00px;border-top-left-radius: 00px;border-top-right-radius: 00px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.06);}#a6201a9063a145e a {
        font-weight: bold;
        font-style: normal;
    font-size: 23px;font-family: inherit;color: rgba(208, 2, 27, 1);}#a937eab8cdab441 > .ele-wrap {background-color: rgba(192, 36, 55, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-top-style: solid;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#af75ba96f7a98b0 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: ;
  overflow: hidden;
  transition: all .3s ease;
}
#af75ba96f7a98b0 .marquee-wrap .marquee-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#af75ba96f7a98b0 .marquee-wrap .marquee-item .datetime {
  flex-shrink: 0;
  margin-left: 10px;
}
#af75ba96f7a98b0 .marquee-wrap .marquee-item .title {
  text-align: left;
  flex: 1;
}
#af75ba96f7a98b0 .marquee-wrap .marquee-item svg,
#af75ba96f7a98b0 .marquee-wrap .marquee-item .list-icon {
  width: 14px;
  fill: currentColor;
  display: inline-block;
  margin-right: 6px;
}
#af75ba96f7a98b0 .marquee-wrap:hover {
  background: ;
}
#af75ba96f7a98b0 .marquee-wrap .content {
  position: absolute;
}
#af75ba96f7a98b0 .marquee-wrap.vertical .marquee-item {
  display: flex;
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#af75ba96f7a98b0 .marquee-wrap.horizontal .marquee-item {
  display: inline-flex;
  font-size: 14px;
  color: #666;
  height: 100%;
  width: 390px;
  overflow: hidden;
  line-height: 249px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#af75ba96f7a98b0 .marquee-wrap.horizontal .marquee-item span {
  line-height: 249px;
}
#a2ddaa2501acc4f {
        font-weight: bold;
        font-style: normal;
    font-size: 23px;font-family: inherit;color: rgba(255, 255, 255, 1);}#acffcaa29fa1dd1 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#acffcaa29fa1dd1 .ele-wrap:hover {background-color: #fff;color: #000000;}#ad477a5e06aba22 {
  overflow: hidden;
  pointer-events: none;
}
#ad477a5e06aba22 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ad477a5e06aba22 > .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;
}
#ad477a5e06aba22 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ad477a5e06aba22 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ad477a5e06aba22 > .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;
}
#ad477a5e06aba22 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ad477a5e06aba22 > .tab-wrap > div > .tab-nav,
#ad477a5e06aba22 > .tab-nav,
#ad477a5e06aba22 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ad477a5e06aba22 > .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;
}
#ad477a5e06aba22 > .tab-wrap > div > .tab-nav-horizontal,
#ad477a5e06aba22 > .tab-nav-horizontal,
#ad477a5e06aba22 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ad477a5e06aba22 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ad477a5e06aba22 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ad477a5e06aba22 > .tab-nav-horizontal::-webkit-scrollbar,
#ad477a5e06aba22 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ad477a5e06aba22 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ad477a5e06aba22 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad477a5e06aba22 > .tab-nav-horizontal.tagScroll,
#ad477a5e06aba22 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad477a5e06aba22 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#ad477a5e06aba22 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ad477a5e06aba22 > .tab-nav-horizontal.tagScroll li a,
#ad477a5e06aba22 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ad477a5e06aba22 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ad477a5e06aba22 > .tab-wrap > div > .tab-nav a,
#ad477a5e06aba22 > .tab-nav a,
#ad477a5e06aba22 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ad477a5e06aba22 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ad477a5e06aba22 > .tab-wrap > div > .tab-nav li a,
#ad477a5e06aba22 > .tab-nav li a,
#ad477a5e06aba22 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ad477a5e06aba22 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#ad477a5e06aba22 > .tab-wrap > div > .tab-nav li a svg,
#ad477a5e06aba22 > .tab-nav li a svg,
#ad477a5e06aba22 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ad477a5e06aba22 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ad477a5e06aba22 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ad477a5e06aba22 > .tab-nav li a .ap_icon,
#ad477a5e06aba22 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ad477a5e06aba22 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ad477a5e06aba22 > .tab-wrap > div > .tab-nav li a:hover,
#ad477a5e06aba22 > .tab-nav li a:hover,
#ad477a5e06aba22 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ad477a5e06aba22 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ad477a5e06aba22 > .tab-wrap > div > .tab-nav li.uk-active a,
#ad477a5e06aba22 > .tab-nav li.uk-active a,
#ad477a5e06aba22 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ad477a5e06aba22 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 25px;
  font-family: inherit;
  color: #ffffff;
  letter-spacing: 13px;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ad477a5e06aba22 .layout-left li,
#ad477a5e06aba22 .layout-center li,
#ad477a5e06aba22 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ad477a5e06aba22 .layout-left li a,
#ad477a5e06aba22 .layout-center li a,
#ad477a5e06aba22 .layout-right li a {
  height: 100%;
}
#ad477a5e06aba22 > .tab-tabs .layout-left {
  text-align: left;
}
#ad477a5e06aba22 > .tab-tabs .layout-center {
  text-align: center;
}
#ad477a5e06aba22 > .tab-tabs .layout-right {
  text-align: right;
}
#ad477a5e06aba22 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#ad477a5e06aba22 .tab-content-wrap {
  background-color: transparent;
}
#ad477a5e06aba22 .tab-contents,
#ad477a5e06aba22 .tab-contents-wrap {
  pointer-events: none;
}
#ad477a5e06aba22 .tab-content,
#ad477a5e06aba22 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ad477a5e06aba22 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ad477a5e06aba22 .tab-wrap .tab-contents {
  height: 100%;
}
#ad477a5e06aba22 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ad477a5e06aba22 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ad477a5e06aba22 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a59eaa09b1a4500 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a59eaa09b1a4500 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a59eaa09b1a4500 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
  background-color: #ffffff;
  border-top-style: none;
}
#a59eaa09b1a4500 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a59eaa09b1a4500 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a59eaa09b1a4500 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a59eaa09b1a4500 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a59eaa09b1a4500 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a59eaa09b1a4500 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a59eaa09b1a4500 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a59eaa09b1a4500 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a59eaa09b1a4500 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a59eaa09b1a4500 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a59eaa09b1a4500 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a59eaa09b1a4500 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
  background-color: #ffffff;
  border-top-style: none;
}
#a59eaa09b1a4500 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a59eaa09b1a4500 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a59eaa09b1a4500 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a59eaa09b1a4500 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a59eaa09b1a4500 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a59eaa09b1a4500 .ele-article-list .pic-article {
  border-bottom: 1px solid #e2dede;
}
#a59eaa09b1a4500 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a59eaa09b1a4500 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a59eaa09b1a4500 .ele-article-list .pic-article .time {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
}
#a59eaa09b1a4500 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a59eaa09b1a4500 .ele-article-list .pic-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#a59eaa09b1a4500 .ele-article-list .pic-article:hover .info h3 a {
  color: auto;
}
#a59eaa09b1a4500 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a59eaa09b1a4500 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a59eaa09b1a4500 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a59eaa09b1a4500 .ele-article-list .text-article {
  border-bottom: 1px solid #e2dede;
  padding-top: 3px;
  padding-bottom: 7px;
}
#a59eaa09b1a4500 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a59eaa09b1a4500 .ele-article-list .text-article .list-icon svg {
  fill: #d0021b;
}
#a59eaa09b1a4500 .ele-article-list .text-article .time {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
}
#a59eaa09b1a4500 .ele-article-list .text-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#a59eaa09b1a4500 .ele-article-list .text-article:hover .info h3 a {
  color: auto;
}
#a59eaa09b1a4500 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a240aa9760aba49 a {
        font-weight: bold;
        font-style: normal;
    font-size: 25px;font-family: inherit;color: rgba(208, 2, 27, 1);}#a301babfd1adba2 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a301babfd1adba2 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a6b95aa480a5170 > .ele-wrap {background-color: rgba(245, 245, 245, 1);border-bottom-left-radius: 00px;border-bottom-right-radius: 00px;border-top-left-radius: 00px;border-top-right-radius: 00px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.06);}#a3aaea70caae0fc .title {
  font-size: 16px;
}
#a9980abc2ea3ded .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a9980abc2ea3ded .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 1px;
}
#a9980abc2ea3ded .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a9980abc2ea3ded .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a9980abc2ea3ded .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a9980abc2ea3ded .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a9980abc2ea3ded .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a9980abc2ea3ded .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a9980abc2ea3ded .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a9980abc2ea3ded .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a9980abc2ea3ded .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a9980abc2ea3ded .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a9980abc2ea3ded .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a9980abc2ea3ded .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a9980abc2ea3ded .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a9980abc2ea3ded .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a9980abc2ea3ded .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a9980abc2ea3ded .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a9980abc2ea3ded .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a9980abc2ea3ded .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a9980abc2ea3ded .ele-article-list .pic-article {
  border-bottom: 1px solid #ececec;
}
#a9980abc2ea3ded .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a9980abc2ea3ded .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a9980abc2ea3ded .ele-article-list .pic-article .time {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
}
#a9980abc2ea3ded .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a9980abc2ea3ded .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a9980abc2ea3ded .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a9980abc2ea3ded .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a9980abc2ea3ded .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a9980abc2ea3ded .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a9980abc2ea3ded .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
}
#a9980abc2ea3ded .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a9980abc2ea3ded .ele-article-list .text-article .list-icon {
  top: nullpx;
}
#a9980abc2ea3ded .ele-article-list .text-article .list-icon svg {
  fill: #d0021b;
  width: 31px;
}
#a9980abc2ea3ded .ele-article-list .text-article .time {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
}
#a9980abc2ea3ded .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a9980abc2ea3ded .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a9980abc2ea3ded .ele-article-list .text-article:hover .time {
  color: auto;
}
#af4a7a74bea0f74 a {
        font-weight: bold;
        font-style: normal;
    font-size: 23px;font-family: inherit;color: rgba(208, 2, 27, 1);}#a2e2daba8aa342b > .ele-wrap {background-color: rgba(245, 245, 245, 1);border-bottom-left-radius: 00px;border-bottom-right-radius: 00px;border-top-left-radius: 00px;border-top-right-radius: 00px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.06);}#aa844a7de7a9082 .uk-grid {
  margin-left: -15px;
}
#aa844a7de7a9082 .uk-grid > * {
  padding-left: 15px;
}
#aa844a7de7a9082 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa844a7de7a9082 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#aa844a7de7a9082 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#aa844a7de7a9082 .article .info {
  padding: 17px 10px;
  position: relative;
}
#aa844a7de7a9082 .article .info p {
  margin: 10px 0 10px;
}
#aa844a7de7a9082 .article svg {
  fill: currentColor;
}
#aa844a7de7a9082 .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 17px;
  width: 20px;
  color: #d0021b;
}
#aa844a7de7a9082 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 17px;
  color: #b4b4b4;
}
#aa844a7de7a9082 .article.list-icon .info {
  padding-left: 25px;
}
#aa844a7de7a9082 .article .datetime {
  position: absolute;
  right: 10px;
  top: 17px;
}
#aa844a7de7a9082 .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#aa844a7de7a9082 .article .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
}
#aa844a7de7a9082 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#aa844a7de7a9082 .article:hover .title {
  color: #d0021b;
}
#aa844a7de7a9082 .article:hover .datetime {
  color: #b6b6b6;
}
#aa844a7de7a9082 .article:hover .category {
  color: #b6b6b6;
}
#aa844a7de7a9082 .article:hover .abstract {
  color: #b6b6b6;
}
#aa844a7de7a9082 .article:hover .btn_icon {
  color: #b6b6b6;
}
#aa844a7de7a9082 .article:hover .list_icon {
  color: #b6b6b6;
}
#a7c31ab078a2055 a {
        font-weight: bold;
        font-style: normal;
    font-size: 23px;font-family: inherit;color: rgba(208, 2, 27, 1);}#ab58fa450aa167e > .ele-wrap {background-color: rgba(245, 245, 245, 1);border-bottom-left-radius: 00px;border-bottom-right-radius: 00px;border-top-left-radius: 00px;border-top-right-radius: 00px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.06);}#a1eb8a538cae9c9 .ap-category-filter ul li {
  border-top-style: solid;
  border-top-width: 7px;
  border-right-width: 7px;
  border-left-width: 7px;
  border-bottom-width: 7px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a1eb8a538cae9c9 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a1eb8a538cae9c9 .uk-grid {
  margin-left: -4px;
}
#a1eb8a538cae9c9 .uk-grid > * {
  padding-left: 4px;
}
#a1eb8a538cae9c9 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1eb8a538cae9c9 .uk-card {
  background-color: #2265ff;
  transition: all .3s ease;
  background-image: linear-gradient(0deg, #c02437, rgba(35, 11, 156, 0.77));
}
#a1eb8a538cae9c9 .uk-card-media-top {
  overflow: hidden;
}
#a1eb8a538cae9c9 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a1eb8a538cae9c9 .info {
  flex: 1;
  overflow: hidden;
  min-width: 1px;
  width: 0;
}
#a1eb8a538cae9c9 .datetime {
  padding: 4px;
  margin-right: 6px;
  flex-shrink: 0;
  font-size: 12px;
  color: #fff;
  font-family: Arial;
}
#a1eb8a538cae9c9 .datetime b {
  font-size: 24px;
  font-weight: bolder;
  display: block;
}
#a1eb8a538cae9c9 .uk-card-body {
  padding: 15px 10px 8px;
}
#a1eb8a538cae9c9 hr {
  border-top-color: #5589ff;
  margin: 0 0 10px;
}
#a1eb8a538cae9c9 .uk-button {
  border: 1px solid #ececec;
}
#a1eb8a538cae9c9 .uk-card .title {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
  color: #ffffff;
}
#a1eb8a538cae9c9 .uk-card .abstract {
  margin: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #8bbaff;
}
#a1eb8a538cae9c9 .uk-card:hover {
  background-color: #333333;
}
#a1eb8a538cae9c9 .uk-card:hover .title {
  color: #fff;
}
#a1eb8a538cae9c9 .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#a1eb8a538cae9c9 .uk-card:hover .img {
  transform: scale(1.2);
}
#a1eb8a538cae9c9 .uk-card:hover .abstract {
  color: #fff;
}
#a1eb8a538cae9c9 .uk-card:hover .datetime {
  color: #d3b267;
}
#a1eb8a538cae9c9 .uk-card:hover .category {
  color: #d3b267;
}
#a1eb8a538cae9c9 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a76e2a9f6eaa85c a {
        font-weight: bold;
        font-style: normal;
    font-size: 23px;font-family: inherit;color: rgba(208, 2, 27, 1);}#a955aa7231a0597 > .ele-wrap {background-color: rgba(245, 245, 245, 1);border-bottom-left-radius: 00px;border-bottom-right-radius: 00px;border-top-left-radius: 00px;border-top-right-radius: 00px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.06);}#ad3dfac020a6b1f .ap-category-filter ul li {
  border-top-style: solid;
  border-top-width: 7px;
  border-right-width: 7px;
  border-left-width: 7px;
  border-bottom-width: 7px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ad3dfac020a6b1f .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#ad3dfac020a6b1f .uk-grid {
  margin-left: -4px;
}
#ad3dfac020a6b1f .uk-grid > * {
  padding-left: 4px;
}
#ad3dfac020a6b1f .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ad3dfac020a6b1f .uk-card {
  background-color: #2265ff;
  transition: all .3s ease;
}
#ad3dfac020a6b1f .uk-card-media-top {
  overflow: hidden;
}
#ad3dfac020a6b1f .uk-card-media-top .img {
  transition: all .3s ease;
}
#ad3dfac020a6b1f .info {
  flex: 1;
  overflow: hidden;
  min-width: 1px;
  width: 0;
}
#ad3dfac020a6b1f .datetime {
  padding: 4px;
  margin-right: 6px;
  flex-shrink: 0;
  font-size: 12px;
  color: #fff;
  font-family: Arial;
}
#ad3dfac020a6b1f .datetime b {
  font-size: 24px;
  font-weight: bolder;
  display: block;
}
#ad3dfac020a6b1f .uk-card-body {
  padding: 15px 10px 8px;
}
#ad3dfac020a6b1f hr {
  border-top-color: #5589ff;
  margin: 0 0 10px;
}
#ad3dfac020a6b1f .uk-button {
  border: 1px solid #ececec;
}
#ad3dfac020a6b1f .uk-card .title {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
  color: #ffffff;
}
#ad3dfac020a6b1f .uk-card .abstract {
  margin: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #8bbaff;
}
#ad3dfac020a6b1f .uk-card:hover {
  background-color: #333333;
}
#ad3dfac020a6b1f .uk-card:hover .title {
  color: #fff;
}
#ad3dfac020a6b1f .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#ad3dfac020a6b1f .uk-card:hover .img {
  transform: scale(1.2);
}
#ad3dfac020a6b1f .uk-card:hover .abstract {
  color: #fff;
}
#ad3dfac020a6b1f .uk-card:hover .datetime {
  color: #d3b267;
}
#ad3dfac020a6b1f .uk-card:hover .category {
  color: #d3b267;
}
#ad3dfac020a6b1f .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a77f7a531aa6ac9 a {
        font-weight: bold;
        font-style: normal;
    font-size: 23px;font-family: inherit;color: rgba(208, 2, 27, 1);}#a73f9a1b67a99cf a {
        font-weight: bold;
        font-style: normal;
    font-size: 23px;font-family: inherit;color: rgba(208, 2, 27, 1);}#ab9e6a2a9ca12c9 [data-item="items"] {left: 0px;top: 1px; position: relative;}#ab9e6a2a9ca12c9 [data-item="items[1]"] {left: 0px;top: 1px; position: relative;}#ab9e6a2a9ca12c9 [data-item="items[2]"] {left: 0px;top: 1px; position: relative;}#ab9e6a2a9ca12c9 [data-item="items[5]"] {left: 0px;top: 1px; position: relative;}#ab9e6a2a9ca12c9 [data-item="items[0]"] {left: 0px;top: 1px; position: relative;}#ab9e6a2a9ca12c9 [data-item="items[3]"] {left: 0px;top: 1px; position: relative;}#ab9e6a2a9ca12c9 [data-item="items[4]"] {left: 0px;top: 1px; position: relative;}#ab9e6a2a9ca12c9 [data-item="items[6]"] {left: 0px;top: 1px; position: relative;}#a0735a2789a96ed a {
        font-weight: bold;
        font-style: normal;
    font-size: 23px;font-family: inherit;color: rgba(208, 2, 27, 1);}#adef6aff36ad958 a {
        font-weight: bold;
        font-style: normal;
    font-size: 23px;font-family: inherit;color: rgba(208, 2, 27, 1);}#a01cba5a27a701b a {
        font-weight: bold;
        font-style: normal;
    font-size: 23px;font-family: inherit;color: rgba(208, 2, 27, 1);}#a192aa9c57aa7c7 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a192aa9c57aa7c7 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a192aa9c57aa7c7 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a192aa9c57aa7c7 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a192aa9c57aa7c7 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a192aa9c57aa7c7 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a192aa9c57aa7c7 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a192aa9c57aa7c7 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a192aa9c57aa7c7 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a192aa9c57aa7c7 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a192aa9c57aa7c7 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a192aa9c57aa7c7 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a192aa9c57aa7c7 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a192aa9c57aa7c7 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a192aa9c57aa7c7 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a192aa9c57aa7c7 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a192aa9c57aa7c7 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a192aa9c57aa7c7 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a192aa9c57aa7c7 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a192aa9c57aa7c7 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a192aa9c57aa7c7 .ele-article-list .pic-article {
  padding: 6px 0px;
  border-bottom: 1px solid #ececec;
}
#a192aa9c57aa7c7 .ele-article-list .pic-article .img_wrap {
  width: 15%;
  border-radius: 0px;
  overflow: hidden;
}
#a192aa9c57aa7c7 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a192aa9c57aa7c7 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a192aa9c57aa7c7 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a192aa9c57aa7c7 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a192aa9c57aa7c7 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a192aa9c57aa7c7 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a192aa9c57aa7c7 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a192aa9c57aa7c7 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a192aa9c57aa7c7 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a192aa9c57aa7c7 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a192aa9c57aa7c7 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a192aa9c57aa7c7 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a7bfba9c5aa4bfc .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a7bfba9c5aa4bfc .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7bfba9c5aa4bfc .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a7bfba9c5aa4bfc .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a7bfba9c5aa4bfc .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a7bfba9c5aa4bfc .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a7bfba9c5aa4bfc .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a7bfba9c5aa4bfc .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a7bfba9c5aa4bfc .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a7bfba9c5aa4bfc .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a7bfba9c5aa4bfc .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a7bfba9c5aa4bfc .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a7bfba9c5aa4bfc .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a7bfba9c5aa4bfc .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a7bfba9c5aa4bfc .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a7bfba9c5aa4bfc .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a7bfba9c5aa4bfc .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a7bfba9c5aa4bfc .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a7bfba9c5aa4bfc .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a7bfba9c5aa4bfc .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a7bfba9c5aa4bfc .ele-article-list .pic-article {
  border-bottom: 1px solid #ececec;
}
#a7bfba9c5aa4bfc .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a7bfba9c5aa4bfc .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a7bfba9c5aa4bfc .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a7bfba9c5aa4bfc .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a7bfba9c5aa4bfc .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a7bfba9c5aa4bfc .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a7bfba9c5aa4bfc .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a7bfba9c5aa4bfc .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a7bfba9c5aa4bfc .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
}
#a7bfba9c5aa4bfc .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a7bfba9c5aa4bfc .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a7bfba9c5aa4bfc .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a7bfba9c5aa4bfc .ele-article-list .text-article:hover .time {
  color: auto;
}
#a4d02aebafa367d .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a4d02aebafa367d .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4d02aebafa367d .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a4d02aebafa367d .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a4d02aebafa367d .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a4d02aebafa367d .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a4d02aebafa367d .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a4d02aebafa367d .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a4d02aebafa367d .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a4d02aebafa367d .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a4d02aebafa367d .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a4d02aebafa367d .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a4d02aebafa367d .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a4d02aebafa367d .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a4d02aebafa367d .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a4d02aebafa367d .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a4d02aebafa367d .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a4d02aebafa367d .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a4d02aebafa367d .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a4d02aebafa367d .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a4d02aebafa367d .ele-article-list .pic-article {
  border-bottom: 1px solid #ececec;
}
#a4d02aebafa367d .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a4d02aebafa367d .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a4d02aebafa367d .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a4d02aebafa367d .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a4d02aebafa367d .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a4d02aebafa367d .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a4d02aebafa367d .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a4d02aebafa367d .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a4d02aebafa367d .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
}
#a4d02aebafa367d .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a4d02aebafa367d .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a4d02aebafa367d .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a4d02aebafa367d .ele-article-list .text-article:hover .time {
  color: auto;
}
#a2b4cab8dca5443 > .ele-wrap {background-color: rgba(245, 245, 245, 1);border-bottom-left-radius: 00px;border-bottom-right-radius: 00px;border-top-left-radius: 00px;border-top-right-radius: 00px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.06);}#a7993adccfa6c4c a {
        font-weight: bold;
        font-style: normal;
    font-size: 23px;font-family: inherit;color: rgba(218, 40, 40, 1);}#af939af28aa339f > .ele-wrap {background-color: rgba(245, 245, 245, 1);border-bottom-left-radius: 00px;border-bottom-right-radius: 00px;border-top-left-radius: 00px;border-top-right-radius: 00px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.06);}#ac75ba53f1a80d1 .title {
  font-size: 16px;
}
#ac2e1a6bb7aa1e0 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#ac2e1a6bb7aa1e0 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 1px;
}
#ac2e1a6bb7aa1e0 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#ac2e1a6bb7aa1e0 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#ac2e1a6bb7aa1e0 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#ac2e1a6bb7aa1e0 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#ac2e1a6bb7aa1e0 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#ac2e1a6bb7aa1e0 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#ac2e1a6bb7aa1e0 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#ac2e1a6bb7aa1e0 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#ac2e1a6bb7aa1e0 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#ac2e1a6bb7aa1e0 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#ac2e1a6bb7aa1e0 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#ac2e1a6bb7aa1e0 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#ac2e1a6bb7aa1e0 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#ac2e1a6bb7aa1e0 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#ac2e1a6bb7aa1e0 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#ac2e1a6bb7aa1e0 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#ac2e1a6bb7aa1e0 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#ac2e1a6bb7aa1e0 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#ac2e1a6bb7aa1e0 .ele-article-list .pic-article {
  border-bottom: 1px solid #ececec;
}
#ac2e1a6bb7aa1e0 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#ac2e1a6bb7aa1e0 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#ac2e1a6bb7aa1e0 .ele-article-list .pic-article .time {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
}
#ac2e1a6bb7aa1e0 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
}
#ac2e1a6bb7aa1e0 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ac2e1a6bb7aa1e0 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#ac2e1a6bb7aa1e0 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#ac2e1a6bb7aa1e0 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#ac2e1a6bb7aa1e0 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#ac2e1a6bb7aa1e0 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
}
#ac2e1a6bb7aa1e0 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
}
#ac2e1a6bb7aa1e0 .ele-article-list .text-article .list-icon {
  top: nullpx;
}
#ac2e1a6bb7aa1e0 .ele-article-list .text-article .list-icon svg {
  fill: #d0021b;
  width: 31px;
}
#ac2e1a6bb7aa1e0 .ele-article-list .text-article .time {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
}
#ac2e1a6bb7aa1e0 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ac2e1a6bb7aa1e0 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#ac2e1a6bb7aa1e0 .ele-article-list .text-article:hover .time {
  color: auto;
}
#ae806a7a85a1f9f a {
        font-weight: bold;
        font-style: normal;
    font-size: 23px;font-family: inherit;color: rgba(218, 40, 40, 1);}#a9ef5aace5ab0ab > .ele-wrap {background-color: rgba(245, 245, 245, 1);border-bottom-left-radius: 00px;border-bottom-right-radius: 00px;border-top-left-radius: 00px;border-top-right-radius: 00px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.06);}#af531a400ea5cf2 a {
        font-weight: bold;
        font-style: normal;
    font-size: 23px;font-family: inherit;color: rgba(218, 40, 40, 1);}#a7e2ba6fb4a557e {
  overflow: hidden;
}
#a7e2ba6fb4a557e , #a7e2ba6fb4a557e > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a46c1ad3e1a07f4 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a46c1ad3e1a07f4 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 1px;
}
#a46c1ad3e1a07f4 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a46c1ad3e1a07f4 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a46c1ad3e1a07f4 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a46c1ad3e1a07f4 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a46c1ad3e1a07f4 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a46c1ad3e1a07f4 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a46c1ad3e1a07f4 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a46c1ad3e1a07f4 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a46c1ad3e1a07f4 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a46c1ad3e1a07f4 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a46c1ad3e1a07f4 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a46c1ad3e1a07f4 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a46c1ad3e1a07f4 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a46c1ad3e1a07f4 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a46c1ad3e1a07f4 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a46c1ad3e1a07f4 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a46c1ad3e1a07f4 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a46c1ad3e1a07f4 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a46c1ad3e1a07f4 .ele-article-list .pic-article {
  border-bottom: 1px solid #ececec;
}
#a46c1ad3e1a07f4 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a46c1ad3e1a07f4 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a46c1ad3e1a07f4 .ele-article-list .pic-article .time {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
}
#a46c1ad3e1a07f4 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
}
#a46c1ad3e1a07f4 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a46c1ad3e1a07f4 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a46c1ad3e1a07f4 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a46c1ad3e1a07f4 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a46c1ad3e1a07f4 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a46c1ad3e1a07f4 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
}
#a46c1ad3e1a07f4 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
}
#a46c1ad3e1a07f4 .ele-article-list .text-article .list-icon {
  top: nullpx;
}
#a46c1ad3e1a07f4 .ele-article-list .text-article .list-icon svg {
  fill: #d0021b;
  width: 31px;
}
#a46c1ad3e1a07f4 .ele-article-list .text-article .time {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
}
#a46c1ad3e1a07f4 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a46c1ad3e1a07f4 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a46c1ad3e1a07f4 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a285daa9d2a2dad .uk-grid {
  margin-left: -60px;
}
#a285daa9d2a2dad .uk-grid > * {
  padding-left: 60px;
}
#a285daa9d2a2dad .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a285daa9d2a2dad .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a285daa9d2a2dad .article {
  background-color: #fff;
  margin-bottom: 15px;
  position: relative;
  border: 8px solid #eeeeee;
}
#a285daa9d2a2dad .article .img_wrap {
  position: absolute;
  width: 150px;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 10;
}
#a285daa9d2a2dad .article .info {
  padding: 30px 30px;
  display: block;
  padding-left: 180px;
  margin: 0;
  height: 100%;
}
#a285daa9d2a2dad .article .btn_icon {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 20px;
  margin-top: -10px;
  color: #b4b4b4;
}
#a285daa9d2a2dad .article .btn_icon svg {
  fill: currentColor;
}
#a285daa9d2a2dad .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: FZShuSong-Z01S;
}
#a285daa9d2a2dad .article.no-pic .info {
  padding-left: 30px;
}
#a285daa9d2a2dad .article:hover {
  background-color: #fff;
  border-color: #333333;
}
#a285daa9d2a2dad .article:hover .title {
  color: #d3b267;
}
#a285daa9d2a2dad .article:hover .datetime {
  color: #d3b267;
}
#a285daa9d2a2dad .article:hover .category {
  color: #d3b267;
}
#a285daa9d2a2dad .article:hover .btn_icon {
  color: #fff;
}
#a285daa9d2a2dad > div:last-child {
  margin-bottom: 0;
}
#ad146a9050a316f .uk-grid {
  margin-left: -60px;
}
#ad146a9050a316f .uk-grid > * {
  padding-left: 60px;
}
#ad146a9050a316f .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ad146a9050a316f .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#ad146a9050a316f .article {
  background-color: #fff;
  margin-bottom: 15px;
  position: relative;
  border: 8px solid #eeeeee;
}
#ad146a9050a316f .article .img_wrap {
  position: absolute;
  width: 150px;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 10;
}
#ad146a9050a316f .article .info {
  padding: 30px 30px;
  display: block;
  padding-left: 180px;
  margin: 0;
  height: 100%;
}
#ad146a9050a316f .article .btn_icon {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 20px;
  margin-top: -10px;
  color: #b4b4b4;
}
#ad146a9050a316f .article .btn_icon svg {
  fill: currentColor;
}
#ad146a9050a316f .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: FZShuSong-Z01S;
}
#ad146a9050a316f .article.no-pic .info {
  padding-left: 30px;
}
#ad146a9050a316f .article:hover {
  background-color: #fff;
  border-color: #333333;
}
#ad146a9050a316f .article:hover .title {
  color: #d3b267;
}
#ad146a9050a316f .article:hover .datetime {
  color: #d3b267;
}
#ad146a9050a316f .article:hover .category {
  color: #d3b267;
}
#ad146a9050a316f .article:hover .btn_icon {
  color: #fff;
}
#ad146a9050a316f > div:last-child {
  margin-bottom: 0;
}
#a9c2aa2d3fa03e9 {
  overflow: hidden;
  pointer-events: none;
}
#a9c2aa2d3fa03e9 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 81px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9c2aa2d3fa03e9 > .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;
}
#a9c2aa2d3fa03e9 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c2aa2d3fa03e9 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 81px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9c2aa2d3fa03e9 > .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;
}
#a9c2aa2d3fa03e9 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c2aa2d3fa03e9 > .tab-wrap > div > .tab-nav,
#a9c2aa2d3fa03e9 > .tab-nav,
#a9c2aa2d3fa03e9 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9c2aa2d3fa03e9 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#a9c2aa2d3fa03e9 > .tab-wrap > div > .tab-nav-horizontal,
#a9c2aa2d3fa03e9 > .tab-nav-horizontal,
#a9c2aa2d3fa03e9 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9c2aa2d3fa03e9 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9c2aa2d3fa03e9 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c2aa2d3fa03e9 > .tab-nav-horizontal::-webkit-scrollbar,
#a9c2aa2d3fa03e9 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c2aa2d3fa03e9 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9c2aa2d3fa03e9 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c2aa2d3fa03e9 > .tab-nav-horizontal.tagScroll,
#a9c2aa2d3fa03e9 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c2aa2d3fa03e9 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 81px;
  overflow-x: auto;
}
#a9c2aa2d3fa03e9 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c2aa2d3fa03e9 > .tab-nav-horizontal.tagScroll li a,
#a9c2aa2d3fa03e9 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c2aa2d3fa03e9 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9c2aa2d3fa03e9 > .tab-wrap > div > .tab-nav a,
#a9c2aa2d3fa03e9 > .tab-nav a,
#a9c2aa2d3fa03e9 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9c2aa2d3fa03e9 > .tab-tabs > .tab-nav a {
  padding: 0 98px;
}
#a9c2aa2d3fa03e9 > .tab-wrap > div > .tab-nav li a,
#a9c2aa2d3fa03e9 > .tab-nav li a,
#a9c2aa2d3fa03e9 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9c2aa2d3fa03e9 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 80px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 81px;
  font-weight: bold;
  font-style: normal;
  font-size: 23px;
  font-family: inherit;
  color: #d0021b;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  padding: 0 98px;
}
#a9c2aa2d3fa03e9 > .tab-wrap > div > .tab-nav li a svg,
#a9c2aa2d3fa03e9 > .tab-nav li a svg,
#a9c2aa2d3fa03e9 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9c2aa2d3fa03e9 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9c2aa2d3fa03e9 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c2aa2d3fa03e9 > .tab-nav li a .ap_icon,
#a9c2aa2d3fa03e9 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c2aa2d3fa03e9 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9c2aa2d3fa03e9 > .tab-wrap > div > .tab-nav li a:hover,
#a9c2aa2d3fa03e9 > .tab-nav li a:hover,
#a9c2aa2d3fa03e9 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9c2aa2d3fa03e9 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 23px;
  font-family: inherit;
  color: #da2828;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a9c2aa2d3fa03e9 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c2aa2d3fa03e9 > .tab-nav li.uk-active a,
#a9c2aa2d3fa03e9 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c2aa2d3fa03e9 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 23px;
  font-family: inherit;
  color: #da2828;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a9c2aa2d3fa03e9 .layout-left li,
#a9c2aa2d3fa03e9 .layout-center li,
#a9c2aa2d3fa03e9 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9c2aa2d3fa03e9 .layout-left li a,
#a9c2aa2d3fa03e9 .layout-center li a,
#a9c2aa2d3fa03e9 .layout-right li a {
  height: 100%;
}
#a9c2aa2d3fa03e9 > .tab-tabs .layout-left {
  text-align: left;
}
#a9c2aa2d3fa03e9 > .tab-tabs .layout-center {
  text-align: center;
}
#a9c2aa2d3fa03e9 > .tab-tabs .layout-right {
  text-align: right;
}
#a9c2aa2d3fa03e9 .tab-contents {
  height: 100%;
  height: calc(100% - 81px);
}
#a9c2aa2d3fa03e9 .tab-content-wrap {
  background-color: #ffffff;
}
#a9c2aa2d3fa03e9 .tab-contents,
#a9c2aa2d3fa03e9 .tab-contents-wrap {
  pointer-events: none;
}
#a9c2aa2d3fa03e9 .tab-content,
#a9c2aa2d3fa03e9 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9c2aa2d3fa03e9 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9c2aa2d3fa03e9 .tab-wrap .tab-contents {
  height: 100%;
}
#a9c2aa2d3fa03e9 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9c2aa2d3fa03e9 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9c2aa2d3fa03e9 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a7744a01bda814b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a7744a01bda814b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a7744a01bda814b .ap-icon {
  margin-right: 6px;
}
#a7744a01bda814b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  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;
  background: transparent;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: -1;
  margin-top: -1;
  margin-right: -1;
  margin-left: -1;
  width: 150px;
  height: 35px;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a,
#a7744a01bda814b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon img,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a7744a01bda814b .menu-list > li:hover > a,
#a7744a01bda814b .menu-list > li.active > a {
  background: #c02437;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #4a4a4a;
  border-top-style: solid;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a7744a01bda814b .menu-list ul,
#a7744a01bda814b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a7744a01bda814b .menu-list ul {
  top: 39px;
  left: 50%;
  transform: translateX(-50%);
}
#a7744a01bda814b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7744a01bda814b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7744a01bda814b .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;
}
#af20aab2f2a5e93 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adbe8af25da44b1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#af42eaf25dac935 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa77aa8975a2af4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa015a8be0a92d8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a3a57a8ad9a2678 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a261ba967aab007 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a84c8adf5faa17a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8f77adf37a393f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a45aba0473a0d96 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8482a4549a6ac7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a0eb0addd8a9d95 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#afd31a960aada7f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a357eabe9bac00d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ae05baf0bcabda2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ac8d8af3ccae900 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8634adb6aa6f82 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adc7faf0f0a771d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad348aa10ca231e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad509ababeae045 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a5355a7ba6aeaa0 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #c02437;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #bb1a1a;
  background-image: linear-gradient(0deg, #bb1a1a, #3e1ce7);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #c02437;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 62px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  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: 20px;
  font-family: inherit;
  background-color: #c02437;
}
#a8686a5cfaa9b20 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abd8aa4961a767f .uk-grid {
  margin-left: -15px;
}
#abd8aa4961a767f .uk-grid > * {
  padding-left: 15px;
}
#abd8aa4961a767f .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#abd8aa4961a767f .ap-category-filter ul li {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-left-width: 2px;
  border-bottom-width: 2px;
}
#abd8aa4961a767f .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#abd8aa4961a767f .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#abd8aa4961a767f .article .info {
  padding: 0px 10px;
  position: relative;
}
#abd8aa4961a767f .article .info p {
  margin: 10px 0 10px;
}
#abd8aa4961a767f .article svg {
  fill: currentColor;
}
#abd8aa4961a767f .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: 20px;
  color: #b4b4b4;
}
#abd8aa4961a767f .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 0px;
  color: #b4b4b4;
}
#abd8aa4961a767f .article.list-icon .info {
  padding-left: 25px;
}
#abd8aa4961a767f .article .datetime {
  position: absolute;
  right: 10px;
  top: 0px;
}
#abd8aa4961a767f .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: FZShuSong-Z01S;
  color: #000000;
}
#abd8aa4961a767f .article .datetime {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #000000;
}
#abd8aa4961a767f .article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#abd8aa4961a767f .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#abd8aa4961a767f .article:hover .title {
  color: #626262;
}
#abd8aa4961a767f .article:hover .datetime {
  color: #b6b6b6;
}
#abd8aa4961a767f .article:hover .category {
  color: #b6b6b6;
}
#abd8aa4961a767f .article:hover .abstract {
  color: #b6b6b6;
}
#abd8aa4961a767f .article:hover .btn_icon {
  color: #b6b6b6;
}
#abd8aa4961a767f .article:hover .list_icon {
  color: #b6b6b6;
}
#abd8aa4961a767f .uk-pagination li a {
  font-size: 13px;
}
#abd8aa4961a767f .uk-pagination li a,
#abd8aa4961a767f .uk-pagination > .uk-disabled > * {
  color: #000000;
}
#a5792a149aae396 a {
        font-weight: normal;
        font-style: normal;
    font-size: 21px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a03b4a5ef1a46d9 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a03b4a5ef1a46d9 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a03b4a5ef1a46d9 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a03b4a5ef1a46d9 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a03b4a5ef1a46d9 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a03b4a5ef1a46d9 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a03b4a5ef1a46d9 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a03b4a5ef1a46d9 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a03b4a5ef1a46d9 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a03b4a5ef1a46d9 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a03b4a5ef1a46d9 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a03b4a5ef1a46d9 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a03b4a5ef1a46d9 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a03b4a5ef1a46d9 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a03b4a5ef1a46d9 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a03b4a5ef1a46d9 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a03b4a5ef1a46d9 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a03b4a5ef1a46d9 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a03b4a5ef1a46d9 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a03b4a5ef1a46d9 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a03b4a5ef1a46d9 .ele-article-list .pic-article {
  border-bottom: 1px solid #ececec;
}
#a03b4a5ef1a46d9 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a03b4a5ef1a46d9 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a03b4a5ef1a46d9 .ele-article-list .pic-article .info h3 a {
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #d0021b;
}
#a03b4a5ef1a46d9 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a03b4a5ef1a46d9 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a03b4a5ef1a46d9 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a03b4a5ef1a46d9 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a03b4a5ef1a46d9 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a03b4a5ef1a46d9 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
}
#a03b4a5ef1a46d9 .ele-article-list .text-article h3 a {
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #d0021b;
}
#a03b4a5ef1a46d9 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a03b4a5ef1a46d9 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a03b4a5ef1a46d9 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a1252af62ca4646 .title {
  font-size: 16px;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a7744a01bda814b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a7744a01bda814b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a7744a01bda814b .ap-icon {
  margin-right: 6px;
}
#a7744a01bda814b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  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;
  background: transparent;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: -1;
  margin-top: -1;
  margin-right: -1;
  margin-left: -1;
  width: 150px;
  height: 35px;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a,
#a7744a01bda814b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon img,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a7744a01bda814b .menu-list > li:hover > a,
#a7744a01bda814b .menu-list > li.active > a {
  background: #c02437;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #4a4a4a;
  border-top-style: solid;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a7744a01bda814b .menu-list ul,
#a7744a01bda814b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a7744a01bda814b .menu-list ul {
  top: 39px;
  left: 50%;
  transform: translateX(-50%);
}
#a7744a01bda814b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7744a01bda814b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7744a01bda814b .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;
}
#af20aab2f2a5e93 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adbe8af25da44b1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#af42eaf25dac935 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa77aa8975a2af4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa015a8be0a92d8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a3a57a8ad9a2678 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a261ba967aab007 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a84c8adf5faa17a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8f77adf37a393f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a45aba0473a0d96 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8482a4549a6ac7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a0eb0addd8a9d95 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#afd31a960aada7f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a357eabe9bac00d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ae05baf0bcabda2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ac8d8af3ccae900 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8634adb6aa6f82 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adc7faf0f0a771d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad348aa10ca231e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad509ababeae045 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a33d8a07ffa8c80 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #c02437;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #bb1a1a;
  background-image: linear-gradient(0deg, #bb1a1a, #3e1ce7);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #c02437;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 62px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  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: 20px;
  font-family: inherit;
  background-color: #c02437;
}
#a2ed7a47f0aec30 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2ed7a47f0aec30 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2ed7a47f0aec30 .ap-icon {
  margin-right: 6px;
}
#a2ed7a47f0aec30 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  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;
  background: transparent;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 120px;
  height: 80px;
}
#a2ed7a47f0aec30 .menu-list > li.icon-bottom > a,
#a2ed7a47f0aec30 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2ed7a47f0aec30 .menu-list > li.icon-bottom > a .ap-icon,
#a2ed7a47f0aec30 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2ed7a47f0aec30 .menu-list > li.icon-bottom > a .ap-icon svg,
#a2ed7a47f0aec30 .menu-list > li.icon-top > a .ap-icon svg,
#a2ed7a47f0aec30 .menu-list > li.icon-bottom > a .ap-icon img,
#a2ed7a47f0aec30 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2ed7a47f0aec30 .menu-list > li.icon-right > a .ap-icon,
#a2ed7a47f0aec30 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2ed7a47f0aec30 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2ed7a47f0aec30 .menu-list > li:hover > a,
#a2ed7a47f0aec30 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  border-top-width: 0;
  border-top-color: #4a4a4a;
  border-top-style: none;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 0;
}
#a2ed7a47f0aec30 .menu-list > li.active > a {
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a2ed7a47f0aec30 .menu-list ul,
#a2ed7a47f0aec30 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2ed7a47f0aec30 .menu-list ul {
  top: 74px;
  left: 50%;
  transform: translateX(-50%);
}
#a2ed7a47f0aec30 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2ed7a47f0aec30 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2ed7a47f0aec30 .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;
}
#a47a0af4a8a0c3b a {
        font-weight: normal;
        font-style: normal;
    font-size: 21px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a2c75a60f8a15bf .uk-grid {
  margin-left: -15px;
}
#a2c75a60f8a15bf .uk-grid > * {
  padding-left: 15px;
}
#a2c75a60f8a15bf .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#a2c75a60f8a15bf .ap-category-filter ul li {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#a2c75a60f8a15bf .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a2c75a60f8a15bf .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#a2c75a60f8a15bf .article .info {
  padding: 0px 10px;
  position: relative;
}
#a2c75a60f8a15bf .article .info p {
  margin: 10px 0 10px;
}
#a2c75a60f8a15bf .article svg {
  fill: currentColor;
}
#a2c75a60f8a15bf .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: 20px;
  color: #b4b4b4;
}
#a2c75a60f8a15bf .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 0px;
  color: #b4b4b4;
}
#a2c75a60f8a15bf .article.list-icon .info {
  padding-left: 25px;
}
#a2c75a60f8a15bf .article .datetime {
  position: absolute;
  right: 10px;
  top: 0px;
}
#a2c75a60f8a15bf .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: FZShuSong-Z01S;
  color: #000000;
}
#a2c75a60f8a15bf .article .datetime {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #000000;
}
#a2c75a60f8a15bf .article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#a2c75a60f8a15bf .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a2c75a60f8a15bf .article:hover .title {
  color: #626262;
}
#a2c75a60f8a15bf .article:hover .datetime {
  color: #b6b6b6;
}
#a2c75a60f8a15bf .article:hover .category {
  color: #b6b6b6;
}
#a2c75a60f8a15bf .article:hover .abstract {
  color: #b6b6b6;
}
#a2c75a60f8a15bf .article:hover .btn_icon {
  color: #b6b6b6;
}
#a2c75a60f8a15bf .article:hover .list_icon {
  color: #b6b6b6;
}
#abb46aeca0aa162 .uk-grid {
  margin-left: -15px;
}
#abb46aeca0aa162 .uk-grid > * {
  padding-left: 15px;
}
#abb46aeca0aa162 .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#abb46aeca0aa162 .ap-category-filter ul li {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#abb46aeca0aa162 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#abb46aeca0aa162 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#abb46aeca0aa162 .article .info {
  padding: 0px 10px;
  position: relative;
}
#abb46aeca0aa162 .article .info p {
  margin: 10px 0 10px;
}
#abb46aeca0aa162 .article svg {
  fill: currentColor;
}
#abb46aeca0aa162 .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: 20px;
  color: #b4b4b4;
}
#abb46aeca0aa162 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 0px;
  color: #b4b4b4;
}
#abb46aeca0aa162 .article.list-icon .info {
  padding-left: 25px;
}
#abb46aeca0aa162 .article .datetime {
  position: absolute;
  right: 10px;
  top: 0px;
}
#abb46aeca0aa162 .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: FZShuSong-Z01S;
  color: #000000;
}
#abb46aeca0aa162 .article .datetime {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #000000;
}
#abb46aeca0aa162 .article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#abb46aeca0aa162 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#abb46aeca0aa162 .article:hover .title {
  color: #626262;
}
#abb46aeca0aa162 .article:hover .datetime {
  color: #b6b6b6;
}
#abb46aeca0aa162 .article:hover .category {
  color: #b6b6b6;
}
#abb46aeca0aa162 .article:hover .abstract {
  color: #b6b6b6;
}
#abb46aeca0aa162 .article:hover .btn_icon {
  color: #b6b6b6;
}
#abb46aeca0aa162 .article:hover .list_icon {
  color: #b6b6b6;
}
#a96eba1a27abf39 .uk-grid {
  margin-left: -15px;
}
#a96eba1a27abf39 .uk-grid > * {
  padding-left: 15px;
}
#a96eba1a27abf39 .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#a96eba1a27abf39 .ap-category-filter ul li {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#a96eba1a27abf39 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a96eba1a27abf39 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#a96eba1a27abf39 .article .info {
  padding: 0px 10px;
  position: relative;
}
#a96eba1a27abf39 .article .info p {
  margin: 10px 0 10px;
}
#a96eba1a27abf39 .article svg {
  fill: currentColor;
}
#a96eba1a27abf39 .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: 20px;
  color: #b4b4b4;
}
#a96eba1a27abf39 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 0px;
  color: #b4b4b4;
}
#a96eba1a27abf39 .article.list-icon .info {
  padding-left: 25px;
}
#a96eba1a27abf39 .article .datetime {
  position: absolute;
  right: 10px;
  top: 0px;
}
#a96eba1a27abf39 .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: FZShuSong-Z01S;
  color: #000000;
}
#a96eba1a27abf39 .article .datetime {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #000000;
}
#a96eba1a27abf39 .article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#a96eba1a27abf39 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a96eba1a27abf39 .article:hover .title {
  color: #626262;
}
#a96eba1a27abf39 .article:hover .datetime {
  color: #b6b6b6;
}
#a96eba1a27abf39 .article:hover .category {
  color: #b6b6b6;
}
#a96eba1a27abf39 .article:hover .abstract {
  color: #b6b6b6;
}
#a96eba1a27abf39 .article:hover .btn_icon {
  color: #b6b6b6;
}
#a96eba1a27abf39 .article:hover .list_icon {
  color: #b6b6b6;
}
#a1c62a8eaba2129 .uk-grid {
  margin-left: -15px;
}
#a1c62a8eaba2129 .uk-grid > * {
  padding-left: 15px;
}
#a1c62a8eaba2129 .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#a1c62a8eaba2129 .ap-category-filter ul li {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#a1c62a8eaba2129 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a1c62a8eaba2129 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#a1c62a8eaba2129 .article .info {
  padding: 0px 10px;
  position: relative;
}
#a1c62a8eaba2129 .article .info p {
  margin: 10px 0 10px;
}
#a1c62a8eaba2129 .article svg {
  fill: currentColor;
}
#a1c62a8eaba2129 .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: 20px;
  color: #b4b4b4;
}
#a1c62a8eaba2129 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 0px;
  color: #b4b4b4;
}
#a1c62a8eaba2129 .article.list-icon .info {
  padding-left: 25px;
}
#a1c62a8eaba2129 .article .datetime {
  position: absolute;
  right: 10px;
  top: 0px;
}
#a1c62a8eaba2129 .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: FZShuSong-Z01S;
  color: #000000;
}
#a1c62a8eaba2129 .article .datetime {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #000000;
}
#a1c62a8eaba2129 .article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#a1c62a8eaba2129 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a1c62a8eaba2129 .article:hover .title {
  color: #626262;
}
#a1c62a8eaba2129 .article:hover .datetime {
  color: #b6b6b6;
}
#a1c62a8eaba2129 .article:hover .category {
  color: #b6b6b6;
}
#a1c62a8eaba2129 .article:hover .abstract {
  color: #b6b6b6;
}
#a1c62a8eaba2129 .article:hover .btn_icon {
  color: #b6b6b6;
}
#a1c62a8eaba2129 .article:hover .list_icon {
  color: #b6b6b6;
}
#a27a5a92d6a3ba5 .uk-grid {
  margin-left: -15px;
}
#a27a5a92d6a3ba5 .uk-grid > * {
  padding-left: 15px;
}
#a27a5a92d6a3ba5 .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#a27a5a92d6a3ba5 .ap-category-filter ul li {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#a27a5a92d6a3ba5 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a27a5a92d6a3ba5 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#a27a5a92d6a3ba5 .article .info {
  padding: 0px 10px;
  position: relative;
}
#a27a5a92d6a3ba5 .article .info p {
  margin: 10px 0 10px;
}
#a27a5a92d6a3ba5 .article svg {
  fill: currentColor;
}
#a27a5a92d6a3ba5 .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: 20px;
  color: #b4b4b4;
}
#a27a5a92d6a3ba5 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 0px;
  color: #b4b4b4;
}
#a27a5a92d6a3ba5 .article.list-icon .info {
  padding-left: 25px;
}
#a27a5a92d6a3ba5 .article .datetime {
  position: absolute;
  right: 10px;
  top: 0px;
}
#a27a5a92d6a3ba5 .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: FZShuSong-Z01S;
  color: #000000;
}
#a27a5a92d6a3ba5 .article .datetime {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #000000;
}
#a27a5a92d6a3ba5 .article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#a27a5a92d6a3ba5 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a27a5a92d6a3ba5 .article:hover .title {
  color: #626262;
}
#a27a5a92d6a3ba5 .article:hover .datetime {
  color: #b6b6b6;
}
#a27a5a92d6a3ba5 .article:hover .category {
  color: #b6b6b6;
}
#a27a5a92d6a3ba5 .article:hover .abstract {
  color: #b6b6b6;
}
#a27a5a92d6a3ba5 .article:hover .btn_icon {
  color: #b6b6b6;
}
#a27a5a92d6a3ba5 .article:hover .list_icon {
  color: #b6b6b6;
}
#ab29ca622ead62c .uk-grid {
  margin-left: -15px;
}
#ab29ca622ead62c .uk-grid > * {
  padding-left: 15px;
}
#ab29ca622ead62c .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#ab29ca622ead62c .ap-category-filter ul li {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#ab29ca622ead62c .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#ab29ca622ead62c .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#ab29ca622ead62c .article .info {
  padding: 0px 10px;
  position: relative;
}
#ab29ca622ead62c .article .info p {
  margin: 10px 0 10px;
}
#ab29ca622ead62c .article svg {
  fill: currentColor;
}
#ab29ca622ead62c .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: 20px;
  color: #b4b4b4;
}
#ab29ca622ead62c .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 0px;
  color: #b4b4b4;
}
#ab29ca622ead62c .article.list-icon .info {
  padding-left: 25px;
}
#ab29ca622ead62c .article .datetime {
  position: absolute;
  right: 10px;
  top: 0px;
}
#ab29ca622ead62c .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: FZShuSong-Z01S;
  color: #000000;
}
#ab29ca622ead62c .article .datetime {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #000000;
}
#ab29ca622ead62c .article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#ab29ca622ead62c .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#ab29ca622ead62c .article:hover .title {
  color: #626262;
}
#ab29ca622ead62c .article:hover .datetime {
  color: #b6b6b6;
}
#ab29ca622ead62c .article:hover .category {
  color: #b6b6b6;
}
#ab29ca622ead62c .article:hover .abstract {
  color: #b6b6b6;
}
#ab29ca622ead62c .article:hover .btn_icon {
  color: #b6b6b6;
}
#ab29ca622ead62c .article:hover .list_icon {
  color: #b6b6b6;
}
#abe8dafe9ca99dd {
  overflow: hidden;
  pointer-events: none;
  border-bottom-width: 1px;
}
#abe8dafe9ca99dd > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#abe8dafe9ca99dd > .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;
}
#abe8dafe9ca99dd > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#abe8dafe9ca99dd > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#abe8dafe9ca99dd > .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;
}
#abe8dafe9ca99dd > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#abe8dafe9ca99dd > .tab-wrap > div > .tab-nav,
#abe8dafe9ca99dd > .tab-nav,
#abe8dafe9ca99dd > .tab-tabs > .tab-wrap > div > .tab-nav,
#abe8dafe9ca99dd > .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;
}
#abe8dafe9ca99dd > .tab-wrap > div > .tab-nav-horizontal,
#abe8dafe9ca99dd > .tab-nav-horizontal,
#abe8dafe9ca99dd > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#abe8dafe9ca99dd > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#abe8dafe9ca99dd > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#abe8dafe9ca99dd > .tab-nav-horizontal::-webkit-scrollbar,
#abe8dafe9ca99dd > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#abe8dafe9ca99dd > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#abe8dafe9ca99dd > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#abe8dafe9ca99dd > .tab-nav-horizontal.tagScroll,
#abe8dafe9ca99dd > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#abe8dafe9ca99dd > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#abe8dafe9ca99dd > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#abe8dafe9ca99dd > .tab-nav-horizontal.tagScroll li a,
#abe8dafe9ca99dd > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#abe8dafe9ca99dd > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#abe8dafe9ca99dd > .tab-wrap > div > .tab-nav a,
#abe8dafe9ca99dd > .tab-nav a,
#abe8dafe9ca99dd > .tab-tabs > .tab-wrap > div > .tab-nav a,
#abe8dafe9ca99dd > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#abe8dafe9ca99dd > .tab-wrap > div > .tab-nav li a,
#abe8dafe9ca99dd > .tab-nav li a,
#abe8dafe9ca99dd > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#abe8dafe9ca99dd > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#abe8dafe9ca99dd > .tab-wrap > div > .tab-nav li a svg,
#abe8dafe9ca99dd > .tab-nav li a svg,
#abe8dafe9ca99dd > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#abe8dafe9ca99dd > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#abe8dafe9ca99dd > .tab-wrap > div > .tab-nav li a .ap_icon,
#abe8dafe9ca99dd > .tab-nav li a .ap_icon,
#abe8dafe9ca99dd > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#abe8dafe9ca99dd > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#abe8dafe9ca99dd > .tab-wrap > div > .tab-nav li a:hover,
#abe8dafe9ca99dd > .tab-nav li a:hover,
#abe8dafe9ca99dd > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#abe8dafe9ca99dd > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#abe8dafe9ca99dd > .tab-wrap > div > .tab-nav li.uk-active a,
#abe8dafe9ca99dd > .tab-nav li.uk-active a,
#abe8dafe9ca99dd > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#abe8dafe9ca99dd > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#abe8dafe9ca99dd .layout-left li,
#abe8dafe9ca99dd .layout-center li,
#abe8dafe9ca99dd .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#abe8dafe9ca99dd .layout-left li a,
#abe8dafe9ca99dd .layout-center li a,
#abe8dafe9ca99dd .layout-right li a {
  height: 100%;
}
#abe8dafe9ca99dd > .tab-tabs .layout-left {
  text-align: left;
}
#abe8dafe9ca99dd > .tab-tabs .layout-center {
  text-align: center;
}
#abe8dafe9ca99dd > .tab-tabs .layout-right {
  text-align: right;
}
#abe8dafe9ca99dd .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#abe8dafe9ca99dd .tab-content-wrap {
  background-color: #ffffff;
}
#abe8dafe9ca99dd .tab-contents,
#abe8dafe9ca99dd .tab-contents-wrap {
  pointer-events: none;
}
#abe8dafe9ca99dd .tab-content,
#abe8dafe9ca99dd .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#abe8dafe9ca99dd .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#abe8dafe9ca99dd .tab-wrap .tab-contents {
  height: 100%;
}
#abe8dafe9ca99dd .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#abe8dafe9ca99dd .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#abe8dafe9ca99dd .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ac9caa0b1aab7b4 .uk-grid {
  margin-left: -nullpx;
}
#ac9caa0b1aab7b4 .uk-grid > * {
  padding-left: nullpx;
}
#ac9caa0b1aab7b4 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ac9caa0b1aab7b4 .uk-position-center-left-out {
    left: -30px;
  }
  #ac9caa0b1aab7b4 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8f77ad6bea866a .uk-grid {
  margin-left: -15px;
}
#a8f77ad6bea866a .uk-grid > * {
  padding-left: 15px;
}
#a8f77ad6bea866a .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#a8f77ad6bea866a .ap-category-filter ul li {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#a8f77ad6bea866a .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a8f77ad6bea866a .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#a8f77ad6bea866a .article .info {
  padding: 0px 10px;
  position: relative;
}
#a8f77ad6bea866a .article .info p {
  margin: 10px 0 10px;
}
#a8f77ad6bea866a .article svg {
  fill: currentColor;
}
#a8f77ad6bea866a .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: 20px;
  color: #b4b4b4;
}
#a8f77ad6bea866a .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 0px;
  color: #b4b4b4;
}
#a8f77ad6bea866a .article.list-icon .info {
  padding-left: 25px;
}
#a8f77ad6bea866a .article .datetime {
  position: absolute;
  right: 10px;
  top: 0px;
}
#a8f77ad6bea866a .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: FZShuSong-Z01S;
  color: #000000;
}
#a8f77ad6bea866a .article .datetime {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #000000;
}
#a8f77ad6bea866a .article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#a8f77ad6bea866a .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a8f77ad6bea866a .article:hover .title {
  color: #626262;
}
#a8f77ad6bea866a .article:hover .datetime {
  color: #b6b6b6;
}
#a8f77ad6bea866a .article:hover .category {
  color: #b6b6b6;
}
#a8f77ad6bea866a .article:hover .abstract {
  color: #b6b6b6;
}
#a8f77ad6bea866a .article:hover .btn_icon {
  color: #b6b6b6;
}
#a8f77ad6bea866a .article:hover .list_icon {
  color: #b6b6b6;
}
#abb66aedf3a3764 .uk-grid {
  margin-left: -15px;
}
#abb66aedf3a3764 .uk-grid > * {
  padding-left: 15px;
}
#abb66aedf3a3764 .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#abb66aedf3a3764 .ap-category-filter ul li {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#abb66aedf3a3764 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#abb66aedf3a3764 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#abb66aedf3a3764 .article .info {
  padding: 0px 10px;
  position: relative;
}
#abb66aedf3a3764 .article .info p {
  margin: 10px 0 10px;
}
#abb66aedf3a3764 .article svg {
  fill: currentColor;
}
#abb66aedf3a3764 .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: 20px;
  color: #b4b4b4;
}
#abb66aedf3a3764 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 0px;
  color: #b4b4b4;
}
#abb66aedf3a3764 .article.list-icon .info {
  padding-left: 25px;
}
#abb66aedf3a3764 .article .datetime {
  position: absolute;
  right: 10px;
  top: 0px;
}
#abb66aedf3a3764 .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: FZShuSong-Z01S;
  color: #000000;
}
#abb66aedf3a3764 .article .datetime {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #000000;
}
#abb66aedf3a3764 .article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#abb66aedf3a3764 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#abb66aedf3a3764 .article:hover .title {
  color: #626262;
}
#abb66aedf3a3764 .article:hover .datetime {
  color: #b6b6b6;
}
#abb66aedf3a3764 .article:hover .category {
  color: #b6b6b6;
}
#abb66aedf3a3764 .article:hover .abstract {
  color: #b6b6b6;
}
#abb66aedf3a3764 .article:hover .btn_icon {
  color: #b6b6b6;
}
#abb66aedf3a3764 .article:hover .list_icon {
  color: #b6b6b6;
}
#a37c2a4f18ad28f .uk-grid {
  margin-left: -15px;
}
#a37c2a4f18ad28f .uk-grid > * {
  padding-left: 15px;
}
#a37c2a4f18ad28f .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#a37c2a4f18ad28f .ap-category-filter ul li {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#a37c2a4f18ad28f .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a37c2a4f18ad28f .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#a37c2a4f18ad28f .article .info {
  padding: 0px 10px;
  position: relative;
}
#a37c2a4f18ad28f .article .info p {
  margin: 10px 0 10px;
}
#a37c2a4f18ad28f .article svg {
  fill: currentColor;
}
#a37c2a4f18ad28f .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: 20px;
  color: #b4b4b4;
}
#a37c2a4f18ad28f .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 0px;
  color: #b4b4b4;
}
#a37c2a4f18ad28f .article.list-icon .info {
  padding-left: 25px;
}
#a37c2a4f18ad28f .article .datetime {
  position: absolute;
  right: 10px;
  top: 0px;
}
#a37c2a4f18ad28f .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: FZShuSong-Z01S;
  color: #000000;
}
#a37c2a4f18ad28f .article .datetime {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #000000;
}
#a37c2a4f18ad28f .article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#a37c2a4f18ad28f .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a37c2a4f18ad28f .article:hover .title {
  color: #626262;
}
#a37c2a4f18ad28f .article:hover .datetime {
  color: #b6b6b6;
}
#a37c2a4f18ad28f .article:hover .category {
  color: #b6b6b6;
}
#a37c2a4f18ad28f .article:hover .abstract {
  color: #b6b6b6;
}
#a37c2a4f18ad28f .article:hover .btn_icon {
  color: #b6b6b6;
}
#a37c2a4f18ad28f .article:hover .list_icon {
  color: #b6b6b6;
}
#ad7cda4c7ca6356 .uk-grid {
  margin-left: -15px;
}
#ad7cda4c7ca6356 .uk-grid > * {
  padding-left: 15px;
}
#ad7cda4c7ca6356 .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#ad7cda4c7ca6356 .ap-category-filter ul li {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#ad7cda4c7ca6356 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#ad7cda4c7ca6356 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#ad7cda4c7ca6356 .article .info {
  padding: 0px 10px;
  position: relative;
}
#ad7cda4c7ca6356 .article .info p {
  margin: 10px 0 10px;
}
#ad7cda4c7ca6356 .article svg {
  fill: currentColor;
}
#ad7cda4c7ca6356 .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: 20px;
  color: #b4b4b4;
}
#ad7cda4c7ca6356 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 0px;
  color: #b4b4b4;
}
#ad7cda4c7ca6356 .article.list-icon .info {
  padding-left: 25px;
}
#ad7cda4c7ca6356 .article .datetime {
  position: absolute;
  right: 10px;
  top: 0px;
}
#ad7cda4c7ca6356 .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: FZShuSong-Z01S;
  color: #000000;
}
#ad7cda4c7ca6356 .article .datetime {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #000000;
}
#ad7cda4c7ca6356 .article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#ad7cda4c7ca6356 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#ad7cda4c7ca6356 .article:hover .title {
  color: #626262;
}
#ad7cda4c7ca6356 .article:hover .datetime {
  color: #b6b6b6;
}
#ad7cda4c7ca6356 .article:hover .category {
  color: #b6b6b6;
}
#ad7cda4c7ca6356 .article:hover .abstract {
  color: #b6b6b6;
}
#ad7cda4c7ca6356 .article:hover .btn_icon {
  color: #b6b6b6;
}
#ad7cda4c7ca6356 .article:hover .list_icon {
  color: #b6b6b6;
}
#ab331ae13aa9cca .uk-grid {
  margin-left: -15px;
}
#ab331ae13aa9cca .uk-grid > * {
  padding-left: 15px;
}
#ab331ae13aa9cca .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#ab331ae13aa9cca .ap-category-filter ul li {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#ab331ae13aa9cca .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#ab331ae13aa9cca .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#ab331ae13aa9cca .article .info {
  padding: 0px 10px;
  position: relative;
}
#ab331ae13aa9cca .article .info p {
  margin: 10px 0 10px;
}
#ab331ae13aa9cca .article svg {
  fill: currentColor;
}
#ab331ae13aa9cca .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: 20px;
  color: #b4b4b4;
}
#ab331ae13aa9cca .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 0px;
  color: #b4b4b4;
}
#ab331ae13aa9cca .article.list-icon .info {
  padding-left: 25px;
}
#ab331ae13aa9cca .article .datetime {
  position: absolute;
  right: 10px;
  top: 0px;
}
#ab331ae13aa9cca .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: FZShuSong-Z01S;
  color: #000000;
}
#ab331ae13aa9cca .article .datetime {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #000000;
}
#ab331ae13aa9cca .article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#ab331ae13aa9cca .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#ab331ae13aa9cca .article:hover .title {
  color: #626262;
}
#ab331ae13aa9cca .article:hover .datetime {
  color: #b6b6b6;
}
#ab331ae13aa9cca .article:hover .category {
  color: #b6b6b6;
}
#ab331ae13aa9cca .article:hover .abstract {
  color: #b6b6b6;
}
#ab331ae13aa9cca .article:hover .btn_icon {
  color: #b6b6b6;
}
#ab331ae13aa9cca .article:hover .list_icon {
  color: #b6b6b6;
}
#a7516ac7acaa1c6 .uk-grid {
  margin-left: -15px;
}
#a7516ac7acaa1c6 .uk-grid > * {
  padding-left: 15px;
}
#a7516ac7acaa1c6 .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#a7516ac7acaa1c6 .ap-category-filter ul li {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#a7516ac7acaa1c6 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a7516ac7acaa1c6 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#a7516ac7acaa1c6 .article .info {
  padding: 0px 10px;
  position: relative;
}
#a7516ac7acaa1c6 .article .info p {
  margin: 10px 0 10px;
}
#a7516ac7acaa1c6 .article svg {
  fill: currentColor;
}
#a7516ac7acaa1c6 .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: 20px;
  color: #b4b4b4;
}
#a7516ac7acaa1c6 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 0px;
  color: #b4b4b4;
}
#a7516ac7acaa1c6 .article.list-icon .info {
  padding-left: 25px;
}
#a7516ac7acaa1c6 .article .datetime {
  position: absolute;
  right: 10px;
  top: 0px;
}
#a7516ac7acaa1c6 .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: FZShuSong-Z01S;
  color: #000000;
}
#a7516ac7acaa1c6 .article .datetime {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #000000;
}
#a7516ac7acaa1c6 .article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#a7516ac7acaa1c6 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a7516ac7acaa1c6 .article:hover .title {
  color: #626262;
}
#a7516ac7acaa1c6 .article:hover .datetime {
  color: #b6b6b6;
}
#a7516ac7acaa1c6 .article:hover .category {
  color: #b6b6b6;
}
#a7516ac7acaa1c6 .article:hover .abstract {
  color: #b6b6b6;
}
#a7516ac7acaa1c6 .article:hover .btn_icon {
  color: #b6b6b6;
}
#a7516ac7acaa1c6 .article:hover .list_icon {
  color: #b6b6b6;
}
#a7cada9398a2a0b .uk-grid {
  margin-left: -15px;
}
#a7cada9398a2a0b .uk-grid > * {
  padding-left: 15px;
}
#a7cada9398a2a0b .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#a7cada9398a2a0b .ap-category-filter ul li {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#a7cada9398a2a0b .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a7cada9398a2a0b .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#a7cada9398a2a0b .article .info {
  padding: 0px 10px;
  position: relative;
}
#a7cada9398a2a0b .article .info p {
  margin: 10px 0 10px;
}
#a7cada9398a2a0b .article svg {
  fill: currentColor;
}
#a7cada9398a2a0b .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: 20px;
  color: #b4b4b4;
}
#a7cada9398a2a0b .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 0px;
  color: #b4b4b4;
}
#a7cada9398a2a0b .article.list-icon .info {
  padding-left: 25px;
}
#a7cada9398a2a0b .article .datetime {
  position: absolute;
  right: 10px;
  top: 0px;
}
#a7cada9398a2a0b .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: FZShuSong-Z01S;
  color: #000000;
}
#a7cada9398a2a0b .article .datetime {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #000000;
}
#a7cada9398a2a0b .article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#a7cada9398a2a0b .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a7cada9398a2a0b .article:hover .title {
  color: #626262;
}
#a7cada9398a2a0b .article:hover .datetime {
  color: #b6b6b6;
}
#a7cada9398a2a0b .article:hover .category {
  color: #b6b6b6;
}
#a7cada9398a2a0b .article:hover .abstract {
  color: #b6b6b6;
}
#a7cada9398a2a0b .article:hover .btn_icon {
  color: #b6b6b6;
}
#a7cada9398a2a0b .article:hover .list_icon {
  color: #b6b6b6;
}
#aaa03ab351a5f62 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-width: 1px;
}
#aaa03ab351a5f62 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aaa03ab351a5f62 > .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;
}
#aaa03ab351a5f62 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaa03ab351a5f62 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aaa03ab351a5f62 > .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;
}
#aaa03ab351a5f62 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaa03ab351a5f62 > .tab-wrap > div > .tab-nav,
#aaa03ab351a5f62 > .tab-nav,
#aaa03ab351a5f62 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aaa03ab351a5f62 > .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;
}
#aaa03ab351a5f62 > .tab-wrap > div > .tab-nav-horizontal,
#aaa03ab351a5f62 > .tab-nav-horizontal,
#aaa03ab351a5f62 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aaa03ab351a5f62 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aaa03ab351a5f62 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaa03ab351a5f62 > .tab-nav-horizontal::-webkit-scrollbar,
#aaa03ab351a5f62 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaa03ab351a5f62 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aaa03ab351a5f62 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaa03ab351a5f62 > .tab-nav-horizontal.tagScroll,
#aaa03ab351a5f62 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaa03ab351a5f62 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#aaa03ab351a5f62 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaa03ab351a5f62 > .tab-nav-horizontal.tagScroll li a,
#aaa03ab351a5f62 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaa03ab351a5f62 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aaa03ab351a5f62 > .tab-wrap > div > .tab-nav a,
#aaa03ab351a5f62 > .tab-nav a,
#aaa03ab351a5f62 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aaa03ab351a5f62 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#aaa03ab351a5f62 > .tab-wrap > div > .tab-nav li a,
#aaa03ab351a5f62 > .tab-nav li a,
#aaa03ab351a5f62 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aaa03ab351a5f62 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#aaa03ab351a5f62 > .tab-wrap > div > .tab-nav li a svg,
#aaa03ab351a5f62 > .tab-nav li a svg,
#aaa03ab351a5f62 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aaa03ab351a5f62 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aaa03ab351a5f62 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaa03ab351a5f62 > .tab-nav li a .ap_icon,
#aaa03ab351a5f62 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaa03ab351a5f62 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aaa03ab351a5f62 > .tab-wrap > div > .tab-nav li a:hover,
#aaa03ab351a5f62 > .tab-nav li a:hover,
#aaa03ab351a5f62 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aaa03ab351a5f62 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#aaa03ab351a5f62 > .tab-wrap > div > .tab-nav li.uk-active a,
#aaa03ab351a5f62 > .tab-nav li.uk-active a,
#aaa03ab351a5f62 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aaa03ab351a5f62 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#aaa03ab351a5f62 .layout-left li,
#aaa03ab351a5f62 .layout-center li,
#aaa03ab351a5f62 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aaa03ab351a5f62 .layout-left li a,
#aaa03ab351a5f62 .layout-center li a,
#aaa03ab351a5f62 .layout-right li a {
  height: 100%;
}
#aaa03ab351a5f62 > .tab-tabs .layout-left {
  text-align: left;
}
#aaa03ab351a5f62 > .tab-tabs .layout-center {
  text-align: center;
}
#aaa03ab351a5f62 > .tab-tabs .layout-right {
  text-align: right;
}
#aaa03ab351a5f62 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#aaa03ab351a5f62 .tab-content-wrap {
  background-color: #ffffff;
}
#aaa03ab351a5f62 .tab-contents,
#aaa03ab351a5f62 .tab-contents-wrap {
  pointer-events: none;
}
#aaa03ab351a5f62 .tab-content,
#aaa03ab351a5f62 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aaa03ab351a5f62 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aaa03ab351a5f62 .tab-wrap .tab-contents {
  height: 100%;
}
#aaa03ab351a5f62 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aaa03ab351a5f62 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aaa03ab351a5f62 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a717fa9dfbaccf9 .uk-grid {
  margin-left: -nullpx;
}
#a717fa9dfbaccf9 .uk-grid > * {
  padding-left: nullpx;
}
#a717fa9dfbaccf9 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a717fa9dfbaccf9 .uk-position-center-left-out {
    left: -30px;
  }
  #a717fa9dfbaccf9 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a81e4a2197ac47c .uk-grid {
  margin-left: -15px;
}
#a81e4a2197ac47c .uk-grid > * {
  padding-left: 15px;
}
#a81e4a2197ac47c .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#a81e4a2197ac47c .ap-category-filter ul li {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#a81e4a2197ac47c .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a81e4a2197ac47c .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#a81e4a2197ac47c .article .info {
  padding: 0px 10px;
  position: relative;
}
#a81e4a2197ac47c .article .info p {
  margin: 10px 0 10px;
}
#a81e4a2197ac47c .article svg {
  fill: currentColor;
}
#a81e4a2197ac47c .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: 20px;
  color: #b4b4b4;
}
#a81e4a2197ac47c .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 0px;
  color: #b4b4b4;
}
#a81e4a2197ac47c .article.list-icon .info {
  padding-left: 25px;
}
#a81e4a2197ac47c .article .datetime {
  position: absolute;
  right: 10px;
  top: 0px;
}
#a81e4a2197ac47c .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: FZShuSong-Z01S;
  color: #000000;
}
#a81e4a2197ac47c .article .datetime {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #000000;
}
#a81e4a2197ac47c .article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#a81e4a2197ac47c .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a81e4a2197ac47c .article:hover .title {
  color: #626262;
}
#a81e4a2197ac47c .article:hover .datetime {
  color: #b6b6b6;
}
#a81e4a2197ac47c .article:hover .category {
  color: #b6b6b6;
}
#a81e4a2197ac47c .article:hover .abstract {
  color: #b6b6b6;
}
#a81e4a2197ac47c .article:hover .btn_icon {
  color: #b6b6b6;
}
#a81e4a2197ac47c .article:hover .list_icon {
  color: #b6b6b6;
}
#a33e8a3f17a148b .uk-grid {
  margin-left: -15px;
}
#a33e8a3f17a148b .uk-grid > * {
  padding-left: 15px;
}
#a33e8a3f17a148b .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#a33e8a3f17a148b .ap-category-filter ul li {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#a33e8a3f17a148b .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a33e8a3f17a148b .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#a33e8a3f17a148b .article .info {
  padding: 0px 10px;
  position: relative;
}
#a33e8a3f17a148b .article .info p {
  margin: 10px 0 10px;
}
#a33e8a3f17a148b .article svg {
  fill: currentColor;
}
#a33e8a3f17a148b .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: 20px;
  color: #b4b4b4;
}
#a33e8a3f17a148b .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 0px;
  color: #b4b4b4;
}
#a33e8a3f17a148b .article.list-icon .info {
  padding-left: 25px;
}
#a33e8a3f17a148b .article .datetime {
  position: absolute;
  right: 10px;
  top: 0px;
}
#a33e8a3f17a148b .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: FZShuSong-Z01S;
  color: #000000;
}
#a33e8a3f17a148b .article .datetime {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #000000;
}
#a33e8a3f17a148b .article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#a33e8a3f17a148b .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a33e8a3f17a148b .article:hover .title {
  color: #626262;
}
#a33e8a3f17a148b .article:hover .datetime {
  color: #b6b6b6;
}
#a33e8a3f17a148b .article:hover .category {
  color: #b6b6b6;
}
#a33e8a3f17a148b .article:hover .abstract {
  color: #b6b6b6;
}
#a33e8a3f17a148b .article:hover .btn_icon {
  color: #b6b6b6;
}
#a33e8a3f17a148b .article:hover .list_icon {
  color: #b6b6b6;
}
#a63bda3da7ad98d .uk-grid {
  margin-left: -15px;
}
#a63bda3da7ad98d .uk-grid > * {
  padding-left: 15px;
}
#a63bda3da7ad98d .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#a63bda3da7ad98d .ap-category-filter ul li {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#a63bda3da7ad98d .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a63bda3da7ad98d .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#a63bda3da7ad98d .article .info {
  padding: 0px 10px;
  position: relative;
}
#a63bda3da7ad98d .article .info p {
  margin: 10px 0 10px;
}
#a63bda3da7ad98d .article svg {
  fill: currentColor;
}
#a63bda3da7ad98d .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: 20px;
  color: #b4b4b4;
}
#a63bda3da7ad98d .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 0px;
  color: #b4b4b4;
}
#a63bda3da7ad98d .article.list-icon .info {
  padding-left: 25px;
}
#a63bda3da7ad98d .article .datetime {
  position: absolute;
  right: 10px;
  top: 0px;
}
#a63bda3da7ad98d .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: FZShuSong-Z01S;
  color: #000000;
}
#a63bda3da7ad98d .article .datetime {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #000000;
}
#a63bda3da7ad98d .article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#a63bda3da7ad98d .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a63bda3da7ad98d .article:hover .title {
  color: #626262;
}
#a63bda3da7ad98d .article:hover .datetime {
  color: #b6b6b6;
}
#a63bda3da7ad98d .article:hover .category {
  color: #b6b6b6;
}
#a63bda3da7ad98d .article:hover .abstract {
  color: #b6b6b6;
}
#a63bda3da7ad98d .article:hover .btn_icon {
  color: #b6b6b6;
}
#a63bda3da7ad98d .article:hover .list_icon {
  color: #b6b6b6;
}
#ae5baa5f36a9fc5 .uk-grid {
  margin-left: -15px;
}
#ae5baa5f36a9fc5 .uk-grid > * {
  padding-left: 15px;
}
#ae5baa5f36a9fc5 .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#ae5baa5f36a9fc5 .ap-category-filter ul li {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#ae5baa5f36a9fc5 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#ae5baa5f36a9fc5 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#ae5baa5f36a9fc5 .article .info {
  padding: 0px 10px;
  position: relative;
}
#ae5baa5f36a9fc5 .article .info p {
  margin: 10px 0 10px;
}
#ae5baa5f36a9fc5 .article svg {
  fill: currentColor;
}
#ae5baa5f36a9fc5 .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: 20px;
  color: #b4b4b4;
}
#ae5baa5f36a9fc5 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 0px;
  color: #b4b4b4;
}
#ae5baa5f36a9fc5 .article.list-icon .info {
  padding-left: 25px;
}
#ae5baa5f36a9fc5 .article .datetime {
  position: absolute;
  right: 10px;
  top: 0px;
}
#ae5baa5f36a9fc5 .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: FZShuSong-Z01S;
  color: #000000;
}
#ae5baa5f36a9fc5 .article .datetime {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #000000;
}
#ae5baa5f36a9fc5 .article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#ae5baa5f36a9fc5 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#ae5baa5f36a9fc5 .article:hover .title {
  color: #626262;
}
#ae5baa5f36a9fc5 .article:hover .datetime {
  color: #b6b6b6;
}
#ae5baa5f36a9fc5 .article:hover .category {
  color: #b6b6b6;
}
#ae5baa5f36a9fc5 .article:hover .abstract {
  color: #b6b6b6;
}
#ae5baa5f36a9fc5 .article:hover .btn_icon {
  color: #b6b6b6;
}
#ae5baa5f36a9fc5 .article:hover .list_icon {
  color: #b6b6b6;
}
#ad6bba80eba1546 .uk-grid {
  margin-left: -15px;
}
#ad6bba80eba1546 .uk-grid > * {
  padding-left: 15px;
}
#ad6bba80eba1546 .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#ad6bba80eba1546 .ap-category-filter ul li {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#ad6bba80eba1546 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#ad6bba80eba1546 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#ad6bba80eba1546 .article .info {
  padding: 0px 10px;
  position: relative;
}
#ad6bba80eba1546 .article .info p {
  margin: 10px 0 10px;
}
#ad6bba80eba1546 .article svg {
  fill: currentColor;
}
#ad6bba80eba1546 .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: 20px;
  color: #b4b4b4;
}
#ad6bba80eba1546 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 0px;
  color: #b4b4b4;
}
#ad6bba80eba1546 .article.list-icon .info {
  padding-left: 25px;
}
#ad6bba80eba1546 .article .datetime {
  position: absolute;
  right: 10px;
  top: 0px;
}
#ad6bba80eba1546 .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: FZShuSong-Z01S;
  color: #000000;
}
#ad6bba80eba1546 .article .datetime {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #000000;
}
#ad6bba80eba1546 .article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#ad6bba80eba1546 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#ad6bba80eba1546 .article:hover .title {
  color: #626262;
}
#ad6bba80eba1546 .article:hover .datetime {
  color: #b6b6b6;
}
#ad6bba80eba1546 .article:hover .category {
  color: #b6b6b6;
}
#ad6bba80eba1546 .article:hover .abstract {
  color: #b6b6b6;
}
#ad6bba80eba1546 .article:hover .btn_icon {
  color: #b6b6b6;
}
#ad6bba80eba1546 .article:hover .list_icon {
  color: #b6b6b6;
}
#a730da60ddad51b {
  overflow: hidden;
  pointer-events: none;
  border-bottom-width: 1px;
}
#a730da60ddad51b > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a730da60ddad51b > .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;
}
#a730da60ddad51b > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a730da60ddad51b > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a730da60ddad51b > .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;
}
#a730da60ddad51b > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a730da60ddad51b > .tab-wrap > div > .tab-nav,
#a730da60ddad51b > .tab-nav,
#a730da60ddad51b > .tab-tabs > .tab-wrap > div > .tab-nav,
#a730da60ddad51b > .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;
}
#a730da60ddad51b > .tab-wrap > div > .tab-nav-horizontal,
#a730da60ddad51b > .tab-nav-horizontal,
#a730da60ddad51b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a730da60ddad51b > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a730da60ddad51b > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a730da60ddad51b > .tab-nav-horizontal::-webkit-scrollbar,
#a730da60ddad51b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a730da60ddad51b > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a730da60ddad51b > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a730da60ddad51b > .tab-nav-horizontal.tagScroll,
#a730da60ddad51b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a730da60ddad51b > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a730da60ddad51b > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a730da60ddad51b > .tab-nav-horizontal.tagScroll li a,
#a730da60ddad51b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a730da60ddad51b > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a730da60ddad51b > .tab-wrap > div > .tab-nav a,
#a730da60ddad51b > .tab-nav a,
#a730da60ddad51b > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a730da60ddad51b > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a730da60ddad51b > .tab-wrap > div > .tab-nav li a,
#a730da60ddad51b > .tab-nav li a,
#a730da60ddad51b > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a730da60ddad51b > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#a730da60ddad51b > .tab-wrap > div > .tab-nav li a svg,
#a730da60ddad51b > .tab-nav li a svg,
#a730da60ddad51b > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a730da60ddad51b > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a730da60ddad51b > .tab-wrap > div > .tab-nav li a .ap_icon,
#a730da60ddad51b > .tab-nav li a .ap_icon,
#a730da60ddad51b > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a730da60ddad51b > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a730da60ddad51b > .tab-wrap > div > .tab-nav li a:hover,
#a730da60ddad51b > .tab-nav li a:hover,
#a730da60ddad51b > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a730da60ddad51b > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a730da60ddad51b > .tab-wrap > div > .tab-nav li.uk-active a,
#a730da60ddad51b > .tab-nav li.uk-active a,
#a730da60ddad51b > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a730da60ddad51b > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a730da60ddad51b .layout-left li,
#a730da60ddad51b .layout-center li,
#a730da60ddad51b .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a730da60ddad51b .layout-left li a,
#a730da60ddad51b .layout-center li a,
#a730da60ddad51b .layout-right li a {
  height: 100%;
}
#a730da60ddad51b > .tab-tabs .layout-left {
  text-align: left;
}
#a730da60ddad51b > .tab-tabs .layout-center {
  text-align: center;
}
#a730da60ddad51b > .tab-tabs .layout-right {
  text-align: right;
}
#a730da60ddad51b .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a730da60ddad51b .tab-content-wrap {
  background-color: #ffffff;
}
#a730da60ddad51b .tab-contents,
#a730da60ddad51b .tab-contents-wrap {
  pointer-events: none;
}
#a730da60ddad51b .tab-content,
#a730da60ddad51b .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a730da60ddad51b .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a730da60ddad51b .tab-wrap .tab-contents {
  height: 100%;
}
#a730da60ddad51b .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a730da60ddad51b .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a730da60ddad51b .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a55aba2b58a84e8 .uk-grid {
  margin-left: -nullpx;
}
#a55aba2b58a84e8 .uk-grid > * {
  padding-left: nullpx;
}
#a55aba2b58a84e8 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a55aba2b58a84e8 .uk-position-center-left-out {
    left: -30px;
  }
  #a55aba2b58a84e8 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8512a9215a4f54 .uk-grid {
  margin-left: -15px;
}
#a8512a9215a4f54 .uk-grid > * {
  padding-left: 15px;
}
#a8512a9215a4f54 .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#a8512a9215a4f54 .ap-category-filter ul li {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#a8512a9215a4f54 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a8512a9215a4f54 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#a8512a9215a4f54 .article .info {
  padding: 0px 10px;
  position: relative;
}
#a8512a9215a4f54 .article .info p {
  margin: 10px 0 10px;
}
#a8512a9215a4f54 .article svg {
  fill: currentColor;
}
#a8512a9215a4f54 .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: 20px;
  color: #b4b4b4;
}
#a8512a9215a4f54 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 0px;
  color: #b4b4b4;
}
#a8512a9215a4f54 .article.list-icon .info {
  padding-left: 25px;
}
#a8512a9215a4f54 .article .datetime {
  position: absolute;
  right: 10px;
  top: 0px;
}
#a8512a9215a4f54 .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: FZShuSong-Z01S;
  color: #000000;
}
#a8512a9215a4f54 .article .datetime {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #000000;
}
#a8512a9215a4f54 .article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#a8512a9215a4f54 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a8512a9215a4f54 .article:hover .title {
  color: #626262;
}
#a8512a9215a4f54 .article:hover .datetime {
  color: #b6b6b6;
}
#a8512a9215a4f54 .article:hover .category {
  color: #b6b6b6;
}
#a8512a9215a4f54 .article:hover .abstract {
  color: #b6b6b6;
}
#a8512a9215a4f54 .article:hover .btn_icon {
  color: #b6b6b6;
}
#a8512a9215a4f54 .article:hover .list_icon {
  color: #b6b6b6;
}
#aca91aaa8aa11ec .uk-grid {
  margin-left: -15px;
}
#aca91aaa8aa11ec .uk-grid > * {
  padding-left: 15px;
}
#aca91aaa8aa11ec .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#aca91aaa8aa11ec .ap-category-filter ul li {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#aca91aaa8aa11ec .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#aca91aaa8aa11ec .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#aca91aaa8aa11ec .article .info {
  padding: 0px 10px;
  position: relative;
}
#aca91aaa8aa11ec .article .info p {
  margin: 10px 0 10px;
}
#aca91aaa8aa11ec .article svg {
  fill: currentColor;
}
#aca91aaa8aa11ec .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: 20px;
  color: #b4b4b4;
}
#aca91aaa8aa11ec .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 0px;
  color: #b4b4b4;
}
#aca91aaa8aa11ec .article.list-icon .info {
  padding-left: 25px;
}
#aca91aaa8aa11ec .article .datetime {
  position: absolute;
  right: 10px;
  top: 0px;
}
#aca91aaa8aa11ec .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: FZShuSong-Z01S;
  color: #000000;
}
#aca91aaa8aa11ec .article .datetime {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #000000;
}
#aca91aaa8aa11ec .article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#aca91aaa8aa11ec .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#aca91aaa8aa11ec .article:hover .title {
  color: #626262;
}
#aca91aaa8aa11ec .article:hover .datetime {
  color: #b6b6b6;
}
#aca91aaa8aa11ec .article:hover .category {
  color: #b6b6b6;
}
#aca91aaa8aa11ec .article:hover .abstract {
  color: #b6b6b6;
}
#aca91aaa8aa11ec .article:hover .btn_icon {
  color: #b6b6b6;
}
#aca91aaa8aa11ec .article:hover .list_icon {
  color: #b6b6b6;
}
#a7d96a7b59a0d6b .uk-grid {
  margin-left: -15px;
}
#a7d96a7b59a0d6b .uk-grid > * {
  padding-left: 15px;
}
#a7d96a7b59a0d6b .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#a7d96a7b59a0d6b .ap-category-filter ul li {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#a7d96a7b59a0d6b .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a7d96a7b59a0d6b .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#a7d96a7b59a0d6b .article .info {
  padding: 0px 10px;
  position: relative;
}
#a7d96a7b59a0d6b .article .info p {
  margin: 10px 0 10px;
}
#a7d96a7b59a0d6b .article svg {
  fill: currentColor;
}
#a7d96a7b59a0d6b .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: 20px;
  color: #b4b4b4;
}
#a7d96a7b59a0d6b .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 0px;
  color: #b4b4b4;
}
#a7d96a7b59a0d6b .article.list-icon .info {
  padding-left: 25px;
}
#a7d96a7b59a0d6b .article .datetime {
  position: absolute;
  right: 10px;
  top: 0px;
}
#a7d96a7b59a0d6b .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: FZShuSong-Z01S;
  color: #000000;
}
#a7d96a7b59a0d6b .article .datetime {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #000000;
}
#a7d96a7b59a0d6b .article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#a7d96a7b59a0d6b .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a7d96a7b59a0d6b .article:hover .title {
  color: #626262;
}
#a7d96a7b59a0d6b .article:hover .datetime {
  color: #b6b6b6;
}
#a7d96a7b59a0d6b .article:hover .category {
  color: #b6b6b6;
}
#a7d96a7b59a0d6b .article:hover .abstract {
  color: #b6b6b6;
}
#a7d96a7b59a0d6b .article:hover .btn_icon {
  color: #b6b6b6;
}
#a7d96a7b59a0d6b .article:hover .list_icon {
  color: #b6b6b6;
}
#a4c2ba6d71a5b03 .uk-grid {
  margin-left: -15px;
}
#a4c2ba6d71a5b03 .uk-grid > * {
  padding-left: 15px;
}
#a4c2ba6d71a5b03 .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#a4c2ba6d71a5b03 .ap-category-filter ul li {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#a4c2ba6d71a5b03 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a4c2ba6d71a5b03 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#a4c2ba6d71a5b03 .article .info {
  padding: 0px 10px;
  position: relative;
}
#a4c2ba6d71a5b03 .article .info p {
  margin: 10px 0 10px;
}
#a4c2ba6d71a5b03 .article svg {
  fill: currentColor;
}
#a4c2ba6d71a5b03 .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: 20px;
  color: #b4b4b4;
}
#a4c2ba6d71a5b03 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 0px;
  color: #b4b4b4;
}
#a4c2ba6d71a5b03 .article.list-icon .info {
  padding-left: 25px;
}
#a4c2ba6d71a5b03 .article .datetime {
  position: absolute;
  right: 10px;
  top: 0px;
}
#a4c2ba6d71a5b03 .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: FZShuSong-Z01S;
  color: #000000;
}
#a4c2ba6d71a5b03 .article .datetime {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #000000;
}
#a4c2ba6d71a5b03 .article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#a4c2ba6d71a5b03 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a4c2ba6d71a5b03 .article:hover .title {
  color: #626262;
}
#a4c2ba6d71a5b03 .article:hover .datetime {
  color: #b6b6b6;
}
#a4c2ba6d71a5b03 .article:hover .category {
  color: #b6b6b6;
}
#a4c2ba6d71a5b03 .article:hover .abstract {
  color: #b6b6b6;
}
#a4c2ba6d71a5b03 .article:hover .btn_icon {
  color: #b6b6b6;
}
#a4c2ba6d71a5b03 .article:hover .list_icon {
  color: #b6b6b6;
}
#ae66da9612afb13 .uk-grid {
  margin-left: -15px;
}
#ae66da9612afb13 .uk-grid > * {
  padding-left: 15px;
}
#ae66da9612afb13 .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#ae66da9612afb13 .ap-category-filter ul li {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#ae66da9612afb13 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#ae66da9612afb13 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#ae66da9612afb13 .article .info {
  padding: 0px 10px;
  position: relative;
}
#ae66da9612afb13 .article .info p {
  margin: 10px 0 10px;
}
#ae66da9612afb13 .article svg {
  fill: currentColor;
}
#ae66da9612afb13 .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: 20px;
  color: #b4b4b4;
}
#ae66da9612afb13 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 0px;
  color: #b4b4b4;
}
#ae66da9612afb13 .article.list-icon .info {
  padding-left: 25px;
}
#ae66da9612afb13 .article .datetime {
  position: absolute;
  right: 10px;
  top: 0px;
}
#ae66da9612afb13 .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: FZShuSong-Z01S;
  color: #000000;
}
#ae66da9612afb13 .article .datetime {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #000000;
}
#ae66da9612afb13 .article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#ae66da9612afb13 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#ae66da9612afb13 .article:hover .title {
  color: #626262;
}
#ae66da9612afb13 .article:hover .datetime {
  color: #b6b6b6;
}
#ae66da9612afb13 .article:hover .category {
  color: #b6b6b6;
}
#ae66da9612afb13 .article:hover .abstract {
  color: #b6b6b6;
}
#ae66da9612afb13 .article:hover .btn_icon {
  color: #b6b6b6;
}
#ae66da9612afb13 .article:hover .list_icon {
  color: #b6b6b6;
}
#a8982a6deda6794 .uk-grid {
  margin-left: -15px;
}
#a8982a6deda6794 .uk-grid > * {
  padding-left: 15px;
}
#a8982a6deda6794 .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#a8982a6deda6794 .ap-category-filter ul li {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#a8982a6deda6794 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a8982a6deda6794 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#a8982a6deda6794 .article .info {
  padding: 0px 10px;
  position: relative;
}
#a8982a6deda6794 .article .info p {
  margin: 10px 0 10px;
}
#a8982a6deda6794 .article svg {
  fill: currentColor;
}
#a8982a6deda6794 .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: 20px;
  color: #b4b4b4;
}
#a8982a6deda6794 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 0px;
  color: #b4b4b4;
}
#a8982a6deda6794 .article.list-icon .info {
  padding-left: 25px;
}
#a8982a6deda6794 .article .datetime {
  position: absolute;
  right: 10px;
  top: 0px;
}
#a8982a6deda6794 .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: FZShuSong-Z01S;
  color: #000000;
}
#a8982a6deda6794 .article .datetime {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #000000;
}
#a8982a6deda6794 .article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#a8982a6deda6794 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a8982a6deda6794 .article:hover .title {
  color: #626262;
}
#a8982a6deda6794 .article:hover .datetime {
  color: #b6b6b6;
}
#a8982a6deda6794 .article:hover .category {
  color: #b6b6b6;
}
#a8982a6deda6794 .article:hover .abstract {
  color: #b6b6b6;
}
#a8982a6deda6794 .article:hover .btn_icon {
  color: #b6b6b6;
}
#a8982a6deda6794 .article:hover .list_icon {
  color: #b6b6b6;
}
#a1cbfa537cab17d {
  overflow: hidden;
  pointer-events: none;
  border-bottom-width: 1px;
}
#a1cbfa537cab17d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a1cbfa537cab17d > .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;
}
#a1cbfa537cab17d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a1cbfa537cab17d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a1cbfa537cab17d > .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;
}
#a1cbfa537cab17d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a1cbfa537cab17d > .tab-wrap > div > .tab-nav,
#a1cbfa537cab17d > .tab-nav,
#a1cbfa537cab17d > .tab-tabs > .tab-wrap > div > .tab-nav,
#a1cbfa537cab17d > .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;
}
#a1cbfa537cab17d > .tab-wrap > div > .tab-nav-horizontal,
#a1cbfa537cab17d > .tab-nav-horizontal,
#a1cbfa537cab17d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a1cbfa537cab17d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a1cbfa537cab17d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a1cbfa537cab17d > .tab-nav-horizontal::-webkit-scrollbar,
#a1cbfa537cab17d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a1cbfa537cab17d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a1cbfa537cab17d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a1cbfa537cab17d > .tab-nav-horizontal.tagScroll,
#a1cbfa537cab17d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a1cbfa537cab17d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a1cbfa537cab17d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a1cbfa537cab17d > .tab-nav-horizontal.tagScroll li a,
#a1cbfa537cab17d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a1cbfa537cab17d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a1cbfa537cab17d > .tab-wrap > div > .tab-nav a,
#a1cbfa537cab17d > .tab-nav a,
#a1cbfa537cab17d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a1cbfa537cab17d > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a1cbfa537cab17d > .tab-wrap > div > .tab-nav li a,
#a1cbfa537cab17d > .tab-nav li a,
#a1cbfa537cab17d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a1cbfa537cab17d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#a1cbfa537cab17d > .tab-wrap > div > .tab-nav li a svg,
#a1cbfa537cab17d > .tab-nav li a svg,
#a1cbfa537cab17d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a1cbfa537cab17d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a1cbfa537cab17d > .tab-wrap > div > .tab-nav li a .ap_icon,
#a1cbfa537cab17d > .tab-nav li a .ap_icon,
#a1cbfa537cab17d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a1cbfa537cab17d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a1cbfa537cab17d > .tab-wrap > div > .tab-nav li a:hover,
#a1cbfa537cab17d > .tab-nav li a:hover,
#a1cbfa537cab17d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a1cbfa537cab17d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a1cbfa537cab17d > .tab-wrap > div > .tab-nav li.uk-active a,
#a1cbfa537cab17d > .tab-nav li.uk-active a,
#a1cbfa537cab17d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a1cbfa537cab17d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a1cbfa537cab17d .layout-left li,
#a1cbfa537cab17d .layout-center li,
#a1cbfa537cab17d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a1cbfa537cab17d .layout-left li a,
#a1cbfa537cab17d .layout-center li a,
#a1cbfa537cab17d .layout-right li a {
  height: 100%;
}
#a1cbfa537cab17d > .tab-tabs .layout-left {
  text-align: left;
}
#a1cbfa537cab17d > .tab-tabs .layout-center {
  text-align: center;
}
#a1cbfa537cab17d > .tab-tabs .layout-right {
  text-align: right;
}
#a1cbfa537cab17d .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a1cbfa537cab17d .tab-content-wrap {
  background-color: #ffffff;
}
#a1cbfa537cab17d .tab-contents,
#a1cbfa537cab17d .tab-contents-wrap {
  pointer-events: none;
}
#a1cbfa537cab17d .tab-content,
#a1cbfa537cab17d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a1cbfa537cab17d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a1cbfa537cab17d .tab-wrap .tab-contents {
  height: 100%;
}
#a1cbfa537cab17d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a1cbfa537cab17d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a1cbfa537cab17d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a06cbae392a5f8c .uk-grid {
  margin-left: -nullpx;
}
#a06cbae392a5f8c .uk-grid > * {
  padding-left: nullpx;
}
#a06cbae392a5f8c .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a06cbae392a5f8c .uk-position-center-left-out {
    left: -30px;
  }
  #a06cbae392a5f8c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#adaa2ac0afacfba .uk-grid {
  margin-left: -15px;
}
#adaa2ac0afacfba .uk-grid > * {
  padding-left: 15px;
}
#adaa2ac0afacfba .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#adaa2ac0afacfba .ap-category-filter ul li {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#adaa2ac0afacfba .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#adaa2ac0afacfba .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#adaa2ac0afacfba .article .info {
  padding: 0px 10px;
  position: relative;
}
#adaa2ac0afacfba .article .info p {
  margin: 10px 0 10px;
}
#adaa2ac0afacfba .article svg {
  fill: currentColor;
}
#adaa2ac0afacfba .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: 20px;
  color: #b4b4b4;
}
#adaa2ac0afacfba .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 0px;
  color: #b4b4b4;
}
#adaa2ac0afacfba .article.list-icon .info {
  padding-left: 25px;
}
#adaa2ac0afacfba .article .datetime {
  position: absolute;
  right: 10px;
  top: 0px;
}
#adaa2ac0afacfba .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: FZShuSong-Z01S;
  color: #000000;
}
#adaa2ac0afacfba .article .datetime {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #000000;
}
#adaa2ac0afacfba .article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#adaa2ac0afacfba .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#adaa2ac0afacfba .article:hover .title {
  color: #626262;
}
#adaa2ac0afacfba .article:hover .datetime {
  color: #b6b6b6;
}
#adaa2ac0afacfba .article:hover .category {
  color: #b6b6b6;
}
#adaa2ac0afacfba .article:hover .abstract {
  color: #b6b6b6;
}
#adaa2ac0afacfba .article:hover .btn_icon {
  color: #b6b6b6;
}
#adaa2ac0afacfba .article:hover .list_icon {
  color: #b6b6b6;
}
#a0717af69facb8b .uk-grid {
  margin-left: -15px;
}
#a0717af69facb8b .uk-grid > * {
  padding-left: 15px;
}
#a0717af69facb8b .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#a0717af69facb8b .ap-category-filter ul li {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#a0717af69facb8b .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a0717af69facb8b .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#a0717af69facb8b .article .info {
  padding: 0px 10px;
  position: relative;
}
#a0717af69facb8b .article .info p {
  margin: 10px 0 10px;
}
#a0717af69facb8b .article svg {
  fill: currentColor;
}
#a0717af69facb8b .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: 20px;
  color: #b4b4b4;
}
#a0717af69facb8b .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 0px;
  color: #b4b4b4;
}
#a0717af69facb8b .article.list-icon .info {
  padding-left: 25px;
}
#a0717af69facb8b .article .datetime {
  position: absolute;
  right: 10px;
  top: 0px;
}
#a0717af69facb8b .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: FZShuSong-Z01S;
  color: #000000;
}
#a0717af69facb8b .article .datetime {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #000000;
}
#a0717af69facb8b .article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#a0717af69facb8b .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a0717af69facb8b .article:hover .title {
  color: #626262;
}
#a0717af69facb8b .article:hover .datetime {
  color: #b6b6b6;
}
#a0717af69facb8b .article:hover .category {
  color: #b6b6b6;
}
#a0717af69facb8b .article:hover .abstract {
  color: #b6b6b6;
}
#a0717af69facb8b .article:hover .btn_icon {
  color: #b6b6b6;
}
#a0717af69facb8b .article:hover .list_icon {
  color: #b6b6b6;
}
#a99cfa03afae9d8 .uk-grid {
  margin-left: -15px;
}
#a99cfa03afae9d8 .uk-grid > * {
  padding-left: 15px;
}
#a99cfa03afae9d8 .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#a99cfa03afae9d8 .ap-category-filter ul li {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#a99cfa03afae9d8 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a99cfa03afae9d8 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#a99cfa03afae9d8 .article .info {
  padding: 0px 10px;
  position: relative;
}
#a99cfa03afae9d8 .article .info p {
  margin: 10px 0 10px;
}
#a99cfa03afae9d8 .article svg {
  fill: currentColor;
}
#a99cfa03afae9d8 .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: 20px;
  color: #b4b4b4;
}
#a99cfa03afae9d8 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 0px;
  color: #b4b4b4;
}
#a99cfa03afae9d8 .article.list-icon .info {
  padding-left: 25px;
}
#a99cfa03afae9d8 .article .datetime {
  position: absolute;
  right: 10px;
  top: 0px;
}
#a99cfa03afae9d8 .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: FZShuSong-Z01S;
  color: #000000;
}
#a99cfa03afae9d8 .article .datetime {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #000000;
}
#a99cfa03afae9d8 .article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#a99cfa03afae9d8 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a99cfa03afae9d8 .article:hover .title {
  color: #626262;
}
#a99cfa03afae9d8 .article:hover .datetime {
  color: #b6b6b6;
}
#a99cfa03afae9d8 .article:hover .category {
  color: #b6b6b6;
}
#a99cfa03afae9d8 .article:hover .abstract {
  color: #b6b6b6;
}
#a99cfa03afae9d8 .article:hover .btn_icon {
  color: #b6b6b6;
}
#a99cfa03afae9d8 .article:hover .list_icon {
  color: #b6b6b6;
}
#a6f6fa6912a3efa .uk-grid {
  margin-left: -15px;
}
#a6f6fa6912a3efa .uk-grid > * {
  padding-left: 15px;
}
#a6f6fa6912a3efa .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#a6f6fa6912a3efa .ap-category-filter ul li {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#a6f6fa6912a3efa .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a6f6fa6912a3efa .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#a6f6fa6912a3efa .article .info {
  padding: 0px 10px;
  position: relative;
}
#a6f6fa6912a3efa .article .info p {
  margin: 10px 0 10px;
}
#a6f6fa6912a3efa .article svg {
  fill: currentColor;
}
#a6f6fa6912a3efa .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: 20px;
  color: #b4b4b4;
}
#a6f6fa6912a3efa .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 0px;
  color: #b4b4b4;
}
#a6f6fa6912a3efa .article.list-icon .info {
  padding-left: 25px;
}
#a6f6fa6912a3efa .article .datetime {
  position: absolute;
  right: 10px;
  top: 0px;
}
#a6f6fa6912a3efa .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: FZShuSong-Z01S;
  color: #000000;
}
#a6f6fa6912a3efa .article .datetime {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #000000;
}
#a6f6fa6912a3efa .article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#a6f6fa6912a3efa .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a6f6fa6912a3efa .article:hover .title {
  color: #626262;
}
#a6f6fa6912a3efa .article:hover .datetime {
  color: #b6b6b6;
}
#a6f6fa6912a3efa .article:hover .category {
  color: #b6b6b6;
}
#a6f6fa6912a3efa .article:hover .abstract {
  color: #b6b6b6;
}
#a6f6fa6912a3efa .article:hover .btn_icon {
  color: #b6b6b6;
}
#a6f6fa6912a3efa .article:hover .list_icon {
  color: #b6b6b6;
}
#ab1eba5d65ae7fc .uk-grid {
  margin-left: -15px;
}
#ab1eba5d65ae7fc .uk-grid > * {
  padding-left: 15px;
}
#ab1eba5d65ae7fc .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#ab1eba5d65ae7fc .ap-category-filter ul li {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#ab1eba5d65ae7fc .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#ab1eba5d65ae7fc .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#ab1eba5d65ae7fc .article .info {
  padding: 0px 10px;
  position: relative;
}
#ab1eba5d65ae7fc .article .info p {
  margin: 10px 0 10px;
}
#ab1eba5d65ae7fc .article svg {
  fill: currentColor;
}
#ab1eba5d65ae7fc .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: 20px;
  color: #b4b4b4;
}
#ab1eba5d65ae7fc .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 0px;
  color: #b4b4b4;
}
#ab1eba5d65ae7fc .article.list-icon .info {
  padding-left: 25px;
}
#ab1eba5d65ae7fc .article .datetime {
  position: absolute;
  right: 10px;
  top: 0px;
}
#ab1eba5d65ae7fc .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: FZShuSong-Z01S;
  color: #000000;
}
#ab1eba5d65ae7fc .article .datetime {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #000000;
}
#ab1eba5d65ae7fc .article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#ab1eba5d65ae7fc .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#ab1eba5d65ae7fc .article:hover .title {
  color: #626262;
}
#ab1eba5d65ae7fc .article:hover .datetime {
  color: #b6b6b6;
}
#ab1eba5d65ae7fc .article:hover .category {
  color: #b6b6b6;
}
#ab1eba5d65ae7fc .article:hover .abstract {
  color: #b6b6b6;
}
#ab1eba5d65ae7fc .article:hover .btn_icon {
  color: #b6b6b6;
}
#ab1eba5d65ae7fc .article:hover .list_icon {
  color: #b6b6b6;
}
#a1dd3ad7c7a4256 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-width: 1px;
}
#a1dd3ad7c7a4256 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a1dd3ad7c7a4256 > .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;
}
#a1dd3ad7c7a4256 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a1dd3ad7c7a4256 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a1dd3ad7c7a4256 > .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;
}
#a1dd3ad7c7a4256 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a1dd3ad7c7a4256 > .tab-wrap > div > .tab-nav,
#a1dd3ad7c7a4256 > .tab-nav,
#a1dd3ad7c7a4256 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a1dd3ad7c7a4256 > .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;
}
#a1dd3ad7c7a4256 > .tab-wrap > div > .tab-nav-horizontal,
#a1dd3ad7c7a4256 > .tab-nav-horizontal,
#a1dd3ad7c7a4256 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a1dd3ad7c7a4256 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a1dd3ad7c7a4256 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a1dd3ad7c7a4256 > .tab-nav-horizontal::-webkit-scrollbar,
#a1dd3ad7c7a4256 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a1dd3ad7c7a4256 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a1dd3ad7c7a4256 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a1dd3ad7c7a4256 > .tab-nav-horizontal.tagScroll,
#a1dd3ad7c7a4256 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a1dd3ad7c7a4256 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a1dd3ad7c7a4256 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a1dd3ad7c7a4256 > .tab-nav-horizontal.tagScroll li a,
#a1dd3ad7c7a4256 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a1dd3ad7c7a4256 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a1dd3ad7c7a4256 > .tab-wrap > div > .tab-nav a,
#a1dd3ad7c7a4256 > .tab-nav a,
#a1dd3ad7c7a4256 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a1dd3ad7c7a4256 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a1dd3ad7c7a4256 > .tab-wrap > div > .tab-nav li a,
#a1dd3ad7c7a4256 > .tab-nav li a,
#a1dd3ad7c7a4256 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a1dd3ad7c7a4256 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#a1dd3ad7c7a4256 > .tab-wrap > div > .tab-nav li a svg,
#a1dd3ad7c7a4256 > .tab-nav li a svg,
#a1dd3ad7c7a4256 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a1dd3ad7c7a4256 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a1dd3ad7c7a4256 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a1dd3ad7c7a4256 > .tab-nav li a .ap_icon,
#a1dd3ad7c7a4256 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a1dd3ad7c7a4256 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a1dd3ad7c7a4256 > .tab-wrap > div > .tab-nav li a:hover,
#a1dd3ad7c7a4256 > .tab-nav li a:hover,
#a1dd3ad7c7a4256 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a1dd3ad7c7a4256 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a1dd3ad7c7a4256 > .tab-wrap > div > .tab-nav li.uk-active a,
#a1dd3ad7c7a4256 > .tab-nav li.uk-active a,
#a1dd3ad7c7a4256 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a1dd3ad7c7a4256 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a1dd3ad7c7a4256 .layout-left li,
#a1dd3ad7c7a4256 .layout-center li,
#a1dd3ad7c7a4256 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a1dd3ad7c7a4256 .layout-left li a,
#a1dd3ad7c7a4256 .layout-center li a,
#a1dd3ad7c7a4256 .layout-right li a {
  height: 100%;
}
#a1dd3ad7c7a4256 > .tab-tabs .layout-left {
  text-align: left;
}
#a1dd3ad7c7a4256 > .tab-tabs .layout-center {
  text-align: center;
}
#a1dd3ad7c7a4256 > .tab-tabs .layout-right {
  text-align: right;
}
#a1dd3ad7c7a4256 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a1dd3ad7c7a4256 .tab-content-wrap {
  background-color: #ffffff;
}
#a1dd3ad7c7a4256 .tab-contents,
#a1dd3ad7c7a4256 .tab-contents-wrap {
  pointer-events: none;
}
#a1dd3ad7c7a4256 .tab-content,
#a1dd3ad7c7a4256 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a1dd3ad7c7a4256 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a1dd3ad7c7a4256 .tab-wrap .tab-contents {
  height: 100%;
}
#a1dd3ad7c7a4256 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a1dd3ad7c7a4256 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a1dd3ad7c7a4256 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ae4e9abc62a9f5a .uk-grid {
  margin-left: -nullpx;
}
#ae4e9abc62a9f5a .uk-grid > * {
  padding-left: nullpx;
}
#ae4e9abc62a9f5a .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ae4e9abc62a9f5a .uk-position-center-left-out {
    left: -30px;
  }
  #ae4e9abc62a9f5a .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aaaeda6487ac08c .uk-grid {
  margin-left: -15px;
}
#aaaeda6487ac08c .uk-grid > * {
  padding-left: 15px;
}
#aaaeda6487ac08c .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#aaaeda6487ac08c .ap-category-filter ul li {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#aaaeda6487ac08c .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#aaaeda6487ac08c .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#aaaeda6487ac08c .article .info {
  padding: 0px 10px;
  position: relative;
}
#aaaeda6487ac08c .article .info p {
  margin: 10px 0 10px;
}
#aaaeda6487ac08c .article svg {
  fill: currentColor;
}
#aaaeda6487ac08c .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: 20px;
  color: #b4b4b4;
}
#aaaeda6487ac08c .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 0px;
  color: #b4b4b4;
}
#aaaeda6487ac08c .article.list-icon .info {
  padding-left: 25px;
}
#aaaeda6487ac08c .article .datetime {
  position: absolute;
  right: 10px;
  top: 0px;
}
#aaaeda6487ac08c .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: FZShuSong-Z01S;
  color: #000000;
}
#aaaeda6487ac08c .article .datetime {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #000000;
}
#aaaeda6487ac08c .article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#aaaeda6487ac08c .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#aaaeda6487ac08c .article:hover .title {
  color: #626262;
}
#aaaeda6487ac08c .article:hover .datetime {
  color: #b6b6b6;
}
#aaaeda6487ac08c .article:hover .category {
  color: #b6b6b6;
}
#aaaeda6487ac08c .article:hover .abstract {
  color: #b6b6b6;
}
#aaaeda6487ac08c .article:hover .btn_icon {
  color: #b6b6b6;
}
#aaaeda6487ac08c .article:hover .list_icon {
  color: #b6b6b6;
}
#a4cdca6e6ea19bf .uk-grid {
  margin-left: -15px;
}
#a4cdca6e6ea19bf .uk-grid > * {
  padding-left: 15px;
}
#a4cdca6e6ea19bf .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#a4cdca6e6ea19bf .ap-category-filter ul li {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#a4cdca6e6ea19bf .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a4cdca6e6ea19bf .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#a4cdca6e6ea19bf .article .info {
  padding: 0px 10px;
  position: relative;
}
#a4cdca6e6ea19bf .article .info p {
  margin: 10px 0 10px;
}
#a4cdca6e6ea19bf .article svg {
  fill: currentColor;
}
#a4cdca6e6ea19bf .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: 20px;
  color: #b4b4b4;
}
#a4cdca6e6ea19bf .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 0px;
  color: #b4b4b4;
}
#a4cdca6e6ea19bf .article.list-icon .info {
  padding-left: 25px;
}
#a4cdca6e6ea19bf .article .datetime {
  position: absolute;
  right: 10px;
  top: 0px;
}
#a4cdca6e6ea19bf .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: FZShuSong-Z01S;
  color: #000000;
}
#a4cdca6e6ea19bf .article .datetime {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #000000;
}
#a4cdca6e6ea19bf .article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#a4cdca6e6ea19bf .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a4cdca6e6ea19bf .article:hover .title {
  color: #626262;
}
#a4cdca6e6ea19bf .article:hover .datetime {
  color: #b6b6b6;
}
#a4cdca6e6ea19bf .article:hover .category {
  color: #b6b6b6;
}
#a4cdca6e6ea19bf .article:hover .abstract {
  color: #b6b6b6;
}
#a4cdca6e6ea19bf .article:hover .btn_icon {
  color: #b6b6b6;
}
#a4cdca6e6ea19bf .article:hover .list_icon {
  color: #b6b6b6;
}
#afc84aaf94a68c1 .uk-grid {
  margin-left: -15px;
}
#afc84aaf94a68c1 .uk-grid > * {
  padding-left: 15px;
}
#afc84aaf94a68c1 .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#afc84aaf94a68c1 .ap-category-filter ul li {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#afc84aaf94a68c1 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#afc84aaf94a68c1 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#afc84aaf94a68c1 .article .info {
  padding: 0px 10px;
  position: relative;
}
#afc84aaf94a68c1 .article .info p {
  margin: 10px 0 10px;
}
#afc84aaf94a68c1 .article svg {
  fill: currentColor;
}
#afc84aaf94a68c1 .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: 20px;
  color: #b4b4b4;
}
#afc84aaf94a68c1 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 0px;
  color: #b4b4b4;
}
#afc84aaf94a68c1 .article.list-icon .info {
  padding-left: 25px;
}
#afc84aaf94a68c1 .article .datetime {
  position: absolute;
  right: 10px;
  top: 0px;
}
#afc84aaf94a68c1 .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: FZShuSong-Z01S;
  color: #000000;
}
#afc84aaf94a68c1 .article .datetime {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #000000;
}
#afc84aaf94a68c1 .article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#afc84aaf94a68c1 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#afc84aaf94a68c1 .article:hover .title {
  color: #626262;
}
#afc84aaf94a68c1 .article:hover .datetime {
  color: #b6b6b6;
}
#afc84aaf94a68c1 .article:hover .category {
  color: #b6b6b6;
}
#afc84aaf94a68c1 .article:hover .abstract {
  color: #b6b6b6;
}
#afc84aaf94a68c1 .article:hover .btn_icon {
  color: #b6b6b6;
}
#afc84aaf94a68c1 .article:hover .list_icon {
  color: #b6b6b6;
}
#a4afca0a7ea2031 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-width: 1px;
}
#a4afca0a7ea2031 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4afca0a7ea2031 > .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;
}
#a4afca0a7ea2031 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4afca0a7ea2031 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4afca0a7ea2031 > .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;
}
#a4afca0a7ea2031 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4afca0a7ea2031 > .tab-wrap > div > .tab-nav,
#a4afca0a7ea2031 > .tab-nav,
#a4afca0a7ea2031 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4afca0a7ea2031 > .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;
}
#a4afca0a7ea2031 > .tab-wrap > div > .tab-nav-horizontal,
#a4afca0a7ea2031 > .tab-nav-horizontal,
#a4afca0a7ea2031 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4afca0a7ea2031 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4afca0a7ea2031 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4afca0a7ea2031 > .tab-nav-horizontal::-webkit-scrollbar,
#a4afca0a7ea2031 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4afca0a7ea2031 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4afca0a7ea2031 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4afca0a7ea2031 > .tab-nav-horizontal.tagScroll,
#a4afca0a7ea2031 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4afca0a7ea2031 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a4afca0a7ea2031 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4afca0a7ea2031 > .tab-nav-horizontal.tagScroll li a,
#a4afca0a7ea2031 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4afca0a7ea2031 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4afca0a7ea2031 > .tab-wrap > div > .tab-nav a,
#a4afca0a7ea2031 > .tab-nav a,
#a4afca0a7ea2031 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4afca0a7ea2031 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a4afca0a7ea2031 > .tab-wrap > div > .tab-nav li a,
#a4afca0a7ea2031 > .tab-nav li a,
#a4afca0a7ea2031 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4afca0a7ea2031 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#a4afca0a7ea2031 > .tab-wrap > div > .tab-nav li a svg,
#a4afca0a7ea2031 > .tab-nav li a svg,
#a4afca0a7ea2031 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4afca0a7ea2031 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4afca0a7ea2031 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4afca0a7ea2031 > .tab-nav li a .ap_icon,
#a4afca0a7ea2031 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4afca0a7ea2031 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4afca0a7ea2031 > .tab-wrap > div > .tab-nav li a:hover,
#a4afca0a7ea2031 > .tab-nav li a:hover,
#a4afca0a7ea2031 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4afca0a7ea2031 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a4afca0a7ea2031 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4afca0a7ea2031 > .tab-nav li.uk-active a,
#a4afca0a7ea2031 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4afca0a7ea2031 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a4afca0a7ea2031 .layout-left li,
#a4afca0a7ea2031 .layout-center li,
#a4afca0a7ea2031 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4afca0a7ea2031 .layout-left li a,
#a4afca0a7ea2031 .layout-center li a,
#a4afca0a7ea2031 .layout-right li a {
  height: 100%;
}
#a4afca0a7ea2031 > .tab-tabs .layout-left {
  text-align: left;
}
#a4afca0a7ea2031 > .tab-tabs .layout-center {
  text-align: center;
}
#a4afca0a7ea2031 > .tab-tabs .layout-right {
  text-align: right;
}
#a4afca0a7ea2031 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a4afca0a7ea2031 .tab-content-wrap {
  background-color: #ffffff;
}
#a4afca0a7ea2031 .tab-contents,
#a4afca0a7ea2031 .tab-contents-wrap {
  pointer-events: none;
}
#a4afca0a7ea2031 .tab-content,
#a4afca0a7ea2031 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4afca0a7ea2031 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4afca0a7ea2031 .tab-wrap .tab-contents {
  height: 100%;
}
#a4afca0a7ea2031 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4afca0a7ea2031 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4afca0a7ea2031 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ac711a044ba4324 .uk-grid {
  margin-left: -nullpx;
}
#ac711a044ba4324 .uk-grid > * {
  padding-left: nullpx;
}
#ac711a044ba4324 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ac711a044ba4324 .uk-position-center-left-out {
    left: -30px;
  }
  #ac711a044ba4324 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a7744a01bda814b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a7744a01bda814b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a7744a01bda814b .ap-icon {
  margin-right: 6px;
}
#a7744a01bda814b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  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;
  background: transparent;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: -1;
  margin-top: -1;
  margin-right: -1;
  margin-left: -1;
  width: 150px;
  height: 35px;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a,
#a7744a01bda814b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon img,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a7744a01bda814b .menu-list > li:hover > a,
#a7744a01bda814b .menu-list > li.active > a {
  background: #c02437;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #4a4a4a;
  border-top-style: solid;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a7744a01bda814b .menu-list ul,
#a7744a01bda814b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a7744a01bda814b .menu-list ul {
  top: 39px;
  left: 50%;
  transform: translateX(-50%);
}
#a7744a01bda814b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7744a01bda814b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7744a01bda814b .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;
}
#af20aab2f2a5e93 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adbe8af25da44b1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#af42eaf25dac935 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa77aa8975a2af4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa015a8be0a92d8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a3a57a8ad9a2678 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a261ba967aab007 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a84c8adf5faa17a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8f77adf37a393f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a45aba0473a0d96 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8482a4549a6ac7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a0eb0addd8a9d95 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#afd31a960aada7f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a357eabe9bac00d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ae05baf0bcabda2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ac8d8af3ccae900 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8634adb6aa6f82 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adc7faf0f0a771d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad348aa10ca231e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad509ababeae045 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a7045abfeca2f10 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #c02437;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #bb1a1a;
  background-image: linear-gradient(0deg, #bb1a1a, #3e1ce7);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #c02437;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 62px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  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: 20px;
  font-family: inherit;
  background-color: #c02437;
}
#a99c5a2b1aa06e6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 21px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a0518a0f48a896e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.05);}#aa68ead8ffac723 .uk-grid {
  margin-left: -15px;
}
#aa68ead8ffac723 .uk-grid > * {
  padding-left: 15px;
}
#aa68ead8ffac723 .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#aa68ead8ffac723 .ap-category-filter ul li {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#aa68ead8ffac723 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#aa68ead8ffac723 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#aa68ead8ffac723 .article .info {
  padding: 0px 10px;
  position: relative;
}
#aa68ead8ffac723 .article .info p {
  margin: 10px 0 10px;
}
#aa68ead8ffac723 .article svg {
  fill: currentColor;
}
#aa68ead8ffac723 .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: 20px;
  color: #b4b4b4;
}
#aa68ead8ffac723 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 0px;
  color: #b4b4b4;
}
#aa68ead8ffac723 .article.list-icon .info {
  padding-left: 25px;
}
#aa68ead8ffac723 .article .datetime {
  position: absolute;
  right: 10px;
  top: 0px;
}
#aa68ead8ffac723 .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: FZShuSong-Z01S;
  color: #000000;
}
#aa68ead8ffac723 .article .datetime {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #000000;
}
#aa68ead8ffac723 .article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#aa68ead8ffac723 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#aa68ead8ffac723 .article:hover .title {
  color: #626262;
}
#aa68ead8ffac723 .article:hover .datetime {
  color: #b6b6b6;
}
#aa68ead8ffac723 .article:hover .category {
  color: #b6b6b6;
}
#aa68ead8ffac723 .article:hover .abstract {
  color: #b6b6b6;
}
#aa68ead8ffac723 .article:hover .btn_icon {
  color: #b6b6b6;
}
#aa68ead8ffac723 .article:hover .list_icon {
  color: #b6b6b6;
}
#aa68ead8ffac723 .uk-pagination li a {
  font-size: 13px;
}
#aa68ead8ffac723 .uk-pagination li a,
#aa68ead8ffac723 .uk-pagination > .uk-disabled > * {
  color: #000000;
}
#a08e1af82ba0a90 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.05);}#af88ca8fa2a3ea1 .uk-grid {
  margin-left: -15px;
}
#af88ca8fa2a3ea1 .uk-grid > * {
  padding-left: 15px;
}
#af88ca8fa2a3ea1 .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#af88ca8fa2a3ea1 .ap-category-filter ul li {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#af88ca8fa2a3ea1 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#af88ca8fa2a3ea1 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#af88ca8fa2a3ea1 .article .info {
  padding: 0px 10px;
  position: relative;
}
#af88ca8fa2a3ea1 .article .info p {
  margin: 10px 0 10px;
}
#af88ca8fa2a3ea1 .article svg {
  fill: currentColor;
}
#af88ca8fa2a3ea1 .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: 20px;
  color: #b4b4b4;
}
#af88ca8fa2a3ea1 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 0px;
  color: #b4b4b4;
}
#af88ca8fa2a3ea1 .article.list-icon .info {
  padding-left: 25px;
}
#af88ca8fa2a3ea1 .article .datetime {
  position: absolute;
  right: 10px;
  top: 0px;
}
#af88ca8fa2a3ea1 .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: FZShuSong-Z01S;
  color: #000000;
}
#af88ca8fa2a3ea1 .article .datetime {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #000000;
}
#af88ca8fa2a3ea1 .article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#af88ca8fa2a3ea1 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#af88ca8fa2a3ea1 .article:hover .title {
  color: #626262;
}
#af88ca8fa2a3ea1 .article:hover .datetime {
  color: #b6b6b6;
}
#af88ca8fa2a3ea1 .article:hover .category {
  color: #b6b6b6;
}
#af88ca8fa2a3ea1 .article:hover .abstract {
  color: #b6b6b6;
}
#af88ca8fa2a3ea1 .article:hover .btn_icon {
  color: #b6b6b6;
}
#af88ca8fa2a3ea1 .article:hover .list_icon {
  color: #b6b6b6;
}
#af88ca8fa2a3ea1 .uk-pagination li a {
  font-size: 13px;
}
#af88ca8fa2a3ea1 .uk-pagination li a,
#af88ca8fa2a3ea1 .uk-pagination > .uk-disabled > * {
  color: #000000;
}
#af2f1aed54adc82 .uk-grid {
  margin-left: -15px;
}
#af2f1aed54adc82 .uk-grid > * {
  padding-left: 15px;
}
#af2f1aed54adc82 .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#af2f1aed54adc82 .ap-category-filter ul li {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#af2f1aed54adc82 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#af2f1aed54adc82 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#af2f1aed54adc82 .article .info {
  padding: 0px 10px;
  position: relative;
}
#af2f1aed54adc82 .article .info p {
  margin: 10px 0 10px;
}
#af2f1aed54adc82 .article svg {
  fill: currentColor;
}
#af2f1aed54adc82 .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: 20px;
  color: #b4b4b4;
}
#af2f1aed54adc82 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 0px;
  color: #b4b4b4;
}
#af2f1aed54adc82 .article.list-icon .info {
  padding-left: 25px;
}
#af2f1aed54adc82 .article .datetime {
  position: absolute;
  right: 10px;
  top: 0px;
}
#af2f1aed54adc82 .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: FZShuSong-Z01S;
  color: #000000;
}
#af2f1aed54adc82 .article .datetime {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #000000;
}
#af2f1aed54adc82 .article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#af2f1aed54adc82 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#af2f1aed54adc82 .article:hover .title {
  color: #626262;
}
#af2f1aed54adc82 .article:hover .datetime {
  color: #b6b6b6;
}
#af2f1aed54adc82 .article:hover .category {
  color: #b6b6b6;
}
#af2f1aed54adc82 .article:hover .abstract {
  color: #b6b6b6;
}
#af2f1aed54adc82 .article:hover .btn_icon {
  color: #b6b6b6;
}
#af2f1aed54adc82 .article:hover .list_icon {
  color: #b6b6b6;
}
#af2f1aed54adc82 .uk-pagination li a {
  font-size: 13px;
}
#af2f1aed54adc82 .uk-pagination li a,
#af2f1aed54adc82 .uk-pagination > .uk-disabled > * {
  color: #000000;
}
#af288ac614aaad0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.05);}#ae806aedb3ab8af .uk-grid {
  margin-left: -15px;
}
#ae806aedb3ab8af .uk-grid > * {
  padding-left: 15px;
}
#ae806aedb3ab8af .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#ae806aedb3ab8af .ap-category-filter ul li {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#ae806aedb3ab8af .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#ae806aedb3ab8af .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#ae806aedb3ab8af .article .info {
  padding: 0px 10px;
  position: relative;
}
#ae806aedb3ab8af .article .info p {
  margin: 10px 0 10px;
}
#ae806aedb3ab8af .article svg {
  fill: currentColor;
}
#ae806aedb3ab8af .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: 20px;
  color: #b4b4b4;
}
#ae806aedb3ab8af .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 0px;
  color: #b4b4b4;
}
#ae806aedb3ab8af .article.list-icon .info {
  padding-left: 25px;
}
#ae806aedb3ab8af .article .datetime {
  position: absolute;
  right: 10px;
  top: 0px;
}
#ae806aedb3ab8af .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: FZShuSong-Z01S;
  color: #000000;
}
#ae806aedb3ab8af .article .datetime {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #000000;
}
#ae806aedb3ab8af .article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#ae806aedb3ab8af .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#ae806aedb3ab8af .article:hover .title {
  color: #626262;
}
#ae806aedb3ab8af .article:hover .datetime {
  color: #b6b6b6;
}
#ae806aedb3ab8af .article:hover .category {
  color: #b6b6b6;
}
#ae806aedb3ab8af .article:hover .abstract {
  color: #b6b6b6;
}
#ae806aedb3ab8af .article:hover .btn_icon {
  color: #b6b6b6;
}
#ae806aedb3ab8af .article:hover .list_icon {
  color: #b6b6b6;
}
#ae806aedb3ab8af .uk-pagination li a {
  font-size: 13px;
}
#ae806aedb3ab8af .uk-pagination li a,
#ae806aedb3ab8af .uk-pagination > .uk-disabled > * {
  color: #000000;
}
#a32aea8f60a2273 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a32aea8f60a2273 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a7744a01bda814b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a7744a01bda814b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a7744a01bda814b .ap-icon {
  margin-right: 6px;
}
#a7744a01bda814b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  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;
  background: transparent;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: -1;
  margin-top: -1;
  margin-right: -1;
  margin-left: -1;
  width: 150px;
  height: 35px;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a,
#a7744a01bda814b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon img,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a7744a01bda814b .menu-list > li:hover > a,
#a7744a01bda814b .menu-list > li.active > a {
  background: #c02437;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #4a4a4a;
  border-top-style: solid;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a7744a01bda814b .menu-list ul,
#a7744a01bda814b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a7744a01bda814b .menu-list ul {
  top: 39px;
  left: 50%;
  transform: translateX(-50%);
}
#a7744a01bda814b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7744a01bda814b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7744a01bda814b .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;
}
#af20aab2f2a5e93 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adbe8af25da44b1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#af42eaf25dac935 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa77aa8975a2af4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa015a8be0a92d8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a3a57a8ad9a2678 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a261ba967aab007 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a84c8adf5faa17a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8f77adf37a393f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a45aba0473a0d96 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8482a4549a6ac7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a0eb0addd8a9d95 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#afd31a960aada7f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a357eabe9bac00d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ae05baf0bcabda2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ac8d8af3ccae900 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8634adb6aa6f82 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adc7faf0f0a771d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad348aa10ca231e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad509ababeae045 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a38c7a8ae6a29e4 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #c02437;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #bb1a1a;
  background-image: linear-gradient(0deg, #bb1a1a, #3e1ce7);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #c02437;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 62px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  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: 20px;
  font-family: inherit;
  background-color: #c02437;
}
#a0f92abea0a0255 a {
        font-weight: normal;
        font-style: normal;
    font-size: 21px;font-family: inherit;color: rgba(0, 0, 0, 1);}#abd1da6418afe2c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.05);}#a1ed7a4ad5ab675 .uk-grid {
  margin-left: -15px;
}
#a1ed7a4ad5ab675 .uk-grid > * {
  padding-left: 15px;
}
#a1ed7a4ad5ab675 .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#a1ed7a4ad5ab675 .ap-category-filter ul li {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#a1ed7a4ad5ab675 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a1ed7a4ad5ab675 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#a1ed7a4ad5ab675 .article .info {
  padding: 0px 10px;
  position: relative;
}
#a1ed7a4ad5ab675 .article .info p {
  margin: 10px 0 10px;
}
#a1ed7a4ad5ab675 .article svg {
  fill: currentColor;
}
#a1ed7a4ad5ab675 .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: 20px;
  color: #b4b4b4;
}
#a1ed7a4ad5ab675 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 0px;
  color: #b4b4b4;
}
#a1ed7a4ad5ab675 .article.list-icon .info {
  padding-left: 25px;
}
#a1ed7a4ad5ab675 .article .datetime {
  position: absolute;
  right: 10px;
  top: 0px;
}
#a1ed7a4ad5ab675 .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: FZShuSong-Z01S;
  color: #000000;
}
#a1ed7a4ad5ab675 .article .datetime {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #000000;
}
#a1ed7a4ad5ab675 .article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#a1ed7a4ad5ab675 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a1ed7a4ad5ab675 .article:hover .title {
  color: #626262;
}
#a1ed7a4ad5ab675 .article:hover .datetime {
  color: #b6b6b6;
}
#a1ed7a4ad5ab675 .article:hover .category {
  color: #b6b6b6;
}
#a1ed7a4ad5ab675 .article:hover .abstract {
  color: #b6b6b6;
}
#a1ed7a4ad5ab675 .article:hover .btn_icon {
  color: #b6b6b6;
}
#a1ed7a4ad5ab675 .article:hover .list_icon {
  color: #b6b6b6;
}
#a1ed7a4ad5ab675 .uk-pagination li a {
  font-size: 13px;
}
#a1ed7a4ad5ab675 .uk-pagination li a,
#a1ed7a4ad5ab675 .uk-pagination > .uk-disabled > * {
  color: #000000;
}
#afb70a237eaffe8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.05);}#aa9d4aaab7a9d9d .uk-grid {
  margin-left: -15px;
}
#aa9d4aaab7a9d9d .uk-grid > * {
  padding-left: 15px;
}
#aa9d4aaab7a9d9d .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#aa9d4aaab7a9d9d .ap-category-filter ul li {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#aa9d4aaab7a9d9d .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#aa9d4aaab7a9d9d .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#aa9d4aaab7a9d9d .article .info {
  padding: 0px 10px;
  position: relative;
}
#aa9d4aaab7a9d9d .article .info p {
  margin: 10px 0 10px;
}
#aa9d4aaab7a9d9d .article svg {
  fill: currentColor;
}
#aa9d4aaab7a9d9d .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: 20px;
  color: #b4b4b4;
}
#aa9d4aaab7a9d9d .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 0px;
  color: #b4b4b4;
}
#aa9d4aaab7a9d9d .article.list-icon .info {
  padding-left: 25px;
}
#aa9d4aaab7a9d9d .article .datetime {
  position: absolute;
  right: 10px;
  top: 0px;
}
#aa9d4aaab7a9d9d .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: FZShuSong-Z01S;
  color: #000000;
}
#aa9d4aaab7a9d9d .article .datetime {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #000000;
}
#aa9d4aaab7a9d9d .article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#aa9d4aaab7a9d9d .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#aa9d4aaab7a9d9d .article:hover .title {
  color: #626262;
}
#aa9d4aaab7a9d9d .article:hover .datetime {
  color: #b6b6b6;
}
#aa9d4aaab7a9d9d .article:hover .category {
  color: #b6b6b6;
}
#aa9d4aaab7a9d9d .article:hover .abstract {
  color: #b6b6b6;
}
#aa9d4aaab7a9d9d .article:hover .btn_icon {
  color: #b6b6b6;
}
#aa9d4aaab7a9d9d .article:hover .list_icon {
  color: #b6b6b6;
}
#aa9d4aaab7a9d9d .uk-pagination li a {
  font-size: 13px;
}
#aa9d4aaab7a9d9d .uk-pagination li a,
#aa9d4aaab7a9d9d .uk-pagination > .uk-disabled > * {
  color: #000000;
}
#a7189a67c3a1228 .uk-grid {
  margin-left: -15px;
}
#a7189a67c3a1228 .uk-grid > * {
  padding-left: 15px;
}
#a7189a67c3a1228 .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#a7189a67c3a1228 .ap-category-filter ul li {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#a7189a67c3a1228 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a7189a67c3a1228 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#a7189a67c3a1228 .article .info {
  padding: 0px 10px;
  position: relative;
}
#a7189a67c3a1228 .article .info p {
  margin: 10px 0 10px;
}
#a7189a67c3a1228 .article svg {
  fill: currentColor;
}
#a7189a67c3a1228 .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: 20px;
  color: #b4b4b4;
}
#a7189a67c3a1228 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 0px;
  color: #b4b4b4;
}
#a7189a67c3a1228 .article.list-icon .info {
  padding-left: 25px;
}
#a7189a67c3a1228 .article .datetime {
  position: absolute;
  right: 10px;
  top: 0px;
}
#a7189a67c3a1228 .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: FZShuSong-Z01S;
  color: #000000;
}
#a7189a67c3a1228 .article .datetime {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #000000;
}
#a7189a67c3a1228 .article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#a7189a67c3a1228 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a7189a67c3a1228 .article:hover .title {
  color: #626262;
}
#a7189a67c3a1228 .article:hover .datetime {
  color: #b6b6b6;
}
#a7189a67c3a1228 .article:hover .category {
  color: #b6b6b6;
}
#a7189a67c3a1228 .article:hover .abstract {
  color: #b6b6b6;
}
#a7189a67c3a1228 .article:hover .btn_icon {
  color: #b6b6b6;
}
#a7189a67c3a1228 .article:hover .list_icon {
  color: #b6b6b6;
}
#a7189a67c3a1228 .uk-pagination li a {
  font-size: 13px;
}
#a7189a67c3a1228 .uk-pagination li a,
#a7189a67c3a1228 .uk-pagination > .uk-disabled > * {
  color: #000000;
}
#a91d2ae023ade78 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.05);}#adec8af698aa1fd .uk-grid {
  margin-left: -15px;
}
#adec8af698aa1fd .uk-grid > * {
  padding-left: 15px;
}
#adec8af698aa1fd .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#adec8af698aa1fd .ap-category-filter ul li {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#adec8af698aa1fd .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#adec8af698aa1fd .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#adec8af698aa1fd .article .info {
  padding: 0px 10px;
  position: relative;
}
#adec8af698aa1fd .article .info p {
  margin: 10px 0 10px;
}
#adec8af698aa1fd .article svg {
  fill: currentColor;
}
#adec8af698aa1fd .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: 20px;
  color: #b4b4b4;
}
#adec8af698aa1fd .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 0px;
  color: #b4b4b4;
}
#adec8af698aa1fd .article.list-icon .info {
  padding-left: 25px;
}
#adec8af698aa1fd .article .datetime {
  position: absolute;
  right: 10px;
  top: 0px;
}
#adec8af698aa1fd .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: FZShuSong-Z01S;
  color: #000000;
}
#adec8af698aa1fd .article .datetime {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #000000;
}
#adec8af698aa1fd .article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#adec8af698aa1fd .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#adec8af698aa1fd .article:hover .title {
  color: #626262;
}
#adec8af698aa1fd .article:hover .datetime {
  color: #b6b6b6;
}
#adec8af698aa1fd .article:hover .category {
  color: #b6b6b6;
}
#adec8af698aa1fd .article:hover .abstract {
  color: #b6b6b6;
}
#adec8af698aa1fd .article:hover .btn_icon {
  color: #b6b6b6;
}
#adec8af698aa1fd .article:hover .list_icon {
  color: #b6b6b6;
}
#adec8af698aa1fd .uk-pagination li a {
  font-size: 13px;
}
#adec8af698aa1fd .uk-pagination li a,
#adec8af698aa1fd .uk-pagination > .uk-disabled > * {
  color: #000000;
}
#a08b1a2000a1f81 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a08b1a2000a1f81 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a7744a01bda814b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a7744a01bda814b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a7744a01bda814b .ap-icon {
  margin-right: 6px;
}
#a7744a01bda814b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  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;
  background: transparent;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: -1;
  margin-top: -1;
  margin-right: -1;
  margin-left: -1;
  width: 150px;
  height: 35px;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a,
#a7744a01bda814b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon img,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a7744a01bda814b .menu-list > li:hover > a,
#a7744a01bda814b .menu-list > li.active > a {
  background: #c02437;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #4a4a4a;
  border-top-style: solid;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a7744a01bda814b .menu-list ul,
#a7744a01bda814b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a7744a01bda814b .menu-list ul {
  top: 39px;
  left: 50%;
  transform: translateX(-50%);
}
#a7744a01bda814b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7744a01bda814b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7744a01bda814b .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;
}
#af20aab2f2a5e93 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adbe8af25da44b1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#af42eaf25dac935 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa77aa8975a2af4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa015a8be0a92d8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a3a57a8ad9a2678 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a261ba967aab007 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a84c8adf5faa17a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8f77adf37a393f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a45aba0473a0d96 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8482a4549a6ac7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a0eb0addd8a9d95 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#afd31a960aada7f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a357eabe9bac00d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ae05baf0bcabda2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ac8d8af3ccae900 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8634adb6aa6f82 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adc7faf0f0a771d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad348aa10ca231e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad509ababeae045 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad6dea68c9a88a9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a84d3a072cad26f .timeline-item {
  position: relative;
  padding-top: 60px;
  margin-top: 15px;
}
#a84d3a072cad26f .timeline-item:before {
  background-color: #00a0e9;
  position: absolute;
  content: "";
  top: 0;
  left: -7.5px;
  width: calc(130%);
  height: 1px;
  z-index: 3;
}
#a84d3a072cad26f .timeline-item:after {
  position: absolute;
  font-family: 'FontAwesome';
  content: '';
  right: -32px;
  top: -9.5px;
  transform: translateX(-50%);
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: transparent;
  font-size: 10px;
  line-height: 17px;
  text-align: center;
  color: #fff;
  border: 1px solid #00a0e9;
  background: #f8f8f8;
  z-index: 5;
}
#a84d3a072cad26f .timeline-item-active:after {
  background: #32d296;
  content: '\f00c';
}
#a84d3a072cad26f .timeline-item-date:after {
  display: block;
  position: absolute;
  right: -12px;
  top: 12px;
  height: 70px;
  width: 1px;
  background: #00a0e9;
  content: "";
}
#a84d3a072cad26f a,
#a84d3a072cad26f .uk-link {
  color: inherit;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #c02437;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #bb1a1a;
  background-image: linear-gradient(0deg, #bb1a1a, #3e1ce7);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #c02437;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 62px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  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: 20px;
  font-family: inherit;
  background-color: #c02437;
}
#a3649a3d86a6a66 a {
        font-weight: normal;
        font-style: normal;
    font-size: 21px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a6a88a786daf336 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.05);}#ac0f7a4018a3af4 .uk-grid {
  margin-left: -15px;
}
#ac0f7a4018a3af4 .uk-grid > * {
  padding-left: 15px;
}
#ac0f7a4018a3af4 .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#ac0f7a4018a3af4 .ap-category-filter ul li {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#ac0f7a4018a3af4 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#ac0f7a4018a3af4 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#ac0f7a4018a3af4 .article .info {
  padding: 0px 10px;
  position: relative;
}
#ac0f7a4018a3af4 .article .info p {
  margin: 10px 0 10px;
}
#ac0f7a4018a3af4 .article svg {
  fill: currentColor;
}
#ac0f7a4018a3af4 .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: 20px;
  color: #b4b4b4;
}
#ac0f7a4018a3af4 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 0px;
  color: #b4b4b4;
}
#ac0f7a4018a3af4 .article.list-icon .info {
  padding-left: 25px;
}
#ac0f7a4018a3af4 .article .datetime {
  position: absolute;
  right: 10px;
  top: 0px;
}
#ac0f7a4018a3af4 .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: FZShuSong-Z01S;
  color: #000000;
}
#ac0f7a4018a3af4 .article .datetime {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #000000;
}
#ac0f7a4018a3af4 .article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#ac0f7a4018a3af4 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#ac0f7a4018a3af4 .article:hover .title {
  color: #626262;
}
#ac0f7a4018a3af4 .article:hover .datetime {
  color: #b6b6b6;
}
#ac0f7a4018a3af4 .article:hover .category {
  color: #b6b6b6;
}
#ac0f7a4018a3af4 .article:hover .abstract {
  color: #b6b6b6;
}
#ac0f7a4018a3af4 .article:hover .btn_icon {
  color: #b6b6b6;
}
#ac0f7a4018a3af4 .article:hover .list_icon {
  color: #b6b6b6;
}
#ac0f7a4018a3af4 .uk-pagination li a {
  font-size: 13px;
}
#ac0f7a4018a3af4 .uk-pagination li a,
#ac0f7a4018a3af4 .uk-pagination > .uk-disabled > * {
  color: #000000;
}
#a9acfa2c54a9a35 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.05);}#a3fddade2eae03a .uk-grid {
  margin-left: -15px;
}
#a3fddade2eae03a .uk-grid > * {
  padding-left: 15px;
}
#a3fddade2eae03a .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#a3fddade2eae03a .ap-category-filter ul li {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#a3fddade2eae03a .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a3fddade2eae03a .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#a3fddade2eae03a .article .info {
  padding: 0px 10px;
  position: relative;
}
#a3fddade2eae03a .article .info p {
  margin: 10px 0 10px;
}
#a3fddade2eae03a .article svg {
  fill: currentColor;
}
#a3fddade2eae03a .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: 20px;
  color: #b4b4b4;
}
#a3fddade2eae03a .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 0px;
  color: #b4b4b4;
}
#a3fddade2eae03a .article.list-icon .info {
  padding-left: 25px;
}
#a3fddade2eae03a .article .datetime {
  position: absolute;
  right: 10px;
  top: 0px;
}
#a3fddade2eae03a .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: FZShuSong-Z01S;
  color: #000000;
}
#a3fddade2eae03a .article .datetime {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #000000;
}
#a3fddade2eae03a .article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#a3fddade2eae03a .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a3fddade2eae03a .article:hover .title {
  color: #626262;
}
#a3fddade2eae03a .article:hover .datetime {
  color: #b6b6b6;
}
#a3fddade2eae03a .article:hover .category {
  color: #b6b6b6;
}
#a3fddade2eae03a .article:hover .abstract {
  color: #b6b6b6;
}
#a3fddade2eae03a .article:hover .btn_icon {
  color: #b6b6b6;
}
#a3fddade2eae03a .article:hover .list_icon {
  color: #b6b6b6;
}
#a3fddade2eae03a .uk-pagination li a {
  font-size: 13px;
}
#a3fddade2eae03a .uk-pagination li a,
#a3fddade2eae03a .uk-pagination > .uk-disabled > * {
  color: #000000;
}
#a75b6a2b7cab2e1 .uk-grid {
  margin-left: -15px;
}
#a75b6a2b7cab2e1 .uk-grid > * {
  padding-left: 15px;
}
#a75b6a2b7cab2e1 .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#a75b6a2b7cab2e1 .ap-category-filter ul li {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#a75b6a2b7cab2e1 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a75b6a2b7cab2e1 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#a75b6a2b7cab2e1 .article .info {
  padding: 0px 10px;
  position: relative;
}
#a75b6a2b7cab2e1 .article .info p {
  margin: 10px 0 10px;
}
#a75b6a2b7cab2e1 .article svg {
  fill: currentColor;
}
#a75b6a2b7cab2e1 .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: 20px;
  color: #b4b4b4;
}
#a75b6a2b7cab2e1 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 0px;
  color: #b4b4b4;
}
#a75b6a2b7cab2e1 .article.list-icon .info {
  padding-left: 25px;
}
#a75b6a2b7cab2e1 .article .datetime {
  position: absolute;
  right: 10px;
  top: 0px;
}
#a75b6a2b7cab2e1 .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: FZShuSong-Z01S;
  color: #000000;
}
#a75b6a2b7cab2e1 .article .datetime {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #000000;
}
#a75b6a2b7cab2e1 .article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#a75b6a2b7cab2e1 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a75b6a2b7cab2e1 .article:hover .title {
  color: #626262;
}
#a75b6a2b7cab2e1 .article:hover .datetime {
  color: #b6b6b6;
}
#a75b6a2b7cab2e1 .article:hover .category {
  color: #b6b6b6;
}
#a75b6a2b7cab2e1 .article:hover .abstract {
  color: #b6b6b6;
}
#a75b6a2b7cab2e1 .article:hover .btn_icon {
  color: #b6b6b6;
}
#a75b6a2b7cab2e1 .article:hover .list_icon {
  color: #b6b6b6;
}
#a75b6a2b7cab2e1 .uk-pagination li a {
  font-size: 13px;
}
#a75b6a2b7cab2e1 .uk-pagination li a,
#a75b6a2b7cab2e1 .uk-pagination > .uk-disabled > * {
  color: #000000;
}
#a17ccaade9af882 .uk-grid {
  margin-left: -15px;
}
#a17ccaade9af882 .uk-grid > * {
  padding-left: 15px;
}
#a17ccaade9af882 .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#a17ccaade9af882 .ap-category-filter ul li {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#a17ccaade9af882 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a17ccaade9af882 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#a17ccaade9af882 .article .info {
  padding: 0px 10px;
  position: relative;
}
#a17ccaade9af882 .article .info p {
  margin: 10px 0 10px;
}
#a17ccaade9af882 .article svg {
  fill: currentColor;
}
#a17ccaade9af882 .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: 20px;
  color: #b4b4b4;
}
#a17ccaade9af882 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 0px;
  color: #b4b4b4;
}
#a17ccaade9af882 .article.list-icon .info {
  padding-left: 25px;
}
#a17ccaade9af882 .article .datetime {
  position: absolute;
  right: 10px;
  top: 0px;
}
#a17ccaade9af882 .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: FZShuSong-Z01S;
  color: #000000;
}
#a17ccaade9af882 .article .datetime {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #000000;
}
#a17ccaade9af882 .article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#a17ccaade9af882 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a17ccaade9af882 .article:hover .title {
  color: #626262;
}
#a17ccaade9af882 .article:hover .datetime {
  color: #b6b6b6;
}
#a17ccaade9af882 .article:hover .category {
  color: #b6b6b6;
}
#a17ccaade9af882 .article:hover .abstract {
  color: #b6b6b6;
}
#a17ccaade9af882 .article:hover .btn_icon {
  color: #b6b6b6;
}
#a17ccaade9af882 .article:hover .list_icon {
  color: #b6b6b6;
}
#a17ccaade9af882 .uk-pagination li a {
  font-size: 13px;
}
#a17ccaade9af882 .uk-pagination li a,
#a17ccaade9af882 .uk-pagination > .uk-disabled > * {
  color: #000000;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a7744a01bda814b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a7744a01bda814b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a7744a01bda814b .ap-icon {
  margin-right: 6px;
}
#a7744a01bda814b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  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;
  background: transparent;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: -1;
  margin-top: -1;
  margin-right: -1;
  margin-left: -1;
  width: 150px;
  height: 35px;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a,
#a7744a01bda814b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon img,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a7744a01bda814b .menu-list > li:hover > a,
#a7744a01bda814b .menu-list > li.active > a {
  background: #c02437;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #4a4a4a;
  border-top-style: solid;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a7744a01bda814b .menu-list ul,
#a7744a01bda814b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a7744a01bda814b .menu-list ul {
  top: 39px;
  left: 50%;
  transform: translateX(-50%);
}
#a7744a01bda814b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7744a01bda814b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7744a01bda814b .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;
}
#af20aab2f2a5e93 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adbe8af25da44b1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#af42eaf25dac935 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa77aa8975a2af4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa015a8be0a92d8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a3a57a8ad9a2678 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a261ba967aab007 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a84c8adf5faa17a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8f77adf37a393f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a45aba0473a0d96 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8482a4549a6ac7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a0eb0addd8a9d95 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#afd31a960aada7f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a357eabe9bac00d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ae05baf0bcabda2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ac8d8af3ccae900 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8634adb6aa6f82 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adc7faf0f0a771d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad348aa10ca231e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad509ababeae045 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a1aa2a0be8ae984 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #c02437;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #bb1a1a;
  background-image: linear-gradient(0deg, #bb1a1a, #3e1ce7);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #c02437;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 62px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  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: 20px;
  font-family: inherit;
  background-color: #c02437;
}
#a2d6aa1588a3bc2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 21px;font-family: inherit;color: rgba(0, 0, 0, 1);}#ae298a53e4acbd4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.05);}#a1321a242ba0cf1 .uk-grid {
  margin-left: -15px;
}
#a1321a242ba0cf1 .uk-grid > * {
  padding-left: 15px;
}
#a1321a242ba0cf1 .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#a1321a242ba0cf1 .ap-category-filter ul li {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#a1321a242ba0cf1 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a1321a242ba0cf1 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#a1321a242ba0cf1 .article .info {
  padding: 0px 10px;
  position: relative;
}
#a1321a242ba0cf1 .article .info p {
  margin: 10px 0 10px;
}
#a1321a242ba0cf1 .article svg {
  fill: currentColor;
}
#a1321a242ba0cf1 .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: 20px;
  color: #b4b4b4;
}
#a1321a242ba0cf1 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 0px;
  color: #b4b4b4;
}
#a1321a242ba0cf1 .article.list-icon .info {
  padding-left: 25px;
}
#a1321a242ba0cf1 .article .datetime {
  position: absolute;
  right: 10px;
  top: 0px;
}
#a1321a242ba0cf1 .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: FZShuSong-Z01S;
  color: #000000;
}
#a1321a242ba0cf1 .article .datetime {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #000000;
}
#a1321a242ba0cf1 .article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#a1321a242ba0cf1 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a1321a242ba0cf1 .article:hover .title {
  color: #626262;
}
#a1321a242ba0cf1 .article:hover .datetime {
  color: #b6b6b6;
}
#a1321a242ba0cf1 .article:hover .category {
  color: #b6b6b6;
}
#a1321a242ba0cf1 .article:hover .abstract {
  color: #b6b6b6;
}
#a1321a242ba0cf1 .article:hover .btn_icon {
  color: #b6b6b6;
}
#a1321a242ba0cf1 .article:hover .list_icon {
  color: #b6b6b6;
}
#a1321a242ba0cf1 .uk-pagination li a {
  font-size: 13px;
}
#a1321a242ba0cf1 .uk-pagination li a,
#a1321a242ba0cf1 .uk-pagination > .uk-disabled > * {
  color: #000000;
}
#a2dd4ac76ba01e2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.05);}#a9785af8d6a7576 .uk-grid {
  margin-left: -15px;
}
#a9785af8d6a7576 .uk-grid > * {
  padding-left: 15px;
}
#a9785af8d6a7576 .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#a9785af8d6a7576 .ap-category-filter ul li {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#a9785af8d6a7576 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a9785af8d6a7576 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#a9785af8d6a7576 .article .info {
  padding: 0px 10px;
  position: relative;
}
#a9785af8d6a7576 .article .info p {
  margin: 10px 0 10px;
}
#a9785af8d6a7576 .article svg {
  fill: currentColor;
}
#a9785af8d6a7576 .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: 20px;
  color: #b4b4b4;
}
#a9785af8d6a7576 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 0px;
  color: #b4b4b4;
}
#a9785af8d6a7576 .article.list-icon .info {
  padding-left: 25px;
}
#a9785af8d6a7576 .article .datetime {
  position: absolute;
  right: 10px;
  top: 0px;
}
#a9785af8d6a7576 .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: FZShuSong-Z01S;
  color: #000000;
}
#a9785af8d6a7576 .article .datetime {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #000000;
}
#a9785af8d6a7576 .article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#a9785af8d6a7576 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a9785af8d6a7576 .article:hover .title {
  color: #626262;
}
#a9785af8d6a7576 .article:hover .datetime {
  color: #b6b6b6;
}
#a9785af8d6a7576 .article:hover .category {
  color: #b6b6b6;
}
#a9785af8d6a7576 .article:hover .abstract {
  color: #b6b6b6;
}
#a9785af8d6a7576 .article:hover .btn_icon {
  color: #b6b6b6;
}
#a9785af8d6a7576 .article:hover .list_icon {
  color: #b6b6b6;
}
#a9785af8d6a7576 .uk-pagination li a {
  font-size: 13px;
}
#a9785af8d6a7576 .uk-pagination li a,
#a9785af8d6a7576 .uk-pagination > .uk-disabled > * {
  color: #000000;
}
#acfa7ae031abcd9 .uk-grid {
  margin-left: -15px;
}
#acfa7ae031abcd9 .uk-grid > * {
  padding-left: 15px;
}
#acfa7ae031abcd9 .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#acfa7ae031abcd9 .ap-category-filter ul li {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#acfa7ae031abcd9 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#acfa7ae031abcd9 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#acfa7ae031abcd9 .article .info {
  padding: 0px 10px;
  position: relative;
}
#acfa7ae031abcd9 .article .info p {
  margin: 10px 0 10px;
}
#acfa7ae031abcd9 .article svg {
  fill: currentColor;
}
#acfa7ae031abcd9 .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: 20px;
  color: #b4b4b4;
}
#acfa7ae031abcd9 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 0px;
  color: #b4b4b4;
}
#acfa7ae031abcd9 .article.list-icon .info {
  padding-left: 25px;
}
#acfa7ae031abcd9 .article .datetime {
  position: absolute;
  right: 10px;
  top: 0px;
}
#acfa7ae031abcd9 .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: FZShuSong-Z01S;
  color: #000000;
}
#acfa7ae031abcd9 .article .datetime {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #000000;
}
#acfa7ae031abcd9 .article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#acfa7ae031abcd9 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#acfa7ae031abcd9 .article:hover .title {
  color: #626262;
}
#acfa7ae031abcd9 .article:hover .datetime {
  color: #b6b6b6;
}
#acfa7ae031abcd9 .article:hover .category {
  color: #b6b6b6;
}
#acfa7ae031abcd9 .article:hover .abstract {
  color: #b6b6b6;
}
#acfa7ae031abcd9 .article:hover .btn_icon {
  color: #b6b6b6;
}
#acfa7ae031abcd9 .article:hover .list_icon {
  color: #b6b6b6;
}
#acfa7ae031abcd9 .uk-pagination li a {
  font-size: 13px;
}
#acfa7ae031abcd9 .uk-pagination li a,
#acfa7ae031abcd9 .uk-pagination > .uk-disabled > * {
  color: #000000;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a7744a01bda814b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a7744a01bda814b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a7744a01bda814b .ap-icon {
  margin-right: 6px;
}
#a7744a01bda814b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  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;
  background: transparent;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: -1;
  margin-top: -1;
  margin-right: -1;
  margin-left: -1;
  width: 150px;
  height: 35px;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a,
#a7744a01bda814b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon img,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a7744a01bda814b .menu-list > li:hover > a,
#a7744a01bda814b .menu-list > li.active > a {
  background: #c02437;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #4a4a4a;
  border-top-style: solid;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a7744a01bda814b .menu-list ul,
#a7744a01bda814b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a7744a01bda814b .menu-list ul {
  top: 39px;
  left: 50%;
  transform: translateX(-50%);
}
#a7744a01bda814b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7744a01bda814b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7744a01bda814b .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;
}
#af20aab2f2a5e93 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adbe8af25da44b1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#af42eaf25dac935 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa77aa8975a2af4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa015a8be0a92d8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a3a57a8ad9a2678 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a261ba967aab007 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a84c8adf5faa17a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8f77adf37a393f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a45aba0473a0d96 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8482a4549a6ac7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a0eb0addd8a9d95 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#afd31a960aada7f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a357eabe9bac00d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ae05baf0bcabda2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ac8d8af3ccae900 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8634adb6aa6f82 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adc7faf0f0a771d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad348aa10ca231e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad509ababeae045 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a73ada6ce5a1fc2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #c02437;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #bb1a1a;
  background-image: linear-gradient(0deg, #bb1a1a, #3e1ce7);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #c02437;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 62px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  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: 20px;
  font-family: inherit;
  background-color: #c02437;
}
#ae6a0abe04a6e1a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad646ab560adf48 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ad646ab560adf48 .uk-position-center-left-out {
    left: -30px;
  }
  #ad646ab560adf48 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3221acb4fac4cc a {
        font-weight: normal;
        font-style: normal;
    font-size: 21px;font-family: inherit;color: rgba(0, 0, 0, 1);}#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a7744a01bda814b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a7744a01bda814b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a7744a01bda814b .ap-icon {
  margin-right: 6px;
}
#a7744a01bda814b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  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;
  background: transparent;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: -1;
  margin-top: -1;
  margin-right: -1;
  margin-left: -1;
  width: 150px;
  height: 35px;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a,
#a7744a01bda814b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon img,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a7744a01bda814b .menu-list > li:hover > a,
#a7744a01bda814b .menu-list > li.active > a {
  background: #c02437;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #4a4a4a;
  border-top-style: solid;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a7744a01bda814b .menu-list ul,
#a7744a01bda814b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a7744a01bda814b .menu-list ul {
  top: 39px;
  left: 50%;
  transform: translateX(-50%);
}
#a7744a01bda814b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7744a01bda814b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7744a01bda814b .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;
}
#af20aab2f2a5e93 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adbe8af25da44b1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#af42eaf25dac935 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa77aa8975a2af4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa015a8be0a92d8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a3a57a8ad9a2678 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a261ba967aab007 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a84c8adf5faa17a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8f77adf37a393f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a45aba0473a0d96 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8482a4549a6ac7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a0eb0addd8a9d95 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#afd31a960aada7f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a357eabe9bac00d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ae05baf0bcabda2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ac8d8af3ccae900 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8634adb6aa6f82 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adc7faf0f0a771d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad348aa10ca231e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad509ababeae045 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a33d8a07ffa8c80 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #c02437;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #bb1a1a;
  background-image: linear-gradient(0deg, #bb1a1a, #3e1ce7);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #c02437;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 62px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  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: 20px;
  font-family: inherit;
  background-color: #c02437;
}
#abfcaac0d0a9e07 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad675a78e1a00b9 .acf4ba1a18ab266 {
  overflow: hidden;
}
#ad675a78e1a00b9 .acf4ba1a18ab266 , #ad675a78e1a00b9 .acf4ba1a18ab266 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: FZShuSong-Z01S;}#ad675a78e1a00b9 .a8935a9f37ab932  {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: FZShuSong-Z01S;color: rgba(0, 0, 0, 1);}#ad675a78e1a00b9 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ad675a78e1a00b9 .uk-position-center-left-out {
    left: -30px;
  }
  #ad675a78e1a00b9 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3caaa4298afdd8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 21px;font-family: inherit;color: rgba(0, 0, 0, 1);}#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a7744a01bda814b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a7744a01bda814b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a7744a01bda814b .ap-icon {
  margin-right: 6px;
}
#a7744a01bda814b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  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;
  background: transparent;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: -1;
  margin-top: -1;
  margin-right: -1;
  margin-left: -1;
  width: 150px;
  height: 35px;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a,
#a7744a01bda814b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon img,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a7744a01bda814b .menu-list > li:hover > a,
#a7744a01bda814b .menu-list > li.active > a {
  background: #c02437;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #4a4a4a;
  border-top-style: solid;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a7744a01bda814b .menu-list ul,
#a7744a01bda814b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a7744a01bda814b .menu-list ul {
  top: 39px;
  left: 50%;
  transform: translateX(-50%);
}
#a7744a01bda814b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7744a01bda814b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7744a01bda814b .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;
}
#af20aab2f2a5e93 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adbe8af25da44b1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#af42eaf25dac935 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa77aa8975a2af4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa015a8be0a92d8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a3a57a8ad9a2678 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a261ba967aab007 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a84c8adf5faa17a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8f77adf37a393f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a45aba0473a0d96 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8482a4549a6ac7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a0eb0addd8a9d95 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#afd31a960aada7f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a357eabe9bac00d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ae05baf0bcabda2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ac8d8af3ccae900 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8634adb6aa6f82 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adc7faf0f0a771d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad348aa10ca231e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad509ababeae045 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a70c9ad749adddb .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #c02437;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #bb1a1a;
  background-image: linear-gradient(0deg, #bb1a1a, #3e1ce7);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #c02437;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 62px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  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: 20px;
  font-family: inherit;
  background-color: #c02437;
}
#a02d7a3a0aac968 a {
        font-weight: normal;
        font-style: normal;
    font-size: 21px;font-family: inherit;color: rgba(0, 0, 0, 1);}#aafd1acf4fadd08 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.05);}#a0567ace5aaaf73 .ele-wrap {color: #fff;font-size: 25px;font-weight: 500;background-color: #60bc57;border-radius: 25px;justify-content: center;border-style: solid;}#a0567ace5aaaf73 .ele-wrap:hover {background-color: #509c49;}#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a7744a01bda814b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a7744a01bda814b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a7744a01bda814b .ap-icon {
  margin-right: 6px;
}
#a7744a01bda814b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  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;
  background: transparent;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: -1;
  margin-top: -1;
  margin-right: -1;
  margin-left: -1;
  width: 150px;
  height: 35px;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a,
#a7744a01bda814b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon img,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a7744a01bda814b .menu-list > li:hover > a,
#a7744a01bda814b .menu-list > li.active > a {
  background: #c02437;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #4a4a4a;
  border-top-style: solid;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a7744a01bda814b .menu-list ul,
#a7744a01bda814b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a7744a01bda814b .menu-list ul {
  top: 39px;
  left: 50%;
  transform: translateX(-50%);
}
#a7744a01bda814b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7744a01bda814b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7744a01bda814b .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;
}
#af20aab2f2a5e93 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adbe8af25da44b1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#af42eaf25dac935 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa77aa8975a2af4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa015a8be0a92d8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a3a57a8ad9a2678 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a261ba967aab007 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a84c8adf5faa17a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8f77adf37a393f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a45aba0473a0d96 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8482a4549a6ac7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a0eb0addd8a9d95 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#afd31a960aada7f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a357eabe9bac00d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ae05baf0bcabda2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ac8d8af3ccae900 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8634adb6aa6f82 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adc7faf0f0a771d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad348aa10ca231e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad509ababeae045 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ae117a7ae3a418f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #c02437;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #bb1a1a;
  background-image: linear-gradient(0deg, #bb1a1a, #3e1ce7);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #c02437;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 62px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  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: 20px;
  font-family: inherit;
  background-color: #c02437;
}
#a5e82a676fa705d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#abf72aecc0a15aa .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#abf72aecc0a15aa .uk-grid {
  margin-left: -37px;
}
#abf72aecc0a15aa .uk-grid > * {
  padding-left: 37px;
}
#abf72aecc0a15aa .uk-grid > .uk-grid-margin {
  margin-top: 18px;
}
#abf72aecc0a15aa .uk-card {
  background-color: #ffffff;
  transition: all .3s ease;
}
#abf72aecc0a15aa .uk-card-media-top {
  overflow: hidden;
}
#abf72aecc0a15aa .uk-card-media-top .img {
  transition: all .3s ease;
}
#abf72aecc0a15aa .info {
  flex: 1;
  overflow: hidden;
  min-width: 1px;
  width: 0;
}
#abf72aecc0a15aa .datetime {
  padding: 4px;
  margin-right: 6px;
  flex-shrink: 0;
  font-size: 12px;
  color: #fff;
  font-family: Arial;
}
#abf72aecc0a15aa .datetime b {
  font-size: 24px;
  font-weight: bolder;
  display: block;
}
#abf72aecc0a15aa .uk-card-body {
  padding: 15px 10px 8px;
}
#abf72aecc0a15aa hr {
  border-top-color: #ffffff;
  margin: 0 0 10px;
}
#abf72aecc0a15aa .uk-button {
  border: 1px solid #ececec;
}
#abf72aecc0a15aa .uk-card .title {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
  color: #000000;
}
#abf72aecc0a15aa .uk-card .abstract {
  margin: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: FZShuSong-Z01S;
  color: #8bbaff;
}
#abf72aecc0a15aa .uk-card:hover {
  background-color: #ffffff;
}
#abf72aecc0a15aa .uk-card:hover .title {
  color: #000000;
}
#abf72aecc0a15aa .uk-card:hover hr {
  border-top-color: #ffffff;
}
#abf72aecc0a15aa .uk-card:hover .img {
  transform: scale(1.2);
}
#abf72aecc0a15aa .uk-card:hover .abstract {
  color: #fff;
}
#abf72aecc0a15aa .uk-card:hover .datetime {
  color: #d3b267;
}
#abf72aecc0a15aa .uk-card:hover .category {
  color: #d3b267;
}
#abf72aecc0a15aa .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#af1cda6675aa0d5 .uk-grid {
  margin-left: -15px;
}
#af1cda6675aa0d5 .uk-grid > * {
  padding-left: 15px;
}
#af1cda6675aa0d5 .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#af1cda6675aa0d5 .ap-category-filter ul li {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#af1cda6675aa0d5 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#af1cda6675aa0d5 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#af1cda6675aa0d5 .article .info {
  padding: 0px 10px;
  position: relative;
}
#af1cda6675aa0d5 .article .info p {
  margin: 10px 0 10px;
}
#af1cda6675aa0d5 .article svg {
  fill: currentColor;
}
#af1cda6675aa0d5 .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: 20px;
  color: #b4b4b4;
}
#af1cda6675aa0d5 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 0px;
  color: #b4b4b4;
}
#af1cda6675aa0d5 .article.list-icon .info {
  padding-left: 25px;
}
#af1cda6675aa0d5 .article .datetime {
  position: absolute;
  right: 10px;
  top: 0px;
}
#af1cda6675aa0d5 .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: FZShuSong-Z01S;
  color: #000000;
}
#af1cda6675aa0d5 .article .datetime {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #000000;
}
#af1cda6675aa0d5 .article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#af1cda6675aa0d5 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#af1cda6675aa0d5 .article:hover .title {
  color: #626262;
}
#af1cda6675aa0d5 .article:hover .datetime {
  color: #b6b6b6;
}
#af1cda6675aa0d5 .article:hover .category {
  color: #b6b6b6;
}
#af1cda6675aa0d5 .article:hover .abstract {
  color: #b6b6b6;
}
#af1cda6675aa0d5 .article:hover .btn_icon {
  color: #b6b6b6;
}
#af1cda6675aa0d5 .article:hover .list_icon {
  color: #b6b6b6;
}
#af1cda6675aa0d5 .uk-pagination li a {
  font-size: 13px;
}
#af1cda6675aa0d5 .uk-pagination li a,
#af1cda6675aa0d5 .uk-pagination > .uk-disabled > * {
  color: #000000;
}
#a021dae114abd70 a {
        font-weight: normal;
        font-style: normal;
    font-size: 21px;font-family: inherit;color: rgba(0, 0, 0, 1);}#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a7744a01bda814b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a7744a01bda814b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a7744a01bda814b .ap-icon {
  margin-right: 6px;
}
#a7744a01bda814b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  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;
  background: transparent;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: -1;
  margin-top: -1;
  margin-right: -1;
  margin-left: -1;
  width: 150px;
  height: 35px;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a,
#a7744a01bda814b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon img,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a7744a01bda814b .menu-list > li:hover > a,
#a7744a01bda814b .menu-list > li.active > a {
  background: #c02437;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #4a4a4a;
  border-top-style: solid;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a7744a01bda814b .menu-list ul,
#a7744a01bda814b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a7744a01bda814b .menu-list ul {
  top: 39px;
  left: 50%;
  transform: translateX(-50%);
}
#a7744a01bda814b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7744a01bda814b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7744a01bda814b .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;
}
#af20aab2f2a5e93 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adbe8af25da44b1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#af42eaf25dac935 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa77aa8975a2af4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa015a8be0a92d8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a3a57a8ad9a2678 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a261ba967aab007 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a84c8adf5faa17a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8f77adf37a393f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a45aba0473a0d96 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8482a4549a6ac7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a0eb0addd8a9d95 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#afd31a960aada7f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a357eabe9bac00d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ae05baf0bcabda2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ac8d8af3ccae900 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8634adb6aa6f82 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adc7faf0f0a771d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad348aa10ca231e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad509ababeae045 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a9c13a8eb4a8fdf .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #c02437;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #bb1a1a;
  background-image: linear-gradient(0deg, #bb1a1a, #3e1ce7);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #c02437;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 62px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  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: 20px;
  font-family: inherit;
  background-color: #c02437;
}
#a4ccea5395a2f29 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#acb8aa725dadf1c .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#acb8aa725dadf1c .uk-grid {
  margin-left: -58px;
}
#acb8aa725dadf1c .uk-grid > * {
  padding-left: 58px;
}
#acb8aa725dadf1c .uk-grid > .uk-grid-margin {
  margin-top: 32px;
}
#acb8aa725dadf1c .uk-card {
  background-color: #ffffff;
  transition: all .3s ease;
}
#acb8aa725dadf1c .uk-card-media-top {
  overflow: hidden;
}
#acb8aa725dadf1c .uk-card-media-top .img {
  transition: all .3s ease;
}
#acb8aa725dadf1c .info {
  flex: 1;
  overflow: hidden;
  min-width: 1px;
  width: 0;
}
#acb8aa725dadf1c .datetime {
  padding: 4px;
  margin-right: 6px;
  flex-shrink: 0;
  font-size: 12px;
  color: #fff;
  font-family: Arial;
}
#acb8aa725dadf1c .datetime b {
  font-size: 24px;
  font-weight: bolder;
  display: block;
}
#acb8aa725dadf1c .uk-card-body {
  padding: 15px 10px 8px;
}
#acb8aa725dadf1c hr {
  border-top-color: #ffffff;
  margin: 0 0 10px;
}
#acb8aa725dadf1c .uk-button {
  border: 1px solid #ececec;
}
#acb8aa725dadf1c .uk-card .title {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
  color: #000000;
}
#acb8aa725dadf1c .uk-card .abstract {
  margin: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: FZShuSong-Z01S;
  color: #8bbaff;
}
#acb8aa725dadf1c .uk-card:hover {
  background-color: #ffffff;
}
#acb8aa725dadf1c .uk-card:hover .title {
  color: #000000;
}
#acb8aa725dadf1c .uk-card:hover hr {
  border-top-color: #ffffff;
}
#acb8aa725dadf1c .uk-card:hover .img {
  transform: scale(1.2);
}
#acb8aa725dadf1c .uk-card:hover .abstract {
  color: #fff;
}
#acb8aa725dadf1c .uk-card:hover .datetime {
  color: #d3b267;
}
#acb8aa725dadf1c .uk-card:hover .category {
  color: #d3b267;
}
#acb8aa725dadf1c .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#aea71af38fa14ca .uk-grid {
  margin-left: -15px;
}
#aea71af38fa14ca .uk-grid > * {
  padding-left: 15px;
}
#aea71af38fa14ca .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#aea71af38fa14ca .ap-category-filter ul li {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#aea71af38fa14ca .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#aea71af38fa14ca .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#aea71af38fa14ca .article .info {
  padding: 0px 10px;
  position: relative;
}
#aea71af38fa14ca .article .info p {
  margin: 10px 0 10px;
}
#aea71af38fa14ca .article svg {
  fill: currentColor;
}
#aea71af38fa14ca .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: 20px;
  color: #b4b4b4;
}
#aea71af38fa14ca .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 0px;
  color: #b4b4b4;
}
#aea71af38fa14ca .article.list-icon .info {
  padding-left: 25px;
}
#aea71af38fa14ca .article .datetime {
  position: absolute;
  right: 10px;
  top: 0px;
}
#aea71af38fa14ca .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: FZShuSong-Z01S;
  color: #000000;
}
#aea71af38fa14ca .article .datetime {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #000000;
}
#aea71af38fa14ca .article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#aea71af38fa14ca .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#aea71af38fa14ca .article:hover .title {
  color: #626262;
}
#aea71af38fa14ca .article:hover .datetime {
  color: #b6b6b6;
}
#aea71af38fa14ca .article:hover .category {
  color: #b6b6b6;
}
#aea71af38fa14ca .article:hover .abstract {
  color: #b6b6b6;
}
#aea71af38fa14ca .article:hover .btn_icon {
  color: #b6b6b6;
}
#aea71af38fa14ca .article:hover .list_icon {
  color: #b6b6b6;
}
#aea71af38fa14ca .uk-pagination li a {
  font-size: 13px;
}
#aea71af38fa14ca .uk-pagination li a,
#aea71af38fa14ca .uk-pagination > .uk-disabled > * {
  color: #000000;
}
#a7291a59ecaf178 a {
        font-weight: normal;
        font-style: normal;
    font-size: 21px;font-family: inherit;color: rgba(0, 0, 0, 1);}#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a7744a01bda814b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a7744a01bda814b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a7744a01bda814b .ap-icon {
  margin-right: 6px;
}
#a7744a01bda814b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  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;
  background: transparent;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: -1;
  margin-top: -1;
  margin-right: -1;
  margin-left: -1;
  width: 150px;
  height: 35px;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a,
#a7744a01bda814b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon img,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a7744a01bda814b .menu-list > li:hover > a,
#a7744a01bda814b .menu-list > li.active > a {
  background: #c02437;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #4a4a4a;
  border-top-style: solid;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a7744a01bda814b .menu-list ul,
#a7744a01bda814b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a7744a01bda814b .menu-list ul {
  top: 39px;
  left: 50%;
  transform: translateX(-50%);
}
#a7744a01bda814b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7744a01bda814b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7744a01bda814b .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;
}
#af20aab2f2a5e93 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adbe8af25da44b1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#af42eaf25dac935 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa77aa8975a2af4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa015a8be0a92d8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a3a57a8ad9a2678 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a261ba967aab007 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a84c8adf5faa17a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8f77adf37a393f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a45aba0473a0d96 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8482a4549a6ac7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a0eb0addd8a9d95 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#afd31a960aada7f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a357eabe9bac00d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ae05baf0bcabda2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ac8d8af3ccae900 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8634adb6aa6f82 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adc7faf0f0a771d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad348aa10ca231e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad509ababeae045 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a6a37a606eaf012 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #c02437;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #bb1a1a;
  background-image: linear-gradient(0deg, #bb1a1a, #3e1ce7);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #c02437;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 62px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  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: 20px;
  font-family: inherit;
  background-color: #c02437;
}
#a8b05a6452a6db3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 21px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a2859ad906a5dc6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2460a23f5adcae .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a2460a23f5adcae .uk-grid {
  margin-left: -37px;
}
#a2460a23f5adcae .uk-grid > * {
  padding-left: 37px;
}
#a2460a23f5adcae .uk-grid > .uk-grid-margin {
  margin-top: 18px;
}
#a2460a23f5adcae .uk-card {
  background-color: #ffffff;
  transition: all .3s ease;
}
#a2460a23f5adcae .uk-card-media-top {
  overflow: hidden;
}
#a2460a23f5adcae .uk-card-media-top .img {
  transition: all .3s ease;
}
#a2460a23f5adcae .info {
  flex: 1;
  overflow: hidden;
  min-width: 1px;
  width: 0;
}
#a2460a23f5adcae .datetime {
  padding: 4px;
  margin-right: 6px;
  flex-shrink: 0;
  font-size: 12px;
  color: #fff;
  font-family: Arial;
}
#a2460a23f5adcae .datetime b {
  font-size: 24px;
  font-weight: bolder;
  display: block;
}
#a2460a23f5adcae .uk-card-body {
  padding: 15px 10px 8px;
}
#a2460a23f5adcae hr {
  border-top-color: #ffffff;
  margin: 0 0 10px;
}
#a2460a23f5adcae .uk-button {
  border: 1px solid #ececec;
}
#a2460a23f5adcae .uk-card .title {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: FZShuSong-Z01S;
  color: #000000;
}
#a2460a23f5adcae .uk-card .abstract {
  margin: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: FZShuSong-Z01S;
  color: #8bbaff;
}
#a2460a23f5adcae .uk-card:hover {
  background-color: #ffffff;
}
#a2460a23f5adcae .uk-card:hover .title {
  color: #000000;
}
#a2460a23f5adcae .uk-card:hover hr {
  border-top-color: #ffffff;
}
#a2460a23f5adcae .uk-card:hover .img {
  transform: scale(1.2);
}
#a2460a23f5adcae .uk-card:hover .abstract {
  color: #fff;
}
#a2460a23f5adcae .uk-card:hover .datetime {
  color: #d3b267;
}
#a2460a23f5adcae .uk-card:hover .category {
  color: #d3b267;
}
#a2460a23f5adcae .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#aae03a28f3a4047 .uk-grid {
  margin-left: -15px;
}
#aae03a28f3a4047 .uk-grid > * {
  padding-left: 15px;
}
#aae03a28f3a4047 .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#aae03a28f3a4047 .ap-category-filter ul li {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#aae03a28f3a4047 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#aae03a28f3a4047 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#aae03a28f3a4047 .article .info {
  padding: 0px 10px;
  position: relative;
}
#aae03a28f3a4047 .article .info p {
  margin: 10px 0 10px;
}
#aae03a28f3a4047 .article svg {
  fill: currentColor;
}
#aae03a28f3a4047 .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: 20px;
  color: #b4b4b4;
}
#aae03a28f3a4047 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 0px;
  color: #b4b4b4;
}
#aae03a28f3a4047 .article.list-icon .info {
  padding-left: 25px;
}
#aae03a28f3a4047 .article .datetime {
  position: absolute;
  right: 10px;
  top: 0px;
}
#aae03a28f3a4047 .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: FZShuSong-Z01S;
  color: #000000;
}
#aae03a28f3a4047 .article .datetime {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #000000;
}
#aae03a28f3a4047 .article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#aae03a28f3a4047 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#aae03a28f3a4047 .article:hover .title {
  color: #626262;
}
#aae03a28f3a4047 .article:hover .datetime {
  color: #b6b6b6;
}
#aae03a28f3a4047 .article:hover .category {
  color: #b6b6b6;
}
#aae03a28f3a4047 .article:hover .abstract {
  color: #b6b6b6;
}
#aae03a28f3a4047 .article:hover .btn_icon {
  color: #b6b6b6;
}
#aae03a28f3a4047 .article:hover .list_icon {
  color: #b6b6b6;
}
#aae03a28f3a4047 .uk-pagination li a {
  font-size: 13px;
}
#aae03a28f3a4047 .uk-pagination li a,
#aae03a28f3a4047 .uk-pagination > .uk-disabled > * {
  color: #000000;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a7744a01bda814b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a7744a01bda814b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a7744a01bda814b .ap-icon {
  margin-right: 6px;
}
#a7744a01bda814b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  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;
  background: transparent;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: -1;
  margin-top: -1;
  margin-right: -1;
  margin-left: -1;
  width: 150px;
  height: 35px;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a,
#a7744a01bda814b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon img,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a7744a01bda814b .menu-list > li:hover > a,
#a7744a01bda814b .menu-list > li.active > a {
  background: #c02437;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #4a4a4a;
  border-top-style: solid;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a7744a01bda814b .menu-list ul,
#a7744a01bda814b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a7744a01bda814b .menu-list ul {
  top: 39px;
  left: 50%;
  transform: translateX(-50%);
}
#a7744a01bda814b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7744a01bda814b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7744a01bda814b .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;
}
#af20aab2f2a5e93 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adbe8af25da44b1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#af42eaf25dac935 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa77aa8975a2af4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa015a8be0a92d8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a3a57a8ad9a2678 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a261ba967aab007 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a84c8adf5faa17a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8f77adf37a393f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a45aba0473a0d96 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8482a4549a6ac7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a0eb0addd8a9d95 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#afd31a960aada7f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a357eabe9bac00d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ae05baf0bcabda2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ac8d8af3ccae900 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8634adb6aa6f82 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adc7faf0f0a771d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad348aa10ca231e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad509ababeae045 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a9218aefada5c8a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #c02437;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #bb1a1a;
  background-image: linear-gradient(0deg, #bb1a1a, #3e1ce7);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #c02437;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 62px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  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: 20px;
  font-family: inherit;
  background-color: #c02437;
}
#a55f8a2d02a9331 a {
        font-weight: normal;
        font-style: normal;
    font-size: 21px;font-family: inherit;color: rgba(0, 0, 0, 1);}#af7e6a99b3ac8c0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6f62af0f9ab258 .uk-grid {
  margin-left: -15px;
}
#a6f62af0f9ab258 .uk-grid > * {
  padding-left: 15px;
}
#a6f62af0f9ab258 .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#a6f62af0f9ab258 .ap-category-filter ul li {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-left-width: 2px;
  border-bottom-width: 2px;
}
#a6f62af0f9ab258 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a6f62af0f9ab258 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#a6f62af0f9ab258 .article .info {
  padding: 0px 10px;
  position: relative;
}
#a6f62af0f9ab258 .article .info p {
  margin: 10px 0 10px;
}
#a6f62af0f9ab258 .article svg {
  fill: currentColor;
}
#a6f62af0f9ab258 .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: 20px;
  color: #b4b4b4;
}
#a6f62af0f9ab258 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 0px;
  color: #b4b4b4;
}
#a6f62af0f9ab258 .article.list-icon .info {
  padding-left: 25px;
}
#a6f62af0f9ab258 .article .datetime {
  position: absolute;
  right: 10px;
  top: 0px;
}
#a6f62af0f9ab258 .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: FZShuSong-Z01S;
  color: #000000;
}
#a6f62af0f9ab258 .article .datetime {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #000000;
}
#a6f62af0f9ab258 .article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#a6f62af0f9ab258 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a6f62af0f9ab258 .article:hover .title {
  color: #626262;
}
#a6f62af0f9ab258 .article:hover .datetime {
  color: #b6b6b6;
}
#a6f62af0f9ab258 .article:hover .category {
  color: #b6b6b6;
}
#a6f62af0f9ab258 .article:hover .abstract {
  color: #b6b6b6;
}
#a6f62af0f9ab258 .article:hover .btn_icon {
  color: #b6b6b6;
}
#a6f62af0f9ab258 .article:hover .list_icon {
  color: #b6b6b6;
}
#a6f62af0f9ab258 .uk-pagination li a {
  font-size: 13px;
}
#a6f62af0f9ab258 .uk-pagination li a,
#a6f62af0f9ab258 .uk-pagination > .uk-disabled > * {
  color: #000000;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a7744a01bda814b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a7744a01bda814b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a7744a01bda814b .ap-icon {
  margin-right: 6px;
}
#a7744a01bda814b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  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;
  background: transparent;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: -1;
  margin-top: -1;
  margin-right: -1;
  margin-left: -1;
  width: 150px;
  height: 35px;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a,
#a7744a01bda814b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon img,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a7744a01bda814b .menu-list > li:hover > a,
#a7744a01bda814b .menu-list > li.active > a {
  background: #c02437;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #4a4a4a;
  border-top-style: solid;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a7744a01bda814b .menu-list ul,
#a7744a01bda814b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a7744a01bda814b .menu-list ul {
  top: 39px;
  left: 50%;
  transform: translateX(-50%);
}
#a7744a01bda814b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7744a01bda814b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7744a01bda814b .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;
}
#af20aab2f2a5e93 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adbe8af25da44b1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#af42eaf25dac935 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa77aa8975a2af4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa015a8be0a92d8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a3a57a8ad9a2678 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a261ba967aab007 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a84c8adf5faa17a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8f77adf37a393f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a45aba0473a0d96 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8482a4549a6ac7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a0eb0addd8a9d95 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#afd31a960aada7f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a357eabe9bac00d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ae05baf0bcabda2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ac8d8af3ccae900 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8634adb6aa6f82 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adc7faf0f0a771d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad348aa10ca231e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad509ababeae045 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ab23fad51cadc34 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #c02437;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #bb1a1a;
  background-image: linear-gradient(0deg, #bb1a1a, #3e1ce7);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #c02437;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 62px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  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: 20px;
  font-family: inherit;
  background-color: #c02437;
}
#ad51ba0aeea2dd1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 21px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a4beaa9fb4a2c8c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aace9aef20a5f67 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#aace9aef20a5f67 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aace9aef20a5f67 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#aace9aef20a5f67 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#aace9aef20a5f67 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#aace9aef20a5f67 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#aace9aef20a5f67 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#aace9aef20a5f67 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#aace9aef20a5f67 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#aace9aef20a5f67 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#aace9aef20a5f67 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#aace9aef20a5f67 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#aace9aef20a5f67 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#aace9aef20a5f67 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#aace9aef20a5f67 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#aace9aef20a5f67 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#aace9aef20a5f67 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#aace9aef20a5f67 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#aace9aef20a5f67 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#aace9aef20a5f67 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#aace9aef20a5f67 .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#aace9aef20a5f67 .ele-article-list .pic-article .img_wrap {
  width: 14%;
  border-radius: 0px;
  overflow: hidden;
}
#aace9aef20a5f67 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#aace9aef20a5f67 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#aace9aef20a5f67 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#aace9aef20a5f67 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#aace9aef20a5f67 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#aace9aef20a5f67 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#aace9aef20a5f67 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#aace9aef20a5f67 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#aace9aef20a5f67 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#aace9aef20a5f67 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a56c0a4cc4adad6 .title {
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a7744a01bda814b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a7744a01bda814b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a7744a01bda814b .ap-icon {
  margin-right: 6px;
}
#a7744a01bda814b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  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;
  background: transparent;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: -1;
  margin-top: -1;
  margin-right: -1;
  margin-left: -1;
  width: 150px;
  height: 35px;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a,
#a7744a01bda814b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon img,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a7744a01bda814b .menu-list > li:hover > a,
#a7744a01bda814b .menu-list > li.active > a {
  background: #c02437;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #4a4a4a;
  border-top-style: solid;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a7744a01bda814b .menu-list ul,
#a7744a01bda814b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a7744a01bda814b .menu-list ul {
  top: 39px;
  left: 50%;
  transform: translateX(-50%);
}
#a7744a01bda814b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7744a01bda814b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7744a01bda814b .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;
}
#af20aab2f2a5e93 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adbe8af25da44b1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#af42eaf25dac935 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa77aa8975a2af4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa015a8be0a92d8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a3a57a8ad9a2678 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a261ba967aab007 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a84c8adf5faa17a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8f77adf37a393f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a45aba0473a0d96 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8482a4549a6ac7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a0eb0addd8a9d95 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#afd31a960aada7f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a357eabe9bac00d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ae05baf0bcabda2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ac8d8af3ccae900 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8634adb6aa6f82 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adc7faf0f0a771d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad348aa10ca231e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad509ababeae045 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ae250a0e75a904c .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #c02437;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #bb1a1a;
  background-image: linear-gradient(0deg, #bb1a1a, #3e1ce7);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #c02437;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 62px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  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: 20px;
  font-family: inherit;
  background-color: #c02437;
}
#a239ea8a06afa36 a {
        font-weight: normal;
        font-style: normal;
    font-size: 21px;font-family: inherit;color: rgba(0, 0, 0, 1);}#ab3b1a83e3a767c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a27c0a0c1fa7b36 .uk-grid {
  margin-left: -15px;
}
#a27c0a0c1fa7b36 .uk-grid > * {
  padding-left: 15px;
}
#a27c0a0c1fa7b36 .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#a27c0a0c1fa7b36 .ap-category-filter ul li {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-left-width: 2px;
  border-bottom-width: 2px;
}
#a27c0a0c1fa7b36 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a27c0a0c1fa7b36 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#a27c0a0c1fa7b36 .article .info {
  padding: 0px 10px;
  position: relative;
}
#a27c0a0c1fa7b36 .article .info p {
  margin: 10px 0 10px;
}
#a27c0a0c1fa7b36 .article svg {
  fill: currentColor;
}
#a27c0a0c1fa7b36 .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: 20px;
  color: #b4b4b4;
}
#a27c0a0c1fa7b36 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 0px;
  color: #b4b4b4;
}
#a27c0a0c1fa7b36 .article.list-icon .info {
  padding-left: 25px;
}
#a27c0a0c1fa7b36 .article .datetime {
  position: absolute;
  right: 10px;
  top: 0px;
}
#a27c0a0c1fa7b36 .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: FZShuSong-Z01S;
  color: #000000;
}
#a27c0a0c1fa7b36 .article .datetime {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #000000;
}
#a27c0a0c1fa7b36 .article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#a27c0a0c1fa7b36 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a27c0a0c1fa7b36 .article:hover .title {
  color: #626262;
}
#a27c0a0c1fa7b36 .article:hover .datetime {
  color: #b6b6b6;
}
#a27c0a0c1fa7b36 .article:hover .category {
  color: #b6b6b6;
}
#a27c0a0c1fa7b36 .article:hover .abstract {
  color: #b6b6b6;
}
#a27c0a0c1fa7b36 .article:hover .btn_icon {
  color: #b6b6b6;
}
#a27c0a0c1fa7b36 .article:hover .list_icon {
  color: #b6b6b6;
}
#a27c0a0c1fa7b36 .uk-pagination li a {
  font-size: 13px;
}
#a27c0a0c1fa7b36 .uk-pagination li a,
#a27c0a0c1fa7b36 .uk-pagination > .uk-disabled > * {
  color: #000000;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a7744a01bda814b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a7744a01bda814b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a7744a01bda814b .ap-icon {
  margin-right: 6px;
}
#a7744a01bda814b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  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;
  background: transparent;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: -1;
  margin-top: -1;
  margin-right: -1;
  margin-left: -1;
  width: 150px;
  height: 35px;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a,
#a7744a01bda814b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon img,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a7744a01bda814b .menu-list > li:hover > a,
#a7744a01bda814b .menu-list > li.active > a {
  background: #c02437;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #4a4a4a;
  border-top-style: solid;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a7744a01bda814b .menu-list ul,
#a7744a01bda814b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a7744a01bda814b .menu-list ul {
  top: 39px;
  left: 50%;
  transform: translateX(-50%);
}
#a7744a01bda814b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7744a01bda814b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7744a01bda814b .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;
}
#af20aab2f2a5e93 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adbe8af25da44b1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#af42eaf25dac935 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa77aa8975a2af4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa015a8be0a92d8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a3a57a8ad9a2678 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a261ba967aab007 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a84c8adf5faa17a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8f77adf37a393f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a45aba0473a0d96 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8482a4549a6ac7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a0eb0addd8a9d95 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#afd31a960aada7f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a357eabe9bac00d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ae05baf0bcabda2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ac8d8af3ccae900 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8634adb6aa6f82 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adc7faf0f0a771d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad348aa10ca231e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad509ababeae045 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#abd9da20aca7770 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #c02437;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #bb1a1a;
  background-image: linear-gradient(0deg, #bb1a1a, #3e1ce7);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #c02437;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 62px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  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: 20px;
  font-family: inherit;
  background-color: #c02437;
}
#a1d48a69bda2717 a {
        font-weight: normal;
        font-style: normal;
    font-size: 21px;font-family: inherit;color: rgba(0, 0, 0, 1);}#afc4fa4234a3fec > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.05);}#a1934acb04a146e .uk-grid {
  margin-left: -15px;
}
#a1934acb04a146e .uk-grid > * {
  padding-left: 15px;
}
#a1934acb04a146e .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#a1934acb04a146e .ap-category-filter ul li {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#a1934acb04a146e .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a1934acb04a146e .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#a1934acb04a146e .article .info {
  padding: 0px 10px;
  position: relative;
}
#a1934acb04a146e .article .info p {
  margin: 10px 0 10px;
}
#a1934acb04a146e .article svg {
  fill: currentColor;
}
#a1934acb04a146e .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: 20px;
  color: #b4b4b4;
}
#a1934acb04a146e .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 0px;
  color: #b4b4b4;
}
#a1934acb04a146e .article.list-icon .info {
  padding-left: 25px;
}
#a1934acb04a146e .article .datetime {
  position: absolute;
  right: 10px;
  top: 0px;
}
#a1934acb04a146e .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: FZShuSong-Z01S;
  color: #000000;
}
#a1934acb04a146e .article .datetime {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #000000;
}
#a1934acb04a146e .article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 10px;
}
#a1934acb04a146e .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a1934acb04a146e .article:hover .title {
  color: #626262;
}
#a1934acb04a146e .article:hover .datetime {
  color: #b6b6b6;
}
#a1934acb04a146e .article:hover .category {
  color: #b6b6b6;
}
#a1934acb04a146e .article:hover .abstract {
  color: #b6b6b6;
}
#a1934acb04a146e .article:hover .btn_icon {
  color: #b6b6b6;
}
#a1934acb04a146e .article:hover .list_icon {
  color: #b6b6b6;
}
#a1934acb04a146e .uk-pagination li a {
  font-size: 13px;
}
#a1934acb04a146e .uk-pagination li a,
#a1934acb04a146e .uk-pagination > .uk-disabled > * {
  color: #000000;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a7744a01bda814b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a7744a01bda814b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a7744a01bda814b .ap-icon {
  margin-right: 6px;
}
#a7744a01bda814b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  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;
  background: transparent;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: -1;
  margin-top: -1;
  margin-right: -1;
  margin-left: -1;
  width: 150px;
  height: 35px;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a,
#a7744a01bda814b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon img,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a7744a01bda814b .menu-list > li:hover > a,
#a7744a01bda814b .menu-list > li.active > a {
  background: #c02437;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #4a4a4a;
  border-top-style: solid;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a7744a01bda814b .menu-list ul,
#a7744a01bda814b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a7744a01bda814b .menu-list ul {
  top: 39px;
  left: 50%;
  transform: translateX(-50%);
}
#a7744a01bda814b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7744a01bda814b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7744a01bda814b .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;
}
#af20aab2f2a5e93 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adbe8af25da44b1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#af42eaf25dac935 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa77aa8975a2af4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa015a8be0a92d8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a3a57a8ad9a2678 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a261ba967aab007 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a84c8adf5faa17a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8f77adf37a393f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a45aba0473a0d96 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8482a4549a6ac7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a0eb0addd8a9d95 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#afd31a960aada7f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a357eabe9bac00d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ae05baf0bcabda2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ac8d8af3ccae900 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8634adb6aa6f82 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adc7faf0f0a771d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad348aa10ca231e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad509ababeae045 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad87cab66dab943 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #c02437;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #bb1a1a;
  background-image: linear-gradient(0deg, #bb1a1a, #3e1ce7);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #c02437;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 62px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  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: 20px;
  font-family: inherit;
  background-color: #c02437;
}
#a312baa58ca54ba > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a60ada995daa546 a {
        font-weight: normal;
        font-style: normal;
    font-size: 21px;font-family: inherit;color: rgba(0, 0, 0, 1);}#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a7744a01bda814b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a7744a01bda814b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a7744a01bda814b .ap-icon {
  margin-right: 6px;
}
#a7744a01bda814b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  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;
  background: transparent;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: -1;
  margin-top: -1;
  margin-right: -1;
  margin-left: -1;
  width: 150px;
  height: 35px;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a,
#a7744a01bda814b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon img,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a7744a01bda814b .menu-list > li:hover > a,
#a7744a01bda814b .menu-list > li.active > a {
  background: #c02437;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #4a4a4a;
  border-top-style: solid;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a7744a01bda814b .menu-list ul,
#a7744a01bda814b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a7744a01bda814b .menu-list ul {
  top: 39px;
  left: 50%;
  transform: translateX(-50%);
}
#a7744a01bda814b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7744a01bda814b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7744a01bda814b .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;
}
#af20aab2f2a5e93 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adbe8af25da44b1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#af42eaf25dac935 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa77aa8975a2af4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa015a8be0a92d8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a3a57a8ad9a2678 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a261ba967aab007 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a84c8adf5faa17a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8f77adf37a393f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a45aba0473a0d96 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8482a4549a6ac7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a0eb0addd8a9d95 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#afd31a960aada7f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a357eabe9bac00d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ae05baf0bcabda2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ac8d8af3ccae900 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8634adb6aa6f82 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adc7faf0f0a771d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad348aa10ca231e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad509ababeae045 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a9c13a8eb4a8fdf .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #c02437;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #bb1a1a;
  background-image: linear-gradient(0deg, #bb1a1a, #3e1ce7);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #c02437;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 62px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  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: 20px;
  font-family: inherit;
  background-color: #c02437;
}
#aae48ac293af52f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8d13a8f6da489a a {
        font-weight: normal;
        font-style: normal;
    font-size: 21px;font-family: inherit;color: rgba(0, 0, 0, 1);}#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a7744a01bda814b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a7744a01bda814b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a7744a01bda814b .ap-icon {
  margin-right: 6px;
}
#a7744a01bda814b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  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;
  background: transparent;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: -1;
  margin-top: -1;
  margin-right: -1;
  margin-left: -1;
  width: 150px;
  height: 35px;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a,
#a7744a01bda814b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon img,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a7744a01bda814b .menu-list > li:hover > a,
#a7744a01bda814b .menu-list > li.active > a {
  background: #c02437;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #4a4a4a;
  border-top-style: solid;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a7744a01bda814b .menu-list ul,
#a7744a01bda814b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a7744a01bda814b .menu-list ul {
  top: 39px;
  left: 50%;
  transform: translateX(-50%);
}
#a7744a01bda814b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7744a01bda814b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7744a01bda814b .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;
}
#af20aab2f2a5e93 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adbe8af25da44b1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#af42eaf25dac935 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa77aa8975a2af4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa015a8be0a92d8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a3a57a8ad9a2678 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a261ba967aab007 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a84c8adf5faa17a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8f77adf37a393f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a45aba0473a0d96 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8482a4549a6ac7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a0eb0addd8a9d95 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#afd31a960aada7f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a357eabe9bac00d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ae05baf0bcabda2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ac8d8af3ccae900 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8634adb6aa6f82 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adc7faf0f0a771d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad348aa10ca231e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad509ababeae045 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a9c13a8eb4a8fdf .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #c02437;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #bb1a1a;
  background-image: linear-gradient(0deg, #bb1a1a, #3e1ce7);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #c02437;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 62px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  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: 20px;
  font-family: inherit;
  background-color: #c02437;
}
#ad31ba5dbba1506 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9c76a6783a19c4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 21px;font-family: inherit;color: rgba(0, 0, 0, 1);}#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a7744a01bda814b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a7744a01bda814b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a7744a01bda814b .ap-icon {
  margin-right: 6px;
}
#a7744a01bda814b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  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;
  background: transparent;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: -1;
  margin-top: -1;
  margin-right: -1;
  margin-left: -1;
  width: 150px;
  height: 35px;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a,
#a7744a01bda814b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon img,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a7744a01bda814b .menu-list > li:hover > a,
#a7744a01bda814b .menu-list > li.active > a {
  background: #c02437;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #4a4a4a;
  border-top-style: solid;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a7744a01bda814b .menu-list ul,
#a7744a01bda814b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a7744a01bda814b .menu-list ul {
  top: 39px;
  left: 50%;
  transform: translateX(-50%);
}
#a7744a01bda814b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7744a01bda814b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7744a01bda814b .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;
}
#af20aab2f2a5e93 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adbe8af25da44b1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#af42eaf25dac935 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa77aa8975a2af4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa015a8be0a92d8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a3a57a8ad9a2678 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a261ba967aab007 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a84c8adf5faa17a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8f77adf37a393f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a45aba0473a0d96 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8482a4549a6ac7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a0eb0addd8a9d95 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#afd31a960aada7f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a357eabe9bac00d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ae05baf0bcabda2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ac8d8af3ccae900 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8634adb6aa6f82 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adc7faf0f0a771d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad348aa10ca231e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad509ababeae045 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a892dafa7aa6b76 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #c02437;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #bb1a1a;
  background-image: linear-gradient(0deg, #bb1a1a, #3e1ce7);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #c02437;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 62px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  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: 20px;
  font-family: inherit;
  background-color: #c02437;
}
#a2a8da2686a8863 a {
        font-weight: normal;
        font-style: normal;
    font-size: 21px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a2fd6a75d9acbe0 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a2fd6a75d9acbe0 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2fd6a75d9acbe0 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a2fd6a75d9acbe0 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a2fd6a75d9acbe0 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a2fd6a75d9acbe0 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a2fd6a75d9acbe0 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a2fd6a75d9acbe0 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a2fd6a75d9acbe0 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a2fd6a75d9acbe0 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a2fd6a75d9acbe0 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a2fd6a75d9acbe0 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a2fd6a75d9acbe0 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a2fd6a75d9acbe0 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a2fd6a75d9acbe0 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a2fd6a75d9acbe0 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a2fd6a75d9acbe0 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a2fd6a75d9acbe0 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a2fd6a75d9acbe0 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a2fd6a75d9acbe0 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a2fd6a75d9acbe0 .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#a2fd6a75d9acbe0 .ele-article-list .pic-article .img_wrap {
  width: 17%;
  border-radius: 0px;
  overflow: hidden;
}
#a2fd6a75d9acbe0 .ele-article-list .pic-article .info .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
  min-height: 40px;
}
#a2fd6a75d9acbe0 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: FZShuSong-Z01S;
}
#a2fd6a75d9acbe0 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a2fd6a75d9acbe0 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a2fd6a75d9acbe0 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a2fd6a75d9acbe0 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a2fd6a75d9acbe0 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a2fd6a75d9acbe0 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a2fd6a75d9acbe0 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: FZShuSong-Z01S;
}
#a2fd6a75d9acbe0 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a2fd6a75d9acbe0 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a2fd6a75d9acbe0 .ele-article-list .text-article:hover .time {
  color: auto;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a7744a01bda814b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a7744a01bda814b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a7744a01bda814b .ap-icon {
  margin-right: 6px;
}
#a7744a01bda814b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  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;
  background: transparent;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: -1;
  margin-top: -1;
  margin-right: -1;
  margin-left: -1;
  width: 150px;
  height: 35px;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a,
#a7744a01bda814b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon img,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a7744a01bda814b .menu-list > li:hover > a,
#a7744a01bda814b .menu-list > li.active > a {
  background: #c02437;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #4a4a4a;
  border-top-style: solid;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a7744a01bda814b .menu-list ul,
#a7744a01bda814b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a7744a01bda814b .menu-list ul {
  top: 39px;
  left: 50%;
  transform: translateX(-50%);
}
#a7744a01bda814b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7744a01bda814b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7744a01bda814b .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;
}
#af20aab2f2a5e93 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adbe8af25da44b1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#af42eaf25dac935 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa77aa8975a2af4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa015a8be0a92d8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a3a57a8ad9a2678 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a261ba967aab007 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a84c8adf5faa17a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8f77adf37a393f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a45aba0473a0d96 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8482a4549a6ac7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a0eb0addd8a9d95 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#afd31a960aada7f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a357eabe9bac00d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ae05baf0bcabda2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ac8d8af3ccae900 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8634adb6aa6f82 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adc7faf0f0a771d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad348aa10ca231e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad509ababeae045 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a9c13a8eb4a8fdf .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8b45af2bfa5f26 .filter-nav li {
  margin: 10px 0;
  cursor: pointer;
  display: inline-block;
  border-right: 1px solid #ececec;
  line-height: 1;
  padding: 0 15px;
}
#a8b45af2bfa5f26 .filter-nav li.filter-active {
  color: #000;
}
#a8b45af2bfa5f26 .filter-item a {
  color: #111;
}
#a8b45af2bfa5f26 .item-info {
  color: #999;
}
#a8b45af2bfa5f26 .filter-item {
  padding: 5px;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #c02437;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #bb1a1a;
  background-image: linear-gradient(0deg, #bb1a1a, #3e1ce7);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #c02437;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 62px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  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: 20px;
  font-family: inherit;
  background-color: #c02437;
}
#a07c0ad52fa8430 a {
        font-weight: normal;
        font-style: normal;
    font-size: 21px;font-family: inherit;color: rgba(0, 0, 0, 1);}#ae120afb97a4dce .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#ae120afb97a4dce .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ae120afb97a4dce .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#ae120afb97a4dce .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#ae120afb97a4dce .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#ae120afb97a4dce .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#ae120afb97a4dce .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#ae120afb97a4dce .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#ae120afb97a4dce .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#ae120afb97a4dce .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#ae120afb97a4dce .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#ae120afb97a4dce .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#ae120afb97a4dce .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#ae120afb97a4dce .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#ae120afb97a4dce .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#ae120afb97a4dce .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#ae120afb97a4dce .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#ae120afb97a4dce .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#ae120afb97a4dce .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#ae120afb97a4dce .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#ae120afb97a4dce .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#ae120afb97a4dce .ele-article-list .pic-article .img_wrap {
  width: 17%;
  border-radius: 0px;
  overflow: hidden;
}
#ae120afb97a4dce .ele-article-list .pic-article .info .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
  min-height: 40px;
}
#ae120afb97a4dce .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: FZShuSong-Z01S;
}
#ae120afb97a4dce .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ae120afb97a4dce .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#ae120afb97a4dce .ele-article-list .pic-article:hover .category {
  color: auto;
}
#ae120afb97a4dce .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#ae120afb97a4dce .ele-article-list .pic-article:hover .time {
  color: auto;
}
#ae120afb97a4dce .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#ae120afb97a4dce .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: FZShuSong-Z01S;
}
#ae120afb97a4dce .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ae120afb97a4dce .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#ae120afb97a4dce .ele-article-list .text-article:hover .time {
  color: auto;
}
#a621aa12dca150f .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a621aa12dca150f .uk-grid {
  margin-left: -10px;
}
#a621aa12dca150f .uk-grid > * {
  padding-left: 10px;
}
#a621aa12dca150f .uk-grid > .uk-grid-margin {
  margin-top: 15px;
}
#a621aa12dca150f .uk-card {
  background-color: #f1f1f1;
  transition: all .3s ease;
}
#a621aa12dca150f .uk-card-media-top {
  overflow: hidden;
}
#a621aa12dca150f .uk-card-media-top .img {
  transition: all .3s ease;
}
#a621aa12dca150f .info {
  flex: 1;
  overflow: hidden;
  min-width: 1px;
  width: 0;
}
#a621aa12dca150f .datetime {
  padding: 4px;
  margin-right: 6px;
  flex-shrink: 0;
  font-size: 12px;
  color: #999999;
  font-family: Arial;
}
#a621aa12dca150f .datetime b {
  font-size: 24px;
  font-weight: bolder;
  display: block;
}
#a621aa12dca150f .uk-card-body {
  padding: 15px 10px 8px;
}
#a621aa12dca150f hr {
  border-top-color: #ffffff;
  margin: 0 0 10px;
}
#a621aa12dca150f .uk-button {
  border: 1px solid #ececec;
}
#a621aa12dca150f .uk-card .title {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Medium;
  color: #3d3d3d;
}
#a621aa12dca150f .uk-card .abstract {
  margin: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #b5b5b5;
}
#a621aa12dca150f .uk-card:hover {
  background-color: #333333;
}
#a621aa12dca150f .uk-card:hover .title {
  color: #fff;
}
#a621aa12dca150f .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#a621aa12dca150f .uk-card:hover .img {
  transform: scale(1.2);
}
#a621aa12dca150f .uk-card:hover .abstract {
  color: #fff;
}
#a621aa12dca150f .uk-card:hover .datetime {
  color: #d3b267;
}
#a621aa12dca150f .uk-card:hover .category {
  color: #d3b267;
}
#a621aa12dca150f .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#af33ea44c3ac5bf a {
        font-weight: bold;
        font-style: normal;
    font-size: 21px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a8b45af2bfa5f26 .uk-container {max-width: 1150px;}#a8b45af2bfa5f26 [data-item*=".title"], #a8b45af2bfa5f26 [data-item*=".title"] a {font-size: 18px;}#a8b45af2bfa5f26 [data-item*=".abstract"], #a8b45af2bfa5f26 [data-item*=".abstract"] a {show: true;}#a8b45af2bfa5f26 [data-item*=".subTitle"], #a8b45af2bfa5f26 [data-item*=".subTitle"] a {show: true;}#a8b45af2bfa5f26 [data-item*=".category"], #a8b45af2bfa5f26 [data-item*=".category"] a {show: false;}#a10b5ad2d2ad195 a {
        font-weight: bold;
        font-style: normal;
    font-size: 21px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a306eab4a8a6a25 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a306eab4a8a6a25 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a306eab4a8a6a25 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a306eab4a8a6a25 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a306eab4a8a6a25 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a306eab4a8a6a25 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a306eab4a8a6a25 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a306eab4a8a6a25 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a306eab4a8a6a25 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a306eab4a8a6a25 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a306eab4a8a6a25 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a306eab4a8a6a25 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a306eab4a8a6a25 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a306eab4a8a6a25 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a306eab4a8a6a25 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a306eab4a8a6a25 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a306eab4a8a6a25 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a306eab4a8a6a25 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a306eab4a8a6a25 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a306eab4a8a6a25 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a306eab4a8a6a25 .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#a306eab4a8a6a25 .ele-article-list .pic-article .img_wrap {
  width: 17%;
  border-radius: 0px;
  overflow: hidden;
}
#a306eab4a8a6a25 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a306eab4a8a6a25 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a306eab4a8a6a25 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a306eab4a8a6a25 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a306eab4a8a6a25 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a306eab4a8a6a25 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a306eab4a8a6a25 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a306eab4a8a6a25 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a306eab4a8a6a25 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a306eab4a8a6a25 .ele-article-list .text-article:hover .time {
  color: auto;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a7744a01bda814b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a7744a01bda814b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a7744a01bda814b .ap-icon {
  margin-right: 6px;
}
#a7744a01bda814b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  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;
  background: transparent;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: -1;
  margin-top: -1;
  margin-right: -1;
  margin-left: -1;
  width: 150px;
  height: 35px;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a,
#a7744a01bda814b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon img,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a7744a01bda814b .menu-list > li:hover > a,
#a7744a01bda814b .menu-list > li.active > a {
  background: #c02437;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #4a4a4a;
  border-top-style: solid;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a7744a01bda814b .menu-list ul,
#a7744a01bda814b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a7744a01bda814b .menu-list ul {
  top: 39px;
  left: 50%;
  transform: translateX(-50%);
}
#a7744a01bda814b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7744a01bda814b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7744a01bda814b .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;
}
#af20aab2f2a5e93 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adbe8af25da44b1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#af42eaf25dac935 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa77aa8975a2af4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa015a8be0a92d8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a3a57a8ad9a2678 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a261ba967aab007 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a84c8adf5faa17a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8f77adf37a393f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a45aba0473a0d96 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8482a4549a6ac7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a0eb0addd8a9d95 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#afd31a960aada7f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a357eabe9bac00d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ae05baf0bcabda2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ac8d8af3ccae900 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8634adb6aa6f82 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adc7faf0f0a771d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad348aa10ca231e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad509ababeae045 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a66a3ace76af073 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ae450a9220a3fa0 .post-cate {
  position: absolute;
  margin-left: 0;
  left: 30px;
  top: 0;
  padding: 0 10px;
  line-height: 20px;
  font-size: 12px;
  z-index: 100;
  background: #007bff;
  color: #fff;
}
#ae450a9220a3fa0 .new-list .uk-card {
  border-bottom: 1px solid #e7e7e7;
}
#ae450a9220a3fa0 .new-list .uk-card:first-of-type {
  padding-top: 0;
}
#ae450a9220a3fa0 .new-list .uk-card:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
#ae450a9220a3fa0 .main-item::before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.95)));
  /* background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%); */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%);
  /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%); */
}
#ae450a9220a3fa0 .main-item::after {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  content: '';
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}
#ae450a9220a3fa0 .main-item:hover::after {
  opacity: 1;
}
#ae450a9220a3fa0 .main-info {
  z-index: 100;
}
#acb8aaacc6aa0ed .filter-nav li {
  margin: 10px 0;
  cursor: pointer;
  display: inline-block;
  border-right: 1px solid #ececec;
  line-height: 1;
  padding: 0 15px;
}
#acb8aaacc6aa0ed .filter-nav li.filter-active {
  color: #000;
}
#acb8aaacc6aa0ed .filter-item a {
  color: #111;
}
#acb8aaacc6aa0ed .item-info {
  color: #999;
}
#acb8aaacc6aa0ed .filter-item {
  padding: 5px;
}
#ab774aff8ba8b54 .filter-nav li {
  margin: 10px 0;
  cursor: pointer;
  display: inline-block;
  border-right: 1px solid #ececec;
  line-height: 1;
  padding: 0 15px;
}
#ab774aff8ba8b54 .filter-nav li.filter-active {
  color: #000;
}
#ab774aff8ba8b54 .filter-item a {
  color: #111;
}
#ab774aff8ba8b54 .item-info {
  color: #999;
}
#ab774aff8ba8b54 .filter-item {
  padding: 5px;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #c02437;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #bb1a1a;
  background-image: linear-gradient(0deg, #bb1a1a, #3e1ce7);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #c02437;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 62px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  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: 20px;
  font-family: inherit;
  background-color: #c02437;
}
#a348fa1a41a5400 a {
        font-weight: normal;
        font-style: normal;
    font-size: 21px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a9fbaa908daa545 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a9fbaa908daa545 .uk-grid {
  margin-left: -10px;
}
#a9fbaa908daa545 .uk-grid > * {
  padding-left: 10px;
}
#a9fbaa908daa545 .uk-grid > .uk-grid-margin {
  margin-top: 15px;
}
#a9fbaa908daa545 .uk-card {
  background-color: #f1f1f1;
  transition: all .3s ease;
}
#a9fbaa908daa545 .uk-card-media-top {
  overflow: hidden;
}
#a9fbaa908daa545 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a9fbaa908daa545 .info {
  flex: 1;
  overflow: hidden;
  min-width: 1px;
  width: 0;
}
#a9fbaa908daa545 .datetime {
  padding: 4px;
  margin-right: 6px;
  flex-shrink: 0;
  font-size: 12px;
  color: #999999;
  font-family: Arial;
}
#a9fbaa908daa545 .datetime b {
  font-size: 24px;
  font-weight: bolder;
  display: block;
}
#a9fbaa908daa545 .uk-card-body {
  padding: 15px 10px 8px;
}
#a9fbaa908daa545 hr {
  border-top-color: #ffffff;
  margin: 0 0 10px;
}
#a9fbaa908daa545 .uk-button {
  border: 1px solid #ececec;
}
#a9fbaa908daa545 .uk-card .title {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Medium;
  color: #3d3d3d;
}
#a9fbaa908daa545 .uk-card .abstract {
  margin: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #b5b5b5;
}
#a9fbaa908daa545 .uk-card:hover {
  background-color: #333333;
}
#a9fbaa908daa545 .uk-card:hover .title {
  color: #fff;
}
#a9fbaa908daa545 .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#a9fbaa908daa545 .uk-card:hover .img {
  transform: scale(1.2);
}
#a9fbaa908daa545 .uk-card:hover .abstract {
  color: #fff;
}
#a9fbaa908daa545 .uk-card:hover .datetime {
  color: #d3b267;
}
#a9fbaa908daa545 .uk-card:hover .category {
  color: #d3b267;
}
#a9fbaa908daa545 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a1fb8a192ba0a64 a {
        font-weight: bold;
        font-style: normal;
    font-size: 21px;font-family: inherit;color: rgba(0, 0, 0, 1);}#acb8aaacc6aa0ed .uk-container {max-width: 1150px;}#acb8aaacc6aa0ed [data-item*=".title"], #acb8aaacc6aa0ed [data-item*=".title"] a {font-size: 18px;}#acb8aaacc6aa0ed [data-item*=".abstract"], #acb8aaacc6aa0ed [data-item*=".abstract"] a {show: true;}#acb8aaacc6aa0ed [data-item*=".subTitle"], #acb8aaacc6aa0ed [data-item*=".subTitle"] a {show: true;}#acb8aaacc6aa0ed [data-item*=".category"], #acb8aaacc6aa0ed [data-item*=".category"] a {show: false;}#a5ff1aa0f5a2ffd a {
        font-weight: bold;
        font-style: normal;
    font-size: 21px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a2671ae536a7741 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a2671ae536a7741 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2671ae536a7741 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a2671ae536a7741 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a2671ae536a7741 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a2671ae536a7741 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a2671ae536a7741 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a2671ae536a7741 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a2671ae536a7741 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a2671ae536a7741 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a2671ae536a7741 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a2671ae536a7741 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a2671ae536a7741 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a2671ae536a7741 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a2671ae536a7741 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a2671ae536a7741 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a2671ae536a7741 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a2671ae536a7741 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a2671ae536a7741 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a2671ae536a7741 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a2671ae536a7741 .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#a2671ae536a7741 .ele-article-list .pic-article .img_wrap {
  width: 17%;
  border-radius: 0px;
  overflow: hidden;
}
#a2671ae536a7741 .ele-article-list .pic-article .info .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
  min-height: 40px;
}
#a2671ae536a7741 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: FZShuSong-Z01S;
}
#a2671ae536a7741 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a2671ae536a7741 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a2671ae536a7741 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a2671ae536a7741 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a2671ae536a7741 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a2671ae536a7741 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a2671ae536a7741 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: FZShuSong-Z01S;
}
#a2671ae536a7741 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a2671ae536a7741 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a2671ae536a7741 .ele-article-list .text-article:hover .time {
  color: auto;
}
#ad447aadcbaadd7 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#ad447aadcbaadd7 .uk-grid {
  margin-left: -10px;
}
#ad447aadcbaadd7 .uk-grid > * {
  padding-left: 10px;
}
#ad447aadcbaadd7 .uk-grid > .uk-grid-margin {
  margin-top: 15px;
}
#ad447aadcbaadd7 .uk-card {
  background-color: #f1f1f1;
  transition: all .3s ease;
}
#ad447aadcbaadd7 .uk-card-media-top {
  overflow: hidden;
}
#ad447aadcbaadd7 .uk-card-media-top .img {
  transition: all .3s ease;
}
#ad447aadcbaadd7 .info {
  flex: 1;
  overflow: hidden;
  min-width: 1px;
  width: 0;
}
#ad447aadcbaadd7 .datetime {
  padding: 4px;
  margin-right: 6px;
  flex-shrink: 0;
  font-size: 12px;
  color: #999999;
  font-family: Arial;
}
#ad447aadcbaadd7 .datetime b {
  font-size: 24px;
  font-weight: bolder;
  display: block;
}
#ad447aadcbaadd7 .uk-card-body {
  padding: 15px 10px 8px;
}
#ad447aadcbaadd7 hr {
  border-top-color: #ffffff;
  margin: 0 0 10px;
}
#ad447aadcbaadd7 .uk-button {
  border: 1px solid #ececec;
}
#ad447aadcbaadd7 .uk-card .title {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Medium;
  color: #3d3d3d;
}
#ad447aadcbaadd7 .uk-card .abstract {
  margin: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #b5b5b5;
}
#ad447aadcbaadd7 .uk-card:hover {
  background-color: #333333;
}
#ad447aadcbaadd7 .uk-card:hover .title {
  color: #fff;
}
#ad447aadcbaadd7 .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#ad447aadcbaadd7 .uk-card:hover .img {
  transform: scale(1.2);
}
#ad447aadcbaadd7 .uk-card:hover .abstract {
  color: #fff;
}
#ad447aadcbaadd7 .uk-card:hover .datetime {
  color: #d3b267;
}
#ad447aadcbaadd7 .uk-card:hover .category {
  color: #d3b267;
}
#ad447aadcbaadd7 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a3ce3a4e22ad92e a {
        font-weight: bold;
        font-style: normal;
    font-size: 21px;font-family: inherit;color: rgba(0, 0, 0, 1);}#ab774aff8ba8b54 .uk-container {max-width: 1150px;}#ab774aff8ba8b54 [data-item*=".title"], #ab774aff8ba8b54 [data-item*=".title"] a {font-size: 18px;}#ab774aff8ba8b54 [data-item*=".abstract"], #ab774aff8ba8b54 [data-item*=".abstract"] a {show: true;}#ab774aff8ba8b54 [data-item*=".subTitle"], #ab774aff8ba8b54 [data-item*=".subTitle"] a {show: true;}#ab774aff8ba8b54 [data-item*=".category"], #ab774aff8ba8b54 [data-item*=".category"] a {show: false;}#a4d80a0598a647d a {
        font-weight: bold;
        font-style: normal;
    font-size: 21px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a12eaa748ea60e1 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a12eaa748ea60e1 .uk-grid {
  margin-left: -4px;
}
#a12eaa748ea60e1 .uk-grid > * {
  padding-left: 4px;
}
#a12eaa748ea60e1 .uk-grid > .uk-grid-margin {
  margin-top: 15px;
}
#a12eaa748ea60e1 .uk-card {
  background-color: #d0021b;
  transition: all .3s ease;
}
#a12eaa748ea60e1 .uk-card-media-top {
  overflow: hidden;
}
#a12eaa748ea60e1 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a12eaa748ea60e1 .info {
  flex: 1;
  overflow: hidden;
  min-width: 1px;
  width: 0;
}
#a12eaa748ea60e1 .datetime {
  padding: 4px;
  margin-right: 6px;
  flex-shrink: 0;
  font-size: 12px;
  color: #fff;
  font-family: Arial;
}
#a12eaa748ea60e1 .datetime b {
  font-size: 24px;
  font-weight: bolder;
  display: block;
}
#a12eaa748ea60e1 .uk-card-body {
  padding: 15px 10px 8px;
}
#a12eaa748ea60e1 hr {
  border-top-color: #fd0826;
  margin: 0 0 10px;
}
#a12eaa748ea60e1 .uk-button {
  border: 1px solid #ececec;
}
#a12eaa748ea60e1 .uk-card .title {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#a12eaa748ea60e1 .uk-card .abstract {
  margin: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #8bbaff;
}
#a12eaa748ea60e1 .uk-card:hover {
  background-color: #333333;
}
#a12eaa748ea60e1 .uk-card:hover .title {
  color: #fff;
}
#a12eaa748ea60e1 .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#a12eaa748ea60e1 .uk-card:hover .img {
  transform: scale(1.2);
}
#a12eaa748ea60e1 .uk-card:hover .abstract {
  color: #fff;
}
#a12eaa748ea60e1 .uk-card:hover .datetime {
  color: #d3b267;
}
#a12eaa748ea60e1 .uk-card:hover .category {
  color: #d3b267;
}
#a12eaa748ea60e1 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a7744a01bda814b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a7744a01bda814b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a7744a01bda814b .ap-icon {
  margin-right: 6px;
}
#a7744a01bda814b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  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;
  background: transparent;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: -1;
  margin-top: -1;
  margin-right: -1;
  margin-left: -1;
  width: 150px;
  height: 35px;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a,
#a7744a01bda814b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon img,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a7744a01bda814b .menu-list > li:hover > a,
#a7744a01bda814b .menu-list > li.active > a {
  background: #c02437;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #4a4a4a;
  border-top-style: solid;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a7744a01bda814b .menu-list ul,
#a7744a01bda814b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a7744a01bda814b .menu-list ul {
  top: 39px;
  left: 50%;
  transform: translateX(-50%);
}
#a7744a01bda814b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7744a01bda814b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7744a01bda814b .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;
}
#af20aab2f2a5e93 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adbe8af25da44b1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#af42eaf25dac935 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa77aa8975a2af4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa015a8be0a92d8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a3a57a8ad9a2678 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a261ba967aab007 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a84c8adf5faa17a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8f77adf37a393f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a45aba0473a0d96 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8482a4549a6ac7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a0eb0addd8a9d95 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#afd31a960aada7f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a357eabe9bac00d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ae05baf0bcabda2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ac8d8af3ccae900 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8634adb6aa6f82 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adc7faf0f0a771d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad348aa10ca231e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad509ababeae045 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a0a5fad68ca48ef .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #c02437;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #bb1a1a;
  background-image: linear-gradient(0deg, #bb1a1a, #3e1ce7);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #c02437;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 62px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  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: 20px;
  font-family: inherit;
  background-color: #c02437;
}
#a7b34a2302af871 a {
        font-weight: normal;
        font-style: normal;
    font-size: 21px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a306fa5a48a38d4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 21px;font-family: inherit;color: rgba(0, 0, 0, 1);}#aaecca4783afbaa .a8920a22caabda0 > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}#aaecca4783afbaa .a8920a22caabda0  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.16);}#aaecca4783afbaa .ada2da39e3ae7f3 {
  overflow: hidden;
}
#aaecca4783afbaa .ada2da39e3ae7f3 .img-wrap {
  transition: all 0.3s ease-in;
}
#aaecca4783afbaa .ada2da39e3ae7f3 .img-wrap:hover {
  transform: scale(1.2);
}
#aaecca4783afbaa .a780ca07a6afd7e {
  overflow: hidden;
}
#aaecca4783afbaa .a780ca07a6afd7e , #aaecca4783afbaa .a780ca07a6afd7e > * {
        font-weight: normal;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(51, 51, 51, 1);}#aaecca4783afbaa .aee6ead854a1d05 , #aaecca4783afbaa .aee6ead854a1d05 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#aaecca4783afbaa .a36b3a0c24a7d36 , #aaecca4783afbaa .a36b3a0c24a7d36 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#aaecca4783afbaa .afba7ae377a7274 , #aaecca4783afbaa .afba7ae377a7274 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#aaecca4783afbaa .a61d9a22daa1936 > .ele-wrap {background-color: #00a0e9;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 15px;}#aaecca4783afbaa .a3c88ae19ba7e49 , #aaecca4783afbaa .a3c88ae19ba7e49 a{color: rgba(255, 255, 255, 1);}#aaecca4783afbaa .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aaecca4783afbaa .uk-position-center-left-out {
    left: -30px;
  }
  #aaecca4783afbaa .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3787af24fadf8f .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a3787af24fadf8f .uk-grid {
  margin-left: -10px;
}
#a3787af24fadf8f .uk-grid > * {
  padding-left: 10px;
}
#a3787af24fadf8f .uk-grid > .uk-grid-margin {
  margin-top: 15px;
}
#a3787af24fadf8f .uk-card {
  background-color: #f1f1f1;
  transition: all .3s ease;
}
#a3787af24fadf8f .uk-card-media-top {
  overflow: hidden;
}
#a3787af24fadf8f .uk-card-media-top .img {
  transition: all .3s ease;
}
#a3787af24fadf8f .info {
  flex: 1;
  overflow: hidden;
  min-width: 1px;
  width: 0;
}
#a3787af24fadf8f .datetime {
  padding: 4px;
  margin-right: 6px;
  flex-shrink: 0;
  font-size: 12px;
  color: #999999;
  font-family: Arial;
}
#a3787af24fadf8f .datetime b {
  font-size: 24px;
  font-weight: bolder;
  display: block;
}
#a3787af24fadf8f .uk-card-body {
  padding: 15px 10px 8px;
}
#a3787af24fadf8f hr {
  border-top-color: #ffffff;
  margin: 0 0 10px;
}
#a3787af24fadf8f .uk-button {
  border: 1px solid #ececec;
}
#a3787af24fadf8f .uk-card .title {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: NotoSansSC-Medium;
  color: #3d3d3d;
}
#a3787af24fadf8f .uk-card .abstract {
  margin: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #b5b5b5;
}
#a3787af24fadf8f .uk-card:hover {
  background-color: #333333;
}
#a3787af24fadf8f .uk-card:hover .title {
  color: #fff;
}
#a3787af24fadf8f .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#a3787af24fadf8f .uk-card:hover .img {
  transform: scale(1.2);
}
#a3787af24fadf8f .uk-card:hover .abstract {
  color: #fff;
}
#a3787af24fadf8f .uk-card:hover .datetime {
  color: #d3b267;
}
#a3787af24fadf8f .uk-card:hover .category {
  color: #d3b267;
}
#a3787af24fadf8f .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a2471aee16ae75a a {
        font-weight: bold;
        font-style: normal;
    font-size: 21px;font-family: inherit;color: rgba(0, 0, 0, 1);}#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a7744a01bda814b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a7744a01bda814b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a7744a01bda814b .ap-icon {
  margin-right: 6px;
}
#a7744a01bda814b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  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;
  background: transparent;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: -1;
  margin-top: -1;
  margin-right: -1;
  margin-left: -1;
  width: 150px;
  height: 35px;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a,
#a7744a01bda814b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon img,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a7744a01bda814b .menu-list > li:hover > a,
#a7744a01bda814b .menu-list > li.active > a {
  background: #c02437;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #4a4a4a;
  border-top-style: solid;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a7744a01bda814b .menu-list ul,
#a7744a01bda814b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a7744a01bda814b .menu-list ul {
  top: 39px;
  left: 50%;
  transform: translateX(-50%);
}
#a7744a01bda814b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7744a01bda814b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7744a01bda814b .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;
}
#af20aab2f2a5e93 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adbe8af25da44b1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#af42eaf25dac935 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa77aa8975a2af4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa015a8be0a92d8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a3a57a8ad9a2678 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a261ba967aab007 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a84c8adf5faa17a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8f77adf37a393f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a45aba0473a0d96 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8482a4549a6ac7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a0eb0addd8a9d95 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#afd31a960aada7f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a357eabe9bac00d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ae05baf0bcabda2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ac8d8af3ccae900 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8634adb6aa6f82 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adc7faf0f0a771d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad348aa10ca231e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad509ababeae045 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a3aa5a2a2ca0d7e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #c02437;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #bb1a1a;
  background-image: linear-gradient(0deg, #bb1a1a, #3e1ce7);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #c02437;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 62px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  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: 20px;
  font-family: inherit;
  background-color: #c02437;
}
#a4691a4c55af2f3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 21px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a011cabc4ba1d5f a {
        font-weight: bold;
        font-style: normal;
    font-size: 21px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a1b5ea9c85a2ad9 .ade62a55c9a7f79 {
  overflow: hidden;
}
#a1b5ea9c85a2ad9 .ade62a55c9a7f79 , #a1b5ea9c85a2ad9 .ade62a55c9a7f79 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a1b5ea9c85a2ad9 .a64aead782ad4de  {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(231, 35, 35, 1);}#a1b5ea9c85a2ad9 .uk-grid {
  margin-left: -60px;
}
#a1b5ea9c85a2ad9 .uk-grid > * {
  padding-left: 60px;
}
#a1b5ea9c85a2ad9 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a1b5ea9c85a2ad9 .uk-position-center-left-out {
    left: -30px;
  }
  #a1b5ea9c85a2ad9 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ad91da62e3aa782 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(231, 35, 35, 1);}#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a7744a01bda814b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a7744a01bda814b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a7744a01bda814b .ap-icon {
  margin-right: 6px;
}
#a7744a01bda814b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  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;
  background: transparent;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: -1;
  margin-top: -1;
  margin-right: -1;
  margin-left: -1;
  width: 150px;
  height: 35px;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a,
#a7744a01bda814b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon img,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a7744a01bda814b .menu-list > li:hover > a,
#a7744a01bda814b .menu-list > li.active > a {
  background: #c02437;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #4a4a4a;
  border-top-style: solid;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a7744a01bda814b .menu-list ul,
#a7744a01bda814b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a7744a01bda814b .menu-list ul {
  top: 39px;
  left: 50%;
  transform: translateX(-50%);
}
#a7744a01bda814b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7744a01bda814b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7744a01bda814b .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;
}
#af20aab2f2a5e93 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adbe8af25da44b1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#af42eaf25dac935 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa77aa8975a2af4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa015a8be0a92d8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a3a57a8ad9a2678 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a261ba967aab007 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a84c8adf5faa17a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8f77adf37a393f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a45aba0473a0d96 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8482a4549a6ac7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a0eb0addd8a9d95 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#afd31a960aada7f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a357eabe9bac00d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ae05baf0bcabda2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ac8d8af3ccae900 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8634adb6aa6f82 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adc7faf0f0a771d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad348aa10ca231e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad509ababeae045 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a9c13a8eb4a8fdf .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #c02437;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #bb1a1a;
  background-image: linear-gradient(0deg, #bb1a1a, #3e1ce7);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #c02437;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 62px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  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: 20px;
  font-family: inherit;
  background-color: #c02437;
}
#a2312ab0efa3f83 a {
        font-weight: normal;
        font-style: normal;
    font-size: 21px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a58a2ade33a54f1 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a58a2ade33a54f1 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a58a2ade33a54f1 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a58a2ade33a54f1 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a58a2ade33a54f1 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a58a2ade33a54f1 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a58a2ade33a54f1 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a58a2ade33a54f1 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a58a2ade33a54f1 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a58a2ade33a54f1 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a58a2ade33a54f1 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a58a2ade33a54f1 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a58a2ade33a54f1 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a58a2ade33a54f1 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a58a2ade33a54f1 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a58a2ade33a54f1 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a58a2ade33a54f1 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a58a2ade33a54f1 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a58a2ade33a54f1 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a58a2ade33a54f1 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a58a2ade33a54f1 .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#a58a2ade33a54f1 .ele-article-list .pic-article .img_wrap {
  width: 18%;
  border-radius: 0px;
  overflow: hidden;
}
#a58a2ade33a54f1 .ele-article-list .pic-article .info .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
  min-height: 40px;
}
#a58a2ade33a54f1 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#a58a2ade33a54f1 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a58a2ade33a54f1 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a58a2ade33a54f1 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a58a2ade33a54f1 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a58a2ade33a54f1 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a58a2ade33a54f1 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a58a2ade33a54f1 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#a58a2ade33a54f1 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a58a2ade33a54f1 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a58a2ade33a54f1 .ele-article-list .text-article:hover .time {
  color: auto;
}
#aa870aa8a6a1680 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#aa870aa8a6a1680 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa870aa8a6a1680 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#aa870aa8a6a1680 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#aa870aa8a6a1680 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#aa870aa8a6a1680 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#aa870aa8a6a1680 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#aa870aa8a6a1680 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#aa870aa8a6a1680 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#aa870aa8a6a1680 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#aa870aa8a6a1680 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#aa870aa8a6a1680 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#aa870aa8a6a1680 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#aa870aa8a6a1680 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#aa870aa8a6a1680 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#aa870aa8a6a1680 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#aa870aa8a6a1680 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#aa870aa8a6a1680 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#aa870aa8a6a1680 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#aa870aa8a6a1680 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#aa870aa8a6a1680 .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#aa870aa8a6a1680 .ele-article-list .pic-article .img_wrap {
  width: 18%;
  border-radius: 0px;
  overflow: hidden;
}
#aa870aa8a6a1680 .ele-article-list .pic-article .info .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
  min-height: 40px;
}
#aa870aa8a6a1680 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#aa870aa8a6a1680 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#aa870aa8a6a1680 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#aa870aa8a6a1680 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#aa870aa8a6a1680 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#aa870aa8a6a1680 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#aa870aa8a6a1680 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#aa870aa8a6a1680 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#aa870aa8a6a1680 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#aa870aa8a6a1680 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#aa870aa8a6a1680 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a13d6a99f9a0af3 {
  overflow: hidden;
  pointer-events: none;
}
#a13d6a99f9a0af3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a13d6a99f9a0af3 > .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;
}
#a13d6a99f9a0af3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a13d6a99f9a0af3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a13d6a99f9a0af3 > .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;
}
#a13d6a99f9a0af3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a13d6a99f9a0af3 > .tab-wrap > div > .tab-nav,
#a13d6a99f9a0af3 > .tab-nav,
#a13d6a99f9a0af3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a13d6a99f9a0af3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a13d6a99f9a0af3 > .tab-wrap > div > .tab-nav-horizontal,
#a13d6a99f9a0af3 > .tab-nav-horizontal,
#a13d6a99f9a0af3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a13d6a99f9a0af3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a13d6a99f9a0af3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a13d6a99f9a0af3 > .tab-nav-horizontal::-webkit-scrollbar,
#a13d6a99f9a0af3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a13d6a99f9a0af3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a13d6a99f9a0af3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a13d6a99f9a0af3 > .tab-nav-horizontal.tagScroll,
#a13d6a99f9a0af3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a13d6a99f9a0af3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a13d6a99f9a0af3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a13d6a99f9a0af3 > .tab-nav-horizontal.tagScroll li a,
#a13d6a99f9a0af3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a13d6a99f9a0af3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a13d6a99f9a0af3 > .tab-wrap > div > .tab-nav a,
#a13d6a99f9a0af3 > .tab-nav a,
#a13d6a99f9a0af3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a13d6a99f9a0af3 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a13d6a99f9a0af3 > .tab-wrap > div > .tab-nav li a,
#a13d6a99f9a0af3 > .tab-nav li a,
#a13d6a99f9a0af3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a13d6a99f9a0af3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 50px;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #747474;
  background-color: #dddddd;
}
#a13d6a99f9a0af3 > .tab-wrap > div > .tab-nav li a svg,
#a13d6a99f9a0af3 > .tab-nav li a svg,
#a13d6a99f9a0af3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a13d6a99f9a0af3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a13d6a99f9a0af3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a13d6a99f9a0af3 > .tab-nav li a .ap_icon,
#a13d6a99f9a0af3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a13d6a99f9a0af3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a13d6a99f9a0af3 > .tab-wrap > div > .tab-nav li a:hover,
#a13d6a99f9a0af3 > .tab-nav li a:hover,
#a13d6a99f9a0af3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a13d6a99f9a0af3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3894ff;
}
#a13d6a99f9a0af3 > .tab-wrap > div > .tab-nav li.uk-active a,
#a13d6a99f9a0af3 > .tab-nav li.uk-active a,
#a13d6a99f9a0af3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a13d6a99f9a0af3 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #da0f00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a13d6a99f9a0af3 > .tab-wrap > div > .tab-nav li:last-child a,
#a13d6a99f9a0af3 > .tab-nav li:last-child a,
#a13d6a99f9a0af3 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a13d6a99f9a0af3 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a13d6a99f9a0af3 .layout-left li,
#a13d6a99f9a0af3 .layout-center li,
#a13d6a99f9a0af3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a13d6a99f9a0af3 .layout-left li a,
#a13d6a99f9a0af3 .layout-center li a,
#a13d6a99f9a0af3 .layout-right li a {
  height: 100%;
}
#a13d6a99f9a0af3 > .tab-tabs .layout-left {
  text-align: left;
}
#a13d6a99f9a0af3 > .tab-tabs .layout-center {
  text-align: center;
}
#a13d6a99f9a0af3 > .tab-tabs .layout-right {
  text-align: right;
}
#a13d6a99f9a0af3 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a13d6a99f9a0af3 .tab-content-wrap {
  background-color: #ffffff;
}
#a13d6a99f9a0af3 .tab-contents,
#a13d6a99f9a0af3 .tab-contents-wrap {
  pointer-events: none;
}
#a13d6a99f9a0af3 .tab-content,
#a13d6a99f9a0af3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a13d6a99f9a0af3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a13d6a99f9a0af3 .tab-wrap .tab-contents {
  height: 100%;
}
#a13d6a99f9a0af3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a13d6a99f9a0af3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a13d6a99f9a0af3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aa37fa7edaa746c .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#aa37fa7edaa746c .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a5757a34ffa7790 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a5757a34ffa7790 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a5757a34ffa7790 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a5757a34ffa7790 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a5757a34ffa7790 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a5757a34ffa7790 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a5757a34ffa7790 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a5757a34ffa7790 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a5757a34ffa7790 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a5757a34ffa7790 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a5757a34ffa7790 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a5757a34ffa7790 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a5757a34ffa7790 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a5757a34ffa7790 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a5757a34ffa7790 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a5757a34ffa7790 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a5757a34ffa7790 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a5757a34ffa7790 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a5757a34ffa7790 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a5757a34ffa7790 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a5757a34ffa7790 .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#a5757a34ffa7790 .ele-article-list .pic-article .img_wrap {
  width: 18%;
  border-radius: 0px;
  overflow: hidden;
}
#a5757a34ffa7790 .ele-article-list .pic-article .info .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
  min-height: 40px;
}
#a5757a34ffa7790 .ele-article-list .pic-article .time {
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
}
#a5757a34ffa7790 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#a5757a34ffa7790 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a5757a34ffa7790 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a5757a34ffa7790 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a5757a34ffa7790 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a5757a34ffa7790 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a5757a34ffa7790 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a5757a34ffa7790 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#a5757a34ffa7790 .ele-article-list .text-article .time {
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
}
#a5757a34ffa7790 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a5757a34ffa7790 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a5757a34ffa7790 .ele-article-list .text-article:hover .time {
  color: auto;
}
#aad15adf90aa2f2 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#aad15adf90aa2f2 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aad15adf90aa2f2 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#aad15adf90aa2f2 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#aad15adf90aa2f2 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#aad15adf90aa2f2 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#aad15adf90aa2f2 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#aad15adf90aa2f2 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#aad15adf90aa2f2 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#aad15adf90aa2f2 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#aad15adf90aa2f2 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#aad15adf90aa2f2 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#aad15adf90aa2f2 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#aad15adf90aa2f2 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#aad15adf90aa2f2 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#aad15adf90aa2f2 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#aad15adf90aa2f2 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#aad15adf90aa2f2 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#aad15adf90aa2f2 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#aad15adf90aa2f2 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#aad15adf90aa2f2 .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#aad15adf90aa2f2 .ele-article-list .pic-article .img_wrap {
  width: 18%;
  border-radius: 0px;
  overflow: hidden;
}
#aad15adf90aa2f2 .ele-article-list .pic-article .info .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
  min-height: 40px;
}
#aad15adf90aa2f2 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#aad15adf90aa2f2 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#aad15adf90aa2f2 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#aad15adf90aa2f2 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#aad15adf90aa2f2 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#aad15adf90aa2f2 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#aad15adf90aa2f2 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#aad15adf90aa2f2 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#aad15adf90aa2f2 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#aad15adf90aa2f2 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#aad15adf90aa2f2 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a675fa386ba5402 {
  overflow: hidden;
  pointer-events: none;
}
#a675fa386ba5402 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a675fa386ba5402 > .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;
}
#a675fa386ba5402 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675fa386ba5402 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a675fa386ba5402 > .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;
}
#a675fa386ba5402 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a675fa386ba5402 > .tab-wrap > div > .tab-nav,
#a675fa386ba5402 > .tab-nav,
#a675fa386ba5402 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a675fa386ba5402 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #9b9b9b;
}
#a675fa386ba5402 > .tab-wrap > div > .tab-nav-horizontal,
#a675fa386ba5402 > .tab-nav-horizontal,
#a675fa386ba5402 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a675fa386ba5402 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a675fa386ba5402 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675fa386ba5402 > .tab-nav-horizontal::-webkit-scrollbar,
#a675fa386ba5402 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a675fa386ba5402 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a675fa386ba5402 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675fa386ba5402 > .tab-nav-horizontal.tagScroll,
#a675fa386ba5402 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a675fa386ba5402 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a675fa386ba5402 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675fa386ba5402 > .tab-nav-horizontal.tagScroll li a,
#a675fa386ba5402 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a675fa386ba5402 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a675fa386ba5402 > .tab-wrap > div > .tab-nav a,
#a675fa386ba5402 > .tab-nav a,
#a675fa386ba5402 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a675fa386ba5402 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a675fa386ba5402 > .tab-wrap > div > .tab-nav li a,
#a675fa386ba5402 > .tab-nav li a,
#a675fa386ba5402 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a675fa386ba5402 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 50px;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #747474;
  background-color: #dddddd;
}
#a675fa386ba5402 > .tab-wrap > div > .tab-nav li a svg,
#a675fa386ba5402 > .tab-nav li a svg,
#a675fa386ba5402 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a675fa386ba5402 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a675fa386ba5402 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675fa386ba5402 > .tab-nav li a .ap_icon,
#a675fa386ba5402 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a675fa386ba5402 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a675fa386ba5402 > .tab-wrap > div > .tab-nav li a:hover,
#a675fa386ba5402 > .tab-nav li a:hover,
#a675fa386ba5402 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a675fa386ba5402 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3894ff;
}
#a675fa386ba5402 > .tab-wrap > div > .tab-nav li.uk-active a,
#a675fa386ba5402 > .tab-nav li.uk-active a,
#a675fa386ba5402 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a675fa386ba5402 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #da0f00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a675fa386ba5402 > .tab-wrap > div > .tab-nav li:last-child a,
#a675fa386ba5402 > .tab-nav li:last-child a,
#a675fa386ba5402 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a675fa386ba5402 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a675fa386ba5402 .layout-left li,
#a675fa386ba5402 .layout-center li,
#a675fa386ba5402 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a675fa386ba5402 .layout-left li a,
#a675fa386ba5402 .layout-center li a,
#a675fa386ba5402 .layout-right li a {
  height: 100%;
}
#a675fa386ba5402 > .tab-tabs .layout-left {
  text-align: left;
}
#a675fa386ba5402 > .tab-tabs .layout-center {
  text-align: center;
}
#a675fa386ba5402 > .tab-tabs .layout-right {
  text-align: right;
}
#a675fa386ba5402 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a675fa386ba5402 .tab-content-wrap {
  background-color: #ffffff;
}
#a675fa386ba5402 .tab-contents,
#a675fa386ba5402 .tab-contents-wrap {
  pointer-events: none;
}
#a675fa386ba5402 .tab-content,
#a675fa386ba5402 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a675fa386ba5402 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a675fa386ba5402 .tab-wrap .tab-contents {
  height: 100%;
}
#a675fa386ba5402 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a675fa386ba5402 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a675fa386ba5402 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aa6d9a35aaa7274 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#aa6d9a35aaa7274 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa6d9a35aaa7274 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#aa6d9a35aaa7274 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#aa6d9a35aaa7274 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#aa6d9a35aaa7274 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#aa6d9a35aaa7274 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#aa6d9a35aaa7274 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#aa6d9a35aaa7274 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#aa6d9a35aaa7274 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#aa6d9a35aaa7274 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#aa6d9a35aaa7274 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#aa6d9a35aaa7274 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#aa6d9a35aaa7274 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#aa6d9a35aaa7274 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#aa6d9a35aaa7274 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#aa6d9a35aaa7274 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#aa6d9a35aaa7274 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#aa6d9a35aaa7274 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#aa6d9a35aaa7274 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#aa6d9a35aaa7274 .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#aa6d9a35aaa7274 .ele-article-list .pic-article .img_wrap {
  width: 18%;
  border-radius: 0px;
  overflow: hidden;
}
#aa6d9a35aaa7274 .ele-article-list .pic-article .info .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
  min-height: 40px;
}
#aa6d9a35aaa7274 .ele-article-list .pic-article .time {
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
}
#aa6d9a35aaa7274 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#aa6d9a35aaa7274 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#aa6d9a35aaa7274 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#aa6d9a35aaa7274 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#aa6d9a35aaa7274 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#aa6d9a35aaa7274 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#aa6d9a35aaa7274 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#aa6d9a35aaa7274 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#aa6d9a35aaa7274 .ele-article-list .text-article .time {
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
}
#aa6d9a35aaa7274 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#aa6d9a35aaa7274 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#aa6d9a35aaa7274 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a4d03a4a69a9b4a .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a4d03a4a69a9b4a .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4d03a4a69a9b4a .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a4d03a4a69a9b4a .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a4d03a4a69a9b4a .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a4d03a4a69a9b4a .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a4d03a4a69a9b4a .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a4d03a4a69a9b4a .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a4d03a4a69a9b4a .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a4d03a4a69a9b4a .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a4d03a4a69a9b4a .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a4d03a4a69a9b4a .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a4d03a4a69a9b4a .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a4d03a4a69a9b4a .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a4d03a4a69a9b4a .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a4d03a4a69a9b4a .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a4d03a4a69a9b4a .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a4d03a4a69a9b4a .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a4d03a4a69a9b4a .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a4d03a4a69a9b4a .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a4d03a4a69a9b4a .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#a4d03a4a69a9b4a .ele-article-list .pic-article .img_wrap {
  width: 18%;
  border-radius: 0px;
  overflow: hidden;
}
#a4d03a4a69a9b4a .ele-article-list .pic-article .info .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
  min-height: 40px;
}
#a4d03a4a69a9b4a .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#a4d03a4a69a9b4a .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a4d03a4a69a9b4a .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a4d03a4a69a9b4a .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a4d03a4a69a9b4a .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a4d03a4a69a9b4a .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a4d03a4a69a9b4a .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a4d03a4a69a9b4a .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#a4d03a4a69a9b4a .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a4d03a4a69a9b4a .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a4d03a4a69a9b4a .ele-article-list .text-article:hover .time {
  color: auto;
}
#a20a3a46aba0006 {
  overflow: hidden;
  pointer-events: none;
}
#a20a3a46aba0006 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a20a3a46aba0006 > .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;
}
#a20a3a46aba0006 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a20a3a46aba0006 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a20a3a46aba0006 > .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;
}
#a20a3a46aba0006 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a20a3a46aba0006 > .tab-wrap > div > .tab-nav,
#a20a3a46aba0006 > .tab-nav,
#a20a3a46aba0006 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a20a3a46aba0006 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #9b9b9b;
}
#a20a3a46aba0006 > .tab-wrap > div > .tab-nav-horizontal,
#a20a3a46aba0006 > .tab-nav-horizontal,
#a20a3a46aba0006 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a20a3a46aba0006 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a20a3a46aba0006 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a20a3a46aba0006 > .tab-nav-horizontal::-webkit-scrollbar,
#a20a3a46aba0006 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a20a3a46aba0006 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a20a3a46aba0006 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a20a3a46aba0006 > .tab-nav-horizontal.tagScroll,
#a20a3a46aba0006 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a20a3a46aba0006 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a20a3a46aba0006 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a20a3a46aba0006 > .tab-nav-horizontal.tagScroll li a,
#a20a3a46aba0006 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a20a3a46aba0006 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a20a3a46aba0006 > .tab-wrap > div > .tab-nav a,
#a20a3a46aba0006 > .tab-nav a,
#a20a3a46aba0006 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a20a3a46aba0006 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a20a3a46aba0006 > .tab-wrap > div > .tab-nav li a,
#a20a3a46aba0006 > .tab-nav li a,
#a20a3a46aba0006 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a20a3a46aba0006 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 50px;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #747474;
  background-color: #dddddd;
}
#a20a3a46aba0006 > .tab-wrap > div > .tab-nav li a svg,
#a20a3a46aba0006 > .tab-nav li a svg,
#a20a3a46aba0006 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a20a3a46aba0006 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a20a3a46aba0006 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a20a3a46aba0006 > .tab-nav li a .ap_icon,
#a20a3a46aba0006 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a20a3a46aba0006 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a20a3a46aba0006 > .tab-wrap > div > .tab-nav li a:hover,
#a20a3a46aba0006 > .tab-nav li a:hover,
#a20a3a46aba0006 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a20a3a46aba0006 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3894ff;
}
#a20a3a46aba0006 > .tab-wrap > div > .tab-nav li.uk-active a,
#a20a3a46aba0006 > .tab-nav li.uk-active a,
#a20a3a46aba0006 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a20a3a46aba0006 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #da0f00;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a20a3a46aba0006 > .tab-wrap > div > .tab-nav li:last-child a,
#a20a3a46aba0006 > .tab-nav li:last-child a,
#a20a3a46aba0006 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a20a3a46aba0006 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a20a3a46aba0006 .layout-left li,
#a20a3a46aba0006 .layout-center li,
#a20a3a46aba0006 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a20a3a46aba0006 .layout-left li a,
#a20a3a46aba0006 .layout-center li a,
#a20a3a46aba0006 .layout-right li a {
  height: 100%;
}
#a20a3a46aba0006 > .tab-tabs .layout-left {
  text-align: left;
}
#a20a3a46aba0006 > .tab-tabs .layout-center {
  text-align: center;
}
#a20a3a46aba0006 > .tab-tabs .layout-right {
  text-align: right;
}
#a20a3a46aba0006 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a20a3a46aba0006 .tab-content-wrap {
  background-color: #ffffff;
}
#a20a3a46aba0006 .tab-contents,
#a20a3a46aba0006 .tab-contents-wrap {
  pointer-events: none;
}
#a20a3a46aba0006 .tab-content,
#a20a3a46aba0006 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a20a3a46aba0006 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a20a3a46aba0006 .tab-wrap .tab-contents {
  height: 100%;
}
#a20a3a46aba0006 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a20a3a46aba0006 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a20a3a46aba0006 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a7744a01bda814b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a7744a01bda814b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a7744a01bda814b .ap-icon {
  margin-right: 6px;
}
#a7744a01bda814b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  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;
  background: transparent;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: -1;
  margin-top: -1;
  margin-right: -1;
  margin-left: -1;
  width: 150px;
  height: 35px;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a,
#a7744a01bda814b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon img,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a7744a01bda814b .menu-list > li:hover > a,
#a7744a01bda814b .menu-list > li.active > a {
  background: #c02437;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #4a4a4a;
  border-top-style: solid;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a7744a01bda814b .menu-list ul,
#a7744a01bda814b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a7744a01bda814b .menu-list ul {
  top: 39px;
  left: 50%;
  transform: translateX(-50%);
}
#a7744a01bda814b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7744a01bda814b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7744a01bda814b .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;
}
#af20aab2f2a5e93 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adbe8af25da44b1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#af42eaf25dac935 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa77aa8975a2af4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa015a8be0a92d8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a3a57a8ad9a2678 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a261ba967aab007 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a84c8adf5faa17a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8f77adf37a393f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a45aba0473a0d96 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8482a4549a6ac7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a0eb0addd8a9d95 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#afd31a960aada7f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a357eabe9bac00d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ae05baf0bcabda2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ac8d8af3ccae900 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8634adb6aa6f82 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adc7faf0f0a771d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad348aa10ca231e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad509ababeae045 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a9c13a8eb4a8fdf .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab2d6a659fa4c49 .next-feed li {
  display: block;
  padding: 10px 0;
  margin: 0 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-weight: 500;
  vertical-align: top;
  transition: opacity .3s ease;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #c02437;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #bb1a1a;
  background-image: linear-gradient(0deg, #bb1a1a, #3e1ce7);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #c02437;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 62px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  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: 20px;
  font-family: inherit;
  background-color: #c02437;
}
#a485da7ac6ab69b a {
        font-weight: normal;
        font-style: normal;
    font-size: 21px;font-family: inherit;color: rgba(0, 0, 0, 1);}#ae3baaad13aa12e .title {
  font-size: 16px;
}
#a6d72af391a7754 > .ele-wrap {background-color: rgba(213, 161, 111, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aab4aa9781a278a .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 25px;font-size: 17px;justify-content: center;}#aab4aa9781a278a .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a1050abd5faac47 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a1050abd5faac47 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1050abd5faac47 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a1050abd5faac47 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a1050abd5faac47 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a1050abd5faac47 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a1050abd5faac47 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a1050abd5faac47 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a1050abd5faac47 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a1050abd5faac47 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a1050abd5faac47 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a1050abd5faac47 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a1050abd5faac47 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a1050abd5faac47 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a1050abd5faac47 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a1050abd5faac47 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a1050abd5faac47 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a1050abd5faac47 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a1050abd5faac47 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a1050abd5faac47 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a1050abd5faac47 .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#a1050abd5faac47 .ele-article-list .pic-article .img_wrap {
  width: 22%;
  border-radius: 0px;
  overflow: hidden;
}
#a1050abd5faac47 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a1050abd5faac47 .ele-article-list .pic-article .time {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a1050abd5faac47 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1050abd5faac47 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
}
#a1050abd5faac47 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a1050abd5faac47 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a1050abd5faac47 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a1050abd5faac47 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a1050abd5faac47 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a1050abd5faac47 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a1050abd5faac47 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
}
#a1050abd5faac47 .ele-article-list .text-article .time {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a1050abd5faac47 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a1050abd5faac47 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a1050abd5faac47 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a0071a03b0a62bd .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a0071a03b0a62bd .uk-grid {
  margin-left: -4px;
}
#a0071a03b0a62bd .uk-grid > * {
  padding-left: 4px;
}
#a0071a03b0a62bd .uk-grid > .uk-grid-margin {
  margin-top: 15px;
}
#a0071a03b0a62bd .uk-card {
  background-color: #c12437;
  transition: all .3s ease;
}
#a0071a03b0a62bd .uk-card-media-top {
  overflow: hidden;
}
#a0071a03b0a62bd .uk-card-media-top .img {
  transition: all .3s ease;
}
#a0071a03b0a62bd .info {
  flex: 1;
  overflow: hidden;
  min-width: 1px;
  width: 0;
}
#a0071a03b0a62bd .datetime {
  padding: 4px;
  margin-right: 6px;
  flex-shrink: 0;
  font-size: 12px;
  color: #fff;
  font-family: Arial;
}
#a0071a03b0a62bd .datetime b {
  font-size: 24px;
  font-weight: bolder;
  display: block;
}
#a0071a03b0a62bd .uk-card-body {
  padding: 15px 10px 8px;
}
#a0071a03b0a62bd hr {
  border-top-color: #db3d50;
  margin: 0 0 10px;
}
#a0071a03b0a62bd .uk-button {
  border: 1px solid #ececec;
}
#a0071a03b0a62bd .uk-card .article-category {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: FZShuSong-Z01S;
  color: #ffffff;
}
#a0071a03b0a62bd .uk-card .title {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: FZShuSong-Z01S;
  color: #ffffff;
}
#a0071a03b0a62bd .uk-card .abstract {
  margin: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #ffffff;
}
#a0071a03b0a62bd .uk-card:hover {
  background-color: #333333;
}
#a0071a03b0a62bd .uk-card:hover .title {
  color: #fff;
}
#a0071a03b0a62bd .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#a0071a03b0a62bd .uk-card:hover .img {
  transform: scale(1.2);
}
#a0071a03b0a62bd .uk-card:hover .abstract {
  color: #fff;
}
#a0071a03b0a62bd .uk-card:hover .datetime {
  color: #d3b267;
}
#a0071a03b0a62bd .uk-card:hover .category {
  color: #d3b267;
}
#a0071a03b0a62bd .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#ad4fdad737ad50a .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #8c6648;background-color: transparent;border-radius: 25px;font-size: 17px;justify-content: center;}#ad4fdad737ad50a .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#ae814a4088a0f96 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#ae814a4088a0f96 .uk-grid {
  margin-left: -4px;
}
#ae814a4088a0f96 .uk-grid > * {
  padding-left: 4px;
}
#ae814a4088a0f96 .uk-grid > .uk-grid-margin {
  margin-top: 15px;
}
#ae814a4088a0f96 .uk-card {
  background-color: #c12437;
  transition: all .3s ease;
}
#ae814a4088a0f96 .uk-card-media-top {
  overflow: hidden;
}
#ae814a4088a0f96 .uk-card-media-top .img {
  transition: all .3s ease;
}
#ae814a4088a0f96 .info {
  flex: 1;
  overflow: hidden;
  min-width: 1px;
  width: 0;
}
#ae814a4088a0f96 .datetime {
  padding: 4px;
  margin-right: 6px;
  flex-shrink: 0;
  font-size: 12px;
  color: #fff;
  font-family: Arial;
}
#ae814a4088a0f96 .datetime b {
  font-size: 24px;
  font-weight: bolder;
  display: block;
}
#ae814a4088a0f96 .uk-card-body {
  padding: 15px 10px 8px;
}
#ae814a4088a0f96 hr {
  border-top-color: #db3d50;
  margin: 0 0 10px;
}
#ae814a4088a0f96 .uk-button {
  border: 1px solid #ececec;
}
#ae814a4088a0f96 .uk-card .article-category {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: FZShuSong-Z01S;
  color: #ffffff;
}
#ae814a4088a0f96 .uk-card .title {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: FZShuSong-Z01S;
  color: #ffffff;
}
#ae814a4088a0f96 .uk-card .abstract {
  margin: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #ffffff;
}
#ae814a4088a0f96 .uk-card:hover {
  background-color: #333333;
}
#ae814a4088a0f96 .uk-card:hover .title {
  color: #fff;
}
#ae814a4088a0f96 .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#ae814a4088a0f96 .uk-card:hover .img {
  transform: scale(1.2);
}
#ae814a4088a0f96 .uk-card:hover .abstract {
  color: #fff;
}
#ae814a4088a0f96 .uk-card:hover .datetime {
  color: #d3b267;
}
#ae814a4088a0f96 .uk-card:hover .category {
  color: #d3b267;
}
#ae814a4088a0f96 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a504da6dabaf7c4 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #8c6648;background-color: transparent;border-radius: 25px;font-size: 17px;justify-content: center;}#a504da6dabaf7c4 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#abee5afd3aa814d .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#abee5afd3aa814d .uk-grid {
  margin-left: -4px;
}
#abee5afd3aa814d .uk-grid > * {
  padding-left: 4px;
}
#abee5afd3aa814d .uk-grid > .uk-grid-margin {
  margin-top: 15px;
}
#abee5afd3aa814d .uk-card {
  background-color: #c12437;
  transition: all .3s ease;
}
#abee5afd3aa814d .uk-card-media-top {
  overflow: hidden;
}
#abee5afd3aa814d .uk-card-media-top .img {
  transition: all .3s ease;
}
#abee5afd3aa814d .info {
  flex: 1;
  overflow: hidden;
  min-width: 1px;
  width: 0;
}
#abee5afd3aa814d .datetime {
  padding: 4px;
  margin-right: 6px;
  flex-shrink: 0;
  font-size: 12px;
  color: #fff;
  font-family: Arial;
}
#abee5afd3aa814d .datetime b {
  font-size: 24px;
  font-weight: bolder;
  display: block;
}
#abee5afd3aa814d .uk-card-body {
  padding: 15px 10px 8px;
}
#abee5afd3aa814d hr {
  border-top-color: #db3d50;
  margin: 0 0 10px;
}
#abee5afd3aa814d .uk-button {
  border: 1px solid #ececec;
}
#abee5afd3aa814d .uk-card .article-category {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: FZShuSong-Z01S;
  color: #ffffff;
}
#abee5afd3aa814d .uk-card .title {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: FZShuSong-Z01S;
  color: #ffffff;
}
#abee5afd3aa814d .uk-card .abstract {
  margin: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #ffffff;
}
#abee5afd3aa814d .uk-card:hover {
  background-color: #333333;
}
#abee5afd3aa814d .uk-card:hover .title {
  color: #fff;
}
#abee5afd3aa814d .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#abee5afd3aa814d .uk-card:hover .img {
  transform: scale(1.2);
}
#abee5afd3aa814d .uk-card:hover .abstract {
  color: #fff;
}
#abee5afd3aa814d .uk-card:hover .datetime {
  color: #d3b267;
}
#abee5afd3aa814d .uk-card:hover .category {
  color: #d3b267;
}
#abee5afd3aa814d .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a5020a078fa5244 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #8c6648;background-color: transparent;border-radius: 25px;font-size: 17px;justify-content: center;}#a5020a078fa5244 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#af20ba69b1adbb7 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#af20ba69b1adbb7 .uk-grid {
  margin-left: -4px;
}
#af20ba69b1adbb7 .uk-grid > * {
  padding-left: 4px;
}
#af20ba69b1adbb7 .uk-grid > .uk-grid-margin {
  margin-top: 15px;
}
#af20ba69b1adbb7 .uk-card {
  background-color: #c12437;
  transition: all .3s ease;
}
#af20ba69b1adbb7 .uk-card-media-top {
  overflow: hidden;
}
#af20ba69b1adbb7 .uk-card-media-top .img {
  transition: all .3s ease;
}
#af20ba69b1adbb7 .info {
  flex: 1;
  overflow: hidden;
  min-width: 1px;
  width: 0;
}
#af20ba69b1adbb7 .datetime {
  padding: 4px;
  margin-right: 6px;
  flex-shrink: 0;
  font-size: 12px;
  color: #fff;
  font-family: Arial;
}
#af20ba69b1adbb7 .datetime b {
  font-size: 24px;
  font-weight: bolder;
  display: block;
}
#af20ba69b1adbb7 .uk-card-body {
  padding: 15px 10px 8px;
}
#af20ba69b1adbb7 hr {
  border-top-color: #db3d50;
  margin: 0 0 10px;
}
#af20ba69b1adbb7 .uk-button {
  border: 1px solid #ececec;
}
#af20ba69b1adbb7 .uk-card .article-category {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: FZShuSong-Z01S;
  color: #ffffff;
}
#af20ba69b1adbb7 .uk-card .title {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: FZShuSong-Z01S;
  color: #ffffff;
}
#af20ba69b1adbb7 .uk-card .abstract {
  margin: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #ffffff;
}
#af20ba69b1adbb7 .uk-card:hover {
  background-color: #333333;
}
#af20ba69b1adbb7 .uk-card:hover .title {
  color: #fff;
}
#af20ba69b1adbb7 .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#af20ba69b1adbb7 .uk-card:hover .img {
  transform: scale(1.2);
}
#af20ba69b1adbb7 .uk-card:hover .abstract {
  color: #fff;
}
#af20ba69b1adbb7 .uk-card:hover .datetime {
  color: #d3b267;
}
#af20ba69b1adbb7 .uk-card:hover .category {
  color: #d3b267;
}
#af20ba69b1adbb7 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a6c74a20dba087c .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #8c6648;background-color: transparent;border-radius: 25px;font-size: 17px;justify-content: center;}#a6c74a20dba087c .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#ab2d6a659fa4c49 .uk-container {max-width: 1200px;}#ab2d6a659fa4c49 [data-item="items"] .uk-card-body {padding: 0px}@media (min-width: 1200px) {
                #ab2d6a659fa4c49 [data-item="items"] .uk-card-body {padding: 0px}
            }@media (max-width: 640px) {
                #ab2d6a659fa4c49 [data-item="items"] .uk-card-body {padding: 0px}
            }#ab2d6a659fa4c49 [data-item*=".title"], #ab2d6a659fa4c49 [data-item*=".title"] a {font-size: 16px;font-family: FZShuSong-Z01S;}#ab2d6a659fa4c49 [data-item*=".abstract"], #ab2d6a659fa4c49 [data-item*=".abstract"] a {show: true;}#ab2d6a659fa4c49 [data-item*=".subTitle"], #ab2d6a659fa4c49 [data-item*=".subTitle"] a {show: false;}#ab2d6a659fa4c49 [data-item*=".category"], #ab2d6a659fa4c49 [data-item*=".category"] a {show: true;line-height: 30;text-align: left;}#ab2d6a659fa4c49 [data-item="items"] .img {background-size: cover;}#ab2d6a659fa4c49 [data-item="items"] {left: 0px;top: 1px; position: relative;}#a16e0a9f51a8fd4 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #8c6648;background-color: transparent;border-radius: 25px;font-size: 17px;justify-content: center;}#a16e0a9f51a8fd4 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a55d8a0b4fa50ee .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a55d8a0b4fa50ee .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a55d8a0b4fa50ee .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a55d8a0b4fa50ee .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a55d8a0b4fa50ee .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a55d8a0b4fa50ee .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a55d8a0b4fa50ee .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a55d8a0b4fa50ee .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a55d8a0b4fa50ee .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a55d8a0b4fa50ee .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a55d8a0b4fa50ee .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a55d8a0b4fa50ee .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a55d8a0b4fa50ee .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a55d8a0b4fa50ee .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a55d8a0b4fa50ee .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a55d8a0b4fa50ee .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a55d8a0b4fa50ee .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a55d8a0b4fa50ee .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a55d8a0b4fa50ee .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a55d8a0b4fa50ee .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a55d8a0b4fa50ee .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#a55d8a0b4fa50ee .ele-article-list .pic-article .img_wrap {
  width: 16%;
  border-radius: 0px;
  overflow: hidden;
}
#a55d8a0b4fa50ee .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a55d8a0b4fa50ee .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a55d8a0b4fa50ee .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a55d8a0b4fa50ee .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a55d8a0b4fa50ee .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a55d8a0b4fa50ee .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a55d8a0b4fa50ee .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a55d8a0b4fa50ee .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a55d8a0b4fa50ee .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a55d8a0b4fa50ee .ele-article-list .text-article:hover .time {
  color: auto;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a7744a01bda814b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a7744a01bda814b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a7744a01bda814b .ap-icon {
  margin-right: 6px;
}
#a7744a01bda814b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  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;
  background: transparent;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: -1;
  margin-top: -1;
  margin-right: -1;
  margin-left: -1;
  width: 150px;
  height: 35px;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a,
#a7744a01bda814b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon img,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a7744a01bda814b .menu-list > li:hover > a,
#a7744a01bda814b .menu-list > li.active > a {
  background: #c02437;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #4a4a4a;
  border-top-style: solid;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a7744a01bda814b .menu-list ul,
#a7744a01bda814b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a7744a01bda814b .menu-list ul {
  top: 39px;
  left: 50%;
  transform: translateX(-50%);
}
#a7744a01bda814b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7744a01bda814b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7744a01bda814b .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;
}
#af20aab2f2a5e93 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adbe8af25da44b1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#af42eaf25dac935 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa77aa8975a2af4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa015a8be0a92d8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a3a57a8ad9a2678 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a261ba967aab007 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a84c8adf5faa17a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8f77adf37a393f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a45aba0473a0d96 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8482a4549a6ac7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a0eb0addd8a9d95 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#afd31a960aada7f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a357eabe9bac00d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ae05baf0bcabda2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ac8d8af3ccae900 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8634adb6aa6f82 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adc7faf0f0a771d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad348aa10ca231e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad509ababeae045 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a6f35adf75a45bf .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #c02437;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #bb1a1a;
  background-image: linear-gradient(0deg, #bb1a1a, #3e1ce7);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #c02437;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 62px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  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: 20px;
  font-family: inherit;
  background-color: #c02437;
}
#ac9a5aa3f5ad90b a {
        font-weight: normal;
        font-style: normal;
    font-size: 21px;font-family: inherit;color: rgba(0, 0, 0, 1);}#aa3b6ae878a1bb8 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#aa3b6ae878a1bb8 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a92c3aba48aa60c .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a92c3aba48aa60c .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a92c3aba48aa60c .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a92c3aba48aa60c .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a92c3aba48aa60c .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a92c3aba48aa60c .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a92c3aba48aa60c .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a92c3aba48aa60c .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a92c3aba48aa60c .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a92c3aba48aa60c .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a92c3aba48aa60c .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a92c3aba48aa60c .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a92c3aba48aa60c .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a92c3aba48aa60c .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a92c3aba48aa60c .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a92c3aba48aa60c .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a92c3aba48aa60c .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a92c3aba48aa60c .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a92c3aba48aa60c .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a92c3aba48aa60c .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a92c3aba48aa60c .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#a92c3aba48aa60c .ele-article-list .pic-article .img_wrap {
  width: 15%;
  border-radius: 0px;
  overflow: hidden;
}
#a92c3aba48aa60c .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a92c3aba48aa60c .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a92c3aba48aa60c .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a92c3aba48aa60c .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a92c3aba48aa60c .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a92c3aba48aa60c .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a92c3aba48aa60c .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a92c3aba48aa60c .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a92c3aba48aa60c .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a92c3aba48aa60c .ele-article-list .text-article:hover .time {
  color: auto;
}
#abb37a60dca1409 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#abb37a60dca1409 .uk-grid {
  margin-left: -4px;
}
#abb37a60dca1409 .uk-grid > * {
  padding-left: 4px;
}
#abb37a60dca1409 .uk-grid > .uk-grid-margin {
  margin-top: 15px;
}
#abb37a60dca1409 .uk-card {
  background-color: #4a90e2;
  transition: all .3s ease;
}
#abb37a60dca1409 .uk-card-media-top {
  overflow: hidden;
}
#abb37a60dca1409 .uk-card-media-top .img {
  transition: all .3s ease;
}
#abb37a60dca1409 .info {
  flex: 1;
  overflow: hidden;
  min-width: 1px;
  width: 0;
}
#abb37a60dca1409 .datetime {
  padding: 4px;
  margin-right: 6px;
  flex-shrink: 0;
  font-size: 12px;
  color: #fff;
  font-family: Arial;
}
#abb37a60dca1409 .datetime b {
  font-size: 24px;
  font-weight: bolder;
  display: block;
}
#abb37a60dca1409 .uk-card-body {
  padding: 15px 10px 8px;
}
#abb37a60dca1409 hr {
  border-top-color: #76abe9;
  margin: 0 0 10px;
}
#abb37a60dca1409 .uk-button {
  border: 1px solid #ececec;
}
#abb37a60dca1409 .uk-card .title {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#abb37a60dca1409 .uk-card .abstract {
  margin: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #8bbaff;
}
#abb37a60dca1409 .uk-card:hover {
  background-color: #333333;
}
#abb37a60dca1409 .uk-card:hover .title {
  color: #fff;
}
#abb37a60dca1409 .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#abb37a60dca1409 .uk-card:hover .img {
  transform: scale(1.2);
}
#abb37a60dca1409 .uk-card:hover .abstract {
  color: #fff;
}
#abb37a60dca1409 .uk-card:hover .datetime {
  color: #d3b267;
}
#abb37a60dca1409 .uk-card:hover .category {
  color: #d3b267;
}
#abb37a60dca1409 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a586aa8147a1e04 .a0a62a74faaf948 .img-wrap {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
#a586aa8147a1e04 .a5339a6a79a649c {
  overflow: hidden;
}
#a586aa8147a1e04 .a5339a6a79a649c , #a586aa8147a1e04 .a5339a6a79a649c > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a586aa8147a1e04 .uk-grid {
  margin-left: 0px;
}
#a586aa8147a1e04 .uk-grid > * {
  padding-left: 0px;
}
#a586aa8147a1e04 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a586aa8147a1e04 .uk-position-center-left-out {
    left: -30px;
  }
  #a586aa8147a1e04 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a1ae3a2d78a3a1d .title {
  font-size: 16px;
}
#a210daf318a9373 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a210daf318a9373 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a210daf318a9373 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a210daf318a9373 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a210daf318a9373 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a210daf318a9373 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a210daf318a9373 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a210daf318a9373 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a210daf318a9373 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a210daf318a9373 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a210daf318a9373 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a210daf318a9373 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a210daf318a9373 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a210daf318a9373 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a210daf318a9373 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a210daf318a9373 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a210daf318a9373 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a210daf318a9373 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a210daf318a9373 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a210daf318a9373 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a210daf318a9373 .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#a210daf318a9373 .ele-article-list .pic-article .img_wrap {
  width: 17%;
  border-radius: 0px;
  overflow: hidden;
}
#a210daf318a9373 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a210daf318a9373 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a210daf318a9373 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a210daf318a9373 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a210daf318a9373 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a210daf318a9373 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a210daf318a9373 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a210daf318a9373 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a210daf318a9373 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a210daf318a9373 .ele-article-list .text-article:hover .time {
  color: auto;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a7744a01bda814b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a7744a01bda814b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a7744a01bda814b .ap-icon {
  margin-right: 6px;
}
#a7744a01bda814b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  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;
  background: transparent;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: -1;
  margin-top: -1;
  margin-right: -1;
  margin-left: -1;
  width: 150px;
  height: 35px;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a,
#a7744a01bda814b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon img,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a7744a01bda814b .menu-list > li:hover > a,
#a7744a01bda814b .menu-list > li.active > a {
  background: #c02437;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #4a4a4a;
  border-top-style: solid;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a7744a01bda814b .menu-list ul,
#a7744a01bda814b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a7744a01bda814b .menu-list ul {
  top: 39px;
  left: 50%;
  transform: translateX(-50%);
}
#a7744a01bda814b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7744a01bda814b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7744a01bda814b .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;
}
#af20aab2f2a5e93 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adbe8af25da44b1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#af42eaf25dac935 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa77aa8975a2af4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa015a8be0a92d8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a3a57a8ad9a2678 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a261ba967aab007 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a84c8adf5faa17a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8f77adf37a393f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a45aba0473a0d96 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8482a4549a6ac7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a0eb0addd8a9d95 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#afd31a960aada7f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a357eabe9bac00d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ae05baf0bcabda2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ac8d8af3ccae900 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8634adb6aa6f82 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adc7faf0f0a771d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad348aa10ca231e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad509ababeae045 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a9c13a8eb4a8fdf .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a02e4a9796a5593 .post-cate {
  position: absolute;
  margin-left: 0;
  left: 30px;
  top: 0;
  padding: 0 10px;
  line-height: 20px;
  font-size: 12px;
  z-index: 100;
  background: #007bff;
  color: #fff;
}
#a02e4a9796a5593 .new-list .uk-card {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 15px;
}
#a02e4a9796a5593 .new-list .uk-cover-container {
  min-height: 80px;
}
#a02e4a9796a5593 .new-list .uk-card:first-of-type {
  padding-top: 0;
}
#a02e4a9796a5593 .new-list .uk-card:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
#a02e4a9796a5593 .main-item::before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.95)));
  /* background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%); */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%);
  /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%); */
}
#a02e4a9796a5593 .main-item::after {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  content: '';
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}
#a02e4a9796a5593 .main-item:hover::after {
  opacity: 1;
}
#a02e4a9796a5593 .main-info {
  z-index: 100;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #c02437;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #bb1a1a;
  background-image: linear-gradient(0deg, #bb1a1a, #3e1ce7);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #c02437;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 62px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  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: 20px;
  font-family: inherit;
  background-color: #c02437;
}
#a7630a9e90a155e a {
        font-weight: normal;
        font-style: normal;
    font-size: 21px;font-family: inherit;color: rgba(0, 0, 0, 1);}#adb19ad691af2f5 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#adb19ad691af2f5 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a152bac9b0a75e3 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a152bac9b0a75e3 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a5bc9a628cad802 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a5bc9a628cad802 .uk-grid {
  margin-left: -4px;
}
#a5bc9a628cad802 .uk-grid > * {
  padding-left: 4px;
}
#a5bc9a628cad802 .uk-grid > .uk-grid-margin {
  margin-top: 15px;
}
#a5bc9a628cad802 .uk-card {
  transition: all .3s ease;
  background-color: #ffffff;
}
#a5bc9a628cad802 .uk-card-media-top {
  overflow: hidden;
}
#a5bc9a628cad802 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a5bc9a628cad802 .info {
  flex: 1;
  overflow: hidden;
  min-width: 1px;
  width: 0;
}
#a5bc9a628cad802 .datetime {
  padding: 4px;
  margin-right: 6px;
  flex-shrink: 0;
  font-size: 12px;
  color: #fff;
  font-family: Arial;
}
#a5bc9a628cad802 .datetime b {
  font-size: 24px;
  font-weight: bolder;
  display: block;
}
#a5bc9a628cad802 .uk-card-body {
  padding: 15px 10px 8px;
}
#a5bc9a628cad802 hr {
  border-top-color: #ffffff;
  margin: 0 0 10px;
}
#a5bc9a628cad802 .uk-button {
  border: 1px solid #ececec;
}
#a5bc9a628cad802 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Medium;
  color: #000000;
}
#a5bc9a628cad802 .uk-card .abstract {
  margin: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #ffffff;
}
#a5bc9a628cad802 .uk-card:hover {
  background-color: #d0021b;
}
#a5bc9a628cad802 .uk-card:hover .title {
  color: #fff;
}
#a5bc9a628cad802 .uk-card:hover hr {
  border-top-color: #fd0826;
}
#a5bc9a628cad802 .uk-card:hover .img {
  transform: scale(1.2);
}
#a5bc9a628cad802 .uk-card:hover .abstract {
  color: #fff;
}
#a5bc9a628cad802 .uk-card:hover .datetime {
  color: #d3b267;
}
#a5bc9a628cad802 .uk-card:hover .category {
  color: #d3b267;
}
#a5bc9a628cad802 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a8241a12a6a39e6 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#a8241a12a6a39e6 .uk-grid {
  margin-left: -4px;
}
#a8241a12a6a39e6 .uk-grid > * {
  padding-left: 4px;
}
#a8241a12a6a39e6 .uk-grid > .uk-grid-margin {
  margin-top: 15px;
}
#a8241a12a6a39e6 .uk-card {
  transition: all .3s ease;
  background-color: #ffffff;
}
#a8241a12a6a39e6 .uk-card-media-top {
  overflow: hidden;
}
#a8241a12a6a39e6 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a8241a12a6a39e6 .info {
  flex: 1;
  overflow: hidden;
  min-width: 1px;
  width: 0;
}
#a8241a12a6a39e6 .datetime {
  padding: 4px;
  margin-right: 6px;
  flex-shrink: 0;
  font-size: 12px;
  color: #fff;
  font-family: Arial;
}
#a8241a12a6a39e6 .datetime b {
  font-size: 24px;
  font-weight: bolder;
  display: block;
}
#a8241a12a6a39e6 .uk-card-body {
  padding: 15px 10px 8px;
}
#a8241a12a6a39e6 hr {
  border-top-color: #ffffff;
  margin: 0 0 10px;
}
#a8241a12a6a39e6 .uk-button {
  border: 1px solid #ececec;
}
#a8241a12a6a39e6 .uk-card .title {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Medium;
  color: #000000;
}
#a8241a12a6a39e6 .uk-card .abstract {
  margin: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #ffffff;
}
#a8241a12a6a39e6 .uk-card:hover {
  background-color: #d0021b;
}
#a8241a12a6a39e6 .uk-card:hover .title {
  color: #fff;
}
#a8241a12a6a39e6 .uk-card:hover hr {
  border-top-color: #fd0826;
}
#a8241a12a6a39e6 .uk-card:hover .img {
  transform: scale(1.2);
}
#a8241a12a6a39e6 .uk-card:hover .abstract {
  color: #fff;
}
#a8241a12a6a39e6 .uk-card:hover .datetime {
  color: #d3b267;
}
#a8241a12a6a39e6 .uk-card:hover .category {
  color: #d3b267;
}
#a8241a12a6a39e6 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#acb95a7ecfa528a .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#acb95a7ecfa528a .uk-grid {
  margin-left: -4px;
}
#acb95a7ecfa528a .uk-grid > * {
  padding-left: 4px;
}
#acb95a7ecfa528a .uk-grid > .uk-grid-margin {
  margin-top: 15px;
}
#acb95a7ecfa528a .uk-card {
  transition: all .3s ease;
  background-color: #ffffff;
}
#acb95a7ecfa528a .uk-card-media-top {
  overflow: hidden;
}
#acb95a7ecfa528a .uk-card-media-top .img {
  transition: all .3s ease;
}
#acb95a7ecfa528a .info {
  flex: 1;
  overflow: hidden;
  min-width: 1px;
  width: 0;
}
#acb95a7ecfa528a .datetime {
  padding: 4px;
  margin-right: 6px;
  flex-shrink: 0;
  font-size: 12px;
  color: #fff;
  font-family: Arial;
}
#acb95a7ecfa528a .datetime b {
  font-size: 24px;
  font-weight: bolder;
  display: block;
}
#acb95a7ecfa528a .uk-card-body {
  padding: 15px 10px 8px;
}
#acb95a7ecfa528a hr {
  border-top-color: #ffffff;
  margin: 0 0 10px;
}
#acb95a7ecfa528a .uk-button {
  border: 1px solid #ececec;
}
#acb95a7ecfa528a .uk-card .title {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Medium;
  color: #000000;
}
#acb95a7ecfa528a .uk-card .abstract {
  margin: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #ffffff;
}
#acb95a7ecfa528a .uk-card:hover {
  background-color: #d0021b;
}
#acb95a7ecfa528a .uk-card:hover .title {
  color: #fff;
}
#acb95a7ecfa528a .uk-card:hover hr {
  border-top-color: #fd0826;
}
#acb95a7ecfa528a .uk-card:hover .img {
  transform: scale(1.2);
}
#acb95a7ecfa528a .uk-card:hover .abstract {
  color: #fff;
}
#acb95a7ecfa528a .uk-card:hover .datetime {
  color: #d3b267;
}
#acb95a7ecfa528a .uk-card:hover .category {
  color: #d3b267;
}
#acb95a7ecfa528a .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#adb9bae93dad581 {
  overflow: hidden;
  pointer-events: none;
}
#adb9bae93dad581 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#adb9bae93dad581 > .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;
}
#adb9bae93dad581 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#adb9bae93dad581 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#adb9bae93dad581 > .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;
}
#adb9bae93dad581 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#adb9bae93dad581 > .tab-wrap > div > .tab-nav,
#adb9bae93dad581 > .tab-nav,
#adb9bae93dad581 > .tab-tabs > .tab-wrap > div > .tab-nav,
#adb9bae93dad581 > .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;
}
#adb9bae93dad581 > .tab-wrap > div > .tab-nav-horizontal,
#adb9bae93dad581 > .tab-nav-horizontal,
#adb9bae93dad581 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#adb9bae93dad581 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#adb9bae93dad581 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#adb9bae93dad581 > .tab-nav-horizontal::-webkit-scrollbar,
#adb9bae93dad581 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#adb9bae93dad581 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#adb9bae93dad581 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#adb9bae93dad581 > .tab-nav-horizontal.tagScroll,
#adb9bae93dad581 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#adb9bae93dad581 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#adb9bae93dad581 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#adb9bae93dad581 > .tab-nav-horizontal.tagScroll li a,
#adb9bae93dad581 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#adb9bae93dad581 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#adb9bae93dad581 > .tab-wrap > div > .tab-nav a,
#adb9bae93dad581 > .tab-nav a,
#adb9bae93dad581 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#adb9bae93dad581 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#adb9bae93dad581 > .tab-wrap > div > .tab-nav li a,
#adb9bae93dad581 > .tab-nav li a,
#adb9bae93dad581 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#adb9bae93dad581 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#adb9bae93dad581 > .tab-wrap > div > .tab-nav li a svg,
#adb9bae93dad581 > .tab-nav li a svg,
#adb9bae93dad581 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#adb9bae93dad581 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#adb9bae93dad581 > .tab-wrap > div > .tab-nav li a .ap_icon,
#adb9bae93dad581 > .tab-nav li a .ap_icon,
#adb9bae93dad581 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#adb9bae93dad581 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#adb9bae93dad581 > .tab-wrap > div > .tab-nav li a:hover,
#adb9bae93dad581 > .tab-nav li a:hover,
#adb9bae93dad581 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#adb9bae93dad581 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#adb9bae93dad581 > .tab-wrap > div > .tab-nav li.uk-active a,
#adb9bae93dad581 > .tab-nav li.uk-active a,
#adb9bae93dad581 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#adb9bae93dad581 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#adb9bae93dad581 .layout-left li,
#adb9bae93dad581 .layout-center li,
#adb9bae93dad581 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#adb9bae93dad581 .layout-left li a,
#adb9bae93dad581 .layout-center li a,
#adb9bae93dad581 .layout-right li a {
  height: 100%;
}
#adb9bae93dad581 > .tab-tabs .layout-left {
  text-align: left;
}
#adb9bae93dad581 > .tab-tabs .layout-center {
  text-align: center;
}
#adb9bae93dad581 > .tab-tabs .layout-right {
  text-align: right;
}
#adb9bae93dad581 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#adb9bae93dad581 .tab-content-wrap {
  background-color: transparent;
}
#adb9bae93dad581 .tab-contents,
#adb9bae93dad581 .tab-contents-wrap {
  pointer-events: none;
}
#adb9bae93dad581 .tab-content,
#adb9bae93dad581 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#adb9bae93dad581 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#adb9bae93dad581 .tab-wrap .tab-contents {
  height: 100%;
}
#adb9bae93dad581 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#adb9bae93dad581 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#adb9bae93dad581 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#adc16a0c2da3ef7 .title {
  font-size: 16px;
}
#abf08a8336a4ab1 .ap-category-filter ul li.active {
  border-color: #00a0e9;
  color: #00a0e9;
}
#abf08a8336a4ab1 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#abf08a8336a4ab1 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#abf08a8336a4ab1 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#abf08a8336a4ab1 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#abf08a8336a4ab1 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#abf08a8336a4ab1 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#abf08a8336a4ab1 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#abf08a8336a4ab1 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#abf08a8336a4ab1 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#abf08a8336a4ab1 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#abf08a8336a4ab1 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#abf08a8336a4ab1 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#abf08a8336a4ab1 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#abf08a8336a4ab1 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#abf08a8336a4ab1 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#abf08a8336a4ab1 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#abf08a8336a4ab1 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#abf08a8336a4ab1 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#abf08a8336a4ab1 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#abf08a8336a4ab1 .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#abf08a8336a4ab1 .ele-article-list .pic-article .img_wrap {
  width: 17%;
  border-radius: 0px;
  overflow: hidden;
}
#abf08a8336a4ab1 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#abf08a8336a4ab1 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#abf08a8336a4ab1 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#abf08a8336a4ab1 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#abf08a8336a4ab1 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#abf08a8336a4ab1 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#abf08a8336a4ab1 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#abf08a8336a4ab1 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#abf08a8336a4ab1 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#abf08a8336a4ab1 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a02e4a9796a5593 [data-item*=".abstract"], #a02e4a9796a5593 [data-item*=".abstract"] a {show: true;}#a02e4a9796a5593 [data-item*=".subTitle"], #a02e4a9796a5593 [data-item*=".subTitle"] a {show: true;}#a02e4a9796a5593 [data-item*=".category"], #a02e4a9796a5593 [data-item*=".category"] a {show: true;}#ad937a1894a95d2 .a6b29a53d3a0bdd .img-wrap {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
#ad937a1894a95d2 .a28e0a7003a62d4 {
  overflow: hidden;
}
#ad937a1894a95d2 .a28e0a7003a62d4 , #ad937a1894a95d2 .a28e0a7003a62d4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#ad937a1894a95d2 .uk-grid {
  margin-left: 0px;
}
#ad937a1894a95d2 .uk-grid > * {
  padding-left: 0px;
}
#ad937a1894a95d2 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ad937a1894a95d2 .uk-position-center-left-out {
    left: -30px;
  }
  #ad937a1894a95d2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a7744a01bda814b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a7744a01bda814b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a7744a01bda814b .ap-icon {
  margin-right: 6px;
}
#a7744a01bda814b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  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;
  background: transparent;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: -1;
  margin-top: -1;
  margin-right: -1;
  margin-left: -1;
  width: 150px;
  height: 35px;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a,
#a7744a01bda814b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon img,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a7744a01bda814b .menu-list > li:hover > a,
#a7744a01bda814b .menu-list > li.active > a {
  background: #c02437;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #4a4a4a;
  border-top-style: solid;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a7744a01bda814b .menu-list ul,
#a7744a01bda814b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a7744a01bda814b .menu-list ul {
  top: 39px;
  left: 50%;
  transform: translateX(-50%);
}
#a7744a01bda814b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7744a01bda814b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7744a01bda814b .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;
}
#af20aab2f2a5e93 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adbe8af25da44b1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#af42eaf25dac935 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa77aa8975a2af4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa015a8be0a92d8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a3a57a8ad9a2678 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a261ba967aab007 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a84c8adf5faa17a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8f77adf37a393f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a45aba0473a0d96 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8482a4549a6ac7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a0eb0addd8a9d95 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#afd31a960aada7f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a357eabe9bac00d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ae05baf0bcabda2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ac8d8af3ccae900 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8634adb6aa6f82 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adc7faf0f0a771d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad348aa10ca231e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad509ababeae045 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a9c13a8eb4a8fdf .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #c02437;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #bb1a1a;
  background-image: linear-gradient(0deg, #bb1a1a, #3e1ce7);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #c02437;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 62px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  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: 20px;
  font-family: inherit;
  background-color: #c02437;
}
#a488fa0934a1d1e .search-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#a488fa0934a1d1e .search-wrap .search-inner {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}
#a488fa0934a1d1e .search-wrap .search-inner .input-field {
  height: 100%;
}
#a488fa0934a1d1e .search-wrap .search-inner .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a488fa0934a1d1e .search-wrap .search-inner .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a488fa0934a1d1e .search-wrap .search-inner .input-field input::placeholder {
  color: #000000;
}
#a488fa0934a1d1e .search-wrap .search-inner .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-top-width: 1px;
  border-top-color: #d9d9d9;
  border-top-style: solid;
  border-right-color: #d9d9d9;
  border-left-color: #d9d9d9;
  border-bottom-color: #d9d9d9;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
#a488fa0934a1d1e .search-wrap .search-inner .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a488fa0934a1d1e .search-wrap .search-inner .input-field.first-wrap svg {
  display: inline-block;
  margin: 0 15px;
  width: 20px;
  height: 20px;
}
#a488fa0934a1d1e .search-wrap .search-inner .input-field.second-wrap {
  height: 100%;
}
#a488fa0934a1d1e .search-wrap .search-inner .btn-search {
  height: 100%;
  width: 120px;
  white-space: nowrap;
  background-color: #108CEE;
  font-weight: 400;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  overflow: hidden;
  box-sizing: border-box;
  width: 140px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 1px;
  border-top-color: #d9d9d9;
  border-top-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #d9d9d9;
  border-bottom-style: none;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
#a488fa0934a1d1e .search-wrap .search-inner .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a488fa0934a1d1e form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a488fa0934a1d1e .form-item .uk-input,
#a488fa0934a1d1e .form-item .uk-select,
#a488fa0934a1d1e .form-item .uk-textarea {
  width: autopx;
}
#a488fa0934a1d1e .form-item .auto-height {
  height: auto;
}
#a488fa0934a1d1e .ap-dynamic-list {
  margin-top: 16px;
}
#a488fa0934a1d1e .dynamic-list-item:hover {
  background-color: auto;
}
#a488fa0934a1d1e form {
  width: 100%;
  height: 100%;
}
#a488fa0934a1d1e .dynamic-empty-tips {
  text-align: center;
  line-height: 100px;
}
#a488fa0934a1d1e .ap-loading {
  display: flex;
  justify-content: center;
}
@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
#a488fa0934a1d1e .ap-loading .spinner {
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  margin-top: 30px;
}
#a488fa0934a1d1e .ap-loading .spinner > div {
  background-color: #108cee;
  height: 100%;
  margin-right: 3px;
  width: 6px;
  display: inline-block;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
#a488fa0934a1d1e .ap-loading .spinner .rect2 {
  animation-delay: -1.1s;
}
#a488fa0934a1d1e .ap-loading .spinner .rect3 {
  animation-delay: -1s;
}
#a488fa0934a1d1e .ap-loading .spinner .rect4 {
  animation-delay: -0.9s;
}
#a488fa0934a1d1e .ap-loading .spinner .rect5 {
  animation-delay: -0.8s;
}
/* mobile */
@media (max-width: 640px) {
  #a488fa0934a1d1e .uk-position-center-left-out {
    left: -30px;
  }
  #a488fa0934a1d1e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a7744a01bda814b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a7744a01bda814b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a7744a01bda814b .ap-icon {
  margin-right: 6px;
}
#a7744a01bda814b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  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;
  background: transparent;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: -1;
  margin-top: -1;
  margin-right: -1;
  margin-left: -1;
  width: 150px;
  height: 35px;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a,
#a7744a01bda814b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon img,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a7744a01bda814b .menu-list > li:hover > a,
#a7744a01bda814b .menu-list > li.active > a {
  background: #c02437;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #4a4a4a;
  border-top-style: solid;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a7744a01bda814b .menu-list ul,
#a7744a01bda814b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a7744a01bda814b .menu-list ul {
  top: 39px;
  left: 50%;
  transform: translateX(-50%);
}
#a7744a01bda814b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7744a01bda814b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7744a01bda814b .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;
}
#af20aab2f2a5e93 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adbe8af25da44b1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#af42eaf25dac935 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa77aa8975a2af4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa015a8be0a92d8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a3a57a8ad9a2678 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a261ba967aab007 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a84c8adf5faa17a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8f77adf37a393f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a45aba0473a0d96 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8482a4549a6ac7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a0eb0addd8a9d95 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#afd31a960aada7f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a357eabe9bac00d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ae05baf0bcabda2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ac8d8af3ccae900 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8634adb6aa6f82 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adc7faf0f0a771d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad348aa10ca231e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad509ababeae045 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a9c13a8eb4a8fdf .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #c02437;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #bb1a1a;
  background-image: linear-gradient(0deg, #bb1a1a, #3e1ce7);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #c02437;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 62px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  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: 20px;
  font-family: inherit;
  background-color: #c02437;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a7744a01bda814b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a7744a01bda814b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a7744a01bda814b .ap-icon {
  margin-right: 6px;
}
#a7744a01bda814b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  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;
  background: transparent;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: -1;
  margin-top: -1;
  margin-right: -1;
  margin-left: -1;
  width: 150px;
  height: 35px;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a,
#a7744a01bda814b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon img,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a7744a01bda814b .menu-list > li:hover > a,
#a7744a01bda814b .menu-list > li.active > a {
  background: #c02437;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #4a4a4a;
  border-top-style: solid;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a7744a01bda814b .menu-list ul,
#a7744a01bda814b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a7744a01bda814b .menu-list ul {
  top: 39px;
  left: 50%;
  transform: translateX(-50%);
}
#a7744a01bda814b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7744a01bda814b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7744a01bda814b .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;
}
#af20aab2f2a5e93 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adbe8af25da44b1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#af42eaf25dac935 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa77aa8975a2af4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa015a8be0a92d8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a3a57a8ad9a2678 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a261ba967aab007 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a84c8adf5faa17a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8f77adf37a393f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a45aba0473a0d96 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8482a4549a6ac7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a0eb0addd8a9d95 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#afd31a960aada7f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a357eabe9bac00d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ae05baf0bcabda2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ac8d8af3ccae900 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8634adb6aa6f82 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adc7faf0f0a771d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad348aa10ca231e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad509ababeae045 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a9c13a8eb4a8fdf .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a982fac375a0902 {
  min-height: 90vh;
  /* mobile */
}
#a982fac375a0902 .search-highlight {
  background: yellow;
}
#a982fac375a0902 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a982fac375a0902 .el-title {
  margin-bottom: 20px;
}
#a982fac375a0902 .el-item:hover .el-title {
  color: #000000;
}
#a982fac375a0902 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a982fac375a0902 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a982fac375a0902 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a982fac375a0902 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a982fac375a0902 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a982fac375a0902 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a982fac375a0902 .el-title {
    margin-bottom: 0;
  }
  #a982fac375a0902 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a982fac375a0902 .category {
    font-size: 12px;
  }
  #a982fac375a0902 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #c02437;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #bb1a1a;
  background-image: linear-gradient(0deg, #bb1a1a, #3e1ce7);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #c02437;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 62px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  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: 20px;
  font-family: inherit;
  background-color: #c02437;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a7744a01bda814b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a7744a01bda814b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a7744a01bda814b .ap-icon {
  margin-right: 6px;
}
#a7744a01bda814b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  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;
  background: transparent;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: -1;
  margin-top: -1;
  margin-right: -1;
  margin-left: -1;
  width: 150px;
  height: 35px;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a,
#a7744a01bda814b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon img,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a7744a01bda814b .menu-list > li:hover > a,
#a7744a01bda814b .menu-list > li.active > a {
  background: #c02437;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #4a4a4a;
  border-top-style: solid;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a7744a01bda814b .menu-list ul,
#a7744a01bda814b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a7744a01bda814b .menu-list ul {
  top: 39px;
  left: 50%;
  transform: translateX(-50%);
}
#a7744a01bda814b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7744a01bda814b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7744a01bda814b .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;
}
#af20aab2f2a5e93 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adbe8af25da44b1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#af42eaf25dac935 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa77aa8975a2af4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa015a8be0a92d8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a3a57a8ad9a2678 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a261ba967aab007 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a84c8adf5faa17a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8f77adf37a393f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a45aba0473a0d96 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8482a4549a6ac7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a0eb0addd8a9d95 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#afd31a960aada7f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a357eabe9bac00d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ae05baf0bcabda2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ac8d8af3ccae900 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8634adb6aa6f82 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adc7faf0f0a771d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad348aa10ca231e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad509ababeae045 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a9c13a8eb4a8fdf .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5765a1a5aa25ca {
  /* 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------------------------*/
}
#a5765a1a5aa25ca * {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
#a5765a1a5aa25ca .error .clip .shadow {
  height: 180px;
  /*Contrall*/
}
#a5765a1a5aa25ca .error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}
#a5765a1a5aa25ca .error .clip:nth-of-type(1) .shadow,
#a5765a1a5aa25ca .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}
#a5765a1a5aa25ca .error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
#a5765a1a5aa25ca .error h2 {
  font-size: 32px;
}
#a5765a1a5aa25ca .error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
#a5765a1a5aa25ca .error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#a5765a1a5aa25ca .error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
#a5765a1a5aa25ca .error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
#a5765a1a5aa25ca .error .clip .shadow {
  overflow: hidden;
}
#a5765a1a5aa25ca .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);
}
#a5765a1a5aa25ca .error .clip:nth-of-type(3) .shadow:after,
#a5765a1a5aa25ca .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%;
}
#a5765a1a5aa25ca .error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
#a5765a1a5aa25ca .error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
#a5765a1a5aa25ca .error .clip:nth-of-type(2) .digit {
  left: -10%;
}
#a5765a1a5aa25ca .error .clip:nth-of-type(1) .digit {
  right: -20%;
}
#a5765a1a5aa25ca .error .clip:nth-of-type(3) .digit {
  left: -20%;
}
#a5765a1a5aa25ca .error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}
#a5765a1a5aa25ca .error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}
#a5765a1a5aa25ca .error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #a5765a1a5aa25ca {
    /* Error Page */
    /* Error Page */
  }
  #a5765a1a5aa25ca .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  #a5765a1a5aa25ca .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  #a5765a1a5aa25ca .error .clip:nth-of-type(1) .shadow,
  #a5765a1a5aa25ca .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  #a5765a1a5aa25ca .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  #a5765a1a5aa25ca .error h2 {
    font-size: 24px;
  }
  #a5765a1a5aa25ca .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #a5765a1a5aa25ca .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #a5765a1a5aa25ca .error .container-error-404 {
    height: 150px;
  }
}
#a5765a1a5aa25ca .overlay {
  position: relative;
  z-index: 20;
}
#a5765a1a5aa25ca .ground-color {
  background: white;
}
#a5765a1a5aa25ca .item-bg-color {
  background: #EAEAEA;
}
#a5765a1a5aa25ca .padding-top {
  padding-top: 10px;
}
#a5765a1a5aa25ca .padding-bottom {
  padding-bottom: 10px;
}
#a5765a1a5aa25ca .padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a5765a1a5aa25ca .padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
#a5765a1a5aa25ca .padding-all {
  padding: 10px;
}
#a5765a1a5aa25ca .no-padding-left {
  padding-left: 0px;
}
#a5765a1a5aa25ca .no-padding-right {
  padding-right: 0px;
}
#a5765a1a5aa25ca .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#a5765a1a5aa25ca .no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#a5765a1a5aa25ca .no-padding {
  padding: 0px;
}
#a5765a1a5aa25ca .margin-top {
  margin-top: 10px;
}
#a5765a1a5aa25ca .margin-bottom {
  margin-bottom: 10px;
}
#a5765a1a5aa25ca .margin-right {
  margin-right: 10px;
}
#a5765a1a5aa25ca .margin-left {
  margin-left: 10px;
}
#a5765a1a5aa25ca .margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
#a5765a1a5aa25ca .margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
#a5765a1a5aa25ca .margin-all {
  margin: 10px;
}
#a5765a1a5aa25ca .no-margin {
  margin: 0px;
}
#a5765a1a5aa25ca .no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#a5765a1a5aa25ca .no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
#a5765a1a5aa25ca .inside-col-shrink {
  margin: 0px 20px;
}
#a5765a1a5aa25ca hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #c02437;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #bb1a1a;
  background-image: linear-gradient(0deg, #bb1a1a, #3e1ce7);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #c02437;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 62px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  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: 20px;
  font-family: inherit;
  background-color: #c02437;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a7744a01bda814b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a7744a01bda814b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a7744a01bda814b .ap-icon {
  margin-right: 6px;
}
#a7744a01bda814b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  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;
  background: transparent;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: -1;
  margin-top: -1;
  margin-right: -1;
  margin-left: -1;
  width: 150px;
  height: 35px;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a,
#a7744a01bda814b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon img,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a7744a01bda814b .menu-list > li:hover > a,
#a7744a01bda814b .menu-list > li.active > a {
  background: #c02437;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #4a4a4a;
  border-top-style: solid;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a7744a01bda814b .menu-list ul,
#a7744a01bda814b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a7744a01bda814b .menu-list ul {
  top: 39px;
  left: 50%;
  transform: translateX(-50%);
}
#a7744a01bda814b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7744a01bda814b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7744a01bda814b .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;
}
#af20aab2f2a5e93 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adbe8af25da44b1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#af42eaf25dac935 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa77aa8975a2af4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa015a8be0a92d8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a3a57a8ad9a2678 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a261ba967aab007 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a84c8adf5faa17a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8f77adf37a393f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a45aba0473a0d96 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8482a4549a6ac7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a0eb0addd8a9d95 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#afd31a960aada7f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a357eabe9bac00d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ae05baf0bcabda2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ac8d8af3ccae900 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8634adb6aa6f82 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adc7faf0f0a771d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad348aa10ca231e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad509ababeae045 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a9c13a8eb4a8fdf .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a42b7a5bf2a761e .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#a42b7a5bf2a761e .switch_item {
  margin-right: 10px;
}
#a42b7a5bf2a761e a.switch_item:hover {
  text-decoration: underline;
}
#a42b7a5bf2a761e .slider {
  width: 420px;
  height: 600px;
}
#a42b7a5bf2a761e .uk-slideshow-items {
  height: 100%;
}
#a42b7a5bf2a761e .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#a42b7a5bf2a761e .login-wrap {
  width: 100%;
  height: 100%;
}
#a42b7a5bf2a761e .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#a42b7a5bf2a761e .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#a42b7a5bf2a761e .phone-login-box {
  margin: 40px auto 40px;
}
#a42b7a5bf2a761e .login-header {
  margin-bottom: 24px;
}
#a42b7a5bf2a761e .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#a42b7a5bf2a761e .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
  overflow: hidden;
}
#a42b7a5bf2a761e .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;
}
#a42b7a5bf2a761e .forget_password {
  cursor: pointer;
}
#a42b7a5bf2a761e .forget_password:hover {
  color: #00a0e9;
}
#a42b7a5bf2a761e .input-item input.error,
#a42b7a5bf2a761e .input-item input.error::placeholder {
  color: #fc4343;
}
#a42b7a5bf2a761e .input-item input::placeholder {
  color: #999;
}
#a42b7a5bf2a761e .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
  width: 20px;
}
#a42b7a5bf2a761e .form-item {
  margin: 24px 0;
}
#a42b7a5bf2a761e .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#a42b7a5bf2a761e .send-code {
  float: left;
  margin-left: 20px;
}
#a42b7a5bf2a761e .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;
}
#a42b7a5bf2a761e .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#a42b7a5bf2a761e .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
  display: block;
  max-width: 300px;
}
#a42b7a5bf2a761e .login_btn_wrap {
  text-align: center;
}
#a42b7a5bf2a761e .login_btn_wrap .submit {
  display: block;
  margin-bottom: 10px;
}
#a42b7a5bf2a761e .input-item .pwd-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#a42b7a5bf2a761e .input-item .pwd-toggle:hover {
  color: currentColor;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #c02437;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #bb1a1a;
  background-image: linear-gradient(0deg, #bb1a1a, #3e1ce7);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #c02437;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 62px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  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: 20px;
  font-family: inherit;
  background-color: #c02437;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a7744a01bda814b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a7744a01bda814b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a7744a01bda814b .ap-icon {
  margin-right: 6px;
}
#a7744a01bda814b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  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;
  background: transparent;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: -1;
  margin-top: -1;
  margin-right: -1;
  margin-left: -1;
  width: 150px;
  height: 35px;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a,
#a7744a01bda814b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon img,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a7744a01bda814b .menu-list > li:hover > a,
#a7744a01bda814b .menu-list > li.active > a {
  background: #c02437;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #4a4a4a;
  border-top-style: solid;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a7744a01bda814b .menu-list ul,
#a7744a01bda814b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a7744a01bda814b .menu-list ul {
  top: 39px;
  left: 50%;
  transform: translateX(-50%);
}
#a7744a01bda814b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7744a01bda814b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7744a01bda814b .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;
}
#af20aab2f2a5e93 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adbe8af25da44b1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#af42eaf25dac935 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa77aa8975a2af4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa015a8be0a92d8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a3a57a8ad9a2678 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a261ba967aab007 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a84c8adf5faa17a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8f77adf37a393f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a45aba0473a0d96 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8482a4549a6ac7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a0eb0addd8a9d95 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#afd31a960aada7f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a357eabe9bac00d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ae05baf0bcabda2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ac8d8af3ccae900 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8634adb6aa6f82 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adc7faf0f0a771d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad348aa10ca231e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad509ababeae045 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a9c13a8eb4a8fdf .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#acad9abd21aa06d .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#acad9abd21aa06d .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#acad9abd21aa06d .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#acad9abd21aa06d .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#acad9abd21aa06d .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#acad9abd21aa06d .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#acad9abd21aa06d .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#acad9abd21aa06d .nav-list {
  padding: 0 20px;
}
#acad9abd21aa06d .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;
}
#acad9abd21aa06d .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#acad9abd21aa06d .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#acad9abd21aa06d .order-item:hover {
  background: #f7f7f7;
}
#acad9abd21aa06d .del-order {
  cursor: pointer;
}
#acad9abd21aa06d .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#acad9abd21aa06d .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#acad9abd21aa06d .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#acad9abd21aa06d .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#acad9abd21aa06d .goods-item .goods-info {
  padding: 0 15px;
}
#acad9abd21aa06d .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#acad9abd21aa06d .appoint-time {
  margin-bottom: 4px;
}
#acad9abd21aa06d .appoint-name {
  color: #333;
  font-size: 14px;
}
#acad9abd21aa06d .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#acad9abd21aa06d .goods-item .goods-name {
  color: #333;
}
#acad9abd21aa06d .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#acad9abd21aa06d .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#acad9abd21aa06d .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#acad9abd21aa06d .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#acad9abd21aa06d .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#acad9abd21aa06d .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;
}
#acad9abd21aa06d .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#acad9abd21aa06d .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#acad9abd21aa06d .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#acad9abd21aa06d .setting-form {
  padding: 30px 20px;
}
#acad9abd21aa06d .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#acad9abd21aa06d .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#acad9abd21aa06d .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#acad9abd21aa06d .setting-form .setting-btns {
  margin-left: 130px;
}
#acad9abd21aa06d .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#acad9abd21aa06d .setting-wrap {
  position: relative;
}
#acad9abd21aa06d .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#acad9abd21aa06d .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#acad9abd21aa06d .user-info .levels {
  color: #888;
  font-size: 12px;
}
#acad9abd21aa06d .address-wrap {
  padding: 30px 20px;
}
#acad9abd21aa06d .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#acad9abd21aa06d .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#acad9abd21aa06d .addr-list {
  min-height: 200px;
}
#acad9abd21aa06d .addr-detail .addr-item-name,
#acad9abd21aa06d .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;
}
#acad9abd21aa06d .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#acad9abd21aa06d .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#acad9abd21aa06d .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#acad9abd21aa06d .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#acad9abd21aa06d .add-addr {
  height: 32px;
  line-height: 30px;
}
#acad9abd21aa06d .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;
}
#acad9abd21aa06d .publish-item {
  cursor: default;
  min-height: 120px;
}
#acad9abd21aa06d .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#acad9abd21aa06d .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#acad9abd21aa06d .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #00a0e9;
}
#acad9abd21aa06d .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #c02437;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #bb1a1a;
  background-image: linear-gradient(0deg, #bb1a1a, #3e1ce7);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #c02437;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 62px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  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: 20px;
  font-family: inherit;
  background-color: #c02437;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a7744a01bda814b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a7744a01bda814b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a7744a01bda814b .ap-icon {
  margin-right: 6px;
}
#a7744a01bda814b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  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;
  background: transparent;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: -1;
  margin-top: -1;
  margin-right: -1;
  margin-left: -1;
  width: 150px;
  height: 35px;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a,
#a7744a01bda814b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon img,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a7744a01bda814b .menu-list > li:hover > a,
#a7744a01bda814b .menu-list > li.active > a {
  background: #c02437;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #4a4a4a;
  border-top-style: solid;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a7744a01bda814b .menu-list ul,
#a7744a01bda814b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a7744a01bda814b .menu-list ul {
  top: 39px;
  left: 50%;
  transform: translateX(-50%);
}
#a7744a01bda814b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7744a01bda814b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7744a01bda814b .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;
}
#af20aab2f2a5e93 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adbe8af25da44b1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#af42eaf25dac935 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa77aa8975a2af4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa015a8be0a92d8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a3a57a8ad9a2678 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a261ba967aab007 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a84c8adf5faa17a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8f77adf37a393f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a45aba0473a0d96 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8482a4549a6ac7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a0eb0addd8a9d95 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#afd31a960aada7f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a357eabe9bac00d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ae05baf0bcabda2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ac8d8af3ccae900 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8634adb6aa6f82 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adc7faf0f0a771d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad348aa10ca231e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad509ababeae045 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a9c13a8eb4a8fdf .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aec6ea3e14a8681 .search-highlight {
  background: yellow;
}
#aec6ea3e14a8681 .category-list {
  background: #fff;
  padding: 20px 40px;
}
#aec6ea3e14a8681 .goods-sort {
  padding: 10px 0;
}
#aec6ea3e14a8681 .goods {
  padding-bottom: 20px;
}
#aec6ea3e14a8681 .goods-sort .category {
  border-bottom: 1px dashed #dedede;
  position: relative;
}
#aec6ea3e14a8681 .goods-sort .category .name {
  font-size: 14px;
  color: #999;
  position: absolute;
  left: 0;
  top: 0;
}
#aec6ea3e14a8681 .goods-sort .category-items {
  overflow: hidden;
  margin-bottom: 4px;
  margin-left: 65px;
}
#aec6ea3e14a8681 .goods-sort .category-item {
  float: left;
  color: #333;
  margin-right: 30px;
  margin-bottom: 10px;
  font-size: 14px;
}
#aec6ea3e14a8681 .goods-sort .sort-default.active,
#aec6ea3e14a8681 .goods-sort .category-item.active {
  color: red;
}
#aec6ea3e14a8681 .sorts {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  line-height: 1;
  border-bottom: 1px solid #dedede;
}
#aec6ea3e14a8681 .sorts .name {
  font-size: 14px;
  color: #999;
  margin-right: 28px;
}
#aec6ea3e14a8681 .sorts .sort {
  display: inline-block;
  margin-right: 30px;
  font-size: 14px;
  color: #333;
}
#aec6ea3e14a8681 .sorts .sort.active span {
  color: #e4393c;
}
#aec6ea3e14a8681 .sorts .fa {
  color: #999;
}
#aec6ea3e14a8681 .sorts .fa.active {
  color: #e4393c;
}
#aec6ea3e14a8681 .sorts .sort-icon {
  display: inline-block;
  margin-left: 6px;
}
#aec6ea3e14a8681 .sorts .sort-icon i {
  display: block;
  font-size: 12px;
  line-height: 1;
  height: 2px;
}
#aec6ea3e14a8681 .uk-container {
  min-height: 200px;
}
#aec6ea3e14a8681 .not-found {
  line-height: 200px;
}
#aec6ea3e14a8681 .goods .item {
  color: #333;
  font-weight: 400;
}
#aec6ea3e14a8681 .img-alter {
  display: none;
}
#aec6ea3e14a8681 .goods .item:hover .img-main {
  display: none;
}
#aec6ea3e14a8681 .goods .item:hover .img-alter {
  display: block;
}
#aec6ea3e14a8681 .goods .item .title {
  padding: 0 10px;
  margin-bottom: 4px;
  line-height: 20px;
  font-weight: bolder;
  transition: all .1s ease;
}
#aec6ea3e14a8681 .goods .item .title:hover {
  color: #d4282d;
}
#aec6ea3e14a8681 .goods .item .price {
  color: #d4282d;
  line-height: 22px;
  font-size: 13px;
  font-weight: bold;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#aec6ea3e14a8681 .goods .item hr {
  width: 60%;
  display: block;
  height: 1px;
  padding: 0;
  margin: 6px auto 14px;
  border: 0;
  border-top: 1px solid #e8e8e8;
}
#aec6ea3e14a8681 .goods .item .subTitle {
  padding: 0 10px;
  line-height: 18px;
  color: #999;
}
#aec6ea3e14a8681 .goods .origin-price {
  display: inline-block;
  margin-left: 6px;
  font-size: 12px;
  color: #999;
  text-decoration: line-through;
}
#aec6ea3e14a8681 .goods .member-price {
  font-size: 12px;
  color: #d4282d;
  font-weight: 500;
  line-height: 18px;
  margin-left: 10px;
}
#aec6ea3e14a8681 .uk-card .uk-card-media {
  background: #fff;
}
#aec6ea3e14a8681 .uk-card:hover {
  background-color: #f4f0e9;
}
#aec6ea3e14a8681 .sort-time.active .fa {
  color: #e4393c;
}
#aec6ea3e14a8681 * + .uk-grid-margin-small,
#aec6ea3e14a8681 .uk-grid + .uk-grid-small,
#aec6ea3e14a8681 .uk-grid-small > .uk-grid-margin {
  margin-top: 50px;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #c02437;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #bb1a1a;
  background-image: linear-gradient(0deg, #bb1a1a, #3e1ce7);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #c02437;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 62px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  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: 20px;
  font-family: inherit;
  background-color: #c02437;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a7744a01bda814b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a7744a01bda814b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a7744a01bda814b .ap-icon {
  margin-right: 6px;
}
#a7744a01bda814b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  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;
  background: transparent;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: -1;
  margin-top: -1;
  margin-right: -1;
  margin-left: -1;
  width: 150px;
  height: 35px;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a,
#a7744a01bda814b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon img,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a7744a01bda814b .menu-list > li:hover > a,
#a7744a01bda814b .menu-list > li.active > a {
  background: #c02437;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #4a4a4a;
  border-top-style: solid;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a7744a01bda814b .menu-list ul,
#a7744a01bda814b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a7744a01bda814b .menu-list ul {
  top: 39px;
  left: 50%;
  transform: translateX(-50%);
}
#a7744a01bda814b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7744a01bda814b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7744a01bda814b .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;
}
#af20aab2f2a5e93 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adbe8af25da44b1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#af42eaf25dac935 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa77aa8975a2af4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa015a8be0a92d8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a3a57a8ad9a2678 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a261ba967aab007 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a84c8adf5faa17a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8f77adf37a393f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a45aba0473a0d96 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8482a4549a6ac7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a0eb0addd8a9d95 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#afd31a960aada7f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a357eabe9bac00d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ae05baf0bcabda2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ac8d8af3ccae900 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8634adb6aa6f82 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adc7faf0f0a771d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad348aa10ca231e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad509ababeae045 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a9c13a8eb4a8fdf .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a533daa0a3ace2b .coupon-item:after,
#a533daa0a3ace2b .coupon-item:before {
  background: #f8f8f8;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #c02437;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #bb1a1a;
  background-image: linear-gradient(0deg, #bb1a1a, #3e1ce7);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #c02437;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 62px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  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: 20px;
  font-family: inherit;
  background-color: #c02437;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a7744a01bda814b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a7744a01bda814b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a7744a01bda814b .ap-icon {
  margin-right: 6px;
}
#a7744a01bda814b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  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;
  background: transparent;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: -1;
  margin-top: -1;
  margin-right: -1;
  margin-left: -1;
  width: 150px;
  height: 35px;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a,
#a7744a01bda814b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon img,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a7744a01bda814b .menu-list > li:hover > a,
#a7744a01bda814b .menu-list > li.active > a {
  background: #c02437;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #4a4a4a;
  border-top-style: solid;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a7744a01bda814b .menu-list ul,
#a7744a01bda814b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a7744a01bda814b .menu-list ul {
  top: 39px;
  left: 50%;
  transform: translateX(-50%);
}
#a7744a01bda814b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7744a01bda814b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7744a01bda814b .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;
}
#af20aab2f2a5e93 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adbe8af25da44b1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#af42eaf25dac935 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa77aa8975a2af4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa015a8be0a92d8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a3a57a8ad9a2678 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a261ba967aab007 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a84c8adf5faa17a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8f77adf37a393f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a45aba0473a0d96 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8482a4549a6ac7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a0eb0addd8a9d95 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#afd31a960aada7f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a357eabe9bac00d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ae05baf0bcabda2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ac8d8af3ccae900 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8634adb6aa6f82 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adc7faf0f0a771d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad348aa10ca231e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad509ababeae045 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a9c13a8eb4a8fdf .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a3eabaa4c1af590 {
  min-height: 90vh;
  /* mobile */
}
#a3eabaa4c1af590 .search-highlight {
  background: yellow;
}
#a3eabaa4c1af590 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a3eabaa4c1af590 .el-title {
  margin-bottom: 20px;
}
#a3eabaa4c1af590 .el-item:hover .el-title {
  color: #000000;
}
#a3eabaa4c1af590 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a3eabaa4c1af590 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a3eabaa4c1af590 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a3eabaa4c1af590 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a3eabaa4c1af590 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a3eabaa4c1af590 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a3eabaa4c1af590 .el-title {
    margin-bottom: 0;
  }
  #a3eabaa4c1af590 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a3eabaa4c1af590 .category {
    font-size: 12px;
  }
  #a3eabaa4c1af590 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #c02437;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #bb1a1a;
  background-image: linear-gradient(0deg, #bb1a1a, #3e1ce7);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #c02437;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 62px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  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: 20px;
  font-family: inherit;
  background-color: #c02437;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a7744a01bda814b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a7744a01bda814b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a7744a01bda814b .ap-icon {
  margin-right: 6px;
}
#a7744a01bda814b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  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;
  background: transparent;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: -1;
  margin-top: -1;
  margin-right: -1;
  margin-left: -1;
  width: 150px;
  height: 35px;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a,
#a7744a01bda814b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon img,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a7744a01bda814b .menu-list > li:hover > a,
#a7744a01bda814b .menu-list > li.active > a {
  background: #c02437;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #4a4a4a;
  border-top-style: solid;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a7744a01bda814b .menu-list ul,
#a7744a01bda814b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a7744a01bda814b .menu-list ul {
  top: 39px;
  left: 50%;
  transform: translateX(-50%);
}
#a7744a01bda814b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7744a01bda814b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7744a01bda814b .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;
}
#af20aab2f2a5e93 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adbe8af25da44b1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#af42eaf25dac935 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa77aa8975a2af4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa015a8be0a92d8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a3a57a8ad9a2678 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a261ba967aab007 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a84c8adf5faa17a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8f77adf37a393f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a45aba0473a0d96 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8482a4549a6ac7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a0eb0addd8a9d95 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#afd31a960aada7f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a357eabe9bac00d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ae05baf0bcabda2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ac8d8af3ccae900 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8634adb6aa6f82 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adc7faf0f0a771d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad348aa10ca231e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad509ababeae045 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a9c13a8eb4a8fdf .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab764a83d4aa636 .uk-checkbox:not(:checked) {
  background: #fff;
}
#ab764a83d4aa636 .cart-wrap .column {
  float: left;
  text-align: center;
}
#ab764a83d4aa636 .cart-head,
#ab764a83d4aa636 .cart-footer,
#ab764a83d4aa636 .cart-item {
  margin-bottom: 10px;
  padding: 12px 0;
  border: 1px solid #f0f0f0;
  background-color: #fff;
}
#ab764a83d4aa636 .cart-head {
  background-color: #efefef;
}
#ab764a83d4aa636 .cart-head,
#ab764a83d4aa636 .cart-footer {
  margin: 20px 0;
  padding: 12px;
}
#ab764a83d4aa636 .cart-footer {
  display: none;
}
#ab764a83d4aa636 .cart-head .c-checkbox {
  width: 150px;
}
#ab764a83d4aa636 .c-info {
  width: 410px;
}
#ab764a83d4aa636 .c-price {
  width: 180px;
}
#ab764a83d4aa636 .c-count {
  width: 170px;
}
#ab764a83d4aa636 .c-sum {
  width: 170px;
}
#ab764a83d4aa636 .cart-item {
  padding: 20px 12px;
}
#ab764a83d4aa636 .selected {
  background-color: #fdf5e9;
}
#ab764a83d4aa636 .cart-item .c-info {
  width: 500px;
}
#ab764a83d4aa636 .cart-item .c-checkbox {
  width: 60px;
}
#ab764a83d4aa636 .cart-item .pic {
  float: left;
  width: 100px;
  height: 100px;
  border: 1px solid #f0f0f0;
  background: #fafafa;
}
#ab764a83d4aa636 .cart-item .c-info .info {
  padding-left: 120px;
  min-height: 100px;
  width: 500px;
  padding-top: 10px;
  line-height: 1;
}
#ab764a83d4aa636 .cart-item .c-info .title {
  font-size: 14px;
  display: block;
  color: #333;
  text-align: left;
  margin-bottom: 6px;
}
#ab764a83d4aa636 .cart-item .c-info span {
  font-size: 12px;
  color: #999;
}
#ab764a83d4aa636 .cart-item .price {
  text-align: center;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#ab764a83d4aa636 .cart-item .price-total {
  color: #d4282d;
  font-weight: bolder;
}
#ab764a83d4aa636 .cart-item .present-price {
  font-size: 14px;
  color: #333;
}
#ab764a83d4aa636 .cart-item .origin-price {
  color: #999;
  font-size: 12px;
  display: inline-block;
  margin-left: 6px;
  text-decoration: line-through;
}
#ab764a83d4aa636 .cart-item .column {
  padding-top: 12px;
}
#ab764a83d4aa636 .cart-item .c-info {
  padding-top: 0;
}
#ab764a83d4aa636 .cart-item .del {
  color: #555;
}
#ab764a83d4aa636 .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#ab764a83d4aa636 .select-num .btn {
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#ab764a83d4aa636 .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#ab764a83d4aa636 .select-num i {
  line-height: 30px;
}
#ab764a83d4aa636 .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#ab764a83d4aa636 .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#ab764a83d4aa636 .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#ab764a83d4aa636 .price-info {
  color: #999;
  float: right;
  margin-left: 20px;
}
#ab764a83d4aa636 .price-info .discount {
  font-size: 12px;
}
#ab764a83d4aa636 .price-info .price-num {
  font-size: 16px;
  color: #E2231A;
  font-weight: 700;
}
#ab764a83d4aa636 .column-left {
  line-height: 36px;
}
#ab764a83d4aa636 .column-left a {
  color: #888;
  display: inline-block;
  margin-left: 10px;
}
#ab764a83d4aa636 .column-left a:hover {
  color: #E2231A;
}
#ab764a83d4aa636 .column-right {
  padding-right: 130px;
}
#ab764a83d4aa636 .column-right .selected-num {
  color: #999;
  font-size: 13px;
  line-height: 26px;
}
#ab764a83d4aa636 .column-right .selected-num span {
  color: #E2231A;
  font-weight: bolder;
  display: inline-block;
  margin: 0 2px;
}
#ab764a83d4aa636 .order-btn {
  display: block;
  position: absolute;
  right: -1px;
  top: -1px;
  width: 130px;
  line-height: 68px;
  color: #fff;
  font-size: 24px;
  background-color: #E2231A;
  text-align: center;
}
#ab764a83d4aa636 .cart-icon {
  width: 200px;
  fill: #ccc;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #c02437;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #bb1a1a;
  background-image: linear-gradient(0deg, #bb1a1a, #3e1ce7);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #c02437;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 62px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  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: 20px;
  font-family: inherit;
  background-color: #c02437;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a7744a01bda814b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a7744a01bda814b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a7744a01bda814b .ap-icon {
  margin-right: 6px;
}
#a7744a01bda814b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  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;
  background: transparent;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: -1;
  margin-top: -1;
  margin-right: -1;
  margin-left: -1;
  width: 150px;
  height: 35px;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a,
#a7744a01bda814b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon img,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a7744a01bda814b .menu-list > li:hover > a,
#a7744a01bda814b .menu-list > li.active > a {
  background: #c02437;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #4a4a4a;
  border-top-style: solid;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a7744a01bda814b .menu-list ul,
#a7744a01bda814b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a7744a01bda814b .menu-list ul {
  top: 39px;
  left: 50%;
  transform: translateX(-50%);
}
#a7744a01bda814b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7744a01bda814b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7744a01bda814b .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;
}
#af20aab2f2a5e93 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adbe8af25da44b1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#af42eaf25dac935 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa77aa8975a2af4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa015a8be0a92d8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a3a57a8ad9a2678 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a261ba967aab007 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a84c8adf5faa17a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8f77adf37a393f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a45aba0473a0d96 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8482a4549a6ac7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a0eb0addd8a9d95 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#afd31a960aada7f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a357eabe9bac00d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ae05baf0bcabda2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ac8d8af3ccae900 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8634adb6aa6f82 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adc7faf0f0a771d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad348aa10ca231e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad509ababeae045 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a9c13a8eb4a8fdf .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ae5e7ad8aea1074 .checkout-title {
  font-size: 16px;
  color: #666;
  line-height: 42px;
}
#ae5e7ad8aea1074 .checkout-wrap {
  background-color: #fff;
  padding: 0 20px;
  border: 1px solid #f0f0f0;
  color: #666;
}
#ae5e7ad8aea1074 .add-addr {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 12px;
}
#ae5e7ad8aea1074 .checkout-wrap h3 {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  color: #333;
  font-weight: bold;
  margin: 0;
}
#ae5e7ad8aea1074 .addr-list {
  height: 45px;
  overflow: hidden;
}
#ae5e7ad8aea1074 .addr-list.expand {
  height: auto;
}
#ae5e7ad8aea1074 .addr-item {
  list-style: none;
  height: 30px;
  margin: 6px 0 20px;
  display: block;
  position: relative;
}
#ae5e7ad8aea1074 .addr-item:hover {
  background-color: #fff3f3;
}
#ae5e7ad8aea1074 .addr-item .addr-item-name {
  list-style: none;
  position: relative;
  border: 1px solid #ddd;
  line-height: 28px;
  padding: 0 10px;
  width: 120px;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  color: #777;
  float: left;
  margin-right: 15px;
}
#ae5e7ad8aea1074 .addr-item.selected .addr-item-name {
  border: 2px solid #FF0036;
}
#ae5e7ad8aea1074 .addr-default {
  margin: 5px 10px;
  background-color: #999;
  color: #fff;
  padding: 0 4px;
  line-height: 20px;
  display: inline-block;
}
#ae5e7ad8aea1074 .addr-item.selected .addr-item-name i {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12px;
  height: 12px;
  overflow: hidden;
  text-indent: -99em;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAMAAABhq6zVAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAJUExURUxpcf8AN////7f4NBoAAAABdFJOUwBA5thmAAAAMUlEQVQI103MAQ4AMAQEQev/j66i6YrEXIKIX9jY2NjYyDmhZnlCo5rdyWvebfYDVAcSmABbA7WD+QAAAABJRU5ErkJggg==);
  color: black;
}
#ae5e7ad8aea1074 .addr-item .addr-detail {
  line-height: 30px;
  font-size: 12px;
}
#ae5e7ad8aea1074 .addr-item .op-btns {
  position: absolute;
  right: 0;
  top: 6px;
  font-size: 12px;
}
#ae5e7ad8aea1074 .addr-item .op-btns a {
  color: #005ea7;
  display: inline-block;
  margin-right: 12px;
}
#ae5e7ad8aea1074 .addr-item .op-btns a:hover {
  color: #FF0036;
}
#ae5e7ad8aea1074 .addr-switch {
  line-height: 24px;
  cursor: pointer;
  font-size: 12px;
  margin-bottom: 15px;
}
#ae5e7ad8aea1074 .addr-switch b {
  display: inline-block;
  vertical-align: middle;
  height: 10px;
  line-height: 10px;
  width: 9px;
  margin-left: 5px;
  background: url(/resources/sys/img/toggle-arrow.png) no-repeat 0 0;
}
#ae5e7ad8aea1074 .addr-switch.expand b {
  background-position: 0 -10px;
}
#ae5e7ad8aea1074 table {
  border: 1px solid #ececec;
  margin: 0 0 30px;
  color: #333;
}
#ae5e7ad8aea1074 table thead {
  color: #999;
  background-color: #f5f5f5;
}
#ae5e7ad8aea1074 table td {
  text-align: center;
}
#ae5e7ad8aea1074 table thead td {
  border-top: none;
}
#ae5e7ad8aea1074 table .goods-pic {
  width: 100px;
  height: 100px;
  margin-right: 12px;
  float: left;
}
#ae5e7ad8aea1074 table .goods-info a {
  color: #333;
  font-weight: bolder;
}
#ae5e7ad8aea1074 table .goods-info span {
  font-size: 12px;
  color: #999;
}
#ae5e7ad8aea1074 .origin-price {
  color: #999;
  text-decoration: line-through;
}
#ae5e7ad8aea1074 table .price {
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#ae5e7ad8aea1074 .checkout-summary {
  margin: 20px 4px 10px;
}
#ae5e7ad8aea1074 .summary-item {
  font-size: 12px;
  line-height: 24px;
  color: #666;
}
#ae5e7ad8aea1074 .summary-item > em {
  width: 140px;
  display: inline-block;
  color: #333;
  font-size: 12px;
  font-family: verdana;
  font-style: normal;
}
#ae5e7ad8aea1074 .order-confirm {
  padding: 15px 10px 15px 0;
  text-align: right;
  border-top: 1px solid #e6e6e6;
  color: #999;
  background-color: #f4f4f4;
  line-height: 24px;
  font-size: 12px;
}
#ae5e7ad8aea1074 .order-confirm .total-price {
  display: inline-block;
  color: #e4393c;
  font-family: Verdana;
  font-weight: 700;
  font-size: 18px;
  min-width: 122px;
}
#ae5e7ad8aea1074 .order-btn {
  margin-top: 20px;
  display: inline-block;
  line-height: 42px;
  padding: 0 35px;
  color: #fff;
  font-size: 18px;
  background-color: #E2231A;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
}
#ae5e7ad8aea1074 .order-submit-btn:hover {
  background-color: #EF494D;
}
#ae5e7ad8aea1074 .coupon-select {
  padding: 0 20px;
  line-height: 28px;
  color: #EF494D;
  border: 1px solid #EF494D;
  margin-top: 6px;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
}
#ae5e7ad8aea1074 .coupon-select.disable {
  color: #555;
  border-color: #333;
  cursor: not-allowed;
}
#ae5e7ad8aea1074 .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#ae5e7ad8aea1074 .select-num .btn {
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#ae5e7ad8aea1074 .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#ae5e7ad8aea1074 .select-num i {
  line-height: 30px;
}
#ae5e7ad8aea1074 .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#ae5e7ad8aea1074 .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#ae5e7ad8aea1074 .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#ae5e7ad8aea1074 .toggle-point {
  position: absolute;
  right: 0;
  top: 24px;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #c02437;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #bb1a1a;
  background-image: linear-gradient(0deg, #bb1a1a, #3e1ce7);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #c02437;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 62px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  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: 20px;
  font-family: inherit;
  background-color: #c02437;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a7744a01bda814b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a7744a01bda814b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a7744a01bda814b .ap-icon {
  margin-right: 6px;
}
#a7744a01bda814b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  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;
  background: transparent;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: -1;
  margin-top: -1;
  margin-right: -1;
  margin-left: -1;
  width: 150px;
  height: 35px;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a,
#a7744a01bda814b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon img,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a7744a01bda814b .menu-list > li:hover > a,
#a7744a01bda814b .menu-list > li.active > a {
  background: #c02437;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #4a4a4a;
  border-top-style: solid;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a7744a01bda814b .menu-list ul,
#a7744a01bda814b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a7744a01bda814b .menu-list ul {
  top: 39px;
  left: 50%;
  transform: translateX(-50%);
}
#a7744a01bda814b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7744a01bda814b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7744a01bda814b .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;
}
#af20aab2f2a5e93 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adbe8af25da44b1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#af42eaf25dac935 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa77aa8975a2af4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa015a8be0a92d8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a3a57a8ad9a2678 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a261ba967aab007 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a84c8adf5faa17a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8f77adf37a393f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a45aba0473a0d96 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8482a4549a6ac7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a0eb0addd8a9d95 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#afd31a960aada7f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a357eabe9bac00d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ae05baf0bcabda2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ac8d8af3ccae900 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8634adb6aa6f82 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adc7faf0f0a771d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad348aa10ca231e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad509ababeae045 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a9c13a8eb4a8fdf .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac539ae3e0a63c6 .title {
  font-size: 18px;
  color: #000;
  line-height: 2;
}
#ac539ae3e0a63c6 .order-id {
  color: #666;
}
#ac539ae3e0a63c6 .payment {
  cursor: pointer;
}
#ac539ae3e0a63c6 .payment img {
  min-height: 40px;
}
#ac539ae3e0a63c6 .payment-wrap {
  border: 1px solid #ececec;
  margin: 20px 0;
}
#ac539ae3e0a63c6 .payment-title {
  height: 42px;
  padding-left: 21px;
  background-color: #f4f4f4;
  border-bottom: 1px solid #efefef;
  line-height: 41px;
  color: #999;
  font-size: 14px;
}
#ac539ae3e0a63c6 .selected {
  border: 2px solid #e1251b;
}
#ac539ae3e0a63c6 .btn {
  display: inline-block;
  line-height: 42px;
  padding: 2px 35px;
  color: #fff;
  font-size: 18px;
  background-color: #E2231A;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
}
#ac539ae3e0a63c6 .btn:hover {
  background-color: #EF494D;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #c02437;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #bb1a1a;
  background-image: linear-gradient(0deg, #bb1a1a, #3e1ce7);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #c02437;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 62px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  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: 20px;
  font-family: inherit;
  background-color: #c02437;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a7744a01bda814b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a7744a01bda814b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a7744a01bda814b .ap-icon {
  margin-right: 6px;
}
#a7744a01bda814b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  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;
  background: transparent;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: -1;
  margin-top: -1;
  margin-right: -1;
  margin-left: -1;
  width: 150px;
  height: 35px;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a,
#a7744a01bda814b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon img,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a7744a01bda814b .menu-list > li:hover > a,
#a7744a01bda814b .menu-list > li.active > a {
  background: #c02437;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #4a4a4a;
  border-top-style: solid;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a7744a01bda814b .menu-list ul,
#a7744a01bda814b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a7744a01bda814b .menu-list ul {
  top: 39px;
  left: 50%;
  transform: translateX(-50%);
}
#a7744a01bda814b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7744a01bda814b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7744a01bda814b .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;
}
#af20aab2f2a5e93 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adbe8af25da44b1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#af42eaf25dac935 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa77aa8975a2af4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa015a8be0a92d8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a3a57a8ad9a2678 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a261ba967aab007 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a84c8adf5faa17a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8f77adf37a393f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a45aba0473a0d96 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8482a4549a6ac7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a0eb0addd8a9d95 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#afd31a960aada7f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a357eabe9bac00d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ae05baf0bcabda2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ac8d8af3ccae900 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8634adb6aa6f82 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adc7faf0f0a771d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad348aa10ca231e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad509ababeae045 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a9c13a8eb4a8fdf .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a60d8a19bda4455 {
  max-width: 1200px;
  margin: 0 auto;
}
#a60d8a19bda4455 .m-header {
  background: #fff;
  height: 44px;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
#a60d8a19bda4455 .order-container {
  padding-bottom: 60px;
}
#a60d8a19bda4455 .express-date {
  color: #999;
  font-size: 12px;
}
#a60d8a19bda4455 .m-header-back {
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 44px;
  padding: 10px;
  text-align: center;
}
#a60d8a19bda4455 .m-header-back svg {
  width: 16px;
  fill: #666;
}
#a60d8a19bda4455 .m-header-title {
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  color: #333;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#a60d8a19bda4455 .order-status {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #f66d70), to(#e93b3d));
  background-image: -webkit-linear-gradient(left, #f66d70, #e93b3d);
  background-image: linear-gradient(90deg, #f66d70, #e93b3d);
  color: #fff;
  padding: 12px 10px;
  font-size: 12px;
  line-height: 18px;
  position: relative;
}
#a60d8a19bda4455 .order-status:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 20px;
  left: 0;
  bottom: 0;
  border-radius: 0 100% 0 0;
  background-image: -webkit-linear-gradient(60deg, #e93c3e 32%, #f66c6c 69%);
  background-image: linear-gradient(30deg, #e93c3e 32%, #f66c6c 69%);
}
#a60d8a19bda4455 .order-status:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 48px;
  right: 0;
  bottom: 0;
  border-radius: 100% 0 0 2%;
  background-image: -webkit-linear-gradient(53deg, #e93c3e 8%, #f66d70 78%);
  background-image: linear-gradient(37deg, #e93c3e 8%, #f66d70 78%);
}
#a60d8a19bda4455 .state-desc {
  padding-left: 25px;
}
#a60d8a19bda4455 .order-status .icon-status {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-image: url(/resources/sys/img/order_status_icon.png);
  background-size: 41px 41px;
  background-repeat: no-repeat;
  top: 25px;
}
#a60d8a19bda4455 .order-status .icon-status.status-1,
#a60d8a19bda4455 .order-status .icon-status.status-2,
#a60d8a19bda4455 .order-status .icon-status.status-3 {
  background-position: 0 -22px;
}
#a60d8a19bda4455 .order-status .icon-status.status--1 {
  background-position: -22px 0;
}
#a60d8a19bda4455 .state-desc .state-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
#a60d8a19bda4455 .state-tip {
  font-size: 12px;
}
#a60d8a19bda4455 .top-content {
  padding: 0 10px;
  background: #fff;
}
#a60d8a19bda4455 .top-content .fa {
  font-size: 24px;
  display: inline-block;
  margin-right: 10px;
  color: #ccc;
  width: 24px;
  text-align: center;
}
#a60d8a19bda4455 .top-content .desc {
  color: #333;
  line-height: 21px;
  font-size: 14px;
  background: #fff;
}
#a60d8a19bda4455 .top-content .tip {
  font-size: 12px;
  line-height: 18px;
  color: #999;
}
#a60d8a19bda4455 .top-content .content-wrap {
  padding: 12px 0;
  border-bottom: 1px solid #f7f7f7;
}
#a60d8a19bda4455 .top-content.address .content-wrap {
  border-bottom: none;
}
#a60d8a19bda4455 .goods-item {
  margin-top: 10px;
  padding: 10px 10px 20px 10px;
  background: #fff;
  border-bottom: 1px solid #f7f7f7;
}
#a60d8a19bda4455 .goods-item img {
  display: block;
  width: 75px;
  height: 75px;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  margin-right: 10px;
}
#a60d8a19bda4455 .goods-info .title {
  font-size: 14px;
  margin-bottom: 3px;
  word-break: break-all;
  position: relative;
  color: #333;
  font-weight: 500;
}
#a60d8a19bda4455 .goods-info .sku-name {
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #999;
}
#a60d8a19bda4455 .goods-info .private-info {
  font-size: 12px;
}
#a60d8a19bda4455 .goods-info .num-wrap {
  color: #999;
  font-size: 12px;
}
#a60d8a19bda4455 .goods-info .present-price {
  line-height: 30px;
  color: #e93b3d;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}
#a60d8a19bda4455 .panel {
  background: #fff;
  margin: 20px 0;
}
#a60d8a19bda4455 .panel-header {
  padding: 10px;
  color: #333;
  font-size: 16px;
  position: relative;
  border-bottom: 1px solid #f7f7f7;
}
#a60d8a19bda4455 .panel-header .tip {
  line-height: 24px;
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #999;
}
#a60d8a19bda4455 .contact {
  padding: 16px 0;
  line-height: 1;
  font-size: 12px;
  color: #999;
  display: block;
  text-align: center;
}
#a60d8a19bda4455 .hide {
  display: none;
}
#a60d8a19bda4455 .contact img {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  display: inline-block;
}
#a60d8a19bda4455 .order-detail {
  padding: 15px 10px;
  background: #fff;
}
#a60d8a19bda4455 .order-detail .order-item {
  line-height: 22px;
  margin-bottom: 3px;
  color: #151515;
}
#a60d8a19bda4455 .order-detail .order-item span {
  color: #999;
  display: inline-block;
  margin-right: 6px;
}
#a60d8a19bda4455 .order-summary {
  border-top: 1px solid #f7f7f7;
  padding: 12px 0;
}
#a60d8a19bda4455 .order-id {
  font-size: 13px;
  font-style: normal;
}
#a60d8a19bda4455 .order-summary .order-price {
  line-height: 21px;
  color: #333;
  font-weight: 400;
}
#a60d8a19bda4455 .order-summary .price {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
}
#a60d8a19bda4455 .total-price {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  line-height: 32px;
}
#a60d8a19bda4455 .total-price .price {
  color: #f2270c;
}
#a60d8a19bda4455 .order-bottom {
  height: 50px;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  z-index: 1000;
  font-size: 12px;
  border-top: 1px solid #f7f7f7;
}
#a60d8a19bda4455 .pay-btn {
  display: inline-block;
  line-height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 35px;
  color: #fff;
  font-size: 18px;
  background-color: #E2231A;
  text-align: center;
  cursor: pointer;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #c02437;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #bb1a1a;
  background-image: linear-gradient(0deg, #bb1a1a, #3e1ce7);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #c02437;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 62px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  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: 20px;
  font-family: inherit;
  background-color: #c02437;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a7744a01bda814b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a7744a01bda814b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a7744a01bda814b .ap-icon {
  margin-right: 6px;
}
#a7744a01bda814b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  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;
  background: transparent;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: -1;
  margin-top: -1;
  margin-right: -1;
  margin-left: -1;
  width: 150px;
  height: 35px;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a,
#a7744a01bda814b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon img,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a7744a01bda814b .menu-list > li:hover > a,
#a7744a01bda814b .menu-list > li.active > a {
  background: #c02437;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #4a4a4a;
  border-top-style: solid;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a7744a01bda814b .menu-list ul,
#a7744a01bda814b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a7744a01bda814b .menu-list ul {
  top: 39px;
  left: 50%;
  transform: translateX(-50%);
}
#a7744a01bda814b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7744a01bda814b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7744a01bda814b .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;
}
#af20aab2f2a5e93 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adbe8af25da44b1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#af42eaf25dac935 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa77aa8975a2af4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa015a8be0a92d8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a3a57a8ad9a2678 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a261ba967aab007 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a84c8adf5faa17a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8f77adf37a393f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a45aba0473a0d96 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8482a4549a6ac7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a0eb0addd8a9d95 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#afd31a960aada7f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a357eabe9bac00d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ae05baf0bcabda2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ac8d8af3ccae900 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8634adb6aa6f82 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adc7faf0f0a771d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad348aa10ca231e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad509ababeae045 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a9c13a8eb4a8fdf .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a7b93aec48a002d .comment-detail {
  min-height: 600px;
}
#a7b93aec48a002d table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#a7b93aec48a002d table th,
#a7b93aec48a002d table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#a7b93aec48a002d table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#a7b93aec48a002d .red {
  color: #F00!important;
}
#a7b93aec48a002d .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;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #c02437;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #bb1a1a;
  background-image: linear-gradient(0deg, #bb1a1a, #3e1ce7);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #c02437;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 62px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  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: 20px;
  font-family: inherit;
  background-color: #c02437;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a7744a01bda814b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a7744a01bda814b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a7744a01bda814b .ap-icon {
  margin-right: 6px;
}
#a7744a01bda814b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  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;
  background: transparent;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: -1;
  margin-top: -1;
  margin-right: -1;
  margin-left: -1;
  width: 150px;
  height: 35px;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a,
#a7744a01bda814b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon img,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a7744a01bda814b .menu-list > li:hover > a,
#a7744a01bda814b .menu-list > li.active > a {
  background: #c02437;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #4a4a4a;
  border-top-style: solid;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a7744a01bda814b .menu-list ul,
#a7744a01bda814b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a7744a01bda814b .menu-list ul {
  top: 39px;
  left: 50%;
  transform: translateX(-50%);
}
#a7744a01bda814b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7744a01bda814b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7744a01bda814b .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;
}
#af20aab2f2a5e93 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adbe8af25da44b1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#af42eaf25dac935 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa77aa8975a2af4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa015a8be0a92d8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a3a57a8ad9a2678 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a261ba967aab007 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a84c8adf5faa17a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8f77adf37a393f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a45aba0473a0d96 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8482a4549a6ac7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a0eb0addd8a9d95 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#afd31a960aada7f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a357eabe9bac00d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ae05baf0bcabda2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ac8d8af3ccae900 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8634adb6aa6f82 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adc7faf0f0a771d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad348aa10ca231e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad509ababeae045 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a9c13a8eb4a8fdf .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aef5ba27a4a02a1 .address-select {
  cursor: pointer;
}
#aef5ba27a4a02a1 .form-item {
  border-bottom: 1px solid #f5f5f5;
  padding: 20px 0;
}
#aef5ba27a4a02a1 .form-item-last {
  border-bottom: none;
}
#aef5ba27a4a02a1 .form-item .uk-form-label {
  font-size: 16px;
  color: #888;
  margin-bottom: 8px;
  font-weight: bolder;
  display: block;
}
#aef5ba27a4a02a1 .address-select .uk-select {
  width: 100px;
}
#aef5ba27a4a02a1 .form-item .uk-input,
#aef5ba27a4a02a1 .form-item .uk-select {
  background: #fafafa;
  border-color: #eee;
}
#aef5ba27a4a02a1 .submit-btn {
  background: #5cc55c;
  font-size: 18px;
  width: 160px;
  text-align: center;
  border-radius: 2px;
  line-height: 48px;
}
#aef5ba27a4a02a1 .submit-btn:hover {
  opacity: .9;
}
#aef5ba27a4a02a1 .img-box {
  margin-top: 40px;
}
#aef5ba27a4a02a1 .img-box .up-p {
  margin-bottom: 20px;
  font-size: 16px;
  color: #555;
}
#aef5ba27a4a02a1 .z_photo {
  padding: 18px;
  border: 2px dashed #e7e6e6;
}
#aef5ba27a4a02a1 .z_photo .z_file {
  position: relative;
}
#aef5ba27a4a02a1 .z_file .file {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
#aef5ba27a4a02a1 .z_photo .up-section {
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
}
#aef5ba27a4a02a1 .up-section .close-upimg {
  position: absolute;
  top: 6px;
  right: 8px;
  display: none;
  z-index: 10;
}
#aef5ba27a4a02a1 .up-section .up-span {
  display: block;
  width: 100%;
  height: 100%;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
}
#aef5ba27a4a02a1 .up-section:hover {
  border: 2px solid #f15134;
}
#aef5ba27a4a02a1 .up-section:hover .close-upimg {
  display: block;
}
#aef5ba27a4a02a1 .up-section:hover .up-span {
  visibility: visible;
}
#aef5ba27a4a02a1 .z_photo .up-img {
  display: block;
  width: 100%;
  height: 100%;
}
#aef5ba27a4a02a1 .upimg-div .up-section {
  width: 190px;
  height: 180px;
}
#aef5ba27a4a02a1 .img-box .upimg-div .z_file {
  width: 190px;
  height: 180px;
}
#aef5ba27a4a02a1 .publish-price {
  font-size: 16px;
  color: #888;
}
#aef5ba27a4a02a1 .publish-price .num {
  color: #ff9933;
  display: inline-block;
  margin: 0 4px;
  font-weight: 500;
}
#aef5ba27a4a02a1 .z_file .add-img {
  display: block;
  width: 190px;
  height: 180px;
  cursor: pointer;
}
#aef5ba27a4a02a1 .mask {
  z-index: 1000;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#aef5ba27a4a02a1 .mask .mask-content {
  width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -250px;
  margin-top: -80px;
  background: #fff;
  height: 160px;
  text-align: center;
}
#aef5ba27a4a02a1 .mask .mask-content .del-p {
  color: #555;
  height: 94px;
  line-height: 94px;
  font-size: 18px;
  border-bottom: 1px solid #d1d1d1;
}
#aef5ba27a4a02a1 .mask-content .check-p {
  height: 66px;
  line-height: 66px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#aef5ba27a4a02a1 .mask-content .check-p span {
  width: 49%;
  display: inline-block;
  text-align: center;
  color: #d4361d;
  font-size: 18px;
}
#aef5ba27a4a02a1 .check-p .del-com {
  border-right: 1px solid #d1d1d1;
}
#aef5ba27a4a02a1 #fileList,
#aef5ba27a4a02a1 #picker {
  display: inline-block;
  float: left;
}
#aef5ba27a4a02a1 .thumbnail {
  width: 140px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
#aef5ba27a4a02a1 .thumbnail img {
  width: 100%;
  height: 130px;
}
#aef5ba27a4a02a1 .thumbnail .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-indent: 5px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
#aef5ba27a4a02a1 .thumbnail .error {
  background: #f43838;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 28px;
  line-height: 28px;
  width: 100%;
  z-index: 100;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}
#aef5ba27a4a02a1 .thumbnail .remove {
  position: absolute;
  color: #fff;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  line-height: 24px;
}
#aef5ba27a4a02a1 #picker {
  width: 140px;
  height: 130px;
  background: url(/resources/sys/img/upload-img.png) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  font-size: 0px;
  text-indent: -1000px;
}
#aef5ba27a4a02a1 .webuploader-pick {
  height: 100%;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #c02437;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #bb1a1a;
  background-image: linear-gradient(0deg, #bb1a1a, #3e1ce7);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #c02437;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 62px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  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: 20px;
  font-family: inherit;
  background-color: #c02437;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a7744a01bda814b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a7744a01bda814b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a7744a01bda814b .ap-icon {
  margin-right: 6px;
}
#a7744a01bda814b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  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;
  background: transparent;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: -1;
  margin-top: -1;
  margin-right: -1;
  margin-left: -1;
  width: 150px;
  height: 35px;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a,
#a7744a01bda814b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon img,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a7744a01bda814b .menu-list > li:hover > a,
#a7744a01bda814b .menu-list > li.active > a {
  background: #c02437;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #4a4a4a;
  border-top-style: solid;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a7744a01bda814b .menu-list ul,
#a7744a01bda814b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a7744a01bda814b .menu-list ul {
  top: 39px;
  left: 50%;
  transform: translateX(-50%);
}
#a7744a01bda814b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7744a01bda814b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7744a01bda814b .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;
}
#af20aab2f2a5e93 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adbe8af25da44b1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#af42eaf25dac935 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa77aa8975a2af4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa015a8be0a92d8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a3a57a8ad9a2678 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a261ba967aab007 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a84c8adf5faa17a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8f77adf37a393f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a45aba0473a0d96 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8482a4549a6ac7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a0eb0addd8a9d95 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#afd31a960aada7f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a357eabe9bac00d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ae05baf0bcabda2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ac8d8af3ccae900 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8634adb6aa6f82 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adc7faf0f0a771d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad348aa10ca231e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad509ababeae045 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a9c13a8eb4a8fdf .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a816dafee2a53da {
  min-height: 400px;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #c02437;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #bb1a1a;
  background-image: linear-gradient(0deg, #bb1a1a, #3e1ce7);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #c02437;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 62px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  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: 20px;
  font-family: inherit;
  background-color: #c02437;
}
#a420fa9d99a0ba5 .search-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#a420fa9d99a0ba5 .search-wrap .search-inner {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}
#a420fa9d99a0ba5 .search-wrap .search-inner .input-field {
  height: 100%;
}
#a420fa9d99a0ba5 .search-wrap .search-inner .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
}
#a420fa9d99a0ba5 .search-wrap .search-inner .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a420fa9d99a0ba5 .search-wrap .search-inner .input-field input::placeholder {
  color: #999;
}
#a420fa9d99a0ba5 .search-wrap .search-inner .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-top-width: 1px;
  border-top-color: #d9d9d9;
  border-top-style: solid;
  border-right-color: #d9d9d9;
  border-left-color: #d9d9d9;
  border-bottom-color: #d9d9d9;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
#a420fa9d99a0ba5 .search-wrap .search-inner .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a420fa9d99a0ba5 .search-wrap .search-inner .input-field.first-wrap svg {
  display: inline-block;
  margin: 0 15px;
  width: 20px;
  height: 20px;
}
#a420fa9d99a0ba5 .search-wrap .search-inner .input-field.second-wrap {
  height: 100%;
}
#a420fa9d99a0ba5 .search-wrap .search-inner .btn-search {
  height: 100%;
  width: 120px;
  white-space: nowrap;
  background-color: #108CEE;
  font-weight: 400;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  overflow: hidden;
  box-sizing: border-box;
  width: 140px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-top-width: 1px;
  border-top-color: #d9d9d9;
  border-top-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #d9d9d9;
  border-bottom-style: none;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
#a420fa9d99a0ba5 .search-wrap .search-inner .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a420fa9d99a0ba5 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a420fa9d99a0ba5 .form-item .uk-input,
#a420fa9d99a0ba5 .form-item .uk-select,
#a420fa9d99a0ba5 .form-item .uk-textarea {
  width: autopx;
}
#a420fa9d99a0ba5 .form-item .auto-height {
  height: auto;
}
#a420fa9d99a0ba5 .ap-dynamic-list {
  margin-top: 16px;
}
#a420fa9d99a0ba5 .dynamic-list-item:hover {
  background-color: auto;
}
#a420fa9d99a0ba5 form {
  width: 100%;
  height: 100%;
}
#a420fa9d99a0ba5 .dynamic-empty-tips {
  text-align: center;
  line-height: 100px;
}
#a420fa9d99a0ba5 .ap-loading {
  display: flex;
  justify-content: center;
}
@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
#a420fa9d99a0ba5 .ap-loading .spinner {
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  margin-top: 30px;
}
#a420fa9d99a0ba5 .ap-loading .spinner > div {
  background-color: #108cee;
  height: 100%;
  margin-right: 3px;
  width: 6px;
  display: inline-block;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
#a420fa9d99a0ba5 .ap-loading .spinner .rect2 {
  animation-delay: -1.1s;
}
#a420fa9d99a0ba5 .ap-loading .spinner .rect3 {
  animation-delay: -1s;
}
#a420fa9d99a0ba5 .ap-loading .spinner .rect4 {
  animation-delay: -0.9s;
}
#a420fa9d99a0ba5 .ap-loading .spinner .rect5 {
  animation-delay: -0.8s;
}
/* mobile */
@media (max-width: 640px) {
  #a420fa9d99a0ba5 .uk-position-center-left-out {
    left: -30px;
  }
  #a420fa9d99a0ba5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a7744a01bda814b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a7744a01bda814b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a7744a01bda814b .ap-icon {
  margin-right: 6px;
}
#a7744a01bda814b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  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;
  background: transparent;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: -1;
  margin-top: -1;
  margin-right: -1;
  margin-left: -1;
  width: 150px;
  height: 35px;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a,
#a7744a01bda814b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon img,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a7744a01bda814b .menu-list > li:hover > a,
#a7744a01bda814b .menu-list > li.active > a {
  background: #c02437;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #4a4a4a;
  border-top-style: solid;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a7744a01bda814b .menu-list ul,
#a7744a01bda814b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a7744a01bda814b .menu-list ul {
  top: 39px;
  left: 50%;
  transform: translateX(-50%);
}
#a7744a01bda814b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7744a01bda814b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7744a01bda814b .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;
}
#af20aab2f2a5e93 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adbe8af25da44b1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#af42eaf25dac935 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa77aa8975a2af4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa015a8be0a92d8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a3a57a8ad9a2678 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a261ba967aab007 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a84c8adf5faa17a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8f77adf37a393f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a45aba0473a0d96 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8482a4549a6ac7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a0eb0addd8a9d95 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#afd31a960aada7f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a357eabe9bac00d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ae05baf0bcabda2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ac8d8af3ccae900 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8634adb6aa6f82 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adc7faf0f0a771d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad348aa10ca231e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad509ababeae045 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a9c13a8eb4a8fdf .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#afde3a9d4faba6d .search-detail {
  min-height: 400px;
}
#afde3a9d4faba6d table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#afde3a9d4faba6d table th,
#afde3a9d4faba6d table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#afde3a9d4faba6d table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#afde3a9d4faba6d .red {
  color: #F00!important;
}
#afde3a9d4faba6d .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;
}
#a7f73a9a22ac1dd .search-detail {
  min-height: 400px;
}
#a7f73a9a22ac1dd table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#a7f73a9a22ac1dd table th,
#a7f73a9a22ac1dd table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#a7f73a9a22ac1dd table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#a7f73a9a22ac1dd .red {
  color: #F00!important;
}
#a7f73a9a22ac1dd .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;
}
#aec4daf691ab798 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #c02437;
  text-align: left;
}
#aec4daf691ab798 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aec4daf691ab798 .ap-icon {
  margin-right: 6px;
}
#aec4daf691ab798 .indicator {
  margin-left: 4px;
}
#aec4daf691ab798 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-size: 21px;
  font-family: inherit;
  color: #ffffff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-width: 0;
  border-top-color: #696969;
  border-top-style: solid;
  border-right-color: #696969;
  border-left-color: #696969;
  border-bottom-color: #696969;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aec4daf691ab798 .menu-list li:hover > a,
#aec4daf691ab798 .menu-list li.active > a {
  background: #bb1a1a;
  background-image: linear-gradient(0deg, #bb1a1a, #3e1ce7);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aec4daf691ab798 .menu-list ul,
#aec4daf691ab798 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #c02437;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aec4daf691ab798 .menu-list ul {
  top: 62px;
  left: 50%;
  transform: translateX(-50%);
}
#aec4daf691ab798 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec4daf691ab798 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec4daf691ab798 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  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: 20px;
  font-family: inherit;
  background-color: #c02437;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ac42bac50ba8b30 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a7744a01bda814b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a7744a01bda814b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a7744a01bda814b .ap-icon {
  margin-right: 6px;
}
#a7744a01bda814b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  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;
  background: transparent;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: FZShuSong-Z01S;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: -1;
  margin-top: -1;
  margin-right: -1;
  margin-left: -1;
  width: 150px;
  height: 35px;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a,
#a7744a01bda814b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon svg,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon img,
#a7744a01bda814b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon,
#a7744a01bda814b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a7744a01bda814b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a7744a01bda814b .menu-list > li:hover > a,
#a7744a01bda814b .menu-list > li.active > a {
  background: #c02437;
  background-color: #c02437;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #4a4a4a;
  border-top-style: solid;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a7744a01bda814b .menu-list ul,
#a7744a01bda814b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a7744a01bda814b .menu-list ul {
  top: 39px;
  left: 50%;
  transform: translateX(-50%);
}
#a7744a01bda814b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7744a01bda814b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7744a01bda814b .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;
}
#af20aab2f2a5e93 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adbe8af25da44b1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#af42eaf25dac935 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa77aa8975a2af4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#aa015a8be0a92d8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a3a57a8ad9a2678 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a261ba967aab007 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a84c8adf5faa17a a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8f77adf37a393f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a45aba0473a0d96 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8482a4549a6ac7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a0eb0addd8a9d95 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#afd31a960aada7f a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a357eabe9bac00d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ae05baf0bcabda2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ac8d8af3ccae900 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#a8634adb6aa6f82 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#adc7faf0f0a771d a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad348aa10ca231e a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}#ad509ababeae045 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: FZShuSong-Z01S;}