@to TopIcon:/resources/sys/img/totop-default.svg;
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft Yahei";
}
/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Set `font-size` to support `rem` units
 *    Not using `font` property because a leading hyphen (e.g. -apple-system) causes the font to break in IE11 and Edge
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 * 3. Style
 */
html {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */
  color: #666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
/*
   * Removes default margin.
   */
body {
  margin: 0;
  font-size: 14px;
  color: #666;
  background-color: #ffffff;
}
/* Links
   ========================================================================== */
/*
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
a {
  /* 1 */
  background-color: transparent;
  /* 2 */
  -webkit-text-decoration-skip: objects;
}
/*
   * Remove the outline on focused links when they are also active or hovered
   */
a:active,
a:hover {
  outline: none;
}
/*
   * Style
   */
a,
.uk-link {
  color: #1e87f0;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #ffffff;
}
/* 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: #ffffff;
}
/* Preformatted text
   ========================================================================== */
/*
   * 1. Contain overflow in all browsers.
   * 2. Override UA
   */
pre {
  background: #f4f4f4;
}
pre code {
  font-family: Consolas, monaco, monospace;
}
/* Selection pseudo-element
   ========================================================================== */
::-moz-selection {
  background: #08a173;
  text-shadow: none;
}
::selection {
  background: #08a173;
  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 #08a173;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #08a173;
}
/* ========================================================================
     Component: List
   ========================================================================== */
.uk-list,
.ap-child-list > ul {
  padding: 0;
  list-style: none;
}
.uk-list-striped > li:nth-of-type(odd) {
  background: #dadada;
}
/* ========================================================================
     Component: Description list
   ========================================================================== */
/*
   * Term
   */
.uk-description-list > dd {
  font-size: 12px;
}
/* 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: #dadada;
}
/* Style modifiers
   ========================================================================== */
/*
   * Link
   */
.uk-icon-link:hover,
.uk-icon-link:focus {
  color: #08a173;
  outline: none;
}
/*
   * Button
   * 1. Center icon vertically and horizontally
   */
.uk-icon-button {
  background: #f4f4f4;
}
/* Hover + Focus */
.uk-icon-button:hover,
.uk-icon-button:focus {
  background-color: #f4f4f4;
  color: #08a173;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #08a173;
  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: #f4f4f4;
  color: #666;
}
/* Focus */
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  outline: none;
  background-color: #f4f4f4;
}
/* Disabled */
.uk-input:disabled,
.uk-select:disabled,
.uk-textarea:disabled {
  background-color: #dadada;
  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: #08a173;
  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: #f4f4f4;
}
/* Hover + Focus */
.uk-button-default:hover,
.uk-button-default:focus {
  background-color: #f4f4f4;
  color: #08a173;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #08a173;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #08a173;
  color: #ffffff;
}
/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #f4f4f4;
  color: #ffffff;
}
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-button-secondary {
  color: #666;
  border: 1px solid #f4f4f4;
}
/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #08a173;
  color: #ffffff;
  border-color: #08a173;
}
/*
   * 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: #dadada;
  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: #08a173;
}
/* Disabled */
.uk-button-text:disabled {
  color: #999999;
}
/*
   * Link
   * 1. Reset
   * 2. Style
   */
.uk-button-link {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  color: #1e87f0;
}
/* Hover + Focus */
.uk-button-link:hover,
.uk-button-link:focus {
  color: #ffffff;
}
/* Disabled */
.uk-button-link:disabled {
  color: #999999;
  text-decoration: none;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-section-default,
.ap-container-default .uk-container {
  background: #f4f4f4;
}
/*
   * Primary
   */
.uk-section-primary,
.ap-container-primary .uk-container {
  background: #08a173;
}
/*
   * Secondary
   */
.uk-section-secondary,
.ap-container-secondary .uk-container {
  background: #f4f4f4;
}
.uk-section-muted,
.ap-container-muted .uk-container {
  background: #dadada;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-tile-default {
  background: #f4f4f4;
}
/*
   * Muted
   */
.uk-tile-muted {
  background: #dadada;
}
/*
   * Primary
   */
.uk-tile-primary {
  background: #08a173;
}
/*
   * Secondary
   */
.uk-tile-secondary {
  background: #f4f4f4;
}
/* ========================================================================
     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: #f4f4f4;
  color: #666;
}
.uk-card-default.uk-card-hover:hover {
  background-color: #f4f4f4;
}
/*
   * Primary
   */
.uk-card-primary {
  background: #08a173;
  color: #ffffff;
}
.uk-card-primary .uk-card-title {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-card-secondary {
  background: #f4f4f4;
  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: #08a173;
  background-color: transparent;
}
/* ========================================================================
     Component: Marker
   ========================================================================== */
/*
   * Addopts `uk-icon`
   */
.uk-marker {
  padding: 5px;
  background: #f4f4f4;
  color: #ffffff;
}
/* Hover + Focus */
.uk-marker:hover,
.uk-marker:focus {
  color: #ffffff;
  outline: none;
}
/* ========================================================================
     Component: Alert
   ========================================================================== */
.uk-alert {
  position: relative;
  background: #f4f4f4;
  color: #333;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-alert-primary {
  background: #f4f4f4;
  color: #08a173;
}
/*
   * Success
   */
.uk-alert-success {
  background: #f4f4f4;
  color: #32d296;
}
/*
   * Warning
   */
.uk-alert-warning {
  background: #f4f4f4;
  color: #faa05a;
}
/*
   * Danger
   */
.uk-alert-danger {
  background: #f4f4f4;
  color: #f0506e;
}
/* ========================================================================
     Component: Badge
   ========================================================================== */
/*
   * 1. Style
   * 2. Center child vertically and horizontally
   */
.uk-badge {
  /* 1 */
  background: #08a173;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #08a173;
  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: #dadada;
}
.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: #f4f4f4;
}
/* 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: #08a173;
  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: #08a173;
}
/* 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: #08a173;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #08a173;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #08a173;
}
/* Dropdown
   ========================================================================== */
/*
   * Adopts `uk-dropdown`
   * 1. Hide by default
   * 2. Set position
   * 3. Set a default width
   * 4. Style
   */
.uk-navbar-dropdown {
  background: #f4f4f4;
  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: #08a173;
  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: #f4f4f4;
  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: #f4f4f4;
  color: #666;
}
/* OnClick */
.uk-subnav-pill > * > a:active {
  background-color: #f4f4f4;
}
/* Active */
.uk-subnav-pill > .uk-active > a {
  background-color: #08a173;
  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: #f4f4f4;
}
/* Active */
.uk-pagination > .uk-active > * {
  color: #08a173;
  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: #08a173;
}
/* 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: #08a173;
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #08a173;
  border-color: transparent;
}
/* ========================================================================
     Component: Dropdown
   ========================================================================== */
.uk-dropdown {
  background: #f4f4f4;
  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: #08a173;
}
/*
   * 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: #08a173;
}
/* 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: #f4f4f4;
}
/*
   * Open
   */
.uk-open > .uk-modal-dialog {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* Message
  ========================================================================== */
.uk-notification-message {
  background: #dadada;
  color: #666;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-notification-message-primary {
  color: #08a173;
}
/*
   * 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: #08a173;
  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: #dadada;
  border-radius: 500px;
  overflow: hidden;
}
/*
   * Progress bar
   * 1. Remove right border in IE11 and Edge
   */
.uk-progress::-webkit-progress-value {
  background-color: #08a173;
}
.uk-progress::-moz-progress-bar {
  background-color: #08a173;
}
.uk-progress::-ms-fill {
  background-color: #08a173;
}
/* ========================================================================
     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: #08a173 !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: #08a173 !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #08a173;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #f4f4f4;
}
.uk-background-muted {
  background-color: #dadada;
}
.uk-background-primary {
  background-color: #08a173;
}
.uk-background-secondary {
  background-color: #f4f4f4;
}
/* ========================================================================
     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: #08a173;
  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: #08a173;
  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: #08a173;
  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: #dadada;
  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: #08a173;
}
.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: #f4f4f4;
}
.ap-headerbar-bottom {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #f4f4f4;
}
.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(244, 244, 244, 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: #08a173;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #dadada;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #08a173;
}
.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: #08a173;
  border-color: #08a173;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #08a173;
}
/* ========================================================================
   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: #067050;
}
.ap-list-filter dd a.active {
  background-color: #08a173;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #08a173;
}
.category li a.active {
  color: #08a173;
}
.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: #08a173;
}
.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: #08a173;
  border: 1px solid rgba(8, 161, 115, 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: #08a173;
}
form .step .ui-step.active .ui-step-title {
  color: #08a173;
}
/**************** 自定义版块样式 ********************/
.btn-effect-1 {
  border-color: #08a173;
  background-color: #08a173;
  color: #fff;
}
.header-effect-6 [data-item='title']::before {
  background-color: #08a173;
}
.header-effect-7 [data-item='subTitle'] {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #08a173;
  color: #fff !important;
}
.btn-effect-2 {
  background-color: transparent;
  border: 1px solid #08a173;
  color: #08a173;
}
.btn-effect-2:hover {
  background-color: #08a173;
}
.uk-button.btn-effect-5 {
  background-color: #08a173;
  box-shadow: 0 0 15px rgba(8, 161, 115, 0.8);
}
.header-effect-3 [data-item='title']::after {
  background: #08a173;
}
.header-effect-6 [data-item='title']::before {
  background-color: #08a173;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6adaad554a8ad5 .quick-menus li.logged {
  display: none;
}
#a6adaad554a8ad5 .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#a6adaad554a8ad5 .header-right li a,
#a6adaad554a8ad5 .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#a6adaad554a8ad5 .header-left {
  float: left;
}
#a6adaad554a8ad5 .header-right {
  float: right;
}
#a6adaad554a8ad5 .header-right li.logged {
  display: none;
}
#a6adaad554a8ad5 .header-right li {
  display: inline;
}
#a6adaad554a8ad5 .header-right li a:hover,
#a6adaad554a8ad5 .header-link:hover {
  color: #08a173;
}
#a6adaad554a8ad5 .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#a6adaad554a8ad5 .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#a6adaad554a8ad5 .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#a6adaad554a8ad5 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a6adaad554a8ad5 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#a6adaad554a8ad5 .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #a6adaad554a8ad5 .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a869fa91f6a1291 [data-item*=".abstract"], #a869fa91f6a1291 [data-item*=".abstract"] a {show: true;}#a869fa91f6a1291 [data-item*=".subTitle"], #a869fa91f6a1291 [data-item*=".subTitle"] a {show: true;}#a869fa91f6a1291 [data-item*=".category"], #a869fa91f6a1291 [data-item*=".category"] a {show: true;}#a3ddbac7cba30fa  {flex: 1;}#a109aa839ba2dbf  {flex-grow: 0;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;background-color: #f4f4f4;padding-top: 30px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6b6aa3700a6e46 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a6b6aa3700a6e46 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 5px;
}
#a6b6aa3700a6e46 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a6b6aa3700a6e46 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a6b6aa3700a6e46 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a6b6aa3700a6e46 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a6b6aa3700a6e46 .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;
}
#a6b6aa3700a6e46 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a6b6aa3700a6e46 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a6b6aa3700a6e46 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a6b6aa3700a6e46 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a6b6aa3700a6e46 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a6b6aa3700a6e46 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a6b6aa3700a6e46 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a6b6aa3700a6e46 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a6b6aa3700a6e46 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a6b6aa3700a6e46 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a6b6aa3700a6e46 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a6b6aa3700a6e46 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a6b6aa3700a6e46 .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;
  }
}
#a6b6aa3700a6e46 .ele-article-list .pic-article {
  padding: 15px 5px;
  border-bottom: 2px solid #ececec;
}
#a6b6aa3700a6e46 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a6b6aa3700a6e46 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a6b6aa3700a6e46 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#a6b6aa3700a6e46 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #08a173;
}
#a6b6aa3700a6e46 .ele-article-list .pic-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#a6b6aa3700a6e46 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a6b6aa3700a6e46 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a6b6aa3700a6e46 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a6b6aa3700a6e46 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a6b6aa3700a6e46 .ele-article-list .text-article {
  border-bottom: 2px solid #ececec;
}
#a6b6aa3700a6e46 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #08a173;
}
#a6b6aa3700a6e46 .ele-article-list .text-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#a6b6aa3700a6e46 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a6b6aa3700a6e46 .ele-article-list .text-article:hover .time {
  color: auto;
}
#ae9f5a2e05a19dc  {flex-grow: 0;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;background-color: #ffffff;}#ad956aa7fda1c56  {flex-grow: 0;}#ab994a800ead5aa > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b24affa2a7f7d .line {flex-grow: 0;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1eb7ac1c5af678 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1eb7ac1c5af678 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1eb7ac1c5af678 .ap-icon {
  margin-right: 6px;
}
#a1eb7ac1c5af678 .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;
  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: #f4f4f4;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #dadada;
  border-top-style: solid;
  border-right-color: #dadada;
  border-left-color: #dadada;
  border-bottom-color: #dadada;
  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-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  margin-left: 10px;
  width: 280px;
  height: 50px;
  background-color: #f4f4f4;
}
#a1eb7ac1c5af678 .menu-list > li.icon-bottom > a,
#a1eb7ac1c5af678 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1eb7ac1c5af678 .menu-list > li.icon-bottom > a .ap-icon,
#a1eb7ac1c5af678 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1eb7ac1c5af678 .menu-list > li.icon-bottom > a .ap-icon svg,
#a1eb7ac1c5af678 .menu-list > li.icon-top > a .ap-icon svg,
#a1eb7ac1c5af678 .menu-list > li.icon-bottom > a .ap-icon img,
#a1eb7ac1c5af678 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1eb7ac1c5af678 .menu-list > li.icon-right > a .ap-icon,
#a1eb7ac1c5af678 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1eb7ac1c5af678 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1eb7ac1c5af678 .menu-list > li:hover > a,
#a1eb7ac1c5af678 .menu-list > li.active > a {
  background: #08a173;
  background-color: #08a173;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a1eb7ac1c5af678 .menu-list ul,
#a1eb7ac1c5af678 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1eb7ac1c5af678 .menu-list ul {
  top: 300px;
  left: 50%;
  transform: translateX(-50%);
}
#a1eb7ac1c5af678 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1eb7ac1c5af678 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1eb7ac1c5af678 .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;
}
#a9f7ea54a7a01fa > .ele-wrap {background-color: #f4f4f4;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b1dac9d5a79c2 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aaca2a1acfae400 .line {flex-grow: 0;}#a9d8cab4c9a21f9 > .ele-wrap {background-color: #f4f4f4;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5bd3a7b32ad04a .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a5bd3a7b32ad04a .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a5bd3a7b32ad04a .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a5bd3a7b32ad04a .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a5bd3a7b32ad04a .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a5bd3a7b32ad04a .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a5bd3a7b32ad04a .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;
}
#a5bd3a7b32ad04a .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a5bd3a7b32ad04a .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a5bd3a7b32ad04a .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a5bd3a7b32ad04a .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a5bd3a7b32ad04a .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a5bd3a7b32ad04a .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a5bd3a7b32ad04a .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a5bd3a7b32ad04a .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a5bd3a7b32ad04a .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a5bd3a7b32ad04a .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a5bd3a7b32ad04a .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a5bd3a7b32ad04a .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a5bd3a7b32ad04a .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;
  }
}
#a5bd3a7b32ad04a .ele-article-list .pic-article {
  border-bottom: 1px solid #ececec;
}
#a5bd3a7b32ad04a .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a5bd3a7b32ad04a .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a5bd3a7b32ad04a .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a5bd3a7b32ad04a .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a5bd3a7b32ad04a .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a5bd3a7b32ad04a .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a5bd3a7b32ad04a .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a5bd3a7b32ad04a .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
  padding-left: 0px !important;
  padding-right: 0px;
}
#a5bd3a7b32ad04a .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a5bd3a7b32ad04a .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a5bd3a7b32ad04a .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a73baa7f68aaa26 .quick-menus li.logged {
  display: none;
}
#a73baa7f68aaa26 .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#a73baa7f68aaa26 .header-right li a,
#a73baa7f68aaa26 .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#a73baa7f68aaa26 .header-left {
  float: left;
}
#a73baa7f68aaa26 .header-right {
  float: right;
}
#a73baa7f68aaa26 .header-right li.logged {
  display: none;
}
#a73baa7f68aaa26 .header-right li {
  display: inline;
}
#a73baa7f68aaa26 .header-right li a:hover,
#a73baa7f68aaa26 .header-link:hover {
  color: #08a173;
}
#a73baa7f68aaa26 .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#a73baa7f68aaa26 .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#a73baa7f68aaa26 .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#a73baa7f68aaa26 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a73baa7f68aaa26 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#a73baa7f68aaa26 .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #a73baa7f68aaa26 .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acd79a0d1fa4009 > .ele-wrap {background-color: rgba(176, 209, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad69bac1b9ab1b3 [data-item*=".abstract"], #ad69bac1b9ab1b3 [data-item*=".abstract"] a {show: true;}#ad69bac1b9ab1b3 [data-item*=".subTitle"], #ad69bac1b9ab1b3 [data-item*=".subTitle"] a {show: true;}#ad69bac1b9ab1b3 [data-item*=".category"], #ad69bac1b9ab1b3 [data-item*=".category"] a {show: true;}#af557ade17a5781 > .ele-wrap {border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: #08a173;border-right-color: #08a173;border-left-color: #08a173;border-top-color: #08a173;}#a97b0a57d9a6c0c  {flex: 1;}#a9e56a4f3aa9269  {flex-grow: 0;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;background-color: #f4f4f4;padding-top: 30px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acaf7aee21a92ce .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#acaf7aee21a92ce .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#acaf7aee21a92ce .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#acaf7aee21a92ce .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#acaf7aee21a92ce .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#acaf7aee21a92ce .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#acaf7aee21a92ce .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;
}
#acaf7aee21a92ce .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#acaf7aee21a92ce .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#acaf7aee21a92ce .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#acaf7aee21a92ce .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#acaf7aee21a92ce .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#acaf7aee21a92ce .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#acaf7aee21a92ce .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#acaf7aee21a92ce .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#acaf7aee21a92ce .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#acaf7aee21a92ce .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#acaf7aee21a92ce .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#acaf7aee21a92ce .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#acaf7aee21a92ce .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;
  }
}
#acaf7aee21a92ce .ele-article-list .pic-article {
  padding: 15px 5px;
  border-bottom: 2px solid #ececec;
}
#acaf7aee21a92ce .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#acaf7aee21a92ce .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#acaf7aee21a92ce .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#acaf7aee21a92ce .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #08a173;
}
#acaf7aee21a92ce .ele-article-list .pic-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#acaf7aee21a92ce .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#acaf7aee21a92ce .ele-article-list .pic-article:hover .category {
  color: auto;
}
#acaf7aee21a92ce .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#acaf7aee21a92ce .ele-article-list .pic-article:hover .time {
  color: auto;
}
#acaf7aee21a92ce .ele-article-list .text-article {
  border-bottom: 2px solid #ececec;
}
#acaf7aee21a92ce .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #08a173;
}
#acaf7aee21a92ce .ele-article-list .text-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#acaf7aee21a92ce .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#acaf7aee21a92ce .ele-article-list .text-article:hover .time {
  color: auto;
}
#a86aba108faf23b  {flex-grow: 0;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;background-color: #ffffff;}#a27d8a447aac38d  {flex-grow: 0;}#a46eea64c7a42bb > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a52e4a6e12a0e41 .line {flex-grow: 0;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a57a6ad5f3a913a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a57a6ad5f3a913a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a57a6ad5f3a913a .ap-icon {
  margin-right: 6px;
}
#a57a6ad5f3a913a .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;
  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: #f4f4f4;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #dadada;
  border-top-style: solid;
  border-right-color: #dadada;
  border-left-color: #dadada;
  border-bottom-color: #dadada;
  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-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  margin-left: 10px;
  width: 280px;
  height: 50px;
  background-color: #f4f4f4;
}
#a57a6ad5f3a913a .menu-list > li.icon-bottom > a,
#a57a6ad5f3a913a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a57a6ad5f3a913a .menu-list > li.icon-bottom > a .ap-icon,
#a57a6ad5f3a913a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a57a6ad5f3a913a .menu-list > li.icon-bottom > a .ap-icon svg,
#a57a6ad5f3a913a .menu-list > li.icon-top > a .ap-icon svg,
#a57a6ad5f3a913a .menu-list > li.icon-bottom > a .ap-icon img,
#a57a6ad5f3a913a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a57a6ad5f3a913a .menu-list > li.icon-right > a .ap-icon,
#a57a6ad5f3a913a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a57a6ad5f3a913a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a57a6ad5f3a913a .menu-list > li:hover > a,
#a57a6ad5f3a913a .menu-list > li.active > a {
  background: #08a173;
  background-color: #08a173;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a57a6ad5f3a913a .menu-list ul,
#a57a6ad5f3a913a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a57a6ad5f3a913a .menu-list ul {
  top: 300px;
  left: 50%;
  transform: translateX(-50%);
}
#a57a6ad5f3a913a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a57a6ad5f3a913a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a57a6ad5f3a913a .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;
}
#ae4ddaa613a0fdd > .ele-wrap {background-color: #f4f4f4;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4723abb5ea7d49 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7c8ea8c6eaa579 .line {flex-grow: 0;}#a68f1af560a2a85 > .ele-wrap {background-color: #f4f4f4;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1e47a6a7ca103d .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a1e47a6a7ca103d .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1e47a6a7ca103d .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a1e47a6a7ca103d .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a1e47a6a7ca103d .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a1e47a6a7ca103d .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a1e47a6a7ca103d .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;
}
#a1e47a6a7ca103d .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a1e47a6a7ca103d .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a1e47a6a7ca103d .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a1e47a6a7ca103d .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a1e47a6a7ca103d .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a1e47a6a7ca103d .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a1e47a6a7ca103d .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a1e47a6a7ca103d .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a1e47a6a7ca103d .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a1e47a6a7ca103d .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a1e47a6a7ca103d .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a1e47a6a7ca103d .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a1e47a6a7ca103d .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;
  }
}
#a1e47a6a7ca103d .ele-article-list .pic-article {
  border-bottom: 1px solid #ececec;
}
#a1e47a6a7ca103d .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a1e47a6a7ca103d .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a1e47a6a7ca103d .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a1e47a6a7ca103d .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a1e47a6a7ca103d .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a1e47a6a7ca103d .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a1e47a6a7ca103d .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a1e47a6a7ca103d .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
  padding-left: 0px !important;
  padding-right: 0px;
}
#a1e47a6a7ca103d .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a1e47a6a7ca103d .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a1e47a6a7ca103d .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2e13a723aa2d71 .quick-menus li.logged {
  display: none;
}
#a2e13a723aa2d71 .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#a2e13a723aa2d71 .header-right li a,
#a2e13a723aa2d71 .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#a2e13a723aa2d71 .header-left {
  float: left;
}
#a2e13a723aa2d71 .header-right {
  float: right;
}
#a2e13a723aa2d71 .header-right li.logged {
  display: none;
}
#a2e13a723aa2d71 .header-right li {
  display: inline;
}
#a2e13a723aa2d71 .header-right li a:hover,
#a2e13a723aa2d71 .header-link:hover {
  color: #08a173;
}
#a2e13a723aa2d71 .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#a2e13a723aa2d71 .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#a2e13a723aa2d71 .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#a2e13a723aa2d71 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a2e13a723aa2d71 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#a2e13a723aa2d71 .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #a2e13a723aa2d71 .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab68aa750ba3915 > .ele-wrap {background-color: rgba(176, 209, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa64ea909cafa0a [data-item*=".abstract"], #aa64ea909cafa0a [data-item*=".abstract"] a {show: true;}#aa64ea909cafa0a [data-item*=".subTitle"], #aa64ea909cafa0a [data-item*=".subTitle"] a {show: true;}#aa64ea909cafa0a [data-item*=".category"], #aa64ea909cafa0a [data-item*=".category"] a {show: true;}#aea12a35aba54e9 > .ele-wrap {border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: #08a173;border-right-color: #08a173;border-left-color: #08a173;border-top-color: #08a173;}#a1fd2ac57ea0764  {flex: 1;}#a1e55acf2ea6035  {flex-grow: 0;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;background-color: #f4f4f4;padding-top: 30px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9d27abeada9a32 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a9d27abeada9a32 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a9d27abeada9a32 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a9d27abeada9a32 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a9d27abeada9a32 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a9d27abeada9a32 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a9d27abeada9a32 .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;
}
#a9d27abeada9a32 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a9d27abeada9a32 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a9d27abeada9a32 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a9d27abeada9a32 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a9d27abeada9a32 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a9d27abeada9a32 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a9d27abeada9a32 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a9d27abeada9a32 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a9d27abeada9a32 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a9d27abeada9a32 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a9d27abeada9a32 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a9d27abeada9a32 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a9d27abeada9a32 .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;
  }
}
#a9d27abeada9a32 .ele-article-list .pic-article {
  padding: 15px 5px;
  border-bottom: 2px solid #ececec;
}
#a9d27abeada9a32 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a9d27abeada9a32 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a9d27abeada9a32 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#a9d27abeada9a32 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #08a173;
}
#a9d27abeada9a32 .ele-article-list .pic-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#a9d27abeada9a32 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a9d27abeada9a32 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a9d27abeada9a32 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a9d27abeada9a32 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a9d27abeada9a32 .ele-article-list .text-article {
  border-bottom: 2px solid #ececec;
}
#a9d27abeada9a32 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #08a173;
}
#a9d27abeada9a32 .ele-article-list .text-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#a9d27abeada9a32 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a9d27abeada9a32 .ele-article-list .text-article:hover .time {
  color: auto;
}
#ad9e3a1c74a4873  {flex-grow: 0;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;background-color: #ffffff;}#a6577a4834ab75d  {flex-grow: 0;}#a5c1ca257daa652 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab97faaa32a5e0d .line {flex-grow: 0;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2ac7a924eaba6b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2ac7a924eaba6b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2ac7a924eaba6b .ap-icon {
  margin-right: 6px;
}
#a2ac7a924eaba6b .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;
  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: #f4f4f4;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #dadada;
  border-top-style: solid;
  border-right-color: #dadada;
  border-left-color: #dadada;
  border-bottom-color: #dadada;
  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-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  margin-left: 10px;
  width: 280px;
  height: 50px;
  background-color: #f4f4f4;
}
#a2ac7a924eaba6b .menu-list > li.icon-bottom > a,
#a2ac7a924eaba6b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2ac7a924eaba6b .menu-list > li.icon-bottom > a .ap-icon,
#a2ac7a924eaba6b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2ac7a924eaba6b .menu-list > li.icon-bottom > a .ap-icon svg,
#a2ac7a924eaba6b .menu-list > li.icon-top > a .ap-icon svg,
#a2ac7a924eaba6b .menu-list > li.icon-bottom > a .ap-icon img,
#a2ac7a924eaba6b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2ac7a924eaba6b .menu-list > li.icon-right > a .ap-icon,
#a2ac7a924eaba6b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2ac7a924eaba6b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2ac7a924eaba6b .menu-list > li:hover > a,
#a2ac7a924eaba6b .menu-list > li.active > a {
  background: #08a173;
  background-color: #08a173;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a2ac7a924eaba6b .menu-list ul,
#a2ac7a924eaba6b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2ac7a924eaba6b .menu-list ul {
  top: 300px;
  left: 50%;
  transform: translateX(-50%);
}
#a2ac7a924eaba6b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2ac7a924eaba6b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2ac7a924eaba6b .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;
}
#a6350a51fca20a5 > .ele-wrap {background-color: #f4f4f4;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aedb1a109bafdf0 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a61d9a4046ac3aa .line {flex-grow: 0;}#a6202aa0eca9de1 > .ele-wrap {background-color: #f4f4f4;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a866ba0780ae9de .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a866ba0780ae9de .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a866ba0780ae9de .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a866ba0780ae9de .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a866ba0780ae9de .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a866ba0780ae9de .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a866ba0780ae9de .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;
}
#a866ba0780ae9de .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a866ba0780ae9de .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a866ba0780ae9de .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a866ba0780ae9de .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a866ba0780ae9de .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a866ba0780ae9de .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a866ba0780ae9de .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a866ba0780ae9de .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a866ba0780ae9de .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a866ba0780ae9de .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a866ba0780ae9de .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a866ba0780ae9de .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a866ba0780ae9de .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;
  }
}
#a866ba0780ae9de .ele-article-list .pic-article {
  border-bottom: 1px solid #ececec;
}
#a866ba0780ae9de .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a866ba0780ae9de .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a866ba0780ae9de .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a866ba0780ae9de .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a866ba0780ae9de .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a866ba0780ae9de .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a866ba0780ae9de .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a866ba0780ae9de .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
  padding-left: 0px !important;
  padding-right: 0px;
}
#a866ba0780ae9de .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a866ba0780ae9de .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a866ba0780ae9de .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5acaa8101a8173 .quick-menus li.logged {
  display: none;
}
#a5acaa8101a8173 .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#a5acaa8101a8173 .header-right li a,
#a5acaa8101a8173 .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#a5acaa8101a8173 .header-left {
  float: left;
}
#a5acaa8101a8173 .header-right {
  float: right;
}
#a5acaa8101a8173 .header-right li.logged {
  display: none;
}
#a5acaa8101a8173 .header-right li {
  display: inline;
}
#a5acaa8101a8173 .header-right li a:hover,
#a5acaa8101a8173 .header-link:hover {
  color: #08a173;
}
#a5acaa8101a8173 .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#a5acaa8101a8173 .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#a5acaa8101a8173 .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#a5acaa8101a8173 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a5acaa8101a8173 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#a5acaa8101a8173 .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #a5acaa8101a8173 .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@media (min-width: 1200px) {
  #a7210a5e71a9344 .uk-container {
    padding: 0 60px;
  }
}
@media (min-width: 980px) {
  #a7210a5e71a9344 .sidebar {
    width: 28.5%;
    padding-left: 32px;
    border-left: 1px solid #ececec;
    margin-left: 32px;
  }
}
#a7210a5e71a9344 .sidebar .uk-h3 {
  position: relative;
  padding-bottom: 12px;
  font-size: 18px;
}
#a7210a5e71a9344 .sidebar .uk-h3:before {
  content: ' ';
  position: absolute;
  width: 3px;
  height: 100%;
  left: -33px;
  top: 0;
  background-color: #08a173;
}
#a7210a5e71a9344 .sidebar .uk-h3:after {
  content: ' ';
  position: absolute;
  width: 35px;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #666666;
}
#a7210a5e71a9344 .uk-list li::before {
  color: #08a173;
}
#a7210a5e71a9344 .uk-list a {
  color: #4c4c4c;
}
#a7210a5e71a9344 .uk-list a.active,
#a7210a5e71a9344 .uk-list a:hover {
  color: #08a173;
  text-decoration: none;
}
#a7210a5e71a9344 .post-sidebar-image {
  width: 90px;
  height: auto;
  margin-right: 15px;
}
#a7210a5e71a9344 .tag {
  display: inline-block;
  margin: 0 8px 10px 0;
  border: 1px solid #ececec;
}
#a7210a5e71a9344 .tag a {
  line-height: 32px;
  padding: 0 12px;
  font-size: 14px;
  color: #666666;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a080ea67f9a9ccf .quick-menus li.logged {
  display: none;
}
#a080ea67f9a9ccf .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#a080ea67f9a9ccf .header-right li a,
#a080ea67f9a9ccf .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#a080ea67f9a9ccf .header-left {
  float: left;
}
#a080ea67f9a9ccf .header-right {
  float: right;
}
#a080ea67f9a9ccf .header-right li.logged {
  display: none;
}
#a080ea67f9a9ccf .header-right li {
  display: inline;
}
#a080ea67f9a9ccf .header-right li a:hover,
#a080ea67f9a9ccf .header-link:hover {
  color: #08a173;
}
#a080ea67f9a9ccf .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#a080ea67f9a9ccf .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#a080ea67f9a9ccf .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#a080ea67f9a9ccf [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a080ea67f9a9ccf .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#a080ea67f9a9ccf .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #a080ea67f9a9ccf .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4856aabeba1c47 [data-item*=".abstract"], #a4856aabeba1c47 [data-item*=".abstract"] a {show: true;}#a4856aabeba1c47 [data-item*=".subTitle"], #a4856aabeba1c47 [data-item*=".subTitle"] a {show: true;}#a4856aabeba1c47 [data-item*=".category"], #a4856aabeba1c47 [data-item*=".category"] a {show: true;}#a05cba5ec0a4706  {flex: 1;}#a6299a8e35aeeac  {flex-grow: 0;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;background-color: #f4f4f4;padding-top: 30px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab6e0a7c66a3410 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#ab6e0a7c66a3410 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 5px;
}
#ab6e0a7c66a3410 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#ab6e0a7c66a3410 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#ab6e0a7c66a3410 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#ab6e0a7c66a3410 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#ab6e0a7c66a3410 .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;
}
#ab6e0a7c66a3410 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#ab6e0a7c66a3410 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#ab6e0a7c66a3410 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#ab6e0a7c66a3410 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#ab6e0a7c66a3410 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#ab6e0a7c66a3410 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#ab6e0a7c66a3410 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#ab6e0a7c66a3410 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#ab6e0a7c66a3410 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#ab6e0a7c66a3410 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#ab6e0a7c66a3410 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#ab6e0a7c66a3410 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#ab6e0a7c66a3410 .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;
  }
}
#ab6e0a7c66a3410 .ele-article-list .pic-article {
  padding: 15px 5px;
  border-bottom: 2px solid #ececec;
}
#ab6e0a7c66a3410 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#ab6e0a7c66a3410 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#ab6e0a7c66a3410 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#ab6e0a7c66a3410 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #08a173;
}
#ab6e0a7c66a3410 .ele-article-list .pic-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#ab6e0a7c66a3410 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#ab6e0a7c66a3410 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#ab6e0a7c66a3410 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#ab6e0a7c66a3410 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#ab6e0a7c66a3410 .ele-article-list .text-article {
  border-bottom: 2px solid #ececec;
}
#ab6e0a7c66a3410 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #08a173;
}
#ab6e0a7c66a3410 .ele-article-list .text-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#ab6e0a7c66a3410 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#ab6e0a7c66a3410 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a0d2aa755da4a01  {flex-grow: 0;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;background-color: #ffffff;}#a13d5afe95a3523  {flex-grow: 0;}#ac982aeaaaa4184 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1b45a6311a28b7 .line {flex-grow: 0;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a992aaa96ba6a83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a992aaa96ba6a83 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a992aaa96ba6a83 .ap-icon {
  margin-right: 6px;
}
#a992aaa96ba6a83 .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;
  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: #f4f4f4;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #dadada;
  border-top-style: solid;
  border-right-color: #dadada;
  border-left-color: #dadada;
  border-bottom-color: #dadada;
  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-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  margin-left: 10px;
  width: 280px;
  height: 50px;
  background-color: #f4f4f4;
}
#a992aaa96ba6a83 .menu-list > li.icon-bottom > a,
#a992aaa96ba6a83 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a992aaa96ba6a83 .menu-list > li.icon-bottom > a .ap-icon,
#a992aaa96ba6a83 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a992aaa96ba6a83 .menu-list > li.icon-bottom > a .ap-icon svg,
#a992aaa96ba6a83 .menu-list > li.icon-top > a .ap-icon svg,
#a992aaa96ba6a83 .menu-list > li.icon-bottom > a .ap-icon img,
#a992aaa96ba6a83 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a992aaa96ba6a83 .menu-list > li.icon-right > a .ap-icon,
#a992aaa96ba6a83 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a992aaa96ba6a83 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a992aaa96ba6a83 .menu-list > li:hover > a,
#a992aaa96ba6a83 .menu-list > li.active > a {
  background: #08a173;
  background-color: #08a173;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a992aaa96ba6a83 .menu-list ul,
#a992aaa96ba6a83 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a992aaa96ba6a83 .menu-list ul {
  top: 300px;
  left: 50%;
  transform: translateX(-50%);
}
#a992aaa96ba6a83 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a992aaa96ba6a83 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a992aaa96ba6a83 .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;
}
#a95c1aa432a4ee8 > .ele-wrap {background-color: #f4f4f4;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac845ac49babd51 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a73bcaa4e7a412f .line {flex-grow: 0;}#a46fead98fa0a03 > .ele-wrap {background-color: #f4f4f4;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2c82a1de3ad719 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a2c82a1de3ad719 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2c82a1de3ad719 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a2c82a1de3ad719 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a2c82a1de3ad719 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a2c82a1de3ad719 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a2c82a1de3ad719 .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;
}
#a2c82a1de3ad719 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a2c82a1de3ad719 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a2c82a1de3ad719 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a2c82a1de3ad719 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a2c82a1de3ad719 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a2c82a1de3ad719 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a2c82a1de3ad719 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a2c82a1de3ad719 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a2c82a1de3ad719 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a2c82a1de3ad719 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a2c82a1de3ad719 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a2c82a1de3ad719 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a2c82a1de3ad719 .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;
  }
}
#a2c82a1de3ad719 .ele-article-list .pic-article {
  border-bottom: 1px solid #ececec;
}
#a2c82a1de3ad719 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a2c82a1de3ad719 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a2c82a1de3ad719 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a2c82a1de3ad719 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a2c82a1de3ad719 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a2c82a1de3ad719 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a2c82a1de3ad719 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a2c82a1de3ad719 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
  padding-left: 0px !important;
  padding-right: 0px;
}
#a2c82a1de3ad719 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a2c82a1de3ad719 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a2c82a1de3ad719 .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8dc1ac96ca61c3 .quick-menus li.logged {
  display: none;
}
#a8dc1ac96ca61c3 .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#a8dc1ac96ca61c3 .header-right li a,
#a8dc1ac96ca61c3 .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#a8dc1ac96ca61c3 .header-left {
  float: left;
}
#a8dc1ac96ca61c3 .header-right {
  float: right;
}
#a8dc1ac96ca61c3 .header-right li.logged {
  display: none;
}
#a8dc1ac96ca61c3 .header-right li {
  display: inline;
}
#a8dc1ac96ca61c3 .header-right li a:hover,
#a8dc1ac96ca61c3 .header-link:hover {
  color: #08a173;
}
#a8dc1ac96ca61c3 .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#a8dc1ac96ca61c3 .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#a8dc1ac96ca61c3 .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#a8dc1ac96ca61c3 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a8dc1ac96ca61c3 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#a8dc1ac96ca61c3 .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #a8dc1ac96ca61c3 .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab145a2890a48a1 > .ele-wrap {background-color: rgba(176, 209, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af1c6a61fba8c78 [data-item*=".abstract"], #af1c6a61fba8c78 [data-item*=".abstract"] a {show: true;}#af1c6a61fba8c78 [data-item*=".subTitle"], #af1c6a61fba8c78 [data-item*=".subTitle"] a {show: true;}#af1c6a61fba8c78 [data-item*=".category"], #af1c6a61fba8c78 [data-item*=".category"] a {show: true;}#aa8a6ad414ac1e6 > .ele-wrap {border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: #08a173;border-right-color: #08a173;border-left-color: #08a173;border-top-color: #08a173;}#a2325ad1f4aed50  {flex: 1;}#a9115a06fba9ed4  {flex-grow: 0;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;background-color: #f4f4f4;padding-top: 30px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acf85af62cabfe5 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#acf85af62cabfe5 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#acf85af62cabfe5 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#acf85af62cabfe5 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#acf85af62cabfe5 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#acf85af62cabfe5 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#acf85af62cabfe5 .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;
}
#acf85af62cabfe5 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#acf85af62cabfe5 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#acf85af62cabfe5 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#acf85af62cabfe5 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#acf85af62cabfe5 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#acf85af62cabfe5 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#acf85af62cabfe5 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#acf85af62cabfe5 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#acf85af62cabfe5 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#acf85af62cabfe5 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#acf85af62cabfe5 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#acf85af62cabfe5 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#acf85af62cabfe5 .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;
  }
}
#acf85af62cabfe5 .ele-article-list .pic-article {
  padding: 15px 5px;
  border-bottom: 2px solid #ececec;
}
#acf85af62cabfe5 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#acf85af62cabfe5 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#acf85af62cabfe5 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#acf85af62cabfe5 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #08a173;
}
#acf85af62cabfe5 .ele-article-list .pic-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#acf85af62cabfe5 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#acf85af62cabfe5 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#acf85af62cabfe5 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#acf85af62cabfe5 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#acf85af62cabfe5 .ele-article-list .text-article {
  border-bottom: 2px solid #ececec;
}
#acf85af62cabfe5 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #08a173;
}
#acf85af62cabfe5 .ele-article-list .text-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#acf85af62cabfe5 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#acf85af62cabfe5 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a9c50a919fa34a9  {flex-grow: 0;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;background-color: #ffffff;}#ad616aeed2a25d7  {flex-grow: 0;}#accc7a1302a78d4 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a46b5a213daf997 .line {flex-grow: 0;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad75daadf4a64d1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad75daadf4a64d1 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad75daadf4a64d1 .ap-icon {
  margin-right: 6px;
}
#ad75daadf4a64d1 .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;
  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: #f4f4f4;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #dadada;
  border-top-style: solid;
  border-right-color: #dadada;
  border-left-color: #dadada;
  border-bottom-color: #dadada;
  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-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  margin-left: 10px;
  width: 280px;
  height: 50px;
  background-color: #f4f4f4;
}
#ad75daadf4a64d1 .menu-list > li.icon-bottom > a,
#ad75daadf4a64d1 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad75daadf4a64d1 .menu-list > li.icon-bottom > a .ap-icon,
#ad75daadf4a64d1 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad75daadf4a64d1 .menu-list > li.icon-bottom > a .ap-icon svg,
#ad75daadf4a64d1 .menu-list > li.icon-top > a .ap-icon svg,
#ad75daadf4a64d1 .menu-list > li.icon-bottom > a .ap-icon img,
#ad75daadf4a64d1 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad75daadf4a64d1 .menu-list > li.icon-right > a .ap-icon,
#ad75daadf4a64d1 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad75daadf4a64d1 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad75daadf4a64d1 .menu-list > li:hover > a,
#ad75daadf4a64d1 .menu-list > li.active > a {
  background: #08a173;
  background-color: #08a173;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ad75daadf4a64d1 .menu-list ul,
#ad75daadf4a64d1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad75daadf4a64d1 .menu-list ul {
  top: 300px;
  left: 50%;
  transform: translateX(-50%);
}
#ad75daadf4a64d1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad75daadf4a64d1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad75daadf4a64d1 .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;
}
#a27b0a44f7aaded > .ele-wrap {background-color: #f4f4f4;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ada93ab99fa1305 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2e4faf435ae101 .line {flex-grow: 0;}#a077aaab27a94d6 > .ele-wrap {background-color: #f4f4f4;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac9f7ac164ad053 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#ac9f7ac164ad053 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ac9f7ac164ad053 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#ac9f7ac164ad053 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#ac9f7ac164ad053 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#ac9f7ac164ad053 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#ac9f7ac164ad053 .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;
}
#ac9f7ac164ad053 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#ac9f7ac164ad053 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#ac9f7ac164ad053 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#ac9f7ac164ad053 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#ac9f7ac164ad053 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#ac9f7ac164ad053 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#ac9f7ac164ad053 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#ac9f7ac164ad053 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#ac9f7ac164ad053 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#ac9f7ac164ad053 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#ac9f7ac164ad053 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#ac9f7ac164ad053 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#ac9f7ac164ad053 .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;
  }
}
#ac9f7ac164ad053 .ele-article-list .pic-article {
  border-bottom: 1px solid #ececec;
}
#ac9f7ac164ad053 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#ac9f7ac164ad053 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#ac9f7ac164ad053 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ac9f7ac164ad053 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#ac9f7ac164ad053 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#ac9f7ac164ad053 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#ac9f7ac164ad053 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#ac9f7ac164ad053 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
  padding-left: 0px !important;
  padding-right: 0px;
}
#ac9f7ac164ad053 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ac9f7ac164ad053 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#ac9f7ac164ad053 .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae19da6f85a2730 .quick-menus li.logged {
  display: none;
}
#ae19da6f85a2730 .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#ae19da6f85a2730 .header-right li a,
#ae19da6f85a2730 .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#ae19da6f85a2730 .header-left {
  float: left;
}
#ae19da6f85a2730 .header-right {
  float: right;
}
#ae19da6f85a2730 .header-right li.logged {
  display: none;
}
#ae19da6f85a2730 .header-right li {
  display: inline;
}
#ae19da6f85a2730 .header-right li a:hover,
#ae19da6f85a2730 .header-link:hover {
  color: #08a173;
}
#ae19da6f85a2730 .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#ae19da6f85a2730 .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#ae19da6f85a2730 .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#ae19da6f85a2730 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ae19da6f85a2730 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#ae19da6f85a2730 .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #ae19da6f85a2730 .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae2a9acdaeabb84 > .ele-wrap {background-color: rgba(176, 209, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a564daf7d0ad100 [data-item*=".abstract"], #a564daf7d0ad100 [data-item*=".abstract"] a {show: true;}#a564daf7d0ad100 [data-item*=".subTitle"], #a564daf7d0ad100 [data-item*=".subTitle"] a {show: true;}#a564daf7d0ad100 [data-item*=".category"], #a564daf7d0ad100 [data-item*=".category"] a {show: true;}#aaa59a6415ad4ca > .ele-wrap {border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: #08a173;border-right-color: #08a173;border-left-color: #08a173;border-top-color: #08a173;}#a10e7a5ec7ac9d7  {flex: 1;}#a8c21a5bd5aaaaa  {flex-grow: 0;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;background-color: #f4f4f4;padding-top: 30px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6cc3a34e9a1c9a .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a6cc3a34e9a1c9a .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a6cc3a34e9a1c9a .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a6cc3a34e9a1c9a .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a6cc3a34e9a1c9a .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a6cc3a34e9a1c9a .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a6cc3a34e9a1c9a .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;
}
#a6cc3a34e9a1c9a .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a6cc3a34e9a1c9a .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a6cc3a34e9a1c9a .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a6cc3a34e9a1c9a .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a6cc3a34e9a1c9a .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a6cc3a34e9a1c9a .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a6cc3a34e9a1c9a .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a6cc3a34e9a1c9a .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a6cc3a34e9a1c9a .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a6cc3a34e9a1c9a .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a6cc3a34e9a1c9a .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a6cc3a34e9a1c9a .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a6cc3a34e9a1c9a .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;
  }
}
#a6cc3a34e9a1c9a .ele-article-list .pic-article {
  padding: 15px 5px;
  border-bottom: 2px solid #ececec;
}
#a6cc3a34e9a1c9a .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a6cc3a34e9a1c9a .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a6cc3a34e9a1c9a .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#a6cc3a34e9a1c9a .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #08a173;
}
#a6cc3a34e9a1c9a .ele-article-list .pic-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#a6cc3a34e9a1c9a .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a6cc3a34e9a1c9a .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a6cc3a34e9a1c9a .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a6cc3a34e9a1c9a .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a6cc3a34e9a1c9a .ele-article-list .text-article {
  border-bottom: 2px solid #ececec;
}
#a6cc3a34e9a1c9a .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #08a173;
}
#a6cc3a34e9a1c9a .ele-article-list .text-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#a6cc3a34e9a1c9a .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a6cc3a34e9a1c9a .ele-article-list .text-article:hover .time {
  color: auto;
}
#a5bc9af187a8355  {flex-grow: 0;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;background-color: #ffffff;}#ad635adcd8a6569  {flex-grow: 0;}#aa857a3b9da11b7 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abb3fa0169a4f1b .line {flex-grow: 0;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad09ea2a3da1c94 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad09ea2a3da1c94 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad09ea2a3da1c94 .ap-icon {
  margin-right: 6px;
}
#ad09ea2a3da1c94 .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;
  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: #f4f4f4;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #dadada;
  border-top-style: solid;
  border-right-color: #dadada;
  border-left-color: #dadada;
  border-bottom-color: #dadada;
  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-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  margin-left: 10px;
  width: 280px;
  height: 50px;
  background-color: #f4f4f4;
}
#ad09ea2a3da1c94 .menu-list > li.icon-bottom > a,
#ad09ea2a3da1c94 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad09ea2a3da1c94 .menu-list > li.icon-bottom > a .ap-icon,
#ad09ea2a3da1c94 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad09ea2a3da1c94 .menu-list > li.icon-bottom > a .ap-icon svg,
#ad09ea2a3da1c94 .menu-list > li.icon-top > a .ap-icon svg,
#ad09ea2a3da1c94 .menu-list > li.icon-bottom > a .ap-icon img,
#ad09ea2a3da1c94 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad09ea2a3da1c94 .menu-list > li.icon-right > a .ap-icon,
#ad09ea2a3da1c94 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad09ea2a3da1c94 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad09ea2a3da1c94 .menu-list > li:hover > a,
#ad09ea2a3da1c94 .menu-list > li.active > a {
  background: #08a173;
  background-color: #08a173;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ad09ea2a3da1c94 .menu-list ul,
#ad09ea2a3da1c94 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad09ea2a3da1c94 .menu-list ul {
  top: 300px;
  left: 50%;
  transform: translateX(-50%);
}
#ad09ea2a3da1c94 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad09ea2a3da1c94 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad09ea2a3da1c94 .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;
}
#a9a47aebdda117c > .ele-wrap {background-color: #f4f4f4;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa6c4a2383a4c9e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adb06ad614a788b .line {flex-grow: 0;}#a4843afc7aa9174 > .ele-wrap {background-color: #f4f4f4;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a551ba7e03a2320 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a551ba7e03a2320 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a551ba7e03a2320 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a551ba7e03a2320 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a551ba7e03a2320 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a551ba7e03a2320 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a551ba7e03a2320 .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;
}
#a551ba7e03a2320 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a551ba7e03a2320 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a551ba7e03a2320 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a551ba7e03a2320 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a551ba7e03a2320 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a551ba7e03a2320 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a551ba7e03a2320 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a551ba7e03a2320 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a551ba7e03a2320 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a551ba7e03a2320 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a551ba7e03a2320 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a551ba7e03a2320 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a551ba7e03a2320 .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;
  }
}
#a551ba7e03a2320 .ele-article-list .pic-article {
  border-bottom: 1px solid #ececec;
}
#a551ba7e03a2320 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a551ba7e03a2320 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a551ba7e03a2320 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a551ba7e03a2320 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a551ba7e03a2320 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a551ba7e03a2320 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a551ba7e03a2320 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a551ba7e03a2320 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
  padding-left: 0px !important;
  padding-right: 0px;
}
#a551ba7e03a2320 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a551ba7e03a2320 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a551ba7e03a2320 .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a88d7a3442a6c78 .quick-menus li.logged {
  display: none;
}
#a88d7a3442a6c78 .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#a88d7a3442a6c78 .header-right li a,
#a88d7a3442a6c78 .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#a88d7a3442a6c78 .header-left {
  float: left;
}
#a88d7a3442a6c78 .header-right {
  float: right;
}
#a88d7a3442a6c78 .header-right li.logged {
  display: none;
}
#a88d7a3442a6c78 .header-right li {
  display: inline;
}
#a88d7a3442a6c78 .header-right li a:hover,
#a88d7a3442a6c78 .header-link:hover {
  color: #08a173;
}
#a88d7a3442a6c78 .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#a88d7a3442a6c78 .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#a88d7a3442a6c78 .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#a88d7a3442a6c78 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a88d7a3442a6c78 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#a88d7a3442a6c78 .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #a88d7a3442a6c78 .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac354ad18da53a4 > .ele-wrap {background-color: rgba(176, 209, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3161af9cfaa4a2 [data-item*=".abstract"], #a3161af9cfaa4a2 [data-item*=".abstract"] a {show: true;}#a3161af9cfaa4a2 [data-item*=".subTitle"], #a3161af9cfaa4a2 [data-item*=".subTitle"] a {show: true;}#a3161af9cfaa4a2 [data-item*=".category"], #a3161af9cfaa4a2 [data-item*=".category"] a {show: true;}#add42ab0f6aaa3a > .ele-wrap {border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: #08a173;border-right-color: #08a173;border-left-color: #08a173;border-top-color: #08a173;}#a4c18a6726a95c6  {flex: 1;}#afeeda9e20aa432  {flex-grow: 0;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;background-color: #f4f4f4;padding-top: 30px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adb03ab949ad707 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#adb03ab949ad707 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#adb03ab949ad707 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#adb03ab949ad707 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#adb03ab949ad707 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#adb03ab949ad707 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#adb03ab949ad707 .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;
}
#adb03ab949ad707 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#adb03ab949ad707 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#adb03ab949ad707 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#adb03ab949ad707 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#adb03ab949ad707 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#adb03ab949ad707 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#adb03ab949ad707 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#adb03ab949ad707 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#adb03ab949ad707 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#adb03ab949ad707 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#adb03ab949ad707 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#adb03ab949ad707 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#adb03ab949ad707 .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;
  }
}
#adb03ab949ad707 .ele-article-list .pic-article {
  padding: 15px 5px;
  border-bottom: 2px solid #ececec;
}
#adb03ab949ad707 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#adb03ab949ad707 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#adb03ab949ad707 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#adb03ab949ad707 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #08a173;
}
#adb03ab949ad707 .ele-article-list .pic-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#adb03ab949ad707 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#adb03ab949ad707 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#adb03ab949ad707 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#adb03ab949ad707 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#adb03ab949ad707 .ele-article-list .text-article {
  border-bottom: 2px solid #ececec;
}
#adb03ab949ad707 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #08a173;
}
#adb03ab949ad707 .ele-article-list .text-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#adb03ab949ad707 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#adb03ab949ad707 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a3c41a95eca4e44  {flex-grow: 0;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;background-color: #ffffff;}#a095cad528afd18  {flex-grow: 0;}#a7038a0389ac9d6 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad30ba3305abc06 .line {flex-grow: 0;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53eda8116a4976 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a53eda8116a4976 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a53eda8116a4976 .ap-icon {
  margin-right: 6px;
}
#a53eda8116a4976 .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;
  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: #f4f4f4;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #dadada;
  border-top-style: solid;
  border-right-color: #dadada;
  border-left-color: #dadada;
  border-bottom-color: #dadada;
  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-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  margin-left: 10px;
  width: 280px;
  height: 50px;
  background-color: #f4f4f4;
}
#a53eda8116a4976 .menu-list > li.icon-bottom > a,
#a53eda8116a4976 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a53eda8116a4976 .menu-list > li.icon-bottom > a .ap-icon,
#a53eda8116a4976 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a53eda8116a4976 .menu-list > li.icon-bottom > a .ap-icon svg,
#a53eda8116a4976 .menu-list > li.icon-top > a .ap-icon svg,
#a53eda8116a4976 .menu-list > li.icon-bottom > a .ap-icon img,
#a53eda8116a4976 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a53eda8116a4976 .menu-list > li.icon-right > a .ap-icon,
#a53eda8116a4976 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a53eda8116a4976 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a53eda8116a4976 .menu-list > li:hover > a,
#a53eda8116a4976 .menu-list > li.active > a {
  background: #08a173;
  background-color: #08a173;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a53eda8116a4976 .menu-list ul,
#a53eda8116a4976 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a53eda8116a4976 .menu-list ul {
  top: 300px;
  left: 50%;
  transform: translateX(-50%);
}
#a53eda8116a4976 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a53eda8116a4976 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a53eda8116a4976 .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;
}
#a17b6ae1d0abef8 > .ele-wrap {background-color: #f4f4f4;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2a32a32d3adf4c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a167ca274ca320f .line {flex-grow: 0;}#aae0aaa060a077f > .ele-wrap {background-color: #f4f4f4;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a97d7aea10ae2e0 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a97d7aea10ae2e0 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a97d7aea10ae2e0 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a97d7aea10ae2e0 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a97d7aea10ae2e0 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a97d7aea10ae2e0 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a97d7aea10ae2e0 .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;
}
#a97d7aea10ae2e0 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a97d7aea10ae2e0 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a97d7aea10ae2e0 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a97d7aea10ae2e0 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a97d7aea10ae2e0 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a97d7aea10ae2e0 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a97d7aea10ae2e0 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a97d7aea10ae2e0 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a97d7aea10ae2e0 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a97d7aea10ae2e0 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a97d7aea10ae2e0 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a97d7aea10ae2e0 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a97d7aea10ae2e0 .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;
  }
}
#a97d7aea10ae2e0 .ele-article-list .pic-article {
  border-bottom: 1px solid #ececec;
}
#a97d7aea10ae2e0 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a97d7aea10ae2e0 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a97d7aea10ae2e0 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a97d7aea10ae2e0 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a97d7aea10ae2e0 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a97d7aea10ae2e0 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a97d7aea10ae2e0 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a97d7aea10ae2e0 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
  padding-left: 0px !important;
  padding-right: 0px;
}
#a97d7aea10ae2e0 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a97d7aea10ae2e0 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a97d7aea10ae2e0 .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a94e1a50d3a592d .quick-menus li.logged {
  display: none;
}
#a94e1a50d3a592d .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#a94e1a50d3a592d .header-right li a,
#a94e1a50d3a592d .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#a94e1a50d3a592d .header-left {
  float: left;
}
#a94e1a50d3a592d .header-right {
  float: right;
}
#a94e1a50d3a592d .header-right li.logged {
  display: none;
}
#a94e1a50d3a592d .header-right li {
  display: inline;
}
#a94e1a50d3a592d .header-right li a:hover,
#a94e1a50d3a592d .header-link:hover {
  color: #08a173;
}
#a94e1a50d3a592d .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#a94e1a50d3a592d .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#a94e1a50d3a592d .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#a94e1a50d3a592d [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a94e1a50d3a592d .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#a94e1a50d3a592d .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #a94e1a50d3a592d .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0eaaa56dca312b > .ele-wrap {background-color: rgba(176, 209, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa6ada2230a4352 [data-item*=".abstract"], #aa6ada2230a4352 [data-item*=".abstract"] a {show: true;}#aa6ada2230a4352 [data-item*=".subTitle"], #aa6ada2230a4352 [data-item*=".subTitle"] a {show: true;}#aa6ada2230a4352 [data-item*=".category"], #aa6ada2230a4352 [data-item*=".category"] a {show: true;}#a043aa888ba0d59 > .ele-wrap {border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: #08a173;border-right-color: #08a173;border-left-color: #08a173;border-top-color: #08a173;}#ad07fa1009a4454  {flex: 1;}#afe07a57eba808e  {flex-grow: 0;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;background-color: #f4f4f4;padding-top: 30px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2452aebbeaee60 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a2452aebbeaee60 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2452aebbeaee60 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a2452aebbeaee60 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a2452aebbeaee60 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a2452aebbeaee60 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a2452aebbeaee60 .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;
}
#a2452aebbeaee60 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a2452aebbeaee60 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a2452aebbeaee60 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a2452aebbeaee60 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a2452aebbeaee60 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a2452aebbeaee60 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a2452aebbeaee60 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a2452aebbeaee60 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a2452aebbeaee60 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a2452aebbeaee60 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a2452aebbeaee60 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a2452aebbeaee60 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a2452aebbeaee60 .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;
  }
}
#a2452aebbeaee60 .ele-article-list .pic-article {
  padding: 15px 5px;
  border-bottom: 2px solid #ececec;
}
#a2452aebbeaee60 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a2452aebbeaee60 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a2452aebbeaee60 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#a2452aebbeaee60 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #08a173;
}
#a2452aebbeaee60 .ele-article-list .pic-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#a2452aebbeaee60 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a2452aebbeaee60 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a2452aebbeaee60 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a2452aebbeaee60 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a2452aebbeaee60 .ele-article-list .text-article {
  border-bottom: 2px solid #ececec;
}
#a2452aebbeaee60 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #08a173;
}
#a2452aebbeaee60 .ele-article-list .text-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#a2452aebbeaee60 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a2452aebbeaee60 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a12bea7caaaf369  {flex-grow: 0;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;background-color: #ffffff;}#a20ddab5c7ab04e  {flex-grow: 0;}#a6cb1ada8ca6a71 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3980aefc2a7a55 .line {flex-grow: 0;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9b6da66eaa88dc .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9b6da66eaa88dc .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9b6da66eaa88dc .ap-icon {
  margin-right: 6px;
}
#a9b6da66eaa88dc .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;
  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: #f4f4f4;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #dadada;
  border-top-style: solid;
  border-right-color: #dadada;
  border-left-color: #dadada;
  border-bottom-color: #dadada;
  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-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  margin-left: 10px;
  width: 280px;
  height: 50px;
  background-color: #f4f4f4;
}
#a9b6da66eaa88dc .menu-list > li.icon-bottom > a,
#a9b6da66eaa88dc .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9b6da66eaa88dc .menu-list > li.icon-bottom > a .ap-icon,
#a9b6da66eaa88dc .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9b6da66eaa88dc .menu-list > li.icon-bottom > a .ap-icon svg,
#a9b6da66eaa88dc .menu-list > li.icon-top > a .ap-icon svg,
#a9b6da66eaa88dc .menu-list > li.icon-bottom > a .ap-icon img,
#a9b6da66eaa88dc .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9b6da66eaa88dc .menu-list > li.icon-right > a .ap-icon,
#a9b6da66eaa88dc .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9b6da66eaa88dc .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9b6da66eaa88dc .menu-list > li:hover > a,
#a9b6da66eaa88dc .menu-list > li.active > a {
  background: #08a173;
  background-color: #08a173;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a9b6da66eaa88dc .menu-list ul,
#a9b6da66eaa88dc .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9b6da66eaa88dc .menu-list ul {
  top: 300px;
  left: 50%;
  transform: translateX(-50%);
}
#a9b6da66eaa88dc .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9b6da66eaa88dc .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9b6da66eaa88dc .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;
}
#a0779a8cd4a0c69 > .ele-wrap {background-color: #f4f4f4;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af31aae555a87c4 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac7eca34c3a498a .line {flex-grow: 0;}#a1b1ca2c18a08d5 > .ele-wrap {background-color: #f4f4f4;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a820baf101a459d .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a820baf101a459d .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a820baf101a459d .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a820baf101a459d .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a820baf101a459d .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a820baf101a459d .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a820baf101a459d .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;
}
#a820baf101a459d .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a820baf101a459d .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a820baf101a459d .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a820baf101a459d .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a820baf101a459d .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a820baf101a459d .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a820baf101a459d .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a820baf101a459d .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a820baf101a459d .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a820baf101a459d .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a820baf101a459d .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a820baf101a459d .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a820baf101a459d .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;
  }
}
#a820baf101a459d .ele-article-list .pic-article {
  border-bottom: 1px solid #ececec;
}
#a820baf101a459d .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a820baf101a459d .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a820baf101a459d .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a820baf101a459d .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a820baf101a459d .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a820baf101a459d .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a820baf101a459d .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a820baf101a459d .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
  padding-left: 0px !important;
  padding-right: 0px;
}
#a820baf101a459d .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a820baf101a459d .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a820baf101a459d .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab118a4aadabf0c .quick-menus li.logged {
  display: none;
}
#ab118a4aadabf0c .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#ab118a4aadabf0c .header-right li a,
#ab118a4aadabf0c .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#ab118a4aadabf0c .header-left {
  float: left;
}
#ab118a4aadabf0c .header-right {
  float: right;
}
#ab118a4aadabf0c .header-right li.logged {
  display: none;
}
#ab118a4aadabf0c .header-right li {
  display: inline;
}
#ab118a4aadabf0c .header-right li a:hover,
#ab118a4aadabf0c .header-link:hover {
  color: #08a173;
}
#ab118a4aadabf0c .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#ab118a4aadabf0c .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#ab118a4aadabf0c .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#ab118a4aadabf0c [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ab118a4aadabf0c .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#ab118a4aadabf0c .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #ab118a4aadabf0c .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0055ad9f6a0434 [data-item*=".abstract"], #a0055ad9f6a0434 [data-item*=".abstract"] a {show: true;}#a0055ad9f6a0434 [data-item*=".subTitle"], #a0055ad9f6a0434 [data-item*=".subTitle"] a {show: true;}#a0055ad9f6a0434 [data-item*=".category"], #a0055ad9f6a0434 [data-item*=".category"] a {show: true;}#aa105aee92a158f  {flex: 1;}#acaf5a073fad1f7  {flex-grow: 0;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;background-color: #f4f4f4;padding-top: 30px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af7b9adc47a11f6 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#af7b9adc47a11f6 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af7b9adc47a11f6 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#af7b9adc47a11f6 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#af7b9adc47a11f6 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#af7b9adc47a11f6 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#af7b9adc47a11f6 .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;
}
#af7b9adc47a11f6 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#af7b9adc47a11f6 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#af7b9adc47a11f6 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#af7b9adc47a11f6 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#af7b9adc47a11f6 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#af7b9adc47a11f6 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#af7b9adc47a11f6 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#af7b9adc47a11f6 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#af7b9adc47a11f6 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#af7b9adc47a11f6 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#af7b9adc47a11f6 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#af7b9adc47a11f6 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#af7b9adc47a11f6 .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;
  }
}
#af7b9adc47a11f6 .ele-article-list .pic-article {
  padding: 15px 5px;
  border-bottom: 4px solid #ececec;
}
#af7b9adc47a11f6 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#af7b9adc47a11f6 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#af7b9adc47a11f6 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#af7b9adc47a11f6 .ele-article-list .pic-article .info h3 a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#af7b9adc47a11f6 .ele-article-list .pic-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#af7b9adc47a11f6 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#af7b9adc47a11f6 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#af7b9adc47a11f6 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#af7b9adc47a11f6 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#af7b9adc47a11f6 .ele-article-list .text-article {
  border-bottom: 4px solid #ececec;
}
#af7b9adc47a11f6 .ele-article-list .text-article h3 a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#af7b9adc47a11f6 .ele-article-list .text-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#af7b9adc47a11f6 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#af7b9adc47a11f6 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a1f39a3996a1db6  {flex-grow: 0;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;background-color: #ffffff;}#a0701a7dfca1a37  {flex-grow: 0;}#af408a43bda8fa8 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa4b0af842a6ed3 .line {flex-grow: 0;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa042aec05a6e29 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#aa042aec05a6e29 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#aa042aec05a6e29 .ap-icon {
  margin-right: 6px;
}
#aa042aec05a6e29 .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;
  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: #f4f4f4;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #dadada;
  border-top-style: solid;
  border-right-color: #dadada;
  border-left-color: #dadada;
  border-bottom-color: #dadada;
  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-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  margin-left: 10px;
  width: 280px;
  height: 50px;
  background-color: #f4f4f4;
}
#aa042aec05a6e29 .menu-list > li.icon-bottom > a,
#aa042aec05a6e29 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#aa042aec05a6e29 .menu-list > li.icon-bottom > a .ap-icon,
#aa042aec05a6e29 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#aa042aec05a6e29 .menu-list > li.icon-bottom > a .ap-icon svg,
#aa042aec05a6e29 .menu-list > li.icon-top > a .ap-icon svg,
#aa042aec05a6e29 .menu-list > li.icon-bottom > a .ap-icon img,
#aa042aec05a6e29 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#aa042aec05a6e29 .menu-list > li.icon-right > a .ap-icon,
#aa042aec05a6e29 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#aa042aec05a6e29 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#aa042aec05a6e29 .menu-list > li:hover > a,
#aa042aec05a6e29 .menu-list > li.active > a {
  background: #08a173;
  background-color: #08a173;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aa042aec05a6e29 .menu-list ul,
#aa042aec05a6e29 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#aa042aec05a6e29 .menu-list ul {
  top: 300px;
  left: 50%;
  transform: translateX(-50%);
}
#aa042aec05a6e29 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa042aec05a6e29 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa042aec05a6e29 .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;
}
#a08f7a05f7a4d1d > .ele-wrap {background-color: #f4f4f4;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acc0ea934ca9d47 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acca8af321a73ef .line {flex-grow: 0;}#a87ababf44a3b75 > .ele-wrap {background-color: #f4f4f4;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a97baa3ebbac2d0 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a97baa3ebbac2d0 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a97baa3ebbac2d0 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a97baa3ebbac2d0 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a97baa3ebbac2d0 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a97baa3ebbac2d0 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a97baa3ebbac2d0 .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;
}
#a97baa3ebbac2d0 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a97baa3ebbac2d0 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a97baa3ebbac2d0 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a97baa3ebbac2d0 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a97baa3ebbac2d0 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a97baa3ebbac2d0 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a97baa3ebbac2d0 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a97baa3ebbac2d0 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a97baa3ebbac2d0 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a97baa3ebbac2d0 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a97baa3ebbac2d0 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a97baa3ebbac2d0 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a97baa3ebbac2d0 .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;
  }
}
#a97baa3ebbac2d0 .ele-article-list .pic-article {
  border-bottom: 1px solid #ececec;
}
#a97baa3ebbac2d0 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a97baa3ebbac2d0 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a97baa3ebbac2d0 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a97baa3ebbac2d0 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a97baa3ebbac2d0 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a97baa3ebbac2d0 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a97baa3ebbac2d0 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a97baa3ebbac2d0 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
  padding-left: 0px !important;
  padding-right: 0px;
}
#a97baa3ebbac2d0 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a97baa3ebbac2d0 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a97baa3ebbac2d0 .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7b1da122aa37cc .quick-menus li.logged {
  display: none;
}
#a7b1da122aa37cc .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#a7b1da122aa37cc .header-right li a,
#a7b1da122aa37cc .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#a7b1da122aa37cc .header-left {
  float: left;
}
#a7b1da122aa37cc .header-right {
  float: right;
}
#a7b1da122aa37cc .header-right li.logged {
  display: none;
}
#a7b1da122aa37cc .header-right li {
  display: inline;
}
#a7b1da122aa37cc .header-right li a:hover,
#a7b1da122aa37cc .header-link:hover {
  color: #08a173;
}
#a7b1da122aa37cc .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#a7b1da122aa37cc .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#a7b1da122aa37cc .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#a7b1da122aa37cc [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a7b1da122aa37cc .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#a7b1da122aa37cc .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #a7b1da122aa37cc .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a10afa94b4a3468 [data-item*=".abstract"], #a10afa94b4a3468 [data-item*=".abstract"] a {show: true;}#a10afa94b4a3468 [data-item*=".subTitle"], #a10afa94b4a3468 [data-item*=".subTitle"] a {show: true;}#a10afa94b4a3468 [data-item*=".category"], #a10afa94b4a3468 [data-item*=".category"] a {show: true;}#a3c89ab535aea41  {flex: 1;}#a26eaa46d2ae266  {flex-grow: 0;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;background-color: #f4f4f4;padding-top: 30px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a508fa688baf785 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a508fa688baf785 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a508fa688baf785 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a508fa688baf785 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a508fa688baf785 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a508fa688baf785 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a508fa688baf785 .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;
}
#a508fa688baf785 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a508fa688baf785 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a508fa688baf785 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a508fa688baf785 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a508fa688baf785 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a508fa688baf785 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a508fa688baf785 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a508fa688baf785 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a508fa688baf785 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a508fa688baf785 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a508fa688baf785 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a508fa688baf785 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a508fa688baf785 .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;
  }
}
#a508fa688baf785 .ele-article-list .pic-article {
  padding: 15px 5px;
  border-bottom: 4px solid #ececec;
}
#a508fa688baf785 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a508fa688baf785 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a508fa688baf785 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#a508fa688baf785 .ele-article-list .pic-article .info h3 a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a508fa688baf785 .ele-article-list .pic-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#a508fa688baf785 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a508fa688baf785 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a508fa688baf785 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a508fa688baf785 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a508fa688baf785 .ele-article-list .text-article {
  border-bottom: 4px solid #ececec;
}
#a508fa688baf785 .ele-article-list .text-article h3 a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a508fa688baf785 .ele-article-list .text-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#a508fa688baf785 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a508fa688baf785 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a9e17ae3f7a3313  {flex-grow: 0;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;background-color: #ffffff;}#ab860a448aaac32  {flex-grow: 0;}#afad1a73aca87a0 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2548a7925abbeb .line {flex-grow: 0;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aae61ad1e9a712a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#aae61ad1e9a712a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#aae61ad1e9a712a .ap-icon {
  margin-right: 6px;
}
#aae61ad1e9a712a .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;
  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: #f4f4f4;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #dadada;
  border-top-style: solid;
  border-right-color: #dadada;
  border-left-color: #dadada;
  border-bottom-color: #dadada;
  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-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  margin-left: 10px;
  width: 280px;
  height: 50px;
  background-color: #f4f4f4;
}
#aae61ad1e9a712a .menu-list > li.icon-bottom > a,
#aae61ad1e9a712a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#aae61ad1e9a712a .menu-list > li.icon-bottom > a .ap-icon,
#aae61ad1e9a712a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#aae61ad1e9a712a .menu-list > li.icon-bottom > a .ap-icon svg,
#aae61ad1e9a712a .menu-list > li.icon-top > a .ap-icon svg,
#aae61ad1e9a712a .menu-list > li.icon-bottom > a .ap-icon img,
#aae61ad1e9a712a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#aae61ad1e9a712a .menu-list > li.icon-right > a .ap-icon,
#aae61ad1e9a712a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#aae61ad1e9a712a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#aae61ad1e9a712a .menu-list > li:hover > a,
#aae61ad1e9a712a .menu-list > li.active > a {
  background: #08a173;
  background-color: #08a173;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aae61ad1e9a712a .menu-list ul,
#aae61ad1e9a712a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#aae61ad1e9a712a .menu-list ul {
  top: 300px;
  left: 50%;
  transform: translateX(-50%);
}
#aae61ad1e9a712a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aae61ad1e9a712a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aae61ad1e9a712a .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;
}
#af787a4fbba5a8b > .ele-wrap {background-color: #f4f4f4;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5d7aad841a4897 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3eb9a6fe2aa775 .line {flex-grow: 0;}#adab9a7de5a42de > .ele-wrap {background-color: #f4f4f4;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac2d7a5f29a7a69 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#ac2d7a5f29a7a69 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ac2d7a5f29a7a69 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#ac2d7a5f29a7a69 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#ac2d7a5f29a7a69 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#ac2d7a5f29a7a69 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#ac2d7a5f29a7a69 .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;
}
#ac2d7a5f29a7a69 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#ac2d7a5f29a7a69 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#ac2d7a5f29a7a69 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#ac2d7a5f29a7a69 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#ac2d7a5f29a7a69 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#ac2d7a5f29a7a69 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#ac2d7a5f29a7a69 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#ac2d7a5f29a7a69 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#ac2d7a5f29a7a69 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#ac2d7a5f29a7a69 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#ac2d7a5f29a7a69 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#ac2d7a5f29a7a69 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#ac2d7a5f29a7a69 .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;
  }
}
#ac2d7a5f29a7a69 .ele-article-list .pic-article {
  border-bottom: 1px solid #ececec;
}
#ac2d7a5f29a7a69 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#ac2d7a5f29a7a69 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#ac2d7a5f29a7a69 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ac2d7a5f29a7a69 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#ac2d7a5f29a7a69 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#ac2d7a5f29a7a69 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#ac2d7a5f29a7a69 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#ac2d7a5f29a7a69 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
  padding-left: 0px !important;
  padding-right: 0px;
}
#ac2d7a5f29a7a69 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ac2d7a5f29a7a69 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#ac2d7a5f29a7a69 .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9750aaea0a3272 .quick-menus li.logged {
  display: none;
}
#a9750aaea0a3272 .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#a9750aaea0a3272 .header-right li a,
#a9750aaea0a3272 .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#a9750aaea0a3272 .header-left {
  float: left;
}
#a9750aaea0a3272 .header-right {
  float: right;
}
#a9750aaea0a3272 .header-right li.logged {
  display: none;
}
#a9750aaea0a3272 .header-right li {
  display: inline;
}
#a9750aaea0a3272 .header-right li a:hover,
#a9750aaea0a3272 .header-link:hover {
  color: #08a173;
}
#a9750aaea0a3272 .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#a9750aaea0a3272 .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#a9750aaea0a3272 .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#a9750aaea0a3272 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a9750aaea0a3272 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#a9750aaea0a3272 .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #a9750aaea0a3272 .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2a3fab4cfa458d > .ele-wrap {background-color: rgba(176, 209, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad7acaa065a5df6 [data-item*=".abstract"], #ad7acaa065a5df6 [data-item*=".abstract"] a {show: true;}#ad7acaa065a5df6 [data-item*=".subTitle"], #ad7acaa065a5df6 [data-item*=".subTitle"] a {show: true;}#ad7acaa065a5df6 [data-item*=".category"], #ad7acaa065a5df6 [data-item*=".category"] a {show: true;}#a4feea5ee7a81f6 > .ele-wrap {border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: #08a173;border-right-color: #08a173;border-left-color: #08a173;border-top-color: #08a173;}#a600ea78d1a9583  {flex: 1;}#a00b7a6b7ca373b  {flex-grow: 0;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;background-color: #f4f4f4;padding-top: 30px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2b34a0998a6909 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a2b34a0998a6909 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2b34a0998a6909 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a2b34a0998a6909 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a2b34a0998a6909 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a2b34a0998a6909 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a2b34a0998a6909 .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;
}
#a2b34a0998a6909 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a2b34a0998a6909 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a2b34a0998a6909 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a2b34a0998a6909 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a2b34a0998a6909 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a2b34a0998a6909 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a2b34a0998a6909 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a2b34a0998a6909 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a2b34a0998a6909 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a2b34a0998a6909 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a2b34a0998a6909 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a2b34a0998a6909 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a2b34a0998a6909 .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;
  }
}
#a2b34a0998a6909 .ele-article-list .pic-article {
  padding: 15px 5px;
  border-bottom: 2px solid #ececec;
}
#a2b34a0998a6909 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a2b34a0998a6909 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a2b34a0998a6909 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#a2b34a0998a6909 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #08a173;
}
#a2b34a0998a6909 .ele-article-list .pic-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#a2b34a0998a6909 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a2b34a0998a6909 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a2b34a0998a6909 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a2b34a0998a6909 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a2b34a0998a6909 .ele-article-list .text-article {
  border-bottom: 2px solid #ececec;
}
#a2b34a0998a6909 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #08a173;
}
#a2b34a0998a6909 .ele-article-list .text-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#a2b34a0998a6909 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a2b34a0998a6909 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a2478a8866a8774  {flex-grow: 0;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;background-color: #ffffff;}#aa354addbca9f30  {flex-grow: 0;}#a5530ab03aa8309 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adcd9a8da6a04ff .line {flex-grow: 0;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4f25aeeaca0057 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a4f25aeeaca0057 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a4f25aeeaca0057 .ap-icon {
  margin-right: 6px;
}
#a4f25aeeaca0057 .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;
  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: #f4f4f4;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #dadada;
  border-top-style: solid;
  border-right-color: #dadada;
  border-left-color: #dadada;
  border-bottom-color: #dadada;
  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-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  margin-left: 10px;
  width: 280px;
  height: 50px;
  background-color: #f4f4f4;
}
#a4f25aeeaca0057 .menu-list > li.icon-bottom > a,
#a4f25aeeaca0057 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a4f25aeeaca0057 .menu-list > li.icon-bottom > a .ap-icon,
#a4f25aeeaca0057 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a4f25aeeaca0057 .menu-list > li.icon-bottom > a .ap-icon svg,
#a4f25aeeaca0057 .menu-list > li.icon-top > a .ap-icon svg,
#a4f25aeeaca0057 .menu-list > li.icon-bottom > a .ap-icon img,
#a4f25aeeaca0057 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a4f25aeeaca0057 .menu-list > li.icon-right > a .ap-icon,
#a4f25aeeaca0057 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a4f25aeeaca0057 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a4f25aeeaca0057 .menu-list > li:hover > a,
#a4f25aeeaca0057 .menu-list > li.active > a {
  background: #08a173;
  background-color: #08a173;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a4f25aeeaca0057 .menu-list ul,
#a4f25aeeaca0057 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a4f25aeeaca0057 .menu-list ul {
  top: 300px;
  left: 50%;
  transform: translateX(-50%);
}
#a4f25aeeaca0057 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4f25aeeaca0057 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4f25aeeaca0057 .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;
}
#ab3ffa01c9ac235 > .ele-wrap {background-color: #f4f4f4;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aea1da7884ad1fe > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac486ad1f9a2809 .line {flex-grow: 0;}#a79a8a406da1e18 > .ele-wrap {background-color: #f4f4f4;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#abd83abd05a4966 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#abd83abd05a4966 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#abd83abd05a4966 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#abd83abd05a4966 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#abd83abd05a4966 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#abd83abd05a4966 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#abd83abd05a4966 .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;
}
#abd83abd05a4966 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#abd83abd05a4966 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#abd83abd05a4966 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#abd83abd05a4966 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#abd83abd05a4966 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#abd83abd05a4966 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#abd83abd05a4966 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#abd83abd05a4966 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#abd83abd05a4966 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#abd83abd05a4966 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#abd83abd05a4966 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#abd83abd05a4966 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#abd83abd05a4966 .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;
  }
}
#abd83abd05a4966 .ele-article-list .pic-article {
  border-bottom: 1px solid #ececec;
}
#abd83abd05a4966 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#abd83abd05a4966 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#abd83abd05a4966 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#abd83abd05a4966 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#abd83abd05a4966 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#abd83abd05a4966 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#abd83abd05a4966 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#abd83abd05a4966 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
  padding-left: 0px !important;
  padding-right: 0px;
}
#abd83abd05a4966 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#abd83abd05a4966 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#abd83abd05a4966 .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4097abe53aca51 .quick-menus li.logged {
  display: none;
}
#a4097abe53aca51 .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#a4097abe53aca51 .header-right li a,
#a4097abe53aca51 .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#a4097abe53aca51 .header-left {
  float: left;
}
#a4097abe53aca51 .header-right {
  float: right;
}
#a4097abe53aca51 .header-right li.logged {
  display: none;
}
#a4097abe53aca51 .header-right li {
  display: inline;
}
#a4097abe53aca51 .header-right li a:hover,
#a4097abe53aca51 .header-link:hover {
  color: #08a173;
}
#a4097abe53aca51 .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#a4097abe53aca51 .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#a4097abe53aca51 .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#a4097abe53aca51 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a4097abe53aca51 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#a4097abe53aca51 .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #a4097abe53aca51 .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af74ea1fc7a888b > .ele-wrap {background-color: rgba(176, 209, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0591a1ee7a6bec [data-item*=".abstract"], #a0591a1ee7a6bec [data-item*=".abstract"] a {show: true;}#a0591a1ee7a6bec [data-item*=".subTitle"], #a0591a1ee7a6bec [data-item*=".subTitle"] a {show: true;}#a0591a1ee7a6bec [data-item*=".category"], #a0591a1ee7a6bec [data-item*=".category"] a {show: true;}#adc29acc51ac07d > .ele-wrap {border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: #08a173;border-right-color: #08a173;border-left-color: #08a173;border-top-color: #08a173;}#ab6aca0168a9c15  {flex: 1;}#a3147a5f38ab582  {flex-grow: 0;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;background-color: #f4f4f4;padding-top: 30px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aae2aaf026a8acf .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#aae2aaf026a8acf .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aae2aaf026a8acf .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#aae2aaf026a8acf .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#aae2aaf026a8acf .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#aae2aaf026a8acf .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#aae2aaf026a8acf .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;
}
#aae2aaf026a8acf .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#aae2aaf026a8acf .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#aae2aaf026a8acf .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#aae2aaf026a8acf .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#aae2aaf026a8acf .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#aae2aaf026a8acf .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#aae2aaf026a8acf .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#aae2aaf026a8acf .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#aae2aaf026a8acf .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#aae2aaf026a8acf .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#aae2aaf026a8acf .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#aae2aaf026a8acf .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#aae2aaf026a8acf .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;
  }
}
#aae2aaf026a8acf .ele-article-list .pic-article {
  padding: 15px 5px;
  border-bottom: 2px solid #ececec;
}
#aae2aaf026a8acf .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#aae2aaf026a8acf .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#aae2aaf026a8acf .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#aae2aaf026a8acf .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #08a173;
}
#aae2aaf026a8acf .ele-article-list .pic-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#aae2aaf026a8acf .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#aae2aaf026a8acf .ele-article-list .pic-article:hover .category {
  color: auto;
}
#aae2aaf026a8acf .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#aae2aaf026a8acf .ele-article-list .pic-article:hover .time {
  color: auto;
}
#aae2aaf026a8acf .ele-article-list .text-article {
  border-bottom: 2px solid #ececec;
}
#aae2aaf026a8acf .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #08a173;
}
#aae2aaf026a8acf .ele-article-list .text-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#aae2aaf026a8acf .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#aae2aaf026a8acf .ele-article-list .text-article:hover .time {
  color: auto;
}
#a4edba031da6008  {flex-grow: 0;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;background-color: #ffffff;}#a0736ac60eadb0f  {flex-grow: 0;}#ae481ae485ae4e0 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af17aaaf7fa886a .line {flex-grow: 0;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a82a2a972daee15 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a82a2a972daee15 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a82a2a972daee15 .ap-icon {
  margin-right: 6px;
}
#a82a2a972daee15 .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;
  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: #f4f4f4;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #dadada;
  border-top-style: solid;
  border-right-color: #dadada;
  border-left-color: #dadada;
  border-bottom-color: #dadada;
  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-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  margin-left: 10px;
  width: 280px;
  height: 50px;
  background-color: #f4f4f4;
}
#a82a2a972daee15 .menu-list > li.icon-bottom > a,
#a82a2a972daee15 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a82a2a972daee15 .menu-list > li.icon-bottom > a .ap-icon,
#a82a2a972daee15 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a82a2a972daee15 .menu-list > li.icon-bottom > a .ap-icon svg,
#a82a2a972daee15 .menu-list > li.icon-top > a .ap-icon svg,
#a82a2a972daee15 .menu-list > li.icon-bottom > a .ap-icon img,
#a82a2a972daee15 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a82a2a972daee15 .menu-list > li.icon-right > a .ap-icon,
#a82a2a972daee15 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a82a2a972daee15 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a82a2a972daee15 .menu-list > li:hover > a,
#a82a2a972daee15 .menu-list > li.active > a {
  background: #08a173;
  background-color: #08a173;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a82a2a972daee15 .menu-list ul,
#a82a2a972daee15 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a82a2a972daee15 .menu-list ul {
  top: 300px;
  left: 50%;
  transform: translateX(-50%);
}
#a82a2a972daee15 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a82a2a972daee15 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a82a2a972daee15 .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;
}
#a62caa39f7a787c > .ele-wrap {background-color: #f4f4f4;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6ba5a8bb5a2166 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acdeba0b4da610f .line {flex-grow: 0;}#a2b48a53baad73a > .ele-wrap {background-color: #f4f4f4;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac862ac651aaf13 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#ac862ac651aaf13 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ac862ac651aaf13 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#ac862ac651aaf13 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#ac862ac651aaf13 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#ac862ac651aaf13 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#ac862ac651aaf13 .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;
}
#ac862ac651aaf13 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#ac862ac651aaf13 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#ac862ac651aaf13 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#ac862ac651aaf13 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#ac862ac651aaf13 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#ac862ac651aaf13 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#ac862ac651aaf13 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#ac862ac651aaf13 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#ac862ac651aaf13 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#ac862ac651aaf13 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#ac862ac651aaf13 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#ac862ac651aaf13 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#ac862ac651aaf13 .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;
  }
}
#ac862ac651aaf13 .ele-article-list .pic-article {
  border-bottom: 1px solid #ececec;
}
#ac862ac651aaf13 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#ac862ac651aaf13 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#ac862ac651aaf13 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ac862ac651aaf13 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#ac862ac651aaf13 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#ac862ac651aaf13 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#ac862ac651aaf13 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#ac862ac651aaf13 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
  padding-left: 0px !important;
  padding-right: 0px;
}
#ac862ac651aaf13 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ac862ac651aaf13 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#ac862ac651aaf13 .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aae60a8597abdb7 .quick-menus li.logged {
  display: none;
}
#aae60a8597abdb7 .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#aae60a8597abdb7 .header-right li a,
#aae60a8597abdb7 .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#aae60a8597abdb7 .header-left {
  float: left;
}
#aae60a8597abdb7 .header-right {
  float: right;
}
#aae60a8597abdb7 .header-right li.logged {
  display: none;
}
#aae60a8597abdb7 .header-right li {
  display: inline;
}
#aae60a8597abdb7 .header-right li a:hover,
#aae60a8597abdb7 .header-link:hover {
  color: #08a173;
}
#aae60a8597abdb7 .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#aae60a8597abdb7 .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#aae60a8597abdb7 .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#aae60a8597abdb7 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#aae60a8597abdb7 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#aae60a8597abdb7 .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #aae60a8597abdb7 .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2d52a0d70a4e02 [data-item*=".abstract"], #a2d52a0d70a4e02 [data-item*=".abstract"] a {show: true;}#a2d52a0d70a4e02 [data-item*=".subTitle"], #a2d52a0d70a4e02 [data-item*=".subTitle"] a {show: true;}#a2d52a0d70a4e02 [data-item*=".category"], #a2d52a0d70a4e02 [data-item*=".category"] a {show: true;}#a0468a4399a54ad  {flex: 1;}#ab640adce0a9236  {flex-grow: 0;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;background-color: #f4f4f4;padding-top: 30px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aba53a76f9af8e6 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#aba53a76f9af8e6 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aba53a76f9af8e6 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#aba53a76f9af8e6 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#aba53a76f9af8e6 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#aba53a76f9af8e6 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#aba53a76f9af8e6 .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;
}
#aba53a76f9af8e6 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#aba53a76f9af8e6 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#aba53a76f9af8e6 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#aba53a76f9af8e6 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#aba53a76f9af8e6 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#aba53a76f9af8e6 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#aba53a76f9af8e6 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#aba53a76f9af8e6 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#aba53a76f9af8e6 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#aba53a76f9af8e6 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#aba53a76f9af8e6 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#aba53a76f9af8e6 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#aba53a76f9af8e6 .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;
  }
}
#aba53a76f9af8e6 .ele-article-list .pic-article {
  padding: 15px 5px;
  border-bottom: 4px solid #ececec;
}
#aba53a76f9af8e6 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#aba53a76f9af8e6 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#aba53a76f9af8e6 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#aba53a76f9af8e6 .ele-article-list .pic-article .info h3 a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#aba53a76f9af8e6 .ele-article-list .pic-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#aba53a76f9af8e6 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#aba53a76f9af8e6 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#aba53a76f9af8e6 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#aba53a76f9af8e6 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#aba53a76f9af8e6 .ele-article-list .text-article {
  border-bottom: 4px solid #ececec;
}
#aba53a76f9af8e6 .ele-article-list .text-article h3 a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#aba53a76f9af8e6 .ele-article-list .text-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#aba53a76f9af8e6 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#aba53a76f9af8e6 .ele-article-list .text-article:hover .time {
  color: auto;
}
#ab20aadb89ac434  {flex-grow: 0;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;background-color: #ffffff;}#a0fada7a87a6ff5  {flex-grow: 0;}#afae1a831cad69a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a99f7a9be4a1356 .line {flex-grow: 0;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a25a7a62a5a7ebf .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a25a7a62a5a7ebf .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a25a7a62a5a7ebf .ap-icon {
  margin-right: 6px;
}
#a25a7a62a5a7ebf .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;
  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: #f4f4f4;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #dadada;
  border-top-style: solid;
  border-right-color: #dadada;
  border-left-color: #dadada;
  border-bottom-color: #dadada;
  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-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  margin-left: 10px;
  width: 280px;
  height: 50px;
  background-color: #f4f4f4;
}
#a25a7a62a5a7ebf .menu-list > li.icon-bottom > a,
#a25a7a62a5a7ebf .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a25a7a62a5a7ebf .menu-list > li.icon-bottom > a .ap-icon,
#a25a7a62a5a7ebf .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a25a7a62a5a7ebf .menu-list > li.icon-bottom > a .ap-icon svg,
#a25a7a62a5a7ebf .menu-list > li.icon-top > a .ap-icon svg,
#a25a7a62a5a7ebf .menu-list > li.icon-bottom > a .ap-icon img,
#a25a7a62a5a7ebf .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a25a7a62a5a7ebf .menu-list > li.icon-right > a .ap-icon,
#a25a7a62a5a7ebf .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a25a7a62a5a7ebf .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a25a7a62a5a7ebf .menu-list > li:hover > a,
#a25a7a62a5a7ebf .menu-list > li.active > a {
  background: #08a173;
  background-color: #08a173;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a25a7a62a5a7ebf .menu-list ul,
#a25a7a62a5a7ebf .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a25a7a62a5a7ebf .menu-list ul {
  top: 300px;
  left: 50%;
  transform: translateX(-50%);
}
#a25a7a62a5a7ebf .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a25a7a62a5a7ebf .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a25a7a62a5a7ebf .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;
}
#a172ba42d2a673d > .ele-wrap {background-color: #f4f4f4;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab71fafcfca0e53 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a407ca17fda379c .line {flex-grow: 0;}#a6dddac2aca4c13 > .ele-wrap {background-color: #f4f4f4;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8740aa790a52b5 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a8740aa790a52b5 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a8740aa790a52b5 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a8740aa790a52b5 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a8740aa790a52b5 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a8740aa790a52b5 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a8740aa790a52b5 .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;
}
#a8740aa790a52b5 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a8740aa790a52b5 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a8740aa790a52b5 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a8740aa790a52b5 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a8740aa790a52b5 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a8740aa790a52b5 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a8740aa790a52b5 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a8740aa790a52b5 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a8740aa790a52b5 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a8740aa790a52b5 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a8740aa790a52b5 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a8740aa790a52b5 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a8740aa790a52b5 .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;
  }
}
#a8740aa790a52b5 .ele-article-list .pic-article {
  border-bottom: 1px solid #ececec;
}
#a8740aa790a52b5 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a8740aa790a52b5 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a8740aa790a52b5 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a8740aa790a52b5 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a8740aa790a52b5 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a8740aa790a52b5 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a8740aa790a52b5 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a8740aa790a52b5 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
  padding-left: 0px !important;
  padding-right: 0px;
}
#a8740aa790a52b5 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a8740aa790a52b5 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a8740aa790a52b5 .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53f9ab554a43f0 .quick-menus li.logged {
  display: none;
}
#a53f9ab554a43f0 .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#a53f9ab554a43f0 .header-right li a,
#a53f9ab554a43f0 .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#a53f9ab554a43f0 .header-left {
  float: left;
}
#a53f9ab554a43f0 .header-right {
  float: right;
}
#a53f9ab554a43f0 .header-right li.logged {
  display: none;
}
#a53f9ab554a43f0 .header-right li {
  display: inline;
}
#a53f9ab554a43f0 .header-right li a:hover,
#a53f9ab554a43f0 .header-link:hover {
  color: #08a173;
}
#a53f9ab554a43f0 .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#a53f9ab554a43f0 .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#a53f9ab554a43f0 .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#a53f9ab554a43f0 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a53f9ab554a43f0 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#a53f9ab554a43f0 .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #a53f9ab554a43f0 .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af7eda2c2aa1cd7 > .ele-wrap {background-color: rgba(176, 209, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3903a99b4af218 [data-item*=".abstract"], #a3903a99b4af218 [data-item*=".abstract"] a {show: true;}#a3903a99b4af218 [data-item*=".subTitle"], #a3903a99b4af218 [data-item*=".subTitle"] a {show: true;}#a3903a99b4af218 [data-item*=".category"], #a3903a99b4af218 [data-item*=".category"] a {show: true;}#a7350a697ea48e1 > .ele-wrap {border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: #08a173;border-right-color: #08a173;border-left-color: #08a173;border-top-color: #08a173;}#a6559a22bca3121  {flex: 1;}#a8ed9adca5ab809  {flex-grow: 0;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;background-color: #f4f4f4;padding-top: 30px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5ec0a5a4ba91d2 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a5ec0a5a4ba91d2 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a5ec0a5a4ba91d2 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a5ec0a5a4ba91d2 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a5ec0a5a4ba91d2 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a5ec0a5a4ba91d2 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a5ec0a5a4ba91d2 .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;
}
#a5ec0a5a4ba91d2 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a5ec0a5a4ba91d2 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a5ec0a5a4ba91d2 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a5ec0a5a4ba91d2 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a5ec0a5a4ba91d2 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a5ec0a5a4ba91d2 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a5ec0a5a4ba91d2 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a5ec0a5a4ba91d2 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a5ec0a5a4ba91d2 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a5ec0a5a4ba91d2 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a5ec0a5a4ba91d2 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a5ec0a5a4ba91d2 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a5ec0a5a4ba91d2 .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;
  }
}
#a5ec0a5a4ba91d2 .ele-article-list .pic-article {
  padding: 15px 5px;
  border-bottom: 2px solid #ececec;
}
#a5ec0a5a4ba91d2 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a5ec0a5a4ba91d2 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a5ec0a5a4ba91d2 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#a5ec0a5a4ba91d2 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #08a173;
}
#a5ec0a5a4ba91d2 .ele-article-list .pic-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#a5ec0a5a4ba91d2 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a5ec0a5a4ba91d2 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a5ec0a5a4ba91d2 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a5ec0a5a4ba91d2 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a5ec0a5a4ba91d2 .ele-article-list .text-article {
  border-bottom: 2px solid #ececec;
}
#a5ec0a5a4ba91d2 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #08a173;
}
#a5ec0a5a4ba91d2 .ele-article-list .text-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#a5ec0a5a4ba91d2 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a5ec0a5a4ba91d2 .ele-article-list .text-article:hover .time {
  color: auto;
}
#aa23aaaa0ca4c2e  {flex-grow: 0;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;background-color: #ffffff;}#a07d8ab9eeaeebe  {flex-grow: 0;}#ab90ea5159a7ca7 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3075a7e64a9695 .line {flex-grow: 0;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a564ea84b5a5081 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a564ea84b5a5081 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a564ea84b5a5081 .ap-icon {
  margin-right: 6px;
}
#a564ea84b5a5081 .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;
  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: #f4f4f4;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #dadada;
  border-top-style: solid;
  border-right-color: #dadada;
  border-left-color: #dadada;
  border-bottom-color: #dadada;
  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-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  margin-left: 10px;
  width: 280px;
  height: 50px;
  background-color: #f4f4f4;
}
#a564ea84b5a5081 .menu-list > li.icon-bottom > a,
#a564ea84b5a5081 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a564ea84b5a5081 .menu-list > li.icon-bottom > a .ap-icon,
#a564ea84b5a5081 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a564ea84b5a5081 .menu-list > li.icon-bottom > a .ap-icon svg,
#a564ea84b5a5081 .menu-list > li.icon-top > a .ap-icon svg,
#a564ea84b5a5081 .menu-list > li.icon-bottom > a .ap-icon img,
#a564ea84b5a5081 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a564ea84b5a5081 .menu-list > li.icon-right > a .ap-icon,
#a564ea84b5a5081 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a564ea84b5a5081 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a564ea84b5a5081 .menu-list > li:hover > a,
#a564ea84b5a5081 .menu-list > li.active > a {
  background: #08a173;
  background-color: #08a173;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a564ea84b5a5081 .menu-list ul,
#a564ea84b5a5081 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a564ea84b5a5081 .menu-list ul {
  top: 300px;
  left: 50%;
  transform: translateX(-50%);
}
#a564ea84b5a5081 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a564ea84b5a5081 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a564ea84b5a5081 .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;
}
#a0f21a8d37a64f6 > .ele-wrap {background-color: #f4f4f4;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9873af4cda206a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a920faabe9ad639 .line {flex-grow: 0;}#a43a6a570facf03 > .ele-wrap {background-color: #f4f4f4;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2e15a5bd5a31e9 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a2e15a5bd5a31e9 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2e15a5bd5a31e9 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a2e15a5bd5a31e9 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a2e15a5bd5a31e9 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a2e15a5bd5a31e9 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a2e15a5bd5a31e9 .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;
}
#a2e15a5bd5a31e9 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a2e15a5bd5a31e9 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a2e15a5bd5a31e9 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a2e15a5bd5a31e9 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a2e15a5bd5a31e9 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a2e15a5bd5a31e9 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a2e15a5bd5a31e9 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a2e15a5bd5a31e9 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a2e15a5bd5a31e9 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a2e15a5bd5a31e9 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a2e15a5bd5a31e9 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a2e15a5bd5a31e9 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a2e15a5bd5a31e9 .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;
  }
}
#a2e15a5bd5a31e9 .ele-article-list .pic-article {
  border-bottom: 1px solid #ececec;
}
#a2e15a5bd5a31e9 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a2e15a5bd5a31e9 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a2e15a5bd5a31e9 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a2e15a5bd5a31e9 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a2e15a5bd5a31e9 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a2e15a5bd5a31e9 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a2e15a5bd5a31e9 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a2e15a5bd5a31e9 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
  padding-left: 0px !important;
  padding-right: 0px;
}
#a2e15a5bd5a31e9 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a2e15a5bd5a31e9 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a2e15a5bd5a31e9 .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae2adab982a71a0 .quick-menus li.logged {
  display: none;
}
#ae2adab982a71a0 .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#ae2adab982a71a0 .header-right li a,
#ae2adab982a71a0 .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#ae2adab982a71a0 .header-left {
  float: left;
}
#ae2adab982a71a0 .header-right {
  float: right;
}
#ae2adab982a71a0 .header-right li.logged {
  display: none;
}
#ae2adab982a71a0 .header-right li {
  display: inline;
}
#ae2adab982a71a0 .header-right li a:hover,
#ae2adab982a71a0 .header-link:hover {
  color: #08a173;
}
#ae2adab982a71a0 .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#ae2adab982a71a0 .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#ae2adab982a71a0 .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#ae2adab982a71a0 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ae2adab982a71a0 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#ae2adab982a71a0 .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #ae2adab982a71a0 .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a94f3a718ba6623 > .ele-wrap {background-color: rgba(176, 209, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9c2eafba2ab978 [data-item*=".abstract"], #a9c2eafba2ab978 [data-item*=".abstract"] a {show: true;}#a9c2eafba2ab978 [data-item*=".subTitle"], #a9c2eafba2ab978 [data-item*=".subTitle"] a {show: true;}#a9c2eafba2ab978 [data-item*=".category"], #a9c2eafba2ab978 [data-item*=".category"] a {show: true;}#a398dad2d4abff4 > .ele-wrap {border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: #08a173;border-right-color: #08a173;border-left-color: #08a173;border-top-color: #08a173;}#a3840a3c1ea848a  {flex: 1;}#a62a2a4ffca9351  {flex-grow: 0;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;background-color: #f4f4f4;padding-top: 30px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3fbbabcd4a997d .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a3fbbabcd4a997d .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3fbbabcd4a997d .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a3fbbabcd4a997d .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a3fbbabcd4a997d .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a3fbbabcd4a997d .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a3fbbabcd4a997d .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;
}
#a3fbbabcd4a997d .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a3fbbabcd4a997d .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a3fbbabcd4a997d .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a3fbbabcd4a997d .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a3fbbabcd4a997d .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a3fbbabcd4a997d .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a3fbbabcd4a997d .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a3fbbabcd4a997d .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a3fbbabcd4a997d .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a3fbbabcd4a997d .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a3fbbabcd4a997d .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a3fbbabcd4a997d .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a3fbbabcd4a997d .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;
  }
}
#a3fbbabcd4a997d .ele-article-list .pic-article {
  padding: 15px 5px;
  border-bottom: 2px solid #ececec;
}
#a3fbbabcd4a997d .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a3fbbabcd4a997d .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a3fbbabcd4a997d .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#a3fbbabcd4a997d .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #08a173;
}
#a3fbbabcd4a997d .ele-article-list .pic-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#a3fbbabcd4a997d .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a3fbbabcd4a997d .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a3fbbabcd4a997d .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a3fbbabcd4a997d .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a3fbbabcd4a997d .ele-article-list .text-article {
  border-bottom: 2px solid #ececec;
}
#a3fbbabcd4a997d .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #08a173;
}
#a3fbbabcd4a997d .ele-article-list .text-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#a3fbbabcd4a997d .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a3fbbabcd4a997d .ele-article-list .text-article:hover .time {
  color: auto;
}
#a975ea56d1ac106  {flex-grow: 0;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;background-color: #ffffff;}#a8d61aa11bac9da  {flex-grow: 0;}#a950fa5db6ad88c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0ad4add4fa6840 .line {flex-grow: 0;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6978a7ceead58a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a6978a7ceead58a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a6978a7ceead58a .ap-icon {
  margin-right: 6px;
}
#a6978a7ceead58a .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;
  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: #f4f4f4;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #dadada;
  border-top-style: solid;
  border-right-color: #dadada;
  border-left-color: #dadada;
  border-bottom-color: #dadada;
  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-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  margin-left: 10px;
  width: 280px;
  height: 50px;
  background-color: #f4f4f4;
}
#a6978a7ceead58a .menu-list > li.icon-bottom > a,
#a6978a7ceead58a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a6978a7ceead58a .menu-list > li.icon-bottom > a .ap-icon,
#a6978a7ceead58a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a6978a7ceead58a .menu-list > li.icon-bottom > a .ap-icon svg,
#a6978a7ceead58a .menu-list > li.icon-top > a .ap-icon svg,
#a6978a7ceead58a .menu-list > li.icon-bottom > a .ap-icon img,
#a6978a7ceead58a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a6978a7ceead58a .menu-list > li.icon-right > a .ap-icon,
#a6978a7ceead58a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a6978a7ceead58a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a6978a7ceead58a .menu-list > li:hover > a,
#a6978a7ceead58a .menu-list > li.active > a {
  background: #08a173;
  background-color: #08a173;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a6978a7ceead58a .menu-list ul,
#a6978a7ceead58a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a6978a7ceead58a .menu-list ul {
  top: 300px;
  left: 50%;
  transform: translateX(-50%);
}
#a6978a7ceead58a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a6978a7ceead58a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a6978a7ceead58a .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;
}
#aa9a9a7ba3ac125 > .ele-wrap {background-color: #f4f4f4;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a01a1a2f44a36cb > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa9b8af297a0257 .line {flex-grow: 0;}#ae39ea747aa2e06 > .ele-wrap {background-color: #f4f4f4;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6bffaf5eea2c24 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a6bffaf5eea2c24 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a6bffaf5eea2c24 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a6bffaf5eea2c24 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a6bffaf5eea2c24 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a6bffaf5eea2c24 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a6bffaf5eea2c24 .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;
}
#a6bffaf5eea2c24 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a6bffaf5eea2c24 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a6bffaf5eea2c24 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a6bffaf5eea2c24 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a6bffaf5eea2c24 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a6bffaf5eea2c24 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a6bffaf5eea2c24 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a6bffaf5eea2c24 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a6bffaf5eea2c24 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a6bffaf5eea2c24 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a6bffaf5eea2c24 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a6bffaf5eea2c24 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a6bffaf5eea2c24 .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;
  }
}
#a6bffaf5eea2c24 .ele-article-list .pic-article {
  border-bottom: 1px solid #ececec;
}
#a6bffaf5eea2c24 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a6bffaf5eea2c24 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a6bffaf5eea2c24 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a6bffaf5eea2c24 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a6bffaf5eea2c24 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a6bffaf5eea2c24 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a6bffaf5eea2c24 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a6bffaf5eea2c24 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
  padding-left: 0px !important;
  padding-right: 0px;
}
#a6bffaf5eea2c24 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a6bffaf5eea2c24 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a6bffaf5eea2c24 .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a76ada7313a4602 .quick-menus li.logged {
  display: none;
}
#a76ada7313a4602 .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#a76ada7313a4602 .header-right li a,
#a76ada7313a4602 .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#a76ada7313a4602 .header-left {
  float: left;
}
#a76ada7313a4602 .header-right {
  float: right;
}
#a76ada7313a4602 .header-right li.logged {
  display: none;
}
#a76ada7313a4602 .header-right li {
  display: inline;
}
#a76ada7313a4602 .header-right li a:hover,
#a76ada7313a4602 .header-link:hover {
  color: #08a173;
}
#a76ada7313a4602 .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#a76ada7313a4602 .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#a76ada7313a4602 .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#a76ada7313a4602 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a76ada7313a4602 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#a76ada7313a4602 .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #a76ada7313a4602 .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa15faf47dae163 > .ele-wrap {background-color: rgba(176, 209, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8570a46b5a9e2a [data-item*=".abstract"], #a8570a46b5a9e2a [data-item*=".abstract"] a {show: true;}#a8570a46b5a9e2a [data-item*=".subTitle"], #a8570a46b5a9e2a [data-item*=".subTitle"] a {show: true;}#a8570a46b5a9e2a [data-item*=".category"], #a8570a46b5a9e2a [data-item*=".category"] a {show: true;}#a98f7a4832a7a7e > .ele-wrap {border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: #08a173;border-right-color: #08a173;border-left-color: #08a173;border-top-color: #08a173;}#a4585a5c97a4760  {flex: 1;}#a9383aa862a1392  {flex-grow: 0;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;background-color: #f4f4f4;padding-top: 30px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7c09a85fda2673 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a7c09a85fda2673 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7c09a85fda2673 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a7c09a85fda2673 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a7c09a85fda2673 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a7c09a85fda2673 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a7c09a85fda2673 .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;
}
#a7c09a85fda2673 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a7c09a85fda2673 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a7c09a85fda2673 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a7c09a85fda2673 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a7c09a85fda2673 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a7c09a85fda2673 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a7c09a85fda2673 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a7c09a85fda2673 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a7c09a85fda2673 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a7c09a85fda2673 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a7c09a85fda2673 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a7c09a85fda2673 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a7c09a85fda2673 .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;
  }
}
#a7c09a85fda2673 .ele-article-list .pic-article {
  padding: 15px 5px;
  border-bottom: 2px solid #ececec;
}
#a7c09a85fda2673 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a7c09a85fda2673 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a7c09a85fda2673 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#a7c09a85fda2673 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #08a173;
}
#a7c09a85fda2673 .ele-article-list .pic-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#a7c09a85fda2673 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a7c09a85fda2673 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a7c09a85fda2673 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a7c09a85fda2673 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a7c09a85fda2673 .ele-article-list .text-article {
  border-bottom: 2px solid #ececec;
}
#a7c09a85fda2673 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #08a173;
}
#a7c09a85fda2673 .ele-article-list .text-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#a7c09a85fda2673 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a7c09a85fda2673 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a1fa9abb4ea7a04  {flex-grow: 0;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;background-color: #ffffff;}#a40e0a3b79a338e  {flex-grow: 0;}#a8529a1caea9622 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4c73a812da2f56 .line {flex-grow: 0;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3c68ad8aaab265 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3c68ad8aaab265 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3c68ad8aaab265 .ap-icon {
  margin-right: 6px;
}
#a3c68ad8aaab265 .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;
  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: #f4f4f4;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #dadada;
  border-top-style: solid;
  border-right-color: #dadada;
  border-left-color: #dadada;
  border-bottom-color: #dadada;
  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-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  margin-left: 10px;
  width: 280px;
  height: 50px;
  background-color: #f4f4f4;
}
#a3c68ad8aaab265 .menu-list > li.icon-bottom > a,
#a3c68ad8aaab265 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3c68ad8aaab265 .menu-list > li.icon-bottom > a .ap-icon,
#a3c68ad8aaab265 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3c68ad8aaab265 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3c68ad8aaab265 .menu-list > li.icon-top > a .ap-icon svg,
#a3c68ad8aaab265 .menu-list > li.icon-bottom > a .ap-icon img,
#a3c68ad8aaab265 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3c68ad8aaab265 .menu-list > li.icon-right > a .ap-icon,
#a3c68ad8aaab265 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3c68ad8aaab265 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3c68ad8aaab265 .menu-list > li:hover > a,
#a3c68ad8aaab265 .menu-list > li.active > a {
  background: #08a173;
  background-color: #08a173;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a3c68ad8aaab265 .menu-list ul,
#a3c68ad8aaab265 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3c68ad8aaab265 .menu-list ul {
  top: 300px;
  left: 50%;
  transform: translateX(-50%);
}
#a3c68ad8aaab265 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3c68ad8aaab265 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3c68ad8aaab265 .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;
}
#ac723a0e88a3fce > .ele-wrap {background-color: #f4f4f4;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9c4ba8922ab936 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af9a1a069ca702c .line {flex-grow: 0;}#a8af9a0133a9bcf > .ele-wrap {background-color: #f4f4f4;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5e2ea2e63a0d93 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a5e2ea2e63a0d93 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a5e2ea2e63a0d93 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a5e2ea2e63a0d93 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a5e2ea2e63a0d93 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a5e2ea2e63a0d93 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a5e2ea2e63a0d93 .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;
}
#a5e2ea2e63a0d93 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a5e2ea2e63a0d93 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a5e2ea2e63a0d93 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a5e2ea2e63a0d93 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a5e2ea2e63a0d93 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a5e2ea2e63a0d93 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a5e2ea2e63a0d93 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a5e2ea2e63a0d93 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a5e2ea2e63a0d93 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a5e2ea2e63a0d93 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a5e2ea2e63a0d93 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a5e2ea2e63a0d93 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a5e2ea2e63a0d93 .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;
  }
}
#a5e2ea2e63a0d93 .ele-article-list .pic-article {
  border-bottom: 1px solid #ececec;
}
#a5e2ea2e63a0d93 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a5e2ea2e63a0d93 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a5e2ea2e63a0d93 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a5e2ea2e63a0d93 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a5e2ea2e63a0d93 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a5e2ea2e63a0d93 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a5e2ea2e63a0d93 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a5e2ea2e63a0d93 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
  padding-left: 0px !important;
  padding-right: 0px;
}
#a5e2ea2e63a0d93 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a5e2ea2e63a0d93 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a5e2ea2e63a0d93 .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6459a0363a8f54 .quick-menus li.logged {
  display: none;
}
#a6459a0363a8f54 .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#a6459a0363a8f54 .header-right li a,
#a6459a0363a8f54 .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#a6459a0363a8f54 .header-left {
  float: left;
}
#a6459a0363a8f54 .header-right {
  float: right;
}
#a6459a0363a8f54 .header-right li.logged {
  display: none;
}
#a6459a0363a8f54 .header-right li {
  display: inline;
}
#a6459a0363a8f54 .header-right li a:hover,
#a6459a0363a8f54 .header-link:hover {
  color: #08a173;
}
#a6459a0363a8f54 .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#a6459a0363a8f54 .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#a6459a0363a8f54 .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#a6459a0363a8f54 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a6459a0363a8f54 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#a6459a0363a8f54 .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #a6459a0363a8f54 .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1ceda7933a68b2 > .ele-wrap {background-color: rgba(176, 209, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abd81aed5da5b56 [data-item*=".abstract"], #abd81aed5da5b56 [data-item*=".abstract"] a {show: true;}#abd81aed5da5b56 [data-item*=".subTitle"], #abd81aed5da5b56 [data-item*=".subTitle"] a {show: true;}#abd81aed5da5b56 [data-item*=".category"], #abd81aed5da5b56 [data-item*=".category"] a {show: true;}#a8d15a23e5af4ce > .ele-wrap {border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: #08a173;border-right-color: #08a173;border-left-color: #08a173;border-top-color: #08a173;}#ad534ad10eaaed2  {flex: 1;}#a6715a88f3a88bc  {flex-grow: 0;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;background-color: #f4f4f4;padding-top: 30px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a86cda945aa03d9 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a86cda945aa03d9 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a86cda945aa03d9 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a86cda945aa03d9 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a86cda945aa03d9 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a86cda945aa03d9 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a86cda945aa03d9 .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;
}
#a86cda945aa03d9 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a86cda945aa03d9 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a86cda945aa03d9 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a86cda945aa03d9 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a86cda945aa03d9 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a86cda945aa03d9 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a86cda945aa03d9 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a86cda945aa03d9 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a86cda945aa03d9 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a86cda945aa03d9 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a86cda945aa03d9 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a86cda945aa03d9 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a86cda945aa03d9 .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;
  }
}
#a86cda945aa03d9 .ele-article-list .pic-article {
  padding: 15px 5px;
  border-bottom: 2px solid #ececec;
}
#a86cda945aa03d9 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a86cda945aa03d9 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a86cda945aa03d9 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#a86cda945aa03d9 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #08a173;
}
#a86cda945aa03d9 .ele-article-list .pic-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#a86cda945aa03d9 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a86cda945aa03d9 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a86cda945aa03d9 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a86cda945aa03d9 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a86cda945aa03d9 .ele-article-list .text-article {
  border-bottom: 2px solid #ececec;
}
#a86cda945aa03d9 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #08a173;
}
#a86cda945aa03d9 .ele-article-list .text-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#a86cda945aa03d9 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a86cda945aa03d9 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a6d67a7f0baaf91  {flex-grow: 0;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;background-color: #ffffff;}#aa826abcd9a2607  {flex-grow: 0;}#a9884a8b46a7111 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3df9a51fca6238 .line {flex-grow: 0;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a28c1a6a91afe35 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a28c1a6a91afe35 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a28c1a6a91afe35 .ap-icon {
  margin-right: 6px;
}
#a28c1a6a91afe35 .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;
  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: #f4f4f4;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #dadada;
  border-top-style: solid;
  border-right-color: #dadada;
  border-left-color: #dadada;
  border-bottom-color: #dadada;
  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-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  margin-left: 10px;
  width: 280px;
  height: 50px;
  background-color: #f4f4f4;
}
#a28c1a6a91afe35 .menu-list > li.icon-bottom > a,
#a28c1a6a91afe35 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a28c1a6a91afe35 .menu-list > li.icon-bottom > a .ap-icon,
#a28c1a6a91afe35 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a28c1a6a91afe35 .menu-list > li.icon-bottom > a .ap-icon svg,
#a28c1a6a91afe35 .menu-list > li.icon-top > a .ap-icon svg,
#a28c1a6a91afe35 .menu-list > li.icon-bottom > a .ap-icon img,
#a28c1a6a91afe35 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a28c1a6a91afe35 .menu-list > li.icon-right > a .ap-icon,
#a28c1a6a91afe35 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a28c1a6a91afe35 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a28c1a6a91afe35 .menu-list > li:hover > a,
#a28c1a6a91afe35 .menu-list > li.active > a {
  background: #08a173;
  background-color: #08a173;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a28c1a6a91afe35 .menu-list ul,
#a28c1a6a91afe35 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a28c1a6a91afe35 .menu-list ul {
  top: 300px;
  left: 50%;
  transform: translateX(-50%);
}
#a28c1a6a91afe35 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a28c1a6a91afe35 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a28c1a6a91afe35 .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;
}
#a83b6a44ada7cba > .ele-wrap {background-color: #f4f4f4;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6bc0ac9bba1d0c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5b91ad3b0ade6a .line {flex-grow: 0;}#aa076af553ad8e7 > .ele-wrap {background-color: #f4f4f4;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acee2a6aa4ab9b6 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#acee2a6aa4ab9b6 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#acee2a6aa4ab9b6 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#acee2a6aa4ab9b6 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#acee2a6aa4ab9b6 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#acee2a6aa4ab9b6 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#acee2a6aa4ab9b6 .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;
}
#acee2a6aa4ab9b6 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#acee2a6aa4ab9b6 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#acee2a6aa4ab9b6 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#acee2a6aa4ab9b6 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#acee2a6aa4ab9b6 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#acee2a6aa4ab9b6 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#acee2a6aa4ab9b6 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#acee2a6aa4ab9b6 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#acee2a6aa4ab9b6 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#acee2a6aa4ab9b6 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#acee2a6aa4ab9b6 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#acee2a6aa4ab9b6 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#acee2a6aa4ab9b6 .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;
  }
}
#acee2a6aa4ab9b6 .ele-article-list .pic-article {
  border-bottom: 1px solid #ececec;
}
#acee2a6aa4ab9b6 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#acee2a6aa4ab9b6 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#acee2a6aa4ab9b6 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#acee2a6aa4ab9b6 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#acee2a6aa4ab9b6 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#acee2a6aa4ab9b6 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#acee2a6aa4ab9b6 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#acee2a6aa4ab9b6 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
  padding-left: 0px !important;
  padding-right: 0px;
}
#acee2a6aa4ab9b6 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#acee2a6aa4ab9b6 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#acee2a6aa4ab9b6 .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad3ada614bac34c .quick-menus li.logged {
  display: none;
}
#ad3ada614bac34c .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#ad3ada614bac34c .header-right li a,
#ad3ada614bac34c .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#ad3ada614bac34c .header-left {
  float: left;
}
#ad3ada614bac34c .header-right {
  float: right;
}
#ad3ada614bac34c .header-right li.logged {
  display: none;
}
#ad3ada614bac34c .header-right li {
  display: inline;
}
#ad3ada614bac34c .header-right li a:hover,
#ad3ada614bac34c .header-link:hover {
  color: #08a173;
}
#ad3ada614bac34c .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#ad3ada614bac34c .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#ad3ada614bac34c .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#ad3ada614bac34c [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ad3ada614bac34c .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#ad3ada614bac34c .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #ad3ada614bac34c .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af76eadb96a11df [data-item*=".abstract"], #af76eadb96a11df [data-item*=".abstract"] a {show: true;}#af76eadb96a11df [data-item*=".subTitle"], #af76eadb96a11df [data-item*=".subTitle"] a {show: true;}#af76eadb96a11df [data-item*=".category"], #af76eadb96a11df [data-item*=".category"] a {show: true;}#a2d40a32c2a0c2c  {flex: 1;}#a7c9ea4723af995  {flex-grow: 0;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;background-color: #f4f4f4;padding-top: 30px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a385eaf5bda2012 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a385eaf5bda2012 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a385eaf5bda2012 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a385eaf5bda2012 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a385eaf5bda2012 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a385eaf5bda2012 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a385eaf5bda2012 .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;
}
#a385eaf5bda2012 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a385eaf5bda2012 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a385eaf5bda2012 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a385eaf5bda2012 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a385eaf5bda2012 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a385eaf5bda2012 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a385eaf5bda2012 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a385eaf5bda2012 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a385eaf5bda2012 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a385eaf5bda2012 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a385eaf5bda2012 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a385eaf5bda2012 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a385eaf5bda2012 .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;
  }
}
#a385eaf5bda2012 .ele-article-list .pic-article {
  padding: 15px 5px;
  border-bottom: 4px solid #ececec;
}
#a385eaf5bda2012 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a385eaf5bda2012 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a385eaf5bda2012 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#a385eaf5bda2012 .ele-article-list .pic-article .info h3 a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a385eaf5bda2012 .ele-article-list .pic-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#a385eaf5bda2012 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a385eaf5bda2012 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a385eaf5bda2012 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a385eaf5bda2012 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a385eaf5bda2012 .ele-article-list .text-article {
  border-bottom: 4px solid #ececec;
}
#a385eaf5bda2012 .ele-article-list .text-article h3 a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a385eaf5bda2012 .ele-article-list .text-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#a385eaf5bda2012 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a385eaf5bda2012 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a7daaa3edaa6fff  {flex-grow: 0;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;background-color: #ffffff;}#a3343aca4aa19f6  {flex-grow: 0;}#ac5a5a0c28ae587 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7e1aa1d64a7fcc .line {flex-grow: 0;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4f68ab7efa0bd3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a4f68ab7efa0bd3 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a4f68ab7efa0bd3 .ap-icon {
  margin-right: 6px;
}
#a4f68ab7efa0bd3 .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;
  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: #f4f4f4;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #dadada;
  border-top-style: solid;
  border-right-color: #dadada;
  border-left-color: #dadada;
  border-bottom-color: #dadada;
  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-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  margin-left: 10px;
  width: 280px;
  height: 50px;
  background-color: #f4f4f4;
}
#a4f68ab7efa0bd3 .menu-list > li.icon-bottom > a,
#a4f68ab7efa0bd3 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a4f68ab7efa0bd3 .menu-list > li.icon-bottom > a .ap-icon,
#a4f68ab7efa0bd3 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a4f68ab7efa0bd3 .menu-list > li.icon-bottom > a .ap-icon svg,
#a4f68ab7efa0bd3 .menu-list > li.icon-top > a .ap-icon svg,
#a4f68ab7efa0bd3 .menu-list > li.icon-bottom > a .ap-icon img,
#a4f68ab7efa0bd3 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a4f68ab7efa0bd3 .menu-list > li.icon-right > a .ap-icon,
#a4f68ab7efa0bd3 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a4f68ab7efa0bd3 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a4f68ab7efa0bd3 .menu-list > li:hover > a,
#a4f68ab7efa0bd3 .menu-list > li.active > a {
  background: #08a173;
  background-color: #08a173;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a4f68ab7efa0bd3 .menu-list ul,
#a4f68ab7efa0bd3 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a4f68ab7efa0bd3 .menu-list ul {
  top: 300px;
  left: 50%;
  transform: translateX(-50%);
}
#a4f68ab7efa0bd3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4f68ab7efa0bd3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4f68ab7efa0bd3 .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;
}
#ab601a5356aa7fd > .ele-wrap {background-color: #f4f4f4;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a732aac005aeb90 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a510ca7a13a338b .line {flex-grow: 0;}#a690da42b4aa69a > .ele-wrap {background-color: #f4f4f4;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1866a2273a5626 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a1866a2273a5626 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1866a2273a5626 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a1866a2273a5626 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a1866a2273a5626 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a1866a2273a5626 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a1866a2273a5626 .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;
}
#a1866a2273a5626 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a1866a2273a5626 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a1866a2273a5626 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a1866a2273a5626 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a1866a2273a5626 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a1866a2273a5626 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a1866a2273a5626 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a1866a2273a5626 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a1866a2273a5626 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a1866a2273a5626 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a1866a2273a5626 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a1866a2273a5626 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a1866a2273a5626 .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;
  }
}
#a1866a2273a5626 .ele-article-list .pic-article {
  border-bottom: 1px solid #ececec;
}
#a1866a2273a5626 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a1866a2273a5626 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a1866a2273a5626 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a1866a2273a5626 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a1866a2273a5626 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a1866a2273a5626 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a1866a2273a5626 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a1866a2273a5626 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
  padding-left: 0px !important;
  padding-right: 0px;
}
#a1866a2273a5626 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a1866a2273a5626 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a1866a2273a5626 .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af8e1adf6fa77a5 .quick-menus li.logged {
  display: none;
}
#af8e1adf6fa77a5 .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#af8e1adf6fa77a5 .header-right li a,
#af8e1adf6fa77a5 .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#af8e1adf6fa77a5 .header-left {
  float: left;
}
#af8e1adf6fa77a5 .header-right {
  float: right;
}
#af8e1adf6fa77a5 .header-right li.logged {
  display: none;
}
#af8e1adf6fa77a5 .header-right li {
  display: inline;
}
#af8e1adf6fa77a5 .header-right li a:hover,
#af8e1adf6fa77a5 .header-link:hover {
  color: #08a173;
}
#af8e1adf6fa77a5 .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#af8e1adf6fa77a5 .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#af8e1adf6fa77a5 .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#af8e1adf6fa77a5 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#af8e1adf6fa77a5 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#af8e1adf6fa77a5 .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #af8e1adf6fa77a5 .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4b90af1f3a345d > .ele-wrap {background-color: rgba(176, 209, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab9c4a46fda05b1 [data-item*=".abstract"], #ab9c4a46fda05b1 [data-item*=".abstract"] a {show: true;}#ab9c4a46fda05b1 [data-item*=".subTitle"], #ab9c4a46fda05b1 [data-item*=".subTitle"] a {show: true;}#ab9c4a46fda05b1 [data-item*=".category"], #ab9c4a46fda05b1 [data-item*=".category"] a {show: true;}#a9d95a3b4aa9ef8 > .ele-wrap {border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: #08a173;border-right-color: #08a173;border-left-color: #08a173;border-top-color: #08a173;}#ad35ba6233ad2ba  {flex: 1;}#af629a1e32a9a95  {flex-grow: 0;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;background-color: #f4f4f4;padding-top: 30px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afe80a1275a0225 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#afe80a1275a0225 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#afe80a1275a0225 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#afe80a1275a0225 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#afe80a1275a0225 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#afe80a1275a0225 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#afe80a1275a0225 .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;
}
#afe80a1275a0225 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#afe80a1275a0225 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#afe80a1275a0225 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#afe80a1275a0225 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#afe80a1275a0225 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#afe80a1275a0225 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#afe80a1275a0225 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#afe80a1275a0225 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#afe80a1275a0225 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#afe80a1275a0225 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#afe80a1275a0225 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#afe80a1275a0225 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#afe80a1275a0225 .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;
  }
}
#afe80a1275a0225 .ele-article-list .pic-article {
  padding: 15px 5px;
  border-bottom: 2px solid #ececec;
}
#afe80a1275a0225 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#afe80a1275a0225 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#afe80a1275a0225 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#afe80a1275a0225 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #08a173;
}
#afe80a1275a0225 .ele-article-list .pic-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#afe80a1275a0225 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#afe80a1275a0225 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#afe80a1275a0225 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#afe80a1275a0225 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#afe80a1275a0225 .ele-article-list .text-article {
  border-bottom: 2px solid #ececec;
}
#afe80a1275a0225 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #08a173;
}
#afe80a1275a0225 .ele-article-list .text-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#afe80a1275a0225 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#afe80a1275a0225 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a0363a227cac204  {flex-grow: 0;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;background-color: #ffffff;}#a96f2a3495a031e  {flex-grow: 0;}#a4ac6ad0ceac2de > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1930a760da7898 .line {flex-grow: 0;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1b31aeb88aa885 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1b31aeb88aa885 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1b31aeb88aa885 .ap-icon {
  margin-right: 6px;
}
#a1b31aeb88aa885 .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;
  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: #f4f4f4;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #dadada;
  border-top-style: solid;
  border-right-color: #dadada;
  border-left-color: #dadada;
  border-bottom-color: #dadada;
  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-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  margin-left: 10px;
  width: 280px;
  height: 50px;
  background-color: #f4f4f4;
}
#a1b31aeb88aa885 .menu-list > li.icon-bottom > a,
#a1b31aeb88aa885 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1b31aeb88aa885 .menu-list > li.icon-bottom > a .ap-icon,
#a1b31aeb88aa885 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1b31aeb88aa885 .menu-list > li.icon-bottom > a .ap-icon svg,
#a1b31aeb88aa885 .menu-list > li.icon-top > a .ap-icon svg,
#a1b31aeb88aa885 .menu-list > li.icon-bottom > a .ap-icon img,
#a1b31aeb88aa885 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1b31aeb88aa885 .menu-list > li.icon-right > a .ap-icon,
#a1b31aeb88aa885 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1b31aeb88aa885 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1b31aeb88aa885 .menu-list > li:hover > a,
#a1b31aeb88aa885 .menu-list > li.active > a {
  background: #08a173;
  background-color: #08a173;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a1b31aeb88aa885 .menu-list ul,
#a1b31aeb88aa885 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1b31aeb88aa885 .menu-list ul {
  top: 300px;
  left: 50%;
  transform: translateX(-50%);
}
#a1b31aeb88aa885 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1b31aeb88aa885 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1b31aeb88aa885 .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;
}
#aece6a2bbaa144c > .ele-wrap {background-color: #f4f4f4;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a950ea5406a06b0 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4bbea6541ac607 .line {flex-grow: 0;}#a84f5a05e0aa3d6 > .ele-wrap {background-color: #f4f4f4;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7d25aea79a50cc .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a7d25aea79a50cc .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7d25aea79a50cc .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a7d25aea79a50cc .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a7d25aea79a50cc .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a7d25aea79a50cc .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a7d25aea79a50cc .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;
}
#a7d25aea79a50cc .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a7d25aea79a50cc .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a7d25aea79a50cc .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a7d25aea79a50cc .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a7d25aea79a50cc .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a7d25aea79a50cc .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a7d25aea79a50cc .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a7d25aea79a50cc .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a7d25aea79a50cc .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a7d25aea79a50cc .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a7d25aea79a50cc .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a7d25aea79a50cc .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a7d25aea79a50cc .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;
  }
}
#a7d25aea79a50cc .ele-article-list .pic-article {
  border-bottom: 1px solid #ececec;
}
#a7d25aea79a50cc .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a7d25aea79a50cc .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a7d25aea79a50cc .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a7d25aea79a50cc .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a7d25aea79a50cc .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a7d25aea79a50cc .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a7d25aea79a50cc .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a7d25aea79a50cc .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
  padding-left: 0px !important;
  padding-right: 0px;
}
#a7d25aea79a50cc .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a7d25aea79a50cc .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a7d25aea79a50cc .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aec6faae28aa638 .quick-menus li.logged {
  display: none;
}
#aec6faae28aa638 .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#aec6faae28aa638 .header-right li a,
#aec6faae28aa638 .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#aec6faae28aa638 .header-left {
  float: left;
}
#aec6faae28aa638 .header-right {
  float: right;
}
#aec6faae28aa638 .header-right li.logged {
  display: none;
}
#aec6faae28aa638 .header-right li {
  display: inline;
}
#aec6faae28aa638 .header-right li a:hover,
#aec6faae28aa638 .header-link:hover {
  color: #08a173;
}
#aec6faae28aa638 .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#aec6faae28aa638 .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#aec6faae28aa638 .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#aec6faae28aa638 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#aec6faae28aa638 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#aec6faae28aa638 .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #aec6faae28aa638 .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af12da31c7ae1b5 > .ele-wrap {background-color: rgba(176, 209, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9844a33b6a3077 [data-item*=".abstract"], #a9844a33b6a3077 [data-item*=".abstract"] a {show: true;}#a9844a33b6a3077 [data-item*=".subTitle"], #a9844a33b6a3077 [data-item*=".subTitle"] a {show: true;}#a9844a33b6a3077 [data-item*=".category"], #a9844a33b6a3077 [data-item*=".category"] a {show: true;}#af7f3a67abaa47d > .ele-wrap {border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: #08a173;border-right-color: #08a173;border-left-color: #08a173;border-top-color: #08a173;}#ad3d0ab494a3eb3  {flex: 1;}#a6714ab4bdacd85  {flex-grow: 0;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;background-color: #f4f4f4;padding-top: 30px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2cc4a4641afb49 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a2cc4a4641afb49 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2cc4a4641afb49 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a2cc4a4641afb49 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a2cc4a4641afb49 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a2cc4a4641afb49 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a2cc4a4641afb49 .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;
}
#a2cc4a4641afb49 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a2cc4a4641afb49 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a2cc4a4641afb49 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a2cc4a4641afb49 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a2cc4a4641afb49 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a2cc4a4641afb49 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a2cc4a4641afb49 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a2cc4a4641afb49 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a2cc4a4641afb49 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a2cc4a4641afb49 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a2cc4a4641afb49 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a2cc4a4641afb49 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a2cc4a4641afb49 .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;
  }
}
#a2cc4a4641afb49 .ele-article-list .pic-article {
  padding: 15px 5px;
  border-bottom: 2px solid #ececec;
}
#a2cc4a4641afb49 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a2cc4a4641afb49 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a2cc4a4641afb49 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#a2cc4a4641afb49 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #08a173;
}
#a2cc4a4641afb49 .ele-article-list .pic-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#a2cc4a4641afb49 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a2cc4a4641afb49 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a2cc4a4641afb49 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a2cc4a4641afb49 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a2cc4a4641afb49 .ele-article-list .text-article {
  border-bottom: 2px solid #ececec;
}
#a2cc4a4641afb49 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #08a173;
}
#a2cc4a4641afb49 .ele-article-list .text-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#a2cc4a4641afb49 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a2cc4a4641afb49 .ele-article-list .text-article:hover .time {
  color: auto;
}
#ade50a831eaa1da  {flex-grow: 0;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;background-color: #ffffff;}#ad387a2334aa67c  {flex-grow: 0;}#ad886a5310a3024 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aaf95a2ce6abd80 .line {flex-grow: 0;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5861a9c7cad257 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a5861a9c7cad257 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a5861a9c7cad257 .ap-icon {
  margin-right: 6px;
}
#a5861a9c7cad257 .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;
  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: #f4f4f4;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #dadada;
  border-top-style: solid;
  border-right-color: #dadada;
  border-left-color: #dadada;
  border-bottom-color: #dadada;
  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-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  margin-left: 10px;
  width: 280px;
  height: 50px;
  background-color: #f4f4f4;
}
#a5861a9c7cad257 .menu-list > li.icon-bottom > a,
#a5861a9c7cad257 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a5861a9c7cad257 .menu-list > li.icon-bottom > a .ap-icon,
#a5861a9c7cad257 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a5861a9c7cad257 .menu-list > li.icon-bottom > a .ap-icon svg,
#a5861a9c7cad257 .menu-list > li.icon-top > a .ap-icon svg,
#a5861a9c7cad257 .menu-list > li.icon-bottom > a .ap-icon img,
#a5861a9c7cad257 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a5861a9c7cad257 .menu-list > li.icon-right > a .ap-icon,
#a5861a9c7cad257 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a5861a9c7cad257 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a5861a9c7cad257 .menu-list > li:hover > a,
#a5861a9c7cad257 .menu-list > li.active > a {
  background: #08a173;
  background-color: #08a173;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a5861a9c7cad257 .menu-list ul,
#a5861a9c7cad257 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a5861a9c7cad257 .menu-list ul {
  top: 300px;
  left: 50%;
  transform: translateX(-50%);
}
#a5861a9c7cad257 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a5861a9c7cad257 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a5861a9c7cad257 .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;
}
#a27eaadebaab937 > .ele-wrap {background-color: #f4f4f4;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acbc8a5152a60d6 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a34bda0ab1ab88f .line {flex-grow: 0;}#a9ceaab935a92fb > .ele-wrap {background-color: #f4f4f4;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3665a7e4ea6a90 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a3665a7e4ea6a90 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3665a7e4ea6a90 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a3665a7e4ea6a90 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a3665a7e4ea6a90 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a3665a7e4ea6a90 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a3665a7e4ea6a90 .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;
}
#a3665a7e4ea6a90 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a3665a7e4ea6a90 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a3665a7e4ea6a90 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a3665a7e4ea6a90 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a3665a7e4ea6a90 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a3665a7e4ea6a90 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a3665a7e4ea6a90 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a3665a7e4ea6a90 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a3665a7e4ea6a90 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a3665a7e4ea6a90 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a3665a7e4ea6a90 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a3665a7e4ea6a90 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a3665a7e4ea6a90 .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;
  }
}
#a3665a7e4ea6a90 .ele-article-list .pic-article {
  border-bottom: 1px solid #ececec;
}
#a3665a7e4ea6a90 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a3665a7e4ea6a90 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a3665a7e4ea6a90 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a3665a7e4ea6a90 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a3665a7e4ea6a90 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a3665a7e4ea6a90 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a3665a7e4ea6a90 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a3665a7e4ea6a90 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
  padding-left: 0px !important;
  padding-right: 0px;
}
#a3665a7e4ea6a90 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a3665a7e4ea6a90 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a3665a7e4ea6a90 .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5acaa8101a8173 .quick-menus li.logged {
  display: none;
}
#a5acaa8101a8173 .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#a5acaa8101a8173 .header-right li a,
#a5acaa8101a8173 .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#a5acaa8101a8173 .header-left {
  float: left;
}
#a5acaa8101a8173 .header-right {
  float: right;
}
#a5acaa8101a8173 .header-right li.logged {
  display: none;
}
#a5acaa8101a8173 .header-right li {
  display: inline;
}
#a5acaa8101a8173 .header-right li a:hover,
#a5acaa8101a8173 .header-link:hover {
  color: #08a173;
}
#a5acaa8101a8173 .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#a5acaa8101a8173 .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#a5acaa8101a8173 .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#a5acaa8101a8173 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a5acaa8101a8173 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#a5acaa8101a8173 .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #a5acaa8101a8173 .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@media (min-width: 1200px) {
  #af4a0a86daabc45 .uk-container {
    padding: 0 60px;
  }
}
#af4a0a86daabc45 .date-time {
  padding: 18px 0 20px;
  font-size: 18px;
  color: #3a3c41;
  display: block;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  background: #fff;
  border-top: 2px solid #08a173;
}
#af4a0a86daabc45 .comments_count {
  display: block;
  padding: 14px 0 18px;
  text-align: center;
  background-color: #e7ecee;
}
#af4a0a86daabc45 .uk-card {
  padding: 10px;
}
#af4a0a86daabc45 .tag-link {
  background-color: #919292;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  font-size: 13px !important;
}
#af4a0a86daabc45 .uk-list a.active,
#af4a0a86daabc45 .uk-list a:hover {
  color: #08a173;
  text-decoration: none;
}
#af4a0a86daabc45 [data-item*=".title"], #af4a0a86daabc45 [data-item*=".title"] a {max-line: 0;}#af4a0a86daabc45 [data-item*=".abstract"], #af4a0a86daabc45 [data-item*=".abstract"] a {show: true;}#af4a0a86daabc45 [data-item*=".subTitle"], #af4a0a86daabc45 [data-item*=".subTitle"] a {show: true;}#af4a0a86daabc45 [data-item*=".category"], #af4a0a86daabc45 [data-item*=".category"] a {show: false;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a082ba1411aa1b0 .quick-menus li.logged {
  display: none;
}
#a082ba1411aa1b0 .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#a082ba1411aa1b0 .header-right li a,
#a082ba1411aa1b0 .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#a082ba1411aa1b0 .header-left {
  float: left;
}
#a082ba1411aa1b0 .header-right {
  float: right;
}
#a082ba1411aa1b0 .header-right li.logged {
  display: none;
}
#a082ba1411aa1b0 .header-right li {
  display: inline;
}
#a082ba1411aa1b0 .header-right li a:hover,
#a082ba1411aa1b0 .header-link:hover {
  color: #08a173;
}
#a082ba1411aa1b0 .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#a082ba1411aa1b0 .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#a082ba1411aa1b0 .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#a082ba1411aa1b0 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a082ba1411aa1b0 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#a082ba1411aa1b0 .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #a082ba1411aa1b0 .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a77d1a9bffabbfc > .ele-wrap {background-color: rgba(176, 209, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a18ddab12aa986f [data-item*=".abstract"], #a18ddab12aa986f [data-item*=".abstract"] a {show: true;}#a18ddab12aa986f [data-item*=".subTitle"], #a18ddab12aa986f [data-item*=".subTitle"] a {show: true;}#a18ddab12aa986f [data-item*=".category"], #a18ddab12aa986f [data-item*=".category"] a {show: true;}#a9c12ac2a1a2e87 > .ele-wrap {border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: #08a173;border-right-color: #08a173;border-left-color: #08a173;border-top-color: #08a173;}#ac6e6ac9d5a321b  {flex: 1;}#aff66ab3bfa69a2  {flex-grow: 0;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;background-color: #f4f4f4;padding-top: 30px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4605a89b2ad59d .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a4605a89b2ad59d .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4605a89b2ad59d .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a4605a89b2ad59d .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a4605a89b2ad59d .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a4605a89b2ad59d .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a4605a89b2ad59d .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;
}
#a4605a89b2ad59d .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a4605a89b2ad59d .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a4605a89b2ad59d .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a4605a89b2ad59d .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a4605a89b2ad59d .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a4605a89b2ad59d .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a4605a89b2ad59d .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a4605a89b2ad59d .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a4605a89b2ad59d .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a4605a89b2ad59d .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a4605a89b2ad59d .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a4605a89b2ad59d .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a4605a89b2ad59d .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;
  }
}
#a4605a89b2ad59d .ele-article-list .pic-article {
  padding: 15px 5px;
  border-bottom: 2px solid #ececec;
}
#a4605a89b2ad59d .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a4605a89b2ad59d .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a4605a89b2ad59d .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#a4605a89b2ad59d .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #08a173;
}
#a4605a89b2ad59d .ele-article-list .pic-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#a4605a89b2ad59d .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a4605a89b2ad59d .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a4605a89b2ad59d .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a4605a89b2ad59d .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a4605a89b2ad59d .ele-article-list .text-article {
  border-bottom: 2px solid #ececec;
}
#a4605a89b2ad59d .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #08a173;
}
#a4605a89b2ad59d .ele-article-list .text-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#a4605a89b2ad59d .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a4605a89b2ad59d .ele-article-list .text-article:hover .time {
  color: auto;
}
#a8695ac1b9a5f76  {flex-grow: 0;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;background-color: #ffffff;}#a75d1a5b86a9fa9  {flex-grow: 0;}#abf5ca0a5aa9226 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aedddab07fac49c .line {flex-grow: 0;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a52e9a04acabfba .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a52e9a04acabfba .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a52e9a04acabfba .ap-icon {
  margin-right: 6px;
}
#a52e9a04acabfba .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;
  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: #f4f4f4;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #dadada;
  border-top-style: solid;
  border-right-color: #dadada;
  border-left-color: #dadada;
  border-bottom-color: #dadada;
  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-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  margin-left: 10px;
  width: 280px;
  height: 50px;
  background-color: #f4f4f4;
}
#a52e9a04acabfba .menu-list > li.icon-bottom > a,
#a52e9a04acabfba .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a52e9a04acabfba .menu-list > li.icon-bottom > a .ap-icon,
#a52e9a04acabfba .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a52e9a04acabfba .menu-list > li.icon-bottom > a .ap-icon svg,
#a52e9a04acabfba .menu-list > li.icon-top > a .ap-icon svg,
#a52e9a04acabfba .menu-list > li.icon-bottom > a .ap-icon img,
#a52e9a04acabfba .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a52e9a04acabfba .menu-list > li.icon-right > a .ap-icon,
#a52e9a04acabfba .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a52e9a04acabfba .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a52e9a04acabfba .menu-list > li:hover > a,
#a52e9a04acabfba .menu-list > li.active > a {
  background: #08a173;
  background-color: #08a173;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a52e9a04acabfba .menu-list ul,
#a52e9a04acabfba .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a52e9a04acabfba .menu-list ul {
  top: 300px;
  left: 50%;
  transform: translateX(-50%);
}
#a52e9a04acabfba .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a52e9a04acabfba .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a52e9a04acabfba .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;
}
#a6872a1d9ea39e3 > .ele-wrap {background-color: #f4f4f4;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0b93ae58eaa170 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a371cab8c3a9f31 .line {flex-grow: 0;}#a276dad0b1a9ffc > .ele-wrap {background-color: #f4f4f4;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3551a221bae155 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a3551a221bae155 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3551a221bae155 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a3551a221bae155 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a3551a221bae155 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a3551a221bae155 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a3551a221bae155 .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;
}
#a3551a221bae155 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a3551a221bae155 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a3551a221bae155 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a3551a221bae155 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a3551a221bae155 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a3551a221bae155 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a3551a221bae155 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a3551a221bae155 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a3551a221bae155 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a3551a221bae155 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a3551a221bae155 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a3551a221bae155 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a3551a221bae155 .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;
  }
}
#a3551a221bae155 .ele-article-list .pic-article {
  border-bottom: 1px solid #ececec;
}
#a3551a221bae155 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a3551a221bae155 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a3551a221bae155 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a3551a221bae155 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a3551a221bae155 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a3551a221bae155 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a3551a221bae155 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a3551a221bae155 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
  padding-left: 0px !important;
  padding-right: 0px;
}
#a3551a221bae155 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a3551a221bae155 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a3551a221bae155 .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a324aa458ba3a19 .quick-menus li.logged {
  display: none;
}
#a324aa458ba3a19 .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#a324aa458ba3a19 .header-right li a,
#a324aa458ba3a19 .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#a324aa458ba3a19 .header-left {
  float: left;
}
#a324aa458ba3a19 .header-right {
  float: right;
}
#a324aa458ba3a19 .header-right li.logged {
  display: none;
}
#a324aa458ba3a19 .header-right li {
  display: inline;
}
#a324aa458ba3a19 .header-right li a:hover,
#a324aa458ba3a19 .header-link:hover {
  color: #08a173;
}
#a324aa458ba3a19 .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#a324aa458ba3a19 .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#a324aa458ba3a19 .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#a324aa458ba3a19 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a324aa458ba3a19 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#a324aa458ba3a19 .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #a324aa458ba3a19 .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3474a0cf4a32bc > .ele-wrap {background-color: rgba(176, 209, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adc5aa4755a78c1 [data-item*=".abstract"], #adc5aa4755a78c1 [data-item*=".abstract"] a {show: true;}#adc5aa4755a78c1 [data-item*=".subTitle"], #adc5aa4755a78c1 [data-item*=".subTitle"] a {show: true;}#adc5aa4755a78c1 [data-item*=".category"], #adc5aa4755a78c1 [data-item*=".category"] a {show: true;}#ae8ffafafca111f > .ele-wrap {border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: #08a173;border-right-color: #08a173;border-left-color: #08a173;border-top-color: #08a173;}#a7360a381eaa422  {flex: 1;}#a94c3ac886a5f99  {flex-grow: 0;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;background-color: #f4f4f4;padding-top: 30px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac3dcad53eadfe5 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#ac3dcad53eadfe5 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ac3dcad53eadfe5 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#ac3dcad53eadfe5 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#ac3dcad53eadfe5 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#ac3dcad53eadfe5 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#ac3dcad53eadfe5 .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;
}
#ac3dcad53eadfe5 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#ac3dcad53eadfe5 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#ac3dcad53eadfe5 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#ac3dcad53eadfe5 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#ac3dcad53eadfe5 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#ac3dcad53eadfe5 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#ac3dcad53eadfe5 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#ac3dcad53eadfe5 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#ac3dcad53eadfe5 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#ac3dcad53eadfe5 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#ac3dcad53eadfe5 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#ac3dcad53eadfe5 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#ac3dcad53eadfe5 .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;
  }
}
#ac3dcad53eadfe5 .ele-article-list .pic-article {
  padding: 15px 5px;
  border-bottom: 2px solid #ececec;
}
#ac3dcad53eadfe5 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#ac3dcad53eadfe5 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#ac3dcad53eadfe5 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#ac3dcad53eadfe5 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #08a173;
}
#ac3dcad53eadfe5 .ele-article-list .pic-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#ac3dcad53eadfe5 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#ac3dcad53eadfe5 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#ac3dcad53eadfe5 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#ac3dcad53eadfe5 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#ac3dcad53eadfe5 .ele-article-list .text-article {
  border-bottom: 2px solid #ececec;
}
#ac3dcad53eadfe5 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #08a173;
}
#ac3dcad53eadfe5 .ele-article-list .text-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#ac3dcad53eadfe5 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#ac3dcad53eadfe5 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a6191ac20cac6e1  {flex-grow: 0;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;background-color: #ffffff;}#ad7b9aca5ba48d5  {flex-grow: 0;}#a7e4ea205aa6c62 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aae87a78d0aa570 .line {flex-grow: 0;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af844a9a32a2561 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#af844a9a32a2561 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#af844a9a32a2561 .ap-icon {
  margin-right: 6px;
}
#af844a9a32a2561 .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;
  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: #f4f4f4;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #dadada;
  border-top-style: solid;
  border-right-color: #dadada;
  border-left-color: #dadada;
  border-bottom-color: #dadada;
  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-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  margin-left: 10px;
  width: 280px;
  height: 50px;
  background-color: #f4f4f4;
}
#af844a9a32a2561 .menu-list > li.icon-bottom > a,
#af844a9a32a2561 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#af844a9a32a2561 .menu-list > li.icon-bottom > a .ap-icon,
#af844a9a32a2561 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#af844a9a32a2561 .menu-list > li.icon-bottom > a .ap-icon svg,
#af844a9a32a2561 .menu-list > li.icon-top > a .ap-icon svg,
#af844a9a32a2561 .menu-list > li.icon-bottom > a .ap-icon img,
#af844a9a32a2561 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#af844a9a32a2561 .menu-list > li.icon-right > a .ap-icon,
#af844a9a32a2561 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#af844a9a32a2561 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#af844a9a32a2561 .menu-list > li:hover > a,
#af844a9a32a2561 .menu-list > li.active > a {
  background: #08a173;
  background-color: #08a173;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#af844a9a32a2561 .menu-list ul,
#af844a9a32a2561 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#af844a9a32a2561 .menu-list ul {
  top: 300px;
  left: 50%;
  transform: translateX(-50%);
}
#af844a9a32a2561 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#af844a9a32a2561 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#af844a9a32a2561 .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;
}
#a4dd3abbc0a58dc > .ele-wrap {background-color: #f4f4f4;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aabb1a76ddaf2c4 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae164a4476aa29e .line {flex-grow: 0;}#af73bab8dca6ec3 > .ele-wrap {background-color: #f4f4f4;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a14ffaa959ab3e0 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a14ffaa959ab3e0 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a14ffaa959ab3e0 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a14ffaa959ab3e0 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a14ffaa959ab3e0 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a14ffaa959ab3e0 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a14ffaa959ab3e0 .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;
}
#a14ffaa959ab3e0 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a14ffaa959ab3e0 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a14ffaa959ab3e0 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a14ffaa959ab3e0 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a14ffaa959ab3e0 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a14ffaa959ab3e0 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a14ffaa959ab3e0 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a14ffaa959ab3e0 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a14ffaa959ab3e0 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a14ffaa959ab3e0 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a14ffaa959ab3e0 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a14ffaa959ab3e0 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a14ffaa959ab3e0 .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;
  }
}
#a14ffaa959ab3e0 .ele-article-list .pic-article {
  border-bottom: 1px solid #ececec;
}
#a14ffaa959ab3e0 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a14ffaa959ab3e0 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a14ffaa959ab3e0 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a14ffaa959ab3e0 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a14ffaa959ab3e0 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a14ffaa959ab3e0 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a14ffaa959ab3e0 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a14ffaa959ab3e0 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
  padding-left: 0px !important;
  padding-right: 0px;
}
#a14ffaa959ab3e0 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a14ffaa959ab3e0 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a14ffaa959ab3e0 .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#abb5ea7ce5abb8c .quick-menus li.logged {
  display: none;
}
#abb5ea7ce5abb8c .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#abb5ea7ce5abb8c .header-right li a,
#abb5ea7ce5abb8c .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#abb5ea7ce5abb8c .header-left {
  float: left;
}
#abb5ea7ce5abb8c .header-right {
  float: right;
}
#abb5ea7ce5abb8c .header-right li.logged {
  display: none;
}
#abb5ea7ce5abb8c .header-right li {
  display: inline;
}
#abb5ea7ce5abb8c .header-right li a:hover,
#abb5ea7ce5abb8c .header-link:hover {
  color: #08a173;
}
#abb5ea7ce5abb8c .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#abb5ea7ce5abb8c .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#abb5ea7ce5abb8c .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#abb5ea7ce5abb8c [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#abb5ea7ce5abb8c .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#abb5ea7ce5abb8c .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #abb5ea7ce5abb8c .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a45f6ae4f1aa1d5 > .ele-wrap {background-color: rgba(176, 209, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac43da53acab63b [data-item*=".abstract"], #ac43da53acab63b [data-item*=".abstract"] a {show: true;}#ac43da53acab63b [data-item*=".subTitle"], #ac43da53acab63b [data-item*=".subTitle"] a {show: true;}#ac43da53acab63b [data-item*=".category"], #ac43da53acab63b [data-item*=".category"] a {show: true;}#ad9f0a14e2a4463 > .ele-wrap {border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: #08a173;border-right-color: #08a173;border-left-color: #08a173;border-top-color: #08a173;}#a9e4babcaea1f29  {flex: 1;}#a24bea00f0a5ad0  {flex-grow: 0;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;background-color: #f4f4f4;padding-top: 30px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aeb3aab67dafdc1 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#aeb3aab67dafdc1 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aeb3aab67dafdc1 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#aeb3aab67dafdc1 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#aeb3aab67dafdc1 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#aeb3aab67dafdc1 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#aeb3aab67dafdc1 .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;
}
#aeb3aab67dafdc1 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#aeb3aab67dafdc1 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#aeb3aab67dafdc1 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#aeb3aab67dafdc1 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#aeb3aab67dafdc1 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#aeb3aab67dafdc1 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#aeb3aab67dafdc1 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#aeb3aab67dafdc1 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#aeb3aab67dafdc1 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#aeb3aab67dafdc1 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#aeb3aab67dafdc1 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#aeb3aab67dafdc1 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#aeb3aab67dafdc1 .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;
  }
}
#aeb3aab67dafdc1 .ele-article-list .pic-article {
  padding: 15px 5px;
  border-bottom: 2px solid #ececec;
}
#aeb3aab67dafdc1 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#aeb3aab67dafdc1 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#aeb3aab67dafdc1 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#aeb3aab67dafdc1 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #08a173;
}
#aeb3aab67dafdc1 .ele-article-list .pic-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#aeb3aab67dafdc1 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#aeb3aab67dafdc1 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#aeb3aab67dafdc1 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#aeb3aab67dafdc1 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#aeb3aab67dafdc1 .ele-article-list .text-article {
  border-bottom: 2px solid #ececec;
}
#aeb3aab67dafdc1 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #08a173;
}
#aeb3aab67dafdc1 .ele-article-list .text-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#aeb3aab67dafdc1 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#aeb3aab67dafdc1 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a3a3aabca8a7ca0  {flex-grow: 0;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;background-color: #ffffff;}#a1df2a8ab4ae7a0  {flex-grow: 0;}#a94f7affcea4e84 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adeeda2902ab8ad .line {flex-grow: 0;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad36baddf4a4f04 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad36baddf4a4f04 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad36baddf4a4f04 .ap-icon {
  margin-right: 6px;
}
#ad36baddf4a4f04 .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;
  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: #f4f4f4;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #dadada;
  border-top-style: solid;
  border-right-color: #dadada;
  border-left-color: #dadada;
  border-bottom-color: #dadada;
  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-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  margin-left: 10px;
  width: 280px;
  height: 50px;
  background-color: #f4f4f4;
}
#ad36baddf4a4f04 .menu-list > li.icon-bottom > a,
#ad36baddf4a4f04 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad36baddf4a4f04 .menu-list > li.icon-bottom > a .ap-icon,
#ad36baddf4a4f04 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad36baddf4a4f04 .menu-list > li.icon-bottom > a .ap-icon svg,
#ad36baddf4a4f04 .menu-list > li.icon-top > a .ap-icon svg,
#ad36baddf4a4f04 .menu-list > li.icon-bottom > a .ap-icon img,
#ad36baddf4a4f04 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad36baddf4a4f04 .menu-list > li.icon-right > a .ap-icon,
#ad36baddf4a4f04 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad36baddf4a4f04 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad36baddf4a4f04 .menu-list > li:hover > a,
#ad36baddf4a4f04 .menu-list > li.active > a {
  background: #08a173;
  background-color: #08a173;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ad36baddf4a4f04 .menu-list ul,
#ad36baddf4a4f04 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad36baddf4a4f04 .menu-list ul {
  top: 300px;
  left: 50%;
  transform: translateX(-50%);
}
#ad36baddf4a4f04 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad36baddf4a4f04 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad36baddf4a4f04 .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;
}
#ae8e0a32ada1846 > .ele-wrap {background-color: #f4f4f4;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b0da98f0a47d9 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1187ac5b5a9279 .line {flex-grow: 0;}#acd01a3ac5a679d > .ele-wrap {background-color: #f4f4f4;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5399a2996a6f71 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a5399a2996a6f71 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a5399a2996a6f71 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a5399a2996a6f71 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a5399a2996a6f71 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a5399a2996a6f71 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a5399a2996a6f71 .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;
}
#a5399a2996a6f71 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a5399a2996a6f71 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a5399a2996a6f71 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a5399a2996a6f71 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a5399a2996a6f71 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a5399a2996a6f71 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a5399a2996a6f71 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a5399a2996a6f71 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a5399a2996a6f71 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a5399a2996a6f71 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a5399a2996a6f71 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a5399a2996a6f71 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a5399a2996a6f71 .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;
  }
}
#a5399a2996a6f71 .ele-article-list .pic-article {
  border-bottom: 1px solid #ececec;
}
#a5399a2996a6f71 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a5399a2996a6f71 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a5399a2996a6f71 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a5399a2996a6f71 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a5399a2996a6f71 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a5399a2996a6f71 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a5399a2996a6f71 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a5399a2996a6f71 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
  padding-left: 0px !important;
  padding-right: 0px;
}
#a5399a2996a6f71 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a5399a2996a6f71 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a5399a2996a6f71 .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6fc6abdd3a4032 .quick-menus li.logged {
  display: none;
}
#a6fc6abdd3a4032 .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#a6fc6abdd3a4032 .header-right li a,
#a6fc6abdd3a4032 .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#a6fc6abdd3a4032 .header-left {
  float: left;
}
#a6fc6abdd3a4032 .header-right {
  float: right;
}
#a6fc6abdd3a4032 .header-right li.logged {
  display: none;
}
#a6fc6abdd3a4032 .header-right li {
  display: inline;
}
#a6fc6abdd3a4032 .header-right li a:hover,
#a6fc6abdd3a4032 .header-link:hover {
  color: #08a173;
}
#a6fc6abdd3a4032 .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#a6fc6abdd3a4032 .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#a6fc6abdd3a4032 .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#a6fc6abdd3a4032 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a6fc6abdd3a4032 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#a6fc6abdd3a4032 .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #a6fc6abdd3a4032 .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1d48a9442a6c3e > .ele-wrap {background-color: rgba(176, 209, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af88fa0328acc57 [data-item*=".abstract"], #af88fa0328acc57 [data-item*=".abstract"] a {show: true;}#af88fa0328acc57 [data-item*=".subTitle"], #af88fa0328acc57 [data-item*=".subTitle"] a {show: true;}#af88fa0328acc57 [data-item*=".category"], #af88fa0328acc57 [data-item*=".category"] a {show: true;}#a9101abfcbad374 > .ele-wrap {border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: #08a173;border-right-color: #08a173;border-left-color: #08a173;border-top-color: #08a173;}#a04c0ad199a7574  {flex: 1;}#a7e05acd8fa9ab5  {flex-grow: 0;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;background-color: #f4f4f4;padding-top: 30px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a60ccadb60a7809 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a60ccadb60a7809 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a60ccadb60a7809 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a60ccadb60a7809 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a60ccadb60a7809 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a60ccadb60a7809 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a60ccadb60a7809 .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;
}
#a60ccadb60a7809 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a60ccadb60a7809 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a60ccadb60a7809 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a60ccadb60a7809 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a60ccadb60a7809 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a60ccadb60a7809 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a60ccadb60a7809 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a60ccadb60a7809 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a60ccadb60a7809 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a60ccadb60a7809 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a60ccadb60a7809 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a60ccadb60a7809 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a60ccadb60a7809 .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;
  }
}
#a60ccadb60a7809 .ele-article-list .pic-article {
  padding: 15px 5px;
  border-bottom: 2px solid #ececec;
}
#a60ccadb60a7809 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a60ccadb60a7809 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a60ccadb60a7809 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#a60ccadb60a7809 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #08a173;
}
#a60ccadb60a7809 .ele-article-list .pic-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#a60ccadb60a7809 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a60ccadb60a7809 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a60ccadb60a7809 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a60ccadb60a7809 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a60ccadb60a7809 .ele-article-list .text-article {
  border-bottom: 2px solid #ececec;
}
#a60ccadb60a7809 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #08a173;
}
#a60ccadb60a7809 .ele-article-list .text-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#a60ccadb60a7809 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a60ccadb60a7809 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a9850a8c2aa0ba2  {flex-grow: 0;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;background-color: #ffffff;}#a346fa4a58ab7cc  {flex-grow: 0;}#a8175a7f17a3059 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8884ad00ea4a82 .line {flex-grow: 0;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adce8a9460a714a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#adce8a9460a714a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#adce8a9460a714a .ap-icon {
  margin-right: 6px;
}
#adce8a9460a714a .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;
  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: #f4f4f4;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #dadada;
  border-top-style: solid;
  border-right-color: #dadada;
  border-left-color: #dadada;
  border-bottom-color: #dadada;
  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-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  margin-left: 10px;
  width: 280px;
  height: 50px;
  background-color: #f4f4f4;
}
#adce8a9460a714a .menu-list > li.icon-bottom > a,
#adce8a9460a714a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#adce8a9460a714a .menu-list > li.icon-bottom > a .ap-icon,
#adce8a9460a714a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#adce8a9460a714a .menu-list > li.icon-bottom > a .ap-icon svg,
#adce8a9460a714a .menu-list > li.icon-top > a .ap-icon svg,
#adce8a9460a714a .menu-list > li.icon-bottom > a .ap-icon img,
#adce8a9460a714a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#adce8a9460a714a .menu-list > li.icon-right > a .ap-icon,
#adce8a9460a714a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#adce8a9460a714a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#adce8a9460a714a .menu-list > li:hover > a,
#adce8a9460a714a .menu-list > li.active > a {
  background: #08a173;
  background-color: #08a173;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#adce8a9460a714a .menu-list ul,
#adce8a9460a714a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#adce8a9460a714a .menu-list ul {
  top: 300px;
  left: 50%;
  transform: translateX(-50%);
}
#adce8a9460a714a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adce8a9460a714a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adce8a9460a714a .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;
}
#a718cab82ba00a4 > .ele-wrap {background-color: #f4f4f4;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9c54a419fa5f00 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6deba7e1cadae1 .line {flex-grow: 0;}#a5264adfa1af7f5 > .ele-wrap {background-color: #f4f4f4;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af56eac84daaea8 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#af56eac84daaea8 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af56eac84daaea8 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#af56eac84daaea8 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#af56eac84daaea8 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#af56eac84daaea8 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#af56eac84daaea8 .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;
}
#af56eac84daaea8 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#af56eac84daaea8 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#af56eac84daaea8 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#af56eac84daaea8 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#af56eac84daaea8 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#af56eac84daaea8 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#af56eac84daaea8 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#af56eac84daaea8 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#af56eac84daaea8 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#af56eac84daaea8 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#af56eac84daaea8 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#af56eac84daaea8 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#af56eac84daaea8 .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;
  }
}
#af56eac84daaea8 .ele-article-list .pic-article {
  border-bottom: 1px solid #ececec;
}
#af56eac84daaea8 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#af56eac84daaea8 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#af56eac84daaea8 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#af56eac84daaea8 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#af56eac84daaea8 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#af56eac84daaea8 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#af56eac84daaea8 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#af56eac84daaea8 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
  padding-left: 0px !important;
  padding-right: 0px;
}
#af56eac84daaea8 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#af56eac84daaea8 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#af56eac84daaea8 .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aabcfafc0eac49c .quick-menus li.logged {
  display: none;
}
#aabcfafc0eac49c .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#aabcfafc0eac49c .header-right li a,
#aabcfafc0eac49c .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#aabcfafc0eac49c .header-left {
  float: left;
}
#aabcfafc0eac49c .header-right {
  float: right;
}
#aabcfafc0eac49c .header-right li.logged {
  display: none;
}
#aabcfafc0eac49c .header-right li {
  display: inline;
}
#aabcfafc0eac49c .header-right li a:hover,
#aabcfafc0eac49c .header-link:hover {
  color: #08a173;
}
#aabcfafc0eac49c .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#aabcfafc0eac49c .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#aabcfafc0eac49c .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#aabcfafc0eac49c [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#aabcfafc0eac49c .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#aabcfafc0eac49c .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #aabcfafc0eac49c .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a25c0adadfa093d > .ele-wrap {background-color: rgba(176, 209, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad930a74aea1657 [data-item*=".abstract"], #ad930a74aea1657 [data-item*=".abstract"] a {show: true;}#ad930a74aea1657 [data-item*=".subTitle"], #ad930a74aea1657 [data-item*=".subTitle"] a {show: true;}#ad930a74aea1657 [data-item*=".category"], #ad930a74aea1657 [data-item*=".category"] a {show: true;}#a81c3a4171ace8b > .ele-wrap {border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: #08a173;border-right-color: #08a173;border-left-color: #08a173;border-top-color: #08a173;}#a1482a91fcab1dc  {flex: 1;}#a42d8aee95a0594  {flex-grow: 0;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;background-color: #f4f4f4;padding-top: 30px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af9c2a6d63a1bd7 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#af9c2a6d63a1bd7 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af9c2a6d63a1bd7 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#af9c2a6d63a1bd7 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#af9c2a6d63a1bd7 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#af9c2a6d63a1bd7 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#af9c2a6d63a1bd7 .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;
}
#af9c2a6d63a1bd7 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#af9c2a6d63a1bd7 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#af9c2a6d63a1bd7 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#af9c2a6d63a1bd7 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#af9c2a6d63a1bd7 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#af9c2a6d63a1bd7 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#af9c2a6d63a1bd7 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#af9c2a6d63a1bd7 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#af9c2a6d63a1bd7 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#af9c2a6d63a1bd7 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#af9c2a6d63a1bd7 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#af9c2a6d63a1bd7 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#af9c2a6d63a1bd7 .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;
  }
}
#af9c2a6d63a1bd7 .ele-article-list .pic-article {
  padding: 15px 5px;
  border-bottom: 2px solid #ececec;
}
#af9c2a6d63a1bd7 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#af9c2a6d63a1bd7 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#af9c2a6d63a1bd7 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#af9c2a6d63a1bd7 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #08a173;
}
#af9c2a6d63a1bd7 .ele-article-list .pic-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#af9c2a6d63a1bd7 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#af9c2a6d63a1bd7 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#af9c2a6d63a1bd7 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#af9c2a6d63a1bd7 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#af9c2a6d63a1bd7 .ele-article-list .text-article {
  border-bottom: 2px solid #ececec;
}
#af9c2a6d63a1bd7 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #08a173;
}
#af9c2a6d63a1bd7 .ele-article-list .text-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#af9c2a6d63a1bd7 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#af9c2a6d63a1bd7 .ele-article-list .text-article:hover .time {
  color: auto;
}
#ab449a2e06a0591  {flex-grow: 0;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;background-color: #ffffff;}#a4bb4a5b22a4ef5  {flex-grow: 0;}#a79c7ad0d3a830d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3383a3f7da9426 .line {flex-grow: 0;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1976a7eafac26f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1976a7eafac26f .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1976a7eafac26f .ap-icon {
  margin-right: 6px;
}
#a1976a7eafac26f .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;
  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: #f4f4f4;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #dadada;
  border-top-style: solid;
  border-right-color: #dadada;
  border-left-color: #dadada;
  border-bottom-color: #dadada;
  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-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  margin-left: 10px;
  width: 280px;
  height: 50px;
  background-color: #f4f4f4;
}
#a1976a7eafac26f .menu-list > li.icon-bottom > a,
#a1976a7eafac26f .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1976a7eafac26f .menu-list > li.icon-bottom > a .ap-icon,
#a1976a7eafac26f .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1976a7eafac26f .menu-list > li.icon-bottom > a .ap-icon svg,
#a1976a7eafac26f .menu-list > li.icon-top > a .ap-icon svg,
#a1976a7eafac26f .menu-list > li.icon-bottom > a .ap-icon img,
#a1976a7eafac26f .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1976a7eafac26f .menu-list > li.icon-right > a .ap-icon,
#a1976a7eafac26f .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1976a7eafac26f .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1976a7eafac26f .menu-list > li:hover > a,
#a1976a7eafac26f .menu-list > li.active > a {
  background: #08a173;
  background-color: #08a173;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a1976a7eafac26f .menu-list ul,
#a1976a7eafac26f .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1976a7eafac26f .menu-list ul {
  top: 300px;
  left: 50%;
  transform: translateX(-50%);
}
#a1976a7eafac26f .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1976a7eafac26f .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1976a7eafac26f .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;
}
#abb36a7afcaa46d > .ele-wrap {background-color: #f4f4f4;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad226a5558a4bd1 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a21b9a55c3ab0df .line {flex-grow: 0;}#af727af9e3a67df > .ele-wrap {background-color: #f4f4f4;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab500ae577a1601 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#ab500ae577a1601 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ab500ae577a1601 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#ab500ae577a1601 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#ab500ae577a1601 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#ab500ae577a1601 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#ab500ae577a1601 .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;
}
#ab500ae577a1601 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#ab500ae577a1601 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#ab500ae577a1601 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#ab500ae577a1601 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#ab500ae577a1601 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#ab500ae577a1601 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#ab500ae577a1601 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#ab500ae577a1601 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#ab500ae577a1601 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#ab500ae577a1601 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#ab500ae577a1601 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#ab500ae577a1601 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#ab500ae577a1601 .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;
  }
}
#ab500ae577a1601 .ele-article-list .pic-article {
  border-bottom: 1px solid #ececec;
}
#ab500ae577a1601 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#ab500ae577a1601 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#ab500ae577a1601 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ab500ae577a1601 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#ab500ae577a1601 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#ab500ae577a1601 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#ab500ae577a1601 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#ab500ae577a1601 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
  padding-left: 0px !important;
  padding-right: 0px;
}
#ab500ae577a1601 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ab500ae577a1601 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#ab500ae577a1601 .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a203aaa2a0ae324 .quick-menus li.logged {
  display: none;
}
#a203aaa2a0ae324 .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#a203aaa2a0ae324 .header-right li a,
#a203aaa2a0ae324 .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#a203aaa2a0ae324 .header-left {
  float: left;
}
#a203aaa2a0ae324 .header-right {
  float: right;
}
#a203aaa2a0ae324 .header-right li.logged {
  display: none;
}
#a203aaa2a0ae324 .header-right li {
  display: inline;
}
#a203aaa2a0ae324 .header-right li a:hover,
#a203aaa2a0ae324 .header-link:hover {
  color: #08a173;
}
#a203aaa2a0ae324 .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#a203aaa2a0ae324 .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#a203aaa2a0ae324 .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#a203aaa2a0ae324 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a203aaa2a0ae324 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#a203aaa2a0ae324 .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #a203aaa2a0ae324 .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adaf9ae5c0a1b48 > .ele-wrap {background-color: rgba(176, 209, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af21bad250ab62e [data-item*=".abstract"], #af21bad250ab62e [data-item*=".abstract"] a {show: true;}#af21bad250ab62e [data-item*=".subTitle"], #af21bad250ab62e [data-item*=".subTitle"] a {show: true;}#af21bad250ab62e [data-item*=".category"], #af21bad250ab62e [data-item*=".category"] a {show: true;}#a6b3cabf3fa2a96 > .ele-wrap {border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: #08a173;border-right-color: #08a173;border-left-color: #08a173;border-top-color: #08a173;}#ab919a1f72a2b0b  {flex: 1;}#ac99ea7f27a5ccc  {flex-grow: 0;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;background-color: #f4f4f4;padding-top: 30px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae58da7401aaa2d .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#ae58da7401aaa2d .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ae58da7401aaa2d .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#ae58da7401aaa2d .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#ae58da7401aaa2d .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#ae58da7401aaa2d .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#ae58da7401aaa2d .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;
}
#ae58da7401aaa2d .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#ae58da7401aaa2d .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#ae58da7401aaa2d .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#ae58da7401aaa2d .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#ae58da7401aaa2d .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#ae58da7401aaa2d .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#ae58da7401aaa2d .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#ae58da7401aaa2d .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#ae58da7401aaa2d .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#ae58da7401aaa2d .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#ae58da7401aaa2d .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#ae58da7401aaa2d .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#ae58da7401aaa2d .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;
  }
}
#ae58da7401aaa2d .ele-article-list .pic-article {
  padding: 15px 5px;
  border-bottom: 2px solid #ececec;
}
#ae58da7401aaa2d .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#ae58da7401aaa2d .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#ae58da7401aaa2d .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#ae58da7401aaa2d .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #08a173;
}
#ae58da7401aaa2d .ele-article-list .pic-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#ae58da7401aaa2d .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#ae58da7401aaa2d .ele-article-list .pic-article:hover .category {
  color: auto;
}
#ae58da7401aaa2d .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#ae58da7401aaa2d .ele-article-list .pic-article:hover .time {
  color: auto;
}
#ae58da7401aaa2d .ele-article-list .text-article {
  border-bottom: 2px solid #ececec;
}
#ae58da7401aaa2d .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #08a173;
}
#ae58da7401aaa2d .ele-article-list .text-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#ae58da7401aaa2d .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#ae58da7401aaa2d .ele-article-list .text-article:hover .time {
  color: auto;
}
#a6780a5989a5499  {flex-grow: 0;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;background-color: #ffffff;}#a244ca5aabaec38  {flex-grow: 0;}#a72eda7131a6089 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac657ac47aa1808 .line {flex-grow: 0;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3fa8a78c5ad2fc .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3fa8a78c5ad2fc .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3fa8a78c5ad2fc .ap-icon {
  margin-right: 6px;
}
#a3fa8a78c5ad2fc .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;
  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: #f4f4f4;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #dadada;
  border-top-style: solid;
  border-right-color: #dadada;
  border-left-color: #dadada;
  border-bottom-color: #dadada;
  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-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  margin-left: 10px;
  width: 280px;
  height: 50px;
  background-color: #f4f4f4;
}
#a3fa8a78c5ad2fc .menu-list > li.icon-bottom > a,
#a3fa8a78c5ad2fc .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3fa8a78c5ad2fc .menu-list > li.icon-bottom > a .ap-icon,
#a3fa8a78c5ad2fc .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3fa8a78c5ad2fc .menu-list > li.icon-bottom > a .ap-icon svg,
#a3fa8a78c5ad2fc .menu-list > li.icon-top > a .ap-icon svg,
#a3fa8a78c5ad2fc .menu-list > li.icon-bottom > a .ap-icon img,
#a3fa8a78c5ad2fc .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3fa8a78c5ad2fc .menu-list > li.icon-right > a .ap-icon,
#a3fa8a78c5ad2fc .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3fa8a78c5ad2fc .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3fa8a78c5ad2fc .menu-list > li:hover > a,
#a3fa8a78c5ad2fc .menu-list > li.active > a {
  background: #08a173;
  background-color: #08a173;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a3fa8a78c5ad2fc .menu-list ul,
#a3fa8a78c5ad2fc .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3fa8a78c5ad2fc .menu-list ul {
  top: 300px;
  left: 50%;
  transform: translateX(-50%);
}
#a3fa8a78c5ad2fc .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3fa8a78c5ad2fc .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3fa8a78c5ad2fc .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;
}
#a6f5da1defa80b2 > .ele-wrap {background-color: #f4f4f4;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af5e6a31a4a9848 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4f69a389bac7b2 .line {flex-grow: 0;}#a0429af273a2638 > .ele-wrap {background-color: #f4f4f4;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a65b4abad5a82ca .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a65b4abad5a82ca .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a65b4abad5a82ca .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a65b4abad5a82ca .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a65b4abad5a82ca .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a65b4abad5a82ca .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a65b4abad5a82ca .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;
}
#a65b4abad5a82ca .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a65b4abad5a82ca .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a65b4abad5a82ca .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a65b4abad5a82ca .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a65b4abad5a82ca .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a65b4abad5a82ca .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a65b4abad5a82ca .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a65b4abad5a82ca .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a65b4abad5a82ca .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a65b4abad5a82ca .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a65b4abad5a82ca .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a65b4abad5a82ca .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a65b4abad5a82ca .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;
  }
}
#a65b4abad5a82ca .ele-article-list .pic-article {
  border-bottom: 1px solid #ececec;
}
#a65b4abad5a82ca .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a65b4abad5a82ca .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a65b4abad5a82ca .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a65b4abad5a82ca .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a65b4abad5a82ca .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a65b4abad5a82ca .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a65b4abad5a82ca .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a65b4abad5a82ca .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
  padding-left: 0px !important;
  padding-right: 0px;
}
#a65b4abad5a82ca .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a65b4abad5a82ca .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a65b4abad5a82ca .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a136aa58efacde6 .quick-menus li.logged {
  display: none;
}
#a136aa58efacde6 .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#a136aa58efacde6 .header-right li a,
#a136aa58efacde6 .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#a136aa58efacde6 .header-left {
  float: left;
}
#a136aa58efacde6 .header-right {
  float: right;
}
#a136aa58efacde6 .header-right li.logged {
  display: none;
}
#a136aa58efacde6 .header-right li {
  display: inline;
}
#a136aa58efacde6 .header-right li a:hover,
#a136aa58efacde6 .header-link:hover {
  color: #08a173;
}
#a136aa58efacde6 .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#a136aa58efacde6 .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#a136aa58efacde6 .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#a136aa58efacde6 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a136aa58efacde6 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#a136aa58efacde6 .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #a136aa58efacde6 .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8b60ab2c5abcbd > .ele-wrap {background-color: rgba(176, 209, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a555ca3aacaac3e [data-item*=".abstract"], #a555ca3aacaac3e [data-item*=".abstract"] a {show: true;}#a555ca3aacaac3e [data-item*=".subTitle"], #a555ca3aacaac3e [data-item*=".subTitle"] a {show: true;}#a555ca3aacaac3e [data-item*=".category"], #a555ca3aacaac3e [data-item*=".category"] a {show: true;}#a8fcca1f67a2991 > .ele-wrap {border-bottom-width: 2px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: #08a173;border-right-color: #08a173;border-left-color: #08a173;border-top-color: #08a173;}#a0719a4653a6ff9  {flex: 1;}#a0086a487da692e  {flex-grow: 0;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;background-color: #f4f4f4;padding-top: 30px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1f7ca4056a6124 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a1f7ca4056a6124 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1f7ca4056a6124 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a1f7ca4056a6124 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a1f7ca4056a6124 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a1f7ca4056a6124 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a1f7ca4056a6124 .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;
}
#a1f7ca4056a6124 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a1f7ca4056a6124 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a1f7ca4056a6124 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a1f7ca4056a6124 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a1f7ca4056a6124 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a1f7ca4056a6124 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a1f7ca4056a6124 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a1f7ca4056a6124 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a1f7ca4056a6124 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a1f7ca4056a6124 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a1f7ca4056a6124 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a1f7ca4056a6124 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a1f7ca4056a6124 .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;
  }
}
#a1f7ca4056a6124 .ele-article-list .pic-article {
  padding: 15px 5px;
  border-bottom: 2px solid #ececec;
}
#a1f7ca4056a6124 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a1f7ca4056a6124 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a1f7ca4056a6124 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#a1f7ca4056a6124 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #08a173;
}
#a1f7ca4056a6124 .ele-article-list .pic-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#a1f7ca4056a6124 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a1f7ca4056a6124 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a1f7ca4056a6124 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a1f7ca4056a6124 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a1f7ca4056a6124 .ele-article-list .text-article {
  border-bottom: 2px solid #ececec;
}
#a1f7ca4056a6124 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #08a173;
}
#a1f7ca4056a6124 .ele-article-list .text-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#a1f7ca4056a6124 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a1f7ca4056a6124 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a3a2fa9806adefd  {flex-grow: 0;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;background-color: #ffffff;}#a75bfa4af7a185c  {flex-grow: 0;}#afacea436baac57 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4478ad887adb30 .line {flex-grow: 0;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2cb1a5449afa5d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2cb1a5449afa5d .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2cb1a5449afa5d .ap-icon {
  margin-right: 6px;
}
#a2cb1a5449afa5d .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;
  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: #f4f4f4;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #dadada;
  border-top-style: solid;
  border-right-color: #dadada;
  border-left-color: #dadada;
  border-bottom-color: #dadada;
  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-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  margin-left: 10px;
  width: 280px;
  height: 50px;
  background-color: #f4f4f4;
}
#a2cb1a5449afa5d .menu-list > li.icon-bottom > a,
#a2cb1a5449afa5d .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2cb1a5449afa5d .menu-list > li.icon-bottom > a .ap-icon,
#a2cb1a5449afa5d .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2cb1a5449afa5d .menu-list > li.icon-bottom > a .ap-icon svg,
#a2cb1a5449afa5d .menu-list > li.icon-top > a .ap-icon svg,
#a2cb1a5449afa5d .menu-list > li.icon-bottom > a .ap-icon img,
#a2cb1a5449afa5d .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2cb1a5449afa5d .menu-list > li.icon-right > a .ap-icon,
#a2cb1a5449afa5d .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2cb1a5449afa5d .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2cb1a5449afa5d .menu-list > li:hover > a,
#a2cb1a5449afa5d .menu-list > li.active > a {
  background: #08a173;
  background-color: #08a173;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a2cb1a5449afa5d .menu-list ul,
#a2cb1a5449afa5d .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2cb1a5449afa5d .menu-list ul {
  top: 300px;
  left: 50%;
  transform: translateX(-50%);
}
#a2cb1a5449afa5d .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2cb1a5449afa5d .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2cb1a5449afa5d .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;
}
#a6703a511aa4915 > .ele-wrap {background-color: #f4f4f4;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9357ad07da1d1f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7e37ae246ae0c3 .line {flex-grow: 0;}#a8074a48e6a755f > .ele-wrap {background-color: #f4f4f4;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae568a94a3ad7fb .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#ae568a94a3ad7fb .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ae568a94a3ad7fb .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#ae568a94a3ad7fb .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#ae568a94a3ad7fb .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#ae568a94a3ad7fb .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#ae568a94a3ad7fb .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;
}
#ae568a94a3ad7fb .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#ae568a94a3ad7fb .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#ae568a94a3ad7fb .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#ae568a94a3ad7fb .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#ae568a94a3ad7fb .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#ae568a94a3ad7fb .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#ae568a94a3ad7fb .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#ae568a94a3ad7fb .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#ae568a94a3ad7fb .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#ae568a94a3ad7fb .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#ae568a94a3ad7fb .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#ae568a94a3ad7fb .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#ae568a94a3ad7fb .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;
  }
}
#ae568a94a3ad7fb .ele-article-list .pic-article {
  border-bottom: 1px solid #ececec;
}
#ae568a94a3ad7fb .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#ae568a94a3ad7fb .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#ae568a94a3ad7fb .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ae568a94a3ad7fb .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#ae568a94a3ad7fb .ele-article-list .pic-article:hover .category {
  color: auto;
}
#ae568a94a3ad7fb .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#ae568a94a3ad7fb .ele-article-list .pic-article:hover .time {
  color: auto;
}
#ae568a94a3ad7fb .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
  padding-left: 0px !important;
  padding-right: 0px;
}
#ae568a94a3ad7fb .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ae568a94a3ad7fb .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#ae568a94a3ad7fb .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af312a15c0a5455 .quick-menus li.logged {
  display: none;
}
#af312a15c0a5455 .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#af312a15c0a5455 .header-right li a,
#af312a15c0a5455 .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#af312a15c0a5455 .header-left {
  float: left;
}
#af312a15c0a5455 .header-right {
  float: right;
}
#af312a15c0a5455 .header-right li.logged {
  display: none;
}
#af312a15c0a5455 .header-right li {
  display: inline;
}
#af312a15c0a5455 .header-right li a:hover,
#af312a15c0a5455 .header-link:hover {
  color: #08a173;
}
#af312a15c0a5455 .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#af312a15c0a5455 .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#af312a15c0a5455 .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#af312a15c0a5455 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#af312a15c0a5455 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#af312a15c0a5455 .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #af312a15c0a5455 .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7529ad86da7a5a .uk-container {
  overflow: hidden;
}
#a7529ad86da7a5a .uk-button {
  border-radius: 100px;
  font-weight: bold;
  line-height: 1;
  padding: 17px 39px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.14);
  text-transform: uppercase;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.2);
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
@keyframes AnimationName {
  0% {
    background-position: 0% 31%;
  }
  50% {
    background-position: 100% 70%;
  }
  100% {
    background-position: 0% 31%;
  }
}
#a7529ad86da7a5a .uk-button:hover {
  color: #666666 !important;
  background: #fff;
}
#a7529ad86da7a5a .uk-button-primary {
  background: #f2f2f2;
  background: linear-gradient(135deg, #f2f2f2 0%, #dddddd 50%, #ffffff 51%, #ffffff 71%, #f6f8fb 100%);
  color: #666666 !important;
  background-size: 400% 400%;
  animation: AnimationName 3s ease infinite;
  border: medium none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a77c3a33ccab45c .post-cate {
  position: absolute;
  margin-left: 0;
  left: 15px;
  top: 15px;
  padding: 0 10px;
  line-height: 20px;
  font-size: 12px;
  z-index: 100;
  background: #08a173;
  color: #fff;
}
#a77c3a33ccab45c .new-list .uk-card {
  border-bottom: 1px solid #e7e7e7;
}
#a77c3a33ccab45c .new-list .uk-card:first-of-type {
  padding-top: 0;
}
#a77c3a33ccab45c .new-list .uk-card:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
#a77c3a33ccab45c .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%); */
}
#a77c3a33ccab45c .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;
}
#a77c3a33ccab45c .main-item:hover::after {
  opacity: 1;
}
#a77c3a33ccab45c .main-info {
  z-index: 100;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a612eadf5fa9707 .event-list {
  margin-bottom: 20px;
}
#a612eadf5fa9707 .event-list .event-date {
  margin: 14px 30px 0 0;
  width: 54px;
  height: 54px;
  text-align: center;
  color: #08a173;
  border: 1px solid #08a173;
  padding: 0;
}
#a612eadf5fa9707 .event-list .number-mon {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  padding-top: 6px;
}
#a612eadf5fa9707 .event-list p {
  margin: 0;
  padding: 0;
}
#a612eadf5fa9707 .event-list .text-mon {
  font-size: 12px;
}
#a612eadf5fa9707 .event-list .event-meta .detail {
  font-size: 14px;
  color: #b0b0b0;
  line-height: 2;
}
#a612eadf5fa9707 .item-title {
  font-size: 16px;
  color: #333;
  position: relative;
  line-height: 36px;
  margin-bottom: 6px;
  display: block;
}
#a612eadf5fa9707 .uk-card:hover .event-date {
  background-color: #08a173;
  color: #fff;
}
#a612eadf5fa9707 .event-meta h4 a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 30px;
  border-bottom: 1px solid #08a173;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a58c7aae82a7343 .ap-form-register .uk-card-head {
  position: relative;
  background-color: #08a173;
  padding: 52px 0px 69px 0px;
  overflow: hidden;
  z-index: 0;
}
#a58c7aae82a7343 .ap-form-register .uk-card-head .uk-card-title {
  color: #fff;
  font-size: 30px;
  line-height: 36px;
}
#a58c7aae82a7343 .ap-form-register .uk-card-head .uk-card-title .triangle::after {
  position: absolute;
  bottom: 0;
  right: 50%;
  content: "";
  transform: translateX(50%);
  border-left: 1500px solid white;
  border-right: 1500px solid white;
  border-top: 300px solid #08a173;
  /*宽高比为10:1，即（1500+1500）: 300*/
  /*定位（-x,-y）*/
  margin-top: -300px;
  margin-left: -1500px;
  z-index: -1;
}
#a58c7aae82a7343 .ap-form-register .form-submit-btn {
  display: block;
  margin: 0 auto;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding: 0 45px;
  color: #fff;
  background: #08a173;
}
#a58c7aae82a7343 .ap-form-register .form-submit-btn::before {
  position: absolute;
  left: 3px;
  top: 3px;
  content: "";
  z-index: -1;
  width: 102%;
  height: 108%;
}
#a58c7aae82a7343 .ap-form-register .count-number {
  position: relative;
  font-size: 48px;
  line-height: 48px;
  color: #22272b;
  font-weight: 700;
  display: inline-block;
}
#a58c7aae82a7343 .ap-form-register .count-number::after {
  position: absolute;
  left: 100%;
  content: attr(data-unit);
  font-size: 14px;
  color: #bfc5ca;
  font-weight: 700;
  margin-left: 5px;
  line-height: 1;
  margin-top: -5px;
  bottom: 5px;
}
#a58c7aae82a7343 .ap-form-register .count-number::before {
  font-size: 14px;
  color: #bfc5ca;
  line-height: 1;
  position: absolute;
  content: "/";
  left: 100%;
  bottom: 5px;
}
#afb11aefa3aa6c7 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab698a4b7faeb07  {flex-grow: 1;}#ad43da286ba5fd8  {flex-grow: 1;}#a1b25a1b0aa98f8  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a515fa80c3abc38  {flex-grow: 1;}#ac02fa42dda085d .a4091a497aae915 a, #ac02fa42dda085d .a4091a497aae915 {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: #08a173;line-height: 50px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac02fa42dda085d .a0b63a4bd2a03b2 {
  overflow: hidden;
}
#ac02fa42dda085d .a0b63a4bd2a03b2 , #ac02fa42dda085d .a0b63a4bd2a03b2 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(51, 51, 51, 1);line-height: 50px;}#ac02fa42dda085d .a0b63a4bd2a03b2:hover , #ac02fa42dda085d .a0b63a4bd2a03b2 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #08a173;}#ac02fa42dda085d .a9a9cac709a2295  {
        font-weight: normal;
        font-style: normal;
    text-align: right;font-family: inherit;color: rgba(150, 150, 150, 1);line-height: 50px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac02fa42dda085d .uk-grid > .uk-grid-margin {
  margin-top: nullpx;
}
#ac02fa42dda085d .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ac02fa42dda085d .uk-position-center-left-out {
    left: -30px;
  }
  #ac02fa42dda085d .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa2f3a07bea22b1  {flex-grow: 1;}#a9219ae43eaba22 .a7d49aee36a5484 a, #a9219ae43eaba22 .a7d49aee36a5484 {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: #08a173;line-height: 50px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9219ae43eaba22 .a150ea80cca3995 {
  overflow: hidden;
}
#a9219ae43eaba22 .a150ea80cca3995 , #a9219ae43eaba22 .a150ea80cca3995 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(51, 51, 51, 1);line-height: 50px;}#a9219ae43eaba22 .a150ea80cca3995:hover , #a9219ae43eaba22 .a150ea80cca3995 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #08a173;}#a9219ae43eaba22 .a2c1aac399a50a0  {
        font-weight: normal;
        font-style: normal;
    text-align: right;font-family: inherit;color: rgba(150, 150, 150, 1);line-height: 50px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9219ae43eaba22 .uk-grid > .uk-grid-margin {
  margin-top: nullpx;
}
#a9219ae43eaba22 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a9219ae43eaba22 .uk-position-center-left-out {
    left: -30px;
  }
  #a9219ae43eaba22 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac4d0a2a90ab1e8  {flex-grow: 1;}#a75e1a82b3a6bf6 .a5d64a591ba989c a, #a75e1a82b3a6bf6 .a5d64a591ba989c {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: #08a173;line-height: 50px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a75e1a82b3a6bf6 .a5f3fa9e9fa2832 {
  overflow: hidden;
}
#a75e1a82b3a6bf6 .a5f3fa9e9fa2832 , #a75e1a82b3a6bf6 .a5f3fa9e9fa2832 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(51, 51, 51, 1);line-height: 50px;}#a75e1a82b3a6bf6 .a5f3fa9e9fa2832:hover , #a75e1a82b3a6bf6 .a5f3fa9e9fa2832 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #08a173;}#a75e1a82b3a6bf6 .a8f77a5d20aeb42  {
        font-weight: normal;
        font-style: normal;
    text-align: right;font-family: inherit;color: rgba(150, 150, 150, 1);line-height: 50px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a75e1a82b3a6bf6 .uk-grid > .uk-grid-margin {
  margin-top: nullpx;
}
#a75e1a82b3a6bf6 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a75e1a82b3a6bf6 .uk-position-center-left-out {
    left: -30px;
  }
  #a75e1a82b3a6bf6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acb7aa4f97a7324  {flex-grow: 1;}#adafea34cda072c .a3710a1740a0f17 a, #adafea34cda072c .a3710a1740a0f17 {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: #08a173;line-height: 50px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adafea34cda072c .adf54a71cea8cad {
  overflow: hidden;
}
#adafea34cda072c .adf54a71cea8cad , #adafea34cda072c .adf54a71cea8cad > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(51, 51, 51, 1);line-height: 50px;}#adafea34cda072c .adf54a71cea8cad:hover , #adafea34cda072c .adf54a71cea8cad *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #08a173;}#adafea34cda072c .a60e5a42baa5cf1  {
        font-weight: normal;
        font-style: normal;
    text-align: right;font-family: inherit;color: rgba(150, 150, 150, 1);line-height: 50px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adafea34cda072c .uk-grid > .uk-grid-margin {
  margin-top: nullpx;
}
#adafea34cda072c .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #adafea34cda072c .uk-position-center-left-out {
    left: -30px;
  }
  #adafea34cda072c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af887a1c2ca8ed6  {flex-grow: 1;}#a41caa7aa1ae689 .a4a0eaddc3adfed a, #a41caa7aa1ae689 .a4a0eaddc3adfed {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: #08a173;line-height: 50px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a41caa7aa1ae689 .a5edbaadd5a834b {
  overflow: hidden;
}
#a41caa7aa1ae689 .a5edbaadd5a834b , #a41caa7aa1ae689 .a5edbaadd5a834b > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(51, 51, 51, 1);line-height: 50px;}#a41caa7aa1ae689 .a5edbaadd5a834b:hover , #a41caa7aa1ae689 .a5edbaadd5a834b *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #08a173;}#a41caa7aa1ae689 .a5d9ba3494a2c79  {
        font-weight: normal;
        font-style: normal;
    text-align: right;font-family: inherit;color: rgba(150, 150, 150, 1);line-height: 50px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a41caa7aa1ae689 .uk-grid > .uk-grid-margin {
  margin-top: nullpx;
}
#a41caa7aa1ae689 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a41caa7aa1ae689 .uk-position-center-left-out {
    left: -30px;
  }
  #a41caa7aa1ae689 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5810a09afa9593  {flex-grow: 1;}#a7c14a7115a94ce .a1cfba47e0abab4 a, #a7c14a7115a94ce .a1cfba47e0abab4 {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: #08a173;line-height: 50px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7c14a7115a94ce .a2513a191ea6d42 {
  overflow: hidden;
}
#a7c14a7115a94ce .a2513a191ea6d42 , #a7c14a7115a94ce .a2513a191ea6d42 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(51, 51, 51, 1);line-height: 50px;}#a7c14a7115a94ce .a2513a191ea6d42:hover , #a7c14a7115a94ce .a2513a191ea6d42 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #08a173;}#a7c14a7115a94ce .a324fab829a8996  {
        font-weight: normal;
        font-style: normal;
    text-align: right;font-family: inherit;color: rgba(150, 150, 150, 1);line-height: 50px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7c14a7115a94ce .uk-grid > .uk-grid-margin {
  margin-top: nullpx;
}
#a7c14a7115a94ce .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a7c14a7115a94ce .uk-position-center-left-out {
    left: -30px;
  }
  #a7c14a7115a94ce .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a35c3abc1ca87bd  {flex-grow: 1;}#a1fdda9559afbb5 .a1ef8a5ef3a9dc9 a, #a1fdda9559afbb5 .a1ef8a5ef3a9dc9 {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: #08a173;line-height: 50px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1fdda9559afbb5 .ac8a6ae023a65d4 {
  overflow: hidden;
}
#a1fdda9559afbb5 .ac8a6ae023a65d4 , #a1fdda9559afbb5 .ac8a6ae023a65d4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(51, 51, 51, 1);line-height: 50px;}#a1fdda9559afbb5 .ac8a6ae023a65d4:hover , #a1fdda9559afbb5 .ac8a6ae023a65d4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #08a173;}#a1fdda9559afbb5 .adcf9a6934ae504  {
        font-weight: normal;
        font-style: normal;
    text-align: right;font-family: inherit;color: rgba(150, 150, 150, 1);line-height: 50px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1fdda9559afbb5 .uk-grid > .uk-grid-margin {
  margin-top: nullpx;
}
#a1fdda9559afbb5 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a1fdda9559afbb5 .uk-position-center-left-out {
    left: -30px;
  }
  #a1fdda9559afbb5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#abe6dacac2a249c  {flex-grow: 1;}#aead9ad8c9a21d6 .a13d7ac872acade a, #aead9ad8c9a21d6 .a13d7ac872acade {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: #08a173;line-height: 50px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aead9ad8c9a21d6 .abe5aaa503a3369 {
  overflow: hidden;
}
#aead9ad8c9a21d6 .abe5aaa503a3369 , #aead9ad8c9a21d6 .abe5aaa503a3369 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(51, 51, 51, 1);line-height: 50px;}#aead9ad8c9a21d6 .abe5aaa503a3369:hover , #aead9ad8c9a21d6 .abe5aaa503a3369 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #08a173;}#aead9ad8c9a21d6 .a8f44a83dfa4588  {
        font-weight: normal;
        font-style: normal;
    text-align: right;font-family: inherit;color: rgba(150, 150, 150, 1);line-height: 50px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aead9ad8c9a21d6 .uk-grid > .uk-grid-margin {
  margin-top: nullpx;
}
#aead9ad8c9a21d6 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aead9ad8c9a21d6 .uk-position-center-left-out {
    left: -30px;
  }
  #aead9ad8c9a21d6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a573cafea1aee1f  {flex-grow: 1;}#a9d8fa94dfa9940 .aa30aa44dda1dd6 a, #a9d8fa94dfa9940 .aa30aa44dda1dd6 {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: #08a173;line-height: 50px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9d8fa94dfa9940 .afe06aab49a9f56 {
  overflow: hidden;
}
#a9d8fa94dfa9940 .afe06aab49a9f56 , #a9d8fa94dfa9940 .afe06aab49a9f56 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(51, 51, 51, 1);line-height: 50px;}#a9d8fa94dfa9940 .afe06aab49a9f56:hover , #a9d8fa94dfa9940 .afe06aab49a9f56 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #08a173;}#a9d8fa94dfa9940 .a8321a76e3af1d7  {
        font-weight: normal;
        font-style: normal;
    text-align: right;font-family: inherit;color: rgba(150, 150, 150, 1);line-height: 50px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9d8fa94dfa9940 .uk-grid > .uk-grid-margin {
  margin-top: nullpx;
}
#a9d8fa94dfa9940 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a9d8fa94dfa9940 .uk-position-center-left-out {
    left: -30px;
  }
  #a9d8fa94dfa9940 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a18a4a8722a5fcb  {flex-grow: 1;}#a9949acedaaf5fe .aa4c7a23b8a808f a, #a9949acedaaf5fe .aa4c7a23b8a808f {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: #08a173;line-height: 50px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9949acedaaf5fe .a2c54a3408a038f {
  overflow: hidden;
}
#a9949acedaaf5fe .a2c54a3408a038f , #a9949acedaaf5fe .a2c54a3408a038f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(51, 51, 51, 1);line-height: 50px;}#a9949acedaaf5fe .a2c54a3408a038f:hover , #a9949acedaaf5fe .a2c54a3408a038f *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #08a173;}#a9949acedaaf5fe .a0c51a90dea8adb  {
        font-weight: normal;
        font-style: normal;
    text-align: right;font-family: inherit;color: rgba(150, 150, 150, 1);line-height: 50px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9949acedaaf5fe .uk-grid > .uk-grid-margin {
  margin-top: nullpx;
}
#a9949acedaaf5fe .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a9949acedaaf5fe .uk-position-center-left-out {
    left: -30px;
  }
  #a9949acedaaf5fe .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ab11fabd60a3155  {flex-grow: 1;}#a40c7ad673aae8f .aeefaaade6a00df a, #a40c7ad673aae8f .aeefaaade6a00df {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: #08a173;line-height: 50px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a40c7ad673aae8f .ac821aee36af9b3 {
  overflow: hidden;
}
#a40c7ad673aae8f .ac821aee36af9b3 , #a40c7ad673aae8f .ac821aee36af9b3 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(51, 51, 51, 1);line-height: 50px;}#a40c7ad673aae8f .ac821aee36af9b3:hover , #a40c7ad673aae8f .ac821aee36af9b3 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #08a173;}#a40c7ad673aae8f .aa0b6a9ea2a1d20  {
        font-weight: normal;
        font-style: normal;
    text-align: right;font-family: inherit;color: rgba(150, 150, 150, 1);line-height: 50px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a40c7ad673aae8f .uk-grid > .uk-grid-margin {
  margin-top: nullpx;
}
#a40c7ad673aae8f .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a40c7ad673aae8f .uk-position-center-left-out {
    left: -30px;
  }
  #a40c7ad673aae8f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a85dcab49ca3196  {flex-grow: 1;}#a0f9dad539a5450 .a2222aae60a74d8 a, #a0f9dad539a5450 .a2222aae60a74d8 {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: #08a173;line-height: 50px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0f9dad539a5450 .ae87da7cfba6222 {
  overflow: hidden;
}
#a0f9dad539a5450 .ae87da7cfba6222 , #a0f9dad539a5450 .ae87da7cfba6222 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(51, 51, 51, 1);line-height: 50px;}#a0f9dad539a5450 .ae87da7cfba6222:hover , #a0f9dad539a5450 .ae87da7cfba6222 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #08a173;}#a0f9dad539a5450 .a86fba03d4a5704  {
        font-weight: normal;
        font-style: normal;
    text-align: right;font-family: inherit;color: rgba(150, 150, 150, 1);line-height: 50px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0f9dad539a5450 .uk-grid > .uk-grid-margin {
  margin-top: nullpx;
}
#a0f9dad539a5450 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a0f9dad539a5450 .uk-position-center-left-out {
    left: -30px;
  }
  #a0f9dad539a5450 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0f09aac80acb3a  {flex-grow: 1;}#ac021a4ba3acade  {flex-grow: 1;}#a5d28ab570a3fc9  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a531ba2ce6a2639  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a1519a1ec5aef45 .a18cbad04ba1424 a, #a1519a1ec5aef45 .a18cbad04ba1424 {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: #08a173;line-height: 50px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1519a1ec5aef45 .ac453adb9aa498c {
  overflow: hidden;
}
#a1519a1ec5aef45 .ac453adb9aa498c , #a1519a1ec5aef45 .ac453adb9aa498c > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(51, 51, 51, 1);line-height: 50px;}#a1519a1ec5aef45 .ac453adb9aa498c:hover , #a1519a1ec5aef45 .ac453adb9aa498c *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #08a173;}#a1519a1ec5aef45 .ac0b4a165da243a  {
        font-weight: normal;
        font-style: normal;
    text-align: right;font-family: inherit;color: rgba(150, 150, 150, 1);line-height: 50px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1519a1ec5aef45 .uk-grid > .uk-grid-margin {
  margin-top: nullpx;
}
#a1519a1ec5aef45 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a1519a1ec5aef45 .uk-position-center-left-out {
    left: -30px;
  }
  #a1519a1ec5aef45 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4f2da5295a202a  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aed2eac063af7d9 .a3428a3686a31cd a, #aed2eac063af7d9 .a3428a3686a31cd {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: #08a173;line-height: 50px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aed2eac063af7d9 .a39b6a5f0bae71a {
  overflow: hidden;
}
#aed2eac063af7d9 .a39b6a5f0bae71a , #aed2eac063af7d9 .a39b6a5f0bae71a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(51, 51, 51, 1);line-height: 50px;}#aed2eac063af7d9 .a39b6a5f0bae71a:hover , #aed2eac063af7d9 .a39b6a5f0bae71a *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #08a173;}#aed2eac063af7d9 .a7cb8a22b8af20e  {
        font-weight: normal;
        font-style: normal;
    text-align: right;font-family: inherit;color: rgba(150, 150, 150, 1);line-height: 50px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aed2eac063af7d9 .uk-grid > .uk-grid-margin {
  margin-top: nullpx;
}
#aed2eac063af7d9 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aed2eac063af7d9 .uk-position-center-left-out {
    left: -30px;
  }
  #aed2eac063af7d9 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a928aa66a3ad177  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5e18ae197aeaa5 .af334a6841a5705 a, #a5e18ae197aeaa5 .af334a6841a5705 {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: #08a173;line-height: 50px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5e18ae197aeaa5 .a8ee0ae99dad053 {
  overflow: hidden;
}
#a5e18ae197aeaa5 .a8ee0ae99dad053 , #a5e18ae197aeaa5 .a8ee0ae99dad053 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(51, 51, 51, 1);line-height: 50px;}#a5e18ae197aeaa5 .a8ee0ae99dad053:hover , #a5e18ae197aeaa5 .a8ee0ae99dad053 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #08a173;}#a5e18ae197aeaa5 .a6265a484baef66  {
        font-weight: normal;
        font-style: normal;
    text-align: right;font-family: inherit;color: rgba(150, 150, 150, 1);line-height: 50px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5e18ae197aeaa5 .uk-grid > .uk-grid-margin {
  margin-top: nullpx;
}
#a5e18ae197aeaa5 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a5e18ae197aeaa5 .uk-position-center-left-out {
    left: -30px;
  }
  #a5e18ae197aeaa5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acc9aa083da7113  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ac7c9a5d03a458f .a6e83aae28a5143 a, #ac7c9a5d03a458f .a6e83aae28a5143 {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: #08a173;line-height: 50px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac7c9a5d03a458f .aa0daaff0aacb7f {
  overflow: hidden;
}
#ac7c9a5d03a458f .aa0daaff0aacb7f , #ac7c9a5d03a458f .aa0daaff0aacb7f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(51, 51, 51, 1);line-height: 50px;}#ac7c9a5d03a458f .aa0daaff0aacb7f:hover , #ac7c9a5d03a458f .aa0daaff0aacb7f *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #08a173;}#ac7c9a5d03a458f .a0824a1c34aef0e  {
        font-weight: normal;
        font-style: normal;
    text-align: right;font-family: inherit;color: rgba(150, 150, 150, 1);line-height: 50px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac7c9a5d03a458f .uk-grid > .uk-grid-margin {
  margin-top: nullpx;
}
#ac7c9a5d03a458f .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ac7c9a5d03a458f .uk-position-center-left-out {
    left: -30px;
  }
  #ac7c9a5d03a458f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3356a6c93a9ff4  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3fc5a2a8ea0410 .ab756a20b6af20c a, #a3fc5a2a8ea0410 .ab756a20b6af20c {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: #08a173;line-height: 50px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3fc5a2a8ea0410 .a77f5a59b2a140d {
  overflow: hidden;
}
#a3fc5a2a8ea0410 .a77f5a59b2a140d , #a3fc5a2a8ea0410 .a77f5a59b2a140d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(51, 51, 51, 1);line-height: 50px;}#a3fc5a2a8ea0410 .a77f5a59b2a140d:hover , #a3fc5a2a8ea0410 .a77f5a59b2a140d *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #08a173;}#a3fc5a2a8ea0410 .a0f2eacf24a245c  {
        font-weight: normal;
        font-style: normal;
    text-align: right;font-family: inherit;color: rgba(150, 150, 150, 1);line-height: 50px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3fc5a2a8ea0410 .uk-grid > .uk-grid-margin {
  margin-top: nullpx;
}
#a3fc5a2a8ea0410 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a3fc5a2a8ea0410 .uk-position-center-left-out {
    left: -30px;
  }
  #a3fc5a2a8ea0410 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a99b5a7ea6ac632  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a1285a2947ac701 .a9954afd11a5e2e a, #a1285a2947ac701 .a9954afd11a5e2e {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: #08a173;line-height: 50px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1285a2947ac701 .a1a53a18a2ae3d1 {
  overflow: hidden;
}
#a1285a2947ac701 .a1a53a18a2ae3d1 , #a1285a2947ac701 .a1a53a18a2ae3d1 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(51, 51, 51, 1);line-height: 50px;}#a1285a2947ac701 .a1a53a18a2ae3d1:hover , #a1285a2947ac701 .a1a53a18a2ae3d1 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #08a173;}#a1285a2947ac701 .a9c98a1447a6f45  {
        font-weight: normal;
        font-style: normal;
    text-align: right;font-family: inherit;color: rgba(150, 150, 150, 1);line-height: 50px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1285a2947ac701 .uk-grid > .uk-grid-margin {
  margin-top: nullpx;
}
#a1285a2947ac701 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a1285a2947ac701 .uk-position-center-left-out {
    left: -30px;
  }
  #a1285a2947ac701 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac782a40f1aaa82  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aa870abc75a3727 .a2c1eafe4cacd1d a, #aa870abc75a3727 .a2c1eafe4cacd1d {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;color: #08a173;line-height: 50px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa870abc75a3727 .ac478a6755a05e0 {
  overflow: hidden;
}
#aa870abc75a3727 .ac478a6755a05e0 , #aa870abc75a3727 .ac478a6755a05e0 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(51, 51, 51, 1);line-height: 50px;}#aa870abc75a3727 .ac478a6755a05e0:hover , #aa870abc75a3727 .ac478a6755a05e0 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #08a173;}#aa870abc75a3727 .a6cc8a3d3ea9601  {
        font-weight: normal;
        font-style: normal;
    text-align: right;font-family: inherit;color: rgba(150, 150, 150, 1);line-height: 50px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa870abc75a3727 .uk-grid > .uk-grid-margin {
  margin-top: nullpx;
}
#aa870abc75a3727 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aa870abc75a3727 .uk-position-center-left-out {
    left: -30px;
  }
  #aa870abc75a3727 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ab073aac22a3eea  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6ff1a2f66a6e13 .uk-grid > .uk-grid-margin {
  margin-top: nullpx;
}
#a6ff1a2f66a6e13 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a6ff1a2f66a6e13 .uk-position-center-left-out {
    left: -30px;
  }
  #a6ff1a2f66a6e13 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac74eaac73ab64e  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad073a8ae3a5407 .uk-grid > .uk-grid-margin {
  margin-top: nullpx;
}
#ad073a8ae3a5407 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ad073a8ae3a5407 .uk-position-center-left-out {
    left: -30px;
  }
  #ad073a8ae3a5407 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af08ea707ca1cc1  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3640a8f76a86a1 .uk-grid > .uk-grid-margin {
  margin-top: nullpx;
}
#a3640a8f76a86a1 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a3640a8f76a86a1 .uk-position-center-left-out {
    left: -30px;
  }
  #a3640a8f76a86a1 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acb3fac961a61b9  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a0a47a3c76a6c61  {flex-grow: 1;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1fdfa5698a24a0 .uk-grid > .uk-grid-margin {
  margin-top: nullpx;
}
#a1fdfa5698a24a0 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a1fdfa5698a24a0 .uk-position-center-left-out {
    left: -30px;
  }
  #a1fdfa5698a24a0 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aeeafaf4bba3c92  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac9f3ad033a7411 .uk-grid > .uk-grid-margin {
  margin-top: nullpx;
}
#ac9f3ad033a7411 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ac9f3ad033a7411 .uk-position-center-left-out {
    left: -30px;
  }
  #ac9f3ad033a7411 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af81aa2418ad8be .ele-wrap {color: #417505;font-size: 14px;font-weight: 500;border-radius: 4px;justify-content: center;border-style: solid;border-color: rgba(8, 161, 115, 1);border-width: 1px;}#af81aa2418ad8be .ele-wrap:hover {background-color: #509c49;color: #ffffff;background-color: #08a173;}#a1cc3a6f9da5b0d .ele-wrap {color: #417505;font-size: 14px;font-weight: 500;border-radius: 4px;justify-content: center;border-style: solid;border-color: rgba(8, 161, 115, 1);border-width: 1px;}#a1cc3a6f9da5b0d .ele-wrap:hover {background-color: #509c49;color: #ffffff;background-color: #08a173;}#a3000a9964a271b .ele-wrap {color: #417505;font-size: 14px;font-weight: 500;border-radius: 4px;justify-content: center;border-style: solid;border-color: rgba(8, 161, 115, 1);border-width: 1px;}#a3000a9964a271b .ele-wrap:hover {background-color: #509c49;color: #ffffff;background-color: #08a173;}#a6236ae07ea0951 .ele-wrap {color: #417505;font-size: 14px;font-weight: 500;border-radius: 4px;justify-content: center;border-style: solid;border-color: rgba(8, 161, 115, 1);border-width: 1px;}#a6236ae07ea0951 .ele-wrap:hover {background-color: #509c49;color: #ffffff;background-color: #08a173;}#ae6d9a9105a43b5 .ele-wrap {color: #417505;font-size: 14px;font-weight: 500;border-radius: 4px;justify-content: center;border-style: solid;border-color: rgba(8, 161, 115, 1);border-width: 1px;}#ae6d9a9105a43b5 .ele-wrap:hover {background-color: #509c49;color: #ffffff;background-color: #08a173;}#a2043a88f6a41f8 .ele-wrap {color: #417505;font-size: 14px;font-weight: 500;border-radius: 4px;justify-content: center;border-style: solid;border-color: rgba(8, 161, 115, 1);border-width: 1px;}#a2043a88f6a41f8 .ele-wrap:hover {background-color: #509c49;color: #ffffff;background-color: #08a173;}#a7717a49f5a009e .ele-wrap {color: #417505;font-size: 14px;font-weight: 500;border-radius: 4px;justify-content: center;border-style: solid;border-color: rgba(8, 161, 115, 1);border-width: 1px;}#a7717a49f5a009e .ele-wrap:hover {background-color: #509c49;color: #ffffff;background-color: #08a173;}#aaa43a8d1fa9116 .ele-wrap {color: #417505;font-size: 14px;font-weight: 500;border-radius: 4px;justify-content: center;border-style: solid;border-color: rgba(8, 161, 115, 1);border-width: 1px;}#aaa43a8d1fa9116 .ele-wrap:hover {background-color: #509c49;color: #ffffff;background-color: #08a173;}#a1775add1ca1875 .ele-wrap {color: #417505;font-size: 14px;font-weight: 500;border-radius: 4px;justify-content: center;border-style: solid;border-color: rgba(8, 161, 115, 1);border-width: 1px;}#a1775add1ca1875 .ele-wrap:hover {background-color: #509c49;color: #ffffff;background-color: #08a173;}#a5ea2acd41a1c67 .ele-wrap {color: #417505;font-size: 14px;font-weight: 500;border-radius: 4px;justify-content: center;border-style: solid;border-color: rgba(8, 161, 115, 1);border-width: 1px;}#a5ea2acd41a1c67 .ele-wrap:hover {background-color: #509c49;color: #ffffff;background-color: #08a173;}#af31ba62fea3664 .ele-wrap {color: #417505;font-size: 14px;font-weight: 500;border-radius: 4px;justify-content: center;border-style: solid;border-color: rgba(8, 161, 115, 1);border-width: 1px;}#af31ba62fea3664 .ele-wrap:hover {background-color: #509c49;color: #ffffff;background-color: #08a173;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a816ea5155ae7fb .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a816ea5155ae7fb .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 5px;
}
#a816ea5155ae7fb .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
  background-color: #f8f8f8;
}
#a816ea5155ae7fb .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a816ea5155ae7fb .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a816ea5155ae7fb .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a816ea5155ae7fb .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;
}
#a816ea5155ae7fb .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a816ea5155ae7fb .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a816ea5155ae7fb .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a816ea5155ae7fb .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a816ea5155ae7fb .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a816ea5155ae7fb .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a816ea5155ae7fb .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a816ea5155ae7fb .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
  background-color: #f8f8f8;
}
#a816ea5155ae7fb .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a816ea5155ae7fb .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a816ea5155ae7fb .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a816ea5155ae7fb .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a816ea5155ae7fb .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;
  }
}
#a816ea5155ae7fb .ele-article-list .pic-article {
  padding: 15px 5px;
  border-bottom: 1px solid #e4e4e4;
}
#a816ea5155ae7fb .ele-article-list .pic-article .img_wrap {
  width: 25%;
  border-radius: 8px;
  overflow: hidden;
}
#a816ea5155ae7fb .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a816ea5155ae7fb .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#a816ea5155ae7fb .ele-article-list .pic-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#a816ea5155ae7fb .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a816ea5155ae7fb .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a816ea5155ae7fb .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a816ea5155ae7fb .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a816ea5155ae7fb .ele-article-list .text-article {
  border-bottom: 1px solid #e4e4e4;
}
#a816ea5155ae7fb .ele-article-list .text-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#a816ea5155ae7fb .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a816ea5155ae7fb .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a72cdac45da6a36 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a72cdac45da6a36 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 5px;
}
#a72cdac45da6a36 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
  background-color: #f8f8f8;
}
#a72cdac45da6a36 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a72cdac45da6a36 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a72cdac45da6a36 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a72cdac45da6a36 .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;
}
#a72cdac45da6a36 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a72cdac45da6a36 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a72cdac45da6a36 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a72cdac45da6a36 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a72cdac45da6a36 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a72cdac45da6a36 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a72cdac45da6a36 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a72cdac45da6a36 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
  background-color: #f8f8f8;
}
#a72cdac45da6a36 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a72cdac45da6a36 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a72cdac45da6a36 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a72cdac45da6a36 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a72cdac45da6a36 .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;
  }
}
#a72cdac45da6a36 .ele-article-list .pic-article {
  padding: 15px 5px;
  border-bottom: 1px solid #ececec;
}
#a72cdac45da6a36 .ele-article-list .pic-article .img_wrap {
  width: 25%;
  border-radius: 8px;
  overflow: hidden;
}
#a72cdac45da6a36 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a72cdac45da6a36 .ele-article-list .pic-article .time {
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
}
#a72cdac45da6a36 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#a72cdac45da6a36 .ele-article-list .pic-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#a72cdac45da6a36 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a72cdac45da6a36 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a72cdac45da6a36 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a72cdac45da6a36 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a72cdac45da6a36 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a72cdac45da6a36 .ele-article-list .text-article .time {
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
}
#a72cdac45da6a36 .ele-article-list .text-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#a72cdac45da6a36 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a72cdac45da6a36 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a3804a63f5a93e0 .ele-wrap {font-size: 14px;justify-content: center;border-style: solid;color: #666666;border-width: 1px;border-color: rgba(225, 225, 225, 1);}#a3804a63f5a93e0 .ele-wrap:hover {background-color: #1e87f0;color: #ffffff;}#a4b2ea2b1aab2e1 .ele-wrap {font-size: 14px;justify-content: center;border-style: solid;color: #666666;border-width: 1px;border-color: rgba(225, 225, 225, 1);}#a4b2ea2b1aab2e1 .ele-wrap:hover {background-color: #1e87f0;color: #ffffff;}#a77c3a33ccab45c [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#a77c3a33ccab45c [data-item="buttons[0]"]:hover {background-color: #1e87f0;}#a612eadf5fa9707 .uk-grid>.uk-grid-margin {margin-top: 5px;}@media (min-width: 1200px) {
                    #a612eadf5fa9707 .uk-grid>.uk-grid-margin {margin-top: 5px;}
                }@media (max-width: 640) {
                    #a612eadf5fa9707 .uk-grid>.uk-grid-margin {margin-top: 5px;}
                }#a612eadf5fa9707 [data-item="items"] .uk-card {background-color: rgba(244, 244, 244, 1)}#a612eadf5fa9707 [data-item*=".title"], #a612eadf5fa9707 [data-item*=".title"] a {max-line: 2;}#a612eadf5fa9707 [data-item*=".abstract"], #a612eadf5fa9707 [data-item*=".abstract"] a {show: true;}#a612eadf5fa9707 [data-item*=".subTitle"], #a612eadf5fa9707 [data-item*=".subTitle"] a {show: false;}#a612eadf5fa9707 [data-item*=".category"], #a612eadf5fa9707 [data-item*=".category"] a {show: true;}#a612eadf5fa9707 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#a612eadf5fa9707 [data-item="buttons[0]"]:hover {background-color: #1e87f0;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7bf8aa7aea7ece .form-agree {
  display: flex;
  align-items: center;
}
#a7bf8aa7aea7ece .uk-form .form-submit-btn {
  width: 458px;
}
#a7bf8aa7aea7ece .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a7bf8aa7aea7ece .submit-wrap {
  text-align: center;
}
#a7bf8aa7aea7ece .submit-wrap button {
  background-color: #08a173;
}
#a7bf8aa7aea7ece .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a7bf8aa7aea7ece form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a7bf8aa7aea7ece .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#a7bf8aa7aea7ece .form-item .uk-input,
#a7bf8aa7aea7ece .form-item .uk-select,
#a7bf8aa7aea7ece .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
}
#a7bf8aa7aea7ece .form-item .auto-height {
  height: auto;
}
#a7bf8aa7aea7ece .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
}
#a7bf8aa7aea7ece .form-item .send-code {
  bottom: 0px;
}
#a7bf8aa7aea7ece .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#a7bf8aa7aea7ece .uk-form-label,
#a7bf8aa7aea7ece .form-agree,
#a7bf8aa7aea7ece .uk-h3,
#a7bf8aa7aea7ece p {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #cdcdcd;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a558aa1bfbacafe .img-wrap {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5acaa8101a8173 .quick-menus li.logged {
  display: none;
}
#a5acaa8101a8173 .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#a5acaa8101a8173 .header-right li a,
#a5acaa8101a8173 .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#a5acaa8101a8173 .header-left {
  float: left;
}
#a5acaa8101a8173 .header-right {
  float: right;
}
#a5acaa8101a8173 .header-right li.logged {
  display: none;
}
#a5acaa8101a8173 .header-right li {
  display: inline;
}
#a5acaa8101a8173 .header-right li a:hover,
#a5acaa8101a8173 .header-link:hover {
  color: #08a173;
}
#a5acaa8101a8173 .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#a5acaa8101a8173 .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#a5acaa8101a8173 .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#a5acaa8101a8173 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a5acaa8101a8173 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#a5acaa8101a8173 .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #a5acaa8101a8173 .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#abbfda77fea4714 .uk-container {
  overflow: hidden;
}
#abbfda77fea4714 .uk-button {
  border-radius: 100px;
  font-weight: bold;
  line-height: 1;
  padding: 17px 39px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.14);
  text-transform: uppercase;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.2);
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
@keyframes AnimationName {
  0% {
    background-position: 0% 31%;
  }
  50% {
    background-position: 100% 70%;
  }
  100% {
    background-position: 0% 31%;
  }
}
#abbfda77fea4714 .uk-button:hover {
  color: #666666 !important;
  background: #fff;
}
#abbfda77fea4714 .uk-button-primary {
  background: #f2f2f2;
  background: linear-gradient(135deg, #f2f2f2 0%, #dddddd 50%, #ffffff 51%, #ffffff 71%, #f6f8fb 100%);
  color: #666666 !important;
  background-size: 400% 400%;
  animation: AnimationName 3s ease infinite;
  border: medium none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a34e7a7a92a5af3 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af5a0ae327a634d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acd9dab3f3a4c05 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #4a90e2;}#acd9dab3f3a4c05 * {color: #4a90e2  !important}
                            #acd9dab3f3a4c05 .line{border-color: #4a90e2  !important}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af56ca3a2da17ba .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#af56ca3a2da17ba .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af56ca3a2da17ba .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#af56ca3a2da17ba .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#af56ca3a2da17ba .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#af56ca3a2da17ba .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#af56ca3a2da17ba .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;
}
#af56ca3a2da17ba .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#af56ca3a2da17ba .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#af56ca3a2da17ba .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#af56ca3a2da17ba .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#af56ca3a2da17ba .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#af56ca3a2da17ba .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#af56ca3a2da17ba .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#af56ca3a2da17ba .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#af56ca3a2da17ba .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#af56ca3a2da17ba .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#af56ca3a2da17ba .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#af56ca3a2da17ba .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#af56ca3a2da17ba .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;
  }
}
#af56ca3a2da17ba .ele-article-list .pic-article {
  padding: 15px 5px;
  border-bottom: 1px solid #ececec;
}
#af56ca3a2da17ba .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 5px;
  overflow: hidden;
}
#af56ca3a2da17ba .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#af56ca3a2da17ba .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#af56ca3a2da17ba .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#af56ca3a2da17ba .ele-article-list .pic-article:hover .category {
  color: auto;
}
#af56ca3a2da17ba .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#af56ca3a2da17ba .ele-article-list .pic-article:hover .time {
  color: auto;
}
#af56ca3a2da17ba .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#af56ca3a2da17ba .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#af56ca3a2da17ba .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#af56ca3a2da17ba .ele-article-list .text-article:hover .time {
  color: auto;
}
#ac652a5f8da895d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a659daccf7ae4d0 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a39d7ace53a9717 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad971a6ca6a72bf > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #4a90e2;}#ad971a6ca6a72bf * {color: #4a90e2  !important}
                            #ad971a6ca6a72bf .line{border-color: #4a90e2  !important}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a116da8beba1478 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a116da8beba1478 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a116da8beba1478 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a116da8beba1478 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a116da8beba1478 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a116da8beba1478 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a116da8beba1478 .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;
}
#a116da8beba1478 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a116da8beba1478 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a116da8beba1478 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a116da8beba1478 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a116da8beba1478 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a116da8beba1478 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a116da8beba1478 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a116da8beba1478 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a116da8beba1478 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a116da8beba1478 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a116da8beba1478 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a116da8beba1478 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a116da8beba1478 .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;
  }
}
#a116da8beba1478 .ele-article-list .pic-article {
  padding: 15px 5px;
  border-bottom: 1px solid #ececec;
}
#a116da8beba1478 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 5px;
  overflow: hidden;
}
#a116da8beba1478 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a116da8beba1478 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a116da8beba1478 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a116da8beba1478 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a116da8beba1478 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a116da8beba1478 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a116da8beba1478 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a116da8beba1478 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a116da8beba1478 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a116da8beba1478 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a4763a25dcafd3f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2d80a4824a0c23 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a905dac84aadf4d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #4a90e2;}#a905dac84aadf4d * {color: #4a90e2  !important}
                            #a905dac84aadf4d .line{border-color: #4a90e2  !important}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac0daae877a1427 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#ac0daae877a1427 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ac0daae877a1427 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#ac0daae877a1427 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#ac0daae877a1427 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#ac0daae877a1427 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#ac0daae877a1427 .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;
}
#ac0daae877a1427 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#ac0daae877a1427 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#ac0daae877a1427 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#ac0daae877a1427 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#ac0daae877a1427 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#ac0daae877a1427 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#ac0daae877a1427 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#ac0daae877a1427 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#ac0daae877a1427 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#ac0daae877a1427 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#ac0daae877a1427 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#ac0daae877a1427 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#ac0daae877a1427 .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;
  }
}
#ac0daae877a1427 .ele-article-list .pic-article {
  padding: 15px 5px;
  border-bottom: 1px solid #ececec;
}
#ac0daae877a1427 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 5px;
  overflow: hidden;
}
#ac0daae877a1427 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#ac0daae877a1427 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#ac0daae877a1427 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ac0daae877a1427 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#ac0daae877a1427 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#ac0daae877a1427 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#ac0daae877a1427 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#ac0daae877a1427 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#ac0daae877a1427 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ac0daae877a1427 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#ac0daae877a1427 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a2256a4b2fa8e03 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5465a2c4da927e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acd8cad5a1a8c90 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad0c8a46a9acdf7 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #4a90e2;}#ad0c8a46a9acdf7 * {color: #4a90e2  !important}
                            #ad0c8a46a9acdf7 .line{border-color: #4a90e2  !important}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3499abd2cace5b .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a3499abd2cace5b .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3499abd2cace5b .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a3499abd2cace5b .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a3499abd2cace5b .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a3499abd2cace5b .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a3499abd2cace5b .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;
}
#a3499abd2cace5b .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a3499abd2cace5b .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a3499abd2cace5b .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a3499abd2cace5b .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a3499abd2cace5b .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a3499abd2cace5b .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a3499abd2cace5b .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a3499abd2cace5b .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a3499abd2cace5b .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a3499abd2cace5b .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a3499abd2cace5b .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a3499abd2cace5b .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a3499abd2cace5b .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;
  }
}
#a3499abd2cace5b .ele-article-list .pic-article {
  padding: 15px 5px;
  border-bottom: 1px solid #ececec;
}
#a3499abd2cace5b .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 5px;
  overflow: hidden;
}
#a3499abd2cace5b .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a3499abd2cace5b .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#a3499abd2cace5b .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a3499abd2cace5b .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a3499abd2cace5b .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a3499abd2cace5b .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a3499abd2cace5b .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a3499abd2cace5b .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a3499abd2cace5b .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a3499abd2cace5b .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a3499abd2cace5b .ele-article-list .text-article:hover .time {
  color: auto;
}
#af662abe11a9795 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ade39ab157abe3e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a61e5a87d6ab9e2 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #4a90e2;}#a61e5a87d6ab9e2 * {color: #4a90e2  !important}
                            #a61e5a87d6ab9e2 .line{border-color: #4a90e2  !important}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1ccaa62c0a0401 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a1ccaa62c0a0401 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1ccaa62c0a0401 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a1ccaa62c0a0401 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a1ccaa62c0a0401 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a1ccaa62c0a0401 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a1ccaa62c0a0401 .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;
}
#a1ccaa62c0a0401 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a1ccaa62c0a0401 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a1ccaa62c0a0401 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a1ccaa62c0a0401 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a1ccaa62c0a0401 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a1ccaa62c0a0401 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a1ccaa62c0a0401 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a1ccaa62c0a0401 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a1ccaa62c0a0401 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a1ccaa62c0a0401 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a1ccaa62c0a0401 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a1ccaa62c0a0401 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a1ccaa62c0a0401 .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;
  }
}
#a1ccaa62c0a0401 .ele-article-list .pic-article {
  padding: 15px 5px;
  border-bottom: 1px solid #ececec;
}
#a1ccaa62c0a0401 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 5px;
  overflow: hidden;
}
#a1ccaa62c0a0401 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a1ccaa62c0a0401 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#a1ccaa62c0a0401 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a1ccaa62c0a0401 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a1ccaa62c0a0401 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a1ccaa62c0a0401 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a1ccaa62c0a0401 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a1ccaa62c0a0401 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a1ccaa62c0a0401 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a1ccaa62c0a0401 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a1ccaa62c0a0401 .ele-article-list .text-article:hover .time {
  color: auto;
}
#ae923a6ab4aa6a4 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a50cba829fa3ece > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a35fda5242a89e8 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a100aaaa6da3ea9 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #4a90e2;}#a100aaaa6da3ea9 * {color: #4a90e2  !important}
                            #a100aaaa6da3ea9 .line{border-color: #4a90e2  !important}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4174af666af9d7 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a4174af666af9d7 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4174af666af9d7 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a4174af666af9d7 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a4174af666af9d7 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a4174af666af9d7 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a4174af666af9d7 .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;
}
#a4174af666af9d7 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a4174af666af9d7 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a4174af666af9d7 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a4174af666af9d7 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a4174af666af9d7 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a4174af666af9d7 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a4174af666af9d7 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a4174af666af9d7 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a4174af666af9d7 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a4174af666af9d7 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a4174af666af9d7 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a4174af666af9d7 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a4174af666af9d7 .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;
  }
}
#a4174af666af9d7 .ele-article-list .pic-article {
  padding: 15px 5px;
  border-bottom: 1px solid #ececec;
}
#a4174af666af9d7 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 5px;
  overflow: hidden;
}
#a4174af666af9d7 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a4174af666af9d7 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#a4174af666af9d7 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a4174af666af9d7 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a4174af666af9d7 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a4174af666af9d7 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a4174af666af9d7 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a4174af666af9d7 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a4174af666af9d7 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a4174af666af9d7 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a4174af666af9d7 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a8c7ea2f98aadae > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2380acdaeaa4c9 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9dbba0eceae837 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #4a90e2;}#a9dbba0eceae837 * {color: #4a90e2  !important}
                            #a9dbba0eceae837 .line{border-color: #4a90e2  !important}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6301a34d6a8f24 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a6301a34d6a8f24 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a6301a34d6a8f24 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a6301a34d6a8f24 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a6301a34d6a8f24 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a6301a34d6a8f24 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a6301a34d6a8f24 .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;
}
#a6301a34d6a8f24 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a6301a34d6a8f24 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a6301a34d6a8f24 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a6301a34d6a8f24 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a6301a34d6a8f24 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a6301a34d6a8f24 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a6301a34d6a8f24 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a6301a34d6a8f24 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a6301a34d6a8f24 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a6301a34d6a8f24 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a6301a34d6a8f24 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a6301a34d6a8f24 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a6301a34d6a8f24 .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;
  }
}
#a6301a34d6a8f24 .ele-article-list .pic-article {
  padding: 15px 5px;
  border-bottom: 1px solid #ececec;
}
#a6301a34d6a8f24 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 5px;
  overflow: hidden;
}
#a6301a34d6a8f24 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a6301a34d6a8f24 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#a6301a34d6a8f24 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a6301a34d6a8f24 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a6301a34d6a8f24 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a6301a34d6a8f24 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a6301a34d6a8f24 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a6301a34d6a8f24 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a6301a34d6a8f24 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a6301a34d6a8f24 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a6301a34d6a8f24 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a594ba7c5caecb6 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a05b5a45eda120d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2ca8acc1ba9e73 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af1d8a6329a5d21 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #4a90e2;}#af1d8a6329a5d21 * {color: #4a90e2  !important}
                            #af1d8a6329a5d21 .line{border-color: #4a90e2  !important}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac5dbabec4a43e2 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#ac5dbabec4a43e2 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ac5dbabec4a43e2 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#ac5dbabec4a43e2 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#ac5dbabec4a43e2 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#ac5dbabec4a43e2 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#ac5dbabec4a43e2 .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;
}
#ac5dbabec4a43e2 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#ac5dbabec4a43e2 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#ac5dbabec4a43e2 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#ac5dbabec4a43e2 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#ac5dbabec4a43e2 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#ac5dbabec4a43e2 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#ac5dbabec4a43e2 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#ac5dbabec4a43e2 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#ac5dbabec4a43e2 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#ac5dbabec4a43e2 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#ac5dbabec4a43e2 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#ac5dbabec4a43e2 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#ac5dbabec4a43e2 .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;
  }
}
#ac5dbabec4a43e2 .ele-article-list .pic-article {
  padding: 15px 5px;
  border-bottom: 1px solid #ececec;
}
#ac5dbabec4a43e2 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 5px;
  overflow: hidden;
}
#ac5dbabec4a43e2 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#ac5dbabec4a43e2 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#ac5dbabec4a43e2 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ac5dbabec4a43e2 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#ac5dbabec4a43e2 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#ac5dbabec4a43e2 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#ac5dbabec4a43e2 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#ac5dbabec4a43e2 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#ac5dbabec4a43e2 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ac5dbabec4a43e2 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#ac5dbabec4a43e2 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a97cba39fea4c31 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4d27a52c4ab391 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9c86a3dafa82b1 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #4a90e2;}#a9c86a3dafa82b1 * {color: #4a90e2  !important}
                            #a9c86a3dafa82b1 .line{border-color: #4a90e2  !important}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a712fa4b42a7a09 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a712fa4b42a7a09 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a712fa4b42a7a09 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a712fa4b42a7a09 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a712fa4b42a7a09 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a712fa4b42a7a09 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a712fa4b42a7a09 .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;
}
#a712fa4b42a7a09 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a712fa4b42a7a09 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a712fa4b42a7a09 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a712fa4b42a7a09 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a712fa4b42a7a09 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a712fa4b42a7a09 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a712fa4b42a7a09 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a712fa4b42a7a09 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a712fa4b42a7a09 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a712fa4b42a7a09 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a712fa4b42a7a09 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a712fa4b42a7a09 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a712fa4b42a7a09 .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;
  }
}
#a712fa4b42a7a09 .ele-article-list .pic-article {
  padding: 15px 5px;
  border-bottom: 1px solid #ececec;
}
#a712fa4b42a7a09 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 5px;
  overflow: hidden;
}
#a712fa4b42a7a09 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a712fa4b42a7a09 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#a712fa4b42a7a09 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a712fa4b42a7a09 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a712fa4b42a7a09 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a712fa4b42a7a09 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a712fa4b42a7a09 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a712fa4b42a7a09 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a712fa4b42a7a09 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a712fa4b42a7a09 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a712fa4b42a7a09 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a9b71a6c77a83e2 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0b17afaa4a5ea2 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aab70a6a4dad52a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a975aaaa37a1dba > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #4a90e2;}#a975aaaa37a1dba * {color: #4a90e2  !important}
                            #a975aaaa37a1dba .line{border-color: #4a90e2  !important}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a93f6a19cfaa73d .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a93f6a19cfaa73d .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a93f6a19cfaa73d .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a93f6a19cfaa73d .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a93f6a19cfaa73d .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a93f6a19cfaa73d .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a93f6a19cfaa73d .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;
}
#a93f6a19cfaa73d .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a93f6a19cfaa73d .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a93f6a19cfaa73d .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a93f6a19cfaa73d .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a93f6a19cfaa73d .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a93f6a19cfaa73d .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a93f6a19cfaa73d .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a93f6a19cfaa73d .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a93f6a19cfaa73d .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a93f6a19cfaa73d .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a93f6a19cfaa73d .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a93f6a19cfaa73d .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a93f6a19cfaa73d .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;
  }
}
#a93f6a19cfaa73d .ele-article-list .pic-article {
  padding: 15px 5px;
  border-bottom: 1px solid #ececec;
}
#a93f6a19cfaa73d .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 5px;
  overflow: hidden;
}
#a93f6a19cfaa73d .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a93f6a19cfaa73d .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#a93f6a19cfaa73d .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a93f6a19cfaa73d .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a93f6a19cfaa73d .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a93f6a19cfaa73d .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a93f6a19cfaa73d .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a93f6a19cfaa73d .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a93f6a19cfaa73d .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a93f6a19cfaa73d .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a93f6a19cfaa73d .ele-article-list .text-article:hover .time {
  color: auto;
}
#a5d8fa8f6da7c68 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1e9ea0876a5d02 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afecba6db0a5c4f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #4a90e2;}#afecba6db0a5c4f * {color: #4a90e2  !important}
                            #afecba6db0a5c4f .line{border-color: #4a90e2  !important}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a718ea5941a30dd .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a718ea5941a30dd .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a718ea5941a30dd .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a718ea5941a30dd .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a718ea5941a30dd .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a718ea5941a30dd .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a718ea5941a30dd .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;
}
#a718ea5941a30dd .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a718ea5941a30dd .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a718ea5941a30dd .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a718ea5941a30dd .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a718ea5941a30dd .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a718ea5941a30dd .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a718ea5941a30dd .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a718ea5941a30dd .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a718ea5941a30dd .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a718ea5941a30dd .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a718ea5941a30dd .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a718ea5941a30dd .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a718ea5941a30dd .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;
  }
}
#a718ea5941a30dd .ele-article-list .pic-article {
  padding: 15px 5px;
  border-bottom: 1px solid #ececec;
}
#a718ea5941a30dd .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 5px;
  overflow: hidden;
}
#a718ea5941a30dd .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a718ea5941a30dd .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#a718ea5941a30dd .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a718ea5941a30dd .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a718ea5941a30dd .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a718ea5941a30dd .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a718ea5941a30dd .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a718ea5941a30dd .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a718ea5941a30dd .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a718ea5941a30dd .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a718ea5941a30dd .ele-article-list .text-article:hover .time {
  color: auto;
}
#a0055a41c6a75dc > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8f1ba195ca1953 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aeda8a462da27b5 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a320da243aaa229 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #4a90e2;}#a320da243aaa229 * {color: #4a90e2  !important}
                            #a320da243aaa229 .line{border-color: #4a90e2  !important}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a825da33b9a6e1f .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a825da33b9a6e1f .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a825da33b9a6e1f .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a825da33b9a6e1f .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a825da33b9a6e1f .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a825da33b9a6e1f .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a825da33b9a6e1f .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;
}
#a825da33b9a6e1f .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a825da33b9a6e1f .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a825da33b9a6e1f .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a825da33b9a6e1f .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a825da33b9a6e1f .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a825da33b9a6e1f .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a825da33b9a6e1f .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a825da33b9a6e1f .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a825da33b9a6e1f .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a825da33b9a6e1f .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a825da33b9a6e1f .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a825da33b9a6e1f .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a825da33b9a6e1f .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;
  }
}
#a825da33b9a6e1f .ele-article-list .pic-article {
  padding: 15px 5px;
  border-bottom: 1px solid #ececec;
}
#a825da33b9a6e1f .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 5px;
  overflow: hidden;
}
#a825da33b9a6e1f .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a825da33b9a6e1f .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#a825da33b9a6e1f .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a825da33b9a6e1f .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a825da33b9a6e1f .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a825da33b9a6e1f .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a825da33b9a6e1f .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a825da33b9a6e1f .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a825da33b9a6e1f .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a825da33b9a6e1f .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a825da33b9a6e1f .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#abdccad2b9a0b10 form {
  width: 100%;
  height: 100%;
}
#abdccad2b9a0b10 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#abdccad2b9a0b10 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#abdccad2b9a0b10 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#abdccad2b9a0b10 .search-box .search-type.show {
  display: block;
}
#abdccad2b9a0b10 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #d9f1e3;
  cursor: pointer;
  padding: 0 18px;
}
#abdccad2b9a0b10 .search-box .search-type li:hover {
  color: #00ad5f;
}
#abdccad2b9a0b10 .search-box .search-type li.active {
  color: #00ad5f;
}
#abdccad2b9a0b10 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #d9f1e3;
  overflow: hidden;
}
#abdccad2b9a0b10 .inner-form .input-field {
  height: 100%;
}
#abdccad2b9a0b10 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#abdccad2b9a0b10 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#abdccad2b9a0b10 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#abdccad2b9a0b10 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#abdccad2b9a0b10 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#abdccad2b9a0b10 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #d9f1e3;
  position: relative;
}
#abdccad2b9a0b10 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#abdccad2b9a0b10 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#abdccad2b9a0b10 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#abdccad2b9a0b10 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#abdccad2b9a0b10 .btn-search:hover {
  background: #00ad5f;
}
#abdccad2b9a0b10 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a34d7a67ecab509 .quick-menus li.logged {
  display: none;
}
#a34d7a67ecab509 .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#a34d7a67ecab509 .header-right li a,
#a34d7a67ecab509 .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#a34d7a67ecab509 .header-left {
  float: left;
}
#a34d7a67ecab509 .header-right {
  float: right;
}
#a34d7a67ecab509 .header-right li.logged {
  display: none;
}
#a34d7a67ecab509 .header-right li {
  display: inline;
}
#a34d7a67ecab509 .header-right li a:hover,
#a34d7a67ecab509 .header-link:hover {
  color: #08a173;
}
#a34d7a67ecab509 .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#a34d7a67ecab509 .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#a34d7a67ecab509 .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#a34d7a67ecab509 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a34d7a67ecab509 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#a34d7a67ecab509 .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #a34d7a67ecab509 .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a06bda2e90aaeb6 .uk-container {
  overflow: hidden;
}
#a06bda2e90aaeb6 .uk-button {
  border-radius: 100px;
  font-weight: bold;
  line-height: 1;
  padding: 17px 39px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.14);
  text-transform: uppercase;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.2);
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
@keyframes AnimationName {
  0% {
    background-position: 0% 31%;
  }
  50% {
    background-position: 100% 70%;
  }
  100% {
    background-position: 0% 31%;
  }
}
#a06bda2e90aaeb6 .uk-button:hover {
  color: #666666 !important;
  background: #fff;
}
#a06bda2e90aaeb6 .uk-button-primary {
  background: #f2f2f2;
  background: linear-gradient(135deg, #f2f2f2 0%, #dddddd 50%, #ffffff 51%, #ffffff 71%, #f6f8fb 100%);
  color: #666666 !important;
  background-size: 400% 400%;
  animation: AnimationName 3s ease infinite;
  border: medium none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9e5eafacbad270 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a43f9aa1f7a3883 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0801a09eaab43c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #4a90e2;}#a0801a09eaab43c * {color: #4a90e2  !important}
                            #a0801a09eaab43c .line{border-color: #4a90e2  !important}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a45f3a1f73a43f0 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a45f3a1f73a43f0 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a45f3a1f73a43f0 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a45f3a1f73a43f0 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a45f3a1f73a43f0 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a45f3a1f73a43f0 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a45f3a1f73a43f0 .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;
}
#a45f3a1f73a43f0 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a45f3a1f73a43f0 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a45f3a1f73a43f0 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a45f3a1f73a43f0 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a45f3a1f73a43f0 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a45f3a1f73a43f0 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a45f3a1f73a43f0 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a45f3a1f73a43f0 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a45f3a1f73a43f0 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a45f3a1f73a43f0 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a45f3a1f73a43f0 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a45f3a1f73a43f0 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a45f3a1f73a43f0 .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;
  }
}
#a45f3a1f73a43f0 .ele-article-list .pic-article {
  padding: 15px 5px;
  border-bottom: 1px solid #ececec;
}
#a45f3a1f73a43f0 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 5px;
  overflow: hidden;
}
#a45f3a1f73a43f0 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a45f3a1f73a43f0 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#a45f3a1f73a43f0 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a45f3a1f73a43f0 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a45f3a1f73a43f0 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a45f3a1f73a43f0 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a45f3a1f73a43f0 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a45f3a1f73a43f0 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a45f3a1f73a43f0 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a45f3a1f73a43f0 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a45f3a1f73a43f0 .ele-article-list .text-article:hover .time {
  color: auto;
}
#ad838a50bba09ce > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a872ba26a5a34fa > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9f22a243ca4b2f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a279da4873aa5bc > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #4a90e2;}#a279da4873aa5bc * {color: #4a90e2  !important}
                            #a279da4873aa5bc .line{border-color: #4a90e2  !important}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0016af00fa0329 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a0016af00fa0329 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a0016af00fa0329 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a0016af00fa0329 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a0016af00fa0329 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a0016af00fa0329 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a0016af00fa0329 .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;
}
#a0016af00fa0329 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a0016af00fa0329 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a0016af00fa0329 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a0016af00fa0329 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a0016af00fa0329 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a0016af00fa0329 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a0016af00fa0329 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a0016af00fa0329 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a0016af00fa0329 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a0016af00fa0329 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a0016af00fa0329 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a0016af00fa0329 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a0016af00fa0329 .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;
  }
}
#a0016af00fa0329 .ele-article-list .pic-article {
  padding: 15px 5px;
  border-bottom: 1px solid #ececec;
}
#a0016af00fa0329 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 5px;
  overflow: hidden;
}
#a0016af00fa0329 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a0016af00fa0329 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#a0016af00fa0329 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a0016af00fa0329 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a0016af00fa0329 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a0016af00fa0329 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a0016af00fa0329 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a0016af00fa0329 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a0016af00fa0329 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a0016af00fa0329 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a0016af00fa0329 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a35aaa3d28a9f27 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9585a5b4eafe66 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aea32a0ff5a54d3 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #4a90e2;}#aea32a0ff5a54d3 * {color: #4a90e2  !important}
                            #aea32a0ff5a54d3 .line{border-color: #4a90e2  !important}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa781a03c7a6c8f .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#aa781a03c7a6c8f .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa781a03c7a6c8f .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#aa781a03c7a6c8f .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#aa781a03c7a6c8f .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#aa781a03c7a6c8f .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#aa781a03c7a6c8f .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;
}
#aa781a03c7a6c8f .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#aa781a03c7a6c8f .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#aa781a03c7a6c8f .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#aa781a03c7a6c8f .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#aa781a03c7a6c8f .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#aa781a03c7a6c8f .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#aa781a03c7a6c8f .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#aa781a03c7a6c8f .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#aa781a03c7a6c8f .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#aa781a03c7a6c8f .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#aa781a03c7a6c8f .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#aa781a03c7a6c8f .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#aa781a03c7a6c8f .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;
  }
}
#aa781a03c7a6c8f .ele-article-list .pic-article {
  padding: 15px 5px;
  border-bottom: 1px solid #ececec;
}
#aa781a03c7a6c8f .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 5px;
  overflow: hidden;
}
#aa781a03c7a6c8f .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#aa781a03c7a6c8f .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#aa781a03c7a6c8f .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#aa781a03c7a6c8f .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#aa781a03c7a6c8f .ele-article-list .pic-article:hover .category {
  color: auto;
}
#aa781a03c7a6c8f .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#aa781a03c7a6c8f .ele-article-list .pic-article:hover .time {
  color: auto;
}
#aa781a03c7a6c8f .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#aa781a03c7a6c8f .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#aa781a03c7a6c8f .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#aa781a03c7a6c8f .ele-article-list .text-article:hover .time {
  color: auto;
}
#a3fa6a9de1aea80 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adea8a0a4ea54bf > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac7b2a913dadfc9 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7d0aa258baa32a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #4a90e2;}#a7d0aa258baa32a * {color: #4a90e2  !important}
                            #a7d0aa258baa32a .line{border-color: #4a90e2  !important}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad5f8ad64aa5ec8 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#ad5f8ad64aa5ec8 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ad5f8ad64aa5ec8 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#ad5f8ad64aa5ec8 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#ad5f8ad64aa5ec8 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#ad5f8ad64aa5ec8 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#ad5f8ad64aa5ec8 .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;
}
#ad5f8ad64aa5ec8 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#ad5f8ad64aa5ec8 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#ad5f8ad64aa5ec8 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#ad5f8ad64aa5ec8 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#ad5f8ad64aa5ec8 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#ad5f8ad64aa5ec8 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#ad5f8ad64aa5ec8 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#ad5f8ad64aa5ec8 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#ad5f8ad64aa5ec8 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#ad5f8ad64aa5ec8 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#ad5f8ad64aa5ec8 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#ad5f8ad64aa5ec8 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#ad5f8ad64aa5ec8 .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;
  }
}
#ad5f8ad64aa5ec8 .ele-article-list .pic-article {
  padding: 15px 5px;
  border-bottom: 1px solid #ececec;
}
#ad5f8ad64aa5ec8 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 5px;
  overflow: hidden;
}
#ad5f8ad64aa5ec8 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#ad5f8ad64aa5ec8 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#ad5f8ad64aa5ec8 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ad5f8ad64aa5ec8 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#ad5f8ad64aa5ec8 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#ad5f8ad64aa5ec8 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#ad5f8ad64aa5ec8 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#ad5f8ad64aa5ec8 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#ad5f8ad64aa5ec8 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ad5f8ad64aa5ec8 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#ad5f8ad64aa5ec8 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a7a50a4cc1acaf5 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa4c4a7af8a4d5d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0cf7a0d76a2d1c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #4a90e2;}#a0cf7a0d76a2d1c * {color: #4a90e2  !important}
                            #a0cf7a0d76a2d1c .line{border-color: #4a90e2  !important}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5b18aed44a54b7 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a5b18aed44a54b7 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a5b18aed44a54b7 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a5b18aed44a54b7 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a5b18aed44a54b7 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a5b18aed44a54b7 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a5b18aed44a54b7 .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;
}
#a5b18aed44a54b7 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a5b18aed44a54b7 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a5b18aed44a54b7 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a5b18aed44a54b7 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a5b18aed44a54b7 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a5b18aed44a54b7 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a5b18aed44a54b7 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a5b18aed44a54b7 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a5b18aed44a54b7 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a5b18aed44a54b7 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a5b18aed44a54b7 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a5b18aed44a54b7 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a5b18aed44a54b7 .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;
  }
}
#a5b18aed44a54b7 .ele-article-list .pic-article {
  padding: 15px 5px;
  border-bottom: 1px solid #ececec;
}
#a5b18aed44a54b7 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 5px;
  overflow: hidden;
}
#a5b18aed44a54b7 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a5b18aed44a54b7 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#a5b18aed44a54b7 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a5b18aed44a54b7 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a5b18aed44a54b7 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a5b18aed44a54b7 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a5b18aed44a54b7 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a5b18aed44a54b7 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a5b18aed44a54b7 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a5b18aed44a54b7 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a5b18aed44a54b7 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a4a05a0387a286d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8080a5442a65fc > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abf94abb1aa2602 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac6aaa798ca2a4f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #4a90e2;}#ac6aaa798ca2a4f * {color: #4a90e2  !important}
                            #ac6aaa798ca2a4f .line{border-color: #4a90e2  !important}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7d67a9733af4d6 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a7d67a9733af4d6 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7d67a9733af4d6 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a7d67a9733af4d6 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a7d67a9733af4d6 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a7d67a9733af4d6 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a7d67a9733af4d6 .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;
}
#a7d67a9733af4d6 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a7d67a9733af4d6 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a7d67a9733af4d6 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a7d67a9733af4d6 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a7d67a9733af4d6 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a7d67a9733af4d6 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a7d67a9733af4d6 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a7d67a9733af4d6 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a7d67a9733af4d6 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a7d67a9733af4d6 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a7d67a9733af4d6 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a7d67a9733af4d6 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a7d67a9733af4d6 .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;
  }
}
#a7d67a9733af4d6 .ele-article-list .pic-article {
  padding: 15px 5px;
  border-bottom: 1px solid #ececec;
}
#a7d67a9733af4d6 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 5px;
  overflow: hidden;
}
#a7d67a9733af4d6 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a7d67a9733af4d6 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#a7d67a9733af4d6 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a7d67a9733af4d6 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a7d67a9733af4d6 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a7d67a9733af4d6 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a7d67a9733af4d6 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a7d67a9733af4d6 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a7d67a9733af4d6 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a7d67a9733af4d6 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a7d67a9733af4d6 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a8e34a0b81a2045 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3d6ba4b86a95a4 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a112ca3799a25cf > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #4a90e2;}#a112ca3799a25cf * {color: #4a90e2  !important}
                            #a112ca3799a25cf .line{border-color: #4a90e2  !important}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ada16a5981abee5 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#ada16a5981abee5 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ada16a5981abee5 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#ada16a5981abee5 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#ada16a5981abee5 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#ada16a5981abee5 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#ada16a5981abee5 .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;
}
#ada16a5981abee5 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#ada16a5981abee5 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#ada16a5981abee5 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#ada16a5981abee5 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#ada16a5981abee5 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#ada16a5981abee5 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#ada16a5981abee5 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#ada16a5981abee5 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#ada16a5981abee5 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#ada16a5981abee5 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#ada16a5981abee5 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#ada16a5981abee5 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#ada16a5981abee5 .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;
  }
}
#ada16a5981abee5 .ele-article-list .pic-article {
  padding: 15px 5px;
  border-bottom: 1px solid #ececec;
}
#ada16a5981abee5 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 5px;
  overflow: hidden;
}
#ada16a5981abee5 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#ada16a5981abee5 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#ada16a5981abee5 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ada16a5981abee5 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#ada16a5981abee5 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#ada16a5981abee5 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#ada16a5981abee5 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#ada16a5981abee5 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#ada16a5981abee5 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ada16a5981abee5 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#ada16a5981abee5 .ele-article-list .text-article:hover .time {
  color: auto;
}
#af843a38aea295a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a46d5a165baa3e5 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8ec8aee20aa823 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5967a3070a78fb > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #4a90e2;}#a5967a3070a78fb * {color: #4a90e2  !important}
                            #a5967a3070a78fb .line{border-color: #4a90e2  !important}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac0b1a883ca96f9 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#ac0b1a883ca96f9 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ac0b1a883ca96f9 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#ac0b1a883ca96f9 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#ac0b1a883ca96f9 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#ac0b1a883ca96f9 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#ac0b1a883ca96f9 .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;
}
#ac0b1a883ca96f9 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#ac0b1a883ca96f9 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#ac0b1a883ca96f9 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#ac0b1a883ca96f9 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#ac0b1a883ca96f9 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#ac0b1a883ca96f9 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#ac0b1a883ca96f9 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#ac0b1a883ca96f9 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#ac0b1a883ca96f9 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#ac0b1a883ca96f9 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#ac0b1a883ca96f9 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#ac0b1a883ca96f9 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#ac0b1a883ca96f9 .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;
  }
}
#ac0b1a883ca96f9 .ele-article-list .pic-article {
  padding: 15px 5px;
  border-bottom: 1px solid #ececec;
}
#ac0b1a883ca96f9 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 5px;
  overflow: hidden;
}
#ac0b1a883ca96f9 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#ac0b1a883ca96f9 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#ac0b1a883ca96f9 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ac0b1a883ca96f9 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#ac0b1a883ca96f9 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#ac0b1a883ca96f9 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#ac0b1a883ca96f9 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#ac0b1a883ca96f9 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#ac0b1a883ca96f9 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ac0b1a883ca96f9 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#ac0b1a883ca96f9 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a180ca8615a098f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a161eaf617a12bf > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9221aa3dbacf39 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #4a90e2;}#a9221aa3dbacf39 * {color: #4a90e2  !important}
                            #a9221aa3dbacf39 .line{border-color: #4a90e2  !important}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae4fcae83ead1a1 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#ae4fcae83ead1a1 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ae4fcae83ead1a1 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#ae4fcae83ead1a1 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#ae4fcae83ead1a1 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#ae4fcae83ead1a1 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#ae4fcae83ead1a1 .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;
}
#ae4fcae83ead1a1 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#ae4fcae83ead1a1 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#ae4fcae83ead1a1 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#ae4fcae83ead1a1 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#ae4fcae83ead1a1 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#ae4fcae83ead1a1 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#ae4fcae83ead1a1 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#ae4fcae83ead1a1 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#ae4fcae83ead1a1 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#ae4fcae83ead1a1 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#ae4fcae83ead1a1 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#ae4fcae83ead1a1 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#ae4fcae83ead1a1 .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;
  }
}
#ae4fcae83ead1a1 .ele-article-list .pic-article {
  padding: 15px 5px;
  border-bottom: 1px solid #ececec;
}
#ae4fcae83ead1a1 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 5px;
  overflow: hidden;
}
#ae4fcae83ead1a1 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#ae4fcae83ead1a1 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#ae4fcae83ead1a1 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ae4fcae83ead1a1 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#ae4fcae83ead1a1 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#ae4fcae83ead1a1 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#ae4fcae83ead1a1 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#ae4fcae83ead1a1 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#ae4fcae83ead1a1 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ae4fcae83ead1a1 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#ae4fcae83ead1a1 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a3692a0ae9a8643 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0deeaf465a4987 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa1dda9e5da2cc7 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8586ae1a9a066f form {
  width: 100%;
  height: 100%;
}
#a8586ae1a9a066f .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a8586ae1a9a066f .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a8586ae1a9a066f .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a8586ae1a9a066f .search-box .search-type.show {
  display: block;
}
#a8586ae1a9a066f .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #d9f1e3;
  cursor: pointer;
  padding: 0 18px;
}
#a8586ae1a9a066f .search-box .search-type li:hover {
  color: #00ad5f;
}
#a8586ae1a9a066f .search-box .search-type li.active {
  color: #00ad5f;
}
#a8586ae1a9a066f .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #d9f1e3;
  overflow: hidden;
}
#a8586ae1a9a066f .inner-form .input-field {
  height: 100%;
}
#a8586ae1a9a066f .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8586ae1a9a066f .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8586ae1a9a066f .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8586ae1a9a066f .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8586ae1a9a066f .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8586ae1a9a066f .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #d9f1e3;
  position: relative;
}
#a8586ae1a9a066f .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8586ae1a9a066f .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a8586ae1a9a066f .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8586ae1a9a066f .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a8586ae1a9a066f .btn-search:hover {
  background: #00ad5f;
}
#a8586ae1a9a066f .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a066dafcbfa0bd9 .quick-menus li.logged {
  display: none;
}
#a066dafcbfa0bd9 .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#a066dafcbfa0bd9 .header-right li a,
#a066dafcbfa0bd9 .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#a066dafcbfa0bd9 .header-left {
  float: left;
}
#a066dafcbfa0bd9 .header-right {
  float: right;
}
#a066dafcbfa0bd9 .header-right li.logged {
  display: none;
}
#a066dafcbfa0bd9 .header-right li {
  display: inline;
}
#a066dafcbfa0bd9 .header-right li a:hover,
#a066dafcbfa0bd9 .header-link:hover {
  color: #08a173;
}
#a066dafcbfa0bd9 .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#a066dafcbfa0bd9 .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#a066dafcbfa0bd9 .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#a066dafcbfa0bd9 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a066dafcbfa0bd9 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#a066dafcbfa0bd9 .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #a066dafcbfa0bd9 .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ada1fa9b3fa6248  {flex-grow: 1;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6d71aa4f1a6322 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a6d71aa4f1a6322 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a6d71aa4f1a6322 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  background-color: #ffffff;
}
#a6d71aa4f1a6322 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a6d71aa4f1a6322 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a6d71aa4f1a6322 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a6d71aa4f1a6322 .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;
}
#a6d71aa4f1a6322 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a6d71aa4f1a6322 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a6d71aa4f1a6322 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a6d71aa4f1a6322 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a6d71aa4f1a6322 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a6d71aa4f1a6322 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a6d71aa4f1a6322 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a6d71aa4f1a6322 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  background-color: #ffffff;
}
#a6d71aa4f1a6322 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a6d71aa4f1a6322 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a6d71aa4f1a6322 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a6d71aa4f1a6322 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a6d71aa4f1a6322 .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;
  }
}
#a6d71aa4f1a6322 .ele-article-list .pic-article {
  padding: 15px 8px;
  border-bottom: 5px solid #ececec;
}
#a6d71aa4f1a6322 .ele-article-list .pic-article .img_wrap {
  width: 22%;
  border-radius: 8px;
  overflow: hidden;
}
#a6d71aa4f1a6322 .ele-article-list .pic-article .info .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  min-height: 40px;
}
#a6d71aa4f1a6322 .ele-article-list .pic-article:hover {
  background-color: #ffffff;
  border-bottom-color: #08a173;
}
#a6d71aa4f1a6322 .ele-article-list .pic-article:hover .info h3 a {
  color: #08a173;
}
#a6d71aa4f1a6322 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a6d71aa4f1a6322 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a6d71aa4f1a6322 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a6d71aa4f1a6322 .ele-article-list .text-article {
  border-bottom: 5px solid #ececec;
}
#a6d71aa4f1a6322 .ele-article-list .text-article:hover {
  background-color: #ffffff;
  border-bottom-color: #08a173;
}
#a6d71aa4f1a6322 .ele-article-list .text-article:hover .info h3 a {
  color: #08a173;
}
#a6d71aa4f1a6322 .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5206a99d5a5479 form {
  width: 100%;
  height: 100%;
}
#a5206a99d5a5479 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a5206a99d5a5479 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a5206a99d5a5479 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a5206a99d5a5479 .search-box .search-type.show {
  display: block;
}
#a5206a99d5a5479 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #d9f1e3;
  cursor: pointer;
  padding: 0 18px;
}
#a5206a99d5a5479 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a5206a99d5a5479 .search-box .search-type li.active {
  color: #00ad5f;
}
#a5206a99d5a5479 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #d9f1e3;
  overflow: hidden;
}
#a5206a99d5a5479 .inner-form .input-field {
  height: 100%;
}
#a5206a99d5a5479 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a5206a99d5a5479 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a5206a99d5a5479 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a5206a99d5a5479 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a5206a99d5a5479 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a5206a99d5a5479 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #d9f1e3;
  position: relative;
}
#a5206a99d5a5479 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a5206a99d5a5479 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a5206a99d5a5479 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a5206a99d5a5479 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a5206a99d5a5479 .btn-search:hover {
  background: #00ad5f;
}
#a5206a99d5a5479 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aaeaaa7d6fa851b .quick-menus li.logged {
  display: none;
}
#aaeaaa7d6fa851b .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#aaeaaa7d6fa851b .header-right li a,
#aaeaaa7d6fa851b .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#aaeaaa7d6fa851b .header-left {
  float: left;
}
#aaeaaa7d6fa851b .header-right {
  float: right;
}
#aaeaaa7d6fa851b .header-right li.logged {
  display: none;
}
#aaeaaa7d6fa851b .header-right li {
  display: inline;
}
#aaeaaa7d6fa851b .header-right li a:hover,
#aaeaaa7d6fa851b .header-link:hover {
  color: #08a173;
}
#aaeaaa7d6fa851b .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#aaeaaa7d6fa851b .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#aaeaaa7d6fa851b .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#aaeaaa7d6fa851b [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#aaeaaa7d6fa851b .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#aaeaaa7d6fa851b .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #aaeaaa7d6fa851b .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a32ffa8f60add7e .uk-container {
  overflow: hidden;
}
#a32ffa8f60add7e .uk-button {
  border-radius: 100px;
  font-weight: bold;
  line-height: 1;
  padding: 17px 39px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.14);
  text-transform: uppercase;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.2);
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
@keyframes AnimationName {
  0% {
    background-position: 0% 31%;
  }
  50% {
    background-position: 100% 70%;
  }
  100% {
    background-position: 0% 31%;
  }
}
#a32ffa8f60add7e .uk-button:hover {
  color: #666666 !important;
  background: #fff;
}
#a32ffa8f60add7e .uk-button-primary {
  background: #f2f2f2;
  background: linear-gradient(135deg, #f2f2f2 0%, #dddddd 50%, #ffffff 51%, #ffffff 71%, #f6f8fb 100%);
  color: #666666 !important;
  background-size: 400% 400%;
  animation: AnimationName 3s ease infinite;
  border: medium none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#abc6fac826ab387  {flex-grow: 1;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6449ae433a4c91 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a6449ae433a4c91 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a6449ae433a4c91 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a6449ae433a4c91 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a6449ae433a4c91 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a6449ae433a4c91 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a6449ae433a4c91 .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;
}
#a6449ae433a4c91 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a6449ae433a4c91 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a6449ae433a4c91 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a6449ae433a4c91 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a6449ae433a4c91 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a6449ae433a4c91 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a6449ae433a4c91 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a6449ae433a4c91 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a6449ae433a4c91 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a6449ae433a4c91 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a6449ae433a4c91 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a6449ae433a4c91 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a6449ae433a4c91 .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;
  }
}
#a6449ae433a4c91 .ele-article-list .pic-article {
  padding: 15px 8px;
  border-bottom: 1px solid #ececec;
}
#a6449ae433a4c91 .ele-article-list .pic-article .img_wrap {
  width: 30%;
  border-radius: 8px;
  overflow: hidden;
}
#a6449ae433a4c91 .ele-article-list .pic-article .info .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  min-height: 40px;
}
#a6449ae433a4c91 .ele-article-list .pic-article:hover {
  background-color: #ffffff;
  border-bottom-color: #7ed321;
}
#a6449ae433a4c91 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a6449ae433a4c91 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a6449ae433a4c91 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a6449ae433a4c91 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a6449ae433a4c91 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a6449ae433a4c91 .ele-article-list .text-article:hover {
  background-color: #ffffff;
  border-bottom-color: #7ed321;
}
#a6449ae433a4c91 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a6449ae433a4c91 .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae698a16fea304a form {
  width: 100%;
  height: 100%;
}
#ae698a16fea304a .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#ae698a16fea304a .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ae698a16fea304a .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ae698a16fea304a .search-box .search-type.show {
  display: block;
}
#ae698a16fea304a .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #d9f1e3;
  cursor: pointer;
  padding: 0 18px;
}
#ae698a16fea304a .search-box .search-type li:hover {
  color: #00ad5f;
}
#ae698a16fea304a .search-box .search-type li.active {
  color: #00ad5f;
}
#ae698a16fea304a .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #d9f1e3;
  overflow: hidden;
}
#ae698a16fea304a .inner-form .input-field {
  height: 100%;
}
#ae698a16fea304a .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#ae698a16fea304a .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#ae698a16fea304a .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#ae698a16fea304a .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#ae698a16fea304a .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ae698a16fea304a .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #d9f1e3;
  position: relative;
}
#ae698a16fea304a .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ae698a16fea304a .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ae698a16fea304a .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ae698a16fea304a .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ae698a16fea304a .btn-search:hover {
  background: #00ad5f;
}
#ae698a16fea304a .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a80baa1366a634c .quick-menus li.logged {
  display: none;
}
#a80baa1366a634c .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#a80baa1366a634c .header-right li a,
#a80baa1366a634c .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#a80baa1366a634c .header-left {
  float: left;
}
#a80baa1366a634c .header-right {
  float: right;
}
#a80baa1366a634c .header-right li.logged {
  display: none;
}
#a80baa1366a634c .header-right li {
  display: inline;
}
#a80baa1366a634c .header-right li a:hover,
#a80baa1366a634c .header-link:hover {
  color: #08a173;
}
#a80baa1366a634c .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#a80baa1366a634c .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#a80baa1366a634c .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#a80baa1366a634c [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a80baa1366a634c .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#a80baa1366a634c .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #a80baa1366a634c .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0cc2a5198a9730 .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;
}
#a0cc2a5198a9730 .new-list .uk-card {
  border-bottom: 1px solid #e7e7e7;
}
#a0cc2a5198a9730 .new-list .uk-card:first-of-type {
  padding-top: 0;
}
#a0cc2a5198a9730 .new-list .uk-card:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
#a0cc2a5198a9730 .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%); */
}
#a0cc2a5198a9730 .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;
}
#a0cc2a5198a9730 .main-item:hover::after {
  opacity: 1;
}
#a0cc2a5198a9730 .main-info {
  z-index: 100;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5f04a20ecae28f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aba93a92caacb66 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afee2ad088aa38c  {flex: 1;}#a3742afe07a9757  {flex-grow: 0;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac250a8ca3aecec .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#ac250a8ca3aecec .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ac250a8ca3aecec .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#ac250a8ca3aecec .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#ac250a8ca3aecec .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#ac250a8ca3aecec .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#ac250a8ca3aecec .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;
}
#ac250a8ca3aecec .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#ac250a8ca3aecec .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#ac250a8ca3aecec .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#ac250a8ca3aecec .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#ac250a8ca3aecec .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#ac250a8ca3aecec .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#ac250a8ca3aecec .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#ac250a8ca3aecec .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#ac250a8ca3aecec .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#ac250a8ca3aecec .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#ac250a8ca3aecec .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#ac250a8ca3aecec .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#ac250a8ca3aecec .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;
  }
}
#ac250a8ca3aecec .ele-article-list .pic-article {
  padding: 15px 5px;
  border-bottom: 1px solid #ececec;
}
#ac250a8ca3aecec .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 8px;
  overflow: hidden;
}
#ac250a8ca3aecec .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#ac250a8ca3aecec .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#ac250a8ca3aecec .ele-article-list .pic-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#ac250a8ca3aecec .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#ac250a8ca3aecec .ele-article-list .pic-article:hover .category {
  color: auto;
}
#ac250a8ca3aecec .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#ac250a8ca3aecec .ele-article-list .pic-article:hover .time {
  color: auto;
}
#ac250a8ca3aecec .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#ac250a8ca3aecec .ele-article-list .text-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#ac250a8ca3aecec .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#ac250a8ca3aecec .ele-article-list .text-article:hover .time {
  color: auto;
}
#a9561ab5abaff47  {flex-grow: 0;}#ab86eaba71a6d1d  {flex-grow: 0;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aaf10a0e80a6407 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#aaf10a0e80a6407 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aaf10a0e80a6407 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#aaf10a0e80a6407 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#aaf10a0e80a6407 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#aaf10a0e80a6407 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#aaf10a0e80a6407 .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;
}
#aaf10a0e80a6407 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#aaf10a0e80a6407 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#aaf10a0e80a6407 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#aaf10a0e80a6407 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#aaf10a0e80a6407 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#aaf10a0e80a6407 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#aaf10a0e80a6407 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#aaf10a0e80a6407 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#aaf10a0e80a6407 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#aaf10a0e80a6407 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#aaf10a0e80a6407 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#aaf10a0e80a6407 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#aaf10a0e80a6407 .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;
  }
}
#aaf10a0e80a6407 .ele-article-list .pic-article {
  padding: 15px 5px;
  border-bottom: 1px solid #ececec;
}
#aaf10a0e80a6407 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 8px;
  overflow: hidden;
}
#aaf10a0e80a6407 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#aaf10a0e80a6407 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#aaf10a0e80a6407 .ele-article-list .pic-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#aaf10a0e80a6407 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#aaf10a0e80a6407 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#aaf10a0e80a6407 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#aaf10a0e80a6407 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#aaf10a0e80a6407 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#aaf10a0e80a6407 .ele-article-list .text-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#aaf10a0e80a6407 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#aaf10a0e80a6407 .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3359ab573a9ece form {
  width: 100%;
  height: 100%;
}
#a3359ab573a9ece .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a3359ab573a9ece .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3359ab573a9ece .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a3359ab573a9ece .search-box .search-type.show {
  display: block;
}
#a3359ab573a9ece .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #d9f1e3;
  cursor: pointer;
  padding: 0 18px;
}
#a3359ab573a9ece .search-box .search-type li:hover {
  color: #00ad5f;
}
#a3359ab573a9ece .search-box .search-type li.active {
  color: #00ad5f;
}
#a3359ab573a9ece .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #d9f1e3;
  overflow: hidden;
}
#a3359ab573a9ece .inner-form .input-field {
  height: 100%;
}
#a3359ab573a9ece .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a3359ab573a9ece .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a3359ab573a9ece .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a3359ab573a9ece .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a3359ab573a9ece .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a3359ab573a9ece .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #d9f1e3;
  position: relative;
}
#a3359ab573a9ece .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a3359ab573a9ece .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a3359ab573a9ece .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a3359ab573a9ece .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a3359ab573a9ece .btn-search:hover {
  background: #00ad5f;
}
#a3359ab573a9ece .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1ba8ae969a0b41 .quick-menus li.logged {
  display: none;
}
#a1ba8ae969a0b41 .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#a1ba8ae969a0b41 .header-right li a,
#a1ba8ae969a0b41 .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#a1ba8ae969a0b41 .header-left {
  float: left;
}
#a1ba8ae969a0b41 .header-right {
  float: right;
}
#a1ba8ae969a0b41 .header-right li.logged {
  display: none;
}
#a1ba8ae969a0b41 .header-right li {
  display: inline;
}
#a1ba8ae969a0b41 .header-right li a:hover,
#a1ba8ae969a0b41 .header-link:hover {
  color: #08a173;
}
#a1ba8ae969a0b41 .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#a1ba8ae969a0b41 .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#a1ba8ae969a0b41 .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#a1ba8ae969a0b41 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a1ba8ae969a0b41 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#a1ba8ae969a0b41 .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #a1ba8ae969a0b41 .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a216da7f89a20d5 .uk-container {
  overflow: hidden;
}
#a216da7f89a20d5 .uk-button {
  border-radius: 100px;
  font-weight: bold;
  line-height: 1;
  padding: 17px 39px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.14);
  text-transform: uppercase;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.2);
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
@keyframes AnimationName {
  0% {
    background-position: 0% 31%;
  }
  50% {
    background-position: 100% 70%;
  }
  100% {
    background-position: 0% 31%;
  }
}
#a216da7f89a20d5 .uk-button:hover {
  color: #666666 !important;
  background: #fff;
}
#a216da7f89a20d5 .uk-button-primary {
  background: #f2f2f2;
  background: linear-gradient(135deg, #f2f2f2 0%, #dddddd 50%, #ffffff 51%, #ffffff 71%, #f6f8fb 100%);
  color: #666666 !important;
  background-size: 400% 400%;
  animation: AnimationName 3s ease infinite;
  border: medium none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae62cad1cea5803 .uk-card-media-left {
  min-height: 200px;
}
#ae62cad1cea5803 .h-float .uk-card {
  transition: all .3s ease;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0fb1af316acbac .ap-form-register .uk-card-head {
  position: relative;
  background-color: #08a173;
  padding: 52px 0px 69px 0px;
  overflow: hidden;
  z-index: 0;
}
#a0fb1af316acbac .ap-form-register .uk-card-head .uk-card-title {
  color: #fff;
  font-size: 30px;
  line-height: 36px;
}
#a0fb1af316acbac .ap-form-register .uk-card-head .uk-card-title .triangle::after {
  position: absolute;
  bottom: 0;
  right: 50%;
  content: "";
  transform: translateX(50%);
  border-left: 1500px solid white;
  border-right: 1500px solid white;
  border-top: 300px solid #08a173;
  /*宽高比为10:1，即（1500+1500）: 300*/
  /*定位（-x,-y）*/
  margin-top: -300px;
  margin-left: -1500px;
  z-index: -1;
}
#a0fb1af316acbac .ap-form-register .form-submit-btn {
  display: block;
  margin: 0 auto;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding: 0 45px;
  color: #fff;
  background: #08a173;
}
#a0fb1af316acbac .ap-form-register .form-submit-btn::before {
  position: absolute;
  left: 3px;
  top: 3px;
  content: "";
  z-index: -1;
  width: 102%;
  height: 108%;
}
#a0fb1af316acbac .ap-form-register .count-number {
  position: relative;
  font-size: 48px;
  line-height: 48px;
  color: #22272b;
  font-weight: 700;
  display: inline-block;
}
#a0fb1af316acbac .ap-form-register .count-number::after {
  position: absolute;
  left: 100%;
  content: attr(data-unit);
  font-size: 14px;
  color: #bfc5ca;
  font-weight: 700;
  margin-left: 5px;
  line-height: 1;
  margin-top: -5px;
  bottom: 5px;
}
#a0fb1af316acbac .ap-form-register .count-number::before {
  font-size: 14px;
  color: #bfc5ca;
  line-height: 1;
  position: absolute;
  content: "/";
  left: 100%;
  bottom: 5px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a128aab7b9a881e .uk-container {
  min-height: 400px;
}
#a6ba8a0f0da4624  {flex: 1;}#a3bf9a3792a8f03  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a0fbbae61aaedf7 > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 0px 2px 2px rgba(225, 225, 225, 1);}#a0fbbae61aaedf7  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(19, 97, 225, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a07b0ac3f4a7331 > .ele-wrap {background-image: url(/resources/upload/a45b9a976ba5c51/1743580690726/建筑模板价格信息采集.png);background-position: center center;background-size: contain;background-repeat: no-repeat;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1e8ba2a4daeb2f .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: #08a173;border-radius: 25px;justify-content: center;border-style: solid;}#a1e8ba2a4daeb2f .ele-wrap:hover {background-color: #509c49;}#af0bea098fa6ebe  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a40dfaa129ab583 > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 0px 2px 2px rgba(225, 225, 225, 1);}#a40dfaa129ab583  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(19, 97, 225, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a7a73aa3c6a1246 > .ele-wrap {background-image: url(/resources/upload/a45b9a976ba5c51/1743580660566.png);background-position: center center;background-size: contain;background-repeat: no-repeat;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a323ba4f22ab93c .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: #08a173;border-radius: 25px;justify-content: center;border-style: solid;}#a323ba4f22ab93c .ele-wrap:hover {background-color: #509c49;}#af973a9b9dad6da  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adfcba0365ad748 > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 0px 2px 2px rgba(225, 225, 225, 1);}#adfcba0365ad748  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(19, 97, 225, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#acecbae0c4a8d01 > .ele-wrap {background-image: url(/resources/upload/a45b9a976ba5c51/1743580554984.png);background-position: center center;background-size: contain;background-repeat: no-repeat;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a6de1adf2eacd3d .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: #08a173;border-radius: 25px;justify-content: center;border-style: solid;}#a6de1adf2eacd3d .ele-wrap:hover {background-color: #509c49;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7763aecaea2d19 .form-agree {
  display: flex;
  align-items: center;
}
#a7763aecaea2d19 .uk-form .form-submit-btn {
  width: 458px;
}
#a7763aecaea2d19 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a7763aecaea2d19 .submit-wrap {
  text-align: center;
}
#a7763aecaea2d19 .submit-wrap button {
  background-color: #08a173;
}
#a7763aecaea2d19 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a7763aecaea2d19 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a7763aecaea2d19 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#a7763aecaea2d19 .form-item .uk-input,
#a7763aecaea2d19 .form-item .uk-select,
#a7763aecaea2d19 .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
}
#a7763aecaea2d19 .form-item .auto-height {
  height: auto;
}
#a7763aecaea2d19 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
}
#a7763aecaea2d19 .form-item .send-code {
  bottom: 0px;
}
#a7763aecaea2d19 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#a7763aecaea2d19 .uk-form-label,
#a7763aecaea2d19 .form-agree,
#a7763aecaea2d19 .uk-h3,
#a7763aecaea2d19 p {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #cdcdcd;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a113aa13d5aa980 .img-wrap {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab70fa89e7a7eec .quick-menus li.logged {
  display: none;
}
#ab70fa89e7a7eec .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#ab70fa89e7a7eec .header-right li a,
#ab70fa89e7a7eec .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#ab70fa89e7a7eec .header-left {
  float: left;
}
#ab70fa89e7a7eec .header-right {
  float: right;
}
#ab70fa89e7a7eec .header-right li.logged {
  display: none;
}
#ab70fa89e7a7eec .header-right li {
  display: inline;
}
#ab70fa89e7a7eec .header-right li a:hover,
#ab70fa89e7a7eec .header-link:hover {
  color: #08a173;
}
#ab70fa89e7a7eec .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#ab70fa89e7a7eec .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#ab70fa89e7a7eec .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#ab70fa89e7a7eec [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ab70fa89e7a7eec .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#ab70fa89e7a7eec .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #ab70fa89e7a7eec .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a20f0a56b6a912d .uk-container {
  overflow: hidden;
}
#a20f0a56b6a912d .uk-button {
  border-radius: 100px;
  font-weight: bold;
  line-height: 1;
  padding: 17px 39px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.14);
  text-transform: uppercase;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.2);
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
@keyframes AnimationName {
  0% {
    background-position: 0% 31%;
  }
  50% {
    background-position: 100% 70%;
  }
  100% {
    background-position: 0% 31%;
  }
}
#a20f0a56b6a912d .uk-button:hover {
  color: #666666 !important;
  background: #fff;
}
#a20f0a56b6a912d .uk-button-primary {
  background: #f2f2f2;
  background: linear-gradient(135deg, #f2f2f2 0%, #dddddd 50%, #ffffff 51%, #ffffff 71%, #f6f8fb 100%);
  color: #666666 !important;
  background-size: 400% 400%;
  animation: AnimationName 3s ease infinite;
  border: medium none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afa10a1f25a7479 .ap-form-register .uk-card-head {
  position: relative;
  background-color: #08a173;
  padding: 52px 0px 69px 0px;
  overflow: hidden;
  z-index: 0;
}
#afa10a1f25a7479 .ap-form-register .uk-card-head .uk-card-title {
  color: #fff;
  font-size: 30px;
  line-height: 36px;
}
#afa10a1f25a7479 .ap-form-register .uk-card-head .uk-card-title .triangle::after {
  position: absolute;
  bottom: 0;
  right: 50%;
  content: "";
  transform: translateX(50%);
  border-left: 1500px solid white;
  border-right: 1500px solid white;
  border-top: 300px solid #08a173;
  /*宽高比为10:1，即（1500+1500）: 300*/
  /*定位（-x,-y）*/
  margin-top: -300px;
  margin-left: -1500px;
  z-index: -1;
}
#afa10a1f25a7479 .ap-form-register .form-submit-btn {
  display: block;
  margin: 0 auto;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding: 0 45px;
  color: #fff;
  background: #08a173;
}
#afa10a1f25a7479 .ap-form-register .form-submit-btn::before {
  position: absolute;
  left: 3px;
  top: 3px;
  content: "";
  z-index: -1;
  width: 102%;
  height: 108%;
}
#afa10a1f25a7479 .ap-form-register .count-number {
  position: relative;
  font-size: 48px;
  line-height: 48px;
  color: #22272b;
  font-weight: 700;
  display: inline-block;
}
#afa10a1f25a7479 .ap-form-register .count-number::after {
  position: absolute;
  left: 100%;
  content: attr(data-unit);
  font-size: 14px;
  color: #bfc5ca;
  font-weight: 700;
  margin-left: 5px;
  line-height: 1;
  margin-top: -5px;
  bottom: 5px;
}
#afa10a1f25a7479 .ap-form-register .count-number::before {
  font-size: 14px;
  color: #bfc5ca;
  line-height: 1;
  position: absolute;
  content: "/";
  left: 100%;
  bottom: 5px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3ffaa9a0fa29ff > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1fcca0affa39af > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acf7da1606a98d9 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#acf7da1606a98d9 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#acf7da1606a98d9 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#acf7da1606a98d9 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#acf7da1606a98d9 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#acf7da1606a98d9 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#acf7da1606a98d9 .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;
}
#acf7da1606a98d9 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#acf7da1606a98d9 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#acf7da1606a98d9 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#acf7da1606a98d9 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#acf7da1606a98d9 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#acf7da1606a98d9 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#acf7da1606a98d9 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#acf7da1606a98d9 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#acf7da1606a98d9 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#acf7da1606a98d9 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#acf7da1606a98d9 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#acf7da1606a98d9 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#acf7da1606a98d9 .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;
  }
}
#acf7da1606a98d9 .ele-article-list .pic-article {
  padding: 15px 5px;
  border-bottom: 1px solid #ececec;
}
#acf7da1606a98d9 .ele-article-list .pic-article .img_wrap {
  width: 25%;
  border-radius: 8px;
  overflow: hidden;
}
#acf7da1606a98d9 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#acf7da1606a98d9 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#acf7da1606a98d9 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#acf7da1606a98d9 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#acf7da1606a98d9 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#acf7da1606a98d9 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#acf7da1606a98d9 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#acf7da1606a98d9 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#acf7da1606a98d9 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#acf7da1606a98d9 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#acf7da1606a98d9 .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a20eba21c9a5a1a .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a20eba21c9a5a1a .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a20eba21c9a5a1a .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a20eba21c9a5a1a .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a20eba21c9a5a1a .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a20eba21c9a5a1a .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a20eba21c9a5a1a .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;
}
#a20eba21c9a5a1a .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a20eba21c9a5a1a .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a20eba21c9a5a1a .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a20eba21c9a5a1a .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a20eba21c9a5a1a .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a20eba21c9a5a1a .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a20eba21c9a5a1a .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a20eba21c9a5a1a .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a20eba21c9a5a1a .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a20eba21c9a5a1a .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a20eba21c9a5a1a .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a20eba21c9a5a1a .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a20eba21c9a5a1a .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;
  }
}
#a20eba21c9a5a1a .ele-article-list .pic-article {
  padding: 15px 5px;
  border-bottom: 1px solid #ececec;
}
#a20eba21c9a5a1a .ele-article-list .pic-article .img_wrap {
  width: 25%;
  border-radius: 8px;
  overflow: hidden;
}
#a20eba21c9a5a1a .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a20eba21c9a5a1a .ele-article-list .pic-article .time {
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
}
#a20eba21c9a5a1a .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#a20eba21c9a5a1a .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a20eba21c9a5a1a .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a20eba21c9a5a1a .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a20eba21c9a5a1a .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a20eba21c9a5a1a .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a20eba21c9a5a1a .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a20eba21c9a5a1a .ele-article-list .text-article .time {
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
}
#a20eba21c9a5a1a .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a20eba21c9a5a1a .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a20eba21c9a5a1a .ele-article-list .text-article:hover .time {
  color: auto;
}
#adf30ae110ab0e0 .ele-wrap {font-size: 14px;justify-content: center;border-style: solid;color: #666666;border-width: 1px;border-color: rgba(225, 225, 225, 1);}#adf30ae110ab0e0 .ele-wrap:hover {background-color: rgba(26, 189, 155, 1);}#a2d23af2c5a73fd .ele-wrap {font-size: 14px;justify-content: center;border-style: solid;color: #666666;border-width: 1px;border-color: rgba(225, 225, 225, 1);}#a2d23af2c5a73fd .ele-wrap:hover {background-color: rgba(26, 189, 155, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3730a80a6ad77c .form-agree {
  display: flex;
  align-items: center;
}
#a3730a80a6ad77c .uk-form .form-submit-btn {
  width: 340px;
}
#a3730a80a6ad77c .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a3730a80a6ad77c .submit-wrap {
  text-align: center;
}
#a3730a80a6ad77c .submit-wrap button {
  background-color: #f32c56;
}
#a3730a80a6ad77c .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a3730a80a6ad77c form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a3730a80a6ad77c .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#a3730a80a6ad77c .form-item .uk-input,
#a3730a80a6ad77c .form-item .uk-select,
#a3730a80a6ad77c .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
}
#a3730a80a6ad77c .form-item .auto-height {
  height: auto;
}
#a3730a80a6ad77c .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#a3730a80a6ad77c .form-item .send-code {
  bottom: 0px;
}
#a3730a80a6ad77c .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#a3730a80a6ad77c .uk-form-label,
#a3730a80a6ad77c .form-agree,
#a3730a80a6ad77c .uk-h3,
#a3730a80a6ad77c p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
#a3730a80a6ad77c .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a3730a80a6ad77c .form-item > label {
  flex: none;
}
#a3730a80a6ad77c .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a3730a80a6ad77c .form-item .uk-input,
#a3730a80a6ad77c .form-item .uk-select,
#a3730a80a6ad77c .form-item .uk-textarea,
#a3730a80a6ad77c .form-item .address-select,
#a3730a80a6ad77c .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a3730a80a6ad77c .form-item .address-select .uk-select {
  padding-left: 4px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af91daa3e0afd6f .img-wrap {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1ed1a8787a1049 .quick-menus li.logged {
  display: none;
}
#a1ed1a8787a1049 .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#a1ed1a8787a1049 .header-right li a,
#a1ed1a8787a1049 .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#a1ed1a8787a1049 .header-left {
  float: left;
}
#a1ed1a8787a1049 .header-right {
  float: right;
}
#a1ed1a8787a1049 .header-right li.logged {
  display: none;
}
#a1ed1a8787a1049 .header-right li {
  display: inline;
}
#a1ed1a8787a1049 .header-right li a:hover,
#a1ed1a8787a1049 .header-link:hover {
  color: #08a173;
}
#a1ed1a8787a1049 .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#a1ed1a8787a1049 .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#a1ed1a8787a1049 .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#a1ed1a8787a1049 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a1ed1a8787a1049 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#a1ed1a8787a1049 .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #a1ed1a8787a1049 .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad5d5a3842a9f32 .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;
}
#ad5d5a3842a9f32 .new-list .uk-card {
  border-bottom: 1px solid #e7e7e7;
}
#ad5d5a3842a9f32 .new-list .uk-card:first-of-type {
  padding-top: 0;
}
#ad5d5a3842a9f32 .new-list .uk-card:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
#ad5d5a3842a9f32 .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%); */
}
#ad5d5a3842a9f32 .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;
}
#ad5d5a3842a9f32 .main-item:hover::after {
  opacity: 1;
}
#ad5d5a3842a9f32 .main-info {
  z-index: 100;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4bb0a0474a493b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a79dba35d0a4507 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa85aa21aba87dc  {flex: 1;}#a4287a51c1a1c03  {flex-grow: 0;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9539a26c3ae5c4 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a9539a26c3ae5c4 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a9539a26c3ae5c4 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a9539a26c3ae5c4 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a9539a26c3ae5c4 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a9539a26c3ae5c4 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a9539a26c3ae5c4 .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;
}
#a9539a26c3ae5c4 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a9539a26c3ae5c4 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a9539a26c3ae5c4 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a9539a26c3ae5c4 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a9539a26c3ae5c4 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a9539a26c3ae5c4 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a9539a26c3ae5c4 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a9539a26c3ae5c4 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a9539a26c3ae5c4 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a9539a26c3ae5c4 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a9539a26c3ae5c4 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a9539a26c3ae5c4 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a9539a26c3ae5c4 .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;
  }
}
#a9539a26c3ae5c4 .ele-article-list .pic-article {
  padding: 15px 5px;
  border-bottom: 1px solid #ececec;
}
#a9539a26c3ae5c4 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 8px;
  overflow: hidden;
}
#a9539a26c3ae5c4 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a9539a26c3ae5c4 .ele-article-list .pic-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#a9539a26c3ae5c4 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a9539a26c3ae5c4 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a9539a26c3ae5c4 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a9539a26c3ae5c4 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a9539a26c3ae5c4 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a9539a26c3ae5c4 .ele-article-list .text-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#a9539a26c3ae5c4 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a9539a26c3ae5c4 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a3a07a5d2bab1f6  {flex-grow: 0;}#a070ba3afdaa0c1  {flex-grow: 0;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a442aa4e6ba5577 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a442aa4e6ba5577 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a442aa4e6ba5577 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a442aa4e6ba5577 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a442aa4e6ba5577 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a442aa4e6ba5577 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a442aa4e6ba5577 .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;
}
#a442aa4e6ba5577 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a442aa4e6ba5577 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a442aa4e6ba5577 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a442aa4e6ba5577 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a442aa4e6ba5577 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a442aa4e6ba5577 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a442aa4e6ba5577 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a442aa4e6ba5577 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a442aa4e6ba5577 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a442aa4e6ba5577 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a442aa4e6ba5577 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a442aa4e6ba5577 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a442aa4e6ba5577 .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;
  }
}
#a442aa4e6ba5577 .ele-article-list .pic-article {
  padding: 15px 5px;
  border-bottom: 1px solid #ececec;
}
#a442aa4e6ba5577 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 8px;
  overflow: hidden;
}
#a442aa4e6ba5577 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a442aa4e6ba5577 .ele-article-list .pic-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#a442aa4e6ba5577 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a442aa4e6ba5577 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a442aa4e6ba5577 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a442aa4e6ba5577 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a442aa4e6ba5577 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a442aa4e6ba5577 .ele-article-list .text-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#a442aa4e6ba5577 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a442aa4e6ba5577 .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7515a0a2ba664f .quick-menus li.logged {
  display: none;
}
#a7515a0a2ba664f .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#a7515a0a2ba664f .header-right li a,
#a7515a0a2ba664f .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#a7515a0a2ba664f .header-left {
  float: left;
}
#a7515a0a2ba664f .header-right {
  float: right;
}
#a7515a0a2ba664f .header-right li.logged {
  display: none;
}
#a7515a0a2ba664f .header-right li {
  display: inline;
}
#a7515a0a2ba664f .header-right li a:hover,
#a7515a0a2ba664f .header-link:hover {
  color: #08a173;
}
#a7515a0a2ba664f .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#a7515a0a2ba664f .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#a7515a0a2ba664f .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#a7515a0a2ba664f [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a7515a0a2ba664f .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#a7515a0a2ba664f .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #a7515a0a2ba664f .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af87ca6e19af6f0 .uk-container {
  overflow: hidden;
}
#af87ca6e19af6f0 .uk-button {
  border-radius: 100px;
  font-weight: bold;
  line-height: 1;
  padding: 17px 39px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.14);
  text-transform: uppercase;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.2);
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
@keyframes AnimationName {
  0% {
    background-position: 0% 31%;
  }
  50% {
    background-position: 100% 70%;
  }
  100% {
    background-position: 0% 31%;
  }
}
#af87ca6e19af6f0 .uk-button:hover {
  color: #666666 !important;
  background: #fff;
}
#af87ca6e19af6f0 .uk-button-primary {
  background: #f2f2f2;
  background: linear-gradient(135deg, #f2f2f2 0%, #dddddd 50%, #ffffff 51%, #ffffff 71%, #f6f8fb 100%);
  color: #666666 !important;
  background-size: 400% 400%;
  animation: AnimationName 3s ease infinite;
  border: medium none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac74ea4656a63ca {
  /* mobile */
}
#ac74ea4656a63ca .uk-tab-left::before {
  border: none;
}
#ac74ea4656a63ca .tab-item {
  cursor: pointer;
}
#ac74ea4656a63ca .tab-item:hover {
  background: #fff;
}
#ac74ea4656a63ca .uk-tab {
  margin-left: 0;
}
#ac74ea4656a63ca .uk-tab > .uk-active.tab-item {
  border-right: none;
  background: #fff;
}
@media (max-width: 640px) {
  #ac74ea4656a63ca .tab-item {
    width: 50%;
    margin-bottom: 5px !important;
  }
  #ac74ea4656a63ca .uk-margin-medium {
    margin-top: 15px !important;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad8abad9e9abc7c .ap-form-register .uk-card-head {
  position: relative;
  background-color: #08a173;
  padding: 52px 0px 69px 0px;
  overflow: hidden;
  z-index: 0;
}
#ad8abad9e9abc7c .ap-form-register .uk-card-head .uk-card-title {
  color: #fff;
  font-size: 30px;
  line-height: 36px;
}
#ad8abad9e9abc7c .ap-form-register .uk-card-head .uk-card-title .triangle::after {
  position: absolute;
  bottom: 0;
  right: 50%;
  content: "";
  transform: translateX(50%);
  border-left: 1500px solid white;
  border-right: 1500px solid white;
  border-top: 300px solid #08a173;
  /*宽高比为10:1，即（1500+1500）: 300*/
  /*定位（-x,-y）*/
  margin-top: -300px;
  margin-left: -1500px;
  z-index: -1;
}
#ad8abad9e9abc7c .ap-form-register .form-submit-btn {
  display: block;
  margin: 0 auto;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding: 0 45px;
  color: #fff;
  background: #08a173;
}
#ad8abad9e9abc7c .ap-form-register .form-submit-btn::before {
  position: absolute;
  left: 3px;
  top: 3px;
  content: "";
  z-index: -1;
  width: 102%;
  height: 108%;
}
#ad8abad9e9abc7c .ap-form-register .count-number {
  position: relative;
  font-size: 48px;
  line-height: 48px;
  color: #22272b;
  font-weight: 700;
  display: inline-block;
}
#ad8abad9e9abc7c .ap-form-register .count-number::after {
  position: absolute;
  left: 100%;
  content: attr(data-unit);
  font-size: 14px;
  color: #bfc5ca;
  font-weight: 700;
  margin-left: 5px;
  line-height: 1;
  margin-top: -5px;
  bottom: 5px;
}
#ad8abad9e9abc7c .ap-form-register .count-number::before {
  font-size: 14px;
  color: #bfc5ca;
  line-height: 1;
  position: absolute;
  content: "/";
  left: 100%;
  bottom: 5px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a01e3acfe5a110a .uk-container {
  min-height: 400px;
}
#a00f0a4b4aa1787  {flex: 1;}#a4342a73ada595f  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a96c7a0144a789d > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 0px 2px 2px rgba(225, 225, 225, 1);}#a96c7a0144a789d  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(19, 97, 225, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a0d58adfdca3e89 > .ele-wrap {background-image: url(/resources/upload/a45b9a976ba5c51/1743580690726/建筑模板价格信息采集.png);background-position: center center;background-size: contain;background-repeat: no-repeat;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aee06aa833a7033 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: #08a173;border-radius: 25px;justify-content: center;border-style: solid;}#aee06aa833a7033 .ele-wrap:hover {background-color: #509c49;}#aea64a0f06a0f2a  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a05eaa41b7ab83f > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 0px 2px 2px rgba(225, 225, 225, 1);}#a05eaa41b7ab83f  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(19, 97, 225, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a0caeadf2aace68 > .ele-wrap {background-image: url(/resources/upload/a45b9a976ba5c51/1743580660566.png);background-position: center center;background-size: contain;background-repeat: no-repeat;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ac2afa2d80a6b87 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: #08a173;border-radius: 25px;justify-content: center;border-style: solid;}#ac2afa2d80a6b87 .ele-wrap:hover {background-color: #509c49;}#afb07a73caa8ede  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ae7deae7f9a00e6 > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 0px 2px 2px rgba(225, 225, 225, 1);}#ae7deae7f9a00e6  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(19, 97, 225, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#af8b5afaada0211 > .ele-wrap {background-image: url(/resources/upload/a45b9a976ba5c51/1743580554984.png);background-position: center center;background-size: contain;background-repeat: no-repeat;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a8fb2af166aeeef .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: #08a173;border-radius: 25px;justify-content: center;border-style: solid;}#a8fb2af166aeeef .ele-wrap:hover {background-color: #509c49;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7a5baff29a2048 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a244fad20fa450e .quick-menus li.logged {
  display: none;
}
#a244fad20fa450e .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#a244fad20fa450e .header-right li a,
#a244fad20fa450e .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#a244fad20fa450e .header-left {
  float: left;
}
#a244fad20fa450e .header-right {
  float: right;
}
#a244fad20fa450e .header-right li.logged {
  display: none;
}
#a244fad20fa450e .header-right li {
  display: inline;
}
#a244fad20fa450e .header-right li a:hover,
#a244fad20fa450e .header-link:hover {
  color: #08a173;
}
#a244fad20fa450e .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#a244fad20fa450e .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#a244fad20fa450e .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#a244fad20fa450e [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a244fad20fa450e .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#a244fad20fa450e .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #a244fad20fa450e .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7ed9a4fc5a827d > .ele-wrap {background-color: rgba(0, 0, 0, 0.27);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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af739a4e89aa66a .form-agree {
  display: flex;
  align-items: center;
}
#af739a4e89aa66a .uk-form .form-submit-btn {
  width: 400px;
}
#af739a4e89aa66a .submit-wrap {
  text-align: center;
}
#af739a4e89aa66a .submit-wrap button {
  background-color: #08a173;
}
#af739a4e89aa66a form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#af739a4e89aa66a .form-item .uk-input,
#af739a4e89aa66a .form-item .uk-select,
#af739a4e89aa66a .form-item .uk-textarea {
  width: autopx;
}
#af739a4e89aa66a .form-item .auto-height {
  height: auto;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a41f4a5b63a8354 .quick-menus li.logged {
  display: none;
}
#a41f4a5b63a8354 .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#a41f4a5b63a8354 .header-right li a,
#a41f4a5b63a8354 .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#a41f4a5b63a8354 .header-left {
  float: left;
}
#a41f4a5b63a8354 .header-right {
  float: right;
}
#a41f4a5b63a8354 .header-right li.logged {
  display: none;
}
#a41f4a5b63a8354 .header-right li {
  display: inline;
}
#a41f4a5b63a8354 .header-right li a:hover,
#a41f4a5b63a8354 .header-link:hover {
  color: #08a173;
}
#a41f4a5b63a8354 .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#a41f4a5b63a8354 .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#a41f4a5b63a8354 .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#a41f4a5b63a8354 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a41f4a5b63a8354 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#a41f4a5b63a8354 .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #a41f4a5b63a8354 .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a323dad95fabac7 .uk-container {
  overflow: hidden;
}
#a323dad95fabac7 .uk-button {
  border-radius: 100px;
  font-weight: bold;
  line-height: 1;
  padding: 17px 39px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.14);
  text-transform: uppercase;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.2);
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
@keyframes AnimationName {
  0% {
    background-position: 0% 31%;
  }
  50% {
    background-position: 100% 70%;
  }
  100% {
    background-position: 0% 31%;
  }
}
#a323dad95fabac7 .uk-button:hover {
  color: #666666 !important;
  background: #fff;
}
#a323dad95fabac7 .uk-button-primary {
  background: #f2f2f2;
  background: linear-gradient(135deg, #f2f2f2 0%, #dddddd 50%, #ffffff 51%, #ffffff 71%, #f6f8fb 100%);
  color: #666666 !important;
  background-size: 400% 400%;
  animation: AnimationName 3s ease infinite;
  border: medium none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7e10a00e7a96a9 .ap-form-register .uk-card-head {
  position: relative;
  background-color: #08a173;
  padding: 52px 0px 69px 0px;
  overflow: hidden;
  z-index: 0;
}
#a7e10a00e7a96a9 .ap-form-register .uk-card-head .uk-card-title {
  color: #fff;
  font-size: 30px;
  line-height: 36px;
}
#a7e10a00e7a96a9 .ap-form-register .uk-card-head .uk-card-title .triangle::after {
  position: absolute;
  bottom: 0;
  right: 50%;
  content: "";
  transform: translateX(50%);
  border-left: 1500px solid white;
  border-right: 1500px solid white;
  border-top: 300px solid #08a173;
  /*宽高比为10:1，即（1500+1500）: 300*/
  /*定位（-x,-y）*/
  margin-top: -300px;
  margin-left: -1500px;
  z-index: -1;
}
#a7e10a00e7a96a9 .ap-form-register .form-submit-btn {
  display: block;
  margin: 0 auto;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding: 0 45px;
  color: #fff;
  background: #08a173;
}
#a7e10a00e7a96a9 .ap-form-register .form-submit-btn::before {
  position: absolute;
  left: 3px;
  top: 3px;
  content: "";
  z-index: -1;
  width: 102%;
  height: 108%;
}
#a7e10a00e7a96a9 .ap-form-register .count-number {
  position: relative;
  font-size: 48px;
  line-height: 48px;
  color: #22272b;
  font-weight: 700;
  display: inline-block;
}
#a7e10a00e7a96a9 .ap-form-register .count-number::after {
  position: absolute;
  left: 100%;
  content: attr(data-unit);
  font-size: 14px;
  color: #bfc5ca;
  font-weight: 700;
  margin-left: 5px;
  line-height: 1;
  margin-top: -5px;
  bottom: 5px;
}
#a7e10a00e7a96a9 .ap-form-register .count-number::before {
  font-size: 14px;
  color: #bfc5ca;
  line-height: 1;
  position: absolute;
  content: "/";
  left: 100%;
  bottom: 5px;
}
#a1fa6aa8d0a6e68 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0b44a981ea620a .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a0b44a981ea620a .uk-position-center-left-out {
    left: -30px;
  }
  #a0b44a981ea620a .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a394fa7d06a0607 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a394fa7d06a0607 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 5px;
}
#a394fa7d06a0607 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
  background-color: #f8f8f8;
}
#a394fa7d06a0607 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a394fa7d06a0607 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a394fa7d06a0607 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a394fa7d06a0607 .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;
}
#a394fa7d06a0607 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a394fa7d06a0607 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a394fa7d06a0607 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a394fa7d06a0607 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a394fa7d06a0607 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a394fa7d06a0607 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a394fa7d06a0607 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a394fa7d06a0607 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
  background-color: #f8f8f8;
}
#a394fa7d06a0607 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a394fa7d06a0607 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a394fa7d06a0607 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a394fa7d06a0607 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a394fa7d06a0607 .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;
  }
}
#a394fa7d06a0607 .ele-article-list .pic-article {
  padding: 15px 5px;
  border-bottom: 1px solid #e4e4e4;
}
#a394fa7d06a0607 .ele-article-list .pic-article .img_wrap {
  width: 25%;
  border-radius: 8px;
  overflow: hidden;
}
#a394fa7d06a0607 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a394fa7d06a0607 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#a394fa7d06a0607 .ele-article-list .pic-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#a394fa7d06a0607 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a394fa7d06a0607 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a394fa7d06a0607 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a394fa7d06a0607 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a394fa7d06a0607 .ele-article-list .text-article {
  border-bottom: 1px solid #e4e4e4;
}
#a394fa7d06a0607 .ele-article-list .text-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#a394fa7d06a0607 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a394fa7d06a0607 .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae956aa05baf04f .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#ae956aa05baf04f .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 5px;
}
#ae956aa05baf04f .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
  background-color: #f8f8f8;
}
#ae956aa05baf04f .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#ae956aa05baf04f .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#ae956aa05baf04f .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#ae956aa05baf04f .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;
}
#ae956aa05baf04f .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#ae956aa05baf04f .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#ae956aa05baf04f .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#ae956aa05baf04f .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#ae956aa05baf04f .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#ae956aa05baf04f .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#ae956aa05baf04f .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#ae956aa05baf04f .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
  background-color: #f8f8f8;
}
#ae956aa05baf04f .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#ae956aa05baf04f .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#ae956aa05baf04f .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#ae956aa05baf04f .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#ae956aa05baf04f .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;
  }
}
#ae956aa05baf04f .ele-article-list .pic-article {
  padding: 15px 5px;
  border-bottom: 1px solid #ececec;
}
#ae956aa05baf04f .ele-article-list .pic-article .img_wrap {
  width: 25%;
  border-radius: 8px;
  overflow: hidden;
}
#ae956aa05baf04f .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#ae956aa05baf04f .ele-article-list .pic-article .time {
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
}
#ae956aa05baf04f .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#ae956aa05baf04f .ele-article-list .pic-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#ae956aa05baf04f .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#ae956aa05baf04f .ele-article-list .pic-article:hover .category {
  color: auto;
}
#ae956aa05baf04f .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#ae956aa05baf04f .ele-article-list .pic-article:hover .time {
  color: auto;
}
#ae956aa05baf04f .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#ae956aa05baf04f .ele-article-list .text-article .time {
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
}
#ae956aa05baf04f .ele-article-list .text-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#ae956aa05baf04f .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#ae956aa05baf04f .ele-article-list .text-article:hover .time {
  color: auto;
}
#a2b60afe32add7e .ele-wrap {font-size: 14px;justify-content: center;border-style: solid;color: #666666;border-width: 1px;border-color: rgba(225, 225, 225, 1);}#a2b60afe32add7e .ele-wrap:hover {background-color: rgba(26, 189, 155, 1);}#aff90ac54eaa419 .ele-wrap {font-size: 14px;justify-content: center;border-style: solid;color: #666666;border-width: 1px;border-color: rgba(225, 225, 225, 1);}#aff90ac54eaa419 .ele-wrap:hover {background-color: rgba(26, 189, 155, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a05c1add4eabad6 .form-agree {
  display: flex;
  align-items: center;
}
#a05c1add4eabad6 .uk-form .form-submit-btn {
  width: 458px;
}
#a05c1add4eabad6 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a05c1add4eabad6 .submit-wrap {
  text-align: center;
}
#a05c1add4eabad6 .submit-wrap button {
  background-color: #f32c56;
}
#a05c1add4eabad6 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a05c1add4eabad6 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a05c1add4eabad6 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#a05c1add4eabad6 .form-item .uk-input,
#a05c1add4eabad6 .form-item .uk-select,
#a05c1add4eabad6 .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
}
#a05c1add4eabad6 .form-item .auto-height {
  height: auto;
}
#a05c1add4eabad6 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
}
#a05c1add4eabad6 .form-item .send-code {
  bottom: 0px;
}
#a05c1add4eabad6 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#a05c1add4eabad6 .uk-form-label,
#a05c1add4eabad6 .form-agree,
#a05c1add4eabad6 .uk-h3,
#a05c1add4eabad6 p {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #cdcdcd;
}
#a05c1add4eabad6 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a05c1add4eabad6 .form-item > label {
  flex: none;
}
#a05c1add4eabad6 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a05c1add4eabad6 .form-item .uk-input,
#a05c1add4eabad6 .form-item .uk-select,
#a05c1add4eabad6 .form-item .uk-textarea,
#a05c1add4eabad6 .form-item .address-select,
#a05c1add4eabad6 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a05c1add4eabad6 .form-item .address-select .uk-select {
  padding-left: 4px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a79e5a40a5a272e .img-wrap {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8820acb37ae662 .quick-menus li.logged {
  display: none;
}
#a8820acb37ae662 .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#a8820acb37ae662 .header-right li a,
#a8820acb37ae662 .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#a8820acb37ae662 .header-left {
  float: left;
}
#a8820acb37ae662 .header-right {
  float: right;
}
#a8820acb37ae662 .header-right li.logged {
  display: none;
}
#a8820acb37ae662 .header-right li {
  display: inline;
}
#a8820acb37ae662 .header-right li a:hover,
#a8820acb37ae662 .header-link:hover {
  color: #08a173;
}
#a8820acb37ae662 .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#a8820acb37ae662 .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#a8820acb37ae662 .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#a8820acb37ae662 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a8820acb37ae662 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#a8820acb37ae662 .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #a8820acb37ae662 .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4152a890ba2ffd .uk-container {
  overflow: hidden;
}
#a4152a890ba2ffd .uk-button {
  border-radius: 100px;
  font-weight: bold;
  line-height: 1;
  padding: 17px 39px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.14);
  text-transform: uppercase;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.2);
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
@keyframes AnimationName {
  0% {
    background-position: 0% 31%;
  }
  50% {
    background-position: 100% 70%;
  }
  100% {
    background-position: 0% 31%;
  }
}
#a4152a890ba2ffd .uk-button:hover {
  color: #666666 !important;
  background: #fff;
}
#a4152a890ba2ffd .uk-button-primary {
  background: #f2f2f2;
  background: linear-gradient(135deg, #f2f2f2 0%, #dddddd 50%, #ffffff 51%, #ffffff 71%, #f6f8fb 100%);
  color: #666666 !important;
  background-size: 400% 400%;
  animation: AnimationName 3s ease infinite;
  border: medium none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0c06a6d6ea7526 .ap-form-register .uk-card-head {
  position: relative;
  background-color: #08a173;
  padding: 52px 0px 69px 0px;
  overflow: hidden;
  z-index: 0;
}
#a0c06a6d6ea7526 .ap-form-register .uk-card-head .uk-card-title {
  color: #fff;
  font-size: 30px;
  line-height: 36px;
}
#a0c06a6d6ea7526 .ap-form-register .uk-card-head .uk-card-title .triangle::after {
  position: absolute;
  bottom: 0;
  right: 50%;
  content: "";
  transform: translateX(50%);
  border-left: 1500px solid white;
  border-right: 1500px solid white;
  border-top: 300px solid #08a173;
  /*宽高比为10:1，即（1500+1500）: 300*/
  /*定位（-x,-y）*/
  margin-top: -300px;
  margin-left: -1500px;
  z-index: -1;
}
#a0c06a6d6ea7526 .ap-form-register .form-submit-btn {
  display: block;
  margin: 0 auto;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding: 0 45px;
  color: #fff;
  background: #08a173;
}
#a0c06a6d6ea7526 .ap-form-register .form-submit-btn::before {
  position: absolute;
  left: 3px;
  top: 3px;
  content: "";
  z-index: -1;
  width: 102%;
  height: 108%;
}
#a0c06a6d6ea7526 .ap-form-register .count-number {
  position: relative;
  font-size: 48px;
  line-height: 48px;
  color: #22272b;
  font-weight: 700;
  display: inline-block;
}
#a0c06a6d6ea7526 .ap-form-register .count-number::after {
  position: absolute;
  left: 100%;
  content: attr(data-unit);
  font-size: 14px;
  color: #bfc5ca;
  font-weight: 700;
  margin-left: 5px;
  line-height: 1;
  margin-top: -5px;
  bottom: 5px;
}
#a0c06a6d6ea7526 .ap-form-register .count-number::before {
  font-size: 14px;
  color: #bfc5ca;
  line-height: 1;
  position: absolute;
  content: "/";
  left: 100%;
  bottom: 5px;
}
#af8bfabc46a635b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5598af330a51a2  {flex-grow: 1;}#a81a9af449ac64e  {flex-grow: 1;}#aefdda382bae62f  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a6a83a5117a99a6  {flex-grow: 1;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad256aa7f6a4d53 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#ad256aa7f6a4d53 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ad256aa7f6a4d53 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#ad256aa7f6a4d53 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#ad256aa7f6a4d53 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#ad256aa7f6a4d53 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#ad256aa7f6a4d53 .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;
}
#ad256aa7f6a4d53 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#ad256aa7f6a4d53 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#ad256aa7f6a4d53 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#ad256aa7f6a4d53 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#ad256aa7f6a4d53 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#ad256aa7f6a4d53 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#ad256aa7f6a4d53 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#ad256aa7f6a4d53 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#ad256aa7f6a4d53 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#ad256aa7f6a4d53 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#ad256aa7f6a4d53 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#ad256aa7f6a4d53 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#ad256aa7f6a4d53 .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;
  }
}
#ad256aa7f6a4d53 .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#ad256aa7f6a4d53 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#ad256aa7f6a4d53 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#ad256aa7f6a4d53 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#ad256aa7f6a4d53 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ad256aa7f6a4d53 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#ad256aa7f6a4d53 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#ad256aa7f6a4d53 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#ad256aa7f6a4d53 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#ad256aa7f6a4d53 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#ad256aa7f6a4d53 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ad256aa7f6a4d53 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#ad256aa7f6a4d53 .ele-article-list .text-article:hover .time {
  color: auto;
}
#ad9daa0a5aa7c7b  {flex-grow: 1;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4723af68daad97 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a4723af68daad97 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4723af68daad97 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a4723af68daad97 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a4723af68daad97 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a4723af68daad97 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a4723af68daad97 .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;
}
#a4723af68daad97 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a4723af68daad97 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a4723af68daad97 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a4723af68daad97 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a4723af68daad97 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a4723af68daad97 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a4723af68daad97 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a4723af68daad97 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a4723af68daad97 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a4723af68daad97 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a4723af68daad97 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a4723af68daad97 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a4723af68daad97 .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;
  }
}
#a4723af68daad97 .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#a4723af68daad97 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a4723af68daad97 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a4723af68daad97 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#a4723af68daad97 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a4723af68daad97 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a4723af68daad97 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a4723af68daad97 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a4723af68daad97 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a4723af68daad97 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a4723af68daad97 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a4723af68daad97 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a4723af68daad97 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a5302a54b7a56c9  {flex-grow: 1;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0ca6a53cdafbeb .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a0ca6a53cdafbeb .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a0ca6a53cdafbeb .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a0ca6a53cdafbeb .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a0ca6a53cdafbeb .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a0ca6a53cdafbeb .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a0ca6a53cdafbeb .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;
}
#a0ca6a53cdafbeb .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a0ca6a53cdafbeb .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a0ca6a53cdafbeb .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a0ca6a53cdafbeb .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a0ca6a53cdafbeb .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a0ca6a53cdafbeb .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a0ca6a53cdafbeb .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a0ca6a53cdafbeb .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a0ca6a53cdafbeb .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a0ca6a53cdafbeb .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a0ca6a53cdafbeb .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a0ca6a53cdafbeb .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a0ca6a53cdafbeb .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;
  }
}
#a0ca6a53cdafbeb .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#a0ca6a53cdafbeb .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a0ca6a53cdafbeb .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a0ca6a53cdafbeb .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#a0ca6a53cdafbeb .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a0ca6a53cdafbeb .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a0ca6a53cdafbeb .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a0ca6a53cdafbeb .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a0ca6a53cdafbeb .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a0ca6a53cdafbeb .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a0ca6a53cdafbeb .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a0ca6a53cdafbeb .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a0ca6a53cdafbeb .ele-article-list .text-article:hover .time {
  color: auto;
}
#aa920ac739aebfa  {flex-grow: 1;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#abce7a6437a1016 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#abce7a6437a1016 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#abce7a6437a1016 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#abce7a6437a1016 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#abce7a6437a1016 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#abce7a6437a1016 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#abce7a6437a1016 .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;
}
#abce7a6437a1016 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#abce7a6437a1016 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#abce7a6437a1016 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#abce7a6437a1016 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#abce7a6437a1016 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#abce7a6437a1016 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#abce7a6437a1016 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#abce7a6437a1016 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#abce7a6437a1016 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#abce7a6437a1016 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#abce7a6437a1016 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#abce7a6437a1016 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#abce7a6437a1016 .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;
  }
}
#abce7a6437a1016 .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#abce7a6437a1016 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#abce7a6437a1016 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#abce7a6437a1016 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#abce7a6437a1016 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#abce7a6437a1016 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#abce7a6437a1016 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#abce7a6437a1016 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#abce7a6437a1016 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#abce7a6437a1016 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#abce7a6437a1016 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#abce7a6437a1016 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#abce7a6437a1016 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a1249a1e90ad6b4  {flex-grow: 1;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a65aca2ffaaad5f .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a65aca2ffaaad5f .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a65aca2ffaaad5f .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a65aca2ffaaad5f .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a65aca2ffaaad5f .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a65aca2ffaaad5f .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a65aca2ffaaad5f .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;
}
#a65aca2ffaaad5f .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a65aca2ffaaad5f .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a65aca2ffaaad5f .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a65aca2ffaaad5f .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a65aca2ffaaad5f .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a65aca2ffaaad5f .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a65aca2ffaaad5f .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a65aca2ffaaad5f .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a65aca2ffaaad5f .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a65aca2ffaaad5f .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a65aca2ffaaad5f .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a65aca2ffaaad5f .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a65aca2ffaaad5f .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;
  }
}
#a65aca2ffaaad5f .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#a65aca2ffaaad5f .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a65aca2ffaaad5f .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a65aca2ffaaad5f .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#a65aca2ffaaad5f .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a65aca2ffaaad5f .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a65aca2ffaaad5f .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a65aca2ffaaad5f .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a65aca2ffaaad5f .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a65aca2ffaaad5f .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a65aca2ffaaad5f .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a65aca2ffaaad5f .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a65aca2ffaaad5f .ele-article-list .text-article:hover .time {
  color: auto;
}
#adab9a65cea8b5c  {flex-grow: 1;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a29daa489fa03df .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a29daa489fa03df .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a29daa489fa03df .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a29daa489fa03df .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a29daa489fa03df .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a29daa489fa03df .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a29daa489fa03df .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;
}
#a29daa489fa03df .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a29daa489fa03df .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a29daa489fa03df .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a29daa489fa03df .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a29daa489fa03df .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a29daa489fa03df .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a29daa489fa03df .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a29daa489fa03df .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a29daa489fa03df .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a29daa489fa03df .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a29daa489fa03df .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a29daa489fa03df .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a29daa489fa03df .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;
  }
}
#a29daa489fa03df .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#a29daa489fa03df .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a29daa489fa03df .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a29daa489fa03df .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#a29daa489fa03df .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a29daa489fa03df .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a29daa489fa03df .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a29daa489fa03df .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a29daa489fa03df .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a29daa489fa03df .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a29daa489fa03df .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a29daa489fa03df .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a29daa489fa03df .ele-article-list .text-article:hover .time {
  color: auto;
}
#a6a89ad046aa179  {flex-grow: 1;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5c4cafa5fad72f .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a5c4cafa5fad72f .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a5c4cafa5fad72f .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a5c4cafa5fad72f .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a5c4cafa5fad72f .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a5c4cafa5fad72f .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a5c4cafa5fad72f .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;
}
#a5c4cafa5fad72f .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a5c4cafa5fad72f .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a5c4cafa5fad72f .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a5c4cafa5fad72f .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a5c4cafa5fad72f .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a5c4cafa5fad72f .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a5c4cafa5fad72f .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a5c4cafa5fad72f .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a5c4cafa5fad72f .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a5c4cafa5fad72f .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a5c4cafa5fad72f .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a5c4cafa5fad72f .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a5c4cafa5fad72f .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;
  }
}
#a5c4cafa5fad72f .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#a5c4cafa5fad72f .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a5c4cafa5fad72f .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a5c4cafa5fad72f .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#a5c4cafa5fad72f .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a5c4cafa5fad72f .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a5c4cafa5fad72f .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a5c4cafa5fad72f .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a5c4cafa5fad72f .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a5c4cafa5fad72f .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a5c4cafa5fad72f .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a5c4cafa5fad72f .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a5c4cafa5fad72f .ele-article-list .text-article:hover .time {
  color: auto;
}
#a2a13a3cb2aed91  {flex-grow: 1;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afb48a0403a2c57 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#afb48a0403a2c57 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#afb48a0403a2c57 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#afb48a0403a2c57 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#afb48a0403a2c57 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#afb48a0403a2c57 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#afb48a0403a2c57 .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;
}
#afb48a0403a2c57 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#afb48a0403a2c57 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#afb48a0403a2c57 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#afb48a0403a2c57 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#afb48a0403a2c57 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#afb48a0403a2c57 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#afb48a0403a2c57 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#afb48a0403a2c57 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#afb48a0403a2c57 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#afb48a0403a2c57 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#afb48a0403a2c57 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#afb48a0403a2c57 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#afb48a0403a2c57 .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;
  }
}
#afb48a0403a2c57 .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#afb48a0403a2c57 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#afb48a0403a2c57 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#afb48a0403a2c57 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#afb48a0403a2c57 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#afb48a0403a2c57 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#afb48a0403a2c57 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#afb48a0403a2c57 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#afb48a0403a2c57 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#afb48a0403a2c57 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#afb48a0403a2c57 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#afb48a0403a2c57 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#afb48a0403a2c57 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a0c1daf8c9a898a  {flex-grow: 1;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4e9aaecbaac249 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a4e9aaecbaac249 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4e9aaecbaac249 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a4e9aaecbaac249 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a4e9aaecbaac249 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a4e9aaecbaac249 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a4e9aaecbaac249 .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;
}
#a4e9aaecbaac249 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a4e9aaecbaac249 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a4e9aaecbaac249 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a4e9aaecbaac249 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a4e9aaecbaac249 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a4e9aaecbaac249 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a4e9aaecbaac249 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a4e9aaecbaac249 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a4e9aaecbaac249 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a4e9aaecbaac249 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a4e9aaecbaac249 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a4e9aaecbaac249 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a4e9aaecbaac249 .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;
  }
}
#a4e9aaecbaac249 .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#a4e9aaecbaac249 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a4e9aaecbaac249 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a4e9aaecbaac249 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#a4e9aaecbaac249 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a4e9aaecbaac249 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a4e9aaecbaac249 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a4e9aaecbaac249 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a4e9aaecbaac249 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a4e9aaecbaac249 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a4e9aaecbaac249 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a4e9aaecbaac249 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a4e9aaecbaac249 .ele-article-list .text-article:hover .time {
  color: auto;
}
#af776a0540a7ccc  {flex-grow: 1;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ada81a3216a4863 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#ada81a3216a4863 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ada81a3216a4863 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#ada81a3216a4863 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#ada81a3216a4863 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#ada81a3216a4863 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#ada81a3216a4863 .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;
}
#ada81a3216a4863 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#ada81a3216a4863 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#ada81a3216a4863 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#ada81a3216a4863 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#ada81a3216a4863 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#ada81a3216a4863 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#ada81a3216a4863 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#ada81a3216a4863 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#ada81a3216a4863 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#ada81a3216a4863 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#ada81a3216a4863 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#ada81a3216a4863 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#ada81a3216a4863 .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;
  }
}
#ada81a3216a4863 .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#ada81a3216a4863 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#ada81a3216a4863 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#ada81a3216a4863 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#ada81a3216a4863 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ada81a3216a4863 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#ada81a3216a4863 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#ada81a3216a4863 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#ada81a3216a4863 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#ada81a3216a4863 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#ada81a3216a4863 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ada81a3216a4863 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#ada81a3216a4863 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a1027a57b2a3290  {flex-grow: 1;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a73e8ac7e1a6278 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a73e8ac7e1a6278 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a73e8ac7e1a6278 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a73e8ac7e1a6278 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a73e8ac7e1a6278 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a73e8ac7e1a6278 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a73e8ac7e1a6278 .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;
}
#a73e8ac7e1a6278 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a73e8ac7e1a6278 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a73e8ac7e1a6278 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a73e8ac7e1a6278 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a73e8ac7e1a6278 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a73e8ac7e1a6278 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a73e8ac7e1a6278 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a73e8ac7e1a6278 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a73e8ac7e1a6278 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a73e8ac7e1a6278 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a73e8ac7e1a6278 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a73e8ac7e1a6278 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a73e8ac7e1a6278 .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;
  }
}
#a73e8ac7e1a6278 .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#a73e8ac7e1a6278 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a73e8ac7e1a6278 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a73e8ac7e1a6278 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#a73e8ac7e1a6278 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a73e8ac7e1a6278 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a73e8ac7e1a6278 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a73e8ac7e1a6278 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a73e8ac7e1a6278 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a73e8ac7e1a6278 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a73e8ac7e1a6278 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a73e8ac7e1a6278 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a73e8ac7e1a6278 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a7034a39c1a8436  {flex-grow: 1;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9adcaf18eac64f .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a9adcaf18eac64f .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a9adcaf18eac64f .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a9adcaf18eac64f .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a9adcaf18eac64f .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a9adcaf18eac64f .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a9adcaf18eac64f .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;
}
#a9adcaf18eac64f .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a9adcaf18eac64f .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a9adcaf18eac64f .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a9adcaf18eac64f .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a9adcaf18eac64f .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a9adcaf18eac64f .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a9adcaf18eac64f .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a9adcaf18eac64f .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a9adcaf18eac64f .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a9adcaf18eac64f .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a9adcaf18eac64f .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a9adcaf18eac64f .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a9adcaf18eac64f .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;
  }
}
#a9adcaf18eac64f .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#a9adcaf18eac64f .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a9adcaf18eac64f .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a9adcaf18eac64f .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#a9adcaf18eac64f .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a9adcaf18eac64f .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a9adcaf18eac64f .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a9adcaf18eac64f .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a9adcaf18eac64f .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a9adcaf18eac64f .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a9adcaf18eac64f .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a9adcaf18eac64f .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a9adcaf18eac64f .ele-article-list .text-article:hover .time {
  color: auto;
}
#a53c9a2effa235e  {flex-grow: 1;}#ad940a6be5abb7f  {flex-grow: 1;}#a077caebd4ab33e  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a507eaabe9aa236  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a31fbad120a8b22 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a31fbad120a8b22 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a31fbad120a8b22 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a31fbad120a8b22 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a31fbad120a8b22 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a31fbad120a8b22 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a31fbad120a8b22 .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;
}
#a31fbad120a8b22 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a31fbad120a8b22 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a31fbad120a8b22 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a31fbad120a8b22 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a31fbad120a8b22 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a31fbad120a8b22 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a31fbad120a8b22 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a31fbad120a8b22 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a31fbad120a8b22 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a31fbad120a8b22 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a31fbad120a8b22 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a31fbad120a8b22 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a31fbad120a8b22 .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;
  }
}
#a31fbad120a8b22 .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#a31fbad120a8b22 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a31fbad120a8b22 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a31fbad120a8b22 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#a31fbad120a8b22 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a31fbad120a8b22 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a31fbad120a8b22 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a31fbad120a8b22 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a31fbad120a8b22 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a31fbad120a8b22 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a31fbad120a8b22 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a31fbad120a8b22 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a31fbad120a8b22 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a9005a3f3aa01d5  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2bc1af8b4a9b3e .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a2bc1af8b4a9b3e .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2bc1af8b4a9b3e .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a2bc1af8b4a9b3e .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a2bc1af8b4a9b3e .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a2bc1af8b4a9b3e .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a2bc1af8b4a9b3e .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;
}
#a2bc1af8b4a9b3e .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a2bc1af8b4a9b3e .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a2bc1af8b4a9b3e .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a2bc1af8b4a9b3e .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a2bc1af8b4a9b3e .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a2bc1af8b4a9b3e .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a2bc1af8b4a9b3e .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a2bc1af8b4a9b3e .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a2bc1af8b4a9b3e .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a2bc1af8b4a9b3e .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a2bc1af8b4a9b3e .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a2bc1af8b4a9b3e .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a2bc1af8b4a9b3e .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;
  }
}
#a2bc1af8b4a9b3e .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#a2bc1af8b4a9b3e .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a2bc1af8b4a9b3e .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a2bc1af8b4a9b3e .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#a2bc1af8b4a9b3e .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a2bc1af8b4a9b3e .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a2bc1af8b4a9b3e .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a2bc1af8b4a9b3e .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a2bc1af8b4a9b3e .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a2bc1af8b4a9b3e .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a2bc1af8b4a9b3e .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a2bc1af8b4a9b3e .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a2bc1af8b4a9b3e .ele-article-list .text-article:hover .time {
  color: auto;
}
#a6bd4ad73ba0b9b  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8a4ba6fc4a53f2 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a8a4ba6fc4a53f2 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a8a4ba6fc4a53f2 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a8a4ba6fc4a53f2 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a8a4ba6fc4a53f2 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a8a4ba6fc4a53f2 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a8a4ba6fc4a53f2 .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;
}
#a8a4ba6fc4a53f2 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a8a4ba6fc4a53f2 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a8a4ba6fc4a53f2 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a8a4ba6fc4a53f2 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a8a4ba6fc4a53f2 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a8a4ba6fc4a53f2 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a8a4ba6fc4a53f2 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a8a4ba6fc4a53f2 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a8a4ba6fc4a53f2 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a8a4ba6fc4a53f2 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a8a4ba6fc4a53f2 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a8a4ba6fc4a53f2 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a8a4ba6fc4a53f2 .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;
  }
}
#a8a4ba6fc4a53f2 .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#a8a4ba6fc4a53f2 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a8a4ba6fc4a53f2 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a8a4ba6fc4a53f2 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#a8a4ba6fc4a53f2 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a8a4ba6fc4a53f2 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a8a4ba6fc4a53f2 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a8a4ba6fc4a53f2 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a8a4ba6fc4a53f2 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a8a4ba6fc4a53f2 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a8a4ba6fc4a53f2 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a8a4ba6fc4a53f2 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a8a4ba6fc4a53f2 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a926fa0702a9647  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a08b9a3f10a2777 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a08b9a3f10a2777 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a08b9a3f10a2777 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a08b9a3f10a2777 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a08b9a3f10a2777 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a08b9a3f10a2777 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a08b9a3f10a2777 .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;
}
#a08b9a3f10a2777 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a08b9a3f10a2777 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a08b9a3f10a2777 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a08b9a3f10a2777 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a08b9a3f10a2777 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a08b9a3f10a2777 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a08b9a3f10a2777 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a08b9a3f10a2777 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a08b9a3f10a2777 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a08b9a3f10a2777 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a08b9a3f10a2777 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a08b9a3f10a2777 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a08b9a3f10a2777 .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;
  }
}
#a08b9a3f10a2777 .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#a08b9a3f10a2777 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a08b9a3f10a2777 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a08b9a3f10a2777 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#a08b9a3f10a2777 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a08b9a3f10a2777 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a08b9a3f10a2777 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a08b9a3f10a2777 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a08b9a3f10a2777 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a08b9a3f10a2777 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a08b9a3f10a2777 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a08b9a3f10a2777 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a08b9a3f10a2777 .ele-article-list .text-article:hover .time {
  color: auto;
}
#af7efa0826aacdb  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad4a3aca13a05e6 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#ad4a3aca13a05e6 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ad4a3aca13a05e6 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#ad4a3aca13a05e6 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#ad4a3aca13a05e6 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#ad4a3aca13a05e6 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#ad4a3aca13a05e6 .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;
}
#ad4a3aca13a05e6 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#ad4a3aca13a05e6 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#ad4a3aca13a05e6 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#ad4a3aca13a05e6 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#ad4a3aca13a05e6 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#ad4a3aca13a05e6 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#ad4a3aca13a05e6 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#ad4a3aca13a05e6 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#ad4a3aca13a05e6 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#ad4a3aca13a05e6 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#ad4a3aca13a05e6 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#ad4a3aca13a05e6 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#ad4a3aca13a05e6 .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;
  }
}
#ad4a3aca13a05e6 .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#ad4a3aca13a05e6 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#ad4a3aca13a05e6 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#ad4a3aca13a05e6 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#ad4a3aca13a05e6 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ad4a3aca13a05e6 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#ad4a3aca13a05e6 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#ad4a3aca13a05e6 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#ad4a3aca13a05e6 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#ad4a3aca13a05e6 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#ad4a3aca13a05e6 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ad4a3aca13a05e6 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#ad4a3aca13a05e6 .ele-article-list .text-article:hover .time {
  color: auto;
}
#ad5ada2cb4a4920  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aaad5a4d10aaf94 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#aaad5a4d10aaf94 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aaad5a4d10aaf94 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#aaad5a4d10aaf94 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#aaad5a4d10aaf94 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#aaad5a4d10aaf94 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#aaad5a4d10aaf94 .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;
}
#aaad5a4d10aaf94 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#aaad5a4d10aaf94 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#aaad5a4d10aaf94 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#aaad5a4d10aaf94 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#aaad5a4d10aaf94 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#aaad5a4d10aaf94 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#aaad5a4d10aaf94 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#aaad5a4d10aaf94 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#aaad5a4d10aaf94 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#aaad5a4d10aaf94 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#aaad5a4d10aaf94 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#aaad5a4d10aaf94 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#aaad5a4d10aaf94 .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;
  }
}
#aaad5a4d10aaf94 .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#aaad5a4d10aaf94 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#aaad5a4d10aaf94 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#aaad5a4d10aaf94 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#aaad5a4d10aaf94 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#aaad5a4d10aaf94 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#aaad5a4d10aaf94 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#aaad5a4d10aaf94 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#aaad5a4d10aaf94 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#aaad5a4d10aaf94 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#aaad5a4d10aaf94 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#aaad5a4d10aaf94 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#aaad5a4d10aaf94 .ele-article-list .text-article:hover .time {
  color: auto;
}
#aceaaab9b4a220c  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac3afa19bbaf1cd .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#ac3afa19bbaf1cd .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ac3afa19bbaf1cd .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#ac3afa19bbaf1cd .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#ac3afa19bbaf1cd .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#ac3afa19bbaf1cd .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#ac3afa19bbaf1cd .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;
}
#ac3afa19bbaf1cd .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#ac3afa19bbaf1cd .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#ac3afa19bbaf1cd .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#ac3afa19bbaf1cd .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#ac3afa19bbaf1cd .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#ac3afa19bbaf1cd .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#ac3afa19bbaf1cd .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#ac3afa19bbaf1cd .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#ac3afa19bbaf1cd .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#ac3afa19bbaf1cd .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#ac3afa19bbaf1cd .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#ac3afa19bbaf1cd .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#ac3afa19bbaf1cd .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;
  }
}
#ac3afa19bbaf1cd .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#ac3afa19bbaf1cd .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#ac3afa19bbaf1cd .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ac3afa19bbaf1cd .ele-article-list .pic-article:hover .info h3 a {
  color: auto;
}
#ac3afa19bbaf1cd .ele-article-list .pic-article:hover .category {
  color: auto;
}
#ac3afa19bbaf1cd .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#ac3afa19bbaf1cd .ele-article-list .pic-article:hover .time {
  color: auto;
}
#ac3afa19bbaf1cd .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ac3afa19bbaf1cd .ele-article-list .text-article:hover .info h3 a {
  color: auto;
}
#ac3afa19bbaf1cd .ele-article-list .text-article:hover .time {
  color: auto;
}
#a4e32a1e62a1db6  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac827a2b0ba9ada .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#ac827a2b0ba9ada .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ac827a2b0ba9ada .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#ac827a2b0ba9ada .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#ac827a2b0ba9ada .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#ac827a2b0ba9ada .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#ac827a2b0ba9ada .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;
}
#ac827a2b0ba9ada .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#ac827a2b0ba9ada .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#ac827a2b0ba9ada .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#ac827a2b0ba9ada .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#ac827a2b0ba9ada .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#ac827a2b0ba9ada .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#ac827a2b0ba9ada .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#ac827a2b0ba9ada .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#ac827a2b0ba9ada .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#ac827a2b0ba9ada .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#ac827a2b0ba9ada .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#ac827a2b0ba9ada .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#ac827a2b0ba9ada .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;
  }
}
#ac827a2b0ba9ada .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#ac827a2b0ba9ada .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#ac827a2b0ba9ada .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ac827a2b0ba9ada .ele-article-list .pic-article:hover .info h3 a {
  color: auto;
}
#ac827a2b0ba9ada .ele-article-list .pic-article:hover .category {
  color: auto;
}
#ac827a2b0ba9ada .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#ac827a2b0ba9ada .ele-article-list .pic-article:hover .time {
  color: auto;
}
#ac827a2b0ba9ada .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ac827a2b0ba9ada .ele-article-list .text-article:hover .info h3 a {
  color: auto;
}
#ac827a2b0ba9ada .ele-article-list .text-article:hover .time {
  color: auto;
}
#ac970a8239a0539  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae633a6487a5013 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#ae633a6487a5013 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ae633a6487a5013 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#ae633a6487a5013 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#ae633a6487a5013 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#ae633a6487a5013 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#ae633a6487a5013 .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;
}
#ae633a6487a5013 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#ae633a6487a5013 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#ae633a6487a5013 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#ae633a6487a5013 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#ae633a6487a5013 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#ae633a6487a5013 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#ae633a6487a5013 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#ae633a6487a5013 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#ae633a6487a5013 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#ae633a6487a5013 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#ae633a6487a5013 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#ae633a6487a5013 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#ae633a6487a5013 .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;
  }
}
#ae633a6487a5013 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#ae633a6487a5013 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#ae633a6487a5013 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ae633a6487a5013 .ele-article-list .pic-article:hover .info h3 a {
  color: auto;
}
#ae633a6487a5013 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#ae633a6487a5013 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#ae633a6487a5013 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#ae633a6487a5013 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ae633a6487a5013 .ele-article-list .text-article:hover .info h3 a {
  color: auto;
}
#ae633a6487a5013 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a97faa7e05aca47  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#acff5a1e4ba40a7  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4ddea72dea8c8c  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5433ad8b5aba5a .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a5433ad8b5aba5a .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 5px;
}
#a5433ad8b5aba5a .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
  background-color: #f8f8f8;
}
#a5433ad8b5aba5a .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a5433ad8b5aba5a .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a5433ad8b5aba5a .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a5433ad8b5aba5a .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;
}
#a5433ad8b5aba5a .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a5433ad8b5aba5a .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a5433ad8b5aba5a .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a5433ad8b5aba5a .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a5433ad8b5aba5a .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a5433ad8b5aba5a .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a5433ad8b5aba5a .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a5433ad8b5aba5a .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
  background-color: #f8f8f8;
}
#a5433ad8b5aba5a .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a5433ad8b5aba5a .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a5433ad8b5aba5a .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a5433ad8b5aba5a .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a5433ad8b5aba5a .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;
  }
}
#a5433ad8b5aba5a .ele-article-list .pic-article {
  padding: 15px 5px;
  border-bottom: 1px solid #e4e4e4;
}
#a5433ad8b5aba5a .ele-article-list .pic-article .img_wrap {
  width: 25%;
  border-radius: 8px;
  overflow: hidden;
}
#a5433ad8b5aba5a .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a5433ad8b5aba5a .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#a5433ad8b5aba5a .ele-article-list .pic-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#a5433ad8b5aba5a .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a5433ad8b5aba5a .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a5433ad8b5aba5a .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a5433ad8b5aba5a .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a5433ad8b5aba5a .ele-article-list .text-article {
  border-bottom: 1px solid #e4e4e4;
}
#a5433ad8b5aba5a .ele-article-list .text-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#a5433ad8b5aba5a .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a5433ad8b5aba5a .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a86cfa5c48a4146 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a86cfa5c48a4146 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 5px;
}
#a86cfa5c48a4146 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
  background-color: #f8f8f8;
}
#a86cfa5c48a4146 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a86cfa5c48a4146 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a86cfa5c48a4146 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a86cfa5c48a4146 .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;
}
#a86cfa5c48a4146 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a86cfa5c48a4146 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a86cfa5c48a4146 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a86cfa5c48a4146 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a86cfa5c48a4146 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a86cfa5c48a4146 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a86cfa5c48a4146 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a86cfa5c48a4146 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
  background-color: #f8f8f8;
}
#a86cfa5c48a4146 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a86cfa5c48a4146 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a86cfa5c48a4146 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a86cfa5c48a4146 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a86cfa5c48a4146 .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;
  }
}
#a86cfa5c48a4146 .ele-article-list .pic-article {
  padding: 15px 5px;
  border-bottom: 1px solid #ececec;
}
#a86cfa5c48a4146 .ele-article-list .pic-article .img_wrap {
  width: 25%;
  border-radius: 8px;
  overflow: hidden;
}
#a86cfa5c48a4146 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a86cfa5c48a4146 .ele-article-list .pic-article .time {
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
}
#a86cfa5c48a4146 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1e87f0;
}
#a86cfa5c48a4146 .ele-article-list .pic-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#a86cfa5c48a4146 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a86cfa5c48a4146 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a86cfa5c48a4146 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a86cfa5c48a4146 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a86cfa5c48a4146 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a86cfa5c48a4146 .ele-article-list .text-article .time {
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
}
#a86cfa5c48a4146 .ele-article-list .text-article:hover {
  background-color: #ffffff;
  border-bottom-color: #f6f6f6;
}
#a86cfa5c48a4146 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a86cfa5c48a4146 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a3f7fad09bab50e .ele-wrap {font-size: 14px;justify-content: center;border-style: solid;color: #666666;border-width: 1px;border-color: rgba(225, 225, 225, 1);}#a3f7fad09bab50e .ele-wrap:hover {background-color: rgba(26, 189, 155, 1);}#abc04a1430ad2bb .ele-wrap {font-size: 14px;justify-content: center;border-style: solid;color: #666666;border-width: 1px;border-color: rgba(225, 225, 225, 1);}#abc04a1430ad2bb .ele-wrap:hover {background-color: rgba(26, 189, 155, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af2d5ad98fab6a6 .form-agree {
  display: flex;
  align-items: center;
}
#af2d5ad98fab6a6 .uk-form .form-submit-btn {
  width: 458px;
}
#af2d5ad98fab6a6 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#af2d5ad98fab6a6 .submit-wrap {
  text-align: center;
}
#af2d5ad98fab6a6 .submit-wrap button {
  background-color: #f32c56;
}
#af2d5ad98fab6a6 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#af2d5ad98fab6a6 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#af2d5ad98fab6a6 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#af2d5ad98fab6a6 .form-item .uk-input,
#af2d5ad98fab6a6 .form-item .uk-select,
#af2d5ad98fab6a6 .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
}
#af2d5ad98fab6a6 .form-item .auto-height {
  height: auto;
}
#af2d5ad98fab6a6 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
}
#af2d5ad98fab6a6 .form-item .send-code {
  bottom: 0px;
}
#af2d5ad98fab6a6 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#af2d5ad98fab6a6 .uk-form-label,
#af2d5ad98fab6a6 .form-agree,
#af2d5ad98fab6a6 .uk-h3,
#af2d5ad98fab6a6 p {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #cdcdcd;
}
#af2d5ad98fab6a6 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#af2d5ad98fab6a6 .form-item > label {
  flex: none;
}
#af2d5ad98fab6a6 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#af2d5ad98fab6a6 .form-item .uk-input,
#af2d5ad98fab6a6 .form-item .uk-select,
#af2d5ad98fab6a6 .form-item .uk-textarea,
#af2d5ad98fab6a6 .form-item .address-select,
#af2d5ad98fab6a6 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#af2d5ad98fab6a6 .form-item .address-select .uk-select {
  padding-left: 4px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a42a5ae4e1a385b .img-wrap {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8426a96e4a6014 .quick-menus li.logged {
  display: none;
}
#a8426a96e4a6014 .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#a8426a96e4a6014 .header-right li a,
#a8426a96e4a6014 .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#a8426a96e4a6014 .header-left {
  float: left;
}
#a8426a96e4a6014 .header-right {
  float: right;
}
#a8426a96e4a6014 .header-right li.logged {
  display: none;
}
#a8426a96e4a6014 .header-right li {
  display: inline;
}
#a8426a96e4a6014 .header-right li a:hover,
#a8426a96e4a6014 .header-link:hover {
  color: #08a173;
}
#a8426a96e4a6014 .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#a8426a96e4a6014 .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#a8426a96e4a6014 .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#a8426a96e4a6014 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a8426a96e4a6014 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#a8426a96e4a6014 .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #a8426a96e4a6014 .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae00fa7a27a4236 .testimonial-avatar {
  width: 110px;
  height: 110px;
  border-radius: 50%;
}
#a8346aebe6a8a98 > .ele-wrap {background-color: rgba(0, 0, 0, 0.16);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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a03d2afa0aa914b .quick-menus li.logged {
  display: none;
}
#a03d2afa0aa914b .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#a03d2afa0aa914b .header-right li a,
#a03d2afa0aa914b .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#a03d2afa0aa914b .header-left {
  float: left;
}
#a03d2afa0aa914b .header-right {
  float: right;
}
#a03d2afa0aa914b .header-right li.logged {
  display: none;
}
#a03d2afa0aa914b .header-right li {
  display: inline;
}
#a03d2afa0aa914b .header-right li a:hover,
#a03d2afa0aa914b .header-link:hover {
  color: #08a173;
}
#a03d2afa0aa914b .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#a03d2afa0aa914b .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#a03d2afa0aa914b .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#a03d2afa0aa914b [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a03d2afa0aa914b .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#a03d2afa0aa914b .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #a03d2afa0aa914b .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a85cfa28b2a7a15 > .ele-wrap {background-color: rgba(0, 0, 0, 0.37);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;}#a186cae35eae212 > .ele-wrap {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 2px 9px 2px rgba(0, 0, 0, 0.1);}#a186cae35eae212  > .ele-wrap:hover {border-top-right-radius: 100px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4e83ac013adeb4 .img-wrap {
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  box-shadow: NaNpx NaNpx 2px 1px #4a4a4a;
}
#a21cda24cfa0972 > .ele-wrap {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 2px 9px 2px rgba(0, 0, 0, 0.1);}#a21cda24cfa0972  > .ele-wrap:hover {border-top-right-radius: 100px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9797a2139a1aae .img-wrap {
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
}
#a86c0aa202a503f > .ele-wrap {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 2px 9px 2px rgba(0, 0, 0, 0.1);}#a86c0aa202a503f  > .ele-wrap:hover {border-top-right-radius: 100px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1664ad6caa8173 .img-wrap {
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
}
#a200faf0cfa54d5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 2px 9px 2px rgba(0, 0, 0, 0.1);}#a200faf0cfa54d5  > .ele-wrap:hover {border-top-right-radius: 100px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab8aea416caab48 .img-wrap {
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
}
#aabb6ae1a0a6d36 > .ele-wrap {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 2px 9px 2px rgba(0, 0, 0, 0.1);}#aabb6ae1a0a6d36  > .ele-wrap:hover {border-top-right-radius: 100px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad092a4529a38ab .img-wrap {
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
}
#aaa52a3b0caeccb > .ele-wrap {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 2px 9px 2px rgba(0, 0, 0, 0.1);}#aaa52a3b0caeccb  > .ele-wrap:hover {border-top-right-radius: 100px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a640da0e13a2e1f .img-wrap {
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac9eba63e5a2fc8 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ac9eba63e5a2fc8 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a34a8aa34fa1f04 [data-item="feature.image"] {left: 12px;top: 61px; position: relative;}#a34a8aa34fa1f04 [data-item="buttons[0]"] {border-style: solid;background-color: rgba(8, 161, 115, 1);}#a34a8aa34fa1f04 [data-item="buttons[1]"] {border-style: solid;border-color: rgba(8, 161, 115, 1);background-color: rgba(8, 161, 115, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a36faa21c3a2829 .quick-menus li.logged {
  display: none;
}
#a36faa21c3a2829 .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#a36faa21c3a2829 .header-right li a,
#a36faa21c3a2829 .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#a36faa21c3a2829 .header-left {
  float: left;
}
#a36faa21c3a2829 .header-right {
  float: right;
}
#a36faa21c3a2829 .header-right li.logged {
  display: none;
}
#a36faa21c3a2829 .header-right li {
  display: inline;
}
#a36faa21c3a2829 .header-right li a:hover,
#a36faa21c3a2829 .header-link:hover {
  color: #08a173;
}
#a36faa21c3a2829 .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#a36faa21c3a2829 .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#a36faa21c3a2829 .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#a36faa21c3a2829 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a36faa21c3a2829 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#a36faa21c3a2829 .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #a36faa21c3a2829 .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0b0caf2bcae161 .uk-container {
  overflow: hidden;
}
#a0b0caf2bcae161 .uk-button {
  border-radius: 100px;
  font-weight: bold;
  line-height: 1;
  padding: 17px 39px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.14);
  text-transform: uppercase;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.2);
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
@keyframes AnimationName {
  0% {
    background-position: 0% 31%;
  }
  50% {
    background-position: 100% 70%;
  }
  100% {
    background-position: 0% 31%;
  }
}
#a0b0caf2bcae161 .uk-button:hover {
  color: #666666 !important;
  background: #fff;
}
#a0b0caf2bcae161 .uk-button-primary {
  background: #f2f2f2;
  background: linear-gradient(135deg, #f2f2f2 0%, #dddddd 50%, #ffffff 51%, #ffffff 71%, #f6f8fb 100%);
  color: #666666 !important;
  background-size: 400% 400%;
  animation: AnimationName 3s ease infinite;
  border: medium none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6612a7303a0ba4 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 14px;
  margin: 0 10px 4px 0;
  border: 1px solid #08a173;
  color: #08a173;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
}
#a6612a7303a0ba4 .filter-nav li.uk-active {
  color: #fff;
  background-color: #08a173;
}
#a6612a7303a0ba4 .uk-card {
  background: #fff;
  font-size: 13px;
}
#a6612a7303a0ba4 .img {
  background-position: center center;
}
#a6612a7303a0ba4 .title {
  font-size: 14px;
  line-height: 18px;
  font-weight: bolder;
  color: #333;
  margin-bottom: 6px;
}
#a9663a8319aaa99 > .ele-wrap {background-color: rgba(74, 74, 74, 0.23);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;}#a6612a7303a0ba4 [data-item*=".abstract"], #a6612a7303a0ba4 [data-item*=".abstract"] a {show: true;}#a6612a7303a0ba4 [data-item*=".subTitle"], #a6612a7303a0ba4 [data-item*=".subTitle"] a {show: true;}#a6612a7303a0ba4 [data-item*=".category"], #a6612a7303a0ba4 [data-item*=".category"] a {show: true;}#a6612a7303a0ba4 [data-item="items"] {left: 8px;top: -16px; position: relative;}#a29f8aefb0a92a1 [data-item="buttons[0]"] {border-style: solid;background-color: rgba(8, 161, 115, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab3e5ac115a51bc .quick-menus li.logged {
  display: none;
}
#ab3e5ac115a51bc .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#ab3e5ac115a51bc .header-right li a,
#ab3e5ac115a51bc .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#ab3e5ac115a51bc .header-left {
  float: left;
}
#ab3e5ac115a51bc .header-right {
  float: right;
}
#ab3e5ac115a51bc .header-right li.logged {
  display: none;
}
#ab3e5ac115a51bc .header-right li {
  display: inline;
}
#ab3e5ac115a51bc .header-right li a:hover,
#ab3e5ac115a51bc .header-link:hover {
  color: #08a173;
}
#ab3e5ac115a51bc .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#ab3e5ac115a51bc .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#ab3e5ac115a51bc .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#ab3e5ac115a51bc [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ab3e5ac115a51bc .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#ab3e5ac115a51bc .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #ab3e5ac115a51bc .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acfa0a8878ae46d .uk-container {
  overflow: hidden;
}
#acfa0a8878ae46d .uk-button {
  border-radius: 100px;
  font-weight: bold;
  line-height: 1;
  padding: 17px 39px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.14);
  text-transform: uppercase;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.2);
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
@keyframes AnimationName {
  0% {
    background-position: 0% 31%;
  }
  50% {
    background-position: 100% 70%;
  }
  100% {
    background-position: 0% 31%;
  }
}
#acfa0a8878ae46d .uk-button:hover {
  color: #666666 !important;
  background: #fff;
}
#acfa0a8878ae46d .uk-button-primary {
  background: #f2f2f2;
  background: linear-gradient(135deg, #f2f2f2 0%, #dddddd 50%, #ffffff 51%, #ffffff 71%, #f6f8fb 100%);
  color: #666666 !important;
  background-size: 400% 400%;
  animation: AnimationName 3s ease infinite;
  border: medium none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8820a943faa836 .uk-card .img:hover {
  transform: scale(1.2);
  transition: all ease-in-out 0.5s;
}
#a8820a943faa836 .uk-card:hover .img {
  transform: scale(1.2);
  transition: all ease-in-out 0.5s;
}
#a8820a943faa836 .uk-card-body {
  padding-top: 10px;
  padding-bottom: 0;
}
@media screen and (max-width: 750px) {
  #a8820a943faa836 .uk-card-body {
    padding-bottom: 10px;
  }
}
#a8820a943faa836 [data-item*=".abstract"], #a8820a943faa836 [data-item*=".abstract"] a {show: true;max-words: 80;color: rgba(155, 155, 155, 1);}#a8820a943faa836 [data-item*=".subTitle"], #a8820a943faa836 [data-item*=".subTitle"] a {show: true;color: rgba(74, 144, 226, 1);}#a8820a943faa836 [data-item*=".category"], #a8820a943faa836 [data-item*=".category"] a {show: true;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1f55a9fdbadb7a .quick-menus li.logged {
  display: none;
}
#a1f55a9fdbadb7a .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#a1f55a9fdbadb7a .header-right li a,
#a1f55a9fdbadb7a .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#a1f55a9fdbadb7a .header-left {
  float: left;
}
#a1f55a9fdbadb7a .header-right {
  float: right;
}
#a1f55a9fdbadb7a .header-right li.logged {
  display: none;
}
#a1f55a9fdbadb7a .header-right li {
  display: inline;
}
#a1f55a9fdbadb7a .header-right li a:hover,
#a1f55a9fdbadb7a .header-link:hover {
  color: #08a173;
}
#a1f55a9fdbadb7a .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#a1f55a9fdbadb7a .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#a1f55a9fdbadb7a .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#a1f55a9fdbadb7a [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a1f55a9fdbadb7a .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#a1f55a9fdbadb7a .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #a1f55a9fdbadb7a .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a789fa80a7a935e .uk-card {
  font-size: 12px;
}
#a789fa80a7a935e .price {
  line-height: 24px;
  color: #fff;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: 28px;
  background: #08a173;
  font-size: 14px;
  border-radius: 14px 0 0 14px;
}
#a789fa80a7a935e .tag {
  margin: 12px 6px 0 0px;
  display: inline-block;
  font-size: 12px;
  color: #296fb7;
  border: 1px solid #296fb7;
  padding: 2px 5px;
  border-radius: 3px;
}
#afcdda5d84a959b > .ele-wrap {background-color: rgba(255, 255, 255, 0);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;}#afcdda5d84a959b  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a72b5aa83fa96e8 > .ele-wrap {background-color: rgba(255, 255, 255, 0);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;}#a72b5aa83fa96e8  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa1eda4345a8d8b > .ele-wrap {background-color: rgba(255, 255, 255, 0);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;}#aa1eda4345a8d8b  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa3e0aaefda9933 > .ele-wrap {background-color: rgba(255, 255, 255, 0);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;}#aa3e0aaefda9933  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ade5eaa6adae049 > .ele-wrap {background-color: rgba(255, 255, 255, 0);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;}#ade5eaa6adae049  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a10beab3c5a5474 > .ele-wrap {background-color: rgba(255, 255, 255, 0);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;}#a10beab3c5a5474  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a789fa80a7a935e [data-item*=".abstract"], #a789fa80a7a935e [data-item*=".abstract"] a {show: true;}#a789fa80a7a935e [data-item*=".subTitle"], #a789fa80a7a935e [data-item*=".subTitle"] a {show: true;}#a789fa80a7a935e [data-item*=".category"], #a789fa80a7a935e [data-item*=".category"] a {show: true;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1ba8ae969a0b41 .quick-menus li.logged {
  display: none;
}
#a1ba8ae969a0b41 .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#a1ba8ae969a0b41 .header-right li a,
#a1ba8ae969a0b41 .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#a1ba8ae969a0b41 .header-left {
  float: left;
}
#a1ba8ae969a0b41 .header-right {
  float: right;
}
#a1ba8ae969a0b41 .header-right li.logged {
  display: none;
}
#a1ba8ae969a0b41 .header-right li {
  display: inline;
}
#a1ba8ae969a0b41 .header-right li a:hover,
#a1ba8ae969a0b41 .header-link:hover {
  color: #08a173;
}
#a1ba8ae969a0b41 .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#a1ba8ae969a0b41 .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#a1ba8ae969a0b41 .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#a1ba8ae969a0b41 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a1ba8ae969a0b41 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#a1ba8ae969a0b41 .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #a1ba8ae969a0b41 .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a887eaaf6ca2d86 .separator-line {
  width: 50px;
  border-bottom: 2px solid #08a173;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acaa0a9aafa3570 > .ele-wrap {background-color: rgba(0, 0, 0, 0.23);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;}#a0d8fa4c2cab991 > .ele-wrap {background-color: rgba(0, 0, 0, 0.23);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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1ba8ae969a0b41 .quick-menus li.logged {
  display: none;
}
#a1ba8ae969a0b41 .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#a1ba8ae969a0b41 .header-right li a,
#a1ba8ae969a0b41 .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#a1ba8ae969a0b41 .header-left {
  float: left;
}
#a1ba8ae969a0b41 .header-right {
  float: right;
}
#a1ba8ae969a0b41 .header-right li.logged {
  display: none;
}
#a1ba8ae969a0b41 .header-right li {
  display: inline;
}
#a1ba8ae969a0b41 .header-right li a:hover,
#a1ba8ae969a0b41 .header-link:hover {
  color: #08a173;
}
#a1ba8ae969a0b41 .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#a1ba8ae969a0b41 .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#a1ba8ae969a0b41 .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#a1ba8ae969a0b41 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a1ba8ae969a0b41 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#a1ba8ae969a0b41 .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #a1ba8ae969a0b41 .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae4caa614aa8410 .uk-container {
  min-height: 400px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4acdaf546a6a16 [data-item="items[1].abstract"] {left: 2px;top: -1px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af03fa3145ae6b5 .quick-menus li.logged {
  display: none;
}
#af03fa3145ae6b5 .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#af03fa3145ae6b5 .header-right li a,
#af03fa3145ae6b5 .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#af03fa3145ae6b5 .header-left {
  float: left;
}
#af03fa3145ae6b5 .header-right {
  float: right;
}
#af03fa3145ae6b5 .header-right li.logged {
  display: none;
}
#af03fa3145ae6b5 .header-right li {
  display: inline;
}
#af03fa3145ae6b5 .header-right li a:hover,
#af03fa3145ae6b5 .header-link:hover {
  color: #08a173;
}
#af03fa3145ae6b5 .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#af03fa3145ae6b5 .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#af03fa3145ae6b5 .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#af03fa3145ae6b5 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#af03fa3145ae6b5 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#af03fa3145ae6b5 .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #af03fa3145ae6b5 .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acfb6a4a49a80f9 .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;
}
#acfb6a4a49a80f9 .new-list .uk-card {
  border-bottom: 1px solid #e7e7e7;
}
#acfb6a4a49a80f9 .new-list .uk-card:first-of-type {
  padding-top: 0;
}
#acfb6a4a49a80f9 .new-list .uk-card:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
#acfb6a4a49a80f9 .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%); */
}
#acfb6a4a49a80f9 .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;
}
#acfb6a4a49a80f9 .main-item:hover::after {
  opacity: 1;
}
#acfb6a4a49a80f9 .main-info {
  z-index: 100;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4242aece2a6006 .cus-btn:hover {
  background: #08a173;
  color: #fff;
  border-color: #08a173;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4505ae733afb20 > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5090adfbbad459 {
  overflow: hidden;
}
#a5090adfbbad459 .img-wrap {
  transition: all 0.3s ease-in;
}
#a5090adfbbad459 .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa60fa7d1aad1d6 {
  overflow: hidden;
}
#aa60fa7d1aad1d6 .img-wrap {
  transition: all 0.3s ease-in;
}
#aa60fa7d1aad1d6 .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1af5a4093a6f71 {
  overflow: hidden;
}
#a1af5a4093a6f71 .img-wrap {
  transition: all 0.3s ease-in;
}
#a1af5a4093a6f71 .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4242aece2a6006 .uk-container {max-width: 1050px;}#a4242aece2a6006 [data-item*=".abstract"], #a4242aece2a6006 [data-item*=".abstract"] a {show: true;}#a4242aece2a6006 [data-item*=".subTitle"], #a4242aece2a6006 [data-item*=".subTitle"] a {show: true;}#a4242aece2a6006 [data-item*=".category"], #a4242aece2a6006 [data-item*=".category"] a {show: true;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a12c6a9f4fa9a93 .quick-menus li.logged {
  display: none;
}
#a12c6a9f4fa9a93 .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#a12c6a9f4fa9a93 .header-right li a,
#a12c6a9f4fa9a93 .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#a12c6a9f4fa9a93 .header-left {
  float: left;
}
#a12c6a9f4fa9a93 .header-right {
  float: right;
}
#a12c6a9f4fa9a93 .header-right li.logged {
  display: none;
}
#a12c6a9f4fa9a93 .header-right li {
  display: inline;
}
#a12c6a9f4fa9a93 .header-right li a:hover,
#a12c6a9f4fa9a93 .header-link:hover {
  color: #08a173;
}
#a12c6a9f4fa9a93 .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#a12c6a9f4fa9a93 .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#a12c6a9f4fa9a93 .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#a12c6a9f4fa9a93 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a12c6a9f4fa9a93 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#a12c6a9f4fa9a93 .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #a12c6a9f4fa9a93 .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0c23ae585a93dc .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a0c23ae585a93dc .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a0c23ae585a93dc .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a0c23ae585a93dc .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a0c23ae585a93dc .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a0c23ae585a93dc .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a0c23ae585a93dc .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;
}
#a0c23ae585a93dc .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a0c23ae585a93dc .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a0c23ae585a93dc .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a0c23ae585a93dc .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a0c23ae585a93dc .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a0c23ae585a93dc .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a0c23ae585a93dc .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a0c23ae585a93dc .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a0c23ae585a93dc .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a0c23ae585a93dc .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a0c23ae585a93dc .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a0c23ae585a93dc .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a0c23ae585a93dc .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;
  }
}
#a0c23ae585a93dc .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#a0c23ae585a93dc .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 5px;
  overflow: hidden;
}
#a0c23ae585a93dc .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a0c23ae585a93dc .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a0c23ae585a93dc .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a0c23ae585a93dc .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a0c23ae585a93dc .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a0c23ae585a93dc .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a0c23ae585a93dc .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a0c23ae585a93dc .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a0c23ae585a93dc .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a0c23ae585a93dc .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3be3af645ae859 .ap-category-filter ul li.active {
  border-color: #08a173;
  color: #08a173;
}
#a3be3af645ae859 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3be3af645ae859 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a3be3af645ae859 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a3be3af645ae859 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a3be3af645ae859 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a3be3af645ae859 .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;
}
#a3be3af645ae859 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a3be3af645ae859 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a3be3af645ae859 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a3be3af645ae859 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a3be3af645ae859 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a3be3af645ae859 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a3be3af645ae859 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a3be3af645ae859 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a3be3af645ae859 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a3be3af645ae859 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a3be3af645ae859 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a3be3af645ae859 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a3be3af645ae859 .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;
  }
}
#a3be3af645ae859 .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#a3be3af645ae859 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 5px;
  overflow: hidden;
}
#a3be3af645ae859 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a3be3af645ae859 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a3be3af645ae859 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a3be3af645ae859 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a3be3af645ae859 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a3be3af645ae859 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a3be3af645ae859 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a3be3af645ae859 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a3be3af645ae859 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a3be3af645ae859 .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af862a198aa986a .quick-menus li.logged {
  display: none;
}
#af862a198aa986a .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#af862a198aa986a .header-right li a,
#af862a198aa986a .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#af862a198aa986a .header-left {
  float: left;
}
#af862a198aa986a .header-right {
  float: right;
}
#af862a198aa986a .header-right li.logged {
  display: none;
}
#af862a198aa986a .header-right li {
  display: inline;
}
#af862a198aa986a .header-right li a:hover,
#af862a198aa986a .header-link:hover {
  color: #08a173;
}
#af862a198aa986a .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#af862a198aa986a .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#af862a198aa986a .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#af862a198aa986a [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#af862a198aa986a .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#af862a198aa986a .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #af862a198aa986a .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9383a39dbad3ab .uk-container {
  overflow: hidden;
}
#a9383a39dbad3ab .uk-button {
  border-radius: 100px;
  font-weight: bold;
  line-height: 1;
  padding: 17px 39px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.14);
  text-transform: uppercase;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.2);
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
@keyframes AnimationName {
  0% {
    background-position: 0% 31%;
  }
  50% {
    background-position: 100% 70%;
  }
  100% {
    background-position: 0% 31%;
  }
}
#a9383a39dbad3ab .uk-button:hover {
  color: #666666 !important;
  background: #fff;
}
#a9383a39dbad3ab .uk-button-primary {
  background: #f2f2f2;
  background: linear-gradient(135deg, #f2f2f2 0%, #dddddd 50%, #ffffff 51%, #ffffff 71%, #f6f8fb 100%);
  color: #666666 !important;
  background-size: 400% 400%;
  animation: AnimationName 3s ease infinite;
  border: medium none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6a43aea9fa9b66 .category-tag,
#a6a43aea9fa9b66 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  border: 1px solid #08a173;
  color: #08a173;
}
#a6a43aea9fa9b66 .data-list {
  border-top: 1px solid #ececec;
}
#a6a43aea9fa9b66 .uk-first-column {
  border-left: 1px solid #ececec;
}
#a6a43aea9fa9b66 .data-list:nth-last-child(2) {
  border-bottom: none;
}
#a6a43aea9fa9b66 .item-info i {
  display: inline-block;
  margin-right: 4px;
}
#a6a43aea9fa9b66 .filter-nav li {
  margin-right: 10px;
  cursor: pointer;
  display: inline-block;
}
#a6a43aea9fa9b66 .filter-nav li.filter-active {
  background-color: #08a173;
  color: #fff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2f74a4b8da5e3f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aaad0aaf94a9075 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a730fa7e3ca3ac3 .ele-wrap {color: #417505;font-size: 14px;font-weight: 500;border-radius: 4px;justify-content: center;border-style: solid;border-color: rgba(8, 161, 115, 1);border-width: 1px;}#a730fa7e3ca3ac3 .ele-wrap:hover {background-color: #509c49;}#a3b52abfb0a7e6e .ele-wrap {color: #417505;font-size: 14px;font-weight: 500;border-radius: 4px;justify-content: center;border-style: solid;border-color: rgba(8, 161, 115, 1);border-width: 1px;}#a3b52abfb0a7e6e .ele-wrap:hover {background-color: #509c49;}#a7bd7a806daebcd .ele-wrap {color: #417505;font-size: 14px;font-weight: 500;border-radius: 4px;justify-content: center;border-style: solid;border-color: rgba(8, 161, 115, 1);border-width: 1px;}#a7bd7a806daebcd .ele-wrap:hover {background-color: #509c49;}#ac34ea8bf5a6b29 .ele-wrap {color: #417505;font-size: 14px;font-weight: 500;border-radius: 4px;justify-content: center;border-style: solid;border-color: rgba(8, 161, 115, 1);border-width: 1px;}#ac34ea8bf5a6b29 .ele-wrap:hover {background-color: #509c49;}#a0ea0a7d45af2e5 .ele-wrap {color: #417505;font-size: 14px;font-weight: 500;border-radius: 4px;justify-content: center;border-style: solid;border-color: rgba(8, 161, 115, 1);border-width: 1px;}#a0ea0a7d45af2e5 .ele-wrap:hover {background-color: #509c49;}#abb11a1d13a7926 .ele-wrap {color: #417505;font-size: 14px;font-weight: 500;border-radius: 4px;justify-content: center;border-style: solid;border-color: rgba(8, 161, 115, 1);border-width: 1px;}#abb11a1d13a7926 .ele-wrap:hover {background-color: #509c49;}#a3abfa0523a4046 .ele-wrap {color: #417505;font-size: 14px;font-weight: 500;border-radius: 4px;justify-content: center;border-style: solid;border-color: rgba(8, 161, 115, 1);border-width: 1px;}#a3abfa0523a4046 .ele-wrap:hover {background-color: #509c49;}#a9f07a3490ac761 .ele-wrap {color: #417505;font-size: 14px;font-weight: 500;border-radius: 4px;justify-content: center;border-style: solid;border-color: rgba(8, 161, 115, 1);border-width: 1px;}#a9f07a3490ac761 .ele-wrap:hover {background-color: #509c49;}#a8b81a4835a5353 .ele-wrap {color: #417505;font-size: 14px;font-weight: 500;border-radius: 4px;justify-content: center;border-style: solid;border-color: rgba(8, 161, 115, 1);border-width: 1px;}#a8b81a4835a5353 .ele-wrap:hover {background-color: #509c49;}#a2fb0a1f6cab576 .ele-wrap {color: #417505;font-size: 14px;font-weight: 500;border-radius: 4px;justify-content: center;border-style: solid;border-color: rgba(8, 161, 115, 1);border-width: 1px;}#a2fb0a1f6cab576 .ele-wrap:hover {background-color: #509c49;}#af7baaeca5a7c7b .ele-wrap {color: #417505;font-size: 14px;font-weight: 500;border-radius: 4px;justify-content: center;border-style: solid;border-color: rgba(8, 161, 115, 1);border-width: 1px;}#af7baaeca5a7c7b .ele-wrap:hover {background-color: #509c49;}#adbefa0063a5ab3 .ele-wrap {color: #417505;font-size: 14px;font-weight: 500;border-radius: 4px;justify-content: center;border-style: solid;border-color: rgba(8, 161, 115, 1);border-width: 1px;}#adbefa0063a5ab3 .ele-wrap:hover {background-color: #509c49;}#acdeda823ea5309 .ele-wrap {color: #417505;font-size: 14px;font-weight: 500;border-radius: 4px;justify-content: center;border-style: solid;border-color: rgba(8, 161, 115, 1);border-width: 1px;}#acdeda823ea5309 .ele-wrap:hover {background-color: #509c49;}#a90f4a556ea9917 .ele-wrap {color: #417505;font-size: 14px;font-weight: 500;border-radius: 4px;justify-content: center;border-style: solid;border-color: rgba(8, 161, 115, 1);border-width: 1px;}#a90f4a556ea9917 .ele-wrap:hover {background-color: #509c49;}#ad28ba4852a006b .ele-wrap {color: #417505;font-size: 14px;font-weight: 500;border-radius: 4px;justify-content: center;border-style: solid;border-color: rgba(8, 161, 115, 1);border-width: 1px;}#ad28ba4852a006b .ele-wrap:hover {background-color: #509c49;}#aad98a5407aaadb .ele-wrap {color: #417505;font-size: 14px;font-weight: 500;border-radius: 4px;justify-content: center;border-style: solid;border-color: rgba(8, 161, 115, 1);border-width: 1px;}#aad98a5407aaadb .ele-wrap:hover {background-color: #509c49;}#a065ba27dbabc8e .ele-wrap {color: #417505;font-size: 14px;font-weight: 500;border-radius: 4px;justify-content: center;border-style: solid;border-color: rgba(8, 161, 115, 1);border-width: 1px;}#a065ba27dbabc8e .ele-wrap:hover {background-color: #509c49;}#ad975a7fc4ac387 .ele-wrap {color: #417505;font-size: 14px;font-weight: 500;border-radius: 4px;justify-content: center;border-style: solid;border-color: rgba(8, 161, 115, 1);border-width: 1px;}#ad975a7fc4ac387 .ele-wrap:hover {background-color: #509c49;}#aa002a4526a9f75 .ele-wrap {color: #417505;font-size: 14px;font-weight: 500;border-radius: 4px;justify-content: center;border-style: solid;border-color: rgba(8, 161, 115, 1);border-width: 1px;}#aa002a4526a9f75 .ele-wrap:hover {background-color: #509c49;}#aca93afd90a30f8 .ele-wrap {color: #417505;font-size: 14px;font-weight: 500;border-radius: 4px;justify-content: center;border-style: solid;border-color: rgba(8, 161, 115, 1);border-width: 1px;}#aca93afd90a30f8 .ele-wrap:hover {background-color: #509c49;}#a31cfa2f86a4064 .ele-wrap {color: #417505;font-size: 14px;font-weight: 500;border-radius: 4px;justify-content: center;border-style: solid;border-color: rgba(8, 161, 115, 1);border-width: 1px;}#a31cfa2f86a4064 .ele-wrap:hover {background-color: #509c49;}#a2c78a20cca2069 .ele-wrap {color: #417505;font-size: 14px;font-weight: 500;border-radius: 4px;justify-content: center;border-style: solid;border-color: rgba(8, 161, 115, 1);border-width: 1px;}#a2c78a20cca2069 .ele-wrap:hover {background-color: #509c49;}#a537aadd70a3ad3 .ele-wrap {color: #417505;font-size: 14px;font-weight: 500;border-radius: 4px;justify-content: center;border-style: solid;border-color: rgba(8, 161, 115, 1);border-width: 1px;}#a537aadd70a3ad3 .ele-wrap:hover {background-color: #509c49;}#a2766a5806a1a12 .ele-wrap {color: #417505;font-size: 14px;font-weight: 500;border-radius: 4px;justify-content: center;border-style: solid;border-color: rgba(8, 161, 115, 1);border-width: 1px;}#a2766a5806a1a12 .ele-wrap:hover {background-color: #509c49;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5acaa8101a8173 .quick-menus li.logged {
  display: none;
}
#a5acaa8101a8173 .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#a5acaa8101a8173 .header-right li a,
#a5acaa8101a8173 .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#a5acaa8101a8173 .header-left {
  float: left;
}
#a5acaa8101a8173 .header-right {
  float: right;
}
#a5acaa8101a8173 .header-right li.logged {
  display: none;
}
#a5acaa8101a8173 .header-right li {
  display: inline;
}
#a5acaa8101a8173 .header-right li a:hover,
#a5acaa8101a8173 .header-link:hover {
  color: #08a173;
}
#a5acaa8101a8173 .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#a5acaa8101a8173 .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#a5acaa8101a8173 .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#a5acaa8101a8173 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a5acaa8101a8173 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#a5acaa8101a8173 .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #a5acaa8101a8173 .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7818a6fc6a0c78 {
  min-height: 90vh;
  /* mobile */
}
#a7818a6fc6a0c78 .search-highlight {
  background: yellow;
}
#a7818a6fc6a0c78 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a7818a6fc6a0c78 .el-title {
  margin-bottom: 20px;
}
#a7818a6fc6a0c78 .el-item:hover .el-title {
  color: #ffffff;
}
#a7818a6fc6a0c78 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a7818a6fc6a0c78 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a7818a6fc6a0c78 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a7818a6fc6a0c78 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a7818a6fc6a0c78 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a7818a6fc6a0c78 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a7818a6fc6a0c78 .el-title {
    margin-bottom: 0;
  }
  #a7818a6fc6a0c78 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a7818a6fc6a0c78 .category {
    font-size: 12px;
  }
  #a7818a6fc6a0c78 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1ba8ae969a0b41 .quick-menus li.logged {
  display: none;
}
#a1ba8ae969a0b41 .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#a1ba8ae969a0b41 .header-right li a,
#a1ba8ae969a0b41 .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#a1ba8ae969a0b41 .header-left {
  float: left;
}
#a1ba8ae969a0b41 .header-right {
  float: right;
}
#a1ba8ae969a0b41 .header-right li.logged {
  display: none;
}
#a1ba8ae969a0b41 .header-right li {
  display: inline;
}
#a1ba8ae969a0b41 .header-right li a:hover,
#a1ba8ae969a0b41 .header-link:hover {
  color: #08a173;
}
#a1ba8ae969a0b41 .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#a1ba8ae969a0b41 .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#a1ba8ae969a0b41 .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#a1ba8ae969a0b41 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a1ba8ae969a0b41 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#a1ba8ae969a0b41 .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #a1ba8ae969a0b41 .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1111ab33ba8e8c {
  /* 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------------------------*/
}
#a1111ab33ba8e8c * {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
#a1111ab33ba8e8c .error .clip .shadow {
  height: 180px;
  /*Contrall*/
}
#a1111ab33ba8e8c .error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}
#a1111ab33ba8e8c .error .clip:nth-of-type(1) .shadow,
#a1111ab33ba8e8c .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}
#a1111ab33ba8e8c .error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
#a1111ab33ba8e8c .error h2 {
  font-size: 32px;
}
#a1111ab33ba8e8c .error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
#a1111ab33ba8e8c .error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#a1111ab33ba8e8c .error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
#a1111ab33ba8e8c .error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
#a1111ab33ba8e8c .error .clip .shadow {
  overflow: hidden;
}
#a1111ab33ba8e8c .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);
}
#a1111ab33ba8e8c .error .clip:nth-of-type(3) .shadow:after,
#a1111ab33ba8e8c .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%;
}
#a1111ab33ba8e8c .error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
#a1111ab33ba8e8c .error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
#a1111ab33ba8e8c .error .clip:nth-of-type(2) .digit {
  left: -10%;
}
#a1111ab33ba8e8c .error .clip:nth-of-type(1) .digit {
  right: -20%;
}
#a1111ab33ba8e8c .error .clip:nth-of-type(3) .digit {
  left: -20%;
}
#a1111ab33ba8e8c .error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}
#a1111ab33ba8e8c .error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}
#a1111ab33ba8e8c .error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #a1111ab33ba8e8c {
    /* Error Page */
    /* Error Page */
  }
  #a1111ab33ba8e8c .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  #a1111ab33ba8e8c .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  #a1111ab33ba8e8c .error .clip:nth-of-type(1) .shadow,
  #a1111ab33ba8e8c .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  #a1111ab33ba8e8c .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  #a1111ab33ba8e8c .error h2 {
    font-size: 24px;
  }
  #a1111ab33ba8e8c .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #a1111ab33ba8e8c .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #a1111ab33ba8e8c .error .container-error-404 {
    height: 150px;
  }
}
#a1111ab33ba8e8c .overlay {
  position: relative;
  z-index: 20;
}
#a1111ab33ba8e8c .ground-color {
  background: white;
}
#a1111ab33ba8e8c .item-bg-color {
  background: #EAEAEA;
}
#a1111ab33ba8e8c .padding-top {
  padding-top: 10px;
}
#a1111ab33ba8e8c .padding-bottom {
  padding-bottom: 10px;
}
#a1111ab33ba8e8c .padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a1111ab33ba8e8c .padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
#a1111ab33ba8e8c .padding-all {
  padding: 10px;
}
#a1111ab33ba8e8c .no-padding-left {
  padding-left: 0px;
}
#a1111ab33ba8e8c .no-padding-right {
  padding-right: 0px;
}
#a1111ab33ba8e8c .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#a1111ab33ba8e8c .no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#a1111ab33ba8e8c .no-padding {
  padding: 0px;
}
#a1111ab33ba8e8c .margin-top {
  margin-top: 10px;
}
#a1111ab33ba8e8c .margin-bottom {
  margin-bottom: 10px;
}
#a1111ab33ba8e8c .margin-right {
  margin-right: 10px;
}
#a1111ab33ba8e8c .margin-left {
  margin-left: 10px;
}
#a1111ab33ba8e8c .margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
#a1111ab33ba8e8c .margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
#a1111ab33ba8e8c .margin-all {
  margin: 10px;
}
#a1111ab33ba8e8c .no-margin {
  margin: 0px;
}
#a1111ab33ba8e8c .no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#a1111ab33ba8e8c .no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
#a1111ab33ba8e8c .inside-col-shrink {
  margin: 0px 20px;
}
#a1111ab33ba8e8c hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5acaa8101a8173 .quick-menus li.logged {
  display: none;
}
#a5acaa8101a8173 .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#a5acaa8101a8173 .header-right li a,
#a5acaa8101a8173 .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#a5acaa8101a8173 .header-left {
  float: left;
}
#a5acaa8101a8173 .header-right {
  float: right;
}
#a5acaa8101a8173 .header-right li.logged {
  display: none;
}
#a5acaa8101a8173 .header-right li {
  display: inline;
}
#a5acaa8101a8173 .header-right li a:hover,
#a5acaa8101a8173 .header-link:hover {
  color: #08a173;
}
#a5acaa8101a8173 .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#a5acaa8101a8173 .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#a5acaa8101a8173 .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#a5acaa8101a8173 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a5acaa8101a8173 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#a5acaa8101a8173 .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #a5acaa8101a8173 .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4847ada03a8759 .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#a4847ada03a8759 .switch_item {
  margin-right: 10px;
}
#a4847ada03a8759 a.switch_item:hover {
  text-decoration: underline;
}
#a4847ada03a8759 .slider {
  width: 420px;
  height: 600px;
}
#a4847ada03a8759 .uk-slideshow-items {
  height: 100%;
}
#a4847ada03a8759 .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#a4847ada03a8759 .login-wrap {
  width: 100%;
  height: 100%;
}
#a4847ada03a8759 .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#a4847ada03a8759 .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#a4847ada03a8759 .phone-login-box {
  margin: 40px auto 40px;
}
#a4847ada03a8759 .login-header {
  margin-bottom: 24px;
}
#a4847ada03a8759 .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#a4847ada03a8759 .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
  overflow: hidden;
}
#a4847ada03a8759 .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;
}
#a4847ada03a8759 .forget_password {
  cursor: pointer;
}
#a4847ada03a8759 .forget_password:hover {
  color: #08a173;
}
#a4847ada03a8759 .input-item input.error,
#a4847ada03a8759 .input-item input.error::placeholder {
  color: #fc4343;
}
#a4847ada03a8759 .input-item input::placeholder {
  color: #999;
}
#a4847ada03a8759 .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
  width: 20px;
}
#a4847ada03a8759 .form-item {
  margin: 24px 0;
}
#a4847ada03a8759 .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#a4847ada03a8759 .send-code {
  float: left;
  margin-left: 20px;
}
#a4847ada03a8759 .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;
}
#a4847ada03a8759 .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#a4847ada03a8759 .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
  display: block;
  max-width: 300px;
}
#a4847ada03a8759 .login_btn_wrap {
  text-align: center;
}
#a4847ada03a8759 .login_btn_wrap .submit {
  display: block;
  margin-bottom: 10px;
}
#a4847ada03a8759 .input-item .pwd-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#a4847ada03a8759 .input-item .pwd-toggle:hover {
  color: currentColor;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1ba8ae969a0b41 .quick-menus li.logged {
  display: none;
}
#a1ba8ae969a0b41 .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#a1ba8ae969a0b41 .header-right li a,
#a1ba8ae969a0b41 .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#a1ba8ae969a0b41 .header-left {
  float: left;
}
#a1ba8ae969a0b41 .header-right {
  float: right;
}
#a1ba8ae969a0b41 .header-right li.logged {
  display: none;
}
#a1ba8ae969a0b41 .header-right li {
  display: inline;
}
#a1ba8ae969a0b41 .header-right li a:hover,
#a1ba8ae969a0b41 .header-link:hover {
  color: #08a173;
}
#a1ba8ae969a0b41 .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#a1ba8ae969a0b41 .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#a1ba8ae969a0b41 .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#a1ba8ae969a0b41 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a1ba8ae969a0b41 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#a1ba8ae969a0b41 .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #a1ba8ae969a0b41 .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a08c6a7c1ba7eb2 .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#a08c6a7c1ba7eb2 .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#a08c6a7c1ba7eb2 .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#a08c6a7c1ba7eb2 .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#a08c6a7c1ba7eb2 .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#a08c6a7c1ba7eb2 .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#a08c6a7c1ba7eb2 .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#a08c6a7c1ba7eb2 .nav-list {
  padding: 0 20px;
}
#a08c6a7c1ba7eb2 .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;
}
#a08c6a7c1ba7eb2 .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#a08c6a7c1ba7eb2 .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#a08c6a7c1ba7eb2 .order-item:hover {
  background: #f7f7f7;
}
#a08c6a7c1ba7eb2 .del-order {
  cursor: pointer;
}
#a08c6a7c1ba7eb2 .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#a08c6a7c1ba7eb2 .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#a08c6a7c1ba7eb2 .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#a08c6a7c1ba7eb2 .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#a08c6a7c1ba7eb2 .goods-item .goods-info {
  padding: 0 15px;
}
#a08c6a7c1ba7eb2 .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#a08c6a7c1ba7eb2 .appoint-time {
  margin-bottom: 4px;
}
#a08c6a7c1ba7eb2 .appoint-name {
  color: #333;
  font-size: 14px;
}
#a08c6a7c1ba7eb2 .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#a08c6a7c1ba7eb2 .goods-item .goods-name {
  color: #333;
}
#a08c6a7c1ba7eb2 .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#a08c6a7c1ba7eb2 .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#a08c6a7c1ba7eb2 .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#a08c6a7c1ba7eb2 .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#a08c6a7c1ba7eb2 .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#a08c6a7c1ba7eb2 .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;
}
#a08c6a7c1ba7eb2 .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#a08c6a7c1ba7eb2 .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#a08c6a7c1ba7eb2 .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#a08c6a7c1ba7eb2 .setting-form {
  padding: 30px 20px;
}
#a08c6a7c1ba7eb2 .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#a08c6a7c1ba7eb2 .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#a08c6a7c1ba7eb2 .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#a08c6a7c1ba7eb2 .setting-form .setting-btns {
  margin-left: 130px;
}
#a08c6a7c1ba7eb2 .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#a08c6a7c1ba7eb2 .setting-wrap {
  position: relative;
}
#a08c6a7c1ba7eb2 .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#a08c6a7c1ba7eb2 .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#a08c6a7c1ba7eb2 .user-info .levels {
  color: #888;
  font-size: 12px;
}
#a08c6a7c1ba7eb2 .address-wrap {
  padding: 30px 20px;
}
#a08c6a7c1ba7eb2 .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#a08c6a7c1ba7eb2 .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#a08c6a7c1ba7eb2 .addr-list {
  min-height: 200px;
}
#a08c6a7c1ba7eb2 .addr-detail .addr-item-name,
#a08c6a7c1ba7eb2 .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;
}
#a08c6a7c1ba7eb2 .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#a08c6a7c1ba7eb2 .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#a08c6a7c1ba7eb2 .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#a08c6a7c1ba7eb2 .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#a08c6a7c1ba7eb2 .add-addr {
  height: 32px;
  line-height: 30px;
}
#a08c6a7c1ba7eb2 .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;
}
#a08c6a7c1ba7eb2 .publish-item {
  cursor: default;
  min-height: 120px;
}
#a08c6a7c1ba7eb2 .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#a08c6a7c1ba7eb2 .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#a08c6a7c1ba7eb2 .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #08a173;
}
#a08c6a7c1ba7eb2 .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1ba8ae969a0b41 .quick-menus li.logged {
  display: none;
}
#a1ba8ae969a0b41 .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#a1ba8ae969a0b41 .header-right li a,
#a1ba8ae969a0b41 .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#a1ba8ae969a0b41 .header-left {
  float: left;
}
#a1ba8ae969a0b41 .header-right {
  float: right;
}
#a1ba8ae969a0b41 .header-right li.logged {
  display: none;
}
#a1ba8ae969a0b41 .header-right li {
  display: inline;
}
#a1ba8ae969a0b41 .header-right li a:hover,
#a1ba8ae969a0b41 .header-link:hover {
  color: #08a173;
}
#a1ba8ae969a0b41 .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#a1ba8ae969a0b41 .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#a1ba8ae969a0b41 .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#a1ba8ae969a0b41 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a1ba8ae969a0b41 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#a1ba8ae969a0b41 .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #a1ba8ae969a0b41 .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6e6cab5e4aa2bd .search-highlight {
  background: yellow;
}
#a6e6cab5e4aa2bd .category-list {
  background: #fff;
  padding: 20px 40px;
}
#a6e6cab5e4aa2bd .goods-sort {
  padding: 10px 0;
}
#a6e6cab5e4aa2bd .goods {
  padding-bottom: 20px;
}
#a6e6cab5e4aa2bd .goods-sort .category {
  border-bottom: 1px dashed #dedede;
  position: relative;
}
#a6e6cab5e4aa2bd .goods-sort .category .name {
  font-size: 14px;
  color: #999;
  position: absolute;
  left: 0;
  top: 0;
}
#a6e6cab5e4aa2bd .goods-sort .category-items {
  overflow: hidden;
  margin-bottom: 4px;
  margin-left: 65px;
}
#a6e6cab5e4aa2bd .goods-sort .category-item {
  float: left;
  color: #333;
  margin-right: 30px;
  margin-bottom: 10px;
  font-size: 14px;
}
#a6e6cab5e4aa2bd .goods-sort .sort-default.active,
#a6e6cab5e4aa2bd .goods-sort .category-item.active {
  color: red;
}
#a6e6cab5e4aa2bd .sorts {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  line-height: 1;
  border-bottom: 1px solid #dedede;
}
#a6e6cab5e4aa2bd .sorts .name {
  font-size: 14px;
  color: #999;
  margin-right: 28px;
}
#a6e6cab5e4aa2bd .sorts .sort {
  display: inline-block;
  margin-right: 30px;
  font-size: 14px;
  color: #333;
}
#a6e6cab5e4aa2bd .sorts .sort.active span {
  color: #e4393c;
}
#a6e6cab5e4aa2bd .sorts .fa {
  color: #999;
}
#a6e6cab5e4aa2bd .sorts .fa.active {
  color: #e4393c;
}
#a6e6cab5e4aa2bd .sorts .sort-icon {
  display: inline-block;
  margin-left: 6px;
}
#a6e6cab5e4aa2bd .sorts .sort-icon i {
  display: block;
  font-size: 12px;
  line-height: 1;
  height: 2px;
}
#a6e6cab5e4aa2bd .uk-container {
  min-height: 200px;
}
#a6e6cab5e4aa2bd .not-found {
  line-height: 200px;
}
#a6e6cab5e4aa2bd .goods .item {
  color: #333;
  font-weight: 400;
}
#a6e6cab5e4aa2bd .img-alter {
  display: none;
}
#a6e6cab5e4aa2bd .goods .item:hover .img-main {
  display: none;
}
#a6e6cab5e4aa2bd .goods .item:hover .img-alter {
  display: block;
}
#a6e6cab5e4aa2bd .goods .item .title {
  padding: 0 10px;
  margin-bottom: 4px;
  line-height: 20px;
  font-weight: bolder;
  transition: all .1s ease;
}
#a6e6cab5e4aa2bd .goods .item .title:hover {
  color: #d4282d;
}
#a6e6cab5e4aa2bd .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;
}
#a6e6cab5e4aa2bd .goods .item hr {
  width: 60%;
  display: block;
  height: 1px;
  padding: 0;
  margin: 6px auto 14px;
  border: 0;
  border-top: 1px solid #e8e8e8;
}
#a6e6cab5e4aa2bd .goods .item .subTitle {
  padding: 0 10px;
  line-height: 18px;
  color: #999;
}
#a6e6cab5e4aa2bd .goods .origin-price {
  display: inline-block;
  margin-left: 6px;
  font-size: 12px;
  color: #999;
  text-decoration: line-through;
}
#a6e6cab5e4aa2bd .goods .member-price {
  font-size: 12px;
  color: #d4282d;
  font-weight: 500;
  line-height: 18px;
  margin-left: 10px;
}
#a6e6cab5e4aa2bd .uk-card .uk-card-media {
  background: #fff;
}
#a6e6cab5e4aa2bd .uk-card:hover {
  background-color: #f4f0e9;
}
#a6e6cab5e4aa2bd .sort-time.active .fa {
  color: #e4393c;
}
#a6e6cab5e4aa2bd * + .uk-grid-margin-small,
#a6e6cab5e4aa2bd .uk-grid + .uk-grid-small,
#a6e6cab5e4aa2bd .uk-grid-small > .uk-grid-margin {
  margin-top: 50px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1ba8ae969a0b41 .quick-menus li.logged {
  display: none;
}
#a1ba8ae969a0b41 .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#a1ba8ae969a0b41 .header-right li a,
#a1ba8ae969a0b41 .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#a1ba8ae969a0b41 .header-left {
  float: left;
}
#a1ba8ae969a0b41 .header-right {
  float: right;
}
#a1ba8ae969a0b41 .header-right li.logged {
  display: none;
}
#a1ba8ae969a0b41 .header-right li {
  display: inline;
}
#a1ba8ae969a0b41 .header-right li a:hover,
#a1ba8ae969a0b41 .header-link:hover {
  color: #08a173;
}
#a1ba8ae969a0b41 .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#a1ba8ae969a0b41 .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#a1ba8ae969a0b41 .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#a1ba8ae969a0b41 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a1ba8ae969a0b41 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#a1ba8ae969a0b41 .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #a1ba8ae969a0b41 .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2e75acd97ae57e .coupon-item:after,
#a2e75acd97ae57e .coupon-item:before {
  background: #dadada;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1ba8ae969a0b41 .quick-menus li.logged {
  display: none;
}
#a1ba8ae969a0b41 .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#a1ba8ae969a0b41 .header-right li a,
#a1ba8ae969a0b41 .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#a1ba8ae969a0b41 .header-left {
  float: left;
}
#a1ba8ae969a0b41 .header-right {
  float: right;
}
#a1ba8ae969a0b41 .header-right li.logged {
  display: none;
}
#a1ba8ae969a0b41 .header-right li {
  display: inline;
}
#a1ba8ae969a0b41 .header-right li a:hover,
#a1ba8ae969a0b41 .header-link:hover {
  color: #08a173;
}
#a1ba8ae969a0b41 .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#a1ba8ae969a0b41 .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#a1ba8ae969a0b41 .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#a1ba8ae969a0b41 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a1ba8ae969a0b41 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#a1ba8ae969a0b41 .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #a1ba8ae969a0b41 .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a084ca1f30a2184 {
  min-height: 90vh;
  /* mobile */
}
#a084ca1f30a2184 .search-highlight {
  background: yellow;
}
#a084ca1f30a2184 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a084ca1f30a2184 .el-title {
  margin-bottom: 20px;
}
#a084ca1f30a2184 .el-item:hover .el-title {
  color: #ffffff;
}
#a084ca1f30a2184 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a084ca1f30a2184 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a084ca1f30a2184 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a084ca1f30a2184 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a084ca1f30a2184 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a084ca1f30a2184 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a084ca1f30a2184 .el-title {
    margin-bottom: 0;
  }
  #a084ca1f30a2184 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a084ca1f30a2184 .category {
    font-size: 12px;
  }
  #a084ca1f30a2184 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1ba8ae969a0b41 .quick-menus li.logged {
  display: none;
}
#a1ba8ae969a0b41 .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#a1ba8ae969a0b41 .header-right li a,
#a1ba8ae969a0b41 .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#a1ba8ae969a0b41 .header-left {
  float: left;
}
#a1ba8ae969a0b41 .header-right {
  float: right;
}
#a1ba8ae969a0b41 .header-right li.logged {
  display: none;
}
#a1ba8ae969a0b41 .header-right li {
  display: inline;
}
#a1ba8ae969a0b41 .header-right li a:hover,
#a1ba8ae969a0b41 .header-link:hover {
  color: #08a173;
}
#a1ba8ae969a0b41 .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#a1ba8ae969a0b41 .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#a1ba8ae969a0b41 .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#a1ba8ae969a0b41 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a1ba8ae969a0b41 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#a1ba8ae969a0b41 .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #a1ba8ae969a0b41 .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a626ead7ccac215 .uk-checkbox:not(:checked) {
  background: #fff;
}
#a626ead7ccac215 .cart-wrap .column {
  float: left;
  text-align: center;
}
#a626ead7ccac215 .cart-head,
#a626ead7ccac215 .cart-footer,
#a626ead7ccac215 .cart-item {
  margin-bottom: 10px;
  padding: 12px 0;
  border: 1px solid #f0f0f0;
  background-color: #fff;
}
#a626ead7ccac215 .cart-head {
  background-color: #efefef;
}
#a626ead7ccac215 .cart-head,
#a626ead7ccac215 .cart-footer {
  margin: 20px 0;
  padding: 12px;
}
#a626ead7ccac215 .cart-footer {
  display: none;
}
#a626ead7ccac215 .cart-head .c-checkbox {
  width: 150px;
}
#a626ead7ccac215 .c-info {
  width: 410px;
}
#a626ead7ccac215 .c-price {
  width: 180px;
}
#a626ead7ccac215 .c-count {
  width: 170px;
}
#a626ead7ccac215 .c-sum {
  width: 170px;
}
#a626ead7ccac215 .cart-item {
  padding: 20px 12px;
}
#a626ead7ccac215 .selected {
  background-color: #fdf5e9;
}
#a626ead7ccac215 .cart-item .c-info {
  width: 500px;
}
#a626ead7ccac215 .cart-item .c-checkbox {
  width: 60px;
}
#a626ead7ccac215 .cart-item .pic {
  float: left;
  width: 100px;
  height: 100px;
  border: 1px solid #f0f0f0;
  background: #fafafa;
}
#a626ead7ccac215 .cart-item .c-info .info {
  padding-left: 120px;
  min-height: 100px;
  width: 500px;
  padding-top: 10px;
  line-height: 1;
}
#a626ead7ccac215 .cart-item .c-info .title {
  font-size: 14px;
  display: block;
  color: #333;
  text-align: left;
  margin-bottom: 6px;
}
#a626ead7ccac215 .cart-item .c-info span {
  font-size: 12px;
  color: #999;
}
#a626ead7ccac215 .cart-item .price {
  text-align: center;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a626ead7ccac215 .cart-item .price-total {
  color: #d4282d;
  font-weight: bolder;
}
#a626ead7ccac215 .cart-item .present-price {
  font-size: 14px;
  color: #333;
}
#a626ead7ccac215 .cart-item .origin-price {
  color: #999;
  font-size: 12px;
  display: inline-block;
  margin-left: 6px;
  text-decoration: line-through;
}
#a626ead7ccac215 .cart-item .column {
  padding-top: 12px;
}
#a626ead7ccac215 .cart-item .c-info {
  padding-top: 0;
}
#a626ead7ccac215 .cart-item .del {
  color: #555;
}
#a626ead7ccac215 .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#a626ead7ccac215 .select-num .btn {
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#a626ead7ccac215 .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#a626ead7ccac215 .select-num i {
  line-height: 30px;
}
#a626ead7ccac215 .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#a626ead7ccac215 .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#a626ead7ccac215 .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#a626ead7ccac215 .price-info {
  color: #999;
  float: right;
  margin-left: 20px;
}
#a626ead7ccac215 .price-info .discount {
  font-size: 12px;
}
#a626ead7ccac215 .price-info .price-num {
  font-size: 16px;
  color: #E2231A;
  font-weight: 700;
}
#a626ead7ccac215 .column-left {
  line-height: 36px;
}
#a626ead7ccac215 .column-left a {
  color: #888;
  display: inline-block;
  margin-left: 10px;
}
#a626ead7ccac215 .column-left a:hover {
  color: #E2231A;
}
#a626ead7ccac215 .column-right {
  padding-right: 130px;
}
#a626ead7ccac215 .column-right .selected-num {
  color: #999;
  font-size: 13px;
  line-height: 26px;
}
#a626ead7ccac215 .column-right .selected-num span {
  color: #E2231A;
  font-weight: bolder;
  display: inline-block;
  margin: 0 2px;
}
#a626ead7ccac215 .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;
}
#a626ead7ccac215 .cart-icon {
  width: 200px;
  fill: #ccc;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1ba8ae969a0b41 .quick-menus li.logged {
  display: none;
}
#a1ba8ae969a0b41 .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#a1ba8ae969a0b41 .header-right li a,
#a1ba8ae969a0b41 .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#a1ba8ae969a0b41 .header-left {
  float: left;
}
#a1ba8ae969a0b41 .header-right {
  float: right;
}
#a1ba8ae969a0b41 .header-right li.logged {
  display: none;
}
#a1ba8ae969a0b41 .header-right li {
  display: inline;
}
#a1ba8ae969a0b41 .header-right li a:hover,
#a1ba8ae969a0b41 .header-link:hover {
  color: #08a173;
}
#a1ba8ae969a0b41 .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#a1ba8ae969a0b41 .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#a1ba8ae969a0b41 .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#a1ba8ae969a0b41 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a1ba8ae969a0b41 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#a1ba8ae969a0b41 .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #a1ba8ae969a0b41 .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a10bfa3b70a7ad7 .checkout-title {
  font-size: 16px;
  color: #666;
  line-height: 42px;
}
#a10bfa3b70a7ad7 .checkout-wrap {
  background-color: #fff;
  padding: 0 20px;
  border: 1px solid #f0f0f0;
  color: #666;
}
#a10bfa3b70a7ad7 .add-addr {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 12px;
}
#a10bfa3b70a7ad7 .checkout-wrap h3 {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  color: #333;
  font-weight: bold;
  margin: 0;
}
#a10bfa3b70a7ad7 .addr-list {
  height: 45px;
  overflow: hidden;
}
#a10bfa3b70a7ad7 .addr-list.expand {
  height: auto;
}
#a10bfa3b70a7ad7 .addr-item {
  list-style: none;
  height: 30px;
  margin: 6px 0 20px;
  display: block;
  position: relative;
}
#a10bfa3b70a7ad7 .addr-item:hover {
  background-color: #fff3f3;
}
#a10bfa3b70a7ad7 .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;
}
#a10bfa3b70a7ad7 .addr-item.selected .addr-item-name {
  border: 2px solid #FF0036;
}
#a10bfa3b70a7ad7 .addr-default {
  margin: 5px 10px;
  background-color: #999;
  color: #fff;
  padding: 0 4px;
  line-height: 20px;
  display: inline-block;
}
#a10bfa3b70a7ad7 .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;
}
#a10bfa3b70a7ad7 .addr-item .addr-detail {
  line-height: 30px;
  font-size: 12px;
}
#a10bfa3b70a7ad7 .addr-item .op-btns {
  position: absolute;
  right: 0;
  top: 6px;
  font-size: 12px;
}
#a10bfa3b70a7ad7 .addr-item .op-btns a {
  color: #005ea7;
  display: inline-block;
  margin-right: 12px;
}
#a10bfa3b70a7ad7 .addr-item .op-btns a:hover {
  color: #FF0036;
}
#a10bfa3b70a7ad7 .addr-switch {
  line-height: 24px;
  cursor: pointer;
  font-size: 12px;
  margin-bottom: 15px;
}
#a10bfa3b70a7ad7 .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;
}
#a10bfa3b70a7ad7 .addr-switch.expand b {
  background-position: 0 -10px;
}
#a10bfa3b70a7ad7 table {
  border: 1px solid #ececec;
  margin: 0 0 30px;
  color: #333;
}
#a10bfa3b70a7ad7 table thead {
  color: #999;
  background-color: #f5f5f5;
}
#a10bfa3b70a7ad7 table td {
  text-align: center;
}
#a10bfa3b70a7ad7 table thead td {
  border-top: none;
}
#a10bfa3b70a7ad7 table .goods-pic {
  width: 100px;
  height: 100px;
  margin-right: 12px;
  float: left;
}
#a10bfa3b70a7ad7 table .goods-info a {
  color: #333;
  font-weight: bolder;
}
#a10bfa3b70a7ad7 table .goods-info span {
  font-size: 12px;
  color: #999;
}
#a10bfa3b70a7ad7 .origin-price {
  color: #999;
  text-decoration: line-through;
}
#a10bfa3b70a7ad7 table .price {
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a10bfa3b70a7ad7 .checkout-summary {
  margin: 20px 4px 10px;
}
#a10bfa3b70a7ad7 .summary-item {
  font-size: 12px;
  line-height: 24px;
  color: #666;
}
#a10bfa3b70a7ad7 .summary-item > em {
  width: 140px;
  display: inline-block;
  color: #333;
  font-size: 12px;
  font-family: verdana;
  font-style: normal;
}
#a10bfa3b70a7ad7 .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;
}
#a10bfa3b70a7ad7 .order-confirm .total-price {
  display: inline-block;
  color: #e4393c;
  font-family: Verdana;
  font-weight: 700;
  font-size: 18px;
  min-width: 122px;
}
#a10bfa3b70a7ad7 .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;
}
#a10bfa3b70a7ad7 .order-submit-btn:hover {
  background-color: #EF494D;
}
#a10bfa3b70a7ad7 .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;
}
#a10bfa3b70a7ad7 .coupon-select.disable {
  color: #555;
  border-color: #333;
  cursor: not-allowed;
}
#a10bfa3b70a7ad7 .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#a10bfa3b70a7ad7 .select-num .btn {
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#a10bfa3b70a7ad7 .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#a10bfa3b70a7ad7 .select-num i {
  line-height: 30px;
}
#a10bfa3b70a7ad7 .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#a10bfa3b70a7ad7 .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#a10bfa3b70a7ad7 .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#a10bfa3b70a7ad7 .toggle-point {
  position: absolute;
  right: 0;
  top: 24px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1ba8ae969a0b41 .quick-menus li.logged {
  display: none;
}
#a1ba8ae969a0b41 .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#a1ba8ae969a0b41 .header-right li a,
#a1ba8ae969a0b41 .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#a1ba8ae969a0b41 .header-left {
  float: left;
}
#a1ba8ae969a0b41 .header-right {
  float: right;
}
#a1ba8ae969a0b41 .header-right li.logged {
  display: none;
}
#a1ba8ae969a0b41 .header-right li {
  display: inline;
}
#a1ba8ae969a0b41 .header-right li a:hover,
#a1ba8ae969a0b41 .header-link:hover {
  color: #08a173;
}
#a1ba8ae969a0b41 .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#a1ba8ae969a0b41 .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#a1ba8ae969a0b41 .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#a1ba8ae969a0b41 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a1ba8ae969a0b41 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#a1ba8ae969a0b41 .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #a1ba8ae969a0b41 .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0f50a0cffa36f9 .title {
  font-size: 18px;
  color: #000;
  line-height: 2;
}
#a0f50a0cffa36f9 .order-id {
  color: #666;
}
#a0f50a0cffa36f9 .payment {
  cursor: pointer;
}
#a0f50a0cffa36f9 .payment img {
  min-height: 40px;
}
#a0f50a0cffa36f9 .payment-wrap {
  border: 1px solid #ececec;
  margin: 20px 0;
}
#a0f50a0cffa36f9 .payment-title {
  height: 42px;
  padding-left: 21px;
  background-color: #f4f4f4;
  border-bottom: 1px solid #efefef;
  line-height: 41px;
  color: #999;
  font-size: 14px;
}
#a0f50a0cffa36f9 .selected {
  border: 2px solid #e1251b;
}
#a0f50a0cffa36f9 .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;
}
#a0f50a0cffa36f9 .btn:hover {
  background-color: #EF494D;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1ba8ae969a0b41 .quick-menus li.logged {
  display: none;
}
#a1ba8ae969a0b41 .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#a1ba8ae969a0b41 .header-right li a,
#a1ba8ae969a0b41 .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#a1ba8ae969a0b41 .header-left {
  float: left;
}
#a1ba8ae969a0b41 .header-right {
  float: right;
}
#a1ba8ae969a0b41 .header-right li.logged {
  display: none;
}
#a1ba8ae969a0b41 .header-right li {
  display: inline;
}
#a1ba8ae969a0b41 .header-right li a:hover,
#a1ba8ae969a0b41 .header-link:hover {
  color: #08a173;
}
#a1ba8ae969a0b41 .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#a1ba8ae969a0b41 .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#a1ba8ae969a0b41 .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#a1ba8ae969a0b41 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a1ba8ae969a0b41 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#a1ba8ae969a0b41 .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #a1ba8ae969a0b41 .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5123ab2e1ae4c2 {
  max-width: 1200px;
  margin: 0 auto;
}
#a5123ab2e1ae4c2 .m-header {
  background: #fff;
  height: 44px;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
#a5123ab2e1ae4c2 .order-container {
  padding-bottom: 60px;
}
#a5123ab2e1ae4c2 .express-date {
  color: #999;
  font-size: 12px;
}
#a5123ab2e1ae4c2 .m-header-back {
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 44px;
  padding: 10px;
  text-align: center;
}
#a5123ab2e1ae4c2 .m-header-back svg {
  width: 16px;
  fill: #666;
}
#a5123ab2e1ae4c2 .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;
}
#a5123ab2e1ae4c2 .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;
}
#a5123ab2e1ae4c2 .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%);
}
#a5123ab2e1ae4c2 .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%);
}
#a5123ab2e1ae4c2 .state-desc {
  padding-left: 25px;
}
#a5123ab2e1ae4c2 .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;
}
#a5123ab2e1ae4c2 .order-status .icon-status.status-1,
#a5123ab2e1ae4c2 .order-status .icon-status.status-2,
#a5123ab2e1ae4c2 .order-status .icon-status.status-3 {
  background-position: 0 -22px;
}
#a5123ab2e1ae4c2 .order-status .icon-status.status--1 {
  background-position: -22px 0;
}
#a5123ab2e1ae4c2 .state-desc .state-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
#a5123ab2e1ae4c2 .state-tip {
  font-size: 12px;
}
#a5123ab2e1ae4c2 .top-content {
  padding: 0 10px;
  background: #fff;
}
#a5123ab2e1ae4c2 .top-content .fa {
  font-size: 24px;
  display: inline-block;
  margin-right: 10px;
  color: #ccc;
  width: 24px;
  text-align: center;
}
#a5123ab2e1ae4c2 .top-content .desc {
  color: #333;
  line-height: 21px;
  font-size: 14px;
  background: #fff;
}
#a5123ab2e1ae4c2 .top-content .tip {
  font-size: 12px;
  line-height: 18px;
  color: #999;
}
#a5123ab2e1ae4c2 .top-content .content-wrap {
  padding: 12px 0;
  border-bottom: 1px solid #f7f7f7;
}
#a5123ab2e1ae4c2 .top-content.address .content-wrap {
  border-bottom: none;
}
#a5123ab2e1ae4c2 .goods-item {
  margin-top: 10px;
  padding: 10px 10px 20px 10px;
  background: #fff;
  border-bottom: 1px solid #f7f7f7;
}
#a5123ab2e1ae4c2 .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;
}
#a5123ab2e1ae4c2 .goods-info .title {
  font-size: 14px;
  margin-bottom: 3px;
  word-break: break-all;
  position: relative;
  color: #333;
  font-weight: 500;
}
#a5123ab2e1ae4c2 .goods-info .sku-name {
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #999;
}
#a5123ab2e1ae4c2 .goods-info .private-info {
  font-size: 12px;
}
#a5123ab2e1ae4c2 .goods-info .num-wrap {
  color: #999;
  font-size: 12px;
}
#a5123ab2e1ae4c2 .goods-info .present-price {
  line-height: 30px;
  color: #e93b3d;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}
#a5123ab2e1ae4c2 .panel {
  background: #fff;
  margin: 20px 0;
}
#a5123ab2e1ae4c2 .panel-header {
  padding: 10px;
  color: #333;
  font-size: 16px;
  position: relative;
  border-bottom: 1px solid #f7f7f7;
}
#a5123ab2e1ae4c2 .panel-header .tip {
  line-height: 24px;
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #999;
}
#a5123ab2e1ae4c2 .contact {
  padding: 16px 0;
  line-height: 1;
  font-size: 12px;
  color: #999;
  display: block;
  text-align: center;
}
#a5123ab2e1ae4c2 .hide {
  display: none;
}
#a5123ab2e1ae4c2 .contact img {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  display: inline-block;
}
#a5123ab2e1ae4c2 .order-detail {
  padding: 15px 10px;
  background: #fff;
}
#a5123ab2e1ae4c2 .order-detail .order-item {
  line-height: 22px;
  margin-bottom: 3px;
  color: #151515;
}
#a5123ab2e1ae4c2 .order-detail .order-item span {
  color: #999;
  display: inline-block;
  margin-right: 6px;
}
#a5123ab2e1ae4c2 .order-summary {
  border-top: 1px solid #f7f7f7;
  padding: 12px 0;
}
#a5123ab2e1ae4c2 .order-id {
  font-size: 13px;
  font-style: normal;
}
#a5123ab2e1ae4c2 .order-summary .order-price {
  line-height: 21px;
  color: #333;
  font-weight: 400;
}
#a5123ab2e1ae4c2 .order-summary .price {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
}
#a5123ab2e1ae4c2 .total-price {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  line-height: 32px;
}
#a5123ab2e1ae4c2 .total-price .price {
  color: #f2270c;
}
#a5123ab2e1ae4c2 .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;
}
#a5123ab2e1ae4c2 .pay-btn {
  display: inline-block;
  line-height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 35px;
  color: #fff;
  font-size: 18px;
  background-color: #E2231A;
  text-align: center;
  cursor: pointer;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1ba8ae969a0b41 .quick-menus li.logged {
  display: none;
}
#a1ba8ae969a0b41 .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#a1ba8ae969a0b41 .header-right li a,
#a1ba8ae969a0b41 .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#a1ba8ae969a0b41 .header-left {
  float: left;
}
#a1ba8ae969a0b41 .header-right {
  float: right;
}
#a1ba8ae969a0b41 .header-right li.logged {
  display: none;
}
#a1ba8ae969a0b41 .header-right li {
  display: inline;
}
#a1ba8ae969a0b41 .header-right li a:hover,
#a1ba8ae969a0b41 .header-link:hover {
  color: #08a173;
}
#a1ba8ae969a0b41 .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#a1ba8ae969a0b41 .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#a1ba8ae969a0b41 .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#a1ba8ae969a0b41 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a1ba8ae969a0b41 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#a1ba8ae969a0b41 .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #a1ba8ae969a0b41 .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0b31afecfa4e83 .comment-detail {
  min-height: 600px;
}
#a0b31afecfa4e83 table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#a0b31afecfa4e83 table th,
#a0b31afecfa4e83 table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#a0b31afecfa4e83 table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#a0b31afecfa4e83 .red {
  color: #F00!important;
}
#a0b31afecfa4e83 .table-title span {
  display: inline-block;
  padding: 0 40px;
  line-height: 40px;
  color: #274589;
  font-size: 16px;
  font-weight: bold;
  background: url(/resources/sys/img/icons/title_icon.png) 0 center no-repeat;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1ba8ae969a0b41 .quick-menus li.logged {
  display: none;
}
#a1ba8ae969a0b41 .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#a1ba8ae969a0b41 .header-right li a,
#a1ba8ae969a0b41 .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#a1ba8ae969a0b41 .header-left {
  float: left;
}
#a1ba8ae969a0b41 .header-right {
  float: right;
}
#a1ba8ae969a0b41 .header-right li.logged {
  display: none;
}
#a1ba8ae969a0b41 .header-right li {
  display: inline;
}
#a1ba8ae969a0b41 .header-right li a:hover,
#a1ba8ae969a0b41 .header-link:hover {
  color: #08a173;
}
#a1ba8ae969a0b41 .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#a1ba8ae969a0b41 .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#a1ba8ae969a0b41 .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#a1ba8ae969a0b41 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a1ba8ae969a0b41 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#a1ba8ae969a0b41 .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #a1ba8ae969a0b41 .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3fdcaad19aa7ce .address-select {
  cursor: pointer;
}
#a3fdcaad19aa7ce .form-item {
  border-bottom: 1px solid #f5f5f5;
  padding: 20px 0;
}
#a3fdcaad19aa7ce .form-item-last {
  border-bottom: none;
}
#a3fdcaad19aa7ce .form-item .uk-form-label {
  font-size: 16px;
  color: #888;
  margin-bottom: 8px;
  font-weight: bolder;
  display: block;
}
#a3fdcaad19aa7ce .address-select .uk-select {
  width: 100px;
}
#a3fdcaad19aa7ce .form-item .uk-input,
#a3fdcaad19aa7ce .form-item .uk-select {
  background: #fafafa;
  border-color: #eee;
}
#a3fdcaad19aa7ce .submit-btn {
  background: #5cc55c;
  font-size: 18px;
  width: 160px;
  text-align: center;
  border-radius: 2px;
  line-height: 48px;
}
#a3fdcaad19aa7ce .submit-btn:hover {
  opacity: .9;
}
#a3fdcaad19aa7ce .img-box {
  margin-top: 40px;
}
#a3fdcaad19aa7ce .img-box .up-p {
  margin-bottom: 20px;
  font-size: 16px;
  color: #555;
}
#a3fdcaad19aa7ce .z_photo {
  padding: 18px;
  border: 2px dashed #e7e6e6;
}
#a3fdcaad19aa7ce .z_photo .z_file {
  position: relative;
}
#a3fdcaad19aa7ce .z_file .file {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
#a3fdcaad19aa7ce .z_photo .up-section {
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
}
#a3fdcaad19aa7ce .up-section .close-upimg {
  position: absolute;
  top: 6px;
  right: 8px;
  display: none;
  z-index: 10;
}
#a3fdcaad19aa7ce .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);
}
#a3fdcaad19aa7ce .up-section:hover {
  border: 2px solid #f15134;
}
#a3fdcaad19aa7ce .up-section:hover .close-upimg {
  display: block;
}
#a3fdcaad19aa7ce .up-section:hover .up-span {
  visibility: visible;
}
#a3fdcaad19aa7ce .z_photo .up-img {
  display: block;
  width: 100%;
  height: 100%;
}
#a3fdcaad19aa7ce .upimg-div .up-section {
  width: 190px;
  height: 180px;
}
#a3fdcaad19aa7ce .img-box .upimg-div .z_file {
  width: 190px;
  height: 180px;
}
#a3fdcaad19aa7ce .publish-price {
  font-size: 16px;
  color: #888;
}
#a3fdcaad19aa7ce .publish-price .num {
  color: #ff9933;
  display: inline-block;
  margin: 0 4px;
  font-weight: 500;
}
#a3fdcaad19aa7ce .z_file .add-img {
  display: block;
  width: 190px;
  height: 180px;
  cursor: pointer;
}
#a3fdcaad19aa7ce .mask {
  z-index: 1000;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#a3fdcaad19aa7ce .mask .mask-content {
  width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -250px;
  margin-top: -80px;
  background: #fff;
  height: 160px;
  text-align: center;
}
#a3fdcaad19aa7ce .mask .mask-content .del-p {
  color: #555;
  height: 94px;
  line-height: 94px;
  font-size: 18px;
  border-bottom: 1px solid #d1d1d1;
}
#a3fdcaad19aa7ce .mask-content .check-p {
  height: 66px;
  line-height: 66px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#a3fdcaad19aa7ce .mask-content .check-p span {
  width: 49%;
  display: inline-block;
  text-align: center;
  color: #d4361d;
  font-size: 18px;
}
#a3fdcaad19aa7ce .check-p .del-com {
  border-right: 1px solid #d1d1d1;
}
#a3fdcaad19aa7ce #fileList,
#a3fdcaad19aa7ce #picker {
  display: inline-block;
  float: left;
}
#a3fdcaad19aa7ce .thumbnail {
  width: 140px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
#a3fdcaad19aa7ce .thumbnail img {
  width: 100%;
  height: 130px;
}
#a3fdcaad19aa7ce .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;
}
#a3fdcaad19aa7ce .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;
}
#a3fdcaad19aa7ce .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;
}
#a3fdcaad19aa7ce #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;
}
#a3fdcaad19aa7ce .webuploader-pick {
  height: 100%;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1ba8ae969a0b41 .quick-menus li.logged {
  display: none;
}
#a1ba8ae969a0b41 .uk-navbar-dropdown {
  width: auto;
  min-width: 120px;
}
#a1ba8ae969a0b41 .header-right li a,
#a1ba8ae969a0b41 .header-link {
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#a1ba8ae969a0b41 .header-left {
  float: left;
}
#a1ba8ae969a0b41 .header-right {
  float: right;
}
#a1ba8ae969a0b41 .header-right li.logged {
  display: none;
}
#a1ba8ae969a0b41 .header-right li {
  display: inline;
}
#a1ba8ae969a0b41 .header-right li a:hover,
#a1ba8ae969a0b41 .header-link:hover {
  color: #08a173;
}
#a1ba8ae969a0b41 .ap-header-top {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
}
#a1ba8ae969a0b41 .uk-navbar-nav > li > a {
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  min-height: 60px;
}
#a1ba8ae969a0b41 .uk-navbar-nav > li > a > div {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  opacity: .6;
}
#a1ba8ae969a0b41 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a1ba8ae969a0b41 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #08a173;
  color: #fff;
}
#a1ba8ae969a0b41 .logo {
  display: inline-block;
  margin: 14px 100px 14px 0;
}
@media (max-width: 640px) {
  #a1ba8ae969a0b41 .ap-header-top {
    padding: 15px 10px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a274fad096a7e02 .search-detail {
  min-height: 400px;
}
#a274fad096a7e02 table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#a274fad096a7e02 table th,
#a274fad096a7e02 table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#a274fad096a7e02 table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#a274fad096a7e02 .red {
  color: #F00!important;
}
#a274fad096a7e02 .table-title span {
  display: inline-block;
  padding: 0 40px;
  line-height: 40px;
  color: #274589;
  font-size: 16px;
  font-weight: bold;
  background: url(/resources/sys/img/icons/title_icon.png) 0 center no-repeat;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a09ccab6f7a3df7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a09ccab6f7a3df7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0a5aaeb7eab7a5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a0a5aaeb7eab7a5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#adca1a6f37a06c7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#adca1a6f37a06c7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#abd80afd9aaf8c9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#abd80afd9aaf8c9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae034acf4faaa41 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ae034acf4faaa41 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#aea9aaee28ad663 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#aea9aaee28ad663 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#acde5a4596ae303 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#acde5a4596ae303 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab4c0a1753a83b8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ab4c0a1753a83b8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7ecaa07d8a3a53 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#a7ecaa07d8a3a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}#ace3aaa704ab267 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(230, 230, 230, 1);}#ace3aaa704ab267 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
