/*! normalize.css v8.0.0 | 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * 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 {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  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 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* 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;
}
.main-content {
  max-width: 1200px;
  margin: 0 auto;
}
.main-content-s {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.position-absolute {
  position: absolute;
}
.position-absolute.bottom {
  bottom: 0;
}
.position-absolute.top {
  top: 0;
}
.position-absolute.left {
  left: 0;
}
.position-absolute.right {
  right: 0;
}
.position-relative {
  position: relative;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.margin-top {
  margin-top: 0.15rem;
}
.margin-top-m {
  margin-top: 0.3rem;
}
.margin-top-big {
  margin-top: 0.5rem;
}
.margin-bottom {
  margin-bottom: 0.15rem;
}
.margin-bottom-m {
  margin-bottom: 0.3rem;
}
.margin-bottom-big {
  margin-bottom: 0.5rem;
}
.margin-left {
  margin-left: 0.15rem;
}
.margin-left-m {
  margin-left: 0.3rem;
}
.margin-left-big {
  margin-left: 0.5rem;
}
.margin-right {
  margin-right: 0.15rem;
}
.margin-right-m {
  margin-right: 0.3rem;
}
.margin-right-big {
  margin-right: 0.5rem;
}
.margin-column {
  margin-bottom: 0.15rem;
  margin-top: 0.15rem;
}
.margin-column-m {
  margin-bottom: 0.3rem;
  margin-top: 0.3rem;
}
.margin-column-big {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.margin-row {
  margin-left: 0.15rem;
  margin-right: 0.15rem;
}
.margin-row-m {
  margin-left: 0.3rem;
  margin-right: 0.3rem;
}
.margin-row-big {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.margin {
  margin-bottom: 0.15rem;
  margin-top: 0.15rem;
  margin-left: 0.15rem;
  margin-right: 0.15rem;
}
.margin-m {
  margin-bottom: 0.3rem;
  margin-top: 0.3rem;
  margin-left: 0.3rem;
  margin-right: 0.3rem;
}
.margin-big {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.no-margin {
  margin: 0 !important;
}
.row-center {
  margin-left: auto;
  margin-right: auto;
}
.padding-top {
  padding-top: 0.15rem;
}
.padding-top-m {
  padding-top: 0.3rem;
}
.padding-top-big {
  padding-top: 0.5rem;
}
.padding-bottom {
  padding-bottom: 0.15rem;
}
.padding-bottom-m {
  padding-bottom: 0.3rem;
}
.padding-bottom-big {
  padding-bottom: 0.5rem;
}
.padding-left {
  padding-left: 0.15rem;
}
.padding-left-m {
  padding-left: 0.3rem;
}
.padding-left-big {
  padding-left: 0.5rem;
}
.padding-right {
  padding-right: 0.15rem;
}
.padding-right-m {
  padding-right: 0.3rem;
}
.padding-right-big {
  padding-right: 0.5rem;
}
.padding-column {
  padding-bottom: 0.15rem;
  padding-top: 0.15rem;
}
.padding-column-m {
  padding-bottom: 0.3rem;
  padding-top: 0.3rem;
}
.padding-column-big {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.padding-row {
  padding-left: 0.15rem;
  padding-right: 0.15rem;
}
.padding-row-m {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.padding-row-big {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.padding {
  padding-bottom: 0.15rem;
  padding-top: 0.15rem;
  padding-left: 0.15rem;
  padding-right: 0.15rem;
}
.padding-m {
  padding-bottom: 0.3rem;
  padding-top: 0.3rem;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.padding-big {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.no-padding {
  padding: 0 !important;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-column-reverse {
  flex-direction: column-reverse;
}
.align-items-center {
  align-items: center;
}
.align-items-start {
  align-items: flex-start;
}
.align-items-end {
  align-items: flex-end;
}
.justify-content-start {
  justify-content: flex-start;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-around {
  justify-content: space-around;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-center {
  justify-content: center;
}
.flex-1 {
  flex: 1;
}
.bg-img-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bg-color-white {
  background-color: #fff;
}
.bg-color-gray {
  background-color: #f5f5f5;
}
.bg-color-opacity-black {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.bg-color-opacity-white {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.ellipis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.border-box {
  box-sizing: border-box;
}
.overflow-hidden {
  overflow: hidden;
}
.full-y {
  height: 100%;
}
.visibility-hidden {
  visibility: hidden;
}
@media screen and (min-width: 320px) {
  html {
    font-size: 80px;
  }
}
@media screen and (min-width: 640px) {
  html {
    font-size: 90px;
  }
}
@media screen and (min-width: 960px) {
  html {
    font-size: 100px;
  }
}
.font-size-xxl {
  font-size: 0.3rem;
}
.font-size-xl {
  font-size: 0.2rem;
}
.font-size-l {
  font-size: 0.18rem;
}
.font-size-m {
  font-size: 0.16rem;
}
.font-size-s {
  font-size: 0.14rem;
}
.font-size-mini {
  font-size: 0.12rem;
}
.text-color-black {
  color: #333 !important;
}
.text-color-gray {
  color: #545454 !important;
}
.text-color-gray-l {
  color: #666 !important;
}
.text-color-gray-ll {
  color: #999 !important;
}
.text-color-white {
  color: #fff !important;
}
.text-align-center {
  text-align: center;
}
.text-align-left {
  text-align: left;
}
.text-align-right {
  text-align: right;
}
.line-height-xxl {
  line-height: 4.5;
}
.line-height-xl {
  line-height: 3;
}
.line-height-l {
  line-height: 2;
}
.line-height-m {
  line-height: 1.5;
}
.line-height-s {
  line-height: 1.3;
}
.cursor-pointer {
  cursor: pointer;
}
.bottom-card {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.img-box {
  font-size: 0;
  overflow: hidden;
}
.img-box .img-cover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.img-box .img-full {
  width: 100%;
  height: 100%;
}
.img-box .img-full-x {
  width: 100%;
}
.img-box .img-full-y {
  height: 100%;
}
.animate-slow {
  animation-duration: 5s;
}
.animate-infinite {
  animation-iteration-count: infinite;
}
.animate-linear {
  animation-timing-function: linear;
}
.animate-top-to-bottom {
  animation-name: top-to-bottom;
}
.animate-rotate-z {
  animation-name: rotate-z;
}
@keyframes top-to-bottom {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, 30px, 0);
  }
}
@keyframes rotate-z {
  0% {
    transform: rotateZ(0);
  }
  50% {
    transform: rotateZ(-180deg);
  }
  100% {
    transform: rotateZ(-360deg);
  }
}
/*
主题样式
*/
.bg-color-theme {
  background: #062F5A;
}
.bg-color-theme-2 {
  background: #2b2925;
}
.text-color-theme {
  color: #062F5A;
}
.text-color-theme-s {
  color: #f39501;
}
.box-shadow {
  box-shadow: 0 0 6px #ccc;
}
/*
Theme Name: Twenty Sixteen
Description: Used to style the TinyMCE editor.
*/
/**
 * Table of Contents:
 *
 * 1.0 - Body
 * 2.0 - Typography
 * 3.0 - Elements
 * 4.0 - Alignment
 * 5.0 - Caption
 * 6.0 - Galleries
 * 7.0 - Audio / Video
 * 8.0 - RTL
 */
/**
 * 1.0 - Body
 */
/* body {
	color: #1a1a1a;
	font-family: Merriweather, Georgia, serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	margin: 20px 40px;
	max-width: 600px;
	vertical-align: baseline;
} */
.wp-article {
  /**
 * 2.0 - Typography
 */
  /**
 * 3.0 - Elements
 */
  /**
 * 4.0 - Alignment
 */
  /**
 * 5.0 - Caption
 */
  /**
 * 6.0 - Galleries
 */
  /**
 * 7.0 - Audio / Video
 */
  /**
 * 8.0 - RTL
 */
}
.wp-article h1,
.wp-article h2,
.wp-article h3,
.wp-article h4,
.wp-article h5,
.wp-article h6 {
  clear: both;
  font-weight: 900;
  margin: 56px 0 28px;
}
.wp-article h1 {
  font-size: 33px;
  line-height: 1.2727272727;
}
.wp-article h2 {
  font-size: 28px;
  line-height: 1.25;
}
.wp-article h3 {
  font-size: 23px;
  line-height: 1.2173913043;
}
.wp-article h4,
.wp-article h5,
.wp-article h6 {
  font-size: 19px;
  line-height: 1.1052631579;
}
.wp-article h4 {
  letter-spacing: 0.13333em;
  text-transform: uppercase;
}
.wp-article h6 {
  font-style: italic;
}
.wp-article h1:first-child,
.wp-article h2:first-child,
.wp-article h3:first-child,
.wp-article h4:first-child,
.wp-article h5:first-child,
.wp-article h6:first-child {
  margin-top: 0;
}
.wp-article p {
  line-height: 1.8;
}
.wp-article b,
.wp-article strong {
  font-weight: 700;
}
.wp-article dfn,
.wp-article cite,
.wp-article em,
.wp-article i {
  font-style: italic;
}
.wp-article blockquote {
  border-left: 4px solid #1a1a1a;
  color: #686868;
  font-size: 19px;
  font-style: italic;
  line-height: 1.4736842105;
  margin-bottom: 28px;
  overflow: hidden;
  padding: 0 0 0 24px;
}
.wp-article blockquote:not(.alignleft):not(.alignright) {
  margin-left: -28px;
}
.wp-article blockquote blockquote:not(.alignleft):not(.alignright) {
  margin-left: 0;
}
.wp-article blockquote:before,
.wp-article blockquote:after {
  content: "";
  display: table;
}
.wp-article blockquote:after {
  clear: both;
}
.wp-article blockquote > :last-child {
  margin-bottom: 0;
}
.wp-article blockquote cite,
.wp-article blockquote small {
  color: #1a1a1a;
  font-size: 16px;
  line-height: 1.75;
}
.wp-article blockquote em,
.wp-article blockquote i,
.wp-article blockquote cite {
  font-style: normal;
}
.wp-article blockquote strong,
.wp-article blockquote b {
  font-weight: 400;
}
.wp-article blockquote.alignleft,
.wp-article blockquote.alignright {
  border: 0 solid #1a1a1a;
  border-top-width: 4px;
  padding: 18px 0 0;
  width: -webkit-calc(36%);
  width: calc(36%);
}
.wp-article address {
  font-style: italic;
  margin: 0 0 28px;
}
.wp-article code,
.wp-article kbd,
.wp-article tt,
.wp-article var,
.wp-article samp,
.wp-article pre {
  font-family: Inconsolata, monospace;
}
.wp-article pre {
  border: 1px solid #d1d1d1;
  font-size: 16px;
  line-height: 1.3125;
  margin: 0 0 28px;
  max-width: 100%;
  overflow: auto;
  padding: 14px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.wp-article code {
  background-color: #d1d1d1;
  padding: 2px 4px;
}
.wp-article abbr[title] {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}
.wp-article mark,
.wp-article ins {
  background: #007acc;
  color: #fff;
  padding: 2px 4px;
  text-decoration: none;
}
.wp-article sup,
.wp-article sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.wp-article sub {
  top: -6px;
}
.wp-article sup {
  bottom: -3px;
}
.wp-article small {
  font-size: 80%;
}
.wp-article big {
  font-size: 125%;
}
.wp-article hr {
  background-color: #d1d1d1;
  border: 0;
  height: 1px;
  margin-bottom: 28px;
}
.wp-article ul,
.wp-article ol {
  margin: 0 0 28px 0;
  padding: 0;
}
.wp-article ul {
  list-style: disc;
}
.wp-article ol {
  list-style: decimal;
}
.wp-article li > ul,
.wp-article li > ol {
  margin-bottom: 0;
}
.wp-article li > ul,
.wp-article blockquote > ul {
  margin-left: 20px;
}
.wp-article li > ol,
.wp-article blockquote > ol {
  margin-left: 24px;
}
.wp-article dl {
  margin: 0 0 28px;
}
.wp-article dt {
  font-weight: bold;
}
.wp-article dd {
  margin: 0 0 28px;
}
.wp-article table,
.wp-article th,
.wp-article td,
.wp-article .mce-item-table,
.wp-article .mce-item-table th,
.wp-article .mce-item-table td {
  border: 1px solid #d1d1d1;
}
.wp-article table a {
  color: #007acc;
}
.wp-article table,
.wp-article .mce-item-table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 28px;
  width: 100%;
}
.wp-article table th,
.wp-article .mce-item-table th,
.wp-article table caption {
  border-width: 0 1px 1px 0;
  font-size: 16px;
  font-weight: 700;
  padding: 7px;
  text-align: left;
  vertical-align: baseline;
}
.wp-article table td,
.wp-article .mce-item-table td {
  border-width: 0 1px 1px 0;
  font-size: 16px;
  padding: 7px;
  vertical-align: baseline;
}
.wp-article img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.wp-article a img {
  display: block;
}
.wp-article figure {
  margin: 0;
}
.wp-article del {
  opacity: 0.8;
}
.wp-article a {
  box-shadow: 0 1px 0 0 currentColor;
  color: #007acc;
  text-decoration: none;
}
.wp-article fieldset {
  border: 1px solid #d1d1d1;
  margin: 0 0 28px;
  padding: 14px;
}
.wp-article .alignleft {
  float: left;
  margin: 6px 28px 28px 0;
}
.wp-article .alignright {
  float: right;
  margin: 6px 0 28px 28px;
}
.wp-article .aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 28px;
}
.wp-article .wp-caption {
  background: transparent;
  border: none;
  margin-bottom: 28px;
  max-width: 100%;
  padding: 0;
  text-align: inherit;
}
.wp-article .wp-caption-text,
.wp-article .wp-caption-dd {
  color: #686868;
  font-size: 13px;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 7px;
}
.wp-article .mce-content-body .wpview-wrap {
  margin-bottom: 28px;
}
.wp-article .gallery {
  margin: 0 -1.1666667%;
  padding: 0;
}
.wp-article .gallery .gallery-item {
  display: inline-block;
  max-width: 33.33%;
  padding: 0 1.1400652% 2.2801304%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.wp-article .gallery-columns-1 .gallery-item {
  max-width: 100%;
}
.wp-article .gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.wp-article .gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.wp-article .gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.wp-article .gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.wp-article .gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.wp-article .gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.wp-article .gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.wp-article .gallery .gallery-caption {
  font-size: 13px;
  margin: 0;
}
.wp-article .gallery-columns-6 .gallery-caption,
.wp-article .gallery-columns-7 .gallery-caption,
.wp-article .gallery-columns-8 .gallery-caption,
.wp-article .gallery-columns-9 .gallery-caption {
  display: none;
}
.wp-article .wp-audio-shortcode a,
.wp-article .wp-playlist a {
  box-shadow: none;
}
.wp-article .mce-content-body .wp-audio-playlist {
  margin: 0;
  padding-bottom: 0;
}
.wp-article .mce-content-body .wp-playlist-tracks {
  margin-top: 0;
}
.wp-article .mce-content-body .wp-playlist-item {
  padding: 10px 0;
}
.wp-article .mce-content-body .wp-playlist-item-length {
  top: 10px;
}
.wp-article .rtl blockquote {
  border: 0 solid #1a1a1a;
  border-right-width: 4px;
}
.wp-article .rtl blockquote.alignleft,
.wp-article .rtl blockquote.alignright {
  border: 0 solid #1a1a1a;
  border-top-width: 4px;
}
.wp-article .rtl blockquote:not(.alignleft):not(.alignright) {
  margin-right: -28px;
  padding: 0 24px 0 0;
}
.wp-article .rtl blockquote blockquote:not(.alignleft):not(.alignright) {
  margin-right: 0;
  margin-left: auto;
}
.wp-article .rtl li > ul,
.wp-article .rtl blockquote > ul {
  margin-right: 20px;
  margin-left: auto;
}
.wp-article .rtl li > ol,
.wp-article .rtl blockquote > ol {
  margin-right: 24px;
  margin-left: auto;
}
.wp-article .rtl table th,
.wp-article .rtl .mce-item-table th,
.wp-article .rtl table caption {
  text-align: right;
}
.page_content {
  box-sizing: border-box;
  background: #f4f4f4;
}
.news-controls {
  line-height: 50px;
  font-size: 14px;
}
.news-controls #crumbs a {
  color: #062F5A;
}
.cat-nav {
  border-bottom: 1px solid #dfdfdf;
}
.cat-nav .menu-ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.cat-nav .menu-ul .main-menu-item {
  padding: 0 15px;
}
.cat-nav .menu-ul .main-menu-item .menu-link {
  display: inline-block;
  width: 100%;
  line-height: 50px;
  padding: 0 -15px;
}
.cat-nav .menu-ul .main-menu-item.current-menu-item .menu-link {
  color: #062F5A;
  border-bottom: 2px solid #062F5A;
}
.catnews-list .item .img-box {
  width: 2.5rem;
  height: 1.4rem;
  flex: 0 0 2.5rem;
}
.catnews-list .item:hover {
  transition: all .3s;
  box-shadow: 0 0 10px #ddd;
}
@media (max-width: 768px) {
  .catnews-list .item .img-box {
    width: 1.5rem;
    height: .8rem;
    flex: 0 0 1.5rem;
  }
  .catnews-list .item .content {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .catnews-list .morebtn {
    display: none;
  }
}
.cat-pagnation {
  margin-bottom: 20px;
}
.cat-pagnation .main-content {
  background: #fff;
  padding: 10px;
}
.cat-pagnation .main-content a {
  display: inline-block;
  border: 1px solid #dfdfdf;
  margin: 0 10px;
  padding: 0 10px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #545454;
}
.cat-pagnation .main-content a.current {
  background: #062F5A;
  color: #fff;
}
#post-nav {
  border-top: 1px solid #dfdfdf;
  padding-top: 10px;
}
#post-nav .navigation .screen-reader-text {
  display: none;
}
#post-nav .navigation .nav-links {
  display: flex;
  justify-content: flex-start;
}
#post-nav .navigation .nav-links > div {
  flex: 1;
  color: #999;
  line-height: 50px;
  max-width: 50%;
}
#post-nav .navigation .nav-links > div .iconfont {
  margin: 0 15px;
}
#post-nav .navigation .nav-links > div.nav-previous {
  margin-right: 5px;
  padding-left: 15px;
}
#post-nav .navigation .nav-links > div.nav-next {
  margin-left: 5px;
  text-align: right;
  padding-right: 15px;
}
#post-nav .navigation .nav-links > div:hover {
  transition: all .3s;
  color: #062F5A;
}
#news-content {
  background: #f5f5f5;
  padding-top: 40px;
  background: url('../images/bg_17.png') repeat;
}
#news-content .news-detail {
  min-height: calc(100vh - 100px);
  margin: 0 auto;
}
#news-content .detail-head {
  border-bottom: 1px solid #dfdfdf;
}
#news-content .detail-head > h4 {
  font-size: 20px;
  color: #333333;
  font-weight: normal;
}
#news-content .detail-head > div {
  font-size: 14px;
  line-height: 30px;
  color: #999999;
  margin-top: 8px;
}
#news-content .news-side-nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#news-content .news-side-nav .news-nav {
  width: 240px;
}
#news-content .news-side-nav .news-nav .menu-ul .main-menu-item {
  margin-bottom: 2px;
}
#news-content .news-side-nav .news-nav .menu-ul .main-menu-item .menu-link {
  display: inline-block;
  width: 100%;
  line-height: 50px;
  background: #dfdfdf;
  padding-left: 40px;
}
#news-content .news-side-nav .news-nav .menu-ul .main-menu-item.current-menu-item .menu-link {
  color: #fff;
  background: #062F5A;
}
#news-content .news-top-nav .news-nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-bottom: 1px solid #dfdfdf;
}
#news-content .news-top-nav .news-nav .menu-ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#news-content .news-top-nav .news-nav .menu-ul .main-menu-item .menu-link {
  display: inline-block;
  width: 100%;
  line-height: 50px;
  padding: 0 10px;
}
#news-content .news-top-nav .news-nav .menu-ul .main-menu-item.current-menu-item .menu-link {
  color: #062F5A;
  border-bottom: 2px solid #062F5A;
}
.wp-article {
  background: #fff;
  overflow: hidden;
  position: relative;
  text-align: left;
}
.wp-article .case-title {
  font-size: 0.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
}
.wp-article .wp-video video {
  max-width: 100%;
  height: auto;
}
.wp-article p {
  line-height: 2;
}
.wp-article img {
  max-width: 100%;
  height: auto;
  margin: auto;
}
@media (max-width: 760px) {
  .wp-article {
    font-size: 0.2rem;
  }
  .wp-article .wp-video video {
    max-width: 100%;
    height: auto;
  }
}
.comments .comments-title {
  color: #f39501;
  line-height: 30px;
  font-size: 0.14rem;
  border-bottom: 1px solid #ddd;
}
.comments .comment-list {
  padding: 40px 0;
}
.comments .comment-list .main-comment {
  padding: 10px 0;
}
.comments .comment-list .depth-1 {
  border: 1px solid #ddd;
  padding: 20px;
  margin: 10px 0;
}
.comments .comment-list .comment .pull-left {
  display: flex;
  justify-content: flex-start;
}
.comments .comment-list .comment .pull-left .user_info {
  color: #f39501;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-right: 20px;
}
.comments .comment-list .comment .pull-left .user_info .avatar {
  border-radius: 50%;
}
.comments .comment-list .comment .pull-left .user_info .user-name {
  white-space: nowrap;
  margin: 10px 0;
}
.comments .comment-list .comment .pull-left .user_info .label-info {
  font-size: 12px;
  color: #fff;
  background: #062F5A;
}
.comments .media-body .conmment-content {
  font-size: 16px;
  color: #545454;
  line-height: 30px;
}
.comments .media-body .comment-info {
  margin: 10px 0;
  color: #999;
}
.comments .media-body .comment-info a {
  color: inherit;
}
.comments .media-body .comment-info a:hover {
  color: #f39501;
}
.comments .depth-1 > .children {
  background: #f4f4f4;
  margin: 0 40px;
  padding: 10px 20px;
}
.comments .depth-1 > .children .avatar {
  display: none;
}
.comments .comment-form {
  padding: 20px 0;
}
.comments .comment-form .form_item {
  margin: 10px 0;
}
.comments .form_item {
  display: flex;
  flex-direction: column;
}
.comments .form_item label {
  line-height: 45px;
}
.comments .form_item textarea {
  color: #545454;
  padding: 10px;
}
.comments .submit {
  color: #fff;
  background: #f39501;
  padding: 10px 20px;
  border: none;
}
.comments .submit:hover {
  opacity: .9;
}
.comments .logged-in-as {
  display: none;
}
.news-banner .bg {
  background-image: url('../images/bg_20.jpg');
}
.down-link {
  color: red;
  text-decoration: underline;
}

