@charset "UTF-8";
/*!
Theme Name: HybridMag
Theme URI: https://themezhut.com/themes/hybridmag/
Author: ThemezHut
Author URI: https://themezhut.com
Description: HybridMag is a modern and stylish WordPress theme for blogs, newspapers, and magazine websites. The advanced options provided with HybridMag allow you to tailor every aspect of your website to match your brand, making it the best choice for online publishers.
Version: 1.0.2
Tested up to: 6.7
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hybridmag
Tags: news, blog, grid-layout, right-sidebar, two-columns, custom-logo, custom-menu, featured-images, footer-widgets, theme-options, threaded-comments, translation-ready, rtl-language-support

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

HybridMag is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# Blocks
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
:root {
  --hybridmag-color-primary: #65bc7b;
  --hybridmag-color-tertiary: #272c30;
  --hybridmag-color-main-menu: #272c30;
  --hybridmag-color-text-main: #404040;
  --hybridmag-color-text-light: #7D7D7D;
  --hybridmag-color-text-headings: #222222;
  --hybridmag-color-link: #0a0808;
  --hybridmag-color-link-hover: var(--hybridmag-color-primary);
  --hybridmag-color-link-visited: #5d7ddb;
  --hybridmag-color-button-background: var(--hybridmag-color-primary);
  --hybridmag-color-button-text: #ffffff;
  --hybridmag-color-button-hover-text: #ffffff;
  --hybridmag-color-button-hover-background: #222222;
  --hybridmag-color-button-focus-background: #111111;
  --hybridmag-color-border: #E0E0E0;
  --hybridmag-color-input-border: #ccc;
  --hybridmag-color-text-input-focus: var(--hybridmag-color-text-main);
  --hybridmag-color-input: var(--hybridmag-color-text-main);
  --hybridmag-color-input-background: inherit;
  --hybridmag-color-background-pre: #eeeeee;
  --hybridmag-color-bg-cl-sep-content: #ffffff;
}

:root {
  --hybridmag-font-size-base: 16px;
  --hybridmag-font-size-xxxs: 0.75rem;
  --hybridmag-font-size-xxs: 0.813rem;
  --hybridmag-font-size-xs: 0.875rem;
  --hybridmag-font-size-sm: 0.938rem;
  --hybridmag-font-size-md: 1.063rem;
  --hybridmag-font-size-amd: 1.125rem;
  --hybridmag-font-size-lg: 1.313rem;
  --hybridmag-font-size-xl: 1.5rem;
  --hybridmag-font-size-xxl: 1.625rem;
  --hybridmag-font-size-xxxl: 2rem;
  --hybridmag-font-size-xxxxl: 2.25rem;
  --hybridmag-line-height-body: 1.5;
  --hybridmag-line-height-article: 1.7;
  --hybridmag-line-height-headings: 1.3;
  --hybridmag-line-height-pre: 1.6;
  --hybridmag-font-weight-headings: 600;
}

:root {
  --hybridmag-global-spacing: 35px;
  --hybridmag-sidebar-spacing: 35px;
  --hybridmag-post-cols-gap: 35px;
  --hybridmag-post-row-gap: 35px;
  --hybridmag-global-inner-spacing: 20px;
  --hybridmag-footer-cols-gap: 40px;
  --hybridmag-global-box-shadow: 0 0 15px 0 rgba( 0, 0, 0, 0.06);
  --hybridmag-global-border-radius: 6px;
  --hybridmag-sticky-element-height: 80px;
}
@media (min-width: 480px) {
  :root {
    --hybridmag-global-inner-spacing: 30px;
  }
}

.hm-cl-one {
  --hybridmag-global-spacing: 50px;
  --hybridmag-sidebar-spacing: 50px;
  --hybridmag-post-cols-gap: 50px;
  --hybridmag-post-row-gap: 50px;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

blockquote, body, dd, dl, dt, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, html, iframe, legend, li, ol, p, pre, textarea, ul {
  margin: 0;
  padding: 0;
  border: 0;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
html {
  font-size: var(--hybridmag-font-size-base);
}

body,
button,
input,
select,
optgroup,
textarea {
  color: var(--hybridmag-color-text-main);
  font-family: "Figtree", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: var(--hybridmag-line-height-body);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: var(--hybridmag-color-text-headings);
  font-family: "Figtree", Helvetica, Arial, sans-serif;
  line-height: var(--hybridmag-line-height-headings);
  font-weight: var(--hybridmag-font-weight-headings);
  margin: 20px 0;
}

h1 {
  font-size: var(--hybridmag-font-size-xxxl);
}

h2 {
  font-size: var(--hybridmag-font-size-xl);
}

h3 {
  font-size: var(--hybridmag-font-size-lg);
}

h4 {
  font-size: var(--hybridmag-font-size-md);
}

h5 {
  font-size: var(--hybridmag-font-size-base);
}

h6 {
  font-size: var(--hybridmag-font-size-sm);
}

.site-title {
  font-family: "Figtree", Helvetica, Arial, sans-serif;
  font-size: var(--hybridmag-font-size-xxl);
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .site-title {
    font-size: var(--hybridmag-font-size-xxxl);
  }
}
.site-title a,
.site-title a:hover,
.site-title a:active,
.site-title a:focus,
.site-title a:visited {
  color: #000000;
}

.site-description {
  color: var(--hybridmag-color-text-headings);
  margin: 0;
  font-weight: 700;
  font-size: var(--hybridmag-font-size-xs);
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  border-left: 4px solid var(--hybridmag-color-primary);
  box-shadow: inset 0 0 0 0 #ddd;
  margin: 0;
  padding-left: 1em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: var(--hybridmag-color-background-pre);
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: var(--hybridmag-line-height-pre);
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background-color: #f5f5f5;
}
body.hm-cl-one {
  background-color: #ffffff;
}
body.hybridmag-boxed {
  background-color: #dddddd;
}
body.hybridmag-boxed #page {
  margin: 0 auto;
  width: 1280px;
  max-width: 100%;
  background-color: #f5f5f5;
}
body.hybridmag-boxed.hm-cl-one #page {
  background-color: #ffffff;
}

.hm-container {
  width: 1200px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

body.hybridmag-boxed .hm-container {
  width: auto;
  max-width: 93.75%;
}

.site-content {
  padding: 30px 0;
}
@media only screen and (min-width: 600px) {
  .site-content {
    padding: 35px 0;
  }
}

@media only screen and (min-width: 600px) {
  .hm-cl-one .site-content {
    padding: 40px 0;
  }
}

@media only screen and (min-width: 768px) {
  .content-area {
    display: flex;
    flex-wrap: wrap;
  }
  #primary {
    width: 67.083333333%;
  }
  #secondary {
    width: 32.916666667%;
    padding-left: var(--hybridmag-sidebar-spacing);
  }
  .hm-left-sidebar #secondary {
    order: -10;
    padding-left: 0;
    padding-right: var(--hybridmag-sidebar-spacing);
  }
  .hm-left-sidebar .hm-featured-top {
    order: -20;
  }
  .hm-center-content #primary {
    margin: 0 auto;
  }
}
.hm-no-sidebar #primary {
  width: 100%;
}

.page-template-template-fullwidth #primary {
  width: 100%;
}

html.hm-dark {
  --hybridmag-color-text-headings: #ffffff;
  --hybridmag-color-link: #eeeeee;
  --hybridmag-color-link-hover: #ffffff;
  --hybridmag-color-text-main: #dddddd;
  --hybridmag-color-input: #eeeeee;
  --hybridmag-color-input-background: #222222;
  --hybridmag-color-input-border: #333333;
  --hybridmag-color-border: #333333;
  --hybridmag-color-text-light: #cccccc;
  --hybridmag-color-bg-cl-sep-content: #222222;
}
html.hm-dark body {
  background-color: #000000;
}
html.hm-dark body.hm-cl-one {
  background-color: #222222;
}
html.hm-dark body.hybridmag-boxed {
  background-color: #000000;
}
html.hm-dark body.hybridmag-boxed #page {
  background-color: #111111;
}
html.hm-dark body.hybridmag-boxed.hm-cl-one #page {
  background-color: #222222;
}
html.hm-dark .hm-top-bar a {
  color: #dddddd;
}
html.hm-dark .hm-top-bar {
  background: #111111;
}
html.hm-dark .hm-top-bar .hm-menu ul ul {
  background: #111111;
}
html.hm-dark .hm-top-bar .hm-menu ul ul a:hover {
  background: #000000;
  color: #ffffff;
}
html.hm-dark .hm-top-bar .hm-social-menu a:hover {
  color: #ffffff;
}
html.hm-dark .hm-cl-sep .hm-header-bar {
  background: #111111;
}
html.hm-dark .secondary-menu a {
  color: #dddddd;
}
html.hm-dark .page-content a,
html.hm-dark .entry-content a,
html.hm-dark .entry-summary a {
  color: var(--hybridmag-color-link);
}
html.hm-dark .site-title a,
html.hm-dark .site-title a:hover,
html.hm-dark .site-title a:active,
html.hm-dark .site-title a:focus,
html.hm-dark .site-title a:visited {
  color: #ffffff;
}
html.hm-dark .hm-search-box {
  background: #111111;
}
html.hm-dark .hm-h-de .site-header {
  background-color: #222222;
}
html.hm-dark .hm-h-lg .site-header {
  background-color: #222222;
}
html.hm-dark .hm-nav-sticky.hm-header-inner-wrapper, html.hm-dark .hm-header-inner-wrapper {
  background-color: #222222;
}
html.hm-dark .hm-search-toggle .hm-svg-icon,
html.hm-dark .hm-h-de .hm-header-inner .hm-social-menu a,
html.hm-dark .hm-h-de .main-navigation a {
  color: #eeeeee;
}
html.hm-dark .hm-h-de .hm-slideout-toggle {
  color: #dddddd;
}
html.hm-dark .hm-h-de .main-navigation ul ul .current_page_item > a,
html.hm-dark .hm-h-de .main-navigation ul ul .current-menu-item > a,
html.hm-dark .hm-h-de .main-navigation ul ul .current_page_ancestor > a,
html.hm-dark .hm-h-de .main-navigation ul ul .current-menu-ancestor > a,
html.hm-dark .hm-h-de .main-navigation ul ul li a:hover {
  background-color: #111111;
}
html.hm-dark .hm-h-de .main-navigation ul ul a:hover {
  background-color: #111111;
}
html.hm-dark .hm-h-de .main-navigation {
  background-color: inherit;
}
html.hm-dark .hm-h-de .main-navigation ul ul .current_page_item > a,
html.hm-dark .hm-h-de .main-navigation ul ul .current-menu-item > a,
html.hm-dark .hm-h-de .main-navigation ul ul .current_page_ancestor > a,
html.hm-dark .hm-h-de .main-navigation ul ul .current-menu-ancestor > a {
  background: #111111;
}
html.hm-dark .hm-h-de .main-navigation ul li a:hover,
html.hm-dark .hm-h-de .hm-header-inner .hm-social-menu a:hover {
  color: #ffffff;
}
html.hm-dark #site-navigation.hm-menu ul ul,
html.hm-dark .hm-menu ul ul {
  background-color: #222222;
}
html.hm-dark .hm-h-de .site-header {
  color: #eeeeee;
}
html.hm-dark .hm-h-de .hm-mobile-menu-toggle {
  color: #eeeeee;
}
html.hm-dark .hm-h-lg .site-header .hm-main-menu {
  background-color: #222222;
}
html.hm-dark .hm-h-lg .main-navigation a {
  color: #dddddd;
}
html.hm-dark .hm-h-lg .main-navigation ul li a:hover::before,
html.hm-dark .hm-h-lg .main-navigation .current_page_item > a::before,
html.hm-dark .hm-h-lg .main-navigation .current-menu-item > a::before,
html.hm-dark .hm-h-lg .main-navigation .current_page_ancestor > a::before,
html.hm-dark .hm-h-lg .main-navigation .current-menu-ancestor > a::before {
  background-color: #cccccc;
}
html.hm-dark .hm-h-lg .main-navigation .current_page_item > a,
html.hm-dark .hm-h-lg .main-navigation .current-menu-item > a,
html.hm-dark .hm-h-lg .main-navigation .current_page_ancestor > a,
html.hm-dark .hm-h-lg .main-navigation .current-menu-ancestor > a {
  color: #ffffff;
}
html.hm-dark .hm-h-lg .main-navigation ul ul .current_page_item > a,
html.hm-dark .hm-h-lg .main-navigation ul ul .current-menu-item > a,
html.hm-dark .hm-h-lg .main-navigation ul ul .current_page_ancestor > a,
html.hm-dark .hm-h-lg .main-navigation ul ul .current-menu-ancestor > a,
html.hm-dark .hm-h-lg .main-navigation ul ul li a:hover {
  background: #111111;
  color: #ffffff;
}
html.hm-dark .hm-h-lg .hm-slideout-toggle,
html.hm-dark .hm-h-lg .hm-slideout-toggle:hover {
  color: #dddddd;
}
html.hm-dark li.hm-tab.th-ui-state-active a {
  color: #eeeeee;
}
html.hm-dark .hm-entry .entry-content {
  color: #cccccc;
  margin-top: 5px;
}
html.hm-dark .pagination .page-numbers {
  background: #111111;
}
html.hm-dark .post-thumbnail figcaption {
  color: #ccc;
}
html.hm-dark :where(.wp-block-image figcaption) {
  color: #dddddd;
}
html.hm-dark .hm-light-icon {
  display: block;
}
html.hm-dark .hm-dark-icon {
  display: none;
}
html.hm-dark .hm-featured-tabs .hm-tab-anchor {
  color: #dddddd;
}
html.hm-dark .hm-slideout-sidebar {
  --hybridmag-color-border: #333333;
  background-color: #222222;
  color: #cccccc;
}
html.hm-dark .hm-slideout-sidebar a,
html.hm-dark .hm-slideout-sidebar .site-title a,
html.hm-dark .hm-slideout-sidebar .site-title a:hover,
html.hm-dark .hm-slideout-sidebar .site-title a:active,
html.hm-dark .hm-slideout-sidebar .site-title a:focus,
html.hm-dark .hm-slideout-sidebar .site-title a:visited,
html.hm-dark .hm-slideout-sidebar .hm-dropdown-toggle {
  color: #dddddd;
}
html.hm-dark .hm-slideout-sidebar a:hover {
  color: #f5f5f5;
}
html.hm-dark .hm-slideout-sidebar .hm-slideout-toggle {
  background-color: #111111;
  color: #eeeeee;
}
html.hm-dark .hm-mobile-sidebar {
  --hybridmag-color-border: #333333;
  background: #222222;
}
html.hm-dark .hm-mobile-sidebar a,
html.hm-dark .hm-mobile-sidebar .site-title a,
html.hm-dark .hm-mobile-sidebar .site-title a:hover,
html.hm-dark .hm-mobile-sidebar .site-title a:active,
html.hm-dark .hm-mobile-sidebar .site-title a:focus,
html.hm-dark .hm-mobile-sidebar .site-title a:visited,
html.hm-dark .hm-mobile-sidebar .hm-dropdown-toggle {
  color: #dddddd;
}
html.hm-dark .hm-mobile-sidebar .hm-mobile-menu-toggle {
  background-color: #111111;
}
html.hm-dark .wp-block-group.has-background {
  color: #ffffff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em;
  padding-left: 2rem;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  padding-left: 2rem;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 0 0 1em;
}

table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%;
}

table, th, td {
  border: 1px solid var(--hybridmag-color-border);
}

th {
  background: #f8f8f8;
  padding: 8px 15px;
  text-align: left;
}

.site-footer table, .site-footer th, .site-footer td {
  border: 1px solid #0f1329;
}

.site-footer th {
  background: var(--hybridmag-color-tertiary);
}

td {
  padding: 5px 15px;
}

/* Links
--------------------------------------------- */
a {
  color: var(--hybridmag-color-link);
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: var(--hybridmag-color-link-hover);
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit],
.hm-readmore-btn {
  border: none;
  border-radius: 3px;
  background: var(--hybridmag-color-button-background);
  color: var(--hybridmag-color-button-text);
  cursor: pointer;
  line-height: 1;
  padding: 0.8rem 1rem;
  font-family: "Figtree", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.hm-readmore-btn:hover {
  color: var(--hybridmag-color-button-hover-text);
  background: var(--hybridmag-color-button-hover-background);
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus,
.hm-readmore-btn:active,
.hm-readmore-btn:focus {
  background: var(--hybridmag-color-button-focus-background);
}

svg.hm-svg-icon {
  fill: currentColor;
}

.hm-readmore-btn {
  font-size: var(--hybridmag-font-size-xs);
  display: inline-block;
  padding: 0.7rem 0.9rem;
  text-decoration: none !important;
}

a.hm-readmore-btn {
  text-decoration: none;
  color: var(--hybridmag-color-button-text) !important;
}
a.hm-readmore-btn:hover {
  color: var(--hybridmag-color-button-hover-text) !important;
}
a.hm-readmore-btn:visited {
  color: var(--hybridmag-color-button-text) !important;
}

.hm-cta-btn {
  border-radius: 5px;
  background: var(--hybridmag-color-button-background);
  color: var(--hybridmag-color-button-text);
  line-height: 1;
  padding: 10px 20px;
  font-family: "Figtree", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin: 0 8px;
}
.hm-cta-btn:visited {
  color: var(--hybridmag-color-button-hover-text);
}
.hm-cta-btn:hover {
  color: var(--hybridmag-color-button-hover-text);
  background: var(--hybridmag-color-button-hover-background);
}
@media (max-width: 600px) {
  .hm-cta-btn {
    padding: 8px 10px;
    font-size: var(--hybridmag-font-size-xs);
  }
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: var(--hybridmag-color-input);
  background-color: var(--hybridmag-color-input-background);
  border: 1px solid var(--hybridmag-color-input-border);
  border-radius: 0;
  padding: 8px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: var(--hybridmag-color-text-input-focus);
}

select {
  border: 1px solid var(--hybridmag-color-input-border);
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Site
--------------------------------------------------------------*/
/* Header
--------------------------------------------- */
.hm-h-lg .hm-header-inner {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 959px) {
  .hm-h-lg .hm-header-inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .hm-h-lg .hm-header-inner .hm-search-container {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .hm-h-lg .hm-header-inner {
    position: relative;
  }
}
.hm-h-lg .hm-header-inner .hm-social-menu li a {
  height: 50px;
}
@media (max-width: 959px) {
  .hm-h-lg .hm-header-inner .hm-search-toggle {
    height: 40px;
  }
}
.hm-h-lg.hm-wide-pmenu-inner .hm-menu-wrapper.hm-container {
  width: 100%;
}
.hm-h-lg .site-title {
  font-size: var(--hybridmag-font-size-xxxxl);
}
.hm-h-lg .hm-search-toggle,
.hm-h-lg .hm-slideout-toggle:hover {
  color: #222222;
}
.hm-h-lg .hm-slideout-toggle,
.hm-h-lg .hm-slideout-toggle:hover {
  color: #222222;
}
.hm-h-lg .hm-search-toggle {
  height: 62px;
}
.hm-h-lg .hm-main-menu .hm-social-menu li a {
  height: 62px;
}
.hm-wide-topbar .top-bar-inner.hm-container {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .hm-wide-topbar .top-bar-inner.hm-container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.hm-wide-header .hm-header-inner.hm-container {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .hm-wide-header .hm-header-inner.hm-container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.site-branding-container {
  margin-right: auto;
  display: flex;
  align-items: center;
}
.site-branding-container .site-logo {
  margin-right: 1em;
}

.site-title,
.site-description {
  margin-right: 20px;
}

.site-logo img {
  vertical-align: middle;
}

.hm-search-toggle {
  background-color: transparent;
  border: none;
  color: #222222;
  padding: 0 8px;
  display: flex;
  align-items: center;
  line-height: 1;
}
.hm-search-toggle .hm-svg-icon {
  font-size: 1.125rem;
  width: 1em;
}
.hm-search-toggle:focus, .hm-search-toggle:active, .hm-search-toggle:hover {
  background-color: transparent;
  color: #222222;
}

.hm-top-bar {
  background-color: #F7F6F1;
}
.hm-top-bar .hm-social-menu a:hover {
  color: var(--hybridmag-color-link-hover);
}
.hm-top-bar .hm-social-menu li a {
  height: 35px;
}
.hm-top-bar .secondary-menu {
  margin-right: auto;
}
.hm-top-bar a {
  color: #222222;
}
.hm-top-bar a:hover {
  color: var(--hybridmag-color-text-main);
}
.hm-top-bar .hm-slideout-toggle {
  font-size: var(--hybridmag-font-size-amd);
  margin-right: 0.8em;
  color: #222222;
}

.top-bar-inner {
  display: flex;
  align-items: center;
}

.hm-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 15px;
}

.hm-h-lg.logo-aligned-center .hm-header-inner {
  justify-content: center;
  flex-wrap: wrap;
}
.hm-h-lg.logo-aligned-center .hm-header-sidebar {
  order: 20;
  margin-top: 30px;
  flex-basis: 100%;
}
.hm-h-lg.logo-aligned-center .hm-header-sidebar-inner {
  margin: 0 auto;
  display: table;
}
.hm-h-lg.logo-aligned-center .hm-mobile-menu-toggle {
  margin-right: 0;
  margin-left: 0;
  padding: 10px;
}
@media (min-width: 768px) {
  .hm-h-lg.logo-aligned-center .site-branding-container {
    margin: 0 auto;
    flex-direction: column;
  }
  .hm-h-lg.logo-aligned-center .hm-header-inner-left,
  .hm-h-lg.logo-aligned-center .site-branding-container,
  .hm-h-lg.logo-aligned-center .hm-header-inner-right {
    flex: 1;
    width: auto;
  }
  .hm-h-lg.logo-aligned-center .site-title,
  .hm-h-lg.logo-aligned-center .site-description {
    margin-right: 0;
    text-align: center;
  }
  .hm-h-lg.logo-aligned-center .site-logo {
    margin: 0 auto;
  }
  .hm-h-lg.logo-aligned-center .hm-header-inner .hm-social-menu {
    margin-right: auto;
  }
  .hm-h-lg.logo-aligned-center .hm-cta-btn {
    margin-left: auto;
  }
}

.hm-h-lg.logo-aligned-right .hm-header-inner {
  justify-content: flex-end;
}
.hm-h-lg.logo-aligned-right .hm-header-inner .hm-search-box {
  left: 0;
  right: auto;
}
.hm-h-lg.logo-aligned-right .hm-header-inner-right {
  order: -25;
}
.hm-h-lg.logo-aligned-right .hm-header-inner-left {
  order: -20;
}
.hm-h-lg.logo-aligned-right .hm-header-sidebar {
  order: -10;
  margin-left: 0;
  margin-right: auto;
}
@media (max-width: 960px) {
  .hm-h-lg.logo-aligned-right .hm-header-sidebar {
    order: 20;
  }
}
.hm-h-lg.logo-aligned-right .site-branding-container {
  margin-right: 0;
  margin-left: auto;
}
.hm-h-lg.logo-aligned-right .hm-mobile-menu-toggle {
  order: -30;
  margin-right: 0;
  margin-left: 0;
  padding: 10px 10px 10px 0;
}

@media (max-width: 768px) {
  .hm-h-de.has-header-sb .hm-header-inner,
  .hm-h-lg.has-header-sb .hm-header-inner {
    flex-wrap: wrap;
  }
}

.hm-h-de .site-header {
  background: #ffffff;
  box-shadow: var(--hybridmag-global-box-shadow);
}
@media (max-width: 960px) {
  .hm-h-de .site-header .hm-light-dark-switch {
    display: none;
  }
}
.hm-h-de .hm-header-inner {
  min-height: 50px;
}
@media screen and (min-width: 768px) {
  .hm-h-de .hm-header-inner {
    min-height: 40px;
  }
}
@media screen and (max-width: 600px) {
  .hm-h-de .hm-header-inner {
    position: relative;
  }
}
.hm-h-de .hm-header-inner-wrapper {
  padding-top: 5px;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .hm-h-de .hm-header-inner-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.hm-h-de .hm-header-inner .hm-social-menu {
  margin: 0 5px 0;
}
@media (max-width: 960px) {
  .hm-h-de .hm-header-inner .hm-social-menu {
    display: none;
  }
}
.hm-h-de .hm-mobile-menu-toggle {
  color: #222222;
}
.hm-h-de .hm-search-toggle {
  height: 50px;
}
.hm-h-de .hm-header-inner .hm-social-menu li a {
  height: 30px;
}
.hm-h-de .hm-header-inner .hm-slideout-toggle {
  height: 50px;
}

.hm-header-gadgets {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.hm-menu-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: auto;
}

.hm-h-lg.menu-align-center .hm-menu-wrapper {
  justify-content: center;
}

.hm-search-container {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .hm-search-container {
    position: initial;
  }
}

.hide-header-search .hm-search-box {
  display: none;
}

.hm-search-toggle .hm-search-icon {
  display: none;
}

.hide-header-search .hm-search-toggle .hm-search-icon {
  display: block;
}

.hide-header-search .hm-search-toggle .hm-close-icon {
  display: none;
}

.hm-mobile-menu-toggle {
  background-color: transparent;
  border: none;
  color: #000000;
  font-size: var(--hybridmag-font-size-lg);
  padding: 10px;
}
.hm-mobile-menu-toggle:hover {
  background-color: transparent;
  color: #000000;
}
.hm-mobile-menu-toggle:active, .hm-mobile-menu-toggle:focus {
  background-color: transparent;
}

.hm-mobile-sidebar {
  bottom: 0;
  overflow: auto;
  padding: 20px;
  position: fixed;
  top: 0;
  z-index: 999999;
  right: -100%;
  width: 90vw;
  transition: right 0.2s;
  background-color: #ffffff;
  font-size: var(--hybridmag-font-size-sm);
}
.hm-mobile-sidebar .hm-dropdown-toggle,
.hm-mobile-sidebar a {
  color: var(--hybridmag-color-text-main);
}
.hm-mobile-sidebar div {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .hm-mobile-sidebar {
    width: 40vw;
  }
}
.hm-mobile-sidebar .hm-mobile-menu-toggle {
  color: #111111;
  background: #dddddd;
  border-radius: 0;
  width: 45px;
  height: 40px;
  float: right;
  margin: -20px -20px 0 0;
}
@media only screen and (min-width: 959px) {
  .hm-mobile-sidebar .hm-mobile-menu-toggle {
    display: block;
  }
}
.hm-mobile-sidebar .hm-social-nav {
  margin: 20px 10px 20px 10px;
}
.hm-mobile-sidebar .hm-social-menu {
  font-size: var(--hybridmag-font-size-amd);
  justify-content: center;
}
.hm-mobile-sidebar .hm-social-menu li a {
  padding: 10px 10px;
}
.hm-mobile-sidebar .hm-social-menu li:first-child a {
  padding-left: 0;
}

.mobile-menu-opened .hm-mobile-sidebar {
  right: 0;
}

.hm-mobile-sb-top::after {
  display: block;
  content: "";
  clear: both;
}

.hm-mobile-sb-logo {
  float: left;
  max-width: 95%;
}
.hm-mobile-sb-logo .site-title {
  font-size: 1.75rem;
}
.hm-mobile-sb-logo .site-description {
  display: none;
}

.hm-slideout-toggle {
  background-color: transparent;
  border: none;
  color: #222222;
  font-size: var(--hybridmag-font-size-lg);
  padding: 0 10px;
}
.hm-slideout-toggle:hover {
  background-color: transparent;
  color: #555555;
}
.hm-slideout-toggle:active, .hm-slideout-toggle:focus {
  background-color: transparent;
}

.hm-slideout-sidebar {
  background-color: #ffffff;
  bottom: 0;
  color: var(--hybridmag-color-text-main);
  overflow: auto;
  position: fixed;
  top: 0;
  z-index: 999999;
  right: -100%;
  width: 90vw;
  transition: right 0.2s;
  padding: 30px;
}
.hm-slideout-sidebar .hm-dropdown-toggle,
.hm-slideout-sidebar a {
  color: var(--hybridmag-color-text-main);
}
@media only screen and (min-width: 959px) {
  .hm-slideout-sidebar {
    width: 50vw;
    max-width: 400px;
  }
}
.hm-slideout-sidebar .hm-slideout-toggle {
  background: #dddddd;
  width: 40px;
  height: 35px;
  border-radius: 0;
  color: #000000;
  float: right;
  margin-top: -30px;
  margin-right: -30px;
}

.hm-menu-bars-close {
  display: none;
}

.slideout-opened .hm-slideout-sidebar {
  right: 0;
}
.slideout-opened .hm-menu-bars-close {
  display: block;
}
.slideout-opened .hm-menu-bars {
  display: none;
}

.hm-slideout-top {
  margin-bottom: 10px;
}
.hm-slideout-top::after {
  display: block;
  content: "";
  clear: both;
}

.hm-slideout-sb-logo {
  margin: 0 0 20px;
  max-width: 95%;
  float: left;
}
.hm-slideout-sb-logo .site-title {
  font-size: var(--hybridmag-font-size-xxl);
}
.hm-slideout-sb-logo .site-description {
  display: none;
}

.hm-overlay-mask {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  inset: 0;
  position: fixed;
  z-index: 999998;
}

.hm-menu.desktop-only,
.desktop-only {
  display: none;
}
@media only screen and (min-width: 959px) {
  .hm-menu.desktop-only,
  .desktop-only {
    display: block;
  }
}

@media only screen and (max-width: 959px) {
  .hm-header-sidebar {
    order: 20;
    width: 100%;
    margin: 1em 0 0;
  }
}
.hm-search-box {
  position: absolute;
  top: 100%;
  right: 0;
  width: 350px;
  padding: 10px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  z-index: 99;
}
.hm-search-box form.search-form {
  display: flex;
  flex-wrap: nowrap;
}
.hm-search-box input.search-submit {
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
}
.hm-search-box label {
  flex-grow: 1;
}
.hm-search-box input.search-field {
  height: 40px;
  border: none;
  border-radius: 0;
  width: 100%;
}
.hm-search-box input.search-field:focus {
  outline: none;
  border-bottom: 1px solid var(--hybridmag-color-border);
}
@media (max-width: 600px) {
  .hm-search-box {
    width: 100%;
  }
}

.hm-breadcrumb-wrap {
  margin-bottom: 15px;
  font-size: var(--hybridmag-font-size-xs);
  font-weight: 500;
}

.hm-header-bar {
  z-index: -1;
  position: relative;
}
.hm-header-bar .hm-breadcrumb-wrap {
  padding: 10px 15px;
  margin-bottom: 0;
}

.hm-cl-sep .hm-header-bar {
  background: #ffffff;
}

.hm-header-image img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.hm-header-inner-left,
.hm-header-inner-right {
  display: flex;
  align-items: center;
}
.hm-header-inner-left .hm-cta-btn,
.hm-header-inner-right .hm-cta-btn {
  margin-bottom: 4px;
}
.hm-header-inner-left .hm-social-menu,
.hm-header-inner-right .hm-social-menu {
  font-size: var(--hybridmag-font-size-md);
}
@media (max-width: 959px) {
  .hm-header-inner-left .hm-social-menu,
  .hm-header-inner-right .hm-social-menu {
    display: none;
  }
}

.site-header .hm-light-icon {
  display: none;
}
.site-header .hm-dark-icon {
  display: block;
}
.site-header .hm-light-dark-switch {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.site-header .hm-light-dark-toggle {
  background: transparent;
  padding: 3px 8px 0 10px;
  font-size: 1.05rem;
  color: inherit;
}

.hm-mobile-sidebar .hm-light-icon {
  display: none;
}
.hm-mobile-sidebar .hm-light-dark-switch {
  text-align: right;
}
.hm-mobile-sidebar .hm-light-dark-toggle {
  color: inherit;
  border-radius: 20px;
  text-align: center;
  padding: 0;
  width: 35px;
  height: 35px;
  background-color: transparent;
  border: 1px solid var(--hybridmag-color-border);
}

/* Footer */
.hm-footer-cols-1 .hm-footer-column,
.hm-footer-cols-2 .hm-footer-column,
.hm-footer-cols-3 .hm-footer-column,
.hm-footer-cols-4 .hm-footer-column {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .hm-footer-cols-2 .hm-footer-column {
    width: calc(50% - var(--hybridmag-footer-cols-gap) / 2);
  }
  .hm-footer-cols-3 .hm-footer-column {
    width: calc(33.333% - var(--hybridmag-footer-cols-gap) * 2 / 3);
  }
  .hm-footer-cols-4 .hm-footer-column {
    width: calc(25% - var(--hybridmag-footer-cols-gap) * 3 / 4);
  }
}
.site-footer {
  background-color: var(--hybridmag-color-tertiary);
  color: #cccccc;
}
.site-footer a {
  color: #cccccc;
}
.site-footer a:hover {
  color: #ffffff;
}
.site-footer .widget-title {
  color: #ffffff;
}

.hm-footer-bottom-content {
  padding: 20px 0;
  border-top: 1px solid #595f64;
}

.hm-footer-widget-area .widget {
  margin: 50px 0;
}

.hm-footer-widget-area:before,
.hm-footer-widget-area:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.hm-footer-widget-area:after {
  clear: both;
}

@media screen and (min-width: 768px) {
  .hm-footer-widgets-inner {
    display: flex;
    flex-wrap: wrap;
    gap: var(--hybridmag-footer-cols-gap);
  }
}

.hm-wide-footer .hm-container.hm-footer-widgets-inner {
  width: 100%;
}

.hm-footer-bottom-content {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  justify-content: space-between;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.hm-menu {
  display: block;
}
.hm-menu ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.hm-menu ul ul {
  background-color: #f2f2f2;
  box-shadow: var(--hybridmag-global-box-shadow);
  display: block;
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  width: 210px;
  z-index: 99999;
}
.hm-menu ul ul ul {
  left: -999em;
  top: 0;
}
.hm-menu ul ul li:hover > ul, .hm-menu ul ul li.focus > ul {
  left: 100%;
}
.hm-menu ul ul a {
  line-height: 1.5;
  width: 100%;
  color: #2c2b2b;
}
.hm-menu ul ul a:hover {
  background-color: #fafafa;
  color: #000000;
}
.hm-menu ul ul span.hm-menu-icon {
  float: right;
}
.hm-menu ul ul span.hm-menu-icon .hm-svg-icon {
  top: 0.1em;
  transform: rotate(-90deg);
}
.hm-menu ul ul.sub-menu li a,
.hm-menu ul ul.children li a {
  padding: 12px 18px;
}
.hm-menu ul span.hm-menu-icon {
  clear: both;
  display: inline-block;
  height: 100%;
  padding: 0 0 0 7px;
}
.hm-menu ul span.hm-menu-icon .hm-svg-icon {
  position: relative;
  width: 0.8em;
  height: 0.8em;
  font-size: var(--hybridmag-font-size-sm);
}
.hm-menu ul li:hover > ul,
.hm-menu ul li.focus > ul {
  left: auto;
}
.hm-menu li {
  position: relative;
}
/* Small menu. */
.menu-toggle,
.hm-menu.toggled ul {
  display: block;
}

.main-navigation ul ul span.hm-menu-icon {
  float: right;
  padding: 0 0 0 5px;
}
.main-navigation ul ul span.hm-menu-icon .hm-svg-icon {
  transform: rotate(-90deg);
}
.main-navigation ul ul a {
  font-size: var(--hybridmag-font-size-xs);
}
.main-navigation a {
  display: block;
  font-weight: 600;
  text-decoration: none;
  padding: 0 12px;
  line-height: 50px;
}

.hm-h-lg .main-navigation a {
  line-height: 62px;
}

.secondary-menu ul ul span.hm-menu-icon {
  float: right;
}
.secondary-menu ul ul span.hm-menu-icon .hm-svg-icon {
  top: 0.1em;
  transform: rotate(-90deg);
}
.secondary-menu a {
  color: #000000;
  display: block;
  font-size: var(--hybridmag-font-size-xs);
  font-weight: 600;
  text-decoration: none;
  padding: 0 11px;
  line-height: 40px;
}
.secondary-menu li:first-child a {
  padding-left: 0;
}

.hm-h-de .main-navigation {
  background-color: transparent;
  margin-left: auto;
}
.hm-h-de .main-navigation ul li a:hover {
  color: #222222;
}
.hm-h-de .main-navigation ul ul .current_page_item > a,
.hm-h-de .main-navigation ul ul .current-menu-item > a,
.hm-h-de .main-navigation ul ul .current_page_ancestor > a,
.hm-h-de .main-navigation ul ul .current-menu-ancestor > a,
.hm-h-de .main-navigation ul ul a {
  color: var(--hybridmag-color-primary);
}
.hm-h-de .main-navigation ul ul .current_page_item > a,
.hm-h-de .main-navigation ul ul .current-menu-item > a,
.hm-h-de .main-navigation ul ul .current_page_ancestor > a,
.hm-h-de .main-navigation ul ul .current-menu-ancestor > a {
  background: #fafafa;
}
.hm-h-de .main-navigation ul ul li a:hover {
  color: var(--hybridmag-color-primary);
}
.hm-h-de .main-navigation a {
  color: #222222;
}
.hm-h-de .main-navigation ul ul a {
  color: #2c2b2b;
}
.hm-h-de .main-navigation .current_page_item > a,
.hm-h-de .main-navigation .current-menu-item > a,
.hm-h-de .main-navigation .current_page_ancestor > a,
.hm-h-de .main-navigation .current-menu-ancestor > a {
  color: #0057a4;
}
.hm-h-de .hm-header-inner .hm-social-menu a {
  font-size: var(--hybridmag-font-size-sm);
  color: #222222;
}
.hm-h-de .hm-header-inner .hm-social-menu a:hover {
  color: #555555;
}
@media (max-width: 959px) {
  .hm-h-de .hm-header-inner .hm-slideout-toggle {
    display: none;
  }
}

.hm-h-lg .site-header {
  background-color: #ffffff;
  box-shadow: var(--hybridmag-global-box-shadow);
}
.hm-h-lg .site-header .hm-main-menu {
  border-top: 1px solid var(--hybridmag-color-border);
}
.hm-h-lg.menu-align-left .main-navigation {
  margin-right: auto;
}
.hm-h-lg.menu-align-right .main-navigation {
  margin-left: auto;
}
.hm-h-lg .main-navigation ul li {
  position: relative;
}
.hm-h-lg .main-navigation ul li a:hover::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: var(--hybridmag-color-link-hover);
}
.hm-h-lg .main-navigation ul ul li a:hover::before {
  display: none;
}
.hm-h-lg .main-navigation ul ul .current_page_item > a,
.hm-h-lg .main-navigation ul ul .current-menu-item > a,
.hm-h-lg .main-navigation ul ul .current_page_ancestor > a,
.hm-h-lg .main-navigation ul ul .current-menu-ancestor > a {
  background: #fafafa;
}
.hm-h-lg .main-navigation ul ul .current_page_item > a::before,
.hm-h-lg .main-navigation ul ul .current-menu-item > a::before,
.hm-h-lg .main-navigation ul ul .current_page_ancestor > a::before,
.hm-h-lg .main-navigation ul ul .current-menu-ancestor > a::before {
  display: none;
}
.hm-h-lg .main-navigation ul ul a {
  color: #2c2b2b;
  line-height: inherit;
}
.hm-h-lg .main-navigation .current_page_item > a::before,
.hm-h-lg .main-navigation .current-menu-item > a::before,
.hm-h-lg .main-navigation .current_page_ancestor > a::before,
.hm-h-lg .main-navigation .current-menu-ancestor > a::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: var(--hybridmag-color-primary);
}
.hm-h-lg .main-navigation a {
  color: #222222;
}

.hybridmag-boxed .hm-menu-wrapper.hm-container,
.hm-menu-wrapper.hm-container {
  max-width: 100%;
}

.hm-nav-sticky.hm-header-inner-wrapper,
.hm-nav-sticky.hm-main-menu {
  z-index: 9999;
  position: fixed;
}

.hm-nav-sticky.hm-header-inner-wrapper {
  width: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid var(--hybridmag-color-border);
}

.hm-mobile-menu-toggle {
  display: block;
}
@media only screen and (min-width: 959px) {
  .hm-mobile-menu-toggle {
    display: none;
  }
}

.hm-mobile-menu {
  margin-bottom: 20px;
  border-top: 1px solid var(--hybridmag-color-border);
}
.hm-mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0 0 20px;
}
.hm-mobile-menu ul li {
  position: relative;
  border-bottom: 1px solid var(--hybridmag-color-border);
}
.hm-mobile-menu ul li a {
  display: block;
  width: 100%;
  line-height: 45px;
  font-weight: 600;
}
.hm-mobile-menu ul ul {
  display: none;
  padding: 0 0 0 20px;
  border-top: 1px solid var(--hybridmag-color-border);
}
.hm-mobile-menu ul ul li:last-child {
  border: none;
}
.hm-mobile-menu ul ul.toggled-on {
  display: block;
}
.hm-mobile-menu .hm-dropdown-toggle.toggled-on svg {
  transform: rotate(-180deg);
}
.hm-mobile-menu .hm-dropdown-toggle {
  cursor: pointer;
  background: transparent;
  font-size: var(--hybridmag-font-size-base);
  position: absolute;
  top: 0;
  right: 0;
  line-height: 45px;
  padding: 0 15px;
  border-radius: 0;
  border-left: 1px solid var(--hybridmag-color-border);
  border-right: 1px solid var(--hybridmag-color-border);
}
.hm-mobile-menu .hm-dropdown-toggle:hover, .hm-mobile-menu .hm-dropdown-toggle:active, .hm-mobile-menu .hm-dropdown-toggle:focus {
  background: inherit;
}

/*#hm-slideout-sidebar {
	.hm-dropdown-toggle,
	.hm-mobile-menu ul li a {
		color: inherit;
	}
}*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 35px 0 35px;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

.posts-navigation .nav-links {
  font-size: var(--hybridmag-font-size-md);
  font-weight: 600;
}

.post-navigation .nav-links {
  display: flex;
}
.post-navigation .nav-links .posts-nav-text {
  color: var(--hybridmag-color-text-light);
  font-size: var(--hybridmag-font-size-xs);
  font-weight: 600;
}
.post-navigation .nav-links .post-title {
  font-family: "Figtree", Helvetica, Arial, sans-serif;
  color: var(--hybridmag-color-link);
  font-size: var(--hybridmag-font-size-amd);
  font-weight: 600;
}
.post-navigation .nav-links .post-title:hover {
  color: var(--hybridmag-color-link-hover);
}

.hm-cl-sep .post-navigation {
  background: var(--hybridmag-color-bg-cl-sep-content);
  padding: var(--hybridmag-global-inner-spacing);
  border-radius: var(--hybridmag-global-border-radius);
  box-shadow: var(--hybridmag-global-box-shadow);
}

.hm-social-menu {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.hm-social-menu li a {
  display: flex;
  padding: 0 7px;
  align-items: center;
}

/**
 * Pagination
 */
.pagination {
  margin: 10px 0 30px;
}
.pagination .page-numbers {
  background: #e7e7e7;
  border-radius: 3px;
  color: var(--hybridmag-color-text-main);
  font-weight: 600;
  padding: 10px 17px;
  margin: 0 2px 5px 2px;
  display: inline-block;
}
.pagination .page-numbers.next,
.pagination .page-numbers.previous {
  margin: 0;
}
.pagination .page-numbers.current {
  background: var(--hybridmag-color-primary);
  color: #ffffff;
  font-weight: 600;
}
.pagination a.page-numbers:hover {
  background: var(--hybridmag-color-primary);
  color: #ffffff;
}

.infinite-scroll .pagination {
  display: none;
}

.hm-entry .page-links {
  padding: 30px 0;
}

/* Pagination inside post/page content */
.hm-entry .post-page-numbers {
  color: var(--hybridmag-color-text-main) !important;
  font-weight: 600;
  background-color: #eeeeee;
  padding: 8px 17px;
  margin: 0 2px 5px 2px;
  display: inline-block;
  text-decoration: none !important;
}
.hm-entry .post-page-numbers:visited {
  color: #000000;
}
.hm-entry .post-page-numbers:hover, .hm-entry .post-page-numbers.current {
  background-color: var(--hybridmag-color-primary);
  color: #ffffff !important;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.hm-show-updated .entry-header .updated:not(.published) {
  display: inline-block;
}

.hm-show-updated .entry-header .published.sm-hu {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-content a,
.entry-content a,
.entry-summary a {
  color: #046bd2;
  text-decoration: underline;
}
.page-content a:hover,
.entry-content a:hover,
.entry-summary a:hover {
  color: var(--hybridmag-color-link-hover);
}

.entry-content:before,
.entry-content:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.entry-content:after {
  clear: both;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.post-thumbnail img {
  vertical-align: middle;
}

.hm-entry {
  word-break: break-word;
  overflow-wrap: break-word;
  margin-bottom: var(--hybridmag-post-row-gap);
}
.hm-entry .post-thumbnail {
  margin: 0 0 15px;
  overflow: hidden;
}
.hm-entry .entry-header {
  margin: 0 0 15px;
}
.hm-entry .entry-title {
  font-size: var(--hybridmag-font-size-lg);
  margin: 0 0 10px;
}
.hm-entry .entry-content {
  color: #505050;
  margin-top: 5px;
}
.hm-entry .entry-content > * {
  margin-bottom: 20px;
}
.hm-entry .entry-content > *:last-child {
  margin-bottom: 0;
}
.hm-entry .entry-content-wrapper .entry-meta {
  margin-top: 20px;
}

.hm-cl-sep .hm-entry {
  background: var(--hybridmag-color-bg-cl-sep-content);
  box-shadow: var(--hybridmag-global-box-shadow);
  border-radius: var(--hybridmag-global-border-radius);
  overflow: hidden;
}

.hm-post-grid.hm-arc-img-ah .hm-entry .post-thumbnail img, .hm-post-grid.hm-arc-img-bh .hm-entry .post-thumbnail img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 600px) {
  .hm-post-grid #blog-entries {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: var(--hybridmag-post-cols-gap);
         column-gap: var(--hybridmag-post-cols-gap);
  }
  .hm-post-grid.hm-grid-2 #blog-entries .hm-entry {
    width: calc(50% - var(--hybridmag-post-cols-gap) / 2);
  }
  .hm-post-grid.hm-grid-3 #blog-entries .hm-entry {
    width: calc(33.333% - var(--hybridmag-post-cols-gap) * 2 / 3);
  }
  .hm-post-grid.hm-grid-4 #blog-entries .hm-entry {
    width: calc(25% - var(--hybridmag-post-cols-gap) * 3 / 4);
  }
  .hm-post-grid.hm-grid-5 #blog-entries .hm-entry {
    width: calc(20% - var(--hybridmag-post-cols-gap) * 4 / 5);
  }
  .hm-post-grid.hm-grid-6 #blog-entries .hm-entry {
    width: calc(16.66667% - var(--hybridmag-post-cols-gap) * 5 / 6);
  }
}
.entry-meta {
  font-size: var(--hybridmag-font-size-xs);
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: var(--hybridmag-color-text-light);
}
.entry-meta a {
  color: var(--hybridmag-color-text-light);
}
.entry-meta a:visited {
  color: var(--hybridmag-color-text-light);
}
.entry-meta a:hover {
  color: var(--hybridmag-color-link-hover);
}
.entry-meta .author a {
  color: var(--hybridmag-color-link);
  font-weight: 500;
}
.entry-meta .author a:visited {
  color: var(--hybridmag-color-link);
}
.entry-meta .author a:hover {
  color: var(--hybridmag-color-link-hover);
}
.entry-meta svg {
  margin: 0 0.3em 0 0;
}

.hm-meta-sep {
  margin: 0 0.6em;
}

.hm-entry .entry-content .hm-read-more {
  text-decoration: none;
  color: var(--hybridmag-color-link);
  font-weight: 500;
}
.hm-entry .entry-content .hm-read-more:visited {
  color: var(--hybridmag-color-link);
}
.hm-entry .entry-content .hm-read-more:hover {
  color: var(--hybridmag-color-link-hover);
  text-decoration: underline;
}

.entry-title {
  word-wrap: break-word;
}
.entry-title a {
  color: var(--hybridmag-color-link);
}
.entry-title a:visited {
  color: var(--hybridmag-color-link);
}
.entry-title a:hover {
  color: #0057a4;
}

.cat-links:not(.entry-meta .cat-links) {
  color: #f5f5f5;
  display: block;
}
.cat-links:not(.entry-meta .cat-links) ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0 0 0.8em;
}
.cat-links:not(.entry-meta .cat-links) a {
  color: #ffffff;
  background: #007bff;
  display: inline-block;
  padding: 0.15em 0.65em;
  border-radius: 4px;
  font-weight: 600;
  font-size: var(--hybridmag-font-size-xxxs);
}
.cat-links:not(.entry-meta .cat-links) a:visited {
  color: #ffffff;
}
.cat-links:not(.entry-meta .cat-links) a:hover {
  background: #333333;
}

.hm-arc-img-ba .hm-entry {
  display: flex;
}
.hm-arc-img-ba .hm-entry .post-thumbnail {
  flex-basis: 46.273291925%;
}
.hm-arc-img-ba .hm-entry .hm-article-inner {
  flex-basis: 46.273291925%;
  flex-grow: 1;
}
.hm-arc-img-ba.hybridmagaif-right .post-thumbnail {
  order: 2;
}
.hm-arc-img-ba.hybridmagaif-right .hm-article-inner {
  order: 1;
}
.hm-arc-img-ba.hybridmagaif-right.hm-post-list .hm-entry .post-thumbnail {
  margin-bottom: 0;
  border-top-left-radius: var(--hybridmag-global-border-radius);
  border-bottom-left-radius: var(--hybridmag-global-border-radius);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.hm-arc-img-ba.hm-post-list .hm-entry {
  align-items: center;
}
.hm-arc-img-ba.hm-post-list .hm-entry .post-thumbnail {
  margin: 0 30px 0 0;
  border-top-right-radius: var(--hybridmag-global-border-radius);
  border-bottom-right-radius: var(--hybridmag-global-border-radius);
  box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.08);
}
.hm-arc-img-ba.hm-post-list .hm-entry .post-thumbnail img {
  width: 100%;
  height: auto;
}
@media (max-width: 599px) {
  .hm-arc-img-ba.hm-post-list .hm-entry .post-thumbnail {
    width: 100%;
    margin: 0 0 30px 0;
    border-radius: var(--hybridmag-global-border-radius);
  }
}
@media (max-width: 599px) {
  .hm-arc-img-ba.hm-post-list .hm-entry {
    display: block;
  }
}
.hm-arc-img-ba.hm-post-list.hm-cl-sep .hm-entry {
  padding: var(--hybridmag-global-inner-spacing);
}
@media (min-width: 600px) {
  .hm-arc-img-ba.hm-post-list.hm-cl-sep .hm-entry {
    padding: 30px 0;
  }
  .hm-arc-img-ba.hm-post-list.hm-cl-sep .hm-entry .post-thumbnail {
    margin-right: 0;
  }
}
@media (min-width: 600px) {
  .hm-arc-img-ba.hm-post-list.hm-cl-sep .hm-article-inner {
    margin: 0 30px;
  }
}
.hm-arc-img-ba.hm-post-list.hm-cl-one .hm-entry .post-thumbnail {
  box-shadow: none;
  border-radius: var(--hybridmag-global-border-radius);
}
.hm-arc-img-ba.hm-post-grid.hm-cl-sep .hm-entry {
  padding: 20px;
}
.hm-arc-img-ba.hm-post-grid.hm-cl-sep .hm-entry .post-thumbnail {
  max-width: 30%;
}

.hm-post-grid.hm-arc-img-ba .hm-entry .post-thumbnail {
  margin: 0 20px 20px 0;
}
.hm-post-grid.hm-arc-img-ba.hybridmagaif-right .hm-entry .post-thumbnail {
  margin: 0 0 20px 20px;
}

.hm-post-grid .hm-entry .post-thumbnail {
  margin: 0 0 25px;
}

.hm-arc-img-bc .hm-entry .entry-content-wrapper {
  margin-top: 1.5em;
}
.hm-arc-img-bc .hm-entry .post-thumbnail {
  width: 34%;
  float: left;
  margin: 0 3% 20px 0;
}
.hm-arc-img-bc .hm-entry .entry-content {
  float: right;
  width: 63%;
  margin: 0;
}
.hm-arc-img-bc .hm-entry .entry-content p {
  margin: 0 0 1.5em;
}
.hm-arc-img-bc .hm-entry .entry-meta {
  width: 63%;
}
.hm-arc-img-bc.hybridmagaif-right .post-thumbnail {
  float: right;
  margin: 0 0 20px 20px;
}
.hm-arc-img-bc.hybridmagaif-right .entry-content {
  float: left;
}
.hm-arc-img-bc.hm-cl-sep .hm-entry {
  padding: var(--hybridmag-global-inner-spacing);
}

.hm-arc-img-bh.hm-cl-sep .hm-article-inner {
  padding: var(--hybridmag-global-inner-spacing);
}
.hm-arc-img-bh.hm-cl-sep .post-thumbnail {
  margin-bottom: 0;
}

.hm-arc-img-ah.hm-cl-sep .entry-header {
  margin-bottom: 0;
  padding: var(--hybridmag-global-inner-spacing);
}
.hm-arc-img-ah.hm-cl-sep .entry-content-wrapper {
  padding: 0 var(--hybridmag-global-inner-spacing) var(--hybridmag-global-inner-spacing) var(--hybridmag-global-inner-spacing);
}
.hm-arc-img-ah.hm-cl-sep .post-thumbnail {
  margin-bottom: var(--hybridmag-global-inner-spacing);
}
.hm-arc-img-ah.hm-cl-sep .hm-entry .entry-title {
  margin-bottom: 0;
}

.hm-arc-no-img.hm-cl-sep .hm-entry {
  padding: var(--hybridmag-global-inner-spacing);
}

.hm-author-avatar {
  margin-right: 5px;
}
.hm-author-avatar img {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  vertical-align: middle;
}

.hm-comments-icon {
  margin: 0 4px 0 10px;
}
.hm-comments-icon .hm-svg-icon {
  position: relative;
  top: 2px;
  width: 1.2em;
}

.single .hm-author-avatar {
  margin-right: 10px;
}
.single .hm-author-avatar img {
  width: 40px;
  height: 40px;
  border-radius: 20px;
}

.hm-tagged,
.hm-tags-links a {
  line-height: 1.8;
  padding: 2px 8px;
  margin-right: 1px;
  background: #eeeeee;
  color: #222222;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75rem;
  border-radius: 3px;
}

.hm-tags-links a:hover {
  background: var(--hybridmag-color-link-hover);
  color: #fff;
}

.hm-tagged {
  background: var(--hybridmag-color-primary);
  color: #ffffff;
}

.hm-author-bio {
  display: flex;
  padding: 25px;
  border: 1px solid var(--hybridmag-color-border);
  margin: 60px 0;
  border-radius: var(--hybridmag-global-border-radius);
}

.hm-author-name {
  font-weight: 600;
  margin-bottom: 10px;
}

.hm-author-link {
  color: var(--hybridmag-color-primary);
  font-size: var(--hybridmag-font-size-sm);
  font-weight: 600;
}
.hm-author-link:visited {
  color: var(--hybridmag-color-primary);
}
.hm-author-link:hover {
  color: var(--hybridmag-color-link);
}

.hm-author-image {
  flex-shrink: 0;
  margin-right: 20px;
}
.hm-author-image img {
  border-radius: var(--hybridmag-global-border-radius);
}

.hm-author-description {
  font-size: var(--hybridmag-font-size-base);
}
.hm-author-description p {
  margin-bottom: 10px;
}

.hm-blog-section-header {
  margin: 0 0 30px;
  position: relative;
}
.hm-blog-section-header .hm-blog-entries-title {
  display: inline-block;
  border-bottom: 2px solid var(--hybridmag-color-primary);
  margin: 0;
  font-size: var(--hybridmag-font-size-lg);
}

.hm-fp1 {
  margin: 5px 0 35px;
  width: 100%;
}
@media (max-width: 767px) {
  .hm-fp1::after {
    display: block;
    content: "";
    clear: both;
  }
}

.hm-featured-top {
  width: 100%;
}

.hm-fp1-right {
  position: relative;
}

@media (min-width: 768px) {
  .hm-fp1 {
    display: flex;
    justify-content: space-between;
  }
  .hm-fp1-left {
    width: 65.234375%;
  }
  .hm-fp1-right {
    width: 34.375%;
  }
}
.hm-fp-overlay,
.hm-fp-link-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.hm-slider {
  position: relative;
  border-radius: var(--hybridmag-global-border-radius);
}

.hm-cl-sep .hm-slider {
  box-shadow: var(--hybridmag-global-box-shadow);
}

.hm-slide-holder {
  position: relative;
  background-color: #f5f5f5;
}

.hm-slide-holder > .hm-slide-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.hm-slide-image {
  position: relative;
  width: 100%;
  padding-top: 59.281437126%;
}
.hm-slide-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
}

.hm-slider-title {
  font-size: var(--hybridmag-font-size-md);
  font-weight: bold;
  margin: 0;
  color: #f5f5f5;
  text-shadow: 0px 1px 1px #000;
}
@media (min-width: 992px) {
  .hm-slider-title {
    font-size: var(--hybridmag-font-size-xxl);
  }
}

.hm-slider-details-container {
  z-index: 1;
  padding: 33px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .hm-slider-details-container {
    padding: 15px;
  }
}

.hm-slider-details-container::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%); /* W3C */
  opacity: 0.5;
  transition: opacity 0.2s linear;
  z-index: -1;
}

.hm-slider:hover .hm-slider-details-container::before {
  opacity: 0.7;
}

.hm-slider:hover .hm-slider-title {
  color: #ffffff;
  transition: color 0.2s;
}

.hm-slider .hm-swiper-button-prev,
.hm-slider .hm-swiper-button-next {
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  transition: all 0.2s ease-in-out;
  text-align: center;
}

.hm-swiper-button-prev svg,
.hm-swiper-button-next svg {
  fill: #fff;
  width: 26px;
  height: 26px;
  position: relative;
}

.hm-swiper-button-prev {
  left: 20px;
  right: auto;
}

.hm-swiper-button-next {
  right: 20px;
  left: auto;
}

@media screen and (max-width: 767px) {
  .hm-highlighted-posts {
    margin: 0 -1px;
  }
}

.hm-highlighted-post {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
  border-radius: var(--hybridmag-global-border-radius);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .hm-highlighted-post {
    width: 50%;
    float: left;
    padding: 2px 1px 0 1px;
  }
}
.hm-highlighted-post:first-child {
  margin-bottom: 0.92%;
}
@media screen and (min-width: 768px) {
  .hm-highlighted-post:first-child {
    margin-bottom: 0.97%;
  }
}
.hm-highlighted-post:hover .hmhp-details-container::before {
  opacity: 0.7;
}
.hm-highlighted-post:hover .hmhp-title {
  color: #ffffff;
}

.hm-cl-sep .hm-highlighted-post {
  box-shadow: var(--hybridmag-global-box-shadow);
}

.hmhp-thumbnail img {
  max-width: 100%;
  position: relative;
  z-index: -2;
}

.hmhp-details-container {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 20px;
}
@media (max-width: 767px) {
  .hmhp-details-container {
    padding: 10px;
  }
}

.hmhp-details-container::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%); /* W3C */
  opacity: 0.5;
  transition: opacity 0.2s linear;
  z-index: -1;
}

.hmhp-title {
  font-weight: 700;
  font-size: var(--hybridmag-font-size-md);
  color: #f5f5f5;
  text-shadow: 0px 1px 1px #000;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .hmhp-title {
    font-size: var(--hybridmag-font-size-lg);
  }
}

.hmhp-inner {
  position: relative;
  background-color: #f5f5f5;
}

.hmhp-thumb {
  position: relative;
  width: 100%;
  padding-top: 55.681818182%;
}
.hmhp-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
}

@media (min-width: 600px) {
  .hm-tab-posts-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
}

.hm-tab-post-card {
  overflow: hidden;
}
@media (min-width: 600px) and (max-width: 767px) {
  .hm-tab-post-card {
    flex-basis: calc(50% - 15px);
  }
}
@media (min-width: 768px) {
  .hm-tab-post-card {
    flex-basis: calc(25% - 22.5px);
  }
}
@media (max-width: 600px) {
  .hm-tab-post-card {
    margin: 0 0 30px;
  }
  .hm-tab-post-card:last-child {
    margin-bottom: 0;
  }
}

.hm-tab-post-img {
  max-height: 342px;
  overflow: hidden;
}

.hm-cl-sep .hm-tab-post-card {
  border-radius: var(--hybridmag-global-border-radius);
  box-shadow: var(--hybridmag-global-box-shadow);
  background: var(--hybridmag-color-bg-cl-sep-content);
}
.hm-cl-sep .hm-tab-post-details {
  padding: 20px;
  margin-top: 0;
}

.hm-cl-one .hm-tab-post-card .hm-tab-post-img {
  border-radius: var(--hybridmag-global-border-radius);
  overflow: hidden;
}

.hm-tab-post-details {
  margin-top: 15px;
}
.hm-tab-post-details .entry-meta {
  font-size: var(--hybridmag-font-size-xxs);
}

.hm-tab-post-title {
  font-size: var(--hybridmag-font-size-md);
  margin: 0 0 8px;
  word-wrap: break-word;
}

.hm-tab-post-img img {
  vertical-align: middle;
}

/* Featured Posts Small */
.hm-fp-small-top {
  margin-bottom: 50px;
}
@media (min-width: 600px) {
  .hm-fp-small-top {
    display: flex;
    gap: 30px;
  }
}

.hm-fp-small {
  display: flex;
  width: 25%;
  padding: 18px;
  border-radius: var(--hybridmag-global-border-radius);
  box-shadow: var(--hybridmag-global-box-shadow);
  background: #ffffff;
}
.hm-fp-small .post-thumbnail {
  max-width: 64px;
  margin-right: 16px;
}
.hm-fp-small .post-thumbnail img {
  border-radius: var(--hybridmag-global-border-radius);
}
.hm-fp-small .entry-title {
  margin: 0;
  font-size: var(--hybridmag-font-size-base);
}

.page .entry-header {
  margin: 0 0 35px;
}
.page .entry-header h1 {
  margin: 0;
}
.page .entry-footer {
  margin: 40px 0;
}
.page .edit-link {
  margin: 0;
}

.page-header {
  margin: 0 0 var(--hybridmag-global-spacing);
}
.page-header .page-title {
  margin: 0;
  font-size: var(--hybridmag-font-size-xxl);
}
.page-header .archive-description {
  margin: 5px 0 0;
}
.page-header .archive-description p {
  margin-bottom: 0;
}

.hm-entry-single {
  line-height: var(--hybridmag-line-height-article);
}
.hm-entry-single .entry-content {
  margin-bottom: 35px;
  font-size: var(--hybridmag-font-size-md);
}
.hm-entry-single > .post-thumbnail {
  margin: 0 0 35px;
  display: table;
}
.hm-entry-single .post-thumbnail img {
  border-radius: var(--hybridmag-global-border-radius);
}
.hm-entry-single .entry-title {
  font-size: var(--hybridmag-font-size-xxl);
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .hm-entry-single .entry-title {
    font-size: var(--hybridmag-font-size-xxxl);
  }
}
.hm-entry-single .entry-header {
  margin: 0 0 35px;
}
.hm-entry-single .entry-footer {
  display: flex;
  margin: 40px 0;
}

.hm-cl-sep .hm-entry-single {
    width: 100%;
  margin-bottom: 35px;
  padding: var(--hybridmag-global-inner-spacing);
  background: var(--hybridmag-color-bg-cl-sep-content);
  border-radius: var(--hybridmag-global-border-radius);
  box-shadow: var(--hybridmag-global-box-shadow);
}

.page-template-template-magazine.hm-cl-sep .hm-entry-single {
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}
.page-template-template-magazine.hm-cl-sep .hm-entry-single .entry-content .wp-block {
  margin-bottom: 35px;
  padding: var(--hybridmag-global-inner-spacing);
  background: var(--hybridmag-color-bg-cl-sep-content);
  border-radius: var(--hybridmag-global-border-radius);
  box-shadow: var(--hybridmag-global-box-shadow);
}

.page-template-template-magazine .hm-entry-single .entry-content {
  margin: 0;
}

.page.hm-entry-single .entry-header {
  margin-bottom: 0;
}
.page.hm-entry-single .entry-header .entry-title {
  margin: 0 0 35px;
}

.edit-link {
  font-style: italic;
  font-weight: 600;
  margin-left: 1em;
}

.post-thumbnail figcaption {
  color: #555;
  font-size: var(--hybridmag-font-size-xxs);
  text-align: center;
  line-height: 1.3;
  margin: 0.5em auto 1em auto;
  max-width: 95%;
  display: table-caption;
  caption-side: bottom;
}

.page-links {
  clear: both;
  margin: 3.5em 0 1.5em;
}
.page-links .post-page-numbers {
  border: 1px solid var(--hybridmag-color-border);
  color: var(--hybridmag-color-text);
  padding: 5px 14px;
  font-weight: bold;
  margin: 0 2px;
  border-radius: 3px;
  display: inline-block;
  text-decoration: none !important;
}
.page-links .post-page-numbers:visited {
  color: #000000;
}
.page-links .post-page-numbers:hover,
.page-links .post-page-numbers.current {
  background-color: var(--hybridmag-color-primary);
  border: 1px solid var(--hybridmag-color-primary);
  color: #ffffff !important;
}

/* Comments
--------------------------------------------- */
.hm-cl-sep .comments-area {
  background: var(--hybridmag-color-bg-cl-sep-content);
  border-radius: var(--hybridmag-global-border-radius);
  box-shadow: var(--hybridmag-global-box-shadow);
  padding: var(--hybridmag-global-inner-spacing);
  margin: 0 0 35px;
}

.comments-area {
  margin: 80px 0 60px;
}

.comment-content a {
  word-wrap: break-word;
}

.comment-content p {
  margin-top: 0;
}

.bypostauthor {
  display: block;
}

.comment-list {
  margin: 0 0 1.5em 0;
  list-style: none;
  padding: 0;
  border-bottom: 1px solid var(--hybridmag-color-border);
}

.says, .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
  padding-top: 1.75em;
}

.comments-title {
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.3125;
  margin: 0;
  padding: 0 0 35px;
}

.comment-reply-title {
  position: relative;
  font-size: 1.4375rem;
  font-weight: 700;
  margin: 0 0 20px;
  line-height: 1.3125;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
  border-top: 1px solid var(--hybridmag-color-border);
  padding: 30px 30px 30px 75px;
  position: relative;
}

.comment-list .children {
  list-style: none;
  margin: 0;
}

.comment-list .children > li {
  padding-left: 0.875em;
}

.comment-author {
  color: #1a1a1a;
  margin-bottom: 0.4375em;
  line-height: 1;
  display: inline;
}
.comment-author a {
  color: var(--hybridmag-color-primary);
}
.comment-author a:hover {
  color: #222;
}

.comment-author .avatar {
  height: 50px;
  position: absolute;
  width: 50px;
  left: 0;
  top: 22px;
  border-radius: 50%;
}

.comment-metadata,
.pingback .edit-link {
  color: #888888;
  font-size: var(--hybridmag-font-size-xxs);
  line-height: 1.6153846154;
}

footer.comment-meta {
  margin-bottom: 25px;
}

.comment-metadata {
  margin-left: 5px;
  display: inline;
}

.comment-metadata a,
.pingback .comment-edit-link {
  color: #888888;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
  color: var(--hybridmag-color-link-hover);
}

.comment-metadata .edit-link,
.pingback .edit-link {
  display: inline-block;
}

.comment-content ul,
.comment-content ol {
  margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
  margin-bottom: 0;
}

.comment-reply-link {
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: var(--hybridmag-font-size-xxxs);
  line-height: 1;
  margin-top: 1.25em;
  padding: 0.417em 0.833em;
  font-weight: bold;
  background: #222;
  text-transform: uppercase;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
  background: var(--hybridmag-color-primary);
  color: #fff;
  outline: 0;
}

.comment-form label {
  display: block;
  font-size: var(--hybridmag-font-size-xs);
  letter-spacing: 0.077em;
  line-height: 1.5;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.comment-list .comment-form {
  padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
  font-size: var(--hybridmag-font-size-sm);
  line-height: 1.6;
  margin-bottom: 1.5em;
}

.no-comments {
  border-top: 1px solid var(--hybridmag-color-border);
  font-weight: 700;
  margin: 0;
  padding-top: 1.75em;
}

.comment-navigation + .no-comments {
  border-top: 0;
  padding-top: 0;
}

.form-allowed-tags code {
  font-family: Inconsolata, monospace;
}

.form-submit {
  margin-bottom: 0;
}

.required {
  color: var(--hybridmag-color-primary);
}

.comment-reply-title small {
  font-size: 100%;
}

.comment-reply-title small a {
  border: 0;
  float: right;
  font-size: 0;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
  color: #1a1a1a;
}

#cancel-comment-reply-link {
  position: absolute;
  right: 10px;
  top: 32px;
  width: 26px;
  height: 26px;
  opacity: 0.5;
}

#cancel-comment-reply-link:hover {
  opacity: 1;
}

#cancel-comment-reply-link:before, #cancel-comment-reply-link:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 26px;
  width: 2px;
  background-color: var(--hybridmag-color-text-main);
}

#cancel-comment-reply-link:before {
  transform: rotate(45deg);
}

#cancel-comment-reply-link:after {
  transform: rotate(-45deg);
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 var(--hybridmag-global-spacing);
}
.widget::after {
  display: block;
  content: "";
  clear: both;
}
.widget select {
  max-width: 100%;
}
.widget ol, .widget ul {
  margin: 0;
  padding: 0;
}
.widget ul li {
  list-style: none;
  margin-bottom: 0.5em;
}
.widget:first-of-type {
  margin-top: 0;
}
.widget .wp-block-spacer {
  margin-bottom: -50px;
}

.hm-footer-widget-area .widget:first-of-type {
  margin-top: 50px;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clearfix:after {
  clear: both;
}

#secondary .widget-title,
#secondary .wp-block-heading {
  color: var(--hybridmag-color-text-headings);
}

.hm-cl-sep #secondary .widget {
  padding: var(--hybridmag-global-inner-spacing);
  background: var(--hybridmag-color-bg-cl-sep-content);
  box-shadow: var(--hybridmag-global-box-shadow);
  border-radius: var(--hybridmag-global-border-radius);
}

.widget-title,
.widget_block h2.wp-block-heading,
.widget_block h3.wp-block-heading,
.widget_block h4.wp-block-heading {
  margin: 0 0 20px;
  font-size: var(--hybridmag-font-size-lg);
}

.hm-header-sidebar figure {
  margin: 0;
}

.hm-sidebar-header-after .widget,
.hm-header-sidebar .widget {
  margin: 1.5em 0 0;
}
.hm-sidebar-header-after .widget:first-of-type,
.hm-header-sidebar .widget:first-of-type {
  margin-top: 0;
}
.hm-sidebar-header-after .widget:last-of-type,
.hm-header-sidebar .widget:last-of-type {
  margin-bottom: 0;
}

/* Featured Tabs */
ul.hm-tab-nav {
  overflow: hidden;
  margin: 0 0 25px 0;
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

li.hm-tab {
  float: left;
  padding: 0 !important;
  text-align: center;
  margin-right: 35px;
}
li.hm-tab a {
  width: 100%;
}

li.hm-tab.th-ui-state-active a {
  border-bottom: 2px solid var(--hybridmag-color-primary);
  outline: 0;
}

.hm-featured-tabs {
  position: relative;
  margin-bottom: 60px;
}
.hm-featured-tabs .hm-tab-anchor {
  font-size: var(--hybridmag-font-size-md);
  padding: 10px 0 3px;
  line-height: 40px;
  display: inline-block;
  font-weight: var(--hybridmag-font-weight-headings);
  line-height: 1.3;
  color: #333;
}
@media (max-width: 600px) {
  .hm-featured-tabs .hm-tab-anchor {
    font-size: var(--hybridmag-font-size-sm);
  }
}
.hm-featured-tabs #hm-tab-posts-2,
.hm-featured-tabs #hm-tab-posts-3,
.hm-featured-tabs #hm-tab-posts-4 {
  display: none;
}

.hm-cl-one .hm-featured-tabs {
  margin-bottom: 80px;
}

.hm-tabs-view-more {
  text-align: center;
  font-weight: var(--hybridmag-font-weight-headings);
  margin: 20px 0 0;
  display: block;
}
@media (min-width: 768px) {
  .hm-tabs-view-more {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 10px;
    font-size: var(--hybridmag-font-size-sm);
    text-align: right;
  }
}

.hm-sidebar-posts .widget-title {
  margin-bottom: 25px;
}
.hm-sidebar-posts .hms-post:last-child {
  margin-bottom: 0;
}

.hms-thumb {
  float: left;
  margin-right: 15px;
  position: relative;
}
.hms-thumb img {
  max-width: 75px;
  vertical-align: top;
  border-radius: var(--hybridmag-global-border-radius);
}
@media (min-width: 768px) and (max-width: 992px) {
  .hms-thumb img {
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .hms-thumb {
    width: 30%;
    margin-right: 12px;
  }
}

.hms-details {
  overflow: hidden;
}

.hms-title {
  font-size: var(--hybridmag-font-size-base);
  margin: 0 0 8px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  line-height: 1.27;
}

.hms-post {
  margin-bottom: 30px;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
  font-size: var(--hybridmag-font-size-xs);
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
.hm-entry-single .entry-content > * {
  margin-bottom: 30px;
}
.hm-entry-single .entry-content > *:last-child {
  margin-bottom: 0;
}

.wp-block-group .wp-block-group__inner-container > * {
  margin-bottom: 20px;
}

.wp-block-group .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}

.wp-block-columns .wp-block-column > *:last-child {
  margin-bottom: 0;
}

.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts {
  padding: 0;
  list-style: none;
}
.wp-block-archives li,
.wp-block-categories li,
.wp-block-latest-posts li {
  margin-bottom: 0.5em;
}

.wp-block-latest-comments {
  padding-left: 0;
}

.page-content a.wp-block-button__link,
.entry-content a.wp-block-button__link,
.entry-summary a.wp-block-button__link,
.wp-block-button__link {
  border-radius: 3px;
  background: var(--hybridmag-color-button-background);
  color: var(--hybridmag-color-button-text);
  cursor: pointer;
  line-height: 1;
  padding: 0.8em 1em 0.8em;
  font-size: var(--hybridmag-font-size-base);
  font-weight: bold;
  text-decoration: none;
}
.page-content a.wp-block-button__link:hover,
.entry-content a.wp-block-button__link:hover,
.entry-summary a.wp-block-button__link:hover,
.wp-block-button__link:hover {
  color: var(--hybridmag-color-button-hover-text);
  background: var(--hybridmag-color-button-hover-background);
}
.page-content a.wp-block-button__link:active, .page-content a.wp-block-button__link:focus,
.entry-content a.wp-block-button__link:active,
.entry-content a.wp-block-button__link:focus,
.entry-summary a.wp-block-button__link:active,
.entry-summary a.wp-block-button__link:focus,
.wp-block-button__link:active,
.wp-block-button__link:focus {
  background: var(--hybridmag-color-button-focus-background);
}

.wp-block-search__button {
  padding: 0.8rem 1rem;
  border: none;
}

.wp-block-pullquote {
  border-left: none;
  border-right: none;
  font-size: var(--hybridmag-font-size-xl);
  padding: 2rem 0;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 40px;
}

.wp-block-pullquote cite,
.wp-block-pullquote .wp-block-pullquote__citation {
  font-size: var(--hybridmag-font-size-sm);
}

.wp-block-pullquote cite::before,
.wp-block-pullquote .wp-block-pullquote__citation::before {
  content: "—";
  margin-right: 0.25rem;
}

.wp-block-pullquote blockquote {
  border-left: none;
}

.wp-block-pullquote blockquote p,
.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: var(--hybridmag-font-size-xl);
  line-height: 1.3;
  margin-bottom: 0.5em;
  margin-top: 0;
  font-style: italic;
}

.wp-block-pullquote.is-style-solid-color,
.wp-block-pullquote.has-background,
.wp-block-pullquote[style*=border-style][style*=border-width] {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: 0;
  margin-right: 0;
}

.wp-block-latest-posts__featured-image,
.wp-block-latest-posts__featured-image:not(.alignleft, .alignright),
.wp-block-latest-posts__featured-image img {
  border-radius: var(--hybridmag-global-border-radius);
}

.wp-block-image:not(.alignfull, .is-style-rounded) img,
.wp-block-gallery .wp-block-image {
  border-radius: var(--hybridmag-global-border-radius);
}

.th-hm-es .article-section-title {
  border-bottom: 2px solid var(--hybridmag-color-primary);
  display: inline-block;
  line-height: 1.2;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/* BNM Blocks
--------------------------------------------- */
.wpbnmpb1,
.wpbnmpb2,
.wpbnmspp {
  --bnm-meta-color: var(--hybridmag-color-text-light);
  --bnm-meta-hover-color: var(--hybridmag-color-link-hover);
  --bnm-title-color: var(--hybridmag-color-link);
  --bnm-title-hover-color: var(--hybridmag-color-link-hover);
}

.hm-cl-sep .wpbnmpb1,
.hm-cl-sep .wpbnmpb2,
.hm-cl-sep .wpbnmspp {
  padding: var(--hybridmag-global-inner-spacing);
  border-radius: var(--hybridmag-global-border-radius);
  box-shadow: var(--hybridmag-global-box-shadow);
  background: var(--hybridmag-color-bg-cl-sep-content);
}
.hm-cl-sep .wpbnmfpb1,
.hm-cl-sep .wpbnmfpb2,
.hm-cl-sep .wpbnmposw {
  box-shadow: var(--hybridmag-global-box-shadow);
}

.bnm-fp1-container,
.bnm-fp2-container,
.thbnm-swiper {
  overflow: hidden;
  border-radius: var(--hybridmag-global-border-radius);
}

.wpbnmpb1 .post-thumbnail,
.wpbnmpb2 .post-thumbnail {
  border-radius: var(--hybridmag-global-border-radius);
}

.wpbnmspp.image-alignbehind .post-thumbnail,
.wpbnmspp .post-thumbnail {
  overflow: hidden;
}
.wpbnmspp.image-alignbehind .post-thumbnail img,
.wpbnmspp .post-thumbnail img {
  border-radius: var(--hybridmag-global-border-radius);
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.hm-entry .entry-content > *.wp-block-image .alignleft,
.hm-entry .entry-content > *.alignleft,
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.hm-entry .entry-content > *.wp-block-image .alignright,
.hm-entry .entry-content > *.alignright,
.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.pagination .nav-links {
    display: flex;
    gap: 0.5rem;
}
.page-numbers {
    padding: 5px 10px;
    border: 1px solid #ddd;

        background: #0073aa;
        color: white;
    }

/*footer*/
footer{
	background:#161a30;
	text-align:center;
	color:rgba(255,255,255,0.7);
	padding-top:10px;
	padding-bottom:10px;
	font-size:13px;
	margin-top:30px;
	padding-left:10px;
	padding-right:10px;
}
footer p{
	margin-bottom:10px;
}
footer a{
	margin:5px;
	color:rgba(255,255,255,0.7);
}
footer a:hover{
	color:rgba(255,255,255,0.9);
}
footer span{
	margin-right:15px;
	margin-left:15px;
}


.w-fylink{
	display:flex;
	flex-wrap: nowrap ;
	justify-content:center;
	margin-top:40px;
}
.w-fylink a{
	display:block;
	border: 1px #dedede solid;
	border-radius:3px;
	padding:5px 10px;
	margin-left:3px;
	color:#666 ;
	font-size:12px;
}
.w-fylink a.active{
	background-color: #dedede;
    color: #666;
    border: 1px #dedede solid;
}
.w-fylink a:hover{
	background:#eee;
	border: 1px #eee solid;
}
.w-fylink a i{
	font-size:12px;
}
.w-fylink a.active:hover{
	background-color: #eee;
    color: #fff;
}

/*侧边栏*/
.sidebar{
	width:28%;
}
.w-sidebar{
	background:#fff;
	margin-bottom:20px;
	padding-bottom:0;
}
.w-sidr-header{
	position:relative;
}
.w-sidr-header h3{
	font-size:16px;
	font-weight:600;
	line-height:50px;
	padding-left:15px;
	padding-right:15px;
	border-top-width:2px;
	border-top-color: #5470fe ;
	border-top-style:solid;
	border-left:1px #eee solid;
	border-right:1px #eee solid;
	
}
.w-sidr-body{
	padding:0 15px;
	border:1px #eee solid;
	border-top:none;
	padding-bottom:15px;
}
.w-sidr-litag ul{
	display:flex;
	justify-content:flex-start;
	align-items:center;
	flex-wrap:wrap;
}
.w-sidr-litag ul li{
	width:auto;
	text-align:center;
	padding:5px;
}
.w-sidr-litag  li a{
	display:block;
	width:100%;
	height:38px;
	line-height:38px;
	color:#666;
	border:1px #dedede solid;
	border-radius:5px;
	padding-left:5px;
	padding-right:5px;
	overflow:hidden;
	transition:0.2s;
	-webkit-transition:0.2s;
}
.w-sidr-litag  li a:hover{
	background-color:#f8f8f8;
}
.w-sidr-li li {
	transition:0.3s;
	-webkit-transition:0.3s;
}
.w-sidr-li li a {
    background: url(../images/list.gif) no-repeat 5px center;
    padding: 0 0 0 15px;
    color: #666;
    border-bottom: dotted 1px #eee;
    overflow: hidden;
    display: block;
    font-size: 14px;
    height: 46px;
    line-height: 46px;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis; 
	transition:0.2s;
	-webkit-transition:0.2s;
}
.w-sidr-li li:hover{
	padding-left:5px;
	background-color:#f8f8f8;
}
.w-sidr-header a{
	position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: 14px;
    color: #ccc;
}
.w-sdimg a{
	padding:15px 0;
	display:flex;
	justify-content:space-between;
	border-bottom: solid 1px #eee;
    overflow: hidden;
	align-items: stretch;
}
.w-sdimg-img{
	width:28%;
	height:50px;
	overflow:hidden;
}
.w-sdimg-img img{
	width:100%;
	height:100%;
	transition:0.3s;	
	-webkit-transition:0.3s;	
}
.w-sdimg:hover img{
	transform:scale(1.1,1.1);
}
.w-sdimg-wp{
	width:75%;	
	padding-left:10px;
	position:relative;
}
.w-sdimg-wp h4{
	display: block;
    color: #333;
	font-size:14px;
	line-height:18px;
	height:36px;
	overflow:hidden;
}
.w-sdimg-wp .w-lswp-bottom{
	left:10px;
	bottom:0;
	height:auto;
	display:none;
}
.w-sdimg-wp .w-lswp-bottom span{
	margin-left:0;
	margin-right:6px;
}
.w-sdimg-wp .w-lswp-bottom span i{
	margin-right:3px;
}
.w-lswp-bottom{
	font-size:12px;
	color:#999;
	position:absolute;
	left:20px;
	bottom:0;
	height: 30px;
}
.w-lswp-bottom span{
	margin-right:15px;
	line-height:16px;
}
.w-lswp-bottom span i{
	font-size:14px;
	margin-right:5px;
}

.w-sidr-imgli2{
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	flex-wrap:wrap;
}
.w-sdimg2{
	width:48%;
	margin-bottom:15px;
}
.w-sdimg-img2{
	width:100%;
	height:90px;
	overflow:hidden;
}
.w-sdimg-img2 img{
	width:100%;
	height:100%;
	transition:0.3s;	
	-webkit-transition:0.3s;
}
.w-sdimg2:hover img{
	transform:scale(1.1,1.1);
}
.w-sdimg2 h4{
	font-size: 14px;
    color: #333;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	height:40px;
	line-height:40px;
}


















/*!
 * 财经
 * 更新于2021-1-21
 * 版权归属wpzt.net
 */

 *{box-sizing:border-box;}
 *:focus{outline:none;}
html {height:100%;}
body { 
	font-family:'Microsoft Yahei',"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:14px;line-height:1.4;color:#333;
	-webkit-appearance:none;
	-webkit-tap-highlight-color:rgba(255,255,255,0);/*只在苹果设备有效，点击链接按钮时有灰色半透明背景*/
	-webkit-tap-highlight-color:transparent;/*去掉被点击时的高亮*/
	-webkit-box-sizing:border-box;
	box-sizing:border-box;/*边框和内边距算在内*/
	letter-spacing:.3px;/*字间距*/
	-webkit-font-smoothing:antialiased;/*去锯齿*/
	-moz-osx-font-smoothing:grayscale;
/*	height:100%*/
	}
a {text-decoration:none;}
a:hover,a:active {text-decoration:none;}
button,input,button:focus,input:focus {outline:none;}/*去掉点击时的边框*/
ul,li {margin:0;padding:0}
li {list-style:none;}
img {object-fit:cover;}/*图片全覆盖且不变形*/
h1,h2,h3,h4,h5,h6 {margin-top:0;padding:0;margin-bottom:0;}
h1{font-size:26px;}
h2{font-size:22px;}
h3{font-size:20px;}
h4{font-size:18px;}
h5{font-size:16px;}
h6{font-size:14px;}
p,pre{margin:0;}

/*-----------------------------------布局宽度----------------------------------*/
/*大宽页--本框架针对浏览器大小有不同的宽度设置，以下container根据浏览器宽度设置三档，1400px&1200px&100%，自动切换*/

.container{padding:0;margin:0 auto;max-width:1200px}
@media (max-width:1200px){.container{max-width:100%;}
}

/*---列宽---*/
.col5{	width:5%;}
.col10{	width:10%;}
.col20{	width:20%;}
.col25{	width:25%;}
.col26{	width:26%;}
.col30{	width:30%;}
.col33{	width:33%;}
.col35{	width:35%;}
.col38{	width:38%;}
.col40{	width:40%;}
.col45{	width:45%;}
.col48{	width:48%;}
.col49{	width:49%;}
.col50{	width:50%;}
.col55{	width:55%;}
.col60{	width:60%;}
.col65{	width:65%;}
.col68{	width:68%;}
.col70{	width:70%;}
.col75{	width:75%;}
.col80{	width:80%;}
.col90{	width:90%;}
.col100{ width:100%;}
/*--三等分列宽*/
.col-3x{width:32%;}/*与弹性盒子同用，有间隔*/
.col-3d{width:33.33%;}
/*左侧带侧边栏工具的布局，侧边栏固定350px*/
.col350{width:350px;}
.col830{width:830px;}
.col850{width:850px;}
.height100{height:100%;}
.height50{height:50%;}

/*-------------------------弹性盒子（class请带上 d-flex）--------------------------*/
.fw-n{flex-wrap: nowrap;}/*不换行*/
.fw-w{flex-wrap:wrap;}/*换行*/
.fw-wr{flex-wrap: wrap-reverse;}/*换行，第一行在下方*/

.jc-fs {justify-content: flex-start;}/*左对齐*/
.jc-fe {justify-content:flex-end;}/*右对齐*/
.jc-c {justify-content:center;}/*居中*/
.jc-sb {justify-content:space-between;}/*两端对齐，项目之间的间隔都相等*/

.ai-fs {align-items: flex-start;}/*交叉轴的起点对齐*/
.ai-fe {align-items:flex-end;}/*交叉轴的终点对齐*/
.ai-c {align-items:center;}/*交叉轴的中点对齐*/
.ai-b {align-items:baseline;}/*项目的第一行文字的基线对齐*/
.ai-s {align-items: stretch;}/*占满整个容器的高度*/
/*----常用组合-----*/
.sb-c{justify-content:space-between;align-items:center;}/*两端对齐-交叉轴中点对齐*/
.sb-fs{justify-content:space-between;align-items: flex-start;}/*两端对齐-交叉轴起点对齐*/
.sb-s{justify-content:space-between;align-items: stretch;}/*两端对齐-占满整个容器的高度*/
.fs-c{justify-content:flex-start;align-items:center;}/*左对齐-交叉轴中点对齐*/
.fs-fs{justify-content:flex-start;align-items: flex-start;}/*左对齐-交叉轴起点对齐*/
.fs-s{justify-content:flex-start;align-items: stretch;}/*左对齐-占满整个容器的高度*/
.flexauto:after {content: "";flex: auto;}

/*----------------------------------边距--------------------------------------*/
/*--4个外边距--margin*/
.m0{	margin:0;}
.m5{	margin:5px;}
.m10{	margin:10px;}
.m15{	margin:15px;}
.m20{	margin:20px;}
.m25{	margin:25px;}
.m30{	margin:30px;}
.m35{	margin:35px;}
.m40{	margin:40px;}
.m45{	margin:45px;}
.m50{	margin:50px;}
.m55{	margin:55px;}
.m60{	margin:60px;}
.m65{	margin:60px;}
.m70{	margin:60px;}
.m75{	margin:60px;}
.m80{	margin:60px;}
.m85{	margin:60px;}
.m90{	margin:60px;}
/*--上下外边距--margin-top-bottom*/
.mtb0{	margin-top:0;margin-bottom:0;}
.mtb5{	margin-top:5px;margin-bottom:5px;}
.mtb10{	margin-top:10px;margin-bottom:10px;}
.mtb15{	margin-top:15px;margin-bottom:15px;}
.mtb20{	margin-top:20px;margin-bottom:20px;}
.mtb25{	margin-top:25px;margin-bottom:25px;}
.mtb30{	margin-top:30px;margin-bottom:30px;}
.mtb35{	margin-top:35px;margin-bottom:35px;}
.mtb40{	margin-top:40px;margin-bottom:40px;}
.mtb45{	margin-top:45px;margin-bottom:45px;}
.mtb50{	margin-top:50px;margin-bottom:50px;}
.mtb55{	margin-top:55px;margin-bottom:55px;}
.mtb60{	margin-top:60px;margin-bottom:60px;}
.mtb65{	margin-top:65px;margin-bottom:65px;}
.mtb70{	margin-top:70px;margin-bottom:70px;}
.mtb75{	margin-top:75px;margin-bottom:75px;}
.mtb80{	margin-top:80px;margin-bottom:80px;}
.mtb85{	margin-top:85px;margin-bottom:85px;}
.mtb90{	margin-top:90px;margin-bottom:90px;}
/*--左右外边距--margin-left-right*/
.mlrauto{	margin-left:auto;margin-right:auto;}
.mlr0{	margin-left:0;margin-right:0;}
.mlr5{	margin-left:5px;margin-right:5px;}
.mlr10{	margin-left:10px;margin-right:10px;}
.mlr15{	margin-left:15px;margin-right:15px;}
.mlr20{	margin-left:20px;margin-right:20px;}
.mlr25{	margin-left:25px;margin-right:25px;}
.mlr30{	margin-left:30px;margin-right:30px;}
.mlr35{	margin-left:35px;margin-right:35px;}
.mlr40{	margin-left:40px;margin-right:40px;}
.mlr45{	margin-left:45px;margin-right:45px;}
.mlr50{	margin-left:50px;margin-right:50px;}
.mlr55{	margin-left:55px;margin-right:55px;}
.mlr60{	margin-left:60px;margin-right:60px;}
.mlr65{	margin-left:65px;margin-right:65px;}
.mlr70{	margin-left:70px;margin-right:70px;}
.mlr75{	margin-left:75px;margin-right:75px;}
.mlr80{	margin-left:80px;margin-right:80px;}
.mlr85{	margin-left:85px;margin-right:85px;}
.mlr90{	margin-left:90px;margin-right:90px;}
/*--上外边距--margin-top*/
.mt0{	margin-top:0;}
.mt5{	margin-top:5px;}
.mt10{	margin-top:10px;}
.mt15{	margin-top:15px;}
.mt20{	margin-top:20px;}
.mt25{	margin-top:25px;}
.mt30{	margin-top:30px;}
.mt35{	margin-top:35px;}
.mt40{	margin-top:40px;}
.mt45{	margin-top:45px;}
.mt50{	margin-top:50px;}
.mt55{	margin-top:55px;}
.mt60{	margin-top:60px;}
.mt65{	margin-top:65px;}
.mt70{	margin-top:70px;}
.mt75{	margin-top:75px;}
.mt80{	margin-top:80px;}
.mt85{	margin-top:85px;}
.mt90{	margin-top:90px;}
/*--右外边距--margin-right*/
.mr0{	margin-right:0;}
.mr5{	margin-right:5px;}
.mr10{	margin-right:10px;}
.mr15{	margin-right:15px;}
.mr20{	margin-right:20px;}
.mr25{	margin-right:25px;}
.mr30{	margin-right:30px;}
.mr35{	margin-right:35px;}
.mr40{	margin-right:40px;}
.mr45{	margin-right:45px;}
.mr50{	margin-right:50px;}
.mr55{	margin-right:55px;}
.mr60{	margin-right:60px;}
.mr65{	margin-right:65px;}
.mr70{	margin-right:70px;}
.mr75{	margin-right:75px;}
.mr80{	margin-right:80px;}
.mr85{	margin-right:85px;}
.mr90{	margin-right:90px;}
/*--下外边距--margin-bottom*/
.mb0{	margin-bottom:0;}
.mb5{	margin-bottom:5px;}
.mb10{	margin-bottom:10px;}
.mb15{	margin-bottom:15px;}
.mb20{	margin-bottom:20px;}
.mb25{	margin-bottom:25px;}
.mb30{	margin-bottom:30px;}
.mb35{	margin-bottom:35px;}
.mb40{	margin-bottom:40px;}
.mb45{	margin-bottom:45px;}
.mb50{	margin-bottom:50px;}
.mb55{	margin-bottom:55px;}
.mb60{	margin-bottom:60px;}
.mb65{	margin-bottom:65px;}
.mb70{	margin-bottom:70px;}
.mb75{	margin-bottom:75px;}
.mb80{	margin-bottom:80px;}
.mb85{	margin-bottom:85px;}
.mb90{	margin-bottom:90px;}
/*--左外边距--margin-left*/
.ml0{	margin-left:0;}
.ml5{	margin-left:5px;}
.ml10{	margin-left:10px;}
.ml15{	margin-left:15px;}
.ml20{	margin-left:20px;}
.ml25{	margin-left:25px;}
.ml30{	margin-left:30px;}
.ml35{	margin-left:35px;}
.ml40{	margin-left:40px;}
.ml45{	margin-left:45px;}
.ml50{	margin-left:50px;}
.ml55{	margin-left:55px;}
.ml60{	margin-left:60px;}
.ml65{	margin-left:65px;}
.ml70{	margin-left:70px;}
.ml75{	margin-left:75px;}
.ml80{	margin-left:80px;}
.ml85{	margin-left:85px;}
.ml90{	margin-left:90px;}
/*--4个内边距--padding*/
.p0{	padding:0;}
.p5{	padding:5px;}
.p10{	padding:10px;}
.p15{	padding:15px;}
.p20{	padding:20px;}
.p25{	padding:25px;}
.p30{	padding:30px;}
.p35{	padding:35px;}
.p40{	padding:40px;}
.p45{	padding:45px;}
.p50{	padding:50px;}
.p55{	padding:55px;}
.p60{	padding:60px;}
.p65{	padding:65px;}
.p70{	padding:70px;}
.p75{	padding:75px;}
.p80{	padding:80px;}
.p85{	padding:85px;}
.p90{	padding:90px;}
/*--上下内边距--padding*/
.ptb0{	padding-top:0;padding-bottom:0;}
.ptb5{	padding-top:5px;padding-bottom:5px;}
.ptb10{	padding-top:10px;padding-bottom:10px;}
.ptb15{	padding-top:15px;padding-bottom:15px;}
.ptb20{	padding-top:20px;padding-bottom:20px;}
.ptb25{	padding-top:25px;padding-bottom:25px;}
.ptb30{	padding-top:30px;padding-bottom:30px;}
.ptb35{	padding-top:35px;padding-bottom:35px;}
.ptb40{	padding-top:40px;padding-bottom:40px;}
.ptb45{	padding-top:45px;padding-bottom:45px;}
.ptb50{	padding-top:50px;padding-bottom:50px;}
.ptb55{	padding-top:55px;padding-bottom:55px;}
.ptb60{	padding-top:60px;padding-bottom:60px;}
.ptb65{	padding-top:65px;padding-bottom:65px;}
.ptb70{	padding-top:70px;padding-bottom:70px;}
.ptb75{	padding-top:75px;padding-bottom:75px;}
.ptb80{	padding-top:80px;padding-bottom:80px;}
.ptb85{	padding-top:85px;padding-bottom:85px;}
.ptb90{	padding-top:90px;padding-bottom:90px;}
/*--左右内边距--padding*/
.plr0{	padding-left:0;padding-right:0;}
.plr5{	padding-left:5px;padding-right:5px;}
.plr10{	padding-left:10px;padding-right:10px;}
.plr15{	padding-left:15px;padding-right:15px;}
.plr20{	padding-left:20px;padding-right:20px;}
.plr25{	padding-left:25px;padding-right:25px;}
.plr30{	padding-left:30px;padding-right:30px;}
.plr35{	padding-left:35px;padding-right:35px;}
.plr40{	padding-left:40px;padding-right:40px;}
.plr45{	padding-left:45px;padding-right:45px;}
.plr50{	padding-left:50px;padding-right:50px;}
.plr55{	padding-left:55px;padding-right:55px;}
.plr60{	padding-left:60px;padding-right:60px;}
.plr65{	padding-left:65px;padding-right:65px;}
.plr70{	padding-left:70px;padding-right:70px;}
.plr75{	padding-left:75px;padding-right:75px;}
.plr80{	padding-left:80px;padding-right:80px;}
.plr85{	padding-left:85px;padding-right:85px;}
.plr90{	padding-left:90px;padding-right:90px;}
.plr-15{	padding-left:-15px;padding-right:-15px;}
/*--上内边距--padding-top*/
.pt0{	padding-top:0;}
.pt5{	padding-top:5px;}
.pt10{	padding-top:10px;}
.pt15{	padding-top:15px;}
.pt20{	padding-top:20px;}
.pt25{	padding-top:25px;}
.pt30{	padding-top:30px;}
.pt35{	padding-top:35px;}
.pt40{	padding-top:40px;}
.pt45{	padding-top:45px;}
.pt50{	padding-top:50px;}
.pt55{	padding-top:55px;}
.pt60{	padding-top:60px;}
.pt65{	padding-top:65px;}
.pt70{	padding-top:70px;}
.pt75{	padding-top:75px;}
.pt80{	padding-top:80px;}
.pt85{	padding-top:85px;}
.pt90{	padding-top:90px;}
/*--右内边距--padding-right*/
.pr0{	padding-right:0;}
.pr5{	padding-right:5px;}
.pr10{	padding-right:10px;}
.pr15{	padding-right:15px;}
.pr20{	padding-right:20px;}
.pr25{	padding-right:25px;}
.pr30{	padding-right:30px;}
.pr35{	padding-right:35px;}
.pr40{	padding-right:40px;}
.pr45{	padding-right:45px;}
.pr50{	padding-right:50px;}
.pr55{	padding-right:55px;}
.pr60{	padding-right:60px;}
.pr65{	padding-right:65px;}
.pr70{	padding-right:70px;}
.pr75{	padding-right:75px;}
.pr80{	padding-right:80px;}
.pr85{	padding-right:85px;}
.pr90{	padding-right:90px;}
/*--下内边距--padding-bottom*/
.pb0{	padding-bottom:0;}
.pb5{	padding-bottom:5px;}
.pb10{	padding-bottom:10px;}
.pb15{	padding-bottom:15px;}
.pb20{	padding-bottom:20px;}
.pb25{	padding-bottom:25px;}
.pb30{	padding-bottom:30px;}
.pb35{	padding-bottom:35px;}
.pb40{	padding-bottom:40px;}
.pb45{	padding-bottom:45px;}
.pb50{	padding-bottom:50px;}
.pb55{	padding-bottom:55px;}
.pb60{	padding-bottom:60px;}
.pb65{	padding-bottom:65px;}
.pb70{	padding-bottom:70px;}
.pb75{	padding-bottom:75px;}
.pb80{	padding-bottom:80px;}
.pb85{	padding-bottom:85px;}
.pb90{	padding-bottom:90px;}
/*--左内边距--padding-left*/
.pl0{	padding-left:0;}
.pl5{	padding-left:5px;}
.pl10{	padding-left:10px;}
.pl15{	padding-left:15px;}
.pl20{	padding-left:20px;}
.pl25{	padding-left:25px;}
.pl30{	padding-left:30px;}
.pl35{	padding-left:35px;}
.pl40{	padding-left:40px;}
.pl45{	padding-left:45px;}
.pl50{	padding-left:50px;}
.pl55{	padding-left:55px;}
.pl60{	padding-left:60px;}
.pl65{	padding-left:65px;}
.pl70{	padding-left:70px;}
.pl75{	padding-left:75px;}
.pl80{	padding-left:80px;}
.pl85{	padding-left:85px;}
.pl90{	padding-left:90px;}

/*-------------------------------清除浮动clearfix---------------------------------*/
.clearfix::after {display: block;clear: both;content: "";}

/*-------------------------------显示--display---------------------------------*/
.dis-none {display:none;}
.d-inline {display:inline !important;}
.d-inline-block {display:inline-block !important;}
.d-block {display:block !important;}
.d-table {display:table !important;}
.d-table-row {display:table-row !important;}
.d-table-cell {display:table-cell !important;}
.d-flex {display:-ms-flexbox !important;display:flex !important;}/*结合弹性盒子*/
.d-inline-flex {display:-ms-inline-flexbox !important;display:inline-flex !important;}

/*-------------------------------overflow---------------------------------*/
.overflow-auto {overflow:auto !important;}
.overflow-hidden {overflow:hidden !important;}

/*-------------------------------position---------------------------------*/
.position-s {position:static !important;}
.position-r {position:relative !important;}
.position-a {position:absolute !important;}
.position-f {position:fixed !important;}
.position-sticky {position:-webkit-sticky !important;position:sticky !important;}/*粘性位置*/
.fixed-top {position:fixed;top:0;right:0;left:0;z-index:1030;}
.fixed-bottom {position:fixed;right:0;bottom:0;left:0;z-index:1030;}

/*-------------------------------文字对齐方式---------------------------------*/
.textalign-c{text-align:center;}
.textalign-l{text-align:left;}
.textalign-r{text-align:right;}
.textalign-f{text-align:justify;}/*两端对齐*/

/*-------------------------------文字常用颜色值---------------------------------*/
.text-black{color:#000;}
.text-gray-3{color:#333;}
.text-gray-6{color:#666;}
.text-gray-9{color:#999;}
.text-gray-a{color:#aaa;}
.text-gray-b{color:#bbb;}
.text-gray-c{color:#ccc;}
.text-gray-e{color:#eee;}
.text-white{color:#fff;}
.text-red{color:#ff0000;}
.text-yello{color:#ffff00;}
.text-orange{color:#ff9900;}
.text-orange-d{color:#ff6600;}/*橘红色*/
.text-blue{color:#0094ff;}/*天蓝色*/
.text-green{color:#339933;}/*森林绿*/
.text-wood{color:#deb887;}/*实木色*/

/*-------------------------------背景常用色---------------------------------*/
.bgc-black{background-color:#000;}
.bgc-white{background-color:#fff;}
.bgc-gray-e{background-color:#eee;}/*灰色背景*/
.bgc-gray-de{background-color:#dedede;}/*de灰色背景*/
.bgc-gray-f4{background-color:#f4f4f4;}/*浅灰色灰色背景*/
.bgc-gray-f46{background-color:#f4f4f6;}/*偏蓝浅灰色灰色背景*/
.bgc-gray-f46{background-color:#f4f4f6;}/*偏蓝浅灰色灰色背景*/
.bgc-bluegray{background-color:#172433;}/*深蓝灰色背景-更多使用于页脚*/
.bgc-bluegray-00{background-color:#001328;}/*深蓝灰色接近黑色背景-更多使用于页脚*/
.bgopc-black-03{background-color:rdb(0,0,0,0.3);}/*黑色背景透明度0.3*/
.bgopc-black-05{background-color:rdb(0,0,0,0.5);}
.bgopc-black-07{background-color:rdb(0,0,0,0.7);}
.bgopc-white-03{background-color:rdb(255,255,255,0.3);}/*白色背景透明度0.3*/
.bgopc-white-05{background-color:rdb(255,255,255,0.5);}
.bgopc-white-07{background-color:rdb(255,255,255,0.7);}

/*-------------------------------常用边框 ---------------------------------*/
/*-------------------------------常用边框 ---------------------------------*/
.border-no{border:none;}
.border{border:1px #eee solid;}
.border-top{border-top:1px #eee solid;}
.border-right{border-right:1px #eee solid;}
.border-bottom{border-bottom:1px #eee solid;}
.border-left{border-left:1px #eee solid;}

/*-------------------------------常用圆角 ---------------------------------*/
.radius3{border-radius:3px;}
.radius5{border-radius:5px;}
.radius6{border-radius:6px;}
.radius8{border-radius:8px;}
.radius10{border-radius:10px;}
.radius15{border-radius:15px;}
.radius20{border-radius:20px;}
.radius50x{border-radius:50%;}

/*-------------------------------滤镜 ---------------------------------*/
  /*--动感模糊*/
.blur{
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px); 
}


/*-------------------------------常用阴影 ---------------------------------*/
.boxshadow{box-shadow:0 0 6px #000;}
/*-------------------------------常用z-index ---------------------------------*/
.z-index-9{z-index:-9;}
.z-index-99{z-index:-99;}
.z-index-999{z-index:-999;}
.z-index-9999{z-index:-9999;}
.z-index-99999{z-index:-99999;}
.z-index9{z-index:9;}
.z-index99{z-index:99;}
.z-index999{z-index:999;}
.z-index9999{z-index:9999;}
.z-index99999{z-index:99999;}

/************************************************************************/
.site-wrapper{
	background:#f6f6f6;
}
/*ps端页头*/
.header-pc{
	background:#1738a4;
}
.hdtopline{
	background:rgba(255,255,255,0.3);
	color:#fff;
}
.hdtopline-ctn{
	display:flex;
	justify-content:flex-end;
	align-items:center;
	padding-top:8px;
	padding-bottom:8px;
}
.hdtopline-item{
	display:flex;
	justify-content:space-between;
	align-items:center;
	width:75%;
	height:32px;
}
.hdtopline-time{
	width:31%;
	font-size:13px;
}

.hdtopline-time img{
	margin-right:5px;
	width:22px;
	height:22px;
}
.search-form{
	background:#fff;
	padding:3px;
}
.search-form input,.search-form button{
	background:none;
	border:none;
}
.hd-login{
	margin-left:10px;
}
.logina-btn a{
	color:#fff;
	margin:0 5px;
}
.logina-btn i{
	display:inline-block;
	width:26px;
	height:26px;
	border-radius:50%;
	border:1px #fff solid;
	text-align:center;
}

.header-pc .header-logosech{
	display:flex;
	justify-content:space-between;
	align-items:center;	
	position:relative;
	z-index:199;
}
/*.logo{*/
/*	height:120px;*/
/*	width:200px;*/
/*	padding:5px;*/
/*	background:#1738a4;*/
/*	position:absolute;*/
/*	left:0;*/
/*	bottom:0;*/
/*}*/
.header-pc .logo img{
	width:auto;
	height:auto;
	max-width:180px;
	max-height:100px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.header-logonav{
	padding-left:200px;
	position:relative;
}
/*--登录注册*/


/*导航*/
.menunav{
	position:relative;
	z-index:99;
	width:100%;
	height:70px;
}
.menunav .navul{
	display:flex;
	justify-content:flex-end;
	text-align:center;
	/*flex-wrap:wrap;*/
}
.menunav .navul > li{
	position:relative;
	z-index:99;
}
.menunav .navul > li > a{
	display:block;
	line-height:70px;
	height:70px;
	padding-left:10px;
	padding-right:10px;
	font-size:16px;
	color:#fff;
	/*min-width:100px;*/
	position:relative;
	z-index:99;
	white-space:nowrap;
	transition:0.2s;
	-webkit-transition:0.2s;
}
.menunav .navul > li.current-menu-item > a, .menunav .navul > li:hover > a{
	color:#fff!important;
}
.menunav .navul > li.menu-item-has-children a i{
	font-size:12px;
	position:absolute;
	top:0;
	right:-2;
	transition: all 0.25s;
}
.menunav .navul > li.menu-item-has-children:hover a i{
	 -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.menunav .sub-menu{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	box-shadow:3px 3px 6px rgba(0,0,0,0.16);
	padding:5px;
	transition:0.5s;
	-webkit-transition:0.5s;
	background:#fff;
	z-index:32;	
	display:none;
	opacity:0;
}
 .menunav .navul > li:hover .sub-menu{
	 top:70px;
	display:block;
	opacity:1;
 }
.menunav .sub-menu a{
	display:block;
	white-space:nowrap;
	color:#888;
	line-height:40px;
	height:40px;
	text-align:center;
	min-width:140px;
	font-size:15px;
	border-bottom:1px #dedede dotted;
	transition:0.3s;
	-webkit-transition:0.3s;
}
.menunav .sub-menu li:last-child a{
	border-bottom:none;
}
.menunav .sub-menu li:hover a{
	background:#f4f4f4;
	color:#5470fe;
}
/*首页板块*/
.homebody{
	position:relative;
}
.homebkctn{
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
}
.homebk{
	margin-bottom:20px;
}
/*banner*/
.banner{
	 display:flex;
	 justify-content:space-between;
	 align-items:stretch;
	 margin-bottom:20px;
	 height:380px;
 }
 .banner img{
	 width:100%;
	 height:380px;
 }
.banner-l{
	width:63%;
}
.banner-r{
	width:35%;
}
.banner-l .swiper-container-horizontal > .swiper-scrollbar{
    position: absolute;
    left: 50%;
	transform:translateX(-50%);
    bottom: 15px;
    z-index: 50;
    height: 5px;
    width: 30%;
	background:#888;
}
.banner-l .swiper-scrollbar-drag,.banner-r .swiper-scrollbar-drag{
	background:#eee;
}
.banner-r{
	height:380px;
}
.banner-r .banner-r-swiper{
		height:380px;
}
.banner-r .banner-r-swiper img{
	height:100%;
	transition: 0.3s;
    -webkit-transition: 0.3s;
}
.banner-r .swiper-slide{
	overflow:hidden;
}
.banner-r .swiper-slide:hover img{
	transform:scale(1.1,1.1);
}
.banner-r .swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 50%;
	transform:translateY(-50%);
    z-index: 50;
    width: 5px;
    height: 40%;
	background:#888;
}

/*专题*/
.special{
/*	display:flex;*/
	justify-content:flex-start;
	align-items:center;
}
.special img{
	width:100%;
	height:100%;
	transition: 0.3s;
    -webkit-transition: 0.3s;
}
.special .swiper-slide{
	height:165px;	
	width:24%;
	overflow:hidden;
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled{
	opacity:0;
}
.swiper-container{
    --swiper-theme-color: #ff6600;/* 设置Swiper风格 */
    --swiper-navigation-color: #aaa;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 32px;/* 设置按钮大小 */
  }
.special .swiper-slide span{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	display:block;
	padding:7px 10px;
	white-space:nowrap;
	background:#eee;
	min-width:100px;	
	text-align:center;
	color:#fff;
	font-size:15px;
	
}  
.special .swiper-slide:hover img{
	transform:scale(1.1,1.1);
}
.special .swiper-slide:first-child span{
	background:#ff5d33;
}
 .special .swiper-slide:nth-child(2n+2) span{
	background:#148f14;
}
.special .swiper-slide:nth-child(3n+3) span{
	background:#ffbb00;
}
.special .swiper-slide:nth-child(4n+4) span{
	background:#5470fe;
}
.special .swiper-slide:nth-child(5n+5) span{
	background:#ff5d33;
}
  
  
  
  
  
  
  
  
  
  
/*首页列表*/
.homebk-ctn{
	width: 70%;
}
.homebk-title {
	margin-bottom:15px;
	position:relative;
}
.homebk-title h2{
	font-size:18px;
	font-weight:600;
	line-height:50px;
	border-bottom:1px #dedede solid;
}
.homebk-title h2 span{
	display:inline-block;
	line-height:50px;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:#5470fe;
}
.homebk-title a{
	position:absolute;
	top:50%;
	right:0;
	transform:translateY(-50%);
	font-size:14px;
	color:#ccc;
}

/*首页列表一*/
.homebk1-ctn{
	display:flex;
	justify-content:space-between;
	align-items:stretch;
}
.homebk1-item{
	width:32%;
}
.homebk1-img{
	height:125px;
	width:100%;
	overflow:hidden;
	margin-bottom:15px;
}
.homebk1-item img{
	width:100%;
	height:125px;
	transition:0.3s;
	-webkit-transition:0.3s;
}
.homebk1-item h3{
	position:absolute;
	left:0;
	bottom:0;
	padding:5px;
	color:#fff;
	line-height:1.5;
	font-size:16px;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis; 
	width:100%;
	background:rgba(0,0,0,0.3);
}
.homebk1-img:hover img,.homebk2-img:hover img{
	transform:scale(1.1,1.1);
}
.homebk1-item li a{
	display:block;
	height:42px;
	line-height:42px;
	color:#333;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis; 
	background:url(../images/list.gif) no-repeat left center;
	padding-left:10px;
}
.homebk2-ctn{
	display:flex;
	justify-content:flex-start;
	align-items:stretch;
	flex-wrap:wrap;
}
.homebk2-item{
	width:calc(25% - 15px);
	margin-right:20px;
	margin-bottom:15px;
}
.homebk2-item:nth-child(4n){
	margin-right:0;
}
.homebk2-img{
	width:100%;
	height:100px;
	overflow:hidden;
	text-align:center;
}
.homebk2-img img{
	width:100%;
	height:100%;
	transition:0.3s;
	-webkit-transition:0.3s;
}
.homebk2-item h3{
	font-size:15px;
	height:38px;
	line-height:38px;
	color:#333;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.homebk2-item a:hover h3{
	color:#5470fe;
}
.homebk3-ctn ul{
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	flex-wrap:wrap;
}
.homebk3-ctn ul li{
	width:48.5%;
	border-bottom:1px #dedede dotted;
}
.homebk3-ctn li a{
	display:block;
	line-height:1.5;
	color:#333;
	font-size:15px;
	padding:15px 0;
	
}
.homebk4-item{
	display:flex;
	justify-content:flex-start;
	align-items:stretch;
	background:#fff;
	margin-bottom:20px;
	transition:0.3s;
	-webkit-transition:0.3s;
	position:relative;
	overflow:hidden;
	border:1px #eee solid;
}
.homebk4-img{
	width: 200px;
    height: 140px;
	margin-right:20px;
	overflow:hidden;
}
.homebk4-img img{
	width:100%;
	height:100%;
	transition:0.3s;
	-webkit-transition:0.3s;
}
.homebk4-item:hover{
	box-shadow:0 0 10px rgba(0,0,0,0.1);
}
.homebk4-item:hover  img{
	transform:scale(1.1,1.1);
}
.homebk4-title {
	position:relative;
	width:560px;
	padding-top:15px;
	padding-bottom:15px;
	padding-right:15px;
}
.homebk4-title h3 a{
	display:block;
	font-size:16px;
	color:#333;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis; 
	line-height:1.3;
	font-weight: 600;
	transition:0.2s;
	-webkit-transition:0.2s;
}
.homebk4-title h3 a:hover{
	color:#5470fe;
}
.homebk4-title p{
	font-size:13px;
	color:#aaa;
	line-height:1.4;
	margin-top:10px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.homebk4-date{
	position:absolute;
	left:0;
	bottom:15px;
	font-size:13px;
	color:#ccc;
}
.homebk4-date i{
	font-size:14px;
	margin-right:5px;
}
.homebk4-date span.dian{
	margin:0 15px;
}
.homebk4-date a{
	padding: 2px 15px;
    border: 1px solid #ff852a;
    color: #ff852a;
    cursor: pointer;
    display: inline-block;
}
.homebk4-date a:hover{
    padding: 2px 15px;
    border: 1px solid #ff852a;
    color: #fff;
    background: #ff852a;
    cursor: pointer;
    display: inline-block;
    transition: 0.3s;
}
.homebk4-item-noimg{
	width:100%;
	padding:20px;
	height:140px;
}
.homebk4-item-noimg .homebk4-title{
	width:100%;	
	padding:0;
}
.homebk4-item-3img .homebk4-img{
	overflow:initial;
	height:140px;
	width:100%;
	margin-top:15px;
}
.homebk4-item-3img {
	height:255px;
	padding:20px;	
}
.homebk4-item-3img .homebk4-title{
	width:100%;
	padding:0;
}
.homebk4-item-3img .homebk4-img a{
	width:100%;	
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.homebk4-item-3img .homebk4-img a img{
	width:32.2%;
	height:140px;
}
.active1{
    background: #000;
    color: #fff!important;
}
.active1:hover{
    background: #000!important;
    color: #fff!important;
}
.homebk4-item-3img:hover img {
    transform:none;
}
.homebk4-item-3img .homebk4-date,.homebk4-item-noimg .homebk4-date{
	bottom: -5px;
}
.homebk4-item:after{
	content:"";
	position:absolute;
	bottom:-22px;
	right:-22px;
	width:0;
	height:0;
	border-left:12px #5470fe solid;
	border-top:12px transparent solid;
	border-bottom:12px transparent solid;
	border-right:12px transparent solid;
	transform:rotate(45deg);
	transition:0.3s;
	-webkit-transition:0.3s;
}
.homebk4-item:hover:after{
	bottom:-10px;
	right:-10px;
}







/*侧边栏*/
.sidebar{
	width:28%;
}
.w-sidebar{
	background:#fff;
	margin-bottom:20px;
	padding-bottom:0;
}
.w-sidr-header{
	position:relative;
}
.w-sidr-header h3{
	font-size:16px;
	font-weight:600;
	line-height:50px;
	padding-left:15px;
	padding-right:15px;
	border-top-width:2px;
	border-top-color: #5470fe ;
	border-top-style:solid;
	border-left:1px #eee solid;
	border-right:1px #eee solid;
	
}
.w-sidr-body{
	padding:0 15px;
	border:1px #eee solid;
	border-top:none;
	padding-bottom:15px;
}
.w-sidr-litag ul{
	display:flex;
	justify-content:flex-start;
	align-items:center;
	flex-wrap:wrap;
}
.w-sidr-litag ul li{
	width:auto;
	text-align:center;
	padding:5px;
}
.w-sidr-litag  li a{
	display:block;
	width:100%;
	height:38px;
	line-height:38px;
	color:#666;
	border:1px #dedede solid;
	border-radius:5px;
	padding-left:5px;
	padding-right:5px;
	overflow:hidden;
	transition:0.2s;
	-webkit-transition:0.2s;
}
.w-sidr-litag  li a:hover{
	background-color:#f8f8f8;
}
.w-sidr-li li {
	transition:0.3s;
	-webkit-transition:0.3s;
}
.w-sidr-li li a {
    background: url(../images/list.gif) no-repeat 5px center;
    padding: 0 0 0 15px;
    color: #666;
    border-bottom: dotted 1px #eee;
    overflow: hidden;
    display: block;
    font-size: 14px;
    height: 46px;
    line-height: 46px;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis; 
	transition:0.2s;
	-webkit-transition:0.2s;
}
.w-sidr-li li:hover{
	padding-left:5px;
	background-color:#f8f8f8;
}
.w-sidr-header a{
	position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: 14px;
    color: #ccc;
}
.w-sdimg a{
	padding:15px 0;
	display:flex;
	justify-content:space-between;
	border-bottom: solid 1px #eee;
    overflow: hidden;
	align-items: stretch;
}
.w-sdimg-img{
	width:28%;
	height:50px;
	overflow:hidden;
}
.w-sdimg-img img{
	width:100%;
	height:100%;
	transition:0.3s;	
	-webkit-transition:0.3s;	
}
.w-sdimg:hover img{
	transform:scale(1.1,1.1);
}
.w-sdimg-wp{
	width:75%;	
	padding-left:10px;
	position:relative;
}
.w-sdimg-wp h4{
	display: block;
    color: #333;
	font-size:14px;
	line-height:18px;
	height:36px;
	overflow:hidden;
}
.w-sdimg-wp .w-lswp-bottom{
	left:10px;
	bottom:0;
	height:auto;
	display:none;
}
.w-sdimg-wp .w-lswp-bottom span{
	margin-left:0;
	margin-right:6px;
}
.w-sdimg-wp .w-lswp-bottom span i{
	margin-right:3px;
}
.w-lswp-bottom{
	font-size:12px;
	color:#999;
	position:absolute;
	left:20px;
	bottom:0;
	height: 30px;
}
.w-lswp-bottom span{
	margin-right:15px;
	line-height:16px;
}
.w-lswp-bottom span i{
	font-size:14px;
	margin-right:5px;
}

.w-sidr-imgli2{
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	flex-wrap:wrap;
}
.w-sdimg2{
	width:48%;
	margin-bottom:15px;
}
.w-sdimg-img2{
	width:100%;
	height:90px;
	overflow:hidden;
}
.w-sdimg-img2 img{
	width:100%;
	height:100%;
	transition:0.3s;	
	-webkit-transition:0.3s;
}
.w-sdimg2:hover img{
	transform:scale(1.1,1.1);
}
.w-sdimg2 h4{
	font-size: 14px;
    color: #333;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	height:40px;
	line-height:40px;
}
.onebigimg{
	display:block;
	height:180px;
	position:relative;
	overflow:hidden;
}
.onebigimg img{
	width:100%;
	height:100%;
}
.onebigimg h3,.w-swiper .swiper-slide p{
	position:absolute;
	font-size:14px;
	color:#fff;
	bottom:0;
	left:0;
	right:0;
	background:rgba(0,0,0,0.3);
	padding:0 15px;
	margin:0;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis; 
	height:40px;
	line-height:40px;
}
.w-swiper .swiper-slide img{
	width:100%;
	height:100%;
}
 .swiper-morimg{
    --swiper-theme-color: #f4f4f4;/* 设置分页器风格 */
    --swiper-navigation-color: #f4f4f4;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;/* 设置按钮大小 */
  }

/*7x24快讯*/
.w-sidr-kx{
	padding:0;
	padding-bottom:15px;

}
.w-sidr-kx ul li{
	position:relative;
	border-left:1px #eee solid;
	padding-left:15px;
	padding-top:13px;
	padding-bottom:13px;
}
.fk{
	position:absolute;
	top: 19px;
    left: -4px;
	width:8px;
	height:8px;
	background:#5470fe ;
	transform: rotate(45deg);
}
.kxtime{
	color:#5470fe;
	font-size:13px;
}
.w-sidr-kx li a{
	line-height:18px;
	font-size:15px;
	font-weight:600;
	color:#333;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin:3px 0 5px;
}
.w-sidr-kx li p{
	font-size:13px;
	color:#aaa;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
iframe{
	width:100%!important;
}

/*导航跟随*/
.fixednav{
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:9999;
}
/*.fixednav .logo{
	display:none;
}
.fixednav .header-logonav{
	padding-left:0;
}*/
.fixednav .logo{
	height:70px;
}
.fixednav .logo img{
	max-height:52px;
}






/*footer*/
footer{
	background:#161a30;
	text-align:center;
	color:rgba(255,255,255,0.7);
	/*padding:30px 15px;*/
	font-size:13px;
}
footer p{
	margin-bottom:10px;
}
footer a{
	margin:5px;
	color:rgba(255,255,255,0.7);
}
footer a:hover{
	color:rgba(255,255,255,0.9);
}
footer span{
	margin-right:15px;
	margin-left:15px;
}
/*面包屑*/
.breadcrumb{
	display:flex;
	justify-content:flex-start;
	align-items:center;
	background:none;
	border-radius:0;
	color:#bbb;
	padding:6px 10px;
	margin-bottom:0;
	width: 100%;
	background:#fff;
	margin-bottom:20px;
}
.breadcrumb a{
	color:#bbb;
}
.breadcrumb li{
	margin:0 5px;
}
/*分页*/
.w-fylink{
	display:flex;
	flex-wrap: nowrap ;
	justify-content:center;
	margin-top:40px;
}
.w-fylink a{
	display:block;
	border: 1px #dedede solid;
	border-radius:3px;
	padding:5px 10px;
	margin-left:3px;
	color:#666 ;
	font-size:12px;
}
.w-fylink a.active{
	background-color: #dedede;
    color: #666;
    border: 1px #dedede solid;
}
.w-fylink a:hover{
	background:#eee;
	border: 1px #eee solid;
}
.w-fylink a i{
	font-size:12px;
}
.w-fylink a.active:hover{
	background-color: #eee;
    color: #fff;
}
/*文章详情*/
.pagebody{
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
}
.w-wznr {
	margin-bottom: 30px;
    overflow: hidden;
    padding-bottom: 15px;
	text-align:justify;
}
.w-wznrctn{
	background:#fff;
	padding-left:65px;
	padding-right:65px;
	padding-bottom:50px;
	margin-bottom:20px;
}
.w-wznr-header {
	text-align:center;
	padding-top: 45px;
    padding-bottom: 35px;
	border-bottom:1px #dedede dotted;
	margin-bottom:20px;
}
.w-wznr-header h1 {
	margin-top:0;
	font-size:26px;
	line-height:36px;
	color:#454545;
	margin-bottom:20px;
}
.w-wzhd-icon {
	color:#999;
}
.w-wzhd-icon span {
	font-size:12px;
	margin-right:10px;
}
.w-wzhd-icon a {
	font-size:12px;
	color:#666;
	margin-right:10px;
}
/*.w-wzhd-icon a:hover {
	color:#0094ff;
}*/
.w-wzhd-icon i {
	font-size:13px;
	color:#999;
}
.w-wznr-body {
	font-size:16px;
	line-height:1.8;
	word-wrap:break-word;
	color:#555;
	padding-bottom:20px;
}
.w-wznr-body p {
	margin-bottom:16px;
	text-indent:30px;
}
.w-wznr-body img {
	width:50%;
	margin:20px auto;
	display:block;
}
blockquote:before {
    position: absolute;
    content: "";
    left: 30px;
    top: 22px;
	display:block;
	width:36px;
	height:36px;
	background:url(../images/yinghao.png) no-repeat center;
	background-size:cover;
}
blockquote{
    position: relative;
    padding: 30px 30px 30px 75px;
    background: #eee;
    border-left: 0;
    font-size: 16px;
    border-radius: 6px;
	margin-top:30px;
	margin-bottom:30px;
	color:#999;
}
.w-wznr-body p{
	margin-bottom:20px;
	text-align: justify;
}
.w-wznr-body ul{
	padding-left:50px;
	margin-bottom:30px;
}
.w-wznr-body ul li{
	list-style-type:disc;
}
.w-wznr-body h2{
	font-size:22px;
	font-weight:600;
	border-bottom:1px #dedede solid;
	padding-bottom:10px;
	margin-bottom:15px;
	position:relative;
	margin-top:30px;
}
.w-wznr-body h2:before {
    content: "";
    width: 100px;
    height: 2px;
    background: #bbb;
    position: absolute;
    left: 0;
    bottom: -2px;
}
.w-wznr-body h3{
	font-size:17px;
	font-weight:600;
	margin-bottom:15px;
	margin-top:30px;
}
.w-wznr-body img{
	width:auto;
	height:auto;
	display:block;
	margin:30px auto;
	max-width:100%;
}
.w-end {
	height:50px;
	margin-top:50px;
}
.w-end-line {
	border-top:1px #dedede solid;
	position:relative;
}
.w-end-line span {
	display:block;
	position:absolute;
	background:#fff;
	padding:0px 10px;
	line-height:50px;
	font-size:15px;
	top:-25px;
	left:50%;
	margin-left:-43px;
}
.w-dsbtn {
	text-align:center;
}
.w-dsbtn a {
	display:inline-block;
	height:50px;
	line-height:50px;
	width:50px;
	background:#ff7700;
	color:#fff;
	font-size:16px;
	border-radius:50%;
}
.w-dsbtn a:hover {
	opacity:0.8;
}

.w-wztags .the_tags {
	display:inline-block;
	font-size:14px;
	border:1px solid #afafaf;
	border-radius:5px;
	color:#afafaf;
	line-height:20px;
	padding:3px 6px;
	word-break:keep-all;
	white-space:normal;
	margin-right:5px;
}
.w-wztags .the_tags i {
	font-size:14px;
	color:#2d8cc6;
}
.w-wztags .the_tags a {
	color:#afafaf;
}
.w-wztags .the_tags a:hover {
	color:#2d8cc6;
}
.w-wztags .the_tags:hover {
	border:1px solid #2d8cc6;
	color:#2d8cc6;
}
.w-wzfx {
	display:flex;
	justify-content:flex-end;
	align-items:center;
}
.w-wzfx a {
	margin-left:5px;
}
.w-wzfx a i {
	display:block;
	width:25px;
	height:25px;
	border-radius:50%;
	text-align:center;
	line-height:25px;
	color:#fff;
}
.w-wzfx a i.icon-qq {
	background:#50aed9;
}
.w-wzfx a i.icon-weixin {
	background:#79ae08;
}
.w-wzfx a i.icon-qqkongjian {
	background:#eeb403;
}
.w-wzfx a i.icon-weibo {
	background:#dc1515;
}
.w-wzfx a i.icon-plus {
	border:1px #6aa9e9 solid;
	color:#6aa9e9
}
.w-wzfx a:hover i {
	opacity:0.8;
}
.w-contbk {
	padding-right:20px;
}
.oursvc{
	margin-left:0;
	margin-bottom:0;
}
/*标签*/
.w-wznr-footer {
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-top:30px;
	font-size:15px;
	color:#999;
	border-bottom:1px #dedede solid;
	padding-bottom:15px;
}
.single-tagctn{
	min-width:50%;
}
.single-tag{
	font-size: 15px;
    color: #999;
}
.single-tag a{
	display: inline-block;
    font-size: 13px;
    border:none;
	background:#eee;
    border-radius: 3px;
    color: #999;
    line-height: 20px;
    padding: 3px 8px;
    word-break: keep-all;
    white-space: normal;
	margin-right:5px;
	margin-bottom:10px;
}
.single-tag a:hover{
	box-shadow:0 0 3px rgba(0,0,0,0.4);
	
}
/*标签页内容板块*/
.w-bqy{
	background:#fff;
	margin-bottom:10px;
	overflow:hidden;	
	min-height: 700px;
}
.w-bqy .w-bqy-header{
    min-height: 43px;
    color: #333;
	padding:10px 15px;
	border-bottom:1px #eee solid;
}
.w-bqy .w-bqy-header h3{
	font-size:18px;
	margin:0;
}
.w-bqy-header h3 i{
	font-size:18px;
	margin-right:5px;
}
.w-bqy .w-bqy-body ul{
	width:100%;
	padding:10px;
	margin:0;
	display:flex;
	flex-wrap:wrap;
	align-items: center;
}
.w-bqy .w-bqy-body ul li{
	width:auto;
	text-align:center;	
	margin-bottom:10px;
	padding-left:4px;
	padding-right:4px;
}
.w-bqy .w-bqy-body ul li a{
	    color: #333;
		display:block;
		height:38px;
	line-height:38px;
	padding-left:16px;
	padding-right:16px;
	border-width:1px;
    border-style:solid;
	border-radius:6px;
	overflow:hidden;
	transition: all 0.5s ease 0s;
}
.w-bqy .w-bqy-body ul li a:hover{
	color: #fff;
	background:#6679ef!important;
	border-color:#6679ef!important;
}
/*广告位*/
.add-ad{
	margin-bottom:20px;
}
.add-ad a{
	display:block;
	width:100%;
	height:auto;
}
.add-ad a img{
	width:100%;
	height:auto;
	object-fit:cover;
}
/*分享*/
.pbvideo-share{
	position:relative;
}
.pbvideo-app{
	/*position:absolute;
	left:0;
	top:50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);*/
	display:flex;
	justify-content:flex-start;
	align-items:center;
}
.pbvideo-app a{
	display:block;
	width: 30px;
    height: 30px;
    line-height: 30px;
	border: 1px solid;
    border-radius: 50%;
	text-align: center;
	margin-right:5px;
	transition:0.3s;
	-webkit-transition:0.3s;
}
.pbvideo-app i{
	font-size:18px;
}
.pbvideo-app a.qq{
	color: #56b6e7;
    border-color: #56b6e7;
}
.pbvideo-app a.qqkongjian{
	color: #fdbe3d;
    border-color: #fdbe3d;
}
.pbvideo-app a.weibo{
	color: #ff763b;
    border-color: #ff763b;
}
.pbvideo-app a.weixin{
	color: #7bc549;
    border-color: #7bc549;
}
.pbvideo-app a.redshoucang{
	color: #ff0047;
    border-color: #ff0047;
	cursor:pointer;
}
.shoucang-active{
	color: #fff!important;
    background: #ff0047;
}

.pbvideo-app a.qq:hover{
	color: #fff;
    background: #56b6e7;
}
.pbvideo-app a.qqkongjian:hover{
	color: #fff;
    background:#fdbe3d;
}
.pbvideo-app a.weibo:hover{
	color: #fff;
    background: #ff763b;
}
.pbvideo-app a.weixin:hover{
	color: #fff;
    background: #7bc549;
}
.pbvideo-app a.redshoucang:hover{
	color: #fff;
    background: #ff0047;
}
.share-ewm{
	position:absolute;
	bottom:150%;
	left:50%;
	transform:translatex(-50%);
	background:#7bc549;
	padding:10px;
	border-radius:8px;
	color:#fff;
	text-align:center;
	white-space:nowrap;
	display:none;
	transition:0.3s;
	-webkit-transition:0.3s;
}
.share-ewm img{
	width:110px;
	height:110px;
	margin-top:5px;
	border:3px #fff solid;
}
.share-ewm:before{
	content:"";
	position:absolute;
	bottom:-9px;
	left:50%;
	transform:translatex(-50%);
	border-top:10px #7bc549 solid;
	border-left:10px transparent solid;
	border-right:10px transparent solid;	
}
.pbvideo-app a.weixin:hover .share-ewm{
	display:block;
}
/*评论*/
.entry-comments{
	margin-bottom:20px;
	background:#fff;
}
/*评论*/

.comment-title{
	position:relative;
}
.comment-title h3{
	color:#333;
	display:inline-block;
	font-size:17px;
	line-height:26px;
	position:relative;
	font-weight:600;
	margin-bottom:15px;
}
.comment-title h3 a{
	color:#5d74f0;
	margin:0 8px;
}
.comment-title h3 #cancel-comment-reply-link{
	color:#bbb;
}
.comment-title h3 i{
	display:inline-block;
	width:12px;
	height:12px;
	border-radius:50px;
	border-width:3px;
	border-color:#bbb;
	border-style:solid;
	opacity:0.8;
	margin-right:5px;
}

.logged_in_as{
	position:absolute;
	bottom:10px;
	left:15px;
	
}
.logged_in_as img{
	width:40px;
	height:40px;
	border-radius:50%;
	box-shadow:0px 0 3px rgba(0,0,0,0.1);
	background:#fff;
}
.comment-respond{
	padding: 10px 20px 15px;
}
}
.comment-respond .comment-title h3,.havecomment-list .comment-title h3{
	padding:0;
	margin-bottom:10px;
}
.comment-form{
	position:relative;
	padding-bottom:60px;
	
}
#editor{
	position:relative;
	background: rgba(0,0,0,.05);
	height:130px;
	width:100%;
}
#editor .w-e-toolbar{
	border:none!important;
	border-radius:10px  10px 0 0;
	background:none!important;
	
}
#editor .w-e-text{
	border:none!important;
	padding-left:15px!important;
	height:90px!important;
	margin-right:-20px!important;
	overflow:scroll!important;
	overflow-y:hidden!important;
	overflow-x:hidden!important;
	padding-right:15px!important;
}
#editor  .w-e-text img{
	width:auto;
	height:auto;
}
#editor .w-e-text-container{
	height:110px!important;
	border:none!important;
	z-index:999!important;
	width:100%;
}
.form-submit{
	display:block;
	background:#000;
	position:absolute;
	right:15px;
	height:32px;
	width:80px;
	bottom:14px;
	border-radius:4px;
}
.form-submit input{
background:none;
border:none;
line-height:30px;
text-align:center;
width:100%;
color:#fff;
border-radius:4px;
}
.w-e-panel-container{
	margin-left:0!important;
}
#editor .w-e-text-container .w-e-panel-container{
	left:0;
}
.w-e-panel-tab-content{
	height:auto!important;
}
.comment-inner{
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;;
}
.comment-author img{
	width:40px;
	height:40px;
	box-shadow:0px 0px 3px rgba(0,0,0,0.1);
	border-radius:50%;
}
.comment-body{
	font-size:14px;
	line-height:1.8;
}
.comment-body .nickname{
	line-height:40px;
	font-size:15px;
	font-weight:600;
	padding-left:15px;
}
.comment-body .nickname a{
	color:#333;
}
.comment-body .nickname a:hover{
	color:#bbb;
}
.comment-body .nickname span{
	font-weight:400;
	font-size:14px;
	color:#666;
}
.comment-body .comment-text p img{
	width:auto;
	height:auto;
}
.comment-body .comment-text p{
	padding:0 15px;
	font-weight:300;
	font-size:15px;
} 
.comment-children{
	padding:20px;
	background: rgba(0,0,0,.03);
	margin-left:40px;
	margin-top:15px;
}
.comments-list li{
	margin-bottom:30px;
}
.comment-children li{
	padding-top:15px;
	padding-bottom:15px;
	border-bottom:1px #aaa dotted;
	margin-bottom:0;
}
.must_log_in{
/*	background:url(../images/commentformbg.png) no-repeat;*/
	background-size:cover;
}
.must_login{
	height:120px;
	padding:30px 20px;
	color:#bbb;	
	border:1px #dedede solid;
}
.must_login a{
	color:#5D74F0;
}
.must_login a:hover{
	opacity:0.8;
}
.havecomment-list{
	margin-top:30px;
	padding:20px;
	border-top:1px solid #eaeaea;
}
/*推荐文章列表1*/
.recommend{
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
	background:#fff;
}
.w-tjyd-header{
	border:1px solid #eaeaea;
}
.w-tjyd-body{
	padding-top:15px;
	padding-bottom:10px;
	display:flex;
	flex-wrap:wrap;
	align-items: flex-start;
}
.w-tjydby{	
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}
.w-tjydby-l{
	width:45%;
}
.w-tjydby-r{
	width:55%;
}
.w-tjydby-limg{
	width:46%;
	overflow:hidden;
	margin-right:10px;
	margin-bottom:15px;
	position:relative;
}
.w-tjydby-limg img{
	width:100%;
	height:120px;
	 transition: all 0.7s ease 0s;
}
.w-tjydby-limg:hover img{
	-webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}
.w-tjydby-limg h4{
	line-height:38px;
	background:rgba(0,0,0,0.5);
	color:#fff;
	font-size:14px;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	display:block;
	height:38px;
	overflow:hidden;
	margin-bottom:0;
	padding:0 5px;
	
}
.w-tjydby-r ul{
	padding-left:15px;
	color:#bbb;
	
}
.w-tjydby-r ul li{
	margin-bottom:10px;
	overflow:hidden;
	text-overflow:ellipsis; 
	height:20px;
	padding-left:15px;
	background:url(../images/list.gif) no-repeat left center;
}
.w-tjydby-r ul li a{
	color:#aaa;
	 text-overflow:ellipsis; 
}
.w-tjydby-r ul li a:hover{
	color:#e93274;
}
/*翻页*/
.single-turepage{
	padding:20px 15px;
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	background:#fff;
	margin-bottom:20px;
}
.single-turepage > div{
	width:48%;
	position:relative;
	font-size:14px;
	color:#999;
}
.single-turepage > div span{
	display:block;
}
.single-turepage > div p.turepage-p{
	color:#555;
}
/*.single-turepage > div a{
	color:#333;
}*/
.single-turepage > div i{
	position:absolute;
	top: 5px;
    font-size: 20px;
}
.single-turepage-prve{
	text-align:left;
	padding-left:25px;
}
.single-turepage-prve i{
	left:0;
}
.single-turepage-next{
	text-align:right;
	padding-right:25px;
}
.single-turepage-next i{
	right:0;
}
.turepage-a{
	color:#999;
}
/*专题页*/
/*专题页*/
.specialbg{
	min-height:1000px;
}
.special {
	padding-top:20px;
	padding-bottom:20px;
}
.special h2{
	text-align:center;
	font-size:30px;
	margin-bottom:15px;
}
.special p{
	text-align:center;
	margin-bottom:50px;
	font-size:14px;
	color:#aaa;
}
.specialflex{
	display:flex;
	justify-content:space-between;
	align-items: stretch;
	flex-wrap:wrap;
}
.special-listitem{
	width: 48.5%;
    background: #fff;
    /* box-shadow: 0px 1px 3px rgba(0,0,0,0.16); */
    padding: 20px;
    margin-bottom: 30px;
    height: 351px;
    border: 1px #eee solid;
    border-top-width: 3px;
	border-top-style:solid;
	border-top-color:#5470fe;
}
.special-listitem:hover{
	box-shadow:0px 1px 6px rgba(0,0,0,0.16);
}
.spclst-top{
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	padding-bottom:20px;
	border-bottom:1px #dedede dotted;
}
.spclst-top-img{
	width:200px;
	height:120px;
} 
.spclst-top-img img{
	object-fit:cover;
	width:100%;
	height:100%;
}
.spclst-top-r {
	position:relative;
	padding-left:20px;
	width:64%;
}
.spclst-top-r h3 {
	margin-bottom:10px;
}
.spclst-top-r h3 a{
	font-size:20px;
	color:#333;
	font-weight:600;
}
.spclst-top-r h3 a:hover{
	text-decoration:none;
}	
.spclst-top-r p{
	font-size:14px;
	color:#999;
	margin-bottom:10px;
	text-align:left;
	height:42px;
	display:block;
	overflow:hidden;
}
.spclst-top-r a.goinspecial{
	font-size:14px;
	color:#5470fe;
	position:absolute;
	right:10px;
	bottom:0;
}
.spclst-top-r a.goinspecial:after{
	position: absolute;
    right: -10px;
    top: 0;
    font-family: FontAwesome;
    content: ">";
    font-size: 14px;
    line-height: 20px;
}
.spclst-bottom{
	margin:0;
	padding:20px 0 0 0;
}
.spclst-bottom li{
	list-style:none;
	
}
.spclst-bottom li a{
	display:block;
	width:100%;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis; 
	font-size:14px;
	color:#999;
	position:relative;
	padding:5px 15px;
}
.spclst-bottom li a:before{
	position: absolute;
    left: 0;
    top: 0;
    font-family: FontAwesome;
    content: ">";
    font-size: 14px;
    line-height: 31px;
}
/*返回顶部*/
.QZ-up{
	width:40px;
	height:40px;
	background:#ccc url(../images/fanhuidingbu1.png) no-repeat center;
	position:fixed;
	right:10px;
	bottom:15%;
	cursor:pointer;
	border-radius:50%;
	box-shadow:0 0 4px rgba(0,0,0,0.3);
}
















.mb-has{
		display:none;
	}
/***************************适配移动端*****************************/
@media (min-width:840px) and (max-width:1040px){
	.container{
		padding-left:15px;
		padding-right:15px;
		width:100%;
	}
	.header-logonav{
		padding-left: 200px;
	}
	.hdtopline-time:last-child{
		display:none;
	}
	.hdtopline-time{
		width:48%;
	}
	.hdtopline-ctn{
		padding-left:200px;
	}
	.homebk4-title {
		width: 470px;
	}
}
@media (max-width:840px){
	.site-wrapper{
		padding:0;
	}
	.container{
		padding-left:15px;
		padding-right:15px;
	}
	.mb-hid{
		display:none;
	}
	.mb-has{
		display:block;
	}
	/*移动端导航*/
	.header-m .logo{
		width:70%;
		text-align:center;
		height: 50px;
		width:auto;
		padding: 0;
		background:none;
		position: initial;
	}
	.header-m .logo img{
		max-width:100%;
		height:42px;
	}
	.searchmod{
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:rgba(0,0,0,0.5);
		display:none;
		z-index:999;
	}
	.searchmod .search-form{
		position:absolute;
		top:50%;
		left:50%;
		transform:translate(-50%,-50%);
		background:#fff;
		padding:50px;
		border-radius:8px;
	}
	.searchmod .search-form input{
		width:520px;
		height:42px;
		border:none;
		border-bottom:1px #dedede solid;
		padding-left:15px;
		padding-right:50px;
	}
	.searchmod .search-form button{
		position:absolute;
		top:50px;
		right:50px;
		background:none;
		border:none;
	}
	.searchmod .search-form button i{
		font-size:28px;
	}
	.searchmod .search-form .closesearch{
		position:absolute;
		top:-10px;
		right:-10px;
		color:#777;
		background:none;
		box-shadow:none;
		padding:0;
	}
	.searchmod .search-form .closesearch i{
		font-size:14px;
		display:block;
		width:25px;
		height:25px;
		line-height:25px;
		background:#dedede;
		border-radius:50%;
		text-align:center;
	}
	.searchmod .search-form .closesearch:hover{
		box-shadow:none;
	}
	.mbnav{
		position:fixed;
		top:0;
		bottom:0;
		left:-100%;
		width:100%;
		height:100%;
		background:rgba(0,0,0,0.6);
		z-index:999;
		overflow-y:auto;
	}
	.mbnav nav{
		background:#fff;
		width:80%;
		padding:30px;
		min-height: 100%;
	}
	.mbnav .navclose{
		position:absolute;
		top:20px;
		right:50px;
		color:#000;
		display:block;
		width:40px;
		height:40px;
		line-height:40px;
		text-align:center;
		background:#ccc;
		border-radius:50%;
	}
	.mbnav .navclose i{
		font-size:20px;
	}
	.mbnavuc{
		padding:15px;
		background:#f4f4f4;
		color:#999;
	}
	.mbnavuc img{
		width:40px;
		height:40px;
		margin: 0;
		display: inline-block;
		border-radius: 50%;
    border: 1px #eee solid;
	}
	.mbnavuc a{
		font-size:16px;
		color:#333;
		margin:0 10px;
	}
	.mbnavul{
		margin-top:15px;
	}
	.mbnavul > li {
		border-bottom:1px #dedede dotted;
	}
	.mbnavul > li > a{
		display:block;
		height:42px;
		line-height:42px;
		padding-left:10px;
		padding-right:10px;
		font-weight:600;
		font-size:16px;
	}
	.mbnavul .sub-menu{
		padding-left:15px;
		padding-bottom:15px;
		display:flex;
		justify-content:space-between;
		align-items:center;
		flex-wrap:wrap;
	}
	.mbnavul .sub-menu li{
		width:48%;
		margin-bottom:6px;
	}
	.mbnavul .sub-menu li a{
		display:block;
		width:100%;
		height:36px;
		line-height:36px;
		text-align:center;
		background:#f4f4f4;
		border-radius:5px;
		
	}
	.mbnavuc{
		padding:15px;
		background:#f4f4f4;
		color:#999;
		
	}
	.mbnavuc > div{
		display:flex;
		justify-content:flex-start;
		align-items:center;
	}
	.mbnavuc img{
		width:40px;
		height:40px;
		margin: 0;
		display: inline-block;
		border-radius: 50%;
    border: 1px #eee solid;
	}
	.mbnavuc a{
		font-size:16px;
		color:#333;
		margin:0 10px;
	}
	.header-m {
		display:flex;
		justify-content:space-between;
		align-items:center;
		padding:10px 15px;
		background:#fff;
	}
	.header-m a{
		color:#333;
		display:block;
	}
	.header-m a i{
		font-size:20px;
	}
	.header-m .schcart-btn a i{
		font-size:24px;
		
	}
	.header-m .logo img{
		height:52px;
	}
	.searchmod{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		background:rgba(0,0,0,0.6);
		z-index:99;
		padding:20px;
		display:none;
	}
	.searchmod form{
		width:80%;
		margin:0 auto;
		background:#fff;
	}
	.search-form{
		width:85%;
		padding:20px;
	}
	.search-form input{
		width:100%;
	}
	.search-form button {
		top: 25px;
		right: 15px;
	}
	/*banner*/
	.swiper-banner img{
		height:380px;
	}
	.swiper-banner {
		margin-bottom:180px;
	}
	.swiper-banner img{
		width:100%;
	}
	/*首页板块*/
	.banner{
		margin-top:20px;
	}
	.homebk-ctn{
		width:100%;
	}
	.pagebody .homebk-ctn{
		width:100%;
	}
	.homebknav {
	display:none;
	}
	.banner-1{
		width:68%;
		height:200px;
	}
	.banner-2{
		width:30%;
		height:200px;
	}
	/*首页列表*/
	.homebk4-item{
		width:100%;
		margin-bottom:15px;
	}
	.homebk4-title{
		width:68%;
	}
	.homebk4-img{
		width:calc(30% - 20px);
	}
	.special {
		padding-top: 0;
		padding-bottom: 0;
	}
	.special .swiper-slide {
		height: 130px;
		width: 23%;
	}
	.w-wznrctn {
		padding-left: 35px;
		padding-right: 35px;
	}
	
}

@media (max-width:440px){
	.banner {
		margin:0;
	}
	.banner img {
		height: 230px;
	}
	.header-m .logo{
		width:70%;
		text-align:center;
		height: 42px;
		width:auto;
		padding: 0;
		background:none;
		position: initial;
	}
	.header-m .logo img{
		max-width:100%;
		height:42px;
	}
	.recation{
		display:block;
		height:auto;
	}
	.recation-item,.recation-item:last-child {
		width:100%;
		height:200px;
		margin-bottom:15px;
	}
	.mbnav nav{
		padding:30px 15px;
	}
	.mbnav .navclose {
		top: 30px;
		right: 15px;
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
	.searchmod .search-form{
		width:85%;
		padding:20px;
	}
	.searchmod .search-form{
		width:85%;
	}
	.searchmod .search-form input{
		width:100%;
	}
	.searchmod .search-form button {
		width:65px;
		top: 25px;
		right: 15px;
	}
	/*首页板块*/
	.homebk1-ctn{
		display:block;
	}
	.homebk1-item{
		width:100%;
		margin-bottom:20px;
	}
	.homebknav {
		height:330px;
		top:220px;
	}
	.homebknav ul li {
		width: 50%;
		padding: 5px;
	}
	.banner{
		margin-top:20px;
	}
	.banner,.banner img{
		height:200px;
	}
	.banner-r{
		display:none;
	}
	.banner-l{
		width:100%;
	}
	.homebk2-ctn{
		justify-content:space-between;
	}
	.homebk2-item{
		width:48%;
		margin-right:0;
	}
	.homebk3-ctn ul li{
		width:100%;
	}
	/*专题*/
	.special .swiper-slide{
		width:60%!important;
		height: 125px;
	}
	.homebk4-img {
		width: 110px;
		height: 90px;
		margin-right: 10px;
	}
	.homebk4-title{
		width: 68%;
		padding-top:5px;
		padding-bottom:5px;
	}
	.homebk4-title p{
		display:none;
	}
	.homebk4-date span.dian{
		margin:0 7px;
	}
	.homebk4-title h3 a{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		-webkit-box-orient: vertical;
		white-space: normal;
		font-size:15px;
		padding-top:5px;
	}
	.homebk4-item-3img .homebk4-date, .homebk4-item-noimg .homebk4-date{
		bottom:0;
	}
	.homebk4-date{
		font-size:12px;
		bottom: 10px;
	}
	.w-wznr{
		margin-bottom:0;
	}
	.single-tag{
		margin-top:0;
	}
	.single-turepage{
		display:block;
	}
	.single-turepage > div{
		width:100%;
		padding-left:0px;
	}
	.single-turepage-next{
		padding-left:0px;
		padding-right:0;
		text-align:left;
		margin-top:10px;
	}
	.single-turepage > div span{
		display:flex;
		align-items:baseline;
		color:#999;
		font-size:14px;
	}
	.single-turepage > div span i{
		position:relative;
		display:inline-block;
		font-size:15px;
		margin-right:5px;
	}
	.homebk4-item-3img .homebk4-img a img{
		height:70px;
	}
	.homebk4-item-3img {
		height: 200px;
		padding: 15px;
	}
	.homebk4-item-3img .homebk4-date span, .homebk4-item-noimg .homebk4-date span{
		margin:0;
	}
	.homebk4-item-noimg {
		height: 110px;
	}
	.homebk4-date a {
        padding: 0.5px 6px;
        font-size: 7.5px;
	}
	.homebk4-item-noimg {
		padding: 15px;
	}
	.w-tjyd-body{
		display:block;
	}
	.w-tjydby-l,.w-tjydby-r  {
		width: 100%;
	}
	.w-tjydby-r ul {
		padding-left: 0;
	}
	.w-wznrctn {
		padding-left: 20px;
		padding-right: 20px;
	}
	.special-listitem {
		width: 100%;
		padding: 15px;
	}
	
	.w_smalltext {
    margin: 20px 0;
    color: #737373;
    font-size: 14px;
    line-height: 24px;
    background-size: 26px;
    padding: 10px 10px 10px 40px;
    background-color: #f8f8f8;
}
	
}

.article-index {
    background: #f8f9fa;
    padding: 10px;
    border-left: 4px solid #0073aa;
    margin-bottom: 20px;
    font-size: 14px;
}

.article-index ul {
    list-style: none;
    padding: 0;
}

.article-index ul li {
    margin-bottom: 5px;
}

.article-index ul li a {
    text-decoration: none;
    color: #0073aa;
}

.article-index ul li a:hover {
    text-decoration: underline;
}

























































@media (min-width: 800px){
.site-header-item.site-header-focus-item.site-header-item-navgation-popup-toggle { 
    background-color: #f8f9fa;
}





@media (min-width: 800px){
    
.div#blog-entries {
    width: 70%;
}





.common_bottomFloat {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 99;
    background: #0000005c;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 5px 0;
}
.common_bottomFloat .companyLink:first-child {
    background: url(../images/acetop_bg.png) center center no-repeat;
    background-size: cover;
}
.common_bottomFloat .companyLink {
    color: #000;
    display: inline-block;
    height: 72px;
    padding: 10px 30px;
    border-radius: 5px;
    margin: 2px 10px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}
.common_bottomFloat .bottomFloat_link_acetop .link_right {
    float: right;
    color: #000;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 4px 0;
    background-color: #fff;
    width: 300px;
    font-size: 20px;
    line-height: 1.3;
}
.common_bottomFloat .companyLink:nth-of-type(2) {
    background: url(../images/acetop_bg.png) center center no-repeat;
    background-size: cover;
}
.common_bottomFloat .companyLink:nth-of-type(2) .link_right {
    color: #000;
}
}















