.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft Yahei";
}
/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Set `font-size` to support `rem` units
 *    Not using `font` property because a leading hyphen (e.g. -apple-system) causes the font to break in IE11 and Edge
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 * 3. Style
 */
html {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */
  color: #666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
/*
   * Removes default margin.
   */
body {
  margin: 0;
  font-size: 14px;
  color: #666;
  background-color: #f5f7f9;
}
/* 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: #0b45aa;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #e10000;
}
/* 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: #e10000;
}
/* Preformatted text
   ========================================================================== */
/*
   * 1. Contain overflow in all browsers.
   * 2. Override UA
   */
pre {
  background: #ffffff;
}
pre code {
  font-family: Consolas, monaco, monospace;
}
/* Selection pseudo-element
   ========================================================================== */
::-moz-selection {
  background: #0b45aa;
  text-shadow: none;
}
::selection {
  background: #0b45aa;
  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 #0b45aa;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #0b45aa;
}
/* ========================================================================
     Component: List
   ========================================================================== */
.uk-list,
.ap-child-list > ul {
  padding: 0;
  list-style: none;
}
.uk-list-striped > li:nth-of-type(odd) {
  background: #f8f8f8;
}
/* ========================================================================
     Component: Description list
   ========================================================================== */
/*
   * Term
   */
.uk-description-list > dd {
  font-size: 16px;
}
/* Caption
   ========================================================================== */
.uk-table caption {
  color: #999999;
}
/*
   * Striped
   */
.uk-table-striped > tr:nth-of-type(odd),
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #f8f8f8;
}
/* Style modifiers
   ========================================================================== */
/*
   * Link
   */
.uk-icon-link:hover,
.uk-icon-link:focus {
  color: #0b45aa;
  outline: none;
}
/*
   * Button
   * 1. Center icon vertically and horizontally
   */
.uk-icon-button {
  background: #ffffff;
}
/* Hover + Focus */
.uk-icon-button:hover,
.uk-icon-button:focus {
  background-color: #ffffff;
  color: #0b45aa;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #0b45aa;
  color: #ffffff;
}
/* Thumb
   ========================================================================== */
/*
   * 1. Reset
   * 2. Style
   */
/* Webkit */
.uk-range::-webkit-slider-thumb {
  background: #666;
}
/* Firefox */
.uk-range::-moz-range-thumb {
  background: #666;
}
/* Edge */
.uk-range::-ms-thumb {
  /* 1 */
  margin-top: 0;
}
/* IE11 */
.uk-range::-ms-thumb {
  background: #666;
}
.uk-input,
.uk-select,
.uk-textarea {
  background: #ffffff;
  color: #666;
}
/* Focus */
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  outline: none;
  background-color: #ffffff;
}
/* Disabled */
.uk-input:disabled,
.uk-select:disabled,
.uk-textarea:disabled {
  background-color: #f8f8f8;
  color: #999999;
}
/*
   * Placeholder
   */
.uk-input:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-input::-moz-placeholder {
  color: #999999;
}
.uk-input::-webkit-input-placeholder {
  color: #999999;
}
.uk-textarea:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-textarea::-moz-placeholder {
  color: #999999;
}
.uk-textarea::-webkit-input-placeholder {
  color: #999999;
}
.uk-form-danger,
.uk-form-danger:focus {
  color: #f0506e;
  border-color: #f0506e !important;
}
/*
   * Success
   */
.uk-form-success,
.uk-form-success:focus {
  color: #32d296;
  border-color: #32d296 !important;
}
/*
   * Blank
   */
.uk-form-blank {
  background: none;
  border-color: transparent !important;
}
.uk-form-blank:focus {
  border-color: #EBEBED !important;
  border-style: dashed;
}
/*
   * Checked
   */
.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
  background-color: #0b45aa;
  border-color: transparent;
}
/* Label
   ========================================================================== */
/* Icons
   ========================================================================== */
.uk-form-icon {
  color: #999999;
}
/*
   * Required for `a`.
   */
.uk-form-icon:hover {
  color: #666;
}
/* OnClick + Active */
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-button-default {
  background-color: #ffffff;
}
/* Hover + Focus */
.uk-button-default:hover,
.uk-button-default:focus {
  background-color: #ffffff;
  color: #0b45aa;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #0b45aa;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #0b45aa;
  color: #ffffff;
}
/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #ffb946;
  color: #ffffff;
}
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-button-secondary {
  color: #666;
  border: 1px solid #ffb946;
}
/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #0b45aa;
  color: #ffffff;
  border-color: #0b45aa;
}
/*
   * Danger
   */
.uk-button-danger {
  background-color: transparent;
  color: #f0506e;
  border: 1px solid #f0506e;
}
/* Hover + Focus */
.uk-button-danger:hover,
.uk-button-danger:focus {
  background-color: transparent;
}
/* OnClick + Active */
.uk-button-danger:active,
.uk-button-danger.uk-active {
  background-color: #f0506e;
  color: #ffffff;
  border-color: #f0506e;
}
/*
   * Disabled
   * The same for all style modifiers
   */
.uk-button-default:disabled,
.uk-button-primary:disabled,
.uk-button-secondary:disabled,
.uk-button-danger:disabled {
  background-color: #f8f8f8;
  color: #999999;
}
/* Text modifiers
   ========================================================================== */
/*
   * Text
   * 1. Reset
   * 2. Style
   */
.uk-button-text {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  position: relative;
}
/* Hover + Focus */
.uk-button-text:hover,
.uk-button-text:focus {
  color: #0b45aa;
}
/* 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: #0b45aa;
}
/* Hover + Focus */
.uk-button-link:hover,
.uk-button-link:focus {
  color: #e10000;
}
/* Disabled */
.uk-button-link:disabled {
  color: #999999;
  text-decoration: none;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-section-default,
.ap-container-default .uk-container {
  background: #ffffff;
}
/*
   * Primary
   */
.uk-section-primary,
.ap-container-primary .uk-container {
  background: #0b45aa;
}
/*
   * Secondary
   */
.uk-section-secondary,
.ap-container-secondary .uk-container {
  background: #ffb946;
}
.uk-section-muted,
.ap-container-muted .uk-container {
  background: #f8f8f8;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-tile-default {
  background: #ffffff;
}
/*
   * Muted
   */
.uk-tile-muted {
  background: #f8f8f8;
}
/*
   * Primary
   */
.uk-tile-primary {
  background: #0b45aa;
}
/*
   * Secondary
   */
.uk-tile-secondary {
  background: #ffb946;
}
/* ========================================================================
     Component: Card
   ========================================================================== */
/* Badge
   ========================================================================== */
.uk-card-badge {
  color: #666;
}
/*
   * Remove margin from adjacent element
   */
.uk-card-badge:first-child + * {
  margin-top: 0;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   * Note: Header and Footer are only implemented for the default style
   */
.uk-card-default {
  background: #ffffff;
  color: #666;
}
.uk-card-default.uk-card-hover:hover {
  background-color: #ffffff;
}
/*
   * Primary
   */
.uk-card-primary {
  background: #0b45aa;
  color: #ffffff;
}
.uk-card-primary .uk-card-title {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-card-secondary {
  background: #ffb946;
  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: #0b45aa;
  background-color: transparent;
}
/* ========================================================================
     Component: Marker
   ========================================================================== */
/*
   * Addopts `uk-icon`
   */
.uk-marker {
  padding: 5px;
  background: #ffb946;
  color: #ffffff;
}
/* Hover + Focus */
.uk-marker:hover,
.uk-marker:focus {
  color: #ffffff;
  outline: none;
}
/* ========================================================================
     Component: Alert
   ========================================================================== */
.uk-alert {
  position: relative;
  background: #ffffff;
  color: #333;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-alert-primary {
  background: #ffffff;
  color: #0b45aa;
}
/*
   * Success
   */
.uk-alert-success {
  background: #ffffff;
  color: #32d296;
}
/*
   * Warning
   */
.uk-alert-warning {
  background: #ffffff;
  color: #faa05a;
}
/*
   * Danger
   */
.uk-alert-danger {
  background: #ffffff;
  color: #f0506e;
}
/* ========================================================================
     Component: Badge
   ========================================================================== */
/*
   * 1. Style
   * 2. Center child vertically and horizontally
   */
.uk-badge {
  /* 1 */
  background: #0b45aa;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #0b45aa;
  color: #ffffff;
}
/* Color modifiers
   ========================================================================== */
/*
   * Success
   */
.uk-label-success {
  background-color: #32d296;
  color: #ffffff;
}
/*
   * Warning
   */
.uk-label-warning {
  background-color: #faa05a;
  color: #ffffff;
}
/*
   * Danger
   */
.uk-label-danger {
  background-color: #f0506e;
  color: #ffffff;
}
/* ========================================================================
     Component: Overlay
   ========================================================================== */
.uk-overlay {
  padding: 20px 20px;
}
/*
   * Remove margin from the last-child
   */
.uk-overlay > :last-child {
  margin-bottom: 0;
}
/* Title
   ========================================================================== */
/* Meta
   ========================================================================== */
.uk-article-meta {
  color: #999999;
}
.uk-article-meta a {
  color: #999999;
}
.uk-article-meta a:hover {
  color: #666;
  text-decoration: none;
}
/* Meta
   ========================================================================== */
.uk-comment-meta {
  color: #999999;
}
/* Style modifier
   ========================================================================== */
.uk-comment-primary {
  background-color: #f8f8f8;
}
.uk-search-input:focus {
  outline: none;
}
/* Placeholder */
.uk-search-input:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-search-input::-moz-placeholder {
  color: #999999;
}
.uk-search-input::-webkit-input-placeholder {
  color: #999999;
}
/* Icon (Adopts `uk-icon`)
   ========================================================================== */
/*
   * Remove default focus style
   */
.uk-search-icon:focus {
  outline: none;
}
.uk-search .uk-search-icon {
  color: #999999;
}
/*
   * Required for `a`.
   */
.uk-search .uk-search-icon:hover {
  color: #999999;
}
/* Focus */
.uk-search-default .uk-search-input:focus {
  background-color: #ffffff;
}
/* Toggle
   ========================================================================== */
.uk-search-toggle {
  color: #999999;
}
/* Hover + Focus */
.uk-search-toggle:hover,
.uk-search-toggle:focus {
  color: #666;
}
/* Parent icon modifier
   ========================================================================== */
.uk-nav-parent-icon > .uk-parent > a::after {
  content: "";
  width: 1.5 em;
  height: 1.5 em;
}
/*
   * Items
   */
.uk-nav-default > li > a {
  color: #999999;
}
/* Hover + Focus */
.uk-nav-default > li > a:hover,
.uk-nav-default > li > a:focus {
  color: #0b45aa;
  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: #0b45aa;
}
/* 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: #0b45aa;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #0b45aa;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #0b45aa;
}
/* Dropdown
   ========================================================================== */
/*
   * Adopts `uk-dropdown`
   * 1. Hide by default
   * 2. Set position
   * 3. Set a default width
   * 4. Style
   */
.uk-navbar-dropdown {
  background: #ffffff;
  color: #666;
}
/*
   * Items
   */
.uk-navbar-dropdown-nav > li > a {
  color: #999999;
  padding: 5px 0;
}
/* Hover + Focus */
.uk-navbar-dropdown-nav > li > a:hover,
.uk-navbar-dropdown-nav > li > a:focus {
  color: #0b45aa;
  background-color: transparent;
}
/* Active */
/*
   * Sublists
   */
.uk-navbar-dropdown-nav .uk-nav-sub a {
  color: #999999;
}
.uk-navbar-dropdown-nav .uk-nav-sub a:hover,
.uk-navbar-dropdown-nav .uk-nav-sub a:focus {
  color: #666;
}
/* Dropbar
   ========================================================================== */
.uk-navbar-dropbar {
  position: relative;
  background: #ffffff;
  overflow: hidden;
}
/* Items
   ========================================================================== */
/*
   * Items must target `a` elements to exclude other elements (e.g. dropdowns)
   * Using `:first-child` instead of `a` to support `span` elements for text
   * 1. Prevent gap if child element is `inline-block`, e.g. an icon
   * 2. Style
   */
.uk-subnav > * > :first-child {
  color: #999999;
}
/* Hover + Focus */
.uk-subnav > * > a:hover,
.uk-subnav > * > a:focus {
  color: #666;
  text-decoration: none;
  outline: none;
}
/* Active */
/* Pill modifier
   ========================================================================== */
.uk-subnav-pill > * > :first-child {
  color: #999999;
}
/* Hover + Focus */
.uk-subnav-pill > * > a:hover,
.uk-subnav-pill > * > a:focus {
  background-color: #ffffff;
  color: #666;
}
/* OnClick */
.uk-subnav-pill > * > a:active {
  background-color: #ffffff;
}
/* Active */
.uk-subnav-pill > .uk-active > a {
  background-color: #0b45aa;
  color: #ffffff;
}
/* Disabled
   * The same for all style modifiers
   ========================================================================== */
.uk-subnav > .uk-disabled > a {
  color: #999999;
}
/* Items
   ========================================================================== */
.uk-breadcrumb > * > * {
  color: #999999;
}
/* Hover + Focus */
.uk-breadcrumb > * > :hover,
.uk-breadcrumb > * > :focus {
  color: #666;
  text-decoration: none;
}
/* Disabled */
.uk-breadcrumb > .uk-disabled > * {
  color: #999999;
}
/* Active */
/* Items
   ========================================================================== */
/*
   * 1. Prevent gap if child element is `inline-block`, e.g. an icon
   * 2. Style
   */
.uk-pagination > * > * {
  color: #999999;
}
/* Hover + Focus */
.uk-pagination > * > :hover,
.uk-pagination > * > :focus {
  background-color: #ffffff;
}
/* Active */
.uk-pagination > .uk-active > * {
  color: #0b45aa;
  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: #0b45aa;
}
/* 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: #0b45aa;
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #0b45aa;
  border-color: transparent;
}
/* ========================================================================
     Component: Dropdown
   ========================================================================== */
.uk-dropdown {
  background: #ffffff;
  color: #666;
}
/*
   * Items
   */
.uk-dropdown-nav > li > a {
  color: #999999;
}
/* Hover + Focus + Active */
.uk-dropdown-nav > li > a:hover,
.uk-dropdown-nav > li > a:focus,
.uk-dropdown-nav > li.uk-active > a {
  background-color: transparent;
}
/*
   * Header
   */
.uk-dropdown-nav .uk-nav-header {
  color: #0b45aa;
}
/*
   * 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: #0b45aa;
}
/* Dialog
   ========================================================================== */
/*
   * 1. Create position context for spinner and close button
   * 2. Dimensions
   * 3. Fix `max-width: 100%` not working in combination with flex and responsive images in IE11
   *    `!important` needed to overwrite `uk-width-auto`. See `#modal-media-image` in tests
   * 4. Style
   * 5. Slide-in transition
   */
.uk-modal-dialog {
  background: #ffffff;
}
/*
   * Open
   */
.uk-open > .uk-modal-dialog {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* Message
  ========================================================================== */
.uk-notification-message {
  background: #f8f8f8;
  color: #666;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-notification-message-primary {
  color: #0b45aa;
}
/*
   * 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: #0b45aa;
  color: #ffffff;
}
/*
   * Remove animated circles for indeterminate state in IE11 and Edge
   */
.uk-progress:indeterminate {
  color: transparent;
}
/*
   * Progress container
   * 2. Remove progress bar for indeterminate state in Firefox
   */
.uk-progress::-webkit-progress-bar {
  background-color: #f8f8f8;
  border-radius: 500px;
  overflow: hidden;
}
/*
   * Progress bar
   * 1. Remove right border in IE11 and Edge
   */
.uk-progress::-webkit-progress-value {
  background-color: #0b45aa;
}
.uk-progress::-moz-progress-bar {
  background-color: #0b45aa;
}
.uk-progress::-ms-fill {
  background-color: #0b45aa;
}
/* ========================================================================
     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: #0b45aa !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: #0b45aa !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #0b45aa;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #ffffff;
}
.uk-background-muted {
  background-color: #f8f8f8;
}
.uk-background-primary {
  background-color: #0b45aa;
}
.uk-background-secondary {
  background-color: #ffb946;
}
/* ========================================================================
     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: #0b45aa;
  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: #0b45aa;
  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: #0b45aa;
  color: #ffffff;
  border-color: transparent;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-primary:hover,
.uk-light .uk-button-primary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-card-primary.uk-card-body .uk-button-primary:hover,
.uk-card-primary.uk-card-body .uk-button-primary:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:focus,
.uk-card-secondary.uk-card-body .uk-button-primary:hover,
.uk-card-secondary.uk-card-body .uk-button-primary:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:focus,
.uk-overlay-primary .uk-button-primary:hover,
.uk-overlay-primary .uk-button-primary:focus,
.ap-toolbar .uk-button-primary:hover,
.ap-toolbar .uk-button-primary:focus {
  color: #ffffff;
  border-color: transparent;
  box-shadow: none;
}
.uk-light .uk-button-primary:active,
.uk-light .uk-button-primary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-card-primary.uk-card-body .uk-button-primary:active,
.uk-card-primary.uk-card-body .uk-button-primary.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-primary:active,
.uk-card-secondary.uk-card-body .uk-button-primary.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary.uk-active,
.uk-overlay-primary .uk-button-primary:active,
.uk-overlay-primary .uk-button-primary.uk-active,
.ap-toolbar .uk-button-primary:active,
.ap-toolbar .uk-button-primary.uk-active {
  color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-button-secondary,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary,
.uk-card-primary.uk-card-body .uk-button-secondary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary,
.uk-card-secondary.uk-card-body .uk-button-secondary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary,
.uk-overlay-primary .uk-button-secondary,
.ap-toolbar .uk-button-secondary {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-secondary:hover,
.uk-light .uk-button-secondary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-card-primary.uk-card-body .uk-button-secondary:hover,
.uk-card-primary.uk-card-body .uk-button-secondary:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:focus,
.uk-card-secondary.uk-card-body .uk-button-secondary:hover,
.uk-card-secondary.uk-card-body .uk-button-secondary:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:focus,
.uk-overlay-primary .uk-button-secondary:hover,
.uk-overlay-primary .uk-button-secondary:focus,
.ap-toolbar .uk-button-secondary:hover,
.ap-toolbar .uk-button-secondary:focus {
  background-color: transparent;
  color: #ffffff;
  box-shadow: none;
}
.uk-light .uk-button-secondary:active,
.uk-light .uk-button-secondary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-card-primary.uk-card-body .uk-button-secondary:active,
.uk-card-primary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-secondary:active,
.uk-card-secondary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active,
.uk-overlay-primary .uk-button-secondary:active,
.uk-overlay-primary .uk-button-secondary.uk-active,
.ap-toolbar .uk-button-secondary:active,
.ap-toolbar .uk-button-secondary.uk-active {
  background-color: #ffffff;
  border-color: #ffffff;
}
.uk-light .uk-button-text,
.uk-section-primary:not(.uk-preserve-color) .uk-button-text,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-text,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-text,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-text,
.uk-card-primary.uk-card-body .uk-button-text,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-text,
.uk-card-secondary.uk-card-body .uk-button-text,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-text,
.uk-overlay-primary .uk-button-text,
.ap-toolbar .uk-button-text {
  color: #ffffff;
}
.uk-light .uk-totop:active,
.uk-section-primary:not(.uk-preserve-color) .uk-totop:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-totop:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-totop:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-totop:active,
.uk-card-primary.uk-card-body .uk-totop:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-totop:active,
.uk-card-secondary.uk-card-body .uk-totop:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-totop:active,
.uk-overlay-primary .uk-totop:active,
.ap-toolbar .uk-totop:active {
  color: #ffffff;
  background-color: transparent;
}
.uk-light .uk-marker,
.uk-section-primary:not(.uk-preserve-color) .uk-marker,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker,
.uk-card-primary.uk-card-body .uk-marker,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker,
.uk-card-secondary.uk-card-body .uk-marker,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker,
.uk-overlay-primary .uk-marker,
.ap-toolbar .uk-marker {
  background: #f8f8f8;
  color: #666;
}
.uk-light .uk-marker:hover,
.uk-light .uk-marker:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-marker:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:focus,
.uk-card-primary.uk-card-body .uk-marker:hover,
.uk-card-primary.uk-card-body .uk-marker:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker:focus,
.uk-card-secondary.uk-card-body .uk-marker:hover,
.uk-card-secondary.uk-card-body .uk-marker:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker:focus,
.uk-overlay-primary .uk-marker:hover,
.uk-overlay-primary .uk-marker:focus,
.ap-toolbar .uk-marker:hover,
.ap-toolbar .uk-marker:focus {
  color: #666;
}
.uk-light .uk-badge,
.uk-section-primary:not(.uk-preserve-color) .uk-badge,
.uk-section-secondary:not(.uk-preserve-color) .uk-badge,
.uk-tile-primary:not(.uk-preserve-color) .uk-badge,
.uk-tile-secondary:not(.uk-preserve-color) .uk-badge,
.uk-card-primary.uk-card-body .uk-badge,
.uk-card-primary > :not([class*='uk-card-media']) .uk-badge,
.uk-card-secondary.uk-card-body .uk-badge,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-badge,
.uk-overlay-primary .uk-badge,
.ap-toolbar .uk-badge {
  background-color: #ffffff;
  color: #333;
}
.uk-light .uk-label,
.uk-section-primary:not(.uk-preserve-color) .uk-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-label,
.uk-card-primary.uk-card-body .uk-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-label,
.uk-card-secondary.uk-card-body .uk-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-label,
.uk-overlay-primary .uk-label,
.ap-toolbar .uk-label {
  background-color: #ffffff;
}
.uk-light .uk-article-title,
.uk-section-primary:not(.uk-preserve-color) .uk-article-title,
.uk-section-secondary:not(.uk-preserve-color) .uk-article-title,
.uk-tile-primary:not(.uk-preserve-color) .uk-article-title,
.uk-tile-secondary:not(.uk-preserve-color) .uk-article-title,
.uk-card-primary.uk-card-body .uk-article-title,
.uk-card-primary > :not([class*='uk-card-media']) .uk-article-title,
.uk-card-secondary.uk-card-body .uk-article-title,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-article-title,
.uk-overlay-primary .uk-article-title,
.ap-toolbar .uk-article-title {
  color: #ffffff;
}
.uk-light .uk-nav-default > li > a:hover,
.uk-light .uk-nav-default > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
.uk-overlay-primary .uk-nav-default > li > a:hover,
.uk-overlay-primary .uk-nav-default > li > a:focus,
.ap-toolbar .uk-nav-default > li > a:hover,
.ap-toolbar .uk-nav-default > li > a:focus {
  color: rgba(197, 57, 15, 0.7);
  background-color: transparent;
}
.uk-light .uk-nav-default > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a,
.uk-overlay-primary .uk-nav-default > li.uk-active > a,
.ap-toolbar .uk-nav-default > li.uk-active > a {
  color: #ffffff;
  background-color: transparent;
}
.uk-light .uk-nav-default .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header,
.uk-overlay-primary .uk-nav-default .uk-nav-header,
.ap-toolbar .uk-nav-default .uk-nav-header {
  color: #ffffff;
}
.uk-light .uk-nav-primary > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a,
.uk-overlay-primary .uk-nav-primary > li.uk-active > a,
.ap-toolbar .uk-nav-primary > li.uk-active > a {
  color: #ffffff;
}
.uk-light .uk-nav-primary .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header,
.uk-overlay-primary .uk-nav-primary .uk-nav-header,
.ap-toolbar .uk-nav-primary .uk-nav-header {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li > a::before,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a::before,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a::before,
.uk-overlay-primary .uk-navbar-nav > li > a::before,
.ap-toolbar .uk-navbar-nav > li > a::before {
  background-color: transparent;
}
.uk-light .uk-navbar-nav > li:hover > a,
.uk-light .uk-navbar-nav > li > a:focus,
.uk-light .uk-navbar-nav > li > a.uk-open,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-card-primary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
.uk-overlay-primary .uk-navbar-nav > li:hover > a,
.uk-overlay-primary .uk-navbar-nav > li > a:focus,
.uk-overlay-primary .uk-navbar-nav > li > a.uk-open,
.ap-toolbar .uk-navbar-nav > li:hover > a,
.ap-toolbar .uk-navbar-nav > li > a:focus,
.ap-toolbar .uk-navbar-nav > li > a.uk-open {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
.uk-overlay-primary .uk-navbar-nav > li.uk-active > a,
.ap-toolbar .uk-navbar-nav > li.uk-active > a {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li.uk-active > a::before,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a::before,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a::before,
.uk-overlay-primary .uk-navbar-nav > li.uk-active > a::before,
.ap-toolbar .uk-navbar-nav > li.uk-active > a::before {
  background-color: #0b45aa;
}
.uk-light .uk-navbar-toggle,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-card-primary.uk-card-body .uk-navbar-toggle,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-toggle,
.uk-card-secondary.uk-card-body .uk-navbar-toggle,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-toggle,
.uk-overlay-primary .uk-navbar-toggle,
.ap-toolbar .uk-navbar-toggle {
  color: #ffffff;
}
.uk-light .uk-subnav > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-card-primary.uk-card-body .uk-subnav > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-subnav > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a,
.uk-overlay-primary .uk-subnav > .uk-active > a,
.ap-toolbar .uk-subnav > .uk-active > a {
  color: #ffffff;
}
.uk-light .uk-subnav-pill > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-card-primary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a,
.uk-overlay-primary .uk-subnav-pill > .uk-active > a,
.ap-toolbar .uk-subnav-pill > .uk-active > a {
  background-color: #ffffff;
  box-shadow: none;
}
.uk-light .uk-tab > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-card-primary.uk-card-body .uk-tab > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-tab > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a,
.uk-overlay-primary .uk-tab > .uk-active > a,
.ap-toolbar .uk-tab > .uk-active > a {
  color: #ffffff;
  border-color: #ffffff;
}
.uk-light .uk-dotnav > .uk-active > *,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-card-primary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-card-primary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *,
.uk-card-secondary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *,
.uk-overlay-primary .uk-dotnav > .uk-active > *,
.ap-toolbar .uk-dotnav > .uk-active > * {
  background-color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-countdown-number,
.uk-light .uk-countdown-separator,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-number,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-number,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-number,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-number,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-card-primary.uk-card-body .uk-countdown-number,
.uk-card-primary.uk-card-body .uk-countdown-separator,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-number,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-separator,
.uk-card-secondary.uk-card-body .uk-countdown-number,
.uk-card-secondary.uk-card-body .uk-countdown-separator,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-number,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-separator,
.uk-overlay-primary .uk-countdown-number,
.uk-overlay-primary .uk-countdown-separator,
.ap-toolbar .uk-countdown-number,
.ap-toolbar .uk-countdown-separator {
  color: #ffffff;
}
.uk-light .uk-countdown-label,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-label,
.uk-card-primary.uk-card-body .uk-countdown-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-label,
.uk-card-secondary.uk-card-body .uk-countdown-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-label,
.uk-overlay-primary .uk-countdown-label,
.ap-toolbar .uk-countdown-label {
  color: #ffffff;
}
.uk-light .uk-text-lead,
.uk-section-primary:not(.uk-preserve-color) .uk-text-lead,
.uk-section-secondary:not(.uk-preserve-color) .uk-text-lead,
.uk-tile-primary:not(.uk-preserve-color) .uk-text-lead,
.uk-tile-secondary:not(.uk-preserve-color) .uk-text-lead,
.uk-card-primary.uk-card-body .uk-text-lead,
.uk-card-primary > :not([class*='uk-card-media']) .uk-text-lead,
.uk-card-secondary.uk-card-body .uk-text-lead,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-text-lead,
.uk-overlay-primary .uk-text-lead,
.ap-toolbar .uk-text-lead {
  color: #ffffff;
}
/* Header
   ========================================================================== */
/*
   * Header
   */
/*
   * Headerbars
   */
.ap-headerbar-top {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ffffff;
}
.ap-headerbar-bottom {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ffffff;
}
.ap-header .uk-navbar-nav .menu-item a {
  position: relative;
}
.ap-header .uk-navbar-nav .menu-item a:hover,
.ap-header .uk-navbar-nav .uk-active a {
  font-weight: bolder;
}
.ap-header .uk-navbar-nav .menu-item a:hover::before,
.ap-header .uk-navbar-nav .uk-active a::before {
  right: 15px;
  display: block;
}
.ap-header-transparent {
  position: absolute;
  z-index: 980;
  left: 0;
  right: 0;
}
.ap-header-transparent .uk-navbar-nav .menu-item a {
  position: relative;
  color: #fff;
}
.ap-header-transparent .uk-navbar-nav .menu-item a:hover::before,
.ap-header-transparent .uk-navbar-nav .uk-active a::before {
  background-color: #fff;
}
.uk-navbar-transparent {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 80px;
  z-index: 100;
  transition: background-color 0.3s ease-in;
}
.uk-navbar-transparent.uk-sticky-below {
  z-index: 1000;
}
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li.uk-active > a,
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a:hover {
  color: #292929;
}
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a {
  color: #4f5260;
}
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below,
.uk-section-secondary .uk-navbar-container:not(.uk-navbar-transparent) {
  background: rgba(255, 185, 70, 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: #0b45aa;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #f8f8f8;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #0b45aa;
}
.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: #0b45aa;
  border-color: #0b45aa;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #0b45aa;
}
/* ========================================================================
   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: #08327a;
}
.ap-list-filter dd a.active {
  background-color: #0b45aa;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #0b45aa;
}
.category li a.active {
  color: #0b45aa;
}
.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: #0b45aa;
}
.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: #0b45aa;
  border: 1px solid rgba(11, 69, 170, 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: #0b45aa;
}
form .step .ui-step.active .ui-step-title {
  color: #0b45aa;
}
/**************** 自定义版块样式 ********************/
.btn-effect-1 {
  border-color: #0b45aa;
  background-color: #0b45aa;
  color: #fff;
}
.header-effect-6 [data-item='title']::before {
  background-color: #0b45aa;
}
.header-effect-7 [data-item='subTitle'] {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #0b45aa;
  color: #fff !important;
}
.btn-effect-2 {
  background-color: transparent;
  border: 1px solid #0b45aa;
  color: #0b45aa;
}
.btn-effect-2:hover {
  background-color: #0b45aa;
}
.uk-button.btn-effect-5 {
  background-color: #0b45aa;
  box-shadow: 0 0 15px rgba(11, 69, 170, 0.8);
}
.header-effect-3 [data-item='title']::after {
  background: #0b45aa;
}
.header-effect-6 [data-item='title']::before {
  background-color: #0b45aa;
}
#a372aa6ad1a23ce {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a372aa6ad1a23ce .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a372aa6ad1a23ce .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a2f18a441baa5c0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a2f18a441baa5c0 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a2f18a441baa5c0 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #333;
  background-color: rgba(0, 0, 0, 0);
}
#a2f18a441baa5c0 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a2f18a441baa5c0 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li.active > a {
  border-bottom-color: rgba(11, 69, 170, 0);
  border-bottom-style: solid;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li.active > a:before,
#a2f18a441baa5c0 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a2f18a441baa5c0 .menu-list > li ul li {
  position: relative;
}
#a2f18a441baa5c0 .menu-list > li ul li:hover > a {
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.9);
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background: transparent;
}
#a2f18a441baa5c0 .menu-list li ul li:hover > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list li ul li a:active,
#a2f18a441baa5c0 .menu-list li ul li a.active,
#a2f18a441baa5c0 .menu-list li ul li.active > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list li ul,
#a2f18a441baa5c0 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
}
#a2f18a441baa5c0 .menu-list li ul.menu-b > li,
#a2f18a441baa5c0 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a2f18a441baa5c0 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a2f18a441baa5c0 .menu-list li:hover > ul {
  display: block;
}
#a2f18a441baa5c0 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af472a5f12a53fc > .ele-wrap {background-color: rgba(11, 69, 170, 1);}#a6c70ade1da9d80 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a9621a829fa567f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
  border-bottom-style: none;
  border-bottom-width: 0;
  margin-bottom: 10px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9621a829fa567f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#a9621a829fa567f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9621a829fa567f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9621a829fa567f .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9621a829fa567f .menu-list-expand .submenu-indicator {
  display: none;
}
#a9621a829fa567f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #eeeeee;
  border-bottom-color: #e4e4e4;
  background-color: #eeeeee;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a9621a829fa567f .jquery-accordion-menu > ul > li.active > a {
  background-color: rgba(11, 69, 170, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
  border-bottom-width: 0;
  border-bottom-style: none;
}
#a9621a829fa567f .jquery-accordion-menu ul li > a {
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: #f0f0ed;
}
#a9621a829fa567f .jquery-accordion-menu > ul > li.active > a {
  color: #0b45aa;
  background: rgba(11, 69, 170, 0);
}
#a9621a829fa567f .jquery-accordion-menu ul li a img,
#a9621a829fa567f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9621a829fa567f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9621a829fa567f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9621a829fa567f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9621a829fa567f .jquery-accordion-menu ul ul.submenu,
#a9621a829fa567f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9621a829fa567f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9621a829fa567f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9621a829fa567f .jquery-accordion-menu ul ul.submenu.show,
#a9621a829fa567f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9621a829fa567f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9621a829fa567f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
}
#a9621a829fa567f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9621a829fa567f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9621a829fa567f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9621a829fa567f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9621a829fa567f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9621a829fa567f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9621a829fa567f .jquery-accordion-menu > ul > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a9621a829fa567f .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a0c4fae87faf92d > .ele-wrap {background-color: rgba(11, 69, 170, 1);background-size: cover;background-repeat: no-repeat;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: dashed;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a0c4fae87faf92d  > .ele-wrap:hover {background-color: rgba(11, 69, 170, 1);}#afd11a9400a98bd , #afd11a9400a98bd a{color: rgba(255, 255, 255, 1);}#a243ba062fab215 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7437a2885aa383 a, #a7437a2885aa383 {
        font-weight: normal;
        font-style: normal;
    text-align: right;font-family: inherit;}#a83b0abb5ea2745 a, #a83b0abb5ea2745 {
        font-weight: normal;
        font-style: normal;
    font-size: 20px;font-family: inherit;}#a7e2caa44ea2186 .a641ea2185a3254 {
  overflow: hidden;
}
#a7e2caa44ea2186 .a641ea2185a3254 , #a7e2caa44ea2186 .a641ea2185a3254 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a7e2caa44ea2186 .a641ea2185a3254:hover , #a7e2caa44ea2186 .a641ea2185a3254 *:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(225, 0, 0, 1);}#a7e2caa44ea2186 .ae8eda8faea2271 {
  overflow: hidden;
}
#a7e2caa44ea2186 .a96baa39d9a7667  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(146, 143, 143, 1);}#a7e2caa44ea2186 .a5edba597dad94d a, #a7e2caa44ea2186 .a5edba597dad94d {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(11, 69, 170, 1);}#a7e2caa44ea2186 .a5edba597dad94d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(11, 69, 170, 1);}#a7e2caa44ea2186 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7e2caa44ea2186 .dynamic-list-item {
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: rgba(155, 155, 155, 0.5);
}
#a7e2caa44ea2186 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a7e2caa44ea2186 .uk-position-center-left-out {
    left: -30px;
  }
  #a7e2caa44ea2186 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a25daa370ba3ec2 [data-item*=".abstract"], #a25daa370ba3ec2 [data-item*=".abstract"] a {show: true;}#a25daa370ba3ec2 [data-item*=".subTitle"], #a25daa370ba3ec2 [data-item*=".subTitle"] a {show: true;}#a25daa370ba3ec2 [data-item*=".category"], #a25daa370ba3ec2 [data-item*=".category"] a {show: true;}#ac47fa61d1a8624 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad611ab759af803 .ele-wrap {border-color: rgba(156, 171, 212, 1);border-width: 1px;border-style: solid;color: #9cabd4;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ad611ab759af803 .ele-wrap:hover {border-color: rgba(156, 171, 212, 1);background-color: #fff;color: #9cabd4;background-color: rgba(0, 0, 0, 0);}#a6f4ca46f6ac754 > .ele-wrap {background-color: rgba(255, 165, 0, 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;}#a2f18ae196a62b5 > .ele-wrap {background-color: rgba(13, 64, 152, 1);}#ace9face15aaec3 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#ace9face15aaec3 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ace9face15aaec3 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a7275a55d4a5511 {
  min-height: 300px;
}
#a2f18a441baa5c0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a2f18a441baa5c0 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a2f18a441baa5c0 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #333;
  background-color: rgba(0, 0, 0, 0);
}
#a2f18a441baa5c0 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a2f18a441baa5c0 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li.active > a {
  border-bottom-color: rgba(11, 69, 170, 0);
  border-bottom-style: solid;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li.active > a:before,
#a2f18a441baa5c0 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a2f18a441baa5c0 .menu-list > li ul li {
  position: relative;
}
#a2f18a441baa5c0 .menu-list > li ul li:hover > a {
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.9);
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background: transparent;
}
#a2f18a441baa5c0 .menu-list li ul li:hover > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list li ul li a:active,
#a2f18a441baa5c0 .menu-list li ul li a.active,
#a2f18a441baa5c0 .menu-list li ul li.active > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list li ul,
#a2f18a441baa5c0 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
}
#a2f18a441baa5c0 .menu-list li ul.menu-b > li,
#a2f18a441baa5c0 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a2f18a441baa5c0 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a2f18a441baa5c0 .menu-list li:hover > ul {
  display: block;
}
#a2f18a441baa5c0 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af472a5f12a53fc > .ele-wrap {background-color: rgba(11, 69, 170, 1);}#aeb75a01e8abdaf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aec8dad5bea8aa6 {
  overflow: hidden;
}
#aec8dad5bea8aa6 , #aec8dad5bea8aa6 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;text-align: center;font-family: inherit;}#aff06a1941a8e34  {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;}#affb9a80a2a1f47 a, #affb9a80a2a1f47 {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;}#a445eab8a7aa245  {
        font-weight: normal;
        font-style: normal;
    text-align: right;font-family: inherit;}#a23a0a8c62a9b66, #a23a0a8c62a9b66 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(11, 69, 170, 1);}#a23a0a8c62a9b66 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(225, 0, 0, 1);}#a0ceca502ea653e, #a0ceca502ea653e a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(11, 69, 170, 1);}#a0ceca502ea653e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(225, 0, 0, 1);}#ac47fa61d1a8624 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad611ab759af803 .ele-wrap {border-color: rgba(156, 171, 212, 1);border-width: 1px;border-style: solid;color: #9cabd4;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ad611ab759af803 .ele-wrap:hover {border-color: rgba(156, 171, 212, 1);background-color: #fff;color: #9cabd4;background-color: rgba(0, 0, 0, 0);}#a6f4ca46f6ac754 > .ele-wrap {background-color: rgba(255, 165, 0, 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;}#a2f18ae196a62b5 > .ele-wrap {background-color: rgba(13, 64, 152, 1);}#a83e3a42b0aa47a > .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;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a83e3a42b0aa47a  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#af51dab3e6a9f37 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: center;
}
#af51dab3e6a9f37 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#af51dab3e6a9f37 .ap-icon {
  margin-right: 6px;
}
#af51dab3e6a9f37 .indicator {
  margin-left: 4px;
}
#af51dab3e6a9f37 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#af51dab3e6a9f37 .menu-list li:hover > a,
#af51dab3e6a9f37 .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#af51dab3e6a9f37 .menu-list li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#af51dab3e6a9f37 .menu-list ul,
#af51dab3e6a9f37 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#af51dab3e6a9f37 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#af51dab3e6a9f37 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#af51dab3e6a9f37 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#af51dab3e6a9f37 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 203px;
}
#af51dab3e6a9f37 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#af51dab3e6a9f37 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a2978aecaaa24ab > .ele-wrap {background-color: rgba(11, 69, 170, 1);}#a2978aecaaa24ab  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a87f9a4582a2710 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aec96ac026ad5a1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ae9f0a32c6a5aaa > .ele-wrap {background-color: rgba(11, 69, 170, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac363aa68cadf49 , #ac363aa68cadf49 a{color: rgba(255, 255, 255, 1);}#a0c47a597dace6c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#af40cadf27a4e3e > .ele-wrap {background-color: rgba(11, 69, 170, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a72dca00b4acece , #a72dca00b4acece a{color: rgba(255, 255, 255, 1);}#ab61ca0a0ba04ad > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0a50a52daa66c9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ad668ac23dacf90 > .ele-wrap {background-color: rgba(11, 69, 170, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aeb8da27aca2fda , #aeb8da27aca2fda a{color: rgba(255, 255, 255, 1);}#ac8e2a9fafa757e .ap-category-filter ul li.active {
  border-color: #0b45aa;
  color: #0b45aa;
}
#ac8e2a9fafa757e .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ac8e2a9fafa757e .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#ac8e2a9fafa757e .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#ac8e2a9fafa757e .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#ac8e2a9fafa757e .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#ac8e2a9fafa757e .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;
}
#ac8e2a9fafa757e .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#ac8e2a9fafa757e .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#ac8e2a9fafa757e .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#ac8e2a9fafa757e .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#ac8e2a9fafa757e .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#ac8e2a9fafa757e .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#ac8e2a9fafa757e .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#ac8e2a9fafa757e .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#ac8e2a9fafa757e .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#ac8e2a9fafa757e .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#ac8e2a9fafa757e .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#ac8e2a9fafa757e .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#ac8e2a9fafa757e .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;
  }
}
#ac8e2a9fafa757e .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#ac8e2a9fafa757e .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#ac8e2a9fafa757e .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#ac8e2a9fafa757e .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ac8e2a9fafa757e .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#ac8e2a9fafa757e .ele-article-list .pic-article:hover .category {
  color: auto;
}
#ac8e2a9fafa757e .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#ac8e2a9fafa757e .ele-article-list .pic-article:hover .time {
  color: auto;
}
#ac8e2a9fafa757e .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#ac8e2a9fafa757e .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ac8e2a9fafa757e .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#ac8e2a9fafa757e .ele-article-list .text-article:hover .time {
  color: auto;
}
#ab41ca3f6dab271 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aac01a14caa1f37 > .ele-wrap {background-color: rgba(11, 69, 170, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3e91a1e22a79ce , #a3e91a1e22a79ce a{color: rgba(255, 255, 255, 1);}#a2ec4a7b18abb7e .uk-grid {
  margin-left: -15px;
}
#a2ec4a7b18abb7e .uk-grid > * {
  padding-left: 15px;
}
#a2ec4a7b18abb7e .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2ec4a7b18abb7e .ap-category-filter ul li.active {
  border-color: #0b45aa;
  color: #0b45aa;
}
#a2ec4a7b18abb7e .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#a2ec4a7b18abb7e .article .info {
  padding: 20px 10px;
  position: relative;
}
#a2ec4a7b18abb7e .article .info p {
  margin: 10px 0 10px;
}
#a2ec4a7b18abb7e .article svg {
  fill: currentColor;
}
#a2ec4a7b18abb7e .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 20px;
  width: 20px;
  color: #b4b4b4;
}
#a2ec4a7b18abb7e .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 20px;
  color: #b4b4b4;
}
#a2ec4a7b18abb7e .article.list-icon .info {
  padding-left: 25px;
}
#a2ec4a7b18abb7e .article .datetime {
  position: absolute;
  right: 10px;
  top: 20px;
}
#a2ec4a7b18abb7e .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a2ec4a7b18abb7e .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a2ec4a7b18abb7e .article:hover .title {
  color: #626262;
}
#a2ec4a7b18abb7e .article:hover .datetime {
  color: #b6b6b6;
}
#a2ec4a7b18abb7e .article:hover .category {
  color: #b6b6b6;
}
#a2ec4a7b18abb7e .article:hover .abstract {
  color: #b6b6b6;
}
#a2ec4a7b18abb7e .article:hover .btn_icon {
  color: #b6b6b6;
}
#a2ec4a7b18abb7e .article:hover .list_icon {
  color: #b6b6b6;
}
#a9749ad1cfa7b4d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aa112a0390ad897 > .ele-wrap {background-color: rgba(11, 69, 170, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a728daab89a40b5 , #a728daab89a40b5 a{color: rgba(255, 255, 255, 1);}#ad75da8c12a676e .uk-grid {
  margin-left: -15px;
}
#ad75da8c12a676e .uk-grid > * {
  padding-left: 15px;
}
#ad75da8c12a676e .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ad75da8c12a676e .ap-category-filter ul li.active {
  border-color: #0b45aa;
  color: #0b45aa;
}
#ad75da8c12a676e .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#ad75da8c12a676e .article .info {
  padding: 20px 10px;
  position: relative;
}
#ad75da8c12a676e .article .info p {
  margin: 10px 0 10px;
}
#ad75da8c12a676e .article svg {
  fill: currentColor;
}
#ad75da8c12a676e .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 20px;
  width: 20px;
  color: #b4b4b4;
}
#ad75da8c12a676e .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 20px;
  color: #b4b4b4;
}
#ad75da8c12a676e .article.list-icon .info {
  padding-left: 25px;
}
#ad75da8c12a676e .article .datetime {
  position: absolute;
  right: 10px;
  top: 20px;
}
#ad75da8c12a676e .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#ad75da8c12a676e .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#ad75da8c12a676e .article:hover .title {
  color: #626262;
}
#ad75da8c12a676e .article:hover .datetime {
  color: #b6b6b6;
}
#ad75da8c12a676e .article:hover .category {
  color: #b6b6b6;
}
#ad75da8c12a676e .article:hover .abstract {
  color: #b6b6b6;
}
#ad75da8c12a676e .article:hover .btn_icon {
  color: #b6b6b6;
}
#ad75da8c12a676e .article:hover .list_icon {
  color: #b6b6b6;
}
#a8bafa33c4a74cd [data-item*=".abstract"], #a8bafa33c4a74cd [data-item*=".abstract"] a {show: true;}#a8bafa33c4a74cd [data-item*=".subTitle"], #a8bafa33c4a74cd [data-item*=".subTitle"] a {show: true;}#a8bafa33c4a74cd [data-item*=".category"], #a8bafa33c4a74cd [data-item*=".category"] a {show: true;}#af85ba5017a54d4 > .ele-wrap {background-color: rgba(11, 69, 170, 1);}#a4f44a17d3a4515 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a4f44a17d3a4515 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a4f44a17d3a4515 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a6dd9a2ed0a70fd {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a6dd9a2ed0a70fd .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a6dd9a2ed0a70fd .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a4600a899ba9904 {
  min-height: 300px;
}
#a23f2a0a96abbdc .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a23f2a0a96abbdc .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a23f2a0a96abbdc .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #333;
  background-color: rgba(0, 0, 0, 0);
}
#a23f2a0a96abbdc .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a23f2a0a96abbdc .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a23f2a0a96abbdc .menu-list > li.active > a {
  border-bottom-color: rgba(11, 69, 170, 0);
  border-bottom-style: solid;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a23f2a0a96abbdc .menu-list > li.active > a:before,
#a23f2a0a96abbdc .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a23f2a0a96abbdc .menu-list > li ul li {
  position: relative;
}
#a23f2a0a96abbdc .menu-list > li ul li:hover > a {
  color: #0b45aa;
}
#a23f2a0a96abbdc .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.9);
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background: transparent;
}
#a23f2a0a96abbdc .menu-list li ul li:hover > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a23f2a0a96abbdc .menu-list li ul li a:active,
#a23f2a0a96abbdc .menu-list li ul li a.active,
#a23f2a0a96abbdc .menu-list li ul li.active > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a23f2a0a96abbdc .menu-list li ul,
#a23f2a0a96abbdc .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
}
#a23f2a0a96abbdc .menu-list li ul.menu-b > li,
#a23f2a0a96abbdc .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a23f2a0a96abbdc .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a23f2a0a96abbdc .menu-list li:hover > ul {
  display: block;
}
#a23f2a0a96abbdc .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a21c4a34afa796a > .ele-wrap {background-color: rgba(11, 69, 170, 1);}#a6f34a8f75a6268 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a6f34a8f75a6268 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6f34a8f75a6268 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #333;
  background-color: rgba(0, 0, 0, 0);
}
#a6f34a8f75a6268 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a6f34a8f75a6268 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a6f34a8f75a6268 .menu-list > li.active > a {
  border-bottom-color: rgba(11, 69, 170, 0);
  border-bottom-style: solid;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a6f34a8f75a6268 .menu-list > li.active > a:before,
#a6f34a8f75a6268 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a6f34a8f75a6268 .menu-list > li ul li {
  position: relative;
}
#a6f34a8f75a6268 .menu-list > li ul li:hover > a {
  color: #0b45aa;
}
#a6f34a8f75a6268 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.9);
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background: transparent;
}
#a6f34a8f75a6268 .menu-list li ul li:hover > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a6f34a8f75a6268 .menu-list li ul li a:active,
#a6f34a8f75a6268 .menu-list li ul li a.active,
#a6f34a8f75a6268 .menu-list li ul li.active > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a6f34a8f75a6268 .menu-list li ul,
#a6f34a8f75a6268 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
}
#a6f34a8f75a6268 .menu-list li ul.menu-b > li,
#a6f34a8f75a6268 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a6f34a8f75a6268 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a6f34a8f75a6268 .menu-list li:hover > ul {
  display: block;
}
#a6f34a8f75a6268 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a21cea3f71a1170 > .ele-wrap {background-color: rgba(11, 69, 170, 1);}#a4966aa56ca6054 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: center;
}
#a4966aa56ca6054 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a4966aa56ca6054 .ap-icon {
  margin-right: 6px;
}
#a4966aa56ca6054 .indicator {
  margin-left: 4px;
}
#a4966aa56ca6054 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a4966aa56ca6054 .menu-list li:hover > a,
#a4966aa56ca6054 .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a4966aa56ca6054 .menu-list li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a4966aa56ca6054 .menu-list ul,
#a4966aa56ca6054 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a4966aa56ca6054 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a4966aa56ca6054 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4966aa56ca6054 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4966aa56ca6054 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 203px;
}
#a4966aa56ca6054 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a4966aa56ca6054 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a4600a899ba9904 .uk-container {max-width: 1200px;}#ab4d9aa271aa4f8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a6d6da6720a8f4f {
  overflow: hidden;
}
#a6d6da6720a8f4f , #a6d6da6720a8f4f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;text-align: center;font-family: inherit;}#a25b1a0ce0a2389 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ad8f9a2abba4e33 .ap-category-filter ul li.active {
  border-color: #0b45aa;
  color: #0b45aa;
}
#ad8f9a2abba4e33 .ele-article-list.uk-grid {
  margin-left: 0px;
}
#ad8f9a2abba4e33 .ele-article-list.uk-grid > * {
  padding-left: 0px;
}
#ad8f9a2abba4e33 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ad8f9a2abba4e33 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#ad8f9a2abba4e33 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#ad8f9a2abba4e33 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#ad8f9a2abba4e33 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#ad8f9a2abba4e33 .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;
}
#ad8f9a2abba4e33 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#ad8f9a2abba4e33 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#ad8f9a2abba4e33 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#ad8f9a2abba4e33 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#ad8f9a2abba4e33 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#ad8f9a2abba4e33 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#ad8f9a2abba4e33 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#ad8f9a2abba4e33 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#ad8f9a2abba4e33 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#ad8f9a2abba4e33 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#ad8f9a2abba4e33 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#ad8f9a2abba4e33 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#ad8f9a2abba4e33 .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;
  }
}
#ad8f9a2abba4e33 .ele-article-list .pic-article {
  border-bottom: 1px dashed #0b45aa;
}
#ad8f9a2abba4e33 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#ad8f9a2abba4e33 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#ad8f9a2abba4e33 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ad8f9a2abba4e33 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#ad8f9a2abba4e33 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#ad8f9a2abba4e33 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#ad8f9a2abba4e33 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#ad8f9a2abba4e33 .ele-article-list .text-article {
  border-bottom: 1px dashed #0b45aa;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px !important;
  padding-right: 0px;
}
#ad8f9a2abba4e33 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ad8f9a2abba4e33 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#ad8f9a2abba4e33 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a2a09aa955ac882 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a56a2a4e1aa6d0b .ele-wrap {border-color: rgba(156, 171, 212, 1);border-width: 1px;border-style: solid;color: #9cabd4;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a56a2a4e1aa6d0b .ele-wrap:hover {border-color: rgba(156, 171, 212, 1);background-color: #fff;color: #9cabd4;background-color: rgba(0, 0, 0, 0);}#abaaaaee09a1566 > .ele-wrap {background-color: rgba(255, 165, 0, 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;}#ab33ead3deab7b4 > .ele-wrap {background-color: rgba(13, 64, 152, 1);}#a2faba80cda3023 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a2faba80cda3023 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a2faba80cda3023 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a2f18a441baa5c0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a2f18a441baa5c0 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a2f18a441baa5c0 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #333;
  background-color: rgba(0, 0, 0, 0);
}
#a2f18a441baa5c0 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a2f18a441baa5c0 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li.active > a {
  border-bottom-color: rgba(11, 69, 170, 0);
  border-bottom-style: solid;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li.active > a:before,
#a2f18a441baa5c0 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a2f18a441baa5c0 .menu-list > li ul li {
  position: relative;
}
#a2f18a441baa5c0 .menu-list > li ul li:hover > a {
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.9);
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background: transparent;
}
#a2f18a441baa5c0 .menu-list li ul li:hover > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list li ul li a:active,
#a2f18a441baa5c0 .menu-list li ul li a.active,
#a2f18a441baa5c0 .menu-list li ul li.active > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list li ul,
#a2f18a441baa5c0 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
}
#a2f18a441baa5c0 .menu-list li ul.menu-b > li,
#a2f18a441baa5c0 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a2f18a441baa5c0 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a2f18a441baa5c0 .menu-list li:hover > ul {
  display: block;
}
#a2f18a441baa5c0 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af472a5f12a53fc > .ele-wrap {background-color: rgba(11, 69, 170, 1);}#a6112a0db6a8ba2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a6c81af2cca277f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
  border-bottom-style: none;
  border-bottom-width: 0;
  margin-bottom: 10px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6c81af2cca277f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#a6c81af2cca277f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a6c81af2cca277f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a6c81af2cca277f .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a6c81af2cca277f .menu-list-expand .submenu-indicator {
  display: none;
}
#a6c81af2cca277f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #eeeeee;
  border-bottom-color: #e4e4e4;
  background-color: #eeeeee;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a6c81af2cca277f .jquery-accordion-menu > ul > li.active > a {
  background-color: rgba(11, 69, 170, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
  border-bottom-width: 0;
  border-bottom-style: none;
}
#a6c81af2cca277f .jquery-accordion-menu ul li > a {
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: #f0f0ed;
}
#a6c81af2cca277f .jquery-accordion-menu > ul > li.active > a {
  color: #0b45aa;
  background: rgba(11, 69, 170, 0);
}
#a6c81af2cca277f .jquery-accordion-menu ul li a img,
#a6c81af2cca277f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a6c81af2cca277f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a6c81af2cca277f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a6c81af2cca277f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a6c81af2cca277f .jquery-accordion-menu ul ul.submenu,
#a6c81af2cca277f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a6c81af2cca277f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a6c81af2cca277f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a6c81af2cca277f .jquery-accordion-menu ul ul.submenu.show,
#a6c81af2cca277f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a6c81af2cca277f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a6c81af2cca277f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
}
#a6c81af2cca277f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a6c81af2cca277f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a6c81af2cca277f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a6c81af2cca277f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a6c81af2cca277f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a6c81af2cca277f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a6c81af2cca277f .jquery-accordion-menu > ul > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a6c81af2cca277f .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a286fa113ba5308 > .ele-wrap {background-color: rgba(11, 69, 170, 1);background-size: cover;background-repeat: no-repeat;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: dashed;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a286fa113ba5308  > .ele-wrap:hover {background-color: rgba(11, 69, 170, 1);}#a8653a5d11aa647 , #a8653a5d11aa647 a{color: rgba(255, 255, 255, 1);}#a8e7ca3a18ab553 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad04babbc9ae2fb a, #ad04babbc9ae2fb {
        font-weight: normal;
        font-style: normal;
    text-align: right;font-family: inherit;}#a11b3a94b4ae3cd a, #a11b3a94b4ae3cd {
        font-weight: normal;
        font-style: normal;
    font-size: 20px;font-family: inherit;}#aab56af94ea2685 .aebe3a78afaa39b {
  overflow: hidden;
}
#aab56af94ea2685 .aebe3a78afaa39b , #aab56af94ea2685 .aebe3a78afaa39b > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(0, 0, 0, 1);}#aab56af94ea2685 .aebe3a78afaa39b:hover , #aab56af94ea2685 .aebe3a78afaa39b *:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(225, 0, 0, 1);}#aab56af94ea2685 .a8c71ac72fa932e {
  overflow: hidden;
}
#aab56af94ea2685 .a7560ad9b1af943  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(146, 143, 143, 1);}#aab56af94ea2685 .a01aca976ea7b3e a, #aab56af94ea2685 .a01aca976ea7b3e {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(11, 69, 170, 1);}#aab56af94ea2685 .a01aca976ea7b3e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(11, 69, 170, 1);}#aab56af94ea2685 .dynamic-list-item {
  border-bottom-width: 1px;
  border-bottom-color: rgba(155, 155, 155, 0.5);
  border-bottom-style: dashed;
}
#aab56af94ea2685 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aab56af94ea2685 .uk-position-center-left-out {
    left: -30px;
  }
  #aab56af94ea2685 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acce7a1c27a1849 [data-item*=".abstract"], #acce7a1c27a1849 [data-item*=".abstract"] a {show: true;}#acce7a1c27a1849 [data-item*=".subTitle"], #acce7a1c27a1849 [data-item*=".subTitle"] a {show: true;}#acce7a1c27a1849 [data-item*=".category"], #acce7a1c27a1849 [data-item*=".category"] a {show: true;}#ac47fa61d1a8624 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad611ab759af803 .ele-wrap {border-color: rgba(156, 171, 212, 1);border-width: 1px;border-style: solid;color: #9cabd4;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ad611ab759af803 .ele-wrap:hover {border-color: rgba(156, 171, 212, 1);background-color: #fff;color: #9cabd4;background-color: rgba(0, 0, 0, 0);}#a6f4ca46f6ac754 > .ele-wrap {background-color: rgba(255, 165, 0, 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;}#a2f18ae196a62b5 > .ele-wrap {background-color: rgba(13, 64, 152, 1);}#a692ea480dae07d {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a692ea480dae07d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a692ea480dae07d .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a2f18a441baa5c0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a2f18a441baa5c0 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a2f18a441baa5c0 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #333;
  background-color: rgba(0, 0, 0, 0);
}
#a2f18a441baa5c0 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a2f18a441baa5c0 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li.active > a {
  border-bottom-color: rgba(11, 69, 170, 0);
  border-bottom-style: solid;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li.active > a:before,
#a2f18a441baa5c0 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a2f18a441baa5c0 .menu-list > li ul li {
  position: relative;
}
#a2f18a441baa5c0 .menu-list > li ul li:hover > a {
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.9);
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background: transparent;
}
#a2f18a441baa5c0 .menu-list li ul li:hover > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list li ul li a:active,
#a2f18a441baa5c0 .menu-list li ul li a.active,
#a2f18a441baa5c0 .menu-list li ul li.active > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list li ul,
#a2f18a441baa5c0 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
}
#a2f18a441baa5c0 .menu-list li ul.menu-b > li,
#a2f18a441baa5c0 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a2f18a441baa5c0 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a2f18a441baa5c0 .menu-list li:hover > ul {
  display: block;
}
#a2f18a441baa5c0 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af472a5f12a53fc > .ele-wrap {background-color: rgba(11, 69, 170, 1);}#ad5aea26cda410e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a1ca1a5e21a7e8d .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
  border-bottom-style: none;
  border-bottom-width: 0;
  margin-bottom: 10px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a1ca1a5e21a7e8d .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#a1ca1a5e21a7e8d .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a1ca1a5e21a7e8d .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a1ca1a5e21a7e8d .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a1ca1a5e21a7e8d .menu-list-expand .submenu-indicator {
  display: none;
}
#a1ca1a5e21a7e8d .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #eeeeee;
  border-bottom-color: #e4e4e4;
  background-color: #eeeeee;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a1ca1a5e21a7e8d .jquery-accordion-menu > ul > li.active > a {
  background-color: rgba(11, 69, 170, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
  border-bottom-width: 0;
  border-bottom-style: none;
}
#a1ca1a5e21a7e8d .jquery-accordion-menu ul li > a {
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: #f0f0ed;
}
#a1ca1a5e21a7e8d .jquery-accordion-menu > ul > li.active > a {
  color: #0b45aa;
  background: rgba(11, 69, 170, 0);
}
#a1ca1a5e21a7e8d .jquery-accordion-menu ul li a img,
#a1ca1a5e21a7e8d .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a1ca1a5e21a7e8d .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a1ca1a5e21a7e8d .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a1ca1a5e21a7e8d .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a1ca1a5e21a7e8d .jquery-accordion-menu ul ul.submenu,
#a1ca1a5e21a7e8d .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a1ca1a5e21a7e8d .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a1ca1a5e21a7e8d .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a1ca1a5e21a7e8d .jquery-accordion-menu ul ul.submenu.show,
#a1ca1a5e21a7e8d .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a1ca1a5e21a7e8d .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a1ca1a5e21a7e8d .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
}
#a1ca1a5e21a7e8d .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a1ca1a5e21a7e8d .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a1ca1a5e21a7e8d .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a1ca1a5e21a7e8d .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a1ca1a5e21a7e8d .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a1ca1a5e21a7e8d .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a1ca1a5e21a7e8d .jquery-accordion-menu > ul > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a1ca1a5e21a7e8d .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a26e4a1ecfa9018 > .ele-wrap {background-color: rgba(11, 69, 170, 1);background-size: cover;background-repeat: no-repeat;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: dashed;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a26e4a1ecfa9018  > .ele-wrap:hover {background-color: rgba(11, 69, 170, 1);}#ad4a4adbb0a7b0f , #ad4a4adbb0a7b0f a{color: rgba(255, 255, 255, 1);}#a6833a122baaec7 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2c26a49fcaf993 a, #a2c26a49fcaf993 {
        font-weight: normal;
        font-style: normal;
    text-align: right;font-family: inherit;}#a4478a0ea1a9275 a, #a4478a0ea1a9275 {
        font-weight: normal;
        font-style: normal;
    font-size: 20px;font-family: inherit;}#ae587a3734a3846 .a38d8addfdae30a {
  overflow: hidden;
}
#ae587a3734a3846 .a38d8addfdae30a , #ae587a3734a3846 .a38d8addfdae30a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(0, 0, 0, 1);}#ae587a3734a3846 .a38d8addfdae30a:hover , #ae587a3734a3846 .a38d8addfdae30a *:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(225, 0, 0, 1);}#ae587a3734a3846 .a2df7a669ca0c57 {
  overflow: hidden;
}
#ae587a3734a3846 .a5635a4fcaa6b48  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(146, 143, 143, 1);}#ae587a3734a3846 .ac579a5180a18f8 a, #ae587a3734a3846 .ac579a5180a18f8 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(11, 69, 170, 1);}#ae587a3734a3846 .ac579a5180a18f8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(11, 69, 170, 1);}#ae587a3734a3846 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ae587a3734a3846 .dynamic-list-item {
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: rgba(155, 155, 155, 0.5);
}
#ae587a3734a3846 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ae587a3734a3846 .uk-position-center-left-out {
    left: -30px;
  }
  #ae587a3734a3846 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0023a7e28a0e53 [data-item*=".abstract"], #a0023a7e28a0e53 [data-item*=".abstract"] a {show: true;}#a0023a7e28a0e53 [data-item*=".subTitle"], #a0023a7e28a0e53 [data-item*=".subTitle"] a {show: true;}#a0023a7e28a0e53 [data-item*=".category"], #a0023a7e28a0e53 [data-item*=".category"] a {show: true;}#ac47fa61d1a8624 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad611ab759af803 .ele-wrap {border-color: rgba(156, 171, 212, 1);border-width: 1px;border-style: solid;color: #9cabd4;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ad611ab759af803 .ele-wrap:hover {border-color: rgba(156, 171, 212, 1);background-color: #fff;color: #9cabd4;background-color: rgba(0, 0, 0, 0);}#a6f4ca46f6ac754 > .ele-wrap {background-color: rgba(255, 165, 0, 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;}#a2f18ae196a62b5 > .ele-wrap {background-color: rgba(13, 64, 152, 1);}#a4d86ad35aadbaa {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a4d86ad35aadbaa .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a4d86ad35aadbaa .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a2f18a441baa5c0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a2f18a441baa5c0 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a2f18a441baa5c0 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #333;
  background-color: rgba(0, 0, 0, 0);
}
#a2f18a441baa5c0 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a2f18a441baa5c0 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li.active > a {
  border-bottom-color: rgba(11, 69, 170, 0);
  border-bottom-style: solid;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li.active > a:before,
#a2f18a441baa5c0 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a2f18a441baa5c0 .menu-list > li ul li {
  position: relative;
}
#a2f18a441baa5c0 .menu-list > li ul li:hover > a {
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.9);
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background: transparent;
}
#a2f18a441baa5c0 .menu-list li ul li:hover > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list li ul li a:active,
#a2f18a441baa5c0 .menu-list li ul li a.active,
#a2f18a441baa5c0 .menu-list li ul li.active > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list li ul,
#a2f18a441baa5c0 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
}
#a2f18a441baa5c0 .menu-list li ul.menu-b > li,
#a2f18a441baa5c0 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a2f18a441baa5c0 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a2f18a441baa5c0 .menu-list li:hover > ul {
  display: block;
}
#a2f18a441baa5c0 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af472a5f12a53fc > .ele-wrap {background-color: rgba(11, 69, 170, 1);}#a6dcea059da7ebf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a49f3a0766a3bb2 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
  border-bottom-style: none;
  border-bottom-width: 0;
  margin-bottom: 10px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a49f3a0766a3bb2 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#a49f3a0766a3bb2 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a49f3a0766a3bb2 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a49f3a0766a3bb2 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a49f3a0766a3bb2 .menu-list-expand .submenu-indicator {
  display: none;
}
#a49f3a0766a3bb2 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #eeeeee;
  border-bottom-color: #e4e4e4;
  background-color: #eeeeee;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a49f3a0766a3bb2 .jquery-accordion-menu > ul > li.active > a {
  background-color: rgba(11, 69, 170, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
  border-bottom-width: 0;
  border-bottom-style: none;
}
#a49f3a0766a3bb2 .jquery-accordion-menu ul li > a {
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: #f0f0ed;
}
#a49f3a0766a3bb2 .jquery-accordion-menu > ul > li.active > a {
  color: #0b45aa;
  background: rgba(11, 69, 170, 0);
}
#a49f3a0766a3bb2 .jquery-accordion-menu ul li a img,
#a49f3a0766a3bb2 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a49f3a0766a3bb2 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a49f3a0766a3bb2 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a49f3a0766a3bb2 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a49f3a0766a3bb2 .jquery-accordion-menu ul ul.submenu,
#a49f3a0766a3bb2 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a49f3a0766a3bb2 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a49f3a0766a3bb2 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a49f3a0766a3bb2 .jquery-accordion-menu ul ul.submenu.show,
#a49f3a0766a3bb2 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a49f3a0766a3bb2 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a49f3a0766a3bb2 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
}
#a49f3a0766a3bb2 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a49f3a0766a3bb2 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a49f3a0766a3bb2 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a49f3a0766a3bb2 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a49f3a0766a3bb2 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a49f3a0766a3bb2 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a49f3a0766a3bb2 .jquery-accordion-menu > ul > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a49f3a0766a3bb2 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a604ba40a1a423e > .ele-wrap {background-color: rgba(11, 69, 170, 1);background-size: cover;background-repeat: no-repeat;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: dashed;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a604ba40a1a423e  > .ele-wrap:hover {background-color: rgba(11, 69, 170, 1);}#a2d88a0c53acdba , #a2d88a0c53acdba a{color: rgba(255, 255, 255, 1);}#a15f1a1600a6795 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abb8ea42e7ac204 a, #abb8ea42e7ac204 {
        font-weight: normal;
        font-style: normal;
    text-align: right;font-family: inherit;}#a5e9aaefb1a039b a, #a5e9aaefb1a039b {
        font-weight: normal;
        font-style: normal;
    font-size: 20px;font-family: inherit;}#afd12a052eaf9fc .a4ebda8b65ae212 {
  overflow: hidden;
}
#afd12a052eaf9fc .a4ebda8b65ae212 , #afd12a052eaf9fc .a4ebda8b65ae212 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(0, 0, 0, 1);}#afd12a052eaf9fc .a4ebda8b65ae212:hover , #afd12a052eaf9fc .a4ebda8b65ae212 *:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(225, 0, 0, 1);}#afd12a052eaf9fc .ac38eac13fa3cec {
  overflow: hidden;
}
#afd12a052eaf9fc .a19b4a86daa26aa  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(146, 143, 143, 1);}#afd12a052eaf9fc .aecaba2d8aad769 a, #afd12a052eaf9fc .aecaba2d8aad769 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(11, 69, 170, 1);}#afd12a052eaf9fc .aecaba2d8aad769 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(11, 69, 170, 1);}#afd12a052eaf9fc .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#afd12a052eaf9fc .dynamic-list-item {
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: rgba(155, 155, 155, 0.5);
}
#afd12a052eaf9fc .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #afd12a052eaf9fc .uk-position-center-left-out {
    left: -30px;
  }
  #afd12a052eaf9fc .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a06f5a0285a8e6b [data-item*=".abstract"], #a06f5a0285a8e6b [data-item*=".abstract"] a {show: true;}#a06f5a0285a8e6b [data-item*=".subTitle"], #a06f5a0285a8e6b [data-item*=".subTitle"] a {show: true;}#a06f5a0285a8e6b [data-item*=".category"], #a06f5a0285a8e6b [data-item*=".category"] a {show: true;}#ac47fa61d1a8624 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad611ab759af803 .ele-wrap {border-color: rgba(156, 171, 212, 1);border-width: 1px;border-style: solid;color: #9cabd4;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ad611ab759af803 .ele-wrap:hover {border-color: rgba(156, 171, 212, 1);background-color: #fff;color: #9cabd4;background-color: rgba(0, 0, 0, 0);}#a6f4ca46f6ac754 > .ele-wrap {background-color: rgba(255, 165, 0, 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;}#a2f18ae196a62b5 > .ele-wrap {background-color: rgba(13, 64, 152, 1);}#ab30fa63e6ac596 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#ab30fa63e6ac596 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab30fa63e6ac596 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a2f18a441baa5c0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a2f18a441baa5c0 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a2f18a441baa5c0 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #333;
  background-color: rgba(0, 0, 0, 0);
}
#a2f18a441baa5c0 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a2f18a441baa5c0 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li.active > a {
  border-bottom-color: rgba(11, 69, 170, 0);
  border-bottom-style: solid;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li.active > a:before,
#a2f18a441baa5c0 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a2f18a441baa5c0 .menu-list > li ul li {
  position: relative;
}
#a2f18a441baa5c0 .menu-list > li ul li:hover > a {
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.9);
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background: transparent;
}
#a2f18a441baa5c0 .menu-list li ul li:hover > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list li ul li a:active,
#a2f18a441baa5c0 .menu-list li ul li a.active,
#a2f18a441baa5c0 .menu-list li ul li.active > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list li ul,
#a2f18a441baa5c0 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
}
#a2f18a441baa5c0 .menu-list li ul.menu-b > li,
#a2f18a441baa5c0 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a2f18a441baa5c0 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a2f18a441baa5c0 .menu-list li:hover > ul {
  display: block;
}
#a2f18a441baa5c0 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af472a5f12a53fc > .ele-wrap {background-color: rgba(11, 69, 170, 1);}#a7087a9ab5a4137 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#acb86afb31a4c17 > .ele-wrap {background-color: rgba(11, 69, 170, 1);background-size: cover;background-repeat: no-repeat;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: dashed;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}#acb86afb31a4c17  > .ele-wrap:hover {background-color: rgba(11, 69, 170, 1);}#ad9faae258a61a1 , #ad9faae258a61a1 a{color: rgba(255, 255, 255, 1);}#a824aa2c70a5845 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
  border-bottom-style: none;
  border-bottom-width: 0;
  margin-bottom: 10px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a824aa2c70a5845 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#a824aa2c70a5845 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a824aa2c70a5845 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a824aa2c70a5845 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a824aa2c70a5845 .menu-list-expand .submenu-indicator {
  display: none;
}
#a824aa2c70a5845 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #eeeeee;
  border-bottom-color: #e4e4e4;
  background-color: #eeeeee;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a824aa2c70a5845 .jquery-accordion-menu > ul > li.active > a {
  background-color: #eeeeee;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a824aa2c70a5845 .jquery-accordion-menu ul li > a {
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: #f0f0ed;
}
#a824aa2c70a5845 .jquery-accordion-menu > ul > li.active > a {
  color: #0b45aa;
  background: #eeeeee;
}
#a824aa2c70a5845 .jquery-accordion-menu ul li a img,
#a824aa2c70a5845 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a824aa2c70a5845 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a824aa2c70a5845 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a824aa2c70a5845 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a824aa2c70a5845 .jquery-accordion-menu ul ul.submenu,
#a824aa2c70a5845 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a824aa2c70a5845 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a824aa2c70a5845 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a824aa2c70a5845 .jquery-accordion-menu ul ul.submenu.show,
#a824aa2c70a5845 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a824aa2c70a5845 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a824aa2c70a5845 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a824aa2c70a5845 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a824aa2c70a5845 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a824aa2c70a5845 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a824aa2c70a5845 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a824aa2c70a5845 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a824aa2c70a5845 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a824aa2c70a5845 .jquery-accordion-menu > ul > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a824aa2c70a5845 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#abe26a9708a0853 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a57d9a87eda2eff a, #a57d9a87eda2eff {
        font-weight: normal;
        font-style: normal;
    text-align: right;font-family: inherit;}#a38deac73ea87cf a, #a38deac73ea87cf {
        font-weight: normal;
        font-style: normal;
    font-size: 20px;font-family: inherit;}#ac120a748aa6c39 .a9757a6c95a323e {
  overflow: hidden;
}
#ac120a748aa6c39 .a9757a6c95a323e , #ac120a748aa6c39 .a9757a6c95a323e > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(0, 0, 0, 1);}#ac120a748aa6c39 .a9757a6c95a323e:hover , #ac120a748aa6c39 .a9757a6c95a323e *:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(225, 0, 0, 1);}#ac120a748aa6c39 .a9feea1c73ad238 {
  overflow: hidden;
}
#ac120a748aa6c39 .a6f99a1101aebac  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(146, 143, 143, 1);}#ac120a748aa6c39 .a6ca0ad5e6a4ad9 a, #ac120a748aa6c39 .a6ca0ad5e6a4ad9 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(11, 69, 170, 1);}#ac120a748aa6c39 .a6ca0ad5e6a4ad9 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(11, 69, 170, 1);}#ac120a748aa6c39 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ac120a748aa6c39 .dynamic-list-item {
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: rgba(155, 155, 155, 0.5);
}
#ac120a748aa6c39 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ac120a748aa6c39 .uk-position-center-left-out {
    left: -30px;
  }
  #ac120a748aa6c39 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6bf5ae9aaac09c [data-item*=".abstract"], #a6bf5ae9aaac09c [data-item*=".abstract"] a {show: true;}#a6bf5ae9aaac09c [data-item*=".subTitle"], #a6bf5ae9aaac09c [data-item*=".subTitle"] a {show: true;}#a6bf5ae9aaac09c [data-item*=".category"], #a6bf5ae9aaac09c [data-item*=".category"] a {show: true;}#ac47fa61d1a8624 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad611ab759af803 .ele-wrap {border-color: rgba(156, 171, 212, 1);border-width: 1px;border-style: solid;color: #9cabd4;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ad611ab759af803 .ele-wrap:hover {border-color: rgba(156, 171, 212, 1);background-color: #fff;color: #9cabd4;background-color: rgba(0, 0, 0, 0);}#a6f4ca46f6ac754 > .ele-wrap {background-color: rgba(255, 165, 0, 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;}#a2f18ae196a62b5 > .ele-wrap {background-color: rgba(13, 64, 152, 1);}#a4978ad2fba0493 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a4978ad2fba0493 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a4978ad2fba0493 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a2f18a441baa5c0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a2f18a441baa5c0 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a2f18a441baa5c0 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #333;
  background-color: rgba(0, 0, 0, 0);
}
#a2f18a441baa5c0 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a2f18a441baa5c0 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li.active > a {
  border-bottom-color: rgba(11, 69, 170, 0);
  border-bottom-style: solid;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li.active > a:before,
#a2f18a441baa5c0 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a2f18a441baa5c0 .menu-list > li ul li {
  position: relative;
}
#a2f18a441baa5c0 .menu-list > li ul li:hover > a {
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.9);
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background: transparent;
}
#a2f18a441baa5c0 .menu-list li ul li:hover > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list li ul li a:active,
#a2f18a441baa5c0 .menu-list li ul li a.active,
#a2f18a441baa5c0 .menu-list li ul li.active > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list li ul,
#a2f18a441baa5c0 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
}
#a2f18a441baa5c0 .menu-list li ul.menu-b > li,
#a2f18a441baa5c0 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a2f18a441baa5c0 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a2f18a441baa5c0 .menu-list li:hover > ul {
  display: block;
}
#a2f18a441baa5c0 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af472a5f12a53fc > .ele-wrap {background-color: rgba(11, 69, 170, 1);}#a6676ad0aba3367 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a5503a2269ad5e4 > .ele-wrap {background-color: rgba(11, 69, 170, 1);background-size: cover;background-repeat: no-repeat;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: dashed;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a5503a2269ad5e4  > .ele-wrap:hover {background-color: rgba(11, 69, 170, 1);}#aeddca1298aef9e , #aeddca1298aef9e a{color: rgba(255, 255, 255, 1);}#a1960a10f4a5502 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
  border-bottom-style: none;
  border-bottom-width: 0;
  margin-bottom: 10px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a1960a10f4a5502 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#a1960a10f4a5502 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a1960a10f4a5502 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a1960a10f4a5502 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a1960a10f4a5502 .menu-list-expand .submenu-indicator {
  display: none;
}
#a1960a10f4a5502 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #eeeeee;
  border-bottom-color: #e4e4e4;
  background-color: #eeeeee;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a1960a10f4a5502 .jquery-accordion-menu > ul > li.active > a {
  background-color: rgba(11, 69, 170, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
  border-bottom-width: 0;
  border-bottom-style: none;
}
#a1960a10f4a5502 .jquery-accordion-menu ul li > a {
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: #f0f0ed;
}
#a1960a10f4a5502 .jquery-accordion-menu > ul > li.active > a {
  color: #0b45aa;
  background: rgba(11, 69, 170, 0);
}
#a1960a10f4a5502 .jquery-accordion-menu ul li a img,
#a1960a10f4a5502 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a1960a10f4a5502 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a1960a10f4a5502 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a1960a10f4a5502 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a1960a10f4a5502 .jquery-accordion-menu ul ul.submenu,
#a1960a10f4a5502 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a1960a10f4a5502 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a1960a10f4a5502 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a1960a10f4a5502 .jquery-accordion-menu ul ul.submenu.show,
#a1960a10f4a5502 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a1960a10f4a5502 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a1960a10f4a5502 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
}
#a1960a10f4a5502 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a1960a10f4a5502 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a1960a10f4a5502 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a1960a10f4a5502 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a1960a10f4a5502 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a1960a10f4a5502 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a1960a10f4a5502 .jquery-accordion-menu > ul > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a1960a10f4a5502 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a3132a5699ace9f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa788a7c4fad658 a, #aa788a7c4fad658 {
        font-weight: normal;
        font-style: normal;
    text-align: right;font-family: inherit;}#a3889aa56fa7638 a, #a3889aa56fa7638 {
        font-weight: normal;
        font-style: normal;
    font-size: 20px;font-family: inherit;}#a10a0a3c84a2e3c .a0f68a47afa96ab {
  overflow: hidden;
}
#a10a0a3c84a2e3c .a0f68a47afa96ab , #a10a0a3c84a2e3c .a0f68a47afa96ab > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a10a0a3c84a2e3c .a0f68a47afa96ab:hover , #a10a0a3c84a2e3c .a0f68a47afa96ab *:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(225, 0, 0, 1);}#a10a0a3c84a2e3c .aabc6af75ea8094 {
  overflow: hidden;
}
#a10a0a3c84a2e3c .ab379ac2f4a83fb  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(146, 143, 143, 1);}#a10a0a3c84a2e3c .aae37a56b1a2b86 a, #a10a0a3c84a2e3c .aae37a56b1a2b86 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(11, 69, 170, 1);}#a10a0a3c84a2e3c .aae37a56b1a2b86 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(11, 69, 170, 1);}#a10a0a3c84a2e3c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a10a0a3c84a2e3c .dynamic-list-item {
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: rgba(155, 155, 155, 0.5);
}
#a10a0a3c84a2e3c .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a10a0a3c84a2e3c .uk-position-center-left-out {
    left: -30px;
  }
  #a10a0a3c84a2e3c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6198a1a95a7fa6 [data-item*=".abstract"], #a6198a1a95a7fa6 [data-item*=".abstract"] a {show: true;}#a6198a1a95a7fa6 [data-item*=".subTitle"], #a6198a1a95a7fa6 [data-item*=".subTitle"] a {show: true;}#a6198a1a95a7fa6 [data-item*=".category"], #a6198a1a95a7fa6 [data-item*=".category"] a {show: true;}#ac47fa61d1a8624 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad611ab759af803 .ele-wrap {border-color: rgba(156, 171, 212, 1);border-width: 1px;border-style: solid;color: #9cabd4;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ad611ab759af803 .ele-wrap:hover {border-color: rgba(156, 171, 212, 1);background-color: #fff;color: #9cabd4;background-color: rgba(0, 0, 0, 0);}#a6f4ca46f6ac754 > .ele-wrap {background-color: rgba(255, 165, 0, 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;}#a2f18ae196a62b5 > .ele-wrap {background-color: rgba(13, 64, 152, 1);}#a8f15a67f1a2bf2 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a8f15a67f1a2bf2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8f15a67f1a2bf2 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a2f18a441baa5c0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a2f18a441baa5c0 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a2f18a441baa5c0 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #333;
  background-color: rgba(0, 0, 0, 0);
}
#a2f18a441baa5c0 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a2f18a441baa5c0 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li.active > a {
  border-bottom-color: rgba(11, 69, 170, 0);
  border-bottom-style: solid;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li.active > a:before,
#a2f18a441baa5c0 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a2f18a441baa5c0 .menu-list > li ul li {
  position: relative;
}
#a2f18a441baa5c0 .menu-list > li ul li:hover > a {
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.9);
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background: transparent;
}
#a2f18a441baa5c0 .menu-list li ul li:hover > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list li ul li a:active,
#a2f18a441baa5c0 .menu-list li ul li a.active,
#a2f18a441baa5c0 .menu-list li ul li.active > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list li ul,
#a2f18a441baa5c0 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
}
#a2f18a441baa5c0 .menu-list li ul.menu-b > li,
#a2f18a441baa5c0 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a2f18a441baa5c0 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a2f18a441baa5c0 .menu-list li:hover > ul {
  display: block;
}
#a2f18a441baa5c0 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af472a5f12a53fc > .ele-wrap {background-color: rgba(11, 69, 170, 1);}#a1090a4925aae3d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a5e80a7452a2e95 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
  border-bottom-style: none;
  border-bottom-width: 0;
  margin-bottom: 10px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5e80a7452a2e95 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#a5e80a7452a2e95 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a5e80a7452a2e95 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a5e80a7452a2e95 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a5e80a7452a2e95 .menu-list-expand .submenu-indicator {
  display: none;
}
#a5e80a7452a2e95 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #eeeeee;
  border-bottom-color: #e4e4e4;
  background-color: #eeeeee;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a5e80a7452a2e95 .jquery-accordion-menu > ul > li.active > a {
  background-color: #eeeeee;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a5e80a7452a2e95 .jquery-accordion-menu ul li > a {
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: #f0f0ed;
}
#a5e80a7452a2e95 .jquery-accordion-menu > ul > li.active > a {
  color: #0b45aa;
  background: #eeeeee;
}
#a5e80a7452a2e95 .jquery-accordion-menu ul li a img,
#a5e80a7452a2e95 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a5e80a7452a2e95 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a5e80a7452a2e95 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a5e80a7452a2e95 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a5e80a7452a2e95 .jquery-accordion-menu ul ul.submenu,
#a5e80a7452a2e95 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a5e80a7452a2e95 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a5e80a7452a2e95 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a5e80a7452a2e95 .jquery-accordion-menu ul ul.submenu.show,
#a5e80a7452a2e95 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a5e80a7452a2e95 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a5e80a7452a2e95 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a5e80a7452a2e95 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a5e80a7452a2e95 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a5e80a7452a2e95 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a5e80a7452a2e95 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a5e80a7452a2e95 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a5e80a7452a2e95 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a5e80a7452a2e95 .jquery-accordion-menu > ul > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a5e80a7452a2e95 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a8965a30f6a71f9 > .ele-wrap {background-color: rgba(11, 69, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: dashed;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a8965a30f6a71f9  > .ele-wrap:hover {background-color: rgba(11, 69, 170, 1);}#ac394a7624afe47 , #ac394a7624afe47 a{color: rgba(255, 255, 255, 1);}#af020ab3d7abf6b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a452ba0424a4568 a, #a452ba0424a4568 {
        font-weight: normal;
        font-style: normal;
    text-align: right;font-family: inherit;}#a999ea6bd0a045c a, #a999ea6bd0a045c {
        font-weight: normal;
        font-style: normal;
    font-size: 20px;font-family: inherit;}#a5d3ea8affac644 .uk-grid {
  margin-left: -15px;
}
#a5d3ea8affac644 .uk-grid > * {
  padding-left: 15px;
}
#a5d3ea8affac644 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a5d3ea8affac644 .ap-category-filter ul li.active {
  border-color: #0b45aa;
  color: #0b45aa;
}
#a5d3ea8affac644 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
}
#a5d3ea8affac644 .article .info {
  padding: 10px 10px;
  position: relative;
}
#a5d3ea8affac644 .article .info p {
  margin: 10px 0 10px;
}
#a5d3ea8affac644 .article svg {
  fill: currentColor;
}
#a5d3ea8affac644 .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 20px;
  color: #b4b4b4;
}
#a5d3ea8affac644 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 10px;
  color: #b4b4b4;
}
#a5d3ea8affac644 .article.list-icon .info {
  padding-left: 25px;
}
#a5d3ea8affac644 .article .datetime {
  position: absolute;
  right: 10px;
  top: 10px;
}
#a5d3ea8affac644 .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a5d3ea8affac644 .article .abstract {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a5d3ea8affac644 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a5d3ea8affac644 .article:hover .title {
  color: #e10000;
}
#a5d3ea8affac644 .article:hover .datetime {
  color: #e10000;
}
#a5d3ea8affac644 .article:hover .category {
  color: #b6b6b6;
}
#a5d3ea8affac644 .article:hover .abstract {
  color: #b6b6b6;
}
#a5d3ea8affac644 .article:hover .btn_icon {
  color: #b6b6b6;
}
#a5d3ea8affac644 .article:hover .list_icon {
  color: #b6b6b6;
}
#a5d3ea8affac644 .uk-pagination li a,
#a5d3ea8affac644 .uk-pagination > .uk-disabled > * {
  color: #4a90e2;
}
#a5d3ea8affac644 .uk-pagination li.uk-active a {
  color: #d0021b;
}
#a8a83a8546ac34c [data-item*=".abstract"], #a8a83a8546ac34c [data-item*=".abstract"] a {show: true;}#a8a83a8546ac34c [data-item*=".subTitle"], #a8a83a8546ac34c [data-item*=".subTitle"] a {show: true;}#a8a83a8546ac34c [data-item*=".category"], #a8a83a8546ac34c [data-item*=".category"] a {show: true;}#ac47fa61d1a8624 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad611ab759af803 .ele-wrap {border-color: rgba(156, 171, 212, 1);border-width: 1px;border-style: solid;color: #9cabd4;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ad611ab759af803 .ele-wrap:hover {border-color: rgba(156, 171, 212, 1);background-color: #fff;color: #9cabd4;background-color: rgba(0, 0, 0, 0);}#a6f4ca46f6ac754 > .ele-wrap {background-color: rgba(255, 165, 0, 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;}#a2f18ae196a62b5 > .ele-wrap {background-color: rgba(13, 64, 152, 1);}#a9796a7818a99af {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a9796a7818a99af .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9796a7818a99af .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a2f18a441baa5c0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a2f18a441baa5c0 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a2f18a441baa5c0 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #333;
  background-color: rgba(0, 0, 0, 0);
}
#a2f18a441baa5c0 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a2f18a441baa5c0 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li.active > a {
  border-bottom-color: rgba(11, 69, 170, 0);
  border-bottom-style: solid;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li.active > a:before,
#a2f18a441baa5c0 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a2f18a441baa5c0 .menu-list > li ul li {
  position: relative;
}
#a2f18a441baa5c0 .menu-list > li ul li:hover > a {
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.9);
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background: transparent;
}
#a2f18a441baa5c0 .menu-list li ul li:hover > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list li ul li a:active,
#a2f18a441baa5c0 .menu-list li ul li a.active,
#a2f18a441baa5c0 .menu-list li ul li.active > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list li ul,
#a2f18a441baa5c0 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
}
#a2f18a441baa5c0 .menu-list li ul.menu-b > li,
#a2f18a441baa5c0 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a2f18a441baa5c0 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a2f18a441baa5c0 .menu-list li:hover > ul {
  display: block;
}
#a2f18a441baa5c0 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af472a5f12a53fc > .ele-wrap {background-color: rgba(11, 69, 170, 1);}#a3872af6f2aab3c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a14fca812ba3158 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
  border-bottom-style: none;
  border-bottom-width: 0;
  margin-bottom: 10px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a14fca812ba3158 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#a14fca812ba3158 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a14fca812ba3158 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a14fca812ba3158 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a14fca812ba3158 .menu-list-expand .submenu-indicator {
  display: none;
}
#a14fca812ba3158 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #eeeeee;
  border-bottom-color: #e4e4e4;
  background-color: #eeeeee;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a14fca812ba3158 .jquery-accordion-menu > ul > li.active > a {
  background-color: rgba(11, 69, 170, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
  border-bottom-width: 0;
  border-bottom-style: none;
}
#a14fca812ba3158 .jquery-accordion-menu ul li > a {
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: #f0f0ed;
}
#a14fca812ba3158 .jquery-accordion-menu > ul > li.active > a {
  color: #0b45aa;
  background: rgba(11, 69, 170, 0);
}
#a14fca812ba3158 .jquery-accordion-menu ul li a img,
#a14fca812ba3158 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a14fca812ba3158 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a14fca812ba3158 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a14fca812ba3158 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a14fca812ba3158 .jquery-accordion-menu ul ul.submenu,
#a14fca812ba3158 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a14fca812ba3158 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a14fca812ba3158 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a14fca812ba3158 .jquery-accordion-menu ul ul.submenu.show,
#a14fca812ba3158 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a14fca812ba3158 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a14fca812ba3158 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
}
#a14fca812ba3158 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a14fca812ba3158 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a14fca812ba3158 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a14fca812ba3158 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a14fca812ba3158 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a14fca812ba3158 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a14fca812ba3158 .jquery-accordion-menu > ul > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a14fca812ba3158 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a7f24a1d33a2898 > .ele-wrap {background-color: rgba(11, 69, 170, 1);background-size: cover;background-repeat: no-repeat;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: dashed;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a7f24a1d33a2898  > .ele-wrap:hover {background-color: rgba(11, 69, 170, 1);}#a64e6a39beafed7 , #a64e6a39beafed7 a{color: rgba(255, 255, 255, 1);}#a7889ac9faabb22 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac3caa3083a64ae a, #ac3caa3083a64ae {
        font-weight: normal;
        font-style: normal;
    text-align: right;font-family: inherit;}#a8167a831fa894b a, #a8167a831fa894b {
        font-weight: normal;
        font-style: normal;
    font-size: 20px;font-family: inherit;}#a1317a7d4aa073a .ad584a1c94a126f {
  overflow: hidden;
}
#a1317a7d4aa073a .ad584a1c94a126f , #a1317a7d4aa073a .ad584a1c94a126f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a1317a7d4aa073a .ad584a1c94a126f:hover , #a1317a7d4aa073a .ad584a1c94a126f *:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(225, 0, 0, 1);}#a1317a7d4aa073a .af269a09a3a225d {
  overflow: hidden;
}
#a1317a7d4aa073a .ad866a2637a2bc0  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(146, 143, 143, 1);}#a1317a7d4aa073a .a2927a3efaac24e a, #a1317a7d4aa073a .a2927a3efaac24e {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(11, 69, 170, 1);}#a1317a7d4aa073a .a2927a3efaac24e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(11, 69, 170, 1);}#a1317a7d4aa073a .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1317a7d4aa073a .dynamic-list-item {
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: rgba(155, 155, 155, 0.5);
}
#a1317a7d4aa073a .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a1317a7d4aa073a .uk-position-center-left-out {
    left: -30px;
  }
  #a1317a7d4aa073a .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac87ca7a1ba3136 [data-item*=".abstract"], #ac87ca7a1ba3136 [data-item*=".abstract"] a {show: true;}#ac87ca7a1ba3136 [data-item*=".subTitle"], #ac87ca7a1ba3136 [data-item*=".subTitle"] a {show: true;}#ac87ca7a1ba3136 [data-item*=".category"], #ac87ca7a1ba3136 [data-item*=".category"] a {show: true;}#ac47fa61d1a8624 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad611ab759af803 .ele-wrap {border-color: rgba(156, 171, 212, 1);border-width: 1px;border-style: solid;color: #9cabd4;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ad611ab759af803 .ele-wrap:hover {border-color: rgba(156, 171, 212, 1);background-color: #fff;color: #9cabd4;background-color: rgba(0, 0, 0, 0);}#a6f4ca46f6ac754 > .ele-wrap {background-color: rgba(255, 165, 0, 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;}#a2f18ae196a62b5 > .ele-wrap {background-color: rgba(13, 64, 152, 1);}#afc37a00c7a6526 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#afc37a00c7a6526 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#afc37a00c7a6526 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a2f18a441baa5c0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a2f18a441baa5c0 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a2f18a441baa5c0 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #333;
  background-color: rgba(0, 0, 0, 0);
}
#a2f18a441baa5c0 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a2f18a441baa5c0 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li.active > a {
  border-bottom-color: rgba(11, 69, 170, 0);
  border-bottom-style: solid;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li.active > a:before,
#a2f18a441baa5c0 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a2f18a441baa5c0 .menu-list > li ul li {
  position: relative;
}
#a2f18a441baa5c0 .menu-list > li ul li:hover > a {
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.9);
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background: transparent;
}
#a2f18a441baa5c0 .menu-list li ul li:hover > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list li ul li a:active,
#a2f18a441baa5c0 .menu-list li ul li a.active,
#a2f18a441baa5c0 .menu-list li ul li.active > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list li ul,
#a2f18a441baa5c0 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
}
#a2f18a441baa5c0 .menu-list li ul.menu-b > li,
#a2f18a441baa5c0 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a2f18a441baa5c0 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a2f18a441baa5c0 .menu-list li:hover > ul {
  display: block;
}
#a2f18a441baa5c0 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af472a5f12a53fc > .ele-wrap {background-color: rgba(11, 69, 170, 1);}#a36b5a549fa4501 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ac510a9edaa695e .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
  border-bottom-style: none;
  border-bottom-width: 0;
  margin-bottom: 10px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ac510a9edaa695e .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#ac510a9edaa695e .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac510a9edaa695e .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac510a9edaa695e .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac510a9edaa695e .menu-list-expand .submenu-indicator {
  display: none;
}
#ac510a9edaa695e .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #eeeeee;
  border-bottom-color: #e4e4e4;
  background-color: #eeeeee;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#ac510a9edaa695e .jquery-accordion-menu > ul > li.active > a {
  background-color: rgba(11, 69, 170, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
  border-bottom-width: 0;
  border-bottom-style: none;
}
#ac510a9edaa695e .jquery-accordion-menu ul li > a {
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: #f0f0ed;
}
#ac510a9edaa695e .jquery-accordion-menu > ul > li.active > a {
  color: #0b45aa;
  background: rgba(11, 69, 170, 0);
}
#ac510a9edaa695e .jquery-accordion-menu ul li a img,
#ac510a9edaa695e .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac510a9edaa695e .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac510a9edaa695e .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac510a9edaa695e .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac510a9edaa695e .jquery-accordion-menu ul ul.submenu,
#ac510a9edaa695e .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac510a9edaa695e .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac510a9edaa695e .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac510a9edaa695e .jquery-accordion-menu ul ul.submenu.show,
#ac510a9edaa695e .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac510a9edaa695e .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac510a9edaa695e .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
}
#ac510a9edaa695e .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#ac510a9edaa695e .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#ac510a9edaa695e .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac510a9edaa695e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac510a9edaa695e .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac510a9edaa695e .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac510a9edaa695e .jquery-accordion-menu > ul > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#ac510a9edaa695e .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a2eb6ab06fae9fe > .ele-wrap {background-color: rgba(11, 69, 170, 1);background-size: cover;background-repeat: no-repeat;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: dashed;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a2eb6ab06fae9fe  > .ele-wrap:hover {background-color: rgba(11, 69, 170, 1);}#aafd9ac201acc9e , #aafd9ac201acc9e a{color: rgba(255, 255, 255, 1);}#ab948ace36a6c9d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aee80a12eaaa8ee a, #aee80a12eaaa8ee {
        font-weight: normal;
        font-style: normal;
    text-align: right;font-family: inherit;}#ae217ab7cca71d6 a, #ae217ab7cca71d6 {
        font-weight: normal;
        font-style: normal;
    font-size: 20px;font-family: inherit;}#a616eaa920a3817 .a8c50a3c5ba2c4c {
  overflow: hidden;
}
#a616eaa920a3817 .a8c50a3c5ba2c4c , #a616eaa920a3817 .a8c50a3c5ba2c4c > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a616eaa920a3817 .a8c50a3c5ba2c4c:hover , #a616eaa920a3817 .a8c50a3c5ba2c4c *:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(225, 0, 0, 1);}#a616eaa920a3817 .afbeaadfb4ac705 {
  overflow: hidden;
}
#a616eaa920a3817 .a7d49a296da9cab  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(146, 143, 143, 1);}#a616eaa920a3817 .a4274adfa6ac034 a, #a616eaa920a3817 .a4274adfa6ac034 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(11, 69, 170, 1);}#a616eaa920a3817 .a4274adfa6ac034 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(11, 69, 170, 1);}#a616eaa920a3817 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a616eaa920a3817 .dynamic-list-item {
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: rgba(155, 155, 155, 0.5);
}
#a616eaa920a3817 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a616eaa920a3817 .uk-position-center-left-out {
    left: -30px;
  }
  #a616eaa920a3817 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a37fdadd84ad846 [data-item*=".abstract"], #a37fdadd84ad846 [data-item*=".abstract"] a {show: true;}#a37fdadd84ad846 [data-item*=".subTitle"], #a37fdadd84ad846 [data-item*=".subTitle"] a {show: true;}#a37fdadd84ad846 [data-item*=".category"], #a37fdadd84ad846 [data-item*=".category"] a {show: true;}#ac47fa61d1a8624 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad611ab759af803 .ele-wrap {border-color: rgba(156, 171, 212, 1);border-width: 1px;border-style: solid;color: #9cabd4;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ad611ab759af803 .ele-wrap:hover {border-color: rgba(156, 171, 212, 1);background-color: #fff;color: #9cabd4;background-color: rgba(0, 0, 0, 0);}#a6f4ca46f6ac754 > .ele-wrap {background-color: rgba(255, 165, 0, 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;}#a2f18ae196a62b5 > .ele-wrap {background-color: rgba(13, 64, 152, 1);}#adf53a2646a2ffd {
  /* 修复吸顶导航宽度被写死的问题 */
}
#adf53a2646a2ffd .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#adf53a2646a2ffd .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a2f18a441baa5c0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a2f18a441baa5c0 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a2f18a441baa5c0 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #333;
  background-color: rgba(0, 0, 0, 0);
}
#a2f18a441baa5c0 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a2f18a441baa5c0 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li.active > a {
  border-bottom-color: rgba(11, 69, 170, 0);
  border-bottom-style: solid;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li.active > a:before,
#a2f18a441baa5c0 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a2f18a441baa5c0 .menu-list > li ul li {
  position: relative;
}
#a2f18a441baa5c0 .menu-list > li ul li:hover > a {
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.9);
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background: transparent;
}
#a2f18a441baa5c0 .menu-list li ul li:hover > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list li ul li a:active,
#a2f18a441baa5c0 .menu-list li ul li a.active,
#a2f18a441baa5c0 .menu-list li ul li.active > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list li ul,
#a2f18a441baa5c0 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
}
#a2f18a441baa5c0 .menu-list li ul.menu-b > li,
#a2f18a441baa5c0 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a2f18a441baa5c0 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a2f18a441baa5c0 .menu-list li:hover > ul {
  display: block;
}
#a2f18a441baa5c0 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af472a5f12a53fc > .ele-wrap {background-color: rgba(11, 69, 170, 1);}#a9ea9a3bf1a8b5c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a9b1ba3a11a0016 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
  border-bottom-style: none;
  border-bottom-width: 0;
  margin-bottom: 10px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9b1ba3a11a0016 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#a9b1ba3a11a0016 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9b1ba3a11a0016 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9b1ba3a11a0016 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9b1ba3a11a0016 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9b1ba3a11a0016 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #eeeeee;
  border-bottom-color: #e4e4e4;
  background-color: #eeeeee;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a9b1ba3a11a0016 .jquery-accordion-menu > ul > li.active > a {
  background-color: rgba(11, 69, 170, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
  border-bottom-width: 0;
  border-bottom-style: none;
}
#a9b1ba3a11a0016 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0);
}
#a9b1ba3a11a0016 .jquery-accordion-menu > ul > li.active > a {
  color: #0b45aa;
  background: rgba(11, 69, 170, 0);
}
#a9b1ba3a11a0016 .jquery-accordion-menu ul li a img,
#a9b1ba3a11a0016 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9b1ba3a11a0016 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9b1ba3a11a0016 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9b1ba3a11a0016 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9b1ba3a11a0016 .jquery-accordion-menu ul ul.submenu,
#a9b1ba3a11a0016 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9b1ba3a11a0016 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9b1ba3a11a0016 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9b1ba3a11a0016 .jquery-accordion-menu ul ul.submenu.show,
#a9b1ba3a11a0016 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9b1ba3a11a0016 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9b1ba3a11a0016 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
}
#a9b1ba3a11a0016 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a9b1ba3a11a0016 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
}
#a9b1ba3a11a0016 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9b1ba3a11a0016 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9b1ba3a11a0016 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9b1ba3a11a0016 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9b1ba3a11a0016 .jquery-accordion-menu > ul > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a9b1ba3a11a0016 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#aa444aa88ca586f > .ele-wrap {background-color: rgba(11, 69, 170, 1);background-size: cover;background-repeat: no-repeat;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: dashed;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}#aa444aa88ca586f  > .ele-wrap:hover {background-color: rgba(11, 69, 170, 1);}#ae61caf804af0ee , #ae61caf804af0ee a{color: rgba(255, 255, 255, 1);}#aa62aa389aaee3b a, #aa62aa389aaee3b {
        font-weight: normal;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab904a6765a6a00 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2771af12fac5e5 a, #a2771af12fac5e5 {
        font-weight: normal;
        font-style: normal;
    text-align: right;font-family: inherit;}#a2a72a85d6a1c78 a, #a2a72a85d6a1c78 {
        font-weight: normal;
        font-style: normal;
    font-size: 20px;font-family: inherit;}#a09b1ac7ccaf8a1 .a0045aa089af99d {
  overflow: hidden;
}
#a09b1ac7ccaf8a1 .a0045aa089af99d , #a09b1ac7ccaf8a1 .a0045aa089af99d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a09b1ac7ccaf8a1 .a0045aa089af99d:hover , #a09b1ac7ccaf8a1 .a0045aa089af99d *:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(225, 0, 0, 1);}#a09b1ac7ccaf8a1 .a09cfa8c5ba0868 {
  overflow: hidden;
}
#a09b1ac7ccaf8a1 .a6faaa35aca85a6  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(146, 143, 143, 1);}#a09b1ac7ccaf8a1 .a292eaf2d8a2ac6 a, #a09b1ac7ccaf8a1 .a292eaf2d8a2ac6 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(11, 69, 170, 1);}#a09b1ac7ccaf8a1 .a292eaf2d8a2ac6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(11, 69, 170, 1);}#a09b1ac7ccaf8a1 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a09b1ac7ccaf8a1 .dynamic-list-item {
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: rgba(155, 155, 155, 0.5);
}
#a09b1ac7ccaf8a1 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a09b1ac7ccaf8a1 .uk-position-center-left-out {
    left: -30px;
  }
  #a09b1ac7ccaf8a1 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0693aca85adfc4 [data-item*=".abstract"], #a0693aca85adfc4 [data-item*=".abstract"] a {show: true;}#a0693aca85adfc4 [data-item*=".subTitle"], #a0693aca85adfc4 [data-item*=".subTitle"] a {show: true;}#a0693aca85adfc4 [data-item*=".category"], #a0693aca85adfc4 [data-item*=".category"] a {show: true;}#ac47fa61d1a8624 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad611ab759af803 .ele-wrap {border-color: rgba(156, 171, 212, 1);border-width: 1px;border-style: solid;color: #9cabd4;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ad611ab759af803 .ele-wrap:hover {border-color: rgba(156, 171, 212, 1);background-color: #fff;color: #9cabd4;background-color: rgba(0, 0, 0, 0);}#a6f4ca46f6ac754 > .ele-wrap {background-color: rgba(255, 165, 0, 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;}#a2f18ae196a62b5 > .ele-wrap {background-color: rgba(13, 64, 152, 1);}#a83e3a42b0aa47a > .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;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a83e3a42b0aa47a  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#af51dab3e6a9f37 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: center;
}
#af51dab3e6a9f37 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#af51dab3e6a9f37 .ap-icon {
  margin-right: 6px;
}
#af51dab3e6a9f37 .indicator {
  margin-left: 4px;
}
#af51dab3e6a9f37 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#af51dab3e6a9f37 .menu-list li:hover > a,
#af51dab3e6a9f37 .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#af51dab3e6a9f37 .menu-list li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#af51dab3e6a9f37 .menu-list ul,
#af51dab3e6a9f37 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#af51dab3e6a9f37 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#af51dab3e6a9f37 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#af51dab3e6a9f37 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#af51dab3e6a9f37 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 203px;
}
#af51dab3e6a9f37 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#af51dab3e6a9f37 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a2978aecaaa24ab > .ele-wrap {background-color: rgba(11, 69, 170, 1);}#a2978aecaaa24ab  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a4962ae2e3aaa42 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a98eaa3756a82f4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a4144a5149a913f > .ele-wrap {background-color: rgba(11, 69, 170, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aac5fa815ba1064 , #aac5fa815ba1064 a{color: rgba(255, 255, 255, 1);}#ab751ab942a2042 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a9284a181da2465 > .ele-wrap {background-color: rgba(11, 69, 170, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4652ac59fa551f , #a4652ac59fa551f a{color: rgba(255, 255, 255, 1);}#a2d49a8116a8443 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a16b8a17eda4d89 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ad025aa472aa68c > .ele-wrap {background-color: rgba(11, 69, 170, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aea6ead36aad59c , #aea6ead36aad59c a{color: rgba(255, 255, 255, 1);}#a95d6aa67baedca .ap-category-filter ul li.active {
  border-color: #0b45aa;
  color: #0b45aa;
}
#a95d6aa67baedca .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a95d6aa67baedca .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a95d6aa67baedca .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a95d6aa67baedca .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a95d6aa67baedca .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a95d6aa67baedca .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;
}
#a95d6aa67baedca .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a95d6aa67baedca .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a95d6aa67baedca .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a95d6aa67baedca .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a95d6aa67baedca .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a95d6aa67baedca .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a95d6aa67baedca .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a95d6aa67baedca .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a95d6aa67baedca .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a95d6aa67baedca .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a95d6aa67baedca .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a95d6aa67baedca .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a95d6aa67baedca .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;
  }
}
#a95d6aa67baedca .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#a95d6aa67baedca .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a95d6aa67baedca .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a95d6aa67baedca .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a95d6aa67baedca .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a95d6aa67baedca .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a95d6aa67baedca .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a95d6aa67baedca .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a95d6aa67baedca .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a95d6aa67baedca .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a95d6aa67baedca .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a95d6aa67baedca .ele-article-list .text-article:hover .time {
  color: auto;
}
#af250a8ed0a7ef2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#af402a7cb3a1164 > .ele-wrap {background-color: rgba(11, 69, 170, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aad3aa743fa33d3 , #aad3aa743fa33d3 a{color: rgba(255, 255, 255, 1);}#aaecaaea48a3d75 .uk-grid {
  margin-left: -15px;
}
#aaecaaea48a3d75 .uk-grid > * {
  padding-left: 15px;
}
#aaecaaea48a3d75 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aaecaaea48a3d75 .ap-category-filter ul li.active {
  border-color: #0b45aa;
  color: #0b45aa;
}
#aaecaaea48a3d75 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#aaecaaea48a3d75 .article .info {
  padding: 20px 10px;
  position: relative;
}
#aaecaaea48a3d75 .article .info p {
  margin: 10px 0 10px;
}
#aaecaaea48a3d75 .article svg {
  fill: currentColor;
}
#aaecaaea48a3d75 .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 20px;
  width: 20px;
  color: #b4b4b4;
}
#aaecaaea48a3d75 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 20px;
  color: #b4b4b4;
}
#aaecaaea48a3d75 .article.list-icon .info {
  padding-left: 25px;
}
#aaecaaea48a3d75 .article .datetime {
  position: absolute;
  right: 10px;
  top: 20px;
}
#aaecaaea48a3d75 .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#aaecaaea48a3d75 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#aaecaaea48a3d75 .article:hover .title {
  color: #626262;
}
#aaecaaea48a3d75 .article:hover .datetime {
  color: #b6b6b6;
}
#aaecaaea48a3d75 .article:hover .category {
  color: #b6b6b6;
}
#aaecaaea48a3d75 .article:hover .abstract {
  color: #b6b6b6;
}
#aaecaaea48a3d75 .article:hover .btn_icon {
  color: #b6b6b6;
}
#aaecaaea48a3d75 .article:hover .list_icon {
  color: #b6b6b6;
}
#ad105ad276a9ccd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ac15baf76da922c > .ele-wrap {background-color: rgba(11, 69, 170, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a972da6464a22a1 , #a972da6464a22a1 a{color: rgba(255, 255, 255, 1);}#a94f9abaa8afe98 .uk-grid {
  margin-left: -15px;
}
#a94f9abaa8afe98 .uk-grid > * {
  padding-left: 15px;
}
#a94f9abaa8afe98 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a94f9abaa8afe98 .ap-category-filter ul li.active {
  border-color: #0b45aa;
  color: #0b45aa;
}
#a94f9abaa8afe98 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#a94f9abaa8afe98 .article .info {
  padding: 20px 10px;
  position: relative;
}
#a94f9abaa8afe98 .article .info p {
  margin: 10px 0 10px;
}
#a94f9abaa8afe98 .article svg {
  fill: currentColor;
}
#a94f9abaa8afe98 .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 20px;
  width: 20px;
  color: #b4b4b4;
}
#a94f9abaa8afe98 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 20px;
  color: #b4b4b4;
}
#a94f9abaa8afe98 .article.list-icon .info {
  padding-left: 25px;
}
#a94f9abaa8afe98 .article .datetime {
  position: absolute;
  right: 10px;
  top: 20px;
}
#a94f9abaa8afe98 .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a94f9abaa8afe98 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a94f9abaa8afe98 .article:hover .title {
  color: #626262;
}
#a94f9abaa8afe98 .article:hover .datetime {
  color: #b6b6b6;
}
#a94f9abaa8afe98 .article:hover .category {
  color: #b6b6b6;
}
#a94f9abaa8afe98 .article:hover .abstract {
  color: #b6b6b6;
}
#a94f9abaa8afe98 .article:hover .btn_icon {
  color: #b6b6b6;
}
#a94f9abaa8afe98 .article:hover .list_icon {
  color: #b6b6b6;
}
#a1854af912aee2a [data-item*=".abstract"], #a1854af912aee2a [data-item*=".abstract"] a {show: true;}#a1854af912aee2a [data-item*=".subTitle"], #a1854af912aee2a [data-item*=".subTitle"] a {show: true;}#a1854af912aee2a [data-item*=".category"], #a1854af912aee2a [data-item*=".category"] a {show: true;}#a68adab203a43df > .ele-wrap {background-color: rgba(11, 69, 170, 1);}#ae1f1a4e03aa6f2 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#ae1f1a4e03aa6f2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ae1f1a4e03aa6f2 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@media (min-width: 1200px) {
  #a7786aa0b2a1307 .uk-container {
    padding: 0 60px;
  }
}
@media (min-width: 980px) {
  #a7786aa0b2a1307 .sidebar {
    width: 28.5%;
    padding-left: 32px;
    border-left: 1px solid #ececec;
    margin-left: 32px;
  }
}
#a7786aa0b2a1307 .sidebar .uk-h3 {
  position: relative;
  padding-bottom: 12px;
  font-size: 18px;
}
#a7786aa0b2a1307 .sidebar .uk-h3:before {
  content: ' ';
  position: absolute;
  width: 3px;
  height: 100%;
  left: -33px;
  top: 0;
  background-color: #0b45aa;
}
#a7786aa0b2a1307 .sidebar .uk-h3:after {
  content: ' ';
  position: absolute;
  width: 35px;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #666666;
}
#a7786aa0b2a1307 .uk-list li::before {
  color: #0b45aa;
}
#a7786aa0b2a1307 .uk-list a {
  color: #4c4c4c;
}
#a7786aa0b2a1307 .uk-list a.active,
#a7786aa0b2a1307 .uk-list a:hover {
  color: #0b45aa;
  text-decoration: none;
}
#a7786aa0b2a1307 .post-sidebar-image {
  width: 90px;
  height: auto;
  margin-right: 15px;
}
#a7786aa0b2a1307 .tag {
  display: inline-block;
  margin: 0 8px 10px 0;
  border: 1px solid #ececec;
}
#a7786aa0b2a1307 .tag a {
  line-height: 32px;
  padding: 0 12px;
  font-size: 14px;
  color: #666666;
}
#a2f18a441baa5c0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a2f18a441baa5c0 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a2f18a441baa5c0 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #333;
  background-color: rgba(0, 0, 0, 0);
}
#a2f18a441baa5c0 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a2f18a441baa5c0 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li.active > a {
  border-bottom-color: rgba(11, 69, 170, 0);
  border-bottom-style: solid;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li.active > a:before,
#a2f18a441baa5c0 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a2f18a441baa5c0 .menu-list > li ul li {
  position: relative;
}
#a2f18a441baa5c0 .menu-list > li ul li:hover > a {
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.9);
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background: transparent;
}
#a2f18a441baa5c0 .menu-list li ul li:hover > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list li ul li a:active,
#a2f18a441baa5c0 .menu-list li ul li a.active,
#a2f18a441baa5c0 .menu-list li ul li.active > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list li ul,
#a2f18a441baa5c0 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
}
#a2f18a441baa5c0 .menu-list li ul.menu-b > li,
#a2f18a441baa5c0 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a2f18a441baa5c0 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a2f18a441baa5c0 .menu-list li:hover > ul {
  display: block;
}
#a2f18a441baa5c0 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af472a5f12a53fc > .ele-wrap {background-color: rgba(11, 69, 170, 1);}#ac47fa61d1a8624 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad611ab759af803 .ele-wrap {border-color: rgba(156, 171, 212, 1);border-width: 1px;border-style: solid;color: #9cabd4;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ad611ab759af803 .ele-wrap:hover {border-color: rgba(156, 171, 212, 1);background-color: #fff;color: #9cabd4;background-color: rgba(0, 0, 0, 0);}#a6f4ca46f6ac754 > .ele-wrap {background-color: rgba(255, 165, 0, 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;}#a2f18ae196a62b5 > .ele-wrap {background-color: rgba(13, 64, 152, 1);}#ae1f1a4e03aa6f2 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#ae1f1a4e03aa6f2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ae1f1a4e03aa6f2 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a3aa9a8204ad486 .detail-content .goods-params div {
  margin: 4px 0;
}
#a3aa9a8204ad486 .desc {
  white-space: pre-wrap;
}
#a3aa9a8204ad486 .video-box,
#a3aa9a8204ad486 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a3aa9a8204ad486 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a3aa9a8204ad486 .goods-slider {
  width: 430px;
  max-width: 100%;
}
#a3aa9a8204ad486 .preview-box img {
  width: 100%;
}
#a3aa9a8204ad486 .preview-box .zoom-hover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  height: 180px;
  border: 1px solid #aaa;
  background: #0099ff;
  background-color: rgba(133, 111, 41, 0.3);
  opacity: .5;
  cursor: move;
}
#a3aa9a8204ad486 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a3aa9a8204ad486 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a3aa9a8204ad486 .thumb-box {
  width: 100%;
  position: relative;
}
#a3aa9a8204ad486 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a3aa9a8204ad486 .thumb-box .btn-next {
  background: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/section/btn_next.png) no-repeat center center;
}
#a3aa9a8204ad486 .thumb-box .btn-prev {
  background: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/section/btn_prev.png) no-repeat center center;
}
#a3aa9a8204ad486 .thumb-list {
  overflow: hidden;
}
#a3aa9a8204ad486 .thumb-list ul {
  width: 100000px;
}
#a3aa9a8204ad486 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a3aa9a8204ad486 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a3aa9a8204ad486 .thumb-list ul li.thumb-video::after {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/play-light.svg) center center no-repeat;
  background-size: 30px;
  position: absolute;
  opacity: .8;
  transition: all .2s ease;
}
#a3aa9a8204ad486 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a3aa9a8204ad486 .thumb-list ul li.active img {
  border-color: #0b45aa;
}
#a3aa9a8204ad486 .zoom-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 440px;
  top: 0;
  width: 500px;
  height: 500px;
  border: 1px solid #e4e4e4;
  z-index: 400;
  background: #fff;
}
#a3aa9a8204ad486 .zoom-box img {
  max-width: initial;
}
#a3aa9a8204ad486 .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a3aa9a8204ad486 .goods-intro .desc {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
#a3aa9a8204ad486 .goods-intro .price {
  margin-top: 20px;
  background-color: #f5f3ef;
  border-top: 1px dotted #dedede;
  border-bottom: 1px dotted #dedede;
  padding: 16px 10px 13px;
  line-height: 24px;
  font-size: 13px;
  position: relative;
}
#a3aa9a8204ad486 .goods-intro .price span {
  line-height: 30px;
}
#a3aa9a8204ad486 .goods-intro .price .label {
  min-width: 55px;
  font-size: 13px;
  float: left;
  color: #666;
}
#a3aa9a8204ad486 .price .present-price {
  display: inline-block;
  font-weight: 700;
  margin-right: 1px;
  height: 30px;
  font-size: 28px;
  line-height: 30px;
  margin-left: 2px;
  color: #0b45aa;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a3aa9a8204ad486 .price .present-price .rmb {
  margin-left: 0;
  line-height: 30px;
  color: #0b45aa;
  font-size: 18px;
}
#a3aa9a8204ad486 .price .origin-price {
  display: inline-block;
  font-size: 13px;
  color: #999;
  line-height: 24px;
}
#a3aa9a8204ad486 .line-through {
  text-decoration: line-through;
}
#a3aa9a8204ad486 .price hr {
  margin: 10px 20px 10px 0;
  overflow: hidden;
  border: none;
  height: 1px;
  border-bottom: 1px dashed #d2d2d2;
}
#a3aa9a8204ad486 .price .policy-info {
  margin-left: 65px;
  padding-top: 2px;
  line-height: 20px;
  color: #666;
  display: block;
}
#a3aa9a8204ad486 .price .policy-info li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  line-height: 24px;
}
#a3aa9a8204ad486 .price .policy-info li::before {
  content: '･ ';
  position: absolute;
  left: -10px;
  top: 0;
}
#a3aa9a8204ad486 .number {
  margin-top: 20px;
  margin-left: 10px;
}
#a3aa9a8204ad486 .number .name {
  line-height: 30px;
  width: 54px;
}
#a3aa9a8204ad486 .number .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#a3aa9a8204ad486 .select-num .btn {
  position: relative;
  width: 36px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#a3aa9a8204ad486 .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#a3aa9a8204ad486 .select-num i {
  line-height: 30px;
}
#a3aa9a8204ad486 .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#a3aa9a8204ad486 .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#a3aa9a8204ad486 .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#a3aa9a8204ad486 .buttons {
  margin: 30px 0 0 12px;
}
#a3aa9a8204ad486 .buttons .button {
  display: inline-block;
  margin-right: 8px;
  width: 168px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background-color: #0b45aa;
  text-align: center;
  border-radius: 2px;
}
#a3aa9a8204ad486 .promote-goods {
  margin-top: 40px;
  border: 1px solid #e8e8e8;
}
#a3aa9a8204ad486 .promote-goods .price {
  color: #d62525;
  line-height: 22px;
}
#a3aa9a8204ad486 .promote-goods .promote-title {
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
  font-size: 17px;
  position: relative;
  background-color: #f5f5f5;
}
#a3aa9a8204ad486 .promote-goods .uk-slider {
  padding: 10px 50px;
}
#a3aa9a8204ad486 .hot-list .img-wrap {
  display: block;
}
#a3aa9a8204ad486 .right {
  width: 298px;
  border: 1px solid #e8e8e8;
}
#a3aa9a8204ad486 .right .title {
  line-height: 40px;
  background-color: #f5f5f5;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}
#a3aa9a8204ad486 .left .nav-wrap {
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  height: 44px;
}
#a3aa9a8204ad486 .left .detail-nav-tab .item {
  min-width: 120px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  border-right: 1px solid #e8e8e8;
  padding: 0 30px;
  text-align: center;
  float: left;
}
#a3aa9a8204ad486 .detail-nav-tab ul {
  display: flex;
  overflow: scroll;
  scrollbar-width: 0;
}
#a3aa9a8204ad486 ::-webkit-scrollbar {
  display: none;
}
#a3aa9a8204ad486 .left .detail-nav-tab .item a {
  color: #555;
  font-weight: 500;
  display: block;
}
#a3aa9a8204ad486 .left .detail-nav-tab .item.uk-active,
#a3aa9a8204ad486 .left .detail-nav-tab .item:hover {
  background: #fff;
  border-top: 3px solid #0b45aa;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 40px;
}
#a3aa9a8204ad486 .left .detail-nav-tab .item.uk-active a {
  color: #0b45aa;
  cursor: default;
}
#a3aa9a8204ad486 .hot-list .item {
  margin: 24px 24px 0;
  border-bottom: 1px solid #e8e8e8;
}
#a3aa9a8204ad486 .hot-list .item:last-child {
  border-bottom: none;
}
#a3aa9a8204ad486 .hot-list .item .goods-title {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  max-width: 156px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
  margin: 8px auto 6px;
}
#a3aa9a8204ad486 .hot-list .item .goods-title:hover {
  color: #0b45aa;
}
#a3aa9a8204ad486 .hot-list .item .price {
  font-size: 14px;
  line-height: 1;
  color: #0b45aa;
  text-align: center;
  font-weight: bolder;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a3aa9a8204ad486 .hot-list .item .origin-price {
  text-decoration: line-through;
  color: #666;
}
#a3aa9a8204ad486 .hot-list .item .goods-info {
  padding: 0 5px 18px;
}
#a3aa9a8204ad486 .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
@media (max-width: 640px) {
  #a3aa9a8204ad486 .right {
    width: 100%;
  }
  #a3aa9a8204ad486 .preview-box img {
    height: 340px;
  }
  #a3aa9a8204ad486 .goods-intro .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    z-index: 900;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
  }
  #a3aa9a8204ad486 .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a3aa9a8204ad486 .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#a2f18a441baa5c0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a2f18a441baa5c0 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a2f18a441baa5c0 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #333;
  background-color: rgba(0, 0, 0, 0);
}
#a2f18a441baa5c0 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a2f18a441baa5c0 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li.active > a {
  border-bottom-color: rgba(11, 69, 170, 0);
  border-bottom-style: solid;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li.active > a:before,
#a2f18a441baa5c0 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a2f18a441baa5c0 .menu-list > li ul li {
  position: relative;
}
#a2f18a441baa5c0 .menu-list > li ul li:hover > a {
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.9);
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background: transparent;
}
#a2f18a441baa5c0 .menu-list li ul li:hover > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list li ul li a:active,
#a2f18a441baa5c0 .menu-list li ul li a.active,
#a2f18a441baa5c0 .menu-list li ul li.active > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list li ul,
#a2f18a441baa5c0 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
}
#a2f18a441baa5c0 .menu-list li ul.menu-b > li,
#a2f18a441baa5c0 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a2f18a441baa5c0 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a2f18a441baa5c0 .menu-list li:hover > ul {
  display: block;
}
#a2f18a441baa5c0 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af472a5f12a53fc > .ele-wrap {background-color: rgba(11, 69, 170, 1);}#ac47fa61d1a8624 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad611ab759af803 .ele-wrap {border-color: rgba(156, 171, 212, 1);border-width: 1px;border-style: solid;color: #9cabd4;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ad611ab759af803 .ele-wrap:hover {border-color: rgba(156, 171, 212, 1);background-color: #fff;color: #9cabd4;background-color: rgba(0, 0, 0, 0);}#a6f4ca46f6ac754 > .ele-wrap {background-color: rgba(255, 165, 0, 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;}#a2f18ae196a62b5 > .ele-wrap {background-color: rgba(13, 64, 152, 1);}#a9aceacac3aa2f3 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a9aceacac3aa2f3 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9aceacac3aa2f3 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a81b8acb0baa1db {
  min-height: 300px;
}
#a2f18a441baa5c0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a2f18a441baa5c0 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a2f18a441baa5c0 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #333;
  background-color: rgba(0, 0, 0, 0);
}
#a2f18a441baa5c0 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a2f18a441baa5c0 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li.active > a {
  border-bottom-color: rgba(11, 69, 170, 0);
  border-bottom-style: solid;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li.active > a:before,
#a2f18a441baa5c0 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a2f18a441baa5c0 .menu-list > li ul li {
  position: relative;
}
#a2f18a441baa5c0 .menu-list > li ul li:hover > a {
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.9);
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background: transparent;
}
#a2f18a441baa5c0 .menu-list li ul li:hover > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list li ul li a:active,
#a2f18a441baa5c0 .menu-list li ul li a.active,
#a2f18a441baa5c0 .menu-list li ul li.active > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list li ul,
#a2f18a441baa5c0 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
}
#a2f18a441baa5c0 .menu-list li ul.menu-b > li,
#a2f18a441baa5c0 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a2f18a441baa5c0 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a2f18a441baa5c0 .menu-list li:hover > ul {
  display: block;
}
#a2f18a441baa5c0 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af472a5f12a53fc > .ele-wrap {background-color: rgba(11, 69, 170, 1);}#a53a2a4fa5ad1e7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a4fe6ac5a4a2b4f {
  overflow: hidden;
}
#a4fe6ac5a4a2b4f , #a4fe6ac5a4a2b4f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;text-align: center;font-family: inherit;}#add23a8606a31e7  {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;}#a7f15a2feaaeaff  {
        font-weight: normal;
        font-style: normal;
    text-align: right;font-family: inherit;}#ac47fa61d1a8624 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad611ab759af803 .ele-wrap {border-color: rgba(156, 171, 212, 1);border-width: 1px;border-style: solid;color: #9cabd4;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ad611ab759af803 .ele-wrap:hover {border-color: rgba(156, 171, 212, 1);background-color: #fff;color: #9cabd4;background-color: rgba(0, 0, 0, 0);}#a6f4ca46f6ac754 > .ele-wrap {background-color: rgba(255, 165, 0, 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;}#a2f18ae196a62b5 > .ele-wrap {background-color: rgba(13, 64, 152, 1);}#a83e3a42b0aa47a > .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;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a83e3a42b0aa47a  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#af51dab3e6a9f37 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: center;
}
#af51dab3e6a9f37 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#af51dab3e6a9f37 .ap-icon {
  margin-right: 6px;
}
#af51dab3e6a9f37 .indicator {
  margin-left: 4px;
}
#af51dab3e6a9f37 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#af51dab3e6a9f37 .menu-list li:hover > a,
#af51dab3e6a9f37 .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#af51dab3e6a9f37 .menu-list li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#af51dab3e6a9f37 .menu-list ul,
#af51dab3e6a9f37 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#af51dab3e6a9f37 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#af51dab3e6a9f37 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#af51dab3e6a9f37 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#af51dab3e6a9f37 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 203px;
}
#af51dab3e6a9f37 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#af51dab3e6a9f37 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a2978aecaaa24ab > .ele-wrap {background-color: rgba(11, 69, 170, 1);}#a2978aecaaa24ab  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a7347a30b0a6e19 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7b00a3452a2ba8 > .ele-wrap {background-color: rgba(74, 74, 74, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7b00a3452a2ba8  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#a23d4a9510a81a6 [data-item*=".abstract"], #a23d4a9510a81a6 [data-item*=".abstract"] a {show: true;}#a23d4a9510a81a6 [data-item*=".subTitle"], #a23d4a9510a81a6 [data-item*=".subTitle"] a {show: true;}#a23d4a9510a81a6 [data-item*=".category"], #a23d4a9510a81a6 [data-item*=".category"] a {show: true;}#aa8aea6cbba000a {
  min-height: 300px;
}
#a83e3a42b0aa47a > .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;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a83e3a42b0aa47a  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#af51dab3e6a9f37 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: center;
}
#af51dab3e6a9f37 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#af51dab3e6a9f37 .ap-icon {
  margin-right: 6px;
}
#af51dab3e6a9f37 .indicator {
  margin-left: 4px;
}
#af51dab3e6a9f37 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#af51dab3e6a9f37 .menu-list li:hover > a,
#af51dab3e6a9f37 .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#af51dab3e6a9f37 .menu-list li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#af51dab3e6a9f37 .menu-list ul,
#af51dab3e6a9f37 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#af51dab3e6a9f37 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#af51dab3e6a9f37 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#af51dab3e6a9f37 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#af51dab3e6a9f37 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 203px;
}
#af51dab3e6a9f37 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#af51dab3e6a9f37 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a2978aecaaa24ab > .ele-wrap {background-color: rgba(11, 69, 170, 1);}#a2978aecaaa24ab  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a0d83aad06a88d5 > .ele-wrap {background-color: rgba(74, 74, 74, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0d83aad06a88d5  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#aa8aea6cbba000a [data-item="undefined"] {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a79c9a44d6aebe4 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a79c9a44d6aebe4 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a79c9a44d6aebe4 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a881ca3567a357d {
  min-height: 300px;
}
#a3acfa4aa0a7b74 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a3acfa4aa0a7b74 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a3acfa4aa0a7b74 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #333;
  background-color: rgba(0, 0, 0, 0);
}
#a3acfa4aa0a7b74 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a3acfa4aa0a7b74 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a3acfa4aa0a7b74 .menu-list > li.active > a {
  border-bottom-color: rgba(11, 69, 170, 0);
  border-bottom-style: solid;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a3acfa4aa0a7b74 .menu-list > li.active > a:before,
#a3acfa4aa0a7b74 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a3acfa4aa0a7b74 .menu-list > li ul li {
  position: relative;
}
#a3acfa4aa0a7b74 .menu-list > li ul li:hover > a {
  color: #0b45aa;
}
#a3acfa4aa0a7b74 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.9);
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background: transparent;
}
#a3acfa4aa0a7b74 .menu-list li ul li:hover > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a3acfa4aa0a7b74 .menu-list li ul li a:active,
#a3acfa4aa0a7b74 .menu-list li ul li a.active,
#a3acfa4aa0a7b74 .menu-list li ul li.active > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a3acfa4aa0a7b74 .menu-list li ul,
#a3acfa4aa0a7b74 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
}
#a3acfa4aa0a7b74 .menu-list li ul.menu-b > li,
#a3acfa4aa0a7b74 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a3acfa4aa0a7b74 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a3acfa4aa0a7b74 .menu-list li:hover > ul {
  display: block;
}
#a3acfa4aa0a7b74 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#afc9ba3608a76c0 > .ele-wrap {background-color: rgba(11, 69, 170, 1);}#a28ccaabd2a2f32 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: center;
}
#a28ccaabd2a2f32 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a28ccaabd2a2f32 .ap-icon {
  margin-right: 6px;
}
#a28ccaabd2a2f32 .indicator {
  margin-left: 4px;
}
#a28ccaabd2a2f32 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 30px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a28ccaabd2a2f32 .menu-list li:hover > a,
#a28ccaabd2a2f32 .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a28ccaabd2a2f32 .menu-list li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a28ccaabd2a2f32 .menu-list ul,
#a28ccaabd2a2f32 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a28ccaabd2a2f32 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a28ccaabd2a2f32 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a28ccaabd2a2f32 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a28ccaabd2a2f32 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 203px;
}
#a28ccaabd2a2f32 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a28ccaabd2a2f32 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#abeb4a5f9ca5889 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ad65baa99eaf92b {
  overflow: hidden;
}
#ad65baa99eaf92b , #ad65baa99eaf92b > * {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;text-align: center;font-family: inherit;}#a3700a6e5da074e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a2481a2e6ea04df .ap-category-filter ul li.active {
  border-color: #0b45aa;
  color: #0b45aa;
}
#a2481a2e6ea04df .ele-article-list.uk-grid {
  margin-left: 0px;
}
#a2481a2e6ea04df .ele-article-list.uk-grid > * {
  padding-left: 0px;
}
#a2481a2e6ea04df .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2481a2e6ea04df .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a2481a2e6ea04df .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a2481a2e6ea04df .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a2481a2e6ea04df .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a2481a2e6ea04df .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;
}
#a2481a2e6ea04df .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a2481a2e6ea04df .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a2481a2e6ea04df .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a2481a2e6ea04df .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a2481a2e6ea04df .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a2481a2e6ea04df .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a2481a2e6ea04df .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a2481a2e6ea04df .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a2481a2e6ea04df .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a2481a2e6ea04df .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a2481a2e6ea04df .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a2481a2e6ea04df .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a2481a2e6ea04df .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;
  }
}
#a2481a2e6ea04df .ele-article-list .pic-article {
  border-bottom: 1px dashed #0b45aa;
}
#a2481a2e6ea04df .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a2481a2e6ea04df .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a2481a2e6ea04df .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a2481a2e6ea04df .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a2481a2e6ea04df .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a2481a2e6ea04df .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a2481a2e6ea04df .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a2481a2e6ea04df .ele-article-list .text-article {
  border-bottom: 1px dashed #0b45aa;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px !important;
  padding-right: 0px;
}
#a2481a2e6ea04df .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a2481a2e6ea04df .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a2481a2e6ea04df .ele-article-list .text-article:hover .time {
  color: auto;
}
#a3acfa4aa0a7b74 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a3acfa4aa0a7b74 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a3acfa4aa0a7b74 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #333;
  background-color: rgba(0, 0, 0, 0);
}
#a3acfa4aa0a7b74 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a3acfa4aa0a7b74 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a3acfa4aa0a7b74 .menu-list > li.active > a {
  border-bottom-color: rgba(11, 69, 170, 0);
  border-bottom-style: solid;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a3acfa4aa0a7b74 .menu-list > li.active > a:before,
#a3acfa4aa0a7b74 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a3acfa4aa0a7b74 .menu-list > li ul li {
  position: relative;
}
#a3acfa4aa0a7b74 .menu-list > li ul li:hover > a {
  color: #0b45aa;
}
#a3acfa4aa0a7b74 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.9);
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background: transparent;
}
#a3acfa4aa0a7b74 .menu-list li ul li:hover > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a3acfa4aa0a7b74 .menu-list li ul li a:active,
#a3acfa4aa0a7b74 .menu-list li ul li a.active,
#a3acfa4aa0a7b74 .menu-list li ul li.active > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a3acfa4aa0a7b74 .menu-list li ul,
#a3acfa4aa0a7b74 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
}
#a3acfa4aa0a7b74 .menu-list li ul.menu-b > li,
#a3acfa4aa0a7b74 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a3acfa4aa0a7b74 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a3acfa4aa0a7b74 .menu-list li:hover > ul {
  display: block;
}
#a3acfa4aa0a7b74 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#afc9ba3608a76c0 > .ele-wrap {background-color: rgba(11, 69, 170, 1);}#a28ccaabd2a2f32 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: center;
}
#a28ccaabd2a2f32 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a28ccaabd2a2f32 .ap-icon {
  margin-right: 6px;
}
#a28ccaabd2a2f32 .indicator {
  margin-left: 4px;
}
#a28ccaabd2a2f32 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 30px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a28ccaabd2a2f32 .menu-list li:hover > a,
#a28ccaabd2a2f32 .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a28ccaabd2a2f32 .menu-list li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a28ccaabd2a2f32 .menu-list ul,
#a28ccaabd2a2f32 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a28ccaabd2a2f32 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a28ccaabd2a2f32 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a28ccaabd2a2f32 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a28ccaabd2a2f32 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 203px;
}
#a28ccaabd2a2f32 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a28ccaabd2a2f32 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#abeb4a5f9ca5889 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ad65baa99eaf92b {
  overflow: hidden;
}
#ad65baa99eaf92b , #ad65baa99eaf92b > * {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;text-align: center;font-family: inherit;}#a3700a6e5da074e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a2481a2e6ea04df .ap-category-filter ul li.active {
  border-color: #0b45aa;
  color: #0b45aa;
}
#a2481a2e6ea04df .ele-article-list.uk-grid {
  margin-left: 0px;
}
#a2481a2e6ea04df .ele-article-list.uk-grid > * {
  padding-left: 0px;
}
#a2481a2e6ea04df .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2481a2e6ea04df .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a2481a2e6ea04df .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a2481a2e6ea04df .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a2481a2e6ea04df .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a2481a2e6ea04df .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;
}
#a2481a2e6ea04df .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a2481a2e6ea04df .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a2481a2e6ea04df .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a2481a2e6ea04df .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a2481a2e6ea04df .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a2481a2e6ea04df .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a2481a2e6ea04df .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a2481a2e6ea04df .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a2481a2e6ea04df .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a2481a2e6ea04df .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a2481a2e6ea04df .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a2481a2e6ea04df .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a2481a2e6ea04df .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;
  }
}
#a2481a2e6ea04df .ele-article-list .pic-article {
  border-bottom: 1px dashed #0b45aa;
}
#a2481a2e6ea04df .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a2481a2e6ea04df .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a2481a2e6ea04df .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a2481a2e6ea04df .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a2481a2e6ea04df .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a2481a2e6ea04df .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a2481a2e6ea04df .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a2481a2e6ea04df .ele-article-list .text-article {
  border-bottom: 1px dashed #0b45aa;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px !important;
  padding-right: 0px;
}
#a2481a2e6ea04df .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a2481a2e6ea04df .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a2481a2e6ea04df .ele-article-list .text-article:hover .time {
  color: auto;
}
#a3acfa4aa0a7b74 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a3acfa4aa0a7b74 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a3acfa4aa0a7b74 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #333;
  background-color: rgba(0, 0, 0, 0);
}
#a3acfa4aa0a7b74 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a3acfa4aa0a7b74 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a3acfa4aa0a7b74 .menu-list > li.active > a {
  border-bottom-color: rgba(11, 69, 170, 0);
  border-bottom-style: solid;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a3acfa4aa0a7b74 .menu-list > li.active > a:before,
#a3acfa4aa0a7b74 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a3acfa4aa0a7b74 .menu-list > li ul li {
  position: relative;
}
#a3acfa4aa0a7b74 .menu-list > li ul li:hover > a {
  color: #0b45aa;
}
#a3acfa4aa0a7b74 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.9);
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background: transparent;
}
#a3acfa4aa0a7b74 .menu-list li ul li:hover > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a3acfa4aa0a7b74 .menu-list li ul li a:active,
#a3acfa4aa0a7b74 .menu-list li ul li a.active,
#a3acfa4aa0a7b74 .menu-list li ul li.active > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a3acfa4aa0a7b74 .menu-list li ul,
#a3acfa4aa0a7b74 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
}
#a3acfa4aa0a7b74 .menu-list li ul.menu-b > li,
#a3acfa4aa0a7b74 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a3acfa4aa0a7b74 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a3acfa4aa0a7b74 .menu-list li:hover > ul {
  display: block;
}
#a3acfa4aa0a7b74 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#afc9ba3608a76c0 > .ele-wrap {background-color: rgba(11, 69, 170, 1);}#a28ccaabd2a2f32 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: center;
}
#a28ccaabd2a2f32 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a28ccaabd2a2f32 .ap-icon {
  margin-right: 6px;
}
#a28ccaabd2a2f32 .indicator {
  margin-left: 4px;
}
#a28ccaabd2a2f32 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 30px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a28ccaabd2a2f32 .menu-list li:hover > a,
#a28ccaabd2a2f32 .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a28ccaabd2a2f32 .menu-list li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a28ccaabd2a2f32 .menu-list ul,
#a28ccaabd2a2f32 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a28ccaabd2a2f32 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a28ccaabd2a2f32 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a28ccaabd2a2f32 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a28ccaabd2a2f32 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 203px;
}
#a28ccaabd2a2f32 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a28ccaabd2a2f32 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#abeb4a5f9ca5889 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ad65baa99eaf92b {
  overflow: hidden;
}
#ad65baa99eaf92b , #ad65baa99eaf92b > * {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;text-align: center;font-family: inherit;}#a3700a6e5da074e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a2481a2e6ea04df .ap-category-filter ul li.active {
  border-color: #0b45aa;
  color: #0b45aa;
}
#a2481a2e6ea04df .ele-article-list.uk-grid {
  margin-left: 0px;
}
#a2481a2e6ea04df .ele-article-list.uk-grid > * {
  padding-left: 0px;
}
#a2481a2e6ea04df .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2481a2e6ea04df .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a2481a2e6ea04df .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a2481a2e6ea04df .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a2481a2e6ea04df .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a2481a2e6ea04df .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;
}
#a2481a2e6ea04df .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a2481a2e6ea04df .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a2481a2e6ea04df .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a2481a2e6ea04df .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a2481a2e6ea04df .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a2481a2e6ea04df .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a2481a2e6ea04df .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a2481a2e6ea04df .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a2481a2e6ea04df .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a2481a2e6ea04df .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a2481a2e6ea04df .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a2481a2e6ea04df .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a2481a2e6ea04df .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;
  }
}
#a2481a2e6ea04df .ele-article-list .pic-article {
  border-bottom: 1px dashed #0b45aa;
}
#a2481a2e6ea04df .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a2481a2e6ea04df .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a2481a2e6ea04df .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a2481a2e6ea04df .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a2481a2e6ea04df .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a2481a2e6ea04df .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a2481a2e6ea04df .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a2481a2e6ea04df .ele-article-list .text-article {
  border-bottom: 1px dashed #0b45aa;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px !important;
  padding-right: 0px;
}
#a2481a2e6ea04df .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a2481a2e6ea04df .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a2481a2e6ea04df .ele-article-list .text-article:hover .time {
  color: auto;
}
#a3acfa4aa0a7b74 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a3acfa4aa0a7b74 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a3acfa4aa0a7b74 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #333;
  background-color: rgba(0, 0, 0, 0);
}
#a3acfa4aa0a7b74 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a3acfa4aa0a7b74 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a3acfa4aa0a7b74 .menu-list > li.active > a {
  border-bottom-color: rgba(11, 69, 170, 0);
  border-bottom-style: solid;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a3acfa4aa0a7b74 .menu-list > li.active > a:before,
#a3acfa4aa0a7b74 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a3acfa4aa0a7b74 .menu-list > li ul li {
  position: relative;
}
#a3acfa4aa0a7b74 .menu-list > li ul li:hover > a {
  color: #0b45aa;
}
#a3acfa4aa0a7b74 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.9);
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background: transparent;
}
#a3acfa4aa0a7b74 .menu-list li ul li:hover > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a3acfa4aa0a7b74 .menu-list li ul li a:active,
#a3acfa4aa0a7b74 .menu-list li ul li a.active,
#a3acfa4aa0a7b74 .menu-list li ul li.active > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a3acfa4aa0a7b74 .menu-list li ul,
#a3acfa4aa0a7b74 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
}
#a3acfa4aa0a7b74 .menu-list li ul.menu-b > li,
#a3acfa4aa0a7b74 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a3acfa4aa0a7b74 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a3acfa4aa0a7b74 .menu-list li:hover > ul {
  display: block;
}
#a3acfa4aa0a7b74 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#afc9ba3608a76c0 > .ele-wrap {background-color: rgba(11, 69, 170, 1);}#a28ccaabd2a2f32 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: center;
}
#a28ccaabd2a2f32 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a28ccaabd2a2f32 .ap-icon {
  margin-right: 6px;
}
#a28ccaabd2a2f32 .indicator {
  margin-left: 4px;
}
#a28ccaabd2a2f32 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 30px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a28ccaabd2a2f32 .menu-list li:hover > a,
#a28ccaabd2a2f32 .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a28ccaabd2a2f32 .menu-list li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a28ccaabd2a2f32 .menu-list ul,
#a28ccaabd2a2f32 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a28ccaabd2a2f32 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a28ccaabd2a2f32 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a28ccaabd2a2f32 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a28ccaabd2a2f32 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 203px;
}
#a28ccaabd2a2f32 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a28ccaabd2a2f32 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#abeb4a5f9ca5889 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ad65baa99eaf92b {
  overflow: hidden;
}
#ad65baa99eaf92b , #ad65baa99eaf92b > * {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;text-align: center;font-family: inherit;}#a3700a6e5da074e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a2481a2e6ea04df .ap-category-filter ul li.active {
  border-color: #0b45aa;
  color: #0b45aa;
}
#a2481a2e6ea04df .ele-article-list.uk-grid {
  margin-left: 0px;
}
#a2481a2e6ea04df .ele-article-list.uk-grid > * {
  padding-left: 0px;
}
#a2481a2e6ea04df .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2481a2e6ea04df .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a2481a2e6ea04df .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a2481a2e6ea04df .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a2481a2e6ea04df .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a2481a2e6ea04df .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;
}
#a2481a2e6ea04df .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a2481a2e6ea04df .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a2481a2e6ea04df .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a2481a2e6ea04df .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a2481a2e6ea04df .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a2481a2e6ea04df .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a2481a2e6ea04df .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a2481a2e6ea04df .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a2481a2e6ea04df .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a2481a2e6ea04df .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a2481a2e6ea04df .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a2481a2e6ea04df .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a2481a2e6ea04df .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;
  }
}
#a2481a2e6ea04df .ele-article-list .pic-article {
  border-bottom: 1px dashed #0b45aa;
}
#a2481a2e6ea04df .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a2481a2e6ea04df .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a2481a2e6ea04df .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a2481a2e6ea04df .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a2481a2e6ea04df .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a2481a2e6ea04df .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a2481a2e6ea04df .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a2481a2e6ea04df .ele-article-list .text-article {
  border-bottom: 1px dashed #0b45aa;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px !important;
  padding-right: 0px;
}
#a2481a2e6ea04df .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a2481a2e6ea04df .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a2481a2e6ea04df .ele-article-list .text-article:hover .time {
  color: auto;
}
#a3acfa4aa0a7b74 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a3acfa4aa0a7b74 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a3acfa4aa0a7b74 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #333;
  background-color: rgba(0, 0, 0, 0);
}
#a3acfa4aa0a7b74 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a3acfa4aa0a7b74 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a3acfa4aa0a7b74 .menu-list > li.active > a {
  border-bottom-color: rgba(11, 69, 170, 0);
  border-bottom-style: solid;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a3acfa4aa0a7b74 .menu-list > li.active > a:before,
#a3acfa4aa0a7b74 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a3acfa4aa0a7b74 .menu-list > li ul li {
  position: relative;
}
#a3acfa4aa0a7b74 .menu-list > li ul li:hover > a {
  color: #0b45aa;
}
#a3acfa4aa0a7b74 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.9);
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background: transparent;
}
#a3acfa4aa0a7b74 .menu-list li ul li:hover > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a3acfa4aa0a7b74 .menu-list li ul li a:active,
#a3acfa4aa0a7b74 .menu-list li ul li a.active,
#a3acfa4aa0a7b74 .menu-list li ul li.active > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a3acfa4aa0a7b74 .menu-list li ul,
#a3acfa4aa0a7b74 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
}
#a3acfa4aa0a7b74 .menu-list li ul.menu-b > li,
#a3acfa4aa0a7b74 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a3acfa4aa0a7b74 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a3acfa4aa0a7b74 .menu-list li:hover > ul {
  display: block;
}
#a3acfa4aa0a7b74 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#afc9ba3608a76c0 > .ele-wrap {background-color: rgba(11, 69, 170, 1);}#a28ccaabd2a2f32 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: center;
}
#a28ccaabd2a2f32 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a28ccaabd2a2f32 .ap-icon {
  margin-right: 6px;
}
#a28ccaabd2a2f32 .indicator {
  margin-left: 4px;
}
#a28ccaabd2a2f32 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 30px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a28ccaabd2a2f32 .menu-list li:hover > a,
#a28ccaabd2a2f32 .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a28ccaabd2a2f32 .menu-list li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a28ccaabd2a2f32 .menu-list ul,
#a28ccaabd2a2f32 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a28ccaabd2a2f32 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a28ccaabd2a2f32 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a28ccaabd2a2f32 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a28ccaabd2a2f32 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 203px;
}
#a28ccaabd2a2f32 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a28ccaabd2a2f32 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#abeb4a5f9ca5889 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ad65baa99eaf92b {
  overflow: hidden;
}
#ad65baa99eaf92b , #ad65baa99eaf92b > * {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;text-align: center;font-family: inherit;}#a3700a6e5da074e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a2481a2e6ea04df .ap-category-filter ul li.active {
  border-color: #0b45aa;
  color: #0b45aa;
}
#a2481a2e6ea04df .ele-article-list.uk-grid {
  margin-left: 0px;
}
#a2481a2e6ea04df .ele-article-list.uk-grid > * {
  padding-left: 0px;
}
#a2481a2e6ea04df .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2481a2e6ea04df .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a2481a2e6ea04df .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a2481a2e6ea04df .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a2481a2e6ea04df .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a2481a2e6ea04df .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;
}
#a2481a2e6ea04df .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a2481a2e6ea04df .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a2481a2e6ea04df .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a2481a2e6ea04df .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a2481a2e6ea04df .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a2481a2e6ea04df .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a2481a2e6ea04df .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a2481a2e6ea04df .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a2481a2e6ea04df .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a2481a2e6ea04df .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a2481a2e6ea04df .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a2481a2e6ea04df .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a2481a2e6ea04df .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;
  }
}
#a2481a2e6ea04df .ele-article-list .pic-article {
  border-bottom: 1px dashed #0b45aa;
}
#a2481a2e6ea04df .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a2481a2e6ea04df .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a2481a2e6ea04df .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a2481a2e6ea04df .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a2481a2e6ea04df .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a2481a2e6ea04df .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a2481a2e6ea04df .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a2481a2e6ea04df .ele-article-list .text-article {
  border-bottom: 1px dashed #0b45aa;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px !important;
  padding-right: 0px;
}
#a2481a2e6ea04df .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a2481a2e6ea04df .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a2481a2e6ea04df .ele-article-list .text-article:hover .time {
  color: auto;
}
#a3acfa4aa0a7b74 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a3acfa4aa0a7b74 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a3acfa4aa0a7b74 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #333;
  background-color: rgba(0, 0, 0, 0);
}
#a3acfa4aa0a7b74 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a3acfa4aa0a7b74 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a3acfa4aa0a7b74 .menu-list > li.active > a {
  border-bottom-color: rgba(11, 69, 170, 0);
  border-bottom-style: solid;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a3acfa4aa0a7b74 .menu-list > li.active > a:before,
#a3acfa4aa0a7b74 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a3acfa4aa0a7b74 .menu-list > li ul li {
  position: relative;
}
#a3acfa4aa0a7b74 .menu-list > li ul li:hover > a {
  color: #0b45aa;
}
#a3acfa4aa0a7b74 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.9);
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background: transparent;
}
#a3acfa4aa0a7b74 .menu-list li ul li:hover > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a3acfa4aa0a7b74 .menu-list li ul li a:active,
#a3acfa4aa0a7b74 .menu-list li ul li a.active,
#a3acfa4aa0a7b74 .menu-list li ul li.active > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a3acfa4aa0a7b74 .menu-list li ul,
#a3acfa4aa0a7b74 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
}
#a3acfa4aa0a7b74 .menu-list li ul.menu-b > li,
#a3acfa4aa0a7b74 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a3acfa4aa0a7b74 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a3acfa4aa0a7b74 .menu-list li:hover > ul {
  display: block;
}
#a3acfa4aa0a7b74 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#afc9ba3608a76c0 > .ele-wrap {background-color: rgba(11, 69, 170, 1);}#a28ccaabd2a2f32 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: center;
}
#a28ccaabd2a2f32 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a28ccaabd2a2f32 .ap-icon {
  margin-right: 6px;
}
#a28ccaabd2a2f32 .indicator {
  margin-left: 4px;
}
#a28ccaabd2a2f32 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 30px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a28ccaabd2a2f32 .menu-list li:hover > a,
#a28ccaabd2a2f32 .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a28ccaabd2a2f32 .menu-list li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a28ccaabd2a2f32 .menu-list ul,
#a28ccaabd2a2f32 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a28ccaabd2a2f32 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a28ccaabd2a2f32 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a28ccaabd2a2f32 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a28ccaabd2a2f32 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 203px;
}
#a28ccaabd2a2f32 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a28ccaabd2a2f32 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#abeb4a5f9ca5889 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ad65baa99eaf92b {
  overflow: hidden;
}
#ad65baa99eaf92b , #ad65baa99eaf92b > * {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;text-align: center;font-family: inherit;}#a3700a6e5da074e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a2481a2e6ea04df .ap-category-filter ul li.active {
  border-color: #0b45aa;
  color: #0b45aa;
}
#a2481a2e6ea04df .ele-article-list.uk-grid {
  margin-left: 0px;
}
#a2481a2e6ea04df .ele-article-list.uk-grid > * {
  padding-left: 0px;
}
#a2481a2e6ea04df .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2481a2e6ea04df .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a2481a2e6ea04df .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a2481a2e6ea04df .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a2481a2e6ea04df .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a2481a2e6ea04df .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;
}
#a2481a2e6ea04df .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a2481a2e6ea04df .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a2481a2e6ea04df .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a2481a2e6ea04df .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a2481a2e6ea04df .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a2481a2e6ea04df .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a2481a2e6ea04df .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a2481a2e6ea04df .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a2481a2e6ea04df .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a2481a2e6ea04df .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a2481a2e6ea04df .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a2481a2e6ea04df .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a2481a2e6ea04df .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;
  }
}
#a2481a2e6ea04df .ele-article-list .pic-article {
  border-bottom: 1px dashed #0b45aa;
}
#a2481a2e6ea04df .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a2481a2e6ea04df .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a2481a2e6ea04df .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a2481a2e6ea04df .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a2481a2e6ea04df .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a2481a2e6ea04df .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a2481a2e6ea04df .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a2481a2e6ea04df .ele-article-list .text-article {
  border-bottom: 1px dashed #0b45aa;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px !important;
  padding-right: 0px;
}
#a2481a2e6ea04df .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a2481a2e6ea04df .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a2481a2e6ea04df .ele-article-list .text-article:hover .time {
  color: auto;
}
#afb2fac8baa69a4 {
  min-height: 300px;
}
#a83e3a42b0aa47a > .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;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a83e3a42b0aa47a  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#af51dab3e6a9f37 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: center;
}
#af51dab3e6a9f37 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#af51dab3e6a9f37 .ap-icon {
  margin-right: 6px;
}
#af51dab3e6a9f37 .indicator {
  margin-left: 4px;
}
#af51dab3e6a9f37 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#af51dab3e6a9f37 .menu-list li:hover > a,
#af51dab3e6a9f37 .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#af51dab3e6a9f37 .menu-list li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#af51dab3e6a9f37 .menu-list ul,
#af51dab3e6a9f37 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#af51dab3e6a9f37 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#af51dab3e6a9f37 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#af51dab3e6a9f37 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#af51dab3e6a9f37 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 203px;
}
#af51dab3e6a9f37 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#af51dab3e6a9f37 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a2978aecaaa24ab > .ele-wrap {background-color: rgba(11, 69, 170, 1);}#a2978aecaaa24ab  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#aae18a2a1aa9edb > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-left-width: 2px;border-right-style: none;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-left-color: rgba(11, 69, 170, 1);}#aa4a9aeb46a0e64 {
  overflow: hidden;
}
#aa4a9aeb46a0e64 , #aa4a9aeb46a0e64 > * {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;}#a4f92ac96da62da .ap-category-filter ul li.active {
  border-color: #0b45aa;
  color: #0b45aa;
}
#a4f92ac96da62da .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4f92ac96da62da .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
  background-color: rgba(155, 155, 155, 0.2);
}
#a4f92ac96da62da .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a4f92ac96da62da .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a4f92ac96da62da .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a4f92ac96da62da .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;
}
#a4f92ac96da62da .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a4f92ac96da62da .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a4f92ac96da62da .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a4f92ac96da62da .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a4f92ac96da62da .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a4f92ac96da62da .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a4f92ac96da62da .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a4f92ac96da62da .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
  background-color: rgba(155, 155, 155, 0.2);
}
#a4f92ac96da62da .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a4f92ac96da62da .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a4f92ac96da62da .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a4f92ac96da62da .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a4f92ac96da62da .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;
  }
}
#a4f92ac96da62da .ele-article-list .pic-article {
  border-bottom: 1px solid #9b9b9b;
}
#a4f92ac96da62da .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a4f92ac96da62da .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a4f92ac96da62da .ele-article-list .pic-article .info h3 a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  line-height: 16px;
}
#a4f92ac96da62da .ele-article-list .pic-article:hover {
  background-color: #ffffff;
  border-bottom-color: #0b45aa;
}
#a4f92ac96da62da .ele-article-list .pic-article:hover .info h3 a {
  color: #0b45aa;
}
#a4f92ac96da62da .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a4f92ac96da62da .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a4f92ac96da62da .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a4f92ac96da62da .ele-article-list .text-article {
  border-bottom: 1px solid #9b9b9b;
  padding-top: 10px;
  padding-bottom: 10px;
}
#a4f92ac96da62da .ele-article-list .text-article h3 a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  line-height: 16px;
}
#a4f92ac96da62da .ele-article-list .text-article .list-icon {
  top: 12px;
}
#a4f92ac96da62da .ele-article-list .text-article .list-icon svg {
  fill: #000000;
}
#a4f92ac96da62da .ele-article-list .text-article:hover {
  background-color: #ffffff;
  border-bottom-color: #0b45aa;
}
#a4f92ac96da62da .ele-article-list .text-article:hover .info h3 a {
  color: #0b45aa;
}
#a4f92ac96da62da .ele-article-list .text-article:hover .time {
  color: auto;
}
#afb2fac8baa69a4 [data-item="undefined"] {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae962abd6aa91cb {
  min-height: 300px;
}
#a83e3a42b0aa47a > .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;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a83e3a42b0aa47a  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#af51dab3e6a9f37 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: center;
}
#af51dab3e6a9f37 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#af51dab3e6a9f37 .ap-icon {
  margin-right: 6px;
}
#af51dab3e6a9f37 .indicator {
  margin-left: 4px;
}
#af51dab3e6a9f37 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#af51dab3e6a9f37 .menu-list li:hover > a,
#af51dab3e6a9f37 .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#af51dab3e6a9f37 .menu-list li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#af51dab3e6a9f37 .menu-list ul,
#af51dab3e6a9f37 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#af51dab3e6a9f37 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#af51dab3e6a9f37 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#af51dab3e6a9f37 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#af51dab3e6a9f37 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 203px;
}
#af51dab3e6a9f37 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#af51dab3e6a9f37 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a2978aecaaa24ab > .ele-wrap {background-color: rgba(11, 69, 170, 1);}#a2978aecaaa24ab  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#ab947a5ceaad264 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aac43a0ec9a44c5 .ap-category-filter ul li.active {
  border-color: #0b45aa;
  color: #0b45aa;
}
#aac43a0ec9a44c5 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aac43a0ec9a44c5 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
  background-color: rgba(155, 155, 155, 0.2);
}
#aac43a0ec9a44c5 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#aac43a0ec9a44c5 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#aac43a0ec9a44c5 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#aac43a0ec9a44c5 .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;
}
#aac43a0ec9a44c5 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#aac43a0ec9a44c5 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#aac43a0ec9a44c5 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#aac43a0ec9a44c5 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#aac43a0ec9a44c5 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#aac43a0ec9a44c5 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#aac43a0ec9a44c5 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#aac43a0ec9a44c5 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
  background-color: rgba(155, 155, 155, 0.2);
}
#aac43a0ec9a44c5 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#aac43a0ec9a44c5 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#aac43a0ec9a44c5 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#aac43a0ec9a44c5 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#aac43a0ec9a44c5 .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;
  }
}
#aac43a0ec9a44c5 .ele-article-list .pic-article {
  border-bottom: 1px solid #9b9b9b;
}
#aac43a0ec9a44c5 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#aac43a0ec9a44c5 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#aac43a0ec9a44c5 .ele-article-list .pic-article .info h3 a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  line-height: 16px;
}
#aac43a0ec9a44c5 .ele-article-list .pic-article:hover {
  background-color: #ffffff;
  border-bottom-color: #0b45aa;
}
#aac43a0ec9a44c5 .ele-article-list .pic-article:hover .info h3 a {
  color: #0b45aa;
}
#aac43a0ec9a44c5 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#aac43a0ec9a44c5 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#aac43a0ec9a44c5 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#aac43a0ec9a44c5 .ele-article-list .text-article {
  border-bottom: 1px solid #9b9b9b;
  padding-top: 10px;
  padding-bottom: 10px;
}
#aac43a0ec9a44c5 .ele-article-list .text-article h3 a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  line-height: 16px;
}
#aac43a0ec9a44c5 .ele-article-list .text-article .list-icon {
  top: 12px;
}
#aac43a0ec9a44c5 .ele-article-list .text-article .list-icon svg {
  fill: #000000;
}
#aac43a0ec9a44c5 .ele-article-list .text-article:hover {
  background-color: #ffffff;
  border-bottom-color: #0b45aa;
}
#aac43a0ec9a44c5 .ele-article-list .text-article:hover .info h3 a {
  color: #0b45aa;
}
#aac43a0ec9a44c5 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a4d8dac7b3a6534 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 2px;border-right-style: none;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-left-color: rgba(32, 71, 173, 1);}#a3132af9fba0161 {
  overflow: hidden;
}
#a3132af9fba0161 , #a3132af9fba0161 > * {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;}#ae962abd6aa91cb [data-item="undefined"] {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae776ac58aa0cab {
  min-height: 300px;
}
#a83e3a42b0aa47a > .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;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a83e3a42b0aa47a  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#af51dab3e6a9f37 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: center;
}
#af51dab3e6a9f37 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#af51dab3e6a9f37 .ap-icon {
  margin-right: 6px;
}
#af51dab3e6a9f37 .indicator {
  margin-left: 4px;
}
#af51dab3e6a9f37 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#af51dab3e6a9f37 .menu-list li:hover > a,
#af51dab3e6a9f37 .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#af51dab3e6a9f37 .menu-list li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#af51dab3e6a9f37 .menu-list ul,
#af51dab3e6a9f37 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#af51dab3e6a9f37 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#af51dab3e6a9f37 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#af51dab3e6a9f37 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#af51dab3e6a9f37 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 203px;
}
#af51dab3e6a9f37 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#af51dab3e6a9f37 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a2978aecaaa24ab > .ele-wrap {background-color: rgba(11, 69, 170, 1);}#a2978aecaaa24ab  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a1a77aee6ca68b8 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae925ad777a47a8 .ap-category-filter ul li.active {
  border-color: #0b45aa;
  color: #0b45aa;
}
#ae925ad777a47a8 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ae925ad777a47a8 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
  background-color: rgba(155, 155, 155, 0.2);
}
#ae925ad777a47a8 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#ae925ad777a47a8 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#ae925ad777a47a8 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#ae925ad777a47a8 .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;
}
#ae925ad777a47a8 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#ae925ad777a47a8 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#ae925ad777a47a8 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#ae925ad777a47a8 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#ae925ad777a47a8 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#ae925ad777a47a8 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#ae925ad777a47a8 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#ae925ad777a47a8 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
  background-color: rgba(155, 155, 155, 0.2);
}
#ae925ad777a47a8 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#ae925ad777a47a8 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#ae925ad777a47a8 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#ae925ad777a47a8 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#ae925ad777a47a8 .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;
  }
}
#ae925ad777a47a8 .ele-article-list .pic-article {
  border-bottom: 1px solid #9b9b9b;
}
#ae925ad777a47a8 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#ae925ad777a47a8 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#ae925ad777a47a8 .ele-article-list .pic-article .info h3 a {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  line-height: 16px;
}
#ae925ad777a47a8 .ele-article-list .pic-article:hover {
  background-color: #ffffff;
  border-bottom-color: #0b45aa;
}
#ae925ad777a47a8 .ele-article-list .pic-article:hover .info h3 a {
  color: #0b45aa;
}
#ae925ad777a47a8 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#ae925ad777a47a8 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#ae925ad777a47a8 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#ae925ad777a47a8 .ele-article-list .text-article {
  border-bottom: 1px solid #9b9b9b;
  padding-top: 10px;
  padding-bottom: 10px;
}
#ae925ad777a47a8 .ele-article-list .text-article h3 a {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  line-height: 16px;
}
#ae925ad777a47a8 .ele-article-list .text-article .list-icon {
  top: 12px;
}
#ae925ad777a47a8 .ele-article-list .text-article .list-icon svg {
  fill: #000000;
}
#ae925ad777a47a8 .ele-article-list .text-article:hover {
  background-color: #ffffff;
  border-bottom-color: #0b45aa;
}
#ae925ad777a47a8 .ele-article-list .text-article:hover .info h3 a {
  color: #0b45aa;
}
#ae925ad777a47a8 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a2cafa2e0dac744 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 2px;border-right-style: none;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-left-color: rgba(11, 69, 170, 1);}#aec17a44efa7eb7 {
  overflow: hidden;
}
#aec17a44efa7eb7 , #aec17a44efa7eb7 > * {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;}#ae776ac58aa0cab [data-item="undefined"] {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a739aa6233a9f3e {
  min-height: 300px;
}
#a83e3a42b0aa47a > .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;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a83e3a42b0aa47a  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#af51dab3e6a9f37 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: center;
}
#af51dab3e6a9f37 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#af51dab3e6a9f37 .ap-icon {
  margin-right: 6px;
}
#af51dab3e6a9f37 .indicator {
  margin-left: 4px;
}
#af51dab3e6a9f37 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#af51dab3e6a9f37 .menu-list li:hover > a,
#af51dab3e6a9f37 .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#af51dab3e6a9f37 .menu-list li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#af51dab3e6a9f37 .menu-list ul,
#af51dab3e6a9f37 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#af51dab3e6a9f37 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#af51dab3e6a9f37 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#af51dab3e6a9f37 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#af51dab3e6a9f37 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 203px;
}
#af51dab3e6a9f37 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#af51dab3e6a9f37 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a2978aecaaa24ab > .ele-wrap {background-color: rgba(11, 69, 170, 1);}#a2978aecaaa24ab  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a702ea8d00a921c > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6064a5cc4aeef6 .ap-category-filter ul li.active {
  border-color: #0b45aa;
  color: #0b45aa;
}
#a6064a5cc4aeef6 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a6064a5cc4aeef6 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
  background-color: rgba(155, 155, 155, 0.2);
}
#a6064a5cc4aeef6 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a6064a5cc4aeef6 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a6064a5cc4aeef6 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a6064a5cc4aeef6 .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;
}
#a6064a5cc4aeef6 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a6064a5cc4aeef6 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a6064a5cc4aeef6 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a6064a5cc4aeef6 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a6064a5cc4aeef6 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a6064a5cc4aeef6 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a6064a5cc4aeef6 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a6064a5cc4aeef6 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
  background-color: rgba(155, 155, 155, 0.2);
}
#a6064a5cc4aeef6 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a6064a5cc4aeef6 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a6064a5cc4aeef6 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a6064a5cc4aeef6 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a6064a5cc4aeef6 .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;
  }
}
#a6064a5cc4aeef6 .ele-article-list .pic-article {
  border-bottom: 1px solid #9b9b9b;
}
#a6064a5cc4aeef6 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a6064a5cc4aeef6 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a6064a5cc4aeef6 .ele-article-list .pic-article .info h3 a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  line-height: 16px;
}
#a6064a5cc4aeef6 .ele-article-list .pic-article:hover {
  background-color: #ffffff;
  border-bottom-color: #0b45aa;
}
#a6064a5cc4aeef6 .ele-article-list .pic-article:hover .info h3 a {
  color: #0b45aa;
}
#a6064a5cc4aeef6 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a6064a5cc4aeef6 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a6064a5cc4aeef6 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a6064a5cc4aeef6 .ele-article-list .text-article {
  border-bottom: 1px solid #9b9b9b;
  padding-top: 10px;
  padding-bottom: 10px;
}
#a6064a5cc4aeef6 .ele-article-list .text-article h3 a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  line-height: 16px;
}
#a6064a5cc4aeef6 .ele-article-list .text-article .list-icon {
  top: 12px;
}
#a6064a5cc4aeef6 .ele-article-list .text-article .list-icon svg {
  fill: #000000;
}
#a6064a5cc4aeef6 .ele-article-list .text-article:hover {
  background-color: #ffffff;
  border-bottom-color: #0b45aa;
}
#a6064a5cc4aeef6 .ele-article-list .text-article:hover .info h3 a {
  color: #0b45aa;
}
#a6064a5cc4aeef6 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a17a4ae1f7ab8b7 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 2px;border-right-style: none;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-left-color: rgba(11, 69, 170, 1);}#aa459a8aa5a3a6e {
  overflow: hidden;
}
#aa459a8aa5a3a6e , #aa459a8aa5a3a6e > * {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;}#a739aa6233a9f3e [data-item="undefined"] {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa422a92aaa229f {
  min-height: 300px;
}
#a83e3a42b0aa47a > .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;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a83e3a42b0aa47a  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#af51dab3e6a9f37 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: center;
}
#af51dab3e6a9f37 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#af51dab3e6a9f37 .ap-icon {
  margin-right: 6px;
}
#af51dab3e6a9f37 .indicator {
  margin-left: 4px;
}
#af51dab3e6a9f37 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#af51dab3e6a9f37 .menu-list li:hover > a,
#af51dab3e6a9f37 .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#af51dab3e6a9f37 .menu-list li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#af51dab3e6a9f37 .menu-list ul,
#af51dab3e6a9f37 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#af51dab3e6a9f37 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#af51dab3e6a9f37 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#af51dab3e6a9f37 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#af51dab3e6a9f37 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 203px;
}
#af51dab3e6a9f37 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#af51dab3e6a9f37 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a2978aecaaa24ab > .ele-wrap {background-color: rgba(11, 69, 170, 1);}#a2978aecaaa24ab  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#ab198a7278a4ed5 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac9a2ab922a0f6b .ap-category-filter ul li.active {
  border-color: #0b45aa;
  color: #0b45aa;
}
#ac9a2ab922a0f6b .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ac9a2ab922a0f6b .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
  background-color: rgba(155, 155, 155, 0.2);
}
#ac9a2ab922a0f6b .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#ac9a2ab922a0f6b .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#ac9a2ab922a0f6b .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#ac9a2ab922a0f6b .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;
}
#ac9a2ab922a0f6b .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#ac9a2ab922a0f6b .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#ac9a2ab922a0f6b .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#ac9a2ab922a0f6b .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#ac9a2ab922a0f6b .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#ac9a2ab922a0f6b .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#ac9a2ab922a0f6b .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#ac9a2ab922a0f6b .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
  background-color: rgba(155, 155, 155, 0.2);
}
#ac9a2ab922a0f6b .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#ac9a2ab922a0f6b .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#ac9a2ab922a0f6b .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#ac9a2ab922a0f6b .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#ac9a2ab922a0f6b .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;
  }
}
#ac9a2ab922a0f6b .ele-article-list .pic-article {
  border-bottom: 1px solid #9b9b9b;
}
#ac9a2ab922a0f6b .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#ac9a2ab922a0f6b .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#ac9a2ab922a0f6b .ele-article-list .pic-article .info h3 a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  line-height: 16px;
}
#ac9a2ab922a0f6b .ele-article-list .pic-article:hover {
  background-color: #ffffff;
  border-bottom-color: #0b45aa;
}
#ac9a2ab922a0f6b .ele-article-list .pic-article:hover .info h3 a {
  color: #0b45aa;
}
#ac9a2ab922a0f6b .ele-article-list .pic-article:hover .category {
  color: auto;
}
#ac9a2ab922a0f6b .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#ac9a2ab922a0f6b .ele-article-list .pic-article:hover .time {
  color: auto;
}
#ac9a2ab922a0f6b .ele-article-list .text-article {
  border-bottom: 1px solid #9b9b9b;
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac9a2ab922a0f6b .ele-article-list .text-article h3 a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  line-height: 16px;
}
#ac9a2ab922a0f6b .ele-article-list .text-article .list-icon {
  top: 12px;
}
#ac9a2ab922a0f6b .ele-article-list .text-article .list-icon svg {
  fill: #000000;
}
#ac9a2ab922a0f6b .ele-article-list .text-article:hover {
  background-color: #ffffff;
  border-bottom-color: #0b45aa;
}
#ac9a2ab922a0f6b .ele-article-list .text-article:hover .info h3 a {
  color: #0b45aa;
}
#ac9a2ab922a0f6b .ele-article-list .text-article:hover .time {
  color: auto;
}
#a47eaab0a8a353d > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 2px;border-right-style: none;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-left-color: rgba(11, 69, 170, 1);}#ae641a357ca5af6 {
  overflow: hidden;
}
#ae641a357ca5af6 , #ae641a357ca5af6 > * {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;}#aa422a92aaa229f [data-item="undefined"] {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae1f1a4e03aa6f2 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#ae1f1a4e03aa6f2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ae1f1a4e03aa6f2 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a2f18a441baa5c0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a2f18a441baa5c0 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a2f18a441baa5c0 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #333;
  background-color: rgba(0, 0, 0, 0);
}
#a2f18a441baa5c0 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a2f18a441baa5c0 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li.active > a {
  border-bottom-color: rgba(11, 69, 170, 0);
  border-bottom-style: solid;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li.active > a:before,
#a2f18a441baa5c0 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a2f18a441baa5c0 .menu-list > li ul li {
  position: relative;
}
#a2f18a441baa5c0 .menu-list > li ul li:hover > a {
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.9);
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background: transparent;
}
#a2f18a441baa5c0 .menu-list li ul li:hover > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list li ul li a:active,
#a2f18a441baa5c0 .menu-list li ul li a.active,
#a2f18a441baa5c0 .menu-list li ul li.active > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list li ul,
#a2f18a441baa5c0 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
}
#a2f18a441baa5c0 .menu-list li ul.menu-b > li,
#a2f18a441baa5c0 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a2f18a441baa5c0 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a2f18a441baa5c0 .menu-list li:hover > ul {
  display: block;
}
#a2f18a441baa5c0 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af472a5f12a53fc > .ele-wrap {background-color: rgba(11, 69, 170, 1);}#aaa5eab050a7487 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;border-bottom-width: 1px;border-bottom-color: rgba(225, 225, 225, 1);border-bottom-style: solid;border-right-color: rgba(225, 225, 225, 1);border-left-color: rgba(225, 225, 225, 1);border-top-color: rgba(225, 225, 225, 1);border-right-width: 1px;border-left-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-top-style: solid;}#a1a2ca5aa8a1e39 .ap-category-filter ul li.active {
  border-color: #0b45aa;
  color: #0b45aa;
}
#a1a2ca5aa8a1e39 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1a2ca5aa8a1e39 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a1a2ca5aa8a1e39 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a1a2ca5aa8a1e39 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a1a2ca5aa8a1e39 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a1a2ca5aa8a1e39 .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;
}
#a1a2ca5aa8a1e39 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a1a2ca5aa8a1e39 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a1a2ca5aa8a1e39 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a1a2ca5aa8a1e39 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a1a2ca5aa8a1e39 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a1a2ca5aa8a1e39 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a1a2ca5aa8a1e39 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a1a2ca5aa8a1e39 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a1a2ca5aa8a1e39 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a1a2ca5aa8a1e39 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a1a2ca5aa8a1e39 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a1a2ca5aa8a1e39 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a1a2ca5aa8a1e39 .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;
  }
}
#a1a2ca5aa8a1e39 .ele-article-list .pic-article {
  border-bottom: 1px none #ececec;
}
#a1a2ca5aa8a1e39 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a1a2ca5aa8a1e39 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a1a2ca5aa8a1e39 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a1a2ca5aa8a1e39 .ele-article-list .pic-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#a1a2ca5aa8a1e39 .ele-article-list .pic-article:hover .info h3 a {
  color: #e10000;
}
#a1a2ca5aa8a1e39 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a1a2ca5aa8a1e39 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a1a2ca5aa8a1e39 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a1a2ca5aa8a1e39 .ele-article-list .text-article {
  border-bottom: 1px none #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
}
#a1a2ca5aa8a1e39 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a1a2ca5aa8a1e39 .ele-article-list .text-article .list-icon {
  top: 1px;
}
#a1a2ca5aa8a1e39 .ele-article-list .text-article .list-icon svg {
  fill: #9b9b9b;
}
#a1a2ca5aa8a1e39 .ele-article-list .text-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#a1a2ca5aa8a1e39 .ele-article-list .text-article:hover .info h3 a {
  color: #e10000;
}
#a1a2ca5aa8a1e39 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a0dc6a7517a9754 .a0191a3eaba666f {
  overflow: hidden;
}
#a0dc6a7517a9754 .a0191a3eaba666f , #a0dc6a7517a9754 .a0191a3eaba666f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a0dc6a7517a9754 .a0191a3eaba666f:hover , #a0dc6a7517a9754 .a0191a3eaba666f *:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(225, 0, 0, 1);}#a0dc6a7517a9754 .a6a15a2522a8e5b  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(146, 143, 143, 1);}#a0dc6a7517a9754 .a00dfa9a24a31e5 a, #a0dc6a7517a9754 .a00dfa9a24a31e5 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(11, 69, 170, 1);}#a0dc6a7517a9754 .dynamic-list-item {
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a0dc6a7517a9754 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a0dc6a7517a9754 .uk-position-center-left-out {
    left: -30px;
  }
  #a0dc6a7517a9754 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#accf9a7ff1afd37 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-bottom-color: rgba(225, 225, 225, 1);border-right-color: rgba(225, 225, 225, 1);border-left-color: rgba(225, 225, 225, 1);border-top-color: rgba(225, 225, 225, 1);}#ac1c4af056aac41 .a29abae132a4da9 {
  overflow: hidden;
}
#ac1c4af056aac41 .a29abae132a4da9 , #ac1c4af056aac41 .a29abae132a4da9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(0, 0, 0, 1);}#ac1c4af056aac41 .a29abae132a4da9:hover , #ac1c4af056aac41 .a29abae132a4da9 *:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(225, 0, 0, 1);}#ac1c4af056aac41 .a49dca4a3ca0b34  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(146, 143, 143, 1);}#ac1c4af056aac41 .a7f5da9d7ea8e00 a, #ac1c4af056aac41 .a7f5da9d7ea8e00 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(11, 69, 170, 1);}#ac1c4af056aac41 .dynamic-list-item {
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ac1c4af056aac41 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ac1c4af056aac41 .uk-position-center-left-out {
    left: -30px;
  }
  #ac1c4af056aac41 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af0a8a9da8a4822 .ap-category-filter ul li.active {
  border-color: #0b45aa;
  color: #0b45aa;
}
#af0a8a9da8a4822 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af0a8a9da8a4822 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#af0a8a9da8a4822 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#af0a8a9da8a4822 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#af0a8a9da8a4822 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#af0a8a9da8a4822 .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;
}
#af0a8a9da8a4822 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#af0a8a9da8a4822 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#af0a8a9da8a4822 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#af0a8a9da8a4822 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#af0a8a9da8a4822 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#af0a8a9da8a4822 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#af0a8a9da8a4822 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#af0a8a9da8a4822 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#af0a8a9da8a4822 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#af0a8a9da8a4822 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#af0a8a9da8a4822 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#af0a8a9da8a4822 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#af0a8a9da8a4822 .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;
  }
}
#af0a8a9da8a4822 .ele-article-list .pic-article {
  border-bottom: 1px none #ececec;
}
#af0a8a9da8a4822 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#af0a8a9da8a4822 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#af0a8a9da8a4822 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#af0a8a9da8a4822 .ele-article-list .pic-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#af0a8a9da8a4822 .ele-article-list .pic-article:hover .info h3 a {
  color: #e10000;
}
#af0a8a9da8a4822 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#af0a8a9da8a4822 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#af0a8a9da8a4822 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#af0a8a9da8a4822 .ele-article-list .text-article {
  border-bottom: 1px none #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
}
#af0a8a9da8a4822 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#af0a8a9da8a4822 .ele-article-list .text-article .list-icon {
  top: 1px;
}
#af0a8a9da8a4822 .ele-article-list .text-article .list-icon svg {
  fill: #9b9b9b;
}
#af0a8a9da8a4822 .ele-article-list .text-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#af0a8a9da8a4822 .ele-article-list .text-article:hover .info h3 a {
  color: #e10000;
}
#af0a8a9da8a4822 .ele-article-list .text-article:hover .time {
  color: auto;
}
#aa672aadd5a843e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a864cab11aafa68 > .ele-wrap {background-color: rgba(11, 69, 170, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a4b3da555faded5 .ele-wrap {color: #8b8a8a;font-size: 14px;font-weight: 300;border-radius: 5px;justify-content: flex-end;border-style: solid;}#a4b3da555faded5 .ele-wrap:hover {background-color: #0483cc;color: #0b45aa;background-color: rgba(0, 0, 0, 0);}#afa85a5c8dafd7d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aefaea887bae9a3 > .ele-wrap {background-color: rgba(11, 69, 170, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a9346a7984a490b .ele-wrap {color: #8b8a8a;font-size: 14px;font-weight: 300;border-radius: 5px;justify-content: flex-end;border-style: solid;}#a9346a7984a490b .ele-wrap:hover {background-color: #0483cc;color: #0b45aa;background-color: rgba(0, 0, 0, 0);}#a0b5da94dfa4504 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afcb6af9cea1371 > .ele-wrap {background-color: rgba(11, 69, 170, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a7d89ae884ae8ae .uk-grid {
  margin-left: -15px;
}
#a7d89ae884ae8ae .uk-grid > * {
  padding-left: 15px;
}
#a7d89ae884ae8ae .uk-grid > .uk-grid-margin {
  margin-top: 15px;
}
#a7d89ae884ae8ae .ap-category-filter ul li.active {
  border-color: #0b45aa;
  color: #0b45aa;
}
#a7d89ae884ae8ae .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#a7d89ae884ae8ae .article .info {
  padding: 0px 0px;
  position: relative;
}
#a7d89ae884ae8ae .article .info p {
  margin: 10px 0 10px;
}
#a7d89ae884ae8ae .article svg {
  fill: currentColor;
}
#a7d89ae884ae8ae .article .btn_icon {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 20px;
  color: #b4b4b4;
}
#a7d89ae884ae8ae .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: nullpx;
  color: #b4b4b4;
}
#a7d89ae884ae8ae .article.list-icon .info {
  padding-left: 25px;
}
#a7d89ae884ae8ae .article .datetime {
  position: absolute;
  right: 0px;
  top: 0px;
}
#a7d89ae884ae8ae .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a7d89ae884ae8ae .article:hover {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid auto;
}
#a7d89ae884ae8ae .article:hover .title {
  color: #e10000;
}
#a7d89ae884ae8ae .article:hover .datetime {
  color: #e10000;
}
#a7d89ae884ae8ae .article:hover .category {
  color: #b6b6b6;
}
#a7d89ae884ae8ae .article:hover .abstract {
  color: #b6b6b6;
}
#a7d89ae884ae8ae .article:hover .btn_icon {
  color: #b6b6b6;
}
#a7d89ae884ae8ae .article:hover .list_icon {
  color: #b6b6b6;
}
#a6b82a1e12a24db .ele-wrap {color: #8b8a8a;font-size: 14px;font-weight: 300;border-radius: 5px;justify-content: flex-end;border-style: solid;}#a6b82a1e12a24db .ele-wrap:hover {background-color: #0483cc;color: #0b45aa;background-color: rgba(0, 0, 0, 0);}#a56afade0ca5750 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4508af27fae63d > .ele-wrap {background-color: rgba(11, 69, 170, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ae389acda6afb68 .ele-wrap {color: #8b8a8a;font-size: 14px;font-weight: 300;border-radius: 5px;justify-content: flex-end;border-style: solid;}#ae389acda6afb68 .ele-wrap:hover {background-color: #0483cc;color: #0b45aa;background-color: rgba(0, 0, 0, 0);}#a2ef5a453da85cd .uk-grid {
  margin-left: -15px;
}
#a2ef5a453da85cd .uk-grid > * {
  padding-left: 15px;
}
#a2ef5a453da85cd .uk-grid > .uk-grid-margin {
  margin-top: 15px;
}
#a2ef5a453da85cd .ap-category-filter ul li.active {
  border-color: #0b45aa;
  color: #0b45aa;
}
#a2ef5a453da85cd .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#a2ef5a453da85cd .article .info {
  padding: 0px 0px;
  position: relative;
}
#a2ef5a453da85cd .article .info p {
  margin: 10px 0 10px;
}
#a2ef5a453da85cd .article svg {
  fill: currentColor;
}
#a2ef5a453da85cd .article .btn_icon {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 20px;
  color: #b4b4b4;
}
#a2ef5a453da85cd .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: nullpx;
  color: #b4b4b4;
}
#a2ef5a453da85cd .article.list-icon .info {
  padding-left: 25px;
}
#a2ef5a453da85cd .article .datetime {
  position: absolute;
  right: 0px;
  top: 0px;
}
#a2ef5a453da85cd .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a2ef5a453da85cd .article:hover {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid auto;
}
#a2ef5a453da85cd .article:hover .title {
  color: #e10000;
}
#a2ef5a453da85cd .article:hover .datetime {
  color: #e10000;
}
#a2ef5a453da85cd .article:hover .category {
  color: #b6b6b6;
}
#a2ef5a453da85cd .article:hover .abstract {
  color: #b6b6b6;
}
#a2ef5a453da85cd .article:hover .btn_icon {
  color: #b6b6b6;
}
#a2ef5a453da85cd .article:hover .list_icon {
  color: #b6b6b6;
}
#a87a2a0622a4a00 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af1e5a3798a4476 > .ele-wrap {background-color: rgba(11, 69, 170, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a4632a72ebabe01 .ele-wrap {color: #8b8a8a;font-size: 14px;font-weight: 300;border-radius: 5px;justify-content: flex-end;border-style: solid;}#a4632a72ebabe01 .ele-wrap:hover {background-color: #0483cc;color: #0b45aa;background-color: rgba(0, 0, 0, 0);}#afc6ba36a7ab6f1 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#afc6ba36a7ab6f1 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#ad15fa109dab9ac > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;}#a6563a8509a1e33 > .ele-wrap {background-color: rgba(11, 69, 170, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a4675a4647a4b9b .a30f0a637fa2944 {
  overflow: hidden;
}
#a4675a4647a4b9b .a30f0a637fa2944 , #a4675a4647a4b9b .a30f0a637fa2944 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a4675a4647a4b9b .a30f0a637fa2944:hover , #a4675a4647a4b9b .a30f0a637fa2944 *:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(225, 0, 0, 1);}#a4675a4647a4b9b .a098da1b23a915c .img-wrap {
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  border-bottom-left-radius: 200px;
  border-top-left-radius: 200px;
  border-right-width: 1px;
  border-right-color: rgba(230, 98, 98, 0.62);
  border-right-style: solid;
  border-left-color: rgba(230, 98, 98, 0.62);
  border-bottom-color: rgba(230, 98, 98, 0.62);
  border-top-color: rgba(230, 98, 98, 0.62);
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a4675a4647a4b9b .a5e08abbd8ab0c8 {
  overflow: hidden;
}
#a4675a4647a4b9b .a5e08abbd8ab0c8 , #a4675a4647a4b9b .a5e08abbd8ab0c8 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(155, 155, 155, 1);}#a4675a4647a4b9b .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#a4675a4647a4b9b .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a4675a4647a4b9b .uk-position-center-left-out {
    left: -30px;
  }
  #a4675a4647a4b9b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af142ac0c9ae666 .ele-wrap {color: #8b8a8a;font-size: 14px;font-weight: 300;border-radius: 5px;justify-content: flex-end;border-style: solid;}#af142ac0c9ae666 .ele-wrap:hover {background-color: #0483cc;color: #0b45aa;background-color: rgba(0, 0, 0, 0);}#a075ba46b1a612a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;}#a513da3189a9bbf .a5ffca94d2af6c3 {
  overflow: hidden;
}
#a513da3189a9bbf .a5ffca94d2af6c3 , #a513da3189a9bbf .a5ffca94d2af6c3 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a513da3189a9bbf .a5ffca94d2af6c3:hover , #a513da3189a9bbf .a5ffca94d2af6c3 *:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(225, 0, 0, 1);}#a513da3189a9bbf .a92b1a7cf1aeb76 {
  overflow: hidden;
}
#a513da3189a9bbf .abe39a902ca9c20  {
        font-weight: normal;
        font-style: normal;
    text-align: right;font-family: inherit;color: rgba(102, 102, 102, 1);}#a513da3189a9bbf .dynamic-list-item {
  border-bottom-width: 1px;
  border-bottom-color: rgba(155, 155, 155, 0.2);
  border-bottom-style: solid;
}
#a513da3189a9bbf .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a513da3189a9bbf .uk-position-center-left-out {
    left: -30px;
  }
  #a513da3189a9bbf .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#adcf2a1117a9110 .uk-grid {
  margin-left: -15px;
}
#adcf2a1117a9110 .uk-grid > * {
  padding-left: 15px;
}
#adcf2a1117a9110 .uk-grid > .uk-grid-margin {
  margin-top: 15px;
}
#adcf2a1117a9110 .ap-category-filter ul li.active {
  border-color: #0b45aa;
  color: #0b45aa;
}
#adcf2a1117a9110 .article {
  background-color: #fff;
  border-bottom: 1px solid rgba(155, 155, 155, 0.1);
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
}
#adcf2a1117a9110 .article .info {
  padding: 0px 0px;
  position: relative;
}
#adcf2a1117a9110 .article .info p {
  margin: 10px 0 10px;
}
#adcf2a1117a9110 .article svg {
  fill: currentColor;
}
#adcf2a1117a9110 .article .btn_icon {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 20px;
  color: #b4b4b4;
}
#adcf2a1117a9110 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 0px;
  color: #b4b4b4;
}
#adcf2a1117a9110 .article.list-icon .info {
  padding-left: 25px;
}
#adcf2a1117a9110 .article .datetime {
  position: absolute;
  right: 0px;
  top: 0px;
}
#adcf2a1117a9110 .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#adcf2a1117a9110 .article:hover {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid auto;
}
#adcf2a1117a9110 .article:hover .title {
  color: #e10000;
}
#adcf2a1117a9110 .article:hover .datetime {
  color: #e10000;
}
#adcf2a1117a9110 .article:hover .category {
  color: #b6b6b6;
}
#adcf2a1117a9110 .article:hover .abstract {
  color: #b6b6b6;
}
#adcf2a1117a9110 .article:hover .btn_icon {
  color: #b6b6b6;
}
#adcf2a1117a9110 .article:hover .list_icon {
  color: #b6b6b6;
}
#acc3caa865a9f59 .a393daff81a5a7c {
  overflow: hidden;
}
#acc3caa865a9f59 .a393daff81a5a7c , #acc3caa865a9f59 .a393daff81a5a7c > * {
        font-weight: normal;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(0, 0, 0, 1);}#acc3caa865a9f59 .a393daff81a5a7c:hover , #acc3caa865a9f59 .a393daff81a5a7c *:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(225, 0, 0, 1);}#acc3caa865a9f59 .aea00a4df6a475b {
  overflow: hidden;
}
#acc3caa865a9f59 .aa4a5ab208aa46f  {
        font-weight: normal;
        font-style: normal;
    text-align: right;font-family: inherit;color: rgba(102, 102, 102, 1);}#acc3caa865a9f59 .dynamic-list-item {
  border-bottom-width: 1px;
  border-bottom-color: rgba(155, 155, 155, 0.2);
  border-bottom-style: solid;
}
#acc3caa865a9f59 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #acc3caa865a9f59 .uk-position-center-left-out {
    left: -30px;
  }
  #acc3caa865a9f59 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6b44a25f1a17cf .uk-grid {
  margin-left: -15px;
}
#a6b44a25f1a17cf .uk-grid > * {
  padding-left: 15px;
}
#a6b44a25f1a17cf .uk-grid > .uk-grid-margin {
  margin-top: 15px;
}
#a6b44a25f1a17cf .ap-category-filter ul li.active {
  border-color: #0b45aa;
  color: #0b45aa;
}
#a6b44a25f1a17cf .article {
  background-color: #fff;
  border-bottom: 1px solid rgba(155, 155, 155, 0.1);
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
}
#a6b44a25f1a17cf .article .info {
  padding: 0px 0px;
  position: relative;
}
#a6b44a25f1a17cf .article .info p {
  margin: 10px 0 10px;
}
#a6b44a25f1a17cf .article svg {
  fill: currentColor;
}
#a6b44a25f1a17cf .article .btn_icon {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 20px;
  color: #b4b4b4;
}
#a6b44a25f1a17cf .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 0px;
  color: #b4b4b4;
}
#a6b44a25f1a17cf .article.list-icon .info {
  padding-left: 25px;
}
#a6b44a25f1a17cf .article .datetime {
  position: absolute;
  right: 0px;
  top: 0px;
}
#a6b44a25f1a17cf .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a6b44a25f1a17cf .article:hover {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid auto;
}
#a6b44a25f1a17cf .article:hover .title {
  color: #e10000;
}
#a6b44a25f1a17cf .article:hover .datetime {
  color: #e10000;
}
#a6b44a25f1a17cf .article:hover .category {
  color: #b6b6b6;
}
#a6b44a25f1a17cf .article:hover .abstract {
  color: #b6b6b6;
}
#a6b44a25f1a17cf .article:hover .btn_icon {
  color: #b6b6b6;
}
#a6b44a25f1a17cf .article:hover .list_icon {
  color: #b6b6b6;
}
#a2f22a6146a381b .a4637aa74ca5860 {
  overflow: hidden;
}
#a2f22a6146a381b .a4637aa74ca5860 , #a2f22a6146a381b .a4637aa74ca5860 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a2f22a6146a381b .a4637aa74ca5860:hover , #a2f22a6146a381b .a4637aa74ca5860 *:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(225, 0, 0, 1);}#a2f22a6146a381b .a370ba7c82a0c92 {
  overflow: hidden;
}
#a2f22a6146a381b .a026da7f05a5515  {
        font-weight: normal;
        font-style: normal;
    text-align: right;font-family: inherit;color: rgba(102, 102, 102, 1);}#a2f22a6146a381b .dynamic-list-item {
  border-bottom-width: 1px;
  border-bottom-color: rgba(155, 155, 155, 0.2);
  border-bottom-style: solid;
}
#a2f22a6146a381b .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2f22a6146a381b .uk-position-center-left-out {
    left: -30px;
  }
  #a2f22a6146a381b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ae686ac961a7be3 .uk-grid {
  margin-left: -15px;
}
#ae686ac961a7be3 .uk-grid > * {
  padding-left: 15px;
}
#ae686ac961a7be3 .uk-grid > .uk-grid-margin {
  margin-top: 15px;
}
#ae686ac961a7be3 .ap-category-filter ul li.active {
  border-color: #0b45aa;
  color: #0b45aa;
}
#ae686ac961a7be3 .article {
  background-color: #fff;
  border-bottom: 1px solid rgba(155, 155, 155, 0.1);
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
}
#ae686ac961a7be3 .article .info {
  padding: 0px 0px;
  position: relative;
}
#ae686ac961a7be3 .article .info p {
  margin: 10px 0 10px;
}
#ae686ac961a7be3 .article svg {
  fill: currentColor;
}
#ae686ac961a7be3 .article .btn_icon {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 20px;
  color: #b4b4b4;
}
#ae686ac961a7be3 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 0px;
  color: #b4b4b4;
}
#ae686ac961a7be3 .article.list-icon .info {
  padding-left: 25px;
}
#ae686ac961a7be3 .article .datetime {
  position: absolute;
  right: 0px;
  top: 0px;
}
#ae686ac961a7be3 .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#ae686ac961a7be3 .article:hover {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid auto;
}
#ae686ac961a7be3 .article:hover .title {
  color: #e10000;
}
#ae686ac961a7be3 .article:hover .datetime {
  color: #e10000;
}
#ae686ac961a7be3 .article:hover .category {
  color: #b6b6b6;
}
#ae686ac961a7be3 .article:hover .abstract {
  color: #b6b6b6;
}
#ae686ac961a7be3 .article:hover .btn_icon {
  color: #b6b6b6;
}
#ae686ac961a7be3 .article:hover .list_icon {
  color: #b6b6b6;
}
#a30fba264ba9d28 .uk-grid {
  margin-left: -15px;
}
#a30fba264ba9d28 .uk-grid > * {
  padding-left: 15px;
}
#a30fba264ba9d28 .uk-grid > .uk-grid-margin {
  margin-top: 15px;
}
#a30fba264ba9d28 .ap-category-filter ul li.active {
  border-color: #0b45aa;
  color: #0b45aa;
}
#a30fba264ba9d28 .article {
  background-color: #fff;
  border-bottom: 1px solid rgba(155, 155, 155, 0.1);
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
}
#a30fba264ba9d28 .article .info {
  padding: 0px 0px;
  position: relative;
}
#a30fba264ba9d28 .article .info p {
  margin: 10px 0 10px;
}
#a30fba264ba9d28 .article svg {
  fill: currentColor;
}
#a30fba264ba9d28 .article .btn_icon {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 20px;
  color: #b4b4b4;
}
#a30fba264ba9d28 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 0px;
  color: #b4b4b4;
}
#a30fba264ba9d28 .article.list-icon .info {
  padding-left: 25px;
}
#a30fba264ba9d28 .article .datetime {
  position: absolute;
  right: 0px;
  top: 0px;
}
#a30fba264ba9d28 .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a30fba264ba9d28 .article:hover {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid auto;
}
#a30fba264ba9d28 .article:hover .title {
  color: #e10000;
}
#a30fba264ba9d28 .article:hover .datetime {
  color: #e10000;
}
#a30fba264ba9d28 .article:hover .category {
  color: #b6b6b6;
}
#a30fba264ba9d28 .article:hover .abstract {
  color: #b6b6b6;
}
#a30fba264ba9d28 .article:hover .btn_icon {
  color: #b6b6b6;
}
#a30fba264ba9d28 .article:hover .list_icon {
  color: #b6b6b6;
}
#aab3cab649a8acc .ae699a8e91a68a6 {
  overflow: hidden;
}
#aab3cab649a8acc .ae699a8e91a68a6 , #aab3cab649a8acc .ae699a8e91a68a6 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(0, 0, 0, 1);}#aab3cab649a8acc .ae699a8e91a68a6:hover , #aab3cab649a8acc .ae699a8e91a68a6 *:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(225, 0, 0, 1);}#aab3cab649a8acc .ad86eab8baa42f9 {
  overflow: hidden;
}
#aab3cab649a8acc .ac078ace04aa060  {
        font-weight: normal;
        font-style: normal;
    text-align: right;font-family: inherit;color: rgba(102, 102, 102, 1);}#aab3cab649a8acc .dynamic-list-item {
  border-bottom-width: 1px;
  border-bottom-color: rgba(155, 155, 155, 0.2);
  border-bottom-style: solid;
}
#aab3cab649a8acc .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aab3cab649a8acc .uk-position-center-left-out {
    left: -30px;
  }
  #aab3cab649a8acc .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#adad9a3198a9db8 {
  overflow: hidden;
  pointer-events: none;
}
#adad9a3198a9db8 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#adad9a3198a9db8 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#adad9a3198a9db8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#adad9a3198a9db8 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#adad9a3198a9db8 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#adad9a3198a9db8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#adad9a3198a9db8 > .tab-wrap > div > .tab-nav,
#adad9a3198a9db8 > .tab-nav,
#adad9a3198a9db8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#adad9a3198a9db8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
}
#adad9a3198a9db8 > .tab-wrap > div > .tab-nav-horizontal,
#adad9a3198a9db8 > .tab-nav-horizontal,
#adad9a3198a9db8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#adad9a3198a9db8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#adad9a3198a9db8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#adad9a3198a9db8 > .tab-nav-horizontal::-webkit-scrollbar,
#adad9a3198a9db8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#adad9a3198a9db8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#adad9a3198a9db8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#adad9a3198a9db8 > .tab-nav-horizontal.tagScroll,
#adad9a3198a9db8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#adad9a3198a9db8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#adad9a3198a9db8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#adad9a3198a9db8 > .tab-nav-horizontal.tagScroll li a,
#adad9a3198a9db8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#adad9a3198a9db8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#adad9a3198a9db8 > .tab-wrap > div > .tab-nav a,
#adad9a3198a9db8 > .tab-nav a,
#adad9a3198a9db8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#adad9a3198a9db8 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#adad9a3198a9db8 > .tab-wrap > div > .tab-nav li a,
#adad9a3198a9db8 > .tab-nav li a,
#adad9a3198a9db8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#adad9a3198a9db8 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  font-family: inherit;
  color: #323132;
  border-right-style: none;
  margin-right: 20px;
  margin-left: 20px;
  padding: 0 20px;
}
#adad9a3198a9db8 > .tab-wrap > div > .tab-nav li a svg,
#adad9a3198a9db8 > .tab-nav li a svg,
#adad9a3198a9db8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#adad9a3198a9db8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#adad9a3198a9db8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#adad9a3198a9db8 > .tab-nav li a .ap_icon,
#adad9a3198a9db8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#adad9a3198a9db8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#adad9a3198a9db8 > .tab-wrap > div > .tab-nav li a:hover,
#adad9a3198a9db8 > .tab-nav li a:hover,
#adad9a3198a9db8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#adad9a3198a9db8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
  border-bottom-width: 2px;
  border-bottom-color: #0b45aa;
  border-bottom-style: solid;
}
#adad9a3198a9db8 > .tab-wrap > div > .tab-nav li.uk-active a,
#adad9a3198a9db8 > .tab-nav li.uk-active a,
#adad9a3198a9db8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#adad9a3198a9db8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
  border-bottom-width: 2px;
  border-bottom-color: #0b45aa;
  border-bottom-style: solid;
}
#adad9a3198a9db8 > .tab-wrap > div > .tab-nav li:last-child a,
#adad9a3198a9db8 > .tab-nav li:last-child a,
#adad9a3198a9db8 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#adad9a3198a9db8 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#adad9a3198a9db8 .layout-left li,
#adad9a3198a9db8 .layout-center li,
#adad9a3198a9db8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#adad9a3198a9db8 .layout-left li a,
#adad9a3198a9db8 .layout-center li a,
#adad9a3198a9db8 .layout-right li a {
  height: 100%;
}
#adad9a3198a9db8 > .tab-tabs .layout-left {
  text-align: left;
}
#adad9a3198a9db8 > .tab-tabs .layout-center {
  text-align: center;
}
#adad9a3198a9db8 > .tab-tabs .layout-right {
  text-align: right;
}
#adad9a3198a9db8 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#adad9a3198a9db8 .tab-content-wrap {
  background-color: #ffffff;
}
#adad9a3198a9db8 .tab-contents,
#adad9a3198a9db8 .tab-contents-wrap {
  pointer-events: none;
}
#adad9a3198a9db8 .tab-content,
#adad9a3198a9db8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#adad9a3198a9db8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#adad9a3198a9db8 .tab-wrap .tab-contents {
  height: 100%;
}
#adad9a3198a9db8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#adad9a3198a9db8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#adad9a3198a9db8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1a84acb15aa513 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abcaba04d6aa9a9 > .ele-wrap {background-color: rgba(11, 69, 170, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a6a34ae216a84f0 .ele-wrap {color: #8b8a8a;font-size: 14px;font-weight: 300;border-radius: 5px;justify-content: flex-end;border-style: solid;}#a6a34ae216a84f0 .ele-wrap:hover {background-color: #0483cc;color: #0b45aa;background-color: rgba(0, 0, 0, 0);}#a8307a13d0ae787 .a372aa8869a3685 {
  overflow: hidden;
}
#a8307a13d0ae787 .a372aa8869a3685 , #a8307a13d0ae787 .a372aa8869a3685 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(102, 102, 102, 1);}#a8307a13d0ae787 .a372aa8869a3685:hover , #a8307a13d0ae787 .a372aa8869a3685 *:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(225, 0, 0, 1);}#a8307a13d0ae787 .afe97a6948a85a3 a, #a8307a13d0ae787 .afe97a6948a85a3 {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(11, 69, 170, 1);}#a8307a13d0ae787 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a8307a13d0ae787 .dynamic-list-item {
  background-color: #f4f7ff;
}
#a8307a13d0ae787 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a8307a13d0ae787 .uk-position-center-left-out {
    left: -30px;
  }
  #a8307a13d0ae787 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aefaaaa36aa83c6 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2074ae308a35b4 > .ele-wrap {background-color: rgba(11, 69, 170, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a01e9af813aa3c7 .ele-wrap {color: #8b8a8a;font-size: 14px;font-weight: 300;border-radius: 5px;justify-content: flex-end;border-style: solid;}#a01e9af813aa3c7 .ele-wrap:hover {background-color: #0483cc;color: #0b45aa;background-color: rgba(0, 0, 0, 0);}#ae0a0a989da58a1 .ap-category-filter ul li.active {
  border-color: #0b45aa;
  color: #0b45aa;
}
#ae0a0a989da58a1 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 1px;
}
#ae0a0a989da58a1 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#ae0a0a989da58a1 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#ae0a0a989da58a1 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#ae0a0a989da58a1 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#ae0a0a989da58a1 .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;
}
#ae0a0a989da58a1 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#ae0a0a989da58a1 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#ae0a0a989da58a1 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#ae0a0a989da58a1 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#ae0a0a989da58a1 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#ae0a0a989da58a1 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#ae0a0a989da58a1 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#ae0a0a989da58a1 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#ae0a0a989da58a1 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#ae0a0a989da58a1 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#ae0a0a989da58a1 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#ae0a0a989da58a1 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#ae0a0a989da58a1 .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;
  }
}
#ae0a0a989da58a1 .ele-article-list .pic-article {
  border-bottom: 1px none #ececec;
}
#ae0a0a989da58a1 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#ae0a0a989da58a1 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#ae0a0a989da58a1 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #666666;
}
#ae0a0a989da58a1 .ele-article-list .pic-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#ae0a0a989da58a1 .ele-article-list .pic-article:hover .info h3 a {
  color: #e10000;
}
#ae0a0a989da58a1 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#ae0a0a989da58a1 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#ae0a0a989da58a1 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#ae0a0a989da58a1 .ele-article-list .text-article {
  border-bottom: 1px none #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
}
#ae0a0a989da58a1 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #666666;
}
#ae0a0a989da58a1 .ele-article-list .text-article .list-icon {
  top: 1px;
}
#ae0a0a989da58a1 .ele-article-list .text-article:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
}
#ae0a0a989da58a1 .ele-article-list .text-article:hover .info h3 a {
  color: #e10000;
}
#ae0a0a989da58a1 .ele-article-list .text-article:hover .time {
  color: auto;
}
#ae7bcafc9ead3c9 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ae7bcafc9ead3c9 .uk-position-center-left-out {
    left: -30px;
  }
  #ae7bcafc9ead3c9 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aec55affeba722f .ele-wrap {color: #8b8a8a;font-size: 14px;font-weight: 300;border-radius: 5px;justify-content: flex-end;border-style: solid;}#aec55affeba722f .ele-wrap:hover {background-color: #0483cc;color: #0b45aa;background-color: rgba(0, 0, 0, 0);}#a2098a7516aeaf4 > .ele-wrap {background-color: rgba(11, 69, 170, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ac47fa61d1a8624 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad611ab759af803 .ele-wrap {border-color: rgba(156, 171, 212, 1);border-width: 1px;border-style: solid;color: #9cabd4;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ad611ab759af803 .ele-wrap:hover {border-color: rgba(156, 171, 212, 1);background-color: #fff;color: #9cabd4;background-color: rgba(0, 0, 0, 0);}#a6f4ca46f6ac754 > .ele-wrap {background-color: rgba(255, 165, 0, 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;}#a2f18ae196a62b5 > .ele-wrap {background-color: rgba(13, 64, 152, 1);}#a2d86ab9d8a7305 {background-color: rgba(0,0,0,0.7);}#a2d86ab9d8a7305 > .lightbox-content {background-image: url(https://aipage-resource-gz.cdn.bcebos.com/upload/ab570a4461adfcc/1640073116646.jpeg);}#a8f15a67f1a2bf2 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a8f15a67f1a2bf2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8f15a67f1a2bf2 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a2f18a441baa5c0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a2f18a441baa5c0 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a2f18a441baa5c0 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #333;
  background-color: rgba(0, 0, 0, 0);
}
#a2f18a441baa5c0 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a2f18a441baa5c0 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li.active > a {
  border-bottom-color: rgba(11, 69, 170, 0);
  border-bottom-style: solid;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li.active > a:before,
#a2f18a441baa5c0 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a2f18a441baa5c0 .menu-list > li ul li {
  position: relative;
}
#a2f18a441baa5c0 .menu-list > li ul li:hover > a {
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.9);
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background: transparent;
}
#a2f18a441baa5c0 .menu-list li ul li:hover > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list li ul li a:active,
#a2f18a441baa5c0 .menu-list li ul li a.active,
#a2f18a441baa5c0 .menu-list li ul li.active > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list li ul,
#a2f18a441baa5c0 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
}
#a2f18a441baa5c0 .menu-list li ul.menu-b > li,
#a2f18a441baa5c0 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a2f18a441baa5c0 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a2f18a441baa5c0 .menu-list li:hover > ul {
  display: block;
}
#a2f18a441baa5c0 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af472a5f12a53fc > .ele-wrap {background-color: rgba(11, 69, 170, 1);}#aa298a5749a1ce2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a2355a6234a4329 > .ele-wrap {background-color: rgba(11, 69, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: dashed;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a2355a6234a4329  > .ele-wrap:hover {background-color: rgba(11, 69, 170, 1);}#ac576a583ca4b92 , #ac576a583ca4b92 a{color: rgba(255, 255, 255, 1);}#a6246a1bb9a0059 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
  border-bottom-style: none;
  border-bottom-width: 0;
  margin-bottom: 10px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6246a1bb9a0059 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#a6246a1bb9a0059 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a6246a1bb9a0059 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a6246a1bb9a0059 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a6246a1bb9a0059 .menu-list-expand .submenu-indicator {
  display: none;
}
#a6246a1bb9a0059 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #eeeeee;
  border-bottom-color: #e4e4e4;
  background-color: #eeeeee;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a6246a1bb9a0059 .jquery-accordion-menu > ul > li.active > a {
  background-color: #eeeeee;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a6246a1bb9a0059 .jquery-accordion-menu ul li > a {
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: #f0f0ed;
}
#a6246a1bb9a0059 .jquery-accordion-menu > ul > li.active > a {
  color: #0b45aa;
  background: #eeeeee;
}
#a6246a1bb9a0059 .jquery-accordion-menu ul li a img,
#a6246a1bb9a0059 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a6246a1bb9a0059 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a6246a1bb9a0059 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a6246a1bb9a0059 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a6246a1bb9a0059 .jquery-accordion-menu ul ul.submenu,
#a6246a1bb9a0059 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a6246a1bb9a0059 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a6246a1bb9a0059 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a6246a1bb9a0059 .jquery-accordion-menu ul ul.submenu.show,
#a6246a1bb9a0059 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a6246a1bb9a0059 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a6246a1bb9a0059 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a6246a1bb9a0059 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a6246a1bb9a0059 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a6246a1bb9a0059 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a6246a1bb9a0059 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a6246a1bb9a0059 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a6246a1bb9a0059 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #0b45aa;
  background: #383838;
}
#a6246a1bb9a0059 .jquery-accordion-menu > ul > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a6246a1bb9a0059 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#af7c9a8826aed96 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a02cfa8f41ab556 a, #a02cfa8f41ab556 {
        font-weight: normal;
        font-style: normal;
    text-align: right;font-family: inherit;}#ac47fa61d1a8624 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad611ab759af803 .ele-wrap {border-color: rgba(156, 171, 212, 1);border-width: 1px;border-style: solid;color: #9cabd4;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ad611ab759af803 .ele-wrap:hover {border-color: rgba(156, 171, 212, 1);background-color: #fff;color: #9cabd4;background-color: rgba(0, 0, 0, 0);}#a6f4ca46f6ac754 > .ele-wrap {background-color: rgba(255, 165, 0, 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;}#a2f18ae196a62b5 > .ele-wrap {background-color: rgba(13, 64, 152, 1);}#a3ec1ab986a7fbf {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a3ec1ab986a7fbf .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a3ec1ab986a7fbf .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a2f18a441baa5c0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a2f18a441baa5c0 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a2f18a441baa5c0 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #333;
  background-color: rgba(0, 0, 0, 0);
}
#a2f18a441baa5c0 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a2f18a441baa5c0 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li.active > a {
  border-bottom-color: rgba(11, 69, 170, 0);
  border-bottom-style: solid;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li.active > a:before,
#a2f18a441baa5c0 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a2f18a441baa5c0 .menu-list > li ul li {
  position: relative;
}
#a2f18a441baa5c0 .menu-list > li ul li:hover > a {
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.9);
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background: transparent;
}
#a2f18a441baa5c0 .menu-list li ul li:hover > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list li ul li a:active,
#a2f18a441baa5c0 .menu-list li ul li a.active,
#a2f18a441baa5c0 .menu-list li ul li.active > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list li ul,
#a2f18a441baa5c0 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
}
#a2f18a441baa5c0 .menu-list li ul.menu-b > li,
#a2f18a441baa5c0 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a2f18a441baa5c0 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a2f18a441baa5c0 .menu-list li:hover > ul {
  display: block;
}
#a2f18a441baa5c0 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af472a5f12a53fc > .ele-wrap {background-color: rgba(11, 69, 170, 1);}#a7e35aca37a11f9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ae93aab930a6ffa > .ele-wrap {background-color: rgba(11, 69, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: dashed;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}#ae93aab930a6ffa  > .ele-wrap:hover {background-color: rgba(11, 69, 170, 1);}#a6baaae587a4b30 , #a6baaae587a4b30 a{color: rgba(255, 255, 255, 1);}#a5d9fa87f9aab69 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
  border-bottom-style: none;
  border-bottom-width: 0;
  margin-bottom: 10px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5d9fa87f9aab69 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#a5d9fa87f9aab69 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a5d9fa87f9aab69 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a5d9fa87f9aab69 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a5d9fa87f9aab69 .menu-list-expand .submenu-indicator {
  display: none;
}
#a5d9fa87f9aab69 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #eeeeee;
  border-bottom-color: #e4e4e4;
  background-color: #eeeeee;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a5d9fa87f9aab69 .jquery-accordion-menu > ul > li.active > a {
  background-color: #eeeeee;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a5d9fa87f9aab69 .jquery-accordion-menu ul li > a {
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: #f0f0ed;
}
#a5d9fa87f9aab69 .jquery-accordion-menu > ul > li.active > a {
  color: #0b45aa;
  background: #eeeeee;
}
#a5d9fa87f9aab69 .jquery-accordion-menu ul li a img,
#a5d9fa87f9aab69 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a5d9fa87f9aab69 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a5d9fa87f9aab69 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a5d9fa87f9aab69 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a5d9fa87f9aab69 .jquery-accordion-menu ul ul.submenu,
#a5d9fa87f9aab69 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a5d9fa87f9aab69 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a5d9fa87f9aab69 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a5d9fa87f9aab69 .jquery-accordion-menu ul ul.submenu.show,
#a5d9fa87f9aab69 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a5d9fa87f9aab69 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a5d9fa87f9aab69 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a5d9fa87f9aab69 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#a5d9fa87f9aab69 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a5d9fa87f9aab69 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a5d9fa87f9aab69 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a5d9fa87f9aab69 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a5d9fa87f9aab69 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #0b45aa;
  background: #383838;
}
#a5d9fa87f9aab69 .jquery-accordion-menu > ul > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a5d9fa87f9aab69 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#aa4aeadf73ac271 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afb3aa1ae1a2771 a, #afb3aa1ae1a2771 {
        font-weight: normal;
        font-style: normal;
    text-align: right;font-family: inherit;}#ac47fa61d1a8624 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad611ab759af803 .ele-wrap {border-color: rgba(156, 171, 212, 1);border-width: 1px;border-style: solid;color: #9cabd4;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ad611ab759af803 .ele-wrap:hover {border-color: rgba(156, 171, 212, 1);background-color: #fff;color: #9cabd4;background-color: rgba(0, 0, 0, 0);}#a6f4ca46f6ac754 > .ele-wrap {background-color: rgba(255, 165, 0, 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;}#a2f18ae196a62b5 > .ele-wrap {background-color: rgba(13, 64, 152, 1);}#a885da17bca18c7 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a885da17bca18c7 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a885da17bca18c7 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a2f18a441baa5c0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a2f18a441baa5c0 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a2f18a441baa5c0 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #333;
  background-color: rgba(0, 0, 0, 0);
}
#a2f18a441baa5c0 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a2f18a441baa5c0 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li.active > a {
  border-bottom-color: rgba(11, 69, 170, 0);
  border-bottom-style: solid;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li.active > a:before,
#a2f18a441baa5c0 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a2f18a441baa5c0 .menu-list > li ul li {
  position: relative;
}
#a2f18a441baa5c0 .menu-list > li ul li:hover > a {
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.9);
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background: transparent;
}
#a2f18a441baa5c0 .menu-list li ul li:hover > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list li ul li a:active,
#a2f18a441baa5c0 .menu-list li ul li a.active,
#a2f18a441baa5c0 .menu-list li ul li.active > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list li ul,
#a2f18a441baa5c0 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
}
#a2f18a441baa5c0 .menu-list li ul.menu-b > li,
#a2f18a441baa5c0 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a2f18a441baa5c0 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a2f18a441baa5c0 .menu-list li:hover > ul {
  display: block;
}
#a2f18a441baa5c0 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af472a5f12a53fc > .ele-wrap {background-color: rgba(11, 69, 170, 1);}#a7943a488aaad5e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a6e1fa6628ab960 > .ele-wrap {background-color: rgba(11, 69, 170, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: dashed;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a6e1fa6628ab960  > .ele-wrap:hover {background-color: rgba(11, 69, 170, 1);}#a1ce2ae64ca042c , #a1ce2ae64ca042c a{color: rgba(255, 255, 255, 1);}#aaf61a7b64adfe6 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
  border-bottom-style: none;
  border-bottom-width: 0;
  margin-bottom: 10px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf61a7b64adfe6 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
}
#aaf61a7b64adfe6 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aaf61a7b64adfe6 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aaf61a7b64adfe6 .jquery-accordion-menu ul li a {
  color: #4a4a4a;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aaf61a7b64adfe6 .menu-list-expand .submenu-indicator {
  display: none;
}
#aaf61a7b64adfe6 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #eeeeee;
  border-bottom-color: #e4e4e4;
  background-color: #eeeeee;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#aaf61a7b64adfe6 .jquery-accordion-menu > ul > li.active > a {
  background-color: #eeeeee;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#aaf61a7b64adfe6 .jquery-accordion-menu ul li > a {
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: #f0f0ed;
}
#aaf61a7b64adfe6 .jquery-accordion-menu > ul > li.active > a {
  color: #0b45aa;
  background: #eeeeee;
}
#aaf61a7b64adfe6 .jquery-accordion-menu ul li a img,
#aaf61a7b64adfe6 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aaf61a7b64adfe6 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aaf61a7b64adfe6 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aaf61a7b64adfe6 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aaf61a7b64adfe6 .jquery-accordion-menu ul ul.submenu,
#aaf61a7b64adfe6 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aaf61a7b64adfe6 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aaf61a7b64adfe6 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aaf61a7b64adfe6 .jquery-accordion-menu ul ul.submenu.show,
#aaf61a7b64adfe6 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aaf61a7b64adfe6 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aaf61a7b64adfe6 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#aaf61a7b64adfe6 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(0, 0, 0, 0);
}
#aaf61a7b64adfe6 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#aaf61a7b64adfe6 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aaf61a7b64adfe6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aaf61a7b64adfe6 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aaf61a7b64adfe6 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #0b45aa;
  background: #383838;
}
#aaf61a7b64adfe6 .jquery-accordion-menu > ul > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#aaf61a7b64adfe6 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a3d33a9a55afc47 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a20f0a4e35aa435 a, #a20f0a4e35aa435 {
        font-weight: normal;
        font-style: normal;
    text-align: right;font-family: inherit;}#a54c9a8612aa793 .uk-position-bottom,
#a54c9a8612aa793 .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
}
#a54c9a8612aa793 .uk-position-bottom {
  background-color: #ffffff;
}
#a54c9a8612aa793 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a54c9a8612aa793 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#ac47fa61d1a8624 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad611ab759af803 .ele-wrap {border-color: rgba(156, 171, 212, 1);border-width: 1px;border-style: solid;color: #9cabd4;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ad611ab759af803 .ele-wrap:hover {border-color: rgba(156, 171, 212, 1);background-color: #fff;color: #9cabd4;background-color: rgba(0, 0, 0, 0);}#a6f4ca46f6ac754 > .ele-wrap {background-color: rgba(255, 165, 0, 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;}#a2f18ae196a62b5 > .ele-wrap {background-color: rgba(13, 64, 152, 1);}#ab30fa63e6ac596 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#ab30fa63e6ac596 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab30fa63e6ac596 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#ab3c1ae7e9afdc4 .uk-slider {
  padding-top: 30px;
}
#ab3c1ae7e9afdc4 .uk-slider-nav {
  position: absolute;
  right: 0;
  top: 10px;
}
#ab3c1ae7e9afdc4 .uk-card-media-top {
  overflow: hidden;
}
#ab3c1ae7e9afdc4 .img-wrap {
  overflow: hidden;
  transition: all 0.2s ease-in;
}
#ab3c1ae7e9afdc4 .uk-card:hover .img-wrap {
  transform: scale(1.2);
}
#ab3c1ae7e9afdc4 .uk-card {
  border: 1px solid #ececec;
}
#ab3c1ae7e9afdc4 .uk-dotnav > * {
  padding-left: 6px;
}
#ab3c1ae7e9afdc4 .uk-dotnav > * > * {
  width: 6px;
  height: 6px;
  border: none;
  transform: all .2s ease;
  background-color: #5a92f4;
}
#ab3c1ae7e9afdc4 .uk-dotnav > .uk-active > * {
  width: 10px;
  height: 10px;
  margin-top: -2px;
  background-color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a2f18a441baa5c0 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a2f18a441baa5c0 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #333;
  background-color: rgba(0, 0, 0, 0);
}
#a2f18a441baa5c0 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a2f18a441baa5c0 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li.active > a {
  border-bottom-color: rgba(11, 69, 170, 0);
  border-bottom-style: solid;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li.active > a:before,
#a2f18a441baa5c0 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a2f18a441baa5c0 .menu-list > li ul li {
  position: relative;
}
#a2f18a441baa5c0 .menu-list > li ul li:hover > a {
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.9);
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background: transparent;
}
#a2f18a441baa5c0 .menu-list li ul li:hover > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list li ul li a:active,
#a2f18a441baa5c0 .menu-list li ul li a.active,
#a2f18a441baa5c0 .menu-list li ul li.active > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list li ul,
#a2f18a441baa5c0 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
}
#a2f18a441baa5c0 .menu-list li ul.menu-b > li,
#a2f18a441baa5c0 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a2f18a441baa5c0 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a2f18a441baa5c0 .menu-list li:hover > ul {
  display: block;
}
#a2f18a441baa5c0 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af472a5f12a53fc > .ele-wrap {background-color: rgba(11, 69, 170, 1);}#ab3c1ae7e9afdc4 [data-item*=".abstract"], #ab3c1ae7e9afdc4 [data-item*=".abstract"] a {show: false;}#ab3c1ae7e9afdc4 [data-item*=".subTitle"], #ab3c1ae7e9afdc4 [data-item*=".subTitle"] a {show: false;}#ab3c1ae7e9afdc4 [data-item*=".category"], #ab3c1ae7e9afdc4 [data-item*=".category"] a {show: true;}#ac47fa61d1a8624 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad611ab759af803 .ele-wrap {border-color: rgba(156, 171, 212, 1);border-width: 1px;border-style: solid;color: #9cabd4;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ad611ab759af803 .ele-wrap:hover {border-color: rgba(156, 171, 212, 1);background-color: #fff;color: #9cabd4;background-color: rgba(0, 0, 0, 0);}#a6f4ca46f6ac754 > .ele-wrap {background-color: rgba(255, 165, 0, 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;}#a2f18ae196a62b5 > .ele-wrap {background-color: rgba(13, 64, 152, 1);}#ace9face15aaec3 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#ace9face15aaec3 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ace9face15aaec3 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a2f18a441baa5c0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a2f18a441baa5c0 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a2f18a441baa5c0 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #333;
  background-color: rgba(0, 0, 0, 0);
}
#a2f18a441baa5c0 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a2f18a441baa5c0 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li.active > a {
  border-bottom-color: rgba(11, 69, 170, 0);
  border-bottom-style: solid;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li.active > a:before,
#a2f18a441baa5c0 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a2f18a441baa5c0 .menu-list > li ul li {
  position: relative;
}
#a2f18a441baa5c0 .menu-list > li ul li:hover > a {
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.9);
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background: transparent;
}
#a2f18a441baa5c0 .menu-list li ul li:hover > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list li ul li a:active,
#a2f18a441baa5c0 .menu-list li ul li a.active,
#a2f18a441baa5c0 .menu-list li ul li.active > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list li ul,
#a2f18a441baa5c0 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
}
#a2f18a441baa5c0 .menu-list li ul.menu-b > li,
#a2f18a441baa5c0 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a2f18a441baa5c0 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a2f18a441baa5c0 .menu-list li:hover > ul {
  display: block;
}
#a2f18a441baa5c0 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af472a5f12a53fc > .ele-wrap {background-color: rgba(11, 69, 170, 1);}#a8793aa8f8a4d8f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 3px 8px 0px rgba(231, 231, 231, 1);}#af071a9373af912 .form-agree {
  display: flex;
  align-items: center;
}
#af071a9373af912 .uk-form .form-submit-btn {
  width: 300px;
}
#af071a9373af912 .submit-wrap {
  text-align: center;
}
#af071a9373af912 .submit-wrap button {
  background-color: #3d80ff;
}
#af071a9373af912 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#af071a9373af912 .form-item .uk-input,
#af071a9373af912 .form-item .uk-select,
#af071a9373af912 .form-item .uk-textarea {
  width: autopx;
  background-color: #f8f8f8;
}
#af071a9373af912 .form-item .auto-height {
  height: auto;
}
#af071a9373af912 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#af071a9373af912 .form-item > label {
  flex: none;
}
#af071a9373af912 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#af071a9373af912 .form-item .uk-input,
#af071a9373af912 .form-item .uk-select,
#af071a9373af912 .form-item .uk-textarea,
#af071a9373af912 .form-item .address-select,
#af071a9373af912 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#af071a9373af912 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#ac47fa61d1a8624 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad611ab759af803 .ele-wrap {border-color: rgba(156, 171, 212, 1);border-width: 1px;border-style: solid;color: #9cabd4;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ad611ab759af803 .ele-wrap:hover {border-color: rgba(156, 171, 212, 1);background-color: #fff;color: #9cabd4;background-color: rgba(0, 0, 0, 0);}#a6f4ca46f6ac754 > .ele-wrap {background-color: rgba(255, 165, 0, 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;}#a2f18ae196a62b5 > .ele-wrap {background-color: rgba(13, 64, 152, 1);}#ae1f1a4e03aa6f2 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#ae1f1a4e03aa6f2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ae1f1a4e03aa6f2 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a83f0a349ea2c54 {
  min-height: 90vh;
  /* mobile */
}
#a83f0a349ea2c54 .search-highlight {
  background: yellow;
}
#a83f0a349ea2c54 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a83f0a349ea2c54 .el-title {
  margin-bottom: 20px;
}
#a83f0a349ea2c54 .el-item:hover .el-title {
  color: #e10000;
}
#a83f0a349ea2c54 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a83f0a349ea2c54 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a83f0a349ea2c54 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a83f0a349ea2c54 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a83f0a349ea2c54 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a83f0a349ea2c54 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a83f0a349ea2c54 .el-title {
    margin-bottom: 0;
  }
  #a83f0a349ea2c54 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a83f0a349ea2c54 .category {
    font-size: 12px;
  }
  #a83f0a349ea2c54 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#a2f18a441baa5c0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a2f18a441baa5c0 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a2f18a441baa5c0 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #333;
  background-color: rgba(0, 0, 0, 0);
}
#a2f18a441baa5c0 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a2f18a441baa5c0 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li.active > a {
  border-bottom-color: rgba(11, 69, 170, 0);
  border-bottom-style: solid;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li.active > a:before,
#a2f18a441baa5c0 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a2f18a441baa5c0 .menu-list > li ul li {
  position: relative;
}
#a2f18a441baa5c0 .menu-list > li ul li:hover > a {
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.9);
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background: transparent;
}
#a2f18a441baa5c0 .menu-list li ul li:hover > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list li ul li a:active,
#a2f18a441baa5c0 .menu-list li ul li a.active,
#a2f18a441baa5c0 .menu-list li ul li.active > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list li ul,
#a2f18a441baa5c0 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
}
#a2f18a441baa5c0 .menu-list li ul.menu-b > li,
#a2f18a441baa5c0 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a2f18a441baa5c0 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a2f18a441baa5c0 .menu-list li:hover > ul {
  display: block;
}
#a2f18a441baa5c0 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af472a5f12a53fc > .ele-wrap {background-color: rgba(11, 69, 170, 1);}#ac47fa61d1a8624 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad611ab759af803 .ele-wrap {border-color: rgba(156, 171, 212, 1);border-width: 1px;border-style: solid;color: #9cabd4;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ad611ab759af803 .ele-wrap:hover {border-color: rgba(156, 171, 212, 1);background-color: #fff;color: #9cabd4;background-color: rgba(0, 0, 0, 0);}#a6f4ca46f6ac754 > .ele-wrap {background-color: rgba(255, 165, 0, 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;}#a2f18ae196a62b5 > .ele-wrap {background-color: rgba(13, 64, 152, 1);}#ae1f1a4e03aa6f2 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#ae1f1a4e03aa6f2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ae1f1a4e03aa6f2 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#af1f8aec25a5d86 {
  /* 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------------------------*/
}
#af1f8aec25a5d86 * {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
#af1f8aec25a5d86 .error .clip .shadow {
  height: 180px;
  /*Contrall*/
}
#af1f8aec25a5d86 .error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}
#af1f8aec25a5d86 .error .clip:nth-of-type(1) .shadow,
#af1f8aec25a5d86 .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}
#af1f8aec25a5d86 .error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
#af1f8aec25a5d86 .error h2 {
  font-size: 32px;
}
#af1f8aec25a5d86 .error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
#af1f8aec25a5d86 .error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#af1f8aec25a5d86 .error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
#af1f8aec25a5d86 .error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
#af1f8aec25a5d86 .error .clip .shadow {
  overflow: hidden;
}
#af1f8aec25a5d86 .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);
}
#af1f8aec25a5d86 .error .clip:nth-of-type(3) .shadow:after,
#af1f8aec25a5d86 .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%;
}
#af1f8aec25a5d86 .error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
#af1f8aec25a5d86 .error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
#af1f8aec25a5d86 .error .clip:nth-of-type(2) .digit {
  left: -10%;
}
#af1f8aec25a5d86 .error .clip:nth-of-type(1) .digit {
  right: -20%;
}
#af1f8aec25a5d86 .error .clip:nth-of-type(3) .digit {
  left: -20%;
}
#af1f8aec25a5d86 .error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}
#af1f8aec25a5d86 .error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}
#af1f8aec25a5d86 .error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #af1f8aec25a5d86 {
    /* Error Page */
    /* Error Page */
  }
  #af1f8aec25a5d86 .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  #af1f8aec25a5d86 .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  #af1f8aec25a5d86 .error .clip:nth-of-type(1) .shadow,
  #af1f8aec25a5d86 .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  #af1f8aec25a5d86 .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  #af1f8aec25a5d86 .error h2 {
    font-size: 24px;
  }
  #af1f8aec25a5d86 .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #af1f8aec25a5d86 .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #af1f8aec25a5d86 .error .container-error-404 {
    height: 150px;
  }
}
#af1f8aec25a5d86 .overlay {
  position: relative;
  z-index: 20;
}
#af1f8aec25a5d86 .ground-color {
  background: white;
}
#af1f8aec25a5d86 .item-bg-color {
  background: #EAEAEA;
}
#af1f8aec25a5d86 .padding-top {
  padding-top: 10px;
}
#af1f8aec25a5d86 .padding-bottom {
  padding-bottom: 10px;
}
#af1f8aec25a5d86 .padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
#af1f8aec25a5d86 .padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
#af1f8aec25a5d86 .padding-all {
  padding: 10px;
}
#af1f8aec25a5d86 .no-padding-left {
  padding-left: 0px;
}
#af1f8aec25a5d86 .no-padding-right {
  padding-right: 0px;
}
#af1f8aec25a5d86 .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#af1f8aec25a5d86 .no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#af1f8aec25a5d86 .no-padding {
  padding: 0px;
}
#af1f8aec25a5d86 .margin-top {
  margin-top: 10px;
}
#af1f8aec25a5d86 .margin-bottom {
  margin-bottom: 10px;
}
#af1f8aec25a5d86 .margin-right {
  margin-right: 10px;
}
#af1f8aec25a5d86 .margin-left {
  margin-left: 10px;
}
#af1f8aec25a5d86 .margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
#af1f8aec25a5d86 .margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
#af1f8aec25a5d86 .margin-all {
  margin: 10px;
}
#af1f8aec25a5d86 .no-margin {
  margin: 0px;
}
#af1f8aec25a5d86 .no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#af1f8aec25a5d86 .no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
#af1f8aec25a5d86 .inside-col-shrink {
  margin: 0px 20px;
}
#af1f8aec25a5d86 hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}
#a2f18a441baa5c0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a2f18a441baa5c0 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a2f18a441baa5c0 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #333;
  background-color: rgba(0, 0, 0, 0);
}
#a2f18a441baa5c0 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a2f18a441baa5c0 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li.active > a {
  border-bottom-color: rgba(11, 69, 170, 0);
  border-bottom-style: solid;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li.active > a:before,
#a2f18a441baa5c0 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a2f18a441baa5c0 .menu-list > li ul li {
  position: relative;
}
#a2f18a441baa5c0 .menu-list > li ul li:hover > a {
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.9);
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background: transparent;
}
#a2f18a441baa5c0 .menu-list li ul li:hover > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list li ul li a:active,
#a2f18a441baa5c0 .menu-list li ul li a.active,
#a2f18a441baa5c0 .menu-list li ul li.active > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list li ul,
#a2f18a441baa5c0 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
}
#a2f18a441baa5c0 .menu-list li ul.menu-b > li,
#a2f18a441baa5c0 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a2f18a441baa5c0 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a2f18a441baa5c0 .menu-list li:hover > ul {
  display: block;
}
#a2f18a441baa5c0 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af472a5f12a53fc > .ele-wrap {background-color: rgba(11, 69, 170, 1);}#ac47fa61d1a8624 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad611ab759af803 .ele-wrap {border-color: rgba(156, 171, 212, 1);border-width: 1px;border-style: solid;color: #9cabd4;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ad611ab759af803 .ele-wrap:hover {border-color: rgba(156, 171, 212, 1);background-color: #fff;color: #9cabd4;background-color: rgba(0, 0, 0, 0);}#a6f4ca46f6ac754 > .ele-wrap {background-color: rgba(255, 165, 0, 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;}#a2f18ae196a62b5 > .ele-wrap {background-color: rgba(13, 64, 152, 1);}#ae1f1a4e03aa6f2 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#ae1f1a4e03aa6f2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ae1f1a4e03aa6f2 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#adabca8229afc61 .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#adabca8229afc61 .switch_item {
  margin-right: 10px;
}
#adabca8229afc61 a.switch_item:hover {
  text-decoration: underline;
}
#adabca8229afc61 .slider {
  width: 420px;
  height: 600px;
}
#adabca8229afc61 .uk-slideshow-items {
  height: 100%;
}
#adabca8229afc61 .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#adabca8229afc61 .login-wrap {
  width: 100%;
  height: 100%;
}
#adabca8229afc61 .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#adabca8229afc61 .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#adabca8229afc61 .phone-login-box {
  margin: 40px auto 40px;
}
#adabca8229afc61 .login-header {
  margin-bottom: 24px;
}
#adabca8229afc61 .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#adabca8229afc61 .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
  overflow: hidden;
}
#adabca8229afc61 .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;
}
#adabca8229afc61 .forget_password {
  cursor: pointer;
}
#adabca8229afc61 .forget_password:hover {
  color: #0b45aa;
}
#adabca8229afc61 .input-item input.error,
#adabca8229afc61 .input-item input.error::placeholder {
  color: #fc4343;
}
#adabca8229afc61 .input-item input::placeholder {
  color: #999;
}
#adabca8229afc61 .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
  width: 20px;
}
#adabca8229afc61 .form-item {
  margin: 24px 0;
}
#adabca8229afc61 .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#adabca8229afc61 .send-code {
  float: left;
  margin-left: 20px;
}
#adabca8229afc61 .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;
}
#adabca8229afc61 .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#adabca8229afc61 .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
  display: block;
  max-width: 300px;
}
#adabca8229afc61 .login_btn_wrap {
  text-align: center;
}
#adabca8229afc61 .login_btn_wrap .submit {
  display: block;
  margin-bottom: 10px;
}
#adabca8229afc61 .input-item .pwd-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#adabca8229afc61 .input-item .pwd-toggle:hover {
  color: currentColor;
}
#a2f18a441baa5c0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a2f18a441baa5c0 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a2f18a441baa5c0 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #333;
  background-color: rgba(0, 0, 0, 0);
}
#a2f18a441baa5c0 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a2f18a441baa5c0 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li.active > a {
  border-bottom-color: rgba(11, 69, 170, 0);
  border-bottom-style: solid;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li.active > a:before,
#a2f18a441baa5c0 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a2f18a441baa5c0 .menu-list > li ul li {
  position: relative;
}
#a2f18a441baa5c0 .menu-list > li ul li:hover > a {
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.9);
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background: transparent;
}
#a2f18a441baa5c0 .menu-list li ul li:hover > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list li ul li a:active,
#a2f18a441baa5c0 .menu-list li ul li a.active,
#a2f18a441baa5c0 .menu-list li ul li.active > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list li ul,
#a2f18a441baa5c0 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
}
#a2f18a441baa5c0 .menu-list li ul.menu-b > li,
#a2f18a441baa5c0 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a2f18a441baa5c0 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a2f18a441baa5c0 .menu-list li:hover > ul {
  display: block;
}
#a2f18a441baa5c0 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af472a5f12a53fc > .ele-wrap {background-color: rgba(11, 69, 170, 1);}#ac47fa61d1a8624 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad611ab759af803 .ele-wrap {border-color: rgba(156, 171, 212, 1);border-width: 1px;border-style: solid;color: #9cabd4;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ad611ab759af803 .ele-wrap:hover {border-color: rgba(156, 171, 212, 1);background-color: #fff;color: #9cabd4;background-color: rgba(0, 0, 0, 0);}#a6f4ca46f6ac754 > .ele-wrap {background-color: rgba(255, 165, 0, 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;}#a2f18ae196a62b5 > .ele-wrap {background-color: rgba(13, 64, 152, 1);}#ae1f1a4e03aa6f2 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#ae1f1a4e03aa6f2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ae1f1a4e03aa6f2 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a4d7aad44ea7b0f .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#a4d7aad44ea7b0f .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#a4d7aad44ea7b0f .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#a4d7aad44ea7b0f .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#a4d7aad44ea7b0f .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#a4d7aad44ea7b0f .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#a4d7aad44ea7b0f .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#a4d7aad44ea7b0f .nav-list {
  padding: 0 20px;
}
#a4d7aad44ea7b0f .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;
}
#a4d7aad44ea7b0f .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#a4d7aad44ea7b0f .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#a4d7aad44ea7b0f .order-item:hover {
  background: #f7f7f7;
}
#a4d7aad44ea7b0f .del-order {
  cursor: pointer;
}
#a4d7aad44ea7b0f .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#a4d7aad44ea7b0f .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#a4d7aad44ea7b0f .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#a4d7aad44ea7b0f .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#a4d7aad44ea7b0f .goods-item .goods-info {
  padding: 0 15px;
}
#a4d7aad44ea7b0f .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#a4d7aad44ea7b0f .appoint-time {
  margin-bottom: 4px;
}
#a4d7aad44ea7b0f .appoint-name {
  color: #333;
  font-size: 14px;
}
#a4d7aad44ea7b0f .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#a4d7aad44ea7b0f .goods-item .goods-name {
  color: #333;
}
#a4d7aad44ea7b0f .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#a4d7aad44ea7b0f .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#a4d7aad44ea7b0f .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#a4d7aad44ea7b0f .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#a4d7aad44ea7b0f .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#a4d7aad44ea7b0f .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;
}
#a4d7aad44ea7b0f .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#a4d7aad44ea7b0f .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#a4d7aad44ea7b0f .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#a4d7aad44ea7b0f .setting-form {
  padding: 30px 20px;
}
#a4d7aad44ea7b0f .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#a4d7aad44ea7b0f .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#a4d7aad44ea7b0f .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#a4d7aad44ea7b0f .setting-form .setting-btns {
  margin-left: 130px;
}
#a4d7aad44ea7b0f .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#a4d7aad44ea7b0f .setting-wrap {
  position: relative;
}
#a4d7aad44ea7b0f .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#a4d7aad44ea7b0f .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#a4d7aad44ea7b0f .user-info .levels {
  color: #888;
  font-size: 12px;
}
#a4d7aad44ea7b0f .address-wrap {
  padding: 30px 20px;
}
#a4d7aad44ea7b0f .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#a4d7aad44ea7b0f .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#a4d7aad44ea7b0f .addr-list {
  min-height: 200px;
}
#a4d7aad44ea7b0f .addr-detail .addr-item-name,
#a4d7aad44ea7b0f .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;
}
#a4d7aad44ea7b0f .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#a4d7aad44ea7b0f .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#a4d7aad44ea7b0f .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#a4d7aad44ea7b0f .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#a4d7aad44ea7b0f .add-addr {
  height: 32px;
  line-height: 30px;
}
#a4d7aad44ea7b0f .publish-item .status {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 50px;
  background: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/icons/info-pass.png) center center no-repeat;
  background-size: contain;
}
#a4d7aad44ea7b0f .publish-item {
  cursor: default;
  min-height: 120px;
}
#a4d7aad44ea7b0f .publish-item .status-0 {
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/icons/info-unread.png);
}
#a4d7aad44ea7b0f .publish-item .status-1 {
  background-image: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/icons/info-fail.png);
}
#a4d7aad44ea7b0f .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #0b45aa;
}
#a4d7aad44ea7b0f .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
#a2f18a441baa5c0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a2f18a441baa5c0 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a2f18a441baa5c0 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #333;
  background-color: rgba(0, 0, 0, 0);
}
#a2f18a441baa5c0 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a2f18a441baa5c0 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li.active > a {
  border-bottom-color: rgba(11, 69, 170, 0);
  border-bottom-style: solid;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li.active > a:before,
#a2f18a441baa5c0 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a2f18a441baa5c0 .menu-list > li ul li {
  position: relative;
}
#a2f18a441baa5c0 .menu-list > li ul li:hover > a {
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.9);
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background: transparent;
}
#a2f18a441baa5c0 .menu-list li ul li:hover > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list li ul li a:active,
#a2f18a441baa5c0 .menu-list li ul li a.active,
#a2f18a441baa5c0 .menu-list li ul li.active > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list li ul,
#a2f18a441baa5c0 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
}
#a2f18a441baa5c0 .menu-list li ul.menu-b > li,
#a2f18a441baa5c0 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a2f18a441baa5c0 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a2f18a441baa5c0 .menu-list li:hover > ul {
  display: block;
}
#a2f18a441baa5c0 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af472a5f12a53fc > .ele-wrap {background-color: rgba(11, 69, 170, 1);}#ac47fa61d1a8624 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad611ab759af803 .ele-wrap {border-color: rgba(156, 171, 212, 1);border-width: 1px;border-style: solid;color: #9cabd4;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ad611ab759af803 .ele-wrap:hover {border-color: rgba(156, 171, 212, 1);background-color: #fff;color: #9cabd4;background-color: rgba(0, 0, 0, 0);}#a6f4ca46f6ac754 > .ele-wrap {background-color: rgba(255, 165, 0, 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;}#a2f18ae196a62b5 > .ele-wrap {background-color: rgba(13, 64, 152, 1);}#ae1f1a4e03aa6f2 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#ae1f1a4e03aa6f2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ae1f1a4e03aa6f2 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a9521a3585a2855 {
  min-height: 90vh;
  /* mobile */
}
#a9521a3585a2855 .search-highlight {
  background: yellow;
}
#a9521a3585a2855 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a9521a3585a2855 .el-title {
  margin-bottom: 20px;
}
#a9521a3585a2855 .el-item:hover .el-title {
  color: #e10000;
}
#a9521a3585a2855 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a9521a3585a2855 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a9521a3585a2855 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a9521a3585a2855 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a9521a3585a2855 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a9521a3585a2855 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a9521a3585a2855 .el-title {
    margin-bottom: 0;
  }
  #a9521a3585a2855 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a9521a3585a2855 .category {
    font-size: 12px;
  }
  #a9521a3585a2855 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#a2f18a441baa5c0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a2f18a441baa5c0 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a2f18a441baa5c0 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #333;
  background-color: rgba(0, 0, 0, 0);
}
#a2f18a441baa5c0 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a2f18a441baa5c0 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li.active > a {
  border-bottom-color: rgba(11, 69, 170, 0);
  border-bottom-style: solid;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li.active > a:before,
#a2f18a441baa5c0 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a2f18a441baa5c0 .menu-list > li ul li {
  position: relative;
}
#a2f18a441baa5c0 .menu-list > li ul li:hover > a {
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.9);
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background: transparent;
}
#a2f18a441baa5c0 .menu-list li ul li:hover > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list li ul li a:active,
#a2f18a441baa5c0 .menu-list li ul li a.active,
#a2f18a441baa5c0 .menu-list li ul li.active > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list li ul,
#a2f18a441baa5c0 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
}
#a2f18a441baa5c0 .menu-list li ul.menu-b > li,
#a2f18a441baa5c0 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a2f18a441baa5c0 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a2f18a441baa5c0 .menu-list li:hover > ul {
  display: block;
}
#a2f18a441baa5c0 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af472a5f12a53fc > .ele-wrap {background-color: rgba(11, 69, 170, 1);}#ac47fa61d1a8624 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad611ab759af803 .ele-wrap {border-color: rgba(156, 171, 212, 1);border-width: 1px;border-style: solid;color: #9cabd4;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ad611ab759af803 .ele-wrap:hover {border-color: rgba(156, 171, 212, 1);background-color: #fff;color: #9cabd4;background-color: rgba(0, 0, 0, 0);}#a6f4ca46f6ac754 > .ele-wrap {background-color: rgba(255, 165, 0, 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;}#a2f18ae196a62b5 > .ele-wrap {background-color: rgba(13, 64, 152, 1);}#ae1f1a4e03aa6f2 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#ae1f1a4e03aa6f2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ae1f1a4e03aa6f2 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a812da9e35a27d5 .comment-detail {
  min-height: 600px;
}
#a812da9e35a27d5 table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#a812da9e35a27d5 table th,
#a812da9e35a27d5 table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#a812da9e35a27d5 table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#a812da9e35a27d5 .red {
  color: #F00!important;
}
#a812da9e35a27d5 .table-title span {
  display: inline-block;
  padding: 0 40px;
  line-height: 40px;
  color: #274589;
  font-size: 16px;
  font-weight: bold;
  background: url(https://aipage-resource-gz.cdn.bcebos.com/sys/img/icons/title_icon.png) 0 center no-repeat;
}
#a2f18a441baa5c0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a2f18a441baa5c0 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a2f18a441baa5c0 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #333;
  background-color: rgba(0, 0, 0, 0);
}
#a2f18a441baa5c0 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a2f18a441baa5c0 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li.active > a {
  border-bottom-color: rgba(11, 69, 170, 0);
  border-bottom-style: solid;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li.active > a:before,
#a2f18a441baa5c0 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a2f18a441baa5c0 .menu-list > li ul li {
  position: relative;
}
#a2f18a441baa5c0 .menu-list > li ul li:hover > a {
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.9);
  width: 150px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background: transparent;
}
#a2f18a441baa5c0 .menu-list li ul li:hover > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list li ul li a:active,
#a2f18a441baa5c0 .menu-list li ul li a.active,
#a2f18a441baa5c0 .menu-list li ul li.active > a {
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-family: inherit;
  color: #0b45aa;
}
#a2f18a441baa5c0 .menu-list li ul,
#a2f18a441baa5c0 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
}
#a2f18a441baa5c0 .menu-list li ul.menu-b > li,
#a2f18a441baa5c0 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a2f18a441baa5c0 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a2f18a441baa5c0 .menu-list li:hover > ul {
  display: block;
}
#a2f18a441baa5c0 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af472a5f12a53fc > .ele-wrap {background-color: rgba(11, 69, 170, 1);}#ac47fa61d1a8624 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad611ab759af803 .ele-wrap {border-color: rgba(156, 171, 212, 1);border-width: 1px;border-style: solid;color: #9cabd4;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ad611ab759af803 .ele-wrap:hover {border-color: rgba(156, 171, 212, 1);background-color: #fff;color: #9cabd4;background-color: rgba(0, 0, 0, 0);}#a6f4ca46f6ac754 > .ele-wrap {background-color: rgba(255, 165, 0, 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;}#a2f18ae196a62b5 > .ele-wrap {background-color: rgba(13, 64, 152, 1);}