@charset "utf-8";
img,
legend {
  max-width: 100%;
}
body,
html {
  -webkit-text-size-adjust: 100%;
}
progress,
sub,
sup {
  vertical-align: baseline;
}
button,
hr,
input {
  overflow: visible;
}
[type="checkbox"],
[type="radio"],
legend {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
}
.themeConfig_gray.page-channel,
.themeConfig_gray.page-home,
.themeConfig_home_gray.page-home {
  -webkit-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(graysale=1);
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
.header-wrapper a,
.jb-wrapper > a,
a,
a:hover {
  text-decoration: none;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: 700;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  color: inherit;
  display: table;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.swiper-slide,
.swiper-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
.content-wrapper .main-article > section.article-content p,
body {
  font-family: -apple-system, "Hiragino Sans GB", Roboto, "Droid Sans",
    "Microsoft YaHei", "Microsoft YaHei UI", "Microsoft JhengHei UI", STHeiti,
    Oxygen, Ubuntu, Cantarell, "Fira Sans", "Helvetica Neue", sans-serif;
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet,
.with-hover:hover,
button {
  cursor: pointer;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progress
  .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white
  .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black
  .swiper-pagination-progressbar {
  background: #000;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.channel-nav-more,
.header-wrapper .top-nav,
.header-wrapper header,
.header-wrapper nav {
  position: relative;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.header-wrapper .interacting-960 .top-nav-960 ul,
.interacting .pop-up,
.search-form .search-history {
  -webkit-box-sizing: border-box;
}
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul {
  margin: 0;
}
body,
img {
  width: 100%;
}
a,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
  -webkit-tap-highlight-color: transparent;
}
button,
img {
  border: 0;
}
li,
ol,
ul {
  list-style: none;
  padding: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -moz-padding-start: 0;
}
html {
  font-size: 16px;
}
body {
  margin: 0 auto;
  background-color: #f0f0f0;
  -webkit-font-smoothing: auto;
  opacity: 1;
  -webkit-transition: opacity 0.15s ease-in;
  transition: opacity 0.15s ease-in;
}
body.hidden {
  opacity: 0;
}
img {
  height: auto;
  max-height: 100%;
}
img,
input {
  vertical-align: middle;
}
a,
area {
  blr: expression(this.onFocus=this.blur());
}
:focus {
  outline: 0;
}
.verticalAlign {
  vertical-align: middle;
  display: inline-block;
  height: 100%;
  width: 1px;
  margin-left: -1px;
}
figure,
li,
p {
  margin: 0;
  padding: 0;
}
.clearfix::after,
.clearfix::before {
  display: table;
  content: " ";
}
.content-wrapper.responsive-wrapper:after,
.header-wrapper .interacting-960:after,
.header-wrapper .interacting:after,
.header-wrapper .responsive-wrapper:after,
.interacting .app-download .btns:after {
  content: "";
  clear: both;
}
.unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.animated {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.interacting > div > a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.header-wrapper a {
  color: #fff;
}
.header-wrapper .responsive-wrapper {
  height: 113px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-wrapper header {
  height: 100%;
  z-index: 100;
}
.content-wrapper.responsive-wrapper {
  position: relative;
  margin: 85px auto 0;
}
.content-wrapper.responsive-wrapper:after {
  display: table;
}
.header-wrapper {
  width: 100%;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.header-wrapper .logo {
  margin-right: 15px;
}
.header-wrapper .logo a {
  display: block;
  height: 80px;
  width: 132px;
}
.header-wrapper .top-nav {
  display: flex;
  align-items: center;
  height: 113px;
}
.header-wrapper .channel-nav-li,
.header-wrapper .interacting-960 .top-nav-960 {
  -webkit-transition: background-color 0.1s ease-in;
  transition: background-color 0.1s ease-in;
  font-size: 15px;
  padding: 0 13px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.header-wrapper .channel-nav-li:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.header-wrapper .channel-nav-li.canceled.current,
.header-wrapper .channel-nav-li.canceled:hover {
  background-color: #d01820;
}
.interacting .more li:hover {
  font-size: 14px;
}
.interacting .top-nav-960:hover {
  background-color: #a72a22;
}
.header-wrapper .channel-nav-li.current {
  font-size: 18px;
}
.header-wrapper .channel-nav-li .more-div,
.header-wrapper .channel-nav-li a,
.header-wrapper .interacting-960 .top-nav-960 > a {
  cursor: pointer;
  display: block;
  height: 71px;
  line-height: 71px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.header-wrapper .interacting-960 .top-nav-960.menu li:hover {
  background-color: rgba(193, 193, 193, 1);
}
.channel-nav-more .more-flag {
  position: absolute;
  display: none;
}
.more-flag .triangle-border-up {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid rgba(0, 0, 0, 0.7);
  position: relative;
  top: 7px;
  left: 10px;
}
.more-flag .more-wrapper {
  background: rgba(0, 0, 0, 0.7);
  padding: 10px 10px 17px;
  display: flex;
  align-items: center;
  max-width: 800px;
  height: 93px;
  position: relative;
  top: 7px;
  left: -90px;
  overflow: hidden;
}
.news-wrapper,
.search-form {
  justify-content: space-between;
}
.more-flag .more-wrapper a {
  box-sizing: border-box;
  line-height: 20px;
  padding: 5px 10px;
  margin: 5px;
  writing-mode: horizontal-tb;
  font-size: 17px;
  letter-spacing: 6px;
  height: auto;
  width: auto;
  word-wrap: break-word;
  max-height: 90px;
  text-decoration: none;
}
.more-flag .more-wrapper a:hover {
  background: #f0f0f0;
  color: #0f1419;
}
.header-wrapper .interacting-960 .give-a-shit li > a,
.header-wrapper .interacting-960 .top-nav-960.menu li > a {
  display: block;
  width: 100%;
  color: #0f1419;
  font-size: 12px;
  text-align: center;
}
.header-wrapper .interacting-960 .top-nav-960 ul {
  background-color: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(248, 225, 226, 1);
  border-radius: 0 0 7.5px 7.5px;
  display: none;
}
.header-wrapper .interacting-960 .give-a-shit:hover ul,
.header-wrapper .interacting-960 .menu:hover ul {
  display: block;
}
.header-wrapper .interacting-960 .top-nav-960.menu li > a {
  line-height: 30px;
  height: 30px;
}
.header-wrapper .interacting-960 .give-a-shit li > a {
  line-height: 40px;
  height: 40px;
  border-bottom: 1px solid rgba(248, 225, 226, 1);
}
.header-wrapper .interacting-960 .give-a-shit li > a:last-of-type {
  border-bottom: none;
}
.header-wrapper .interacting-960 .give-a-shit {
  color: #000;
}
.header-wrapper .interacting-960 .give-a-shit li {
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.header-wrapper .interacting-960 .give-a-shit ul {
  padding: 0 10px;
}
.header-wrapper .interacting-960 .give-a-shit li.for-wechat {
  background-image: url(https://wapcdn.thecover.cn/web/20160610/icn_wechat.png);
}
.header-wrapper .interacting-960 .give-a-shit li.for-wechat .app-download {
  position: absolute;
}
.header-wrapper .interacting-960 .give-a-shit li.for-weibo {
  background-image: url(https://wapcdn.thecover.cn/web/20160610/icn_weibo.png);
}
#btn_load_more .blink {
  -webkit-animation-name: blinker;
  animation-name: blinker;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
#btn_load_more .blink-1 {
  -webkit-animation-delay: 150ms;
  animation-delay: 150ms;
}
#btn_load_more .blink-2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.header-wrapper .channel-nav-li.current a {
  cursor: unset;
}
.header-wrapper .interacting-1200 {
  min-width: 300px;
  margin-left: 26.5px;
}
.header-wrapper .interacting-960 {
  width: 165px;
  display: none;
}
.header-wrapper .interacting > div.holding {
  padding: 0 11.5px;
  float: left;
  font-size: 15px;
  text-align: center;
  z-index: 999;
}
.header-wrapper .interacting > div.no-padding {
  padding: 0;
}
.header-wrapper .interacting > div.split-spot {
  padding: 0 7px;
  cursor: unset;
}
.header-wrapper .interacting .holding > span {
  color: #fff;
}
.header-wrapper .interacting .holding > a:hover,
.header-wrapper .interacting .holding > span:hover {
  color: #ffb820;
}
.header-wrapper .interacting-960 .top-nav-960:hover,
.header-wrapper .interacting > div:hover {
  cursor: pointer;
}
.header-wrapper .interacting > div:last-child {
  text-align: right;
}
.header-wrapper .interacting .menu,
.header-wrapper .interacting .search-icon,
.header-wrapper .interacting .wechat-logo,
.header-wrapper .interacting .weibo-logo {
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.header-wrapper .interacting .menu {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAOCAYAAADNGCeJAAAA0klEQVQ4jbXRMWoCURSF4RtwwGKWIViIYCOEbMHSXWhloZWrSBl3YvOC9duBxYOQ6pVCyL3/SZEiU6R1JvnhK091LCLWwFXSO/B2r253jYi1ARtJN0kfA9yAjZVSxu4+jYh5RMx6mLv7tJQytl89DPAP1VpbYCnpCXi8V7db1lpbA7aSPocCtubuK0ln4AK89nCRdHb3leWcm1prO1TOufn7E1JKo5xz01dKaWRmZu4+AXaSDpL2PRyAnbtPTNJRP30NIElHAxbAM3ACXno4dfvFN4zIu8hlGMJ3AAAAAElFTkSuQmCC);
}
.search-form {
  width: 160px;
  display: flex;
  align-items: center;
  height: 34px;
  background: #fff;
  border-radius: 20px;
  line-height: 34px;
  margin-left: 18px;
  padding: 5px 8px;
  box-sizing: border-box;
}
.search-form li.hidden,
.search-form.hidden .search-form li {
  display: none;
}
.search-form .search-field,
.search-form li {
  width: 120px;
  height: 20px;
  border: none;
  outline: 0;
  font-size: 14px;
}
.search-form .search-icon {
  height: 20px;
  width: 20px;
  background: url(https://wapcdn.thecover.cn/cdn/cover_pc/static/img/2x/search_icon.png)
    no-repeat;
  cursor: pointer;
}
.search-form .search-history {
  width: 170px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  position: relative;
  z-index: 500;
  margin-top: -34px;
}
.search-form.active .search-history {
  display: block;
}
.search-form li.selected,
.search-form li:hover {
  background-color: #e1e6eb;
}
.search-form li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #000;
}
.search-form.active {
  visibility: visible;
  top: 70px;
  display: block;
}
.express-news-scroll-area li > div .meta .tag,
.search-form .search-history.hidden {
  display: none;
}
.interacting .pop-up {
  position: absolute;
  top: 70px;
  background: #fff;
  border-top: none;
  padding: 15px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.interacting .twoDownload {
  padding: 0;
  width: max-content;
}
.interacting .twoDownload .fmLeft {
  padding: 15px;
  float: left;
}
.interacting .with-hover:hover .pop-up {
  visibility: visible;
  opacity: 1;
  z-index: 100;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s cubic-bezier(0.31, 0.57, 0.68, 1.36);
  transition: all 0.3s cubic-bezier(0.31, 0.57, 0.68, 1.36);
}
.interacting .pop-up img.qr {
  height: 80px;
  width: 80px;
}
.interacting .app-download img.qr {
  float: left;
  margin-right: 15px;
}
.express-news-scroll-area li > div .meta .tag,
.interacting .app-download .btns {
  float: right;
}
.interacting .app-download .btns a {
  display: block;
  height: 25px;
  line-height: 25px;
  background-color: #d01820;
  color: #fff;
  border-radius: 2px;
  padding: 0 10px;
  margin-top: 11px;
  font-size: 12px;
}
.interacting .pop-up p {
  text-align: center;
  color: #000;
  line-height: 15px;
  margin-bottom: 15px;
}
.interacting .wechat-logo .pop-up {
  width: 140px;
}
.interacting .for-app:hover .pop-up,
.interacting .for-wechat:hover .pop-up {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  width: 150px;
  height: auto;
  right: 50px;
  top: 0;
}
.interacting .for-app .pop-up img.qr,
.interacting .for-wechat .pop-up img.qr {
  margin-left: 20px;
}
.changzhu-wrapper {
  width: 1300px;
  text-align: center;
  margin: 7px auto auto;
}
.changzhu-wrapper > a {
  width: 100%;
  display: block;
  height: 100px;
}
.interacting .more ul {
  background-color: #d01820;
  position: absolute;
  right: 0;
  padding: 0;
}
.interacting .more .pop-up {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.interacting .more li {
  font-size: 14px;
  line-height: 30px;
  display: block;
  text-align: center;
  padding: 15px;
}
#btn_load_more,
.express-news-date .date {
  font-size: 20px;
}
#btn_load_more {
  opacity: 1;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #9d9d9d;
  background-color: #d8d8d8;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: color 0.2s ease-in, background-color 0.2s ease-in;
  transition: color 0.2s ease-in, background-color 0.2s ease-in;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  margin-top: 100px;
}
#btn_load_more:hover {
  cursor: pointer;
  color: #777;
  background-color: #ddd;
}
#btn_load_more.frozen:hover {
  cursor: not-allowed;
}
#btn_load_more.hidden:hover {
  cursor: default;
}
#btn_load_more.hidden {
  opacity: 0;
}
.pagetype-index #btn_load_more {
  position: absolute;
  bottom: 0;
  margin-top: 0;
}
.express-news {
  background-image: url(https://wapcdn.thecover.cn/web/20160610/bg_express.png);
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: scroll;
  position: fixed;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  visibility: visible;
  -webkit-transition: bottom 0.2s ease-in;
  transition: bottom 0.2s ease-in;
}
.express-news.go-with-parent {
  position: absolute !important;
  bottom: 0 !important;
  right: 0 !important;
  left: auto !important;
  top: auto !important;
}
#banner_slider_container.hidden,
.express-news.hidden,
.packery-container.hidden {
  visibility: hidden;
}
.express-news:after {
  display: table;
  content: "";
  clear: both;
}
.express-news-date {
  height: 70px;
  line-height: 70px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 15px;
  color: #222;
}
.express-news-date .month {
  font-size: 14px;
}
.express-news.ps-container > .ps-scrollbar-y-rail {
  right: 0 !important;
  width: 4px !important;
}
.express-news.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  width: 4px !important;
}
.express-news-scroll-area ul {
  width: 100%;
  height: auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
}
.express-news-scroll-area li {
  position: relative;
  width: 100%;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px 25px;
  border-left: 2px solid #f7f3f0;
}
.express-news-scroll-area li:last-of-type a,
.express-news-scroll-area li:last-of-type > div {
  border-bottom: none;
}
.express-news-scroll-area li > div:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  top: 0;
  left: -8px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 5px solid #ccc;
  background-color: #f7f3f0;
  border-radius: 50%;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.express-news-scroll-area li.putongxinwen > div:before {
  border-color: #d1d3d4;
}
.express-news-scroll-area li.jinxuan > div:before {
  border-color: #fff;
}
.express-news-scroll-area li.tufashijian > div:before {
  border-color: #e12e41;
}
.express-news-scroll-area li.remenhuati > div:before {
  border-color: #2783fa;
}
.express-news-scroll-area li.bendizixun > div:before {
  border-color: #5cc702;
}
.express-news-scroll-area li.zhongbangshijian > div:before {
  border-color: #8f6af6;
}
.express-news-scroll-area li a,
.express-news-scroll-area li > div {
  display: block;
  border-bottom: 1px solid #ebeae8;
  color: #474747;
  width: 100%;
}
.express-news-scroll-area li > div:hover:before {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.express-news-scroll-area li > div {
  height: 100%;
}
.express-news-scroll-area li > div .meta {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 25px;
}
.express-news-scroll-area li > div .meta .location {
  margin-left: 1em;
}
.express-news-scroll-area li > div * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.express-news-scroll-area li > div h3 {
  font-size: 17px;
  line-height: 20px;
  text-align: left;
  padding: 0 1em;
  height: 40px;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
}
.express-news-scroll-area li > div .content {
  font-size: 13px;
  line-height: 16px;
  padding: 0 15px;
  margin: 10px 0 15px;
  color: #474747;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  max-height: 48px;
}
.express-news-scroll-area li > div img {
  margin: 10px 0;
}
.editor-selected {
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.pagetype-index .editor-selected {
  margin-bottom: 100px;
}
.editor-selected:after {
  display: table;
  content: "";
  clear: both;
}
.bigView-wrapper {
  aspect-ratio: 16/9;
  background-size: cover;
  overflow: hidden;
  position: relative;
  left: 0;
  right: 0;
  z-index: 1;
}
.bigView-img,
.bigView-img > a,
.bigView-wrapper:after {
  position: absolute;
  height: 100%;
  left: 0;
  width: 100%;
  top: 0;
}
.bigView-wrapper:after {
  content: "";
  background: inherit;
  filter: blur(6px);
  z-index: 2;
}
.bigView-img {
  display: inline-block;
  z-index: 3;
}
.bigView-img > a {
  z-index: 1;
  background: #fff;
}
.bigView-dots,
.bigView-title {
  height: 100px;
  position: absolute;
}
.bigView-title {
  bottom: -2px;
  left: 0;
  box-sizing: border-box;
  padding: 14px 180px 14px 26px;
  width: 100%;
  font-family: PingFang SC;
  font-weight: 500;
  text-shadow: 0 2px 1px rgb(0 0 0 / 40%);
  background: linear-gradient(0deg, #000, transparent);
}
.bigView-title > span {
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 24px;
  line-height: 36px;
}
.bigView-dots {
  right: 0;
  bottom: 0;
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
}
.bigView-dots .list-item {
  width: 8px;
  height: 8px;
  background: #fff;
  margin: 0 4px;
  border-radius: 50%;
  opacity: 0.6;
}
.bigView-list {
  position: absolute;
  right: 0;
  top: 0;
  width: 333px;
  float: right;
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  overflow: hidden;
  z-index: 3;
}
.bigView-list > .list-item {
  height: 20%;
  padding: 15px 31px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.list-item.active,
.list-item:hover {
  cursor: pointer;
  opacity: 1;
}
.list-item a {
  font-size: 18px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 26px;
  display: inline-block;
  max-height: 80px;
  overflow: hidden;
}
.list-item label {
  padding: 2px 5px;
  background: red;
  margin-right: 5px;
  color: #fff;
}
.bigView-tag {
  position: absolute;
  top: 6px;
  left: 8px;
  min-width: 40px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  background-color: #f41c27;
  padding: 0 2px;
}
.news-wrapper {
  margin-top: 19px;
  display: flex;
}
.focus-news {
  width: 926px;
}
.topic-news {
  width: 330px;
}
.news-wrapper-header > span {
  height: 27px;
  font-size: 28px;
  font-family: PingFang-SC-Bold;
  font-weight: 700;
  color: rgba(3, 3, 3, 1);
  line-height: 38px;
}
.news-wrapper-header {
  margin-top: 19px;
  padding-bottom: 15px;
}
.packery-container {
  border-left: 1px solid rgba(214, 214, 214, 1);
  border-top: 8px solid #d70005;
  box-sizing: border-box;
  position: relative;
}
.packery-container *,
.packery-container:after,
.packery-container:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.packery-container.col-4 > .grid-item {
  width: 311px;
}
.grid-item {
  width: 308px;
  height: 331px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 15px 18px;
  box-sizing: border-box;
  border: 1px solid rgba(214, 214, 214, 1);
  border-left: none;
  border-top: none;
}
.grid-item.grid-item--width2 {
  width: 593.33px;
}
.grid-item a.ads,
.grid-item a.link-to-article,
.grid-item a.link-to-video,
.guess-your-interests a.link {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.express-news-video-thumbnail {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 177.19px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.grid-item a.link-to-article .thumbnail-wrapper {
  position: relative;
  height: 204px;
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.pagetype-video-channel
  .grid-item
  a.link-to-video
  .thumbnail-wrapper
  .video-duration {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0 9px;
  position: absolute;
  right: 10px;
  bottom: 20px;
  color: #fff;
  font-size: 9px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
.express-news-video-thumbnail:after,
.grid-item a.link-to-video .thumbnail-wrapper:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  background-image: url(https://wapcdn.thecover.cn/web/20160610/play_btn.png);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.6s cubic-bezier(0.31, 0.57, 0.68, 1.36);
  transition: all 0.6s cubic-bezier(0.31, 0.57, 0.68, 1.36);
  opacity: 0;
}
.express-news-video-thumbnail:after,
.pagetype-index .grid-item a.link-to-video .thumbnail-wrapper:after,
.pagetype-news-channel .grid-item a.link-to-video .thumbnail-wrapper:after,
.pagetype-video-channel
  .grid-item
  a.link-to-video:hover
  .thumbnail-wrapper:after {
  opacity: 1;
}
.grid-item a.ads .thumbnail-wrapper {
  height: 100%;
}
.grid-item a.ads .thumbnail-wrapper img,
.grid-item a.link-to-article .thumbnail-wrapper img,
.guess-your-interests a.link img {
  width: 100%;
  height: 100%;
  -webkit-transition: transform 0.6s ease;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.grid-item a.link-to-article:hover .thumbnail-wrapper img,
.guess-your-interests a.link:hover img,
.pagetype-video-channel
  .grid-item
  a.link-to-article.link-to-video:hover
  .thumbnail-wrapper
  img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.grid-item a.link-to-article .thumbnail-wrapper .tag {
  position: absolute;
  top: 6px;
  left: 8px;
  min-width: 40px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  background-color: #f41c27;
  padding: 0 2px;
}
.grid-item a.link-to-article .thumbnail-wrapper .live-tag {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  background-color: #fc6754;
  padding: 5px 10px;
}
.grid-item a.link-to-article .thumbnail-wrapper .live-tag-reservation {
  background-color: #f2a549;
}
.grid-item a.link-to-article .thumbnail-wrapper .live-tag-playback {
  background-color: #b9c1cb;
}
.grid-item a.link-to-article .description-wrapper {
  padding: 12px 0;
  background-color: #fff;
  border-bottom: 1px dashed #969696;
  position: relative;
}
.grid-item a.link-to-article .description-wrapper h2 {
  font-size: 16px;
  font-family: PingFang-SC-Medium;
  font-weight: 700;
  color: rgba(42, 42, 42, 1);
  max-height: 42px;
  height: 42px;
  line-height: 21px;
  width: 100%;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.grid-item a.link-to-article .description-wrapper .blockChain_h2 {
  text-indent: 32px;
}
.grid-item a.link-to-article .description-wrapper img {
  width: 34px;
  height: 34px;
  position: absolute;
  top: 6px;
  left: -5px;
}
.grid-item a.link-to-article .foot {
  background-color: #fff;
  margin-top: 10px;
  width: 100%;
  color: #666;
  font-size: 12px;
}
.grid-item a.link-to-article .foot > span {
  display: inline-block;
  font-size: 11px;
  font-family: PingFang-SC-Medium;
  font-weight: 500;
  color: rgba(96, 96, 96, 1);
  opacity: 0.8;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 124px;
}
.grid-item a.link-to-article .foot span.source {
  float: left;
  overflow: hidden;
}
.grid-item a.link-to-article .foot span.source:after {
  clear: both;
  content: "";
}
.grid-item a.link-to-article .foot span.read-count {
  float: right;
}
.grid-item a.link-to-article .foot span.read-count:before {
  content: "";
  display: inline-block;
  background-image: url(https://wapcdn.thecover.cn/web/20160610/icon_eye.png);
  width: 16px;
  height: 10px;
  line-height: 12px;
  margin-right: 6px;
}
.grid-item a.link-to-article .foot span.time {
  position: relative;
  float: left;
  margin-left: 2em;
}
.topic-wrapper {
  border: 1px solid rgba(214, 214, 214, 1);
  box-sizing: border-box;
  padding: 0 20px 20px;
  background: #fff;
}
.topic-wrapper .topic-wrapper-header {
  padding: 20px 0 15px;
}
.topic-wrapper .topic-wrapper-header span {
  font-size: 24px;
  font-family: PingFang-SC-Bold;
  font-weight: 700;
  color: rgba(3, 3, 3, 1);
  line-height: 24px;
  position: relative;
}
.topic-wrapper .topic-wrapper-header span::before {
  content: "";
  position: absolute;
  left: -21px;
  top: 8px;
  width: 6px;
  height: 16px;
  background: #c5271e;
}
.topic-wrapper > div > .topic-item {
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px dashed #828282;
}
.topic-wrapper > div > .topic-item:last-child {
  border-bottom: none;
}
.topic-wrapper > div > .topic-item > .topic-img {
  width: 109px;
  height: 78px;
  display: flex;
  align-items: center;
}
.topic-wrapper > div > .topic-item > .topic-title {
  width: 170px;
  height: 78px;
  overflow: hidden;
}
.topic-title span {
  font-size: 16px;
  font-family: PingFang-SC-Medium;
  font-weight: 500;
  color: rgba(29, 29, 29, 1);
  line-height: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#footer .footer-logo-top,
#footer a,
#footer > .footer-about,
#footer > .footer-else > a,
.guess-your-interests h3 {
  font-family: MicrosoftYaHei;
}
#video-player-wrapper,
#video-player-wrapper .video-js,
#video-player-wrapper .vjs-poster {
  height: 675px;
}
#video-player-wrapper {
  width: 100%;
  background-color: #f0f0f0;
  margin: 12px auto;
  visibility: hidden;
  -webkit-transition: visibility 0.3s ease-in;
  transition: visibility 0.3s ease-in;
}
#video-player-wrapper.show {
  visibility: visible;
}
#video-player-wrapper .video-js {
  width: 100%;
}
.no-flexbox #video-player-wrapper .vjs-progress-control {
  min-width: 500px;
  margin: 0 auto;
}
#video-player-wrapper video {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
#video-player-wrapper .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -60px;
  width: 120px;
  height: 120px;
  font-size: 2em;
  opacity: 0;
  position: absolute;
  background-image: url(https://wapcdn.thecover.cn/web/20160610/play_btn_big.png);
  background-size: cover;
  background-color: transparent !important;
  border: none !important;
  cursor: pointer;
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}
#video-player-wrapper.show .vjs-big-play-button {
  opacity: 0.8;
}
#video-player-wrapper.show .vjs-big-play-button:hover {
  opacity: 1;
}
#video-player-wrapper .vjs-big-play-button:before {
  content: "";
  font-size: 4em;
  font-size: 0;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  position: absolute;
  text-align: center;
  -webkit-transform: translateZ(0) translate(-50%, -50%);
  -ms-transform: translateZ(0) translate(-50%, -50%);
  transform: translateZ(0) translate(-50%, -50%);
  vertical-align: middle;
}
#video-player-wrapper .vjs-fade-out {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
}
#video-player-wrapper
  .vjs-has-started.vjs-user-inactive.vjs-playing
  .vjs-control-bar {
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#video-player-wrapper .video-js .vjs-control-bar {
  height: 72px;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
#video-player-wrapper .video-js .vjs-play-progress {
  background-color: rgba(234, 75, 62, 1);
}
#video-player-wrapper .video-js .vjs-play-progress:before {
  height: 22px;
  width: 22px;
  font-size: 22px;
  top: -11px;
  margin-left: -11px;
}
#video-player-wrapper .video-js .vjs-play-control {
  width: 90px;
  background-color: rgba(234, 75, 62, 1);
}
#video-player-wrapper .video-js .vjs-control:before {
  font-size: 36px;
  line-height: 72px;
}
#video-player-wrapper .video-js .vjs-volume-menu-button {
  width: 7em;
}
#video-player-wrapper
  .vjs-volume-menu-button.vjs-menu-button-inline
  .vjs-menu-content {
  height: 29px;
  top: 21px;
  left: 3em;
  position: absolute;
}
#video-player-wrapper .video-js .vjs-menu-button-inline:hover {
  width: 14em;
}
#video-player-wrapper .video-js .vjs-time-control {
  line-height: 72px;
  display: none;
}
#video-player-wrapper .video-js .vjs-current-time,
#video-player-wrapper .video-js .vjs-duration,
#video-player-wrapper .video-js .vjs-time-divider {
  display: inline-block;
  min-width: 0;
  margin: 0 5px;
  padding: 0;
}
#video-player-wrapper .video-js .vjs-remaining-time-display {
  display: none;
}
#video-player-wrapper .video-js .video-js .vjs-time-control {
  padding-left: 0;
  padding-right: 0;
}
#video-player-wrapper .vjs-fade-out {
  -webkit-transition: visibility 0.3s, opacity 0.3s;
  transition: visibility 0.3s, opacity 0.3s;
}
.content-wrapper .main-article {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  min-height: 200px;
  background-color: #fff;
  padding: 35px 30px;
}
.content-wrapper .main-article h1::-moz-selection {
  color: #fff;
  background-color: #d01820;
}
.content-wrapper .main-article h1::selection {
  color: #fff;
  background-color: #d01820;
}
.content-wrapper .main-article h1 {
  text-align: center;
  text-align: left;
  font-size: 24px;
  margin-bottom: 15px;
}
.content-wrapper .main-article .props-of-title {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.content-wrapper .main-article .props-of-title,
.content-wrapper .main-article .props-of-title > a {
  font-size: 14px;
  line-height: 40px;
  color: #c8c8c8;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.content-wrapper .main-article .props-of-title > a,
.content-wrapper .main-article .props-of-title > span {
  display: inline-block;
  margin-right: 15px;
  flex-shrink: 0;
}
.content-wrapper .main-article .props-of-title > span.location {
  flex: 1;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
}
.content-wrapper .main-article .props-of-title > span.read-count:before {
  content: "";
  display: inline-block;
  background-image: url(https://wapcdn.thecover.cn/web/20160610/icon_eye.png);
  width: 16px;
  height: 10px;
  line-height: 12px;
  margin-right: 6px;
}
.content-wrapper .main-article > section {
  position: relative;
  margin: 30px auto;
}
.content-wrapper .main-article > section.article-content {
  font-size: 14px;
  line-height: 26px;
  overflow-x: hidden;
}
.content-wrapper .main-article > section.article-content p {
  font-size: 1.125rem;
  line-height: 1.8rem;
  margin-bottom: 1rem;
  text-align: justify;
}
.content-wrapper .main-article > section:last-of-type {
  margin-bottom: 0;
}
.article-content p::-moz-selection {
  color: #fff;
  background-color: #d01820;
}
.article-content p::selection {
  color: #fff;
  background-color: #d01820;
}
.content-wrapper .main-article section.comments {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.content-wrapper .main-article .thumb-up {
  position: relative;
  display: none;
}
.content-wrapper .main-article .thumb-up .thumb-up-wrapper {
  margin: 0 auto;
  width: 75px;
  height: 75px;
  color: #fff;
  position: relative;
  background-color: #ee432f;
  border-radius: 100%;
  background-image: url(https://wapcdn.thecover.cn/web/20160610/weixin.png);
  background-repeat: no-repeat;
  background-position: center 40%;
}
.content-wrapper .main-article .thumb-up .thumb-up-wrapper span {
  width: 100%;
  text-align: center;
  display: inline-block;
  position: absolute;
  bottom: 8px;
}
.content-wrapper .none-content-err {
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  width: 100%;
}
.content-wrapper .main-article .comments h3 {
  font-size: 16px;
  line-height: 32px;
  border-bottom: 1px solid #d3d3d3;
}
.content-wrapper .main-article .comments .comments-count {
  font-size: 14px;
}
.content-wrapper .main-article h3 .comments-count:before {
  content: "(";
}
.content-wrapper .main-article h3 .comments-count:after {
  content: ")";
}
.content-wrapper .main-article .comments .comments-list {
  width: 100%;
}
.content-wrapper .main-article .comments .comments-list > li {
  width: 100%;
  position: relative;
  padding: 17px 0;
  border-bottom: 1px solid #d3d3d3;
}
.content-wrapper .main-article .comments .comments-list > li > div {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  height: auto;
  padding-left: 68px;
  padding-right: 17px;
  width: 100%;
}
.content-wrapper .main-article .comments .comments-list > li .avatar {
  display: inline-block;
  margin-right: 20px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 17px;
}
.content-wrapper .main-article .comments .comments-list > li .avatar img {
  width: 48px;
  height: 48px;
}
.content-wrapper .main-article .comments .comments-list > li .username {
  font-size: 12px;
  margin-bottom: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.content-wrapper .main-article .comments .comments-list > li .body {
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 8px;
}
.content-wrapper .main-article .comments .comments-list > li .location,
.content-wrapper .main-article .comments .comments-list > li .timestamp {
  font-size: 10px;
  color: #d3d3d3;
  margin-left: 20px;
}
.content-wrapper .main-article .comments .btn-comment {
  margin: 80px auto 50px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 333px;
  height: 43px;
  line-height: 43px;
  font-size: 15px;
  color: red;
  border: 1px solid red;
  border-radius: 3px;
  text-align: center;
}
.content-wrapper .main-article .ads {
  display: none;
}

/* 补全 article-right 区域的样式 */
.content-wrapper .article-right {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  width: 330px;
  background-color: #fff;
  padding: 15px;
  margin-top: 0;
}

/* 专题头部样式 */
.topic-wrapper-header {
  padding: 20px 0 15px;
  border-bottom: 1px solid #eee;
}

.topic-wrapper-header span {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  position: relative;
  padding-left: 10px;
}

.topic-wrapper-header span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 16px;
  background: #d01820;
}

/* 专题项目样式 */
.topic-item {
  display: block;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #ddd;
  text-decoration: none;
  transition: all 0.3s ease;
}

.topic-item:last-child {
  border-bottom: none;
}

.topic-item:hover {
  background-color: #f9f9f9;
  transform: translateX(5px);
}

/* 专题图片容器 */
.topic-img {
  width: 109px;
  height: 80px;
  overflow: hidden;
  margin-bottom: 10px;
}

.topic-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.topic-item:hover .topic-img img {
  transform: scale(1.05);
}

/* 专题标题 */
.topic-title {
  width: 170px;
  height: 78px;
  overflow: hidden;
}

.topic-title span {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.topic-item:hover .topic-title span {
  color: #d01820;
}

/* 响应式调整 */
@media screen and (max-width: 1300px) {
  .content-wrapper .article-right {
    width: 300px;
  }

  .topic-title span {
    font-size: 13px;
  }
}

/* 确保左右两栏正确排列 */
.content-wrapper .main-article,
.content-wrapper .article-right {
  min-height: 1px; /* 确保元素存在 */
  border: 1px solid rgba(214, 214, 214, 1);
}

.guess-your-interests {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  min-height: 200px;
  background-color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.guess-your-interests > h2 {
  font-size: 17px;
  line-height: 35px;
  border-bottom: 8px solid #d70005;
}
.guess-your-interests ul {
  width: 100%;
}
.guess-your-interests li {
  width: 100%;
  position: relative;
  padding: 20px 0;
  border-bottom: 1px dashed #969696;
}
.guess-your-interests li > a {
  position: relative;
  display: block;
}
.guess-your-interests li a > div {
  min-height: 100px;
}
.guess-your-interests li:last-child {
  border-bottom: none;
}
.guess-your-interests h3 {
  position: absolute;
  width: 295px;
  max-height: 108px;
  box-sizing: border-box;
  bottom: 0;
  padding: 0 12px 13px;
  font-size: 18px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  line-height: 26px;
  background: rgba(0, 0, 0, 0.3);
}
.guess-your-interests .link {
  display: block;
  position: relative;
}
.guess-your-interests .link > div {
  position: relative;
}
.guess-your-interests .link > div:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  background-image: url(https://wapcdn.thecover.cn/web/20160610/play_btn.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.guess-your-interests .link > div img {
  width: 100%;
  position: relative;
}
.guess-your-interests .link > div figcaption {
  position: absolute;
}
.wrapper-of-packery {
  min-height: 100%;
  width: 100%;
  position: relative;
  background: #fff;
}
.pagetype-search-results .search-input {
  background-color: #fff;
  height: 54px;
  width: 100%;
  border-radius: 3px;
}
.pagetype-search-results .search-results-count {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  color: #929292;
  background-color: #e0e0e0;
  font-size: 12px;
  padding: 0 40px;
  text-align: center;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  margin: 20px 0;
}
.pagetype-search-results .search-input form {
  position: relative;
  height: 54px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
}
.pagetype-search-results .search-input form .sc-inp {
  position: absolute;
  left: 5%;
  top: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  width: 95%;
  height: 54px;
  line-height: 54px;
  padding: 12.5px 20px;
  font-size: 17px;
  color: #000;
  border: 0;
  background-color: #fff;
  font-weight: 700;
}
.pagetype-search-results .search-input form .sc-btn {
  padding: 0;
  position: absolute;
  width: 5%;
  height: 54px;
  text-indent: -999px;
  background-color: #fff;
  background-image: url(https://wapcdn.thecover.cn/web/20160610/magnifier_grey.png);
  background-position: center;
  background-repeat: no-repeat;
  outline: 0;
}
.search-results .grid-item {
  width: 310px;
}
.pagetype-more {
  min-height: 100%;
}
.pagetype-more .left-floated-nav {
  width: 16.7%;
  background: #fff;
  text-align: center;
  float: left;
  min-height: 800px;
}
.pagetype-more .left-floated-nav ul {
  margin-top: 20px;
}
.pagetype-more .left-floated-nav ul li {
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pagetype-more .left-floated-nav ul li.active,
.pagetype-more .left-floated-nav ul li:hover {
  background: #f8f8f8;
}
.pagetype-more .left-floated-nav ul li.active {
  border-left: 6px solid #fa2817;
}
.pagetype-more .left-floated-nav a {
  color: #000;
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pagetype-more .left-floated-nav ul li.active a,
.pagetype-more .main-section p a {
  color: #fb2614;
}
#cover_layer,
.pagetype-more .main-section .section.hidden {
  display: none;
}
.pagetype-more .main-section {
  background: #fff;
  width: 82.5%;
  min-height: 800px;
  float: right;
}
.pagetype-more .section {
  margin: 0 30px;
}
.pagetype-more .right li {
  list-style: disc;
  padding-left: 30px;
}
.pagetype-more .section .title {
  border-bottom: 1px solid #e0e0e0;
  font-size: 20px;
  line-height: 60px;
  letter-spacing: 4px;
}
.pagetype-more .section .txt {
  text-indent: 2em;
  line-height: 200%;
}
.pagetype-more .section .advertise-img a {
  display: block;
  margin-bottom: 30px;
}
.pagetype-more .main-section h4:before {
  content: "\00B7";
  padding-right: 5px;
}
.pagetype-more .main-section p {
  margin: 1em 0;
}
#footer a {
  font-size: 16px;
  font-weight: 400;
  color: rgba(51, 51, 51, 0.7);
  line-height: 40px;
}
.pagetype-more .section textarea {
  width: 100%;
  border: 1px solid #f0b5bb;
  border-radius: 10px;
  font-size: 16px;
  line-height: 20px;
}
.pagetype-more .section input {
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
}
.pagetype-more .entries * {
  margin-left: 50px;
  line-height: 1em;
}
#footer,
.pagetype-404 .centre p a {
  color: #c4c4c4;
}
#footer_flag {
  opacity: 0;
  height: 1px;
  width: 100%;
}
#footer {
  margin-top: 30px;
  background: rgba(231, 231, 231, 1);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  width: 100%;
  padding: 20px 0;
  display: inline-table;
}
#footer.hidden,
#footer_flag.hidden {
  visibility: hidden !important;
}
#cover_layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}
#cover_layer.show {
  display: block;
}
#cover_layer .qr-container {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -170px;
  margin-top: -132.5px;
  width: 340px;
  height: 265px;
  padding: 20px;
  background-color: #fff;
}
#cover_layer .qr-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  width: 100px;
  height: 100px;
}
#cover_layer .qr-container p {
  position: absolute;
  bottom: 20px;
  font-size: 17px;
  text-align: center;
  width: 100%;
  left: 0;
}
#btn_close_cover_layer {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
}
#btn_back_to_top_container {
  position: fixed;
  width: 50px;
  border: 1px solid #c8c8c8;
  background-color: #fff;
  margin-left: 10px;
  bottom: 100px;
  visibility: hidden;
}
#btn_back_to_top_container.show {
  visibility: visible;
}
#btn_back_to_top_container > a {
  display: block;
  height: 50px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
#btn_back_to_top_container > a:hover {
  background-color: #d5d5d5;
}
#btn_back_to_top_container .with-hover {
  background-image: url(https://wapcdn.thecover.cn/web/20160610/icon_qr.png);
}
#btn_back_to_top_container .qr-container {
  position: absolute;
  padding: 10px 0;
  background: #fff;
  color: #000;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  border: 1px solid #c8c8c8;
  width: 130px;
  height: 110px;
  bottom: 0;
  right: 50px;
  margin-right: 10px;
  visibility: hidden;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
#btn_back_to_top_container .qr-container.show {
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 100;
  -webkit-transition: all 0.3s cubic-bezier(0.31, 0.57, 0.68, 1.36);
  transition: all 0.3s cubic-bezier(0.31, 0.57, 0.68, 1.36);
}
#btn_back_to_top_container .qr-container img {
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  height: 80px;
}
#btn_back_to_top_container .qr-container p {
  text-align: center;
  display: inline-block;
  font-size: 12px;
  width: 100%;
  bottom: 10px;
  position: absolute;
  color: #000;
}
#btn_back_to_top {
  border-top: 1px solid #c8c8c8;
  background-image: url(https://wapcdn.thecover.cn/web/20160610/icon_btn_back_to_top.png);
}
#share_icons {
  position: fixed;
  bottom: 100px;
  margin-left: -10px;
  z-index: 100;
}
#share_icons.hidden {
  visibility: hidden;
}
#bottom_share_icons {
  display: none;
}
#share_icons > div,
.share-icons .wrapper > .with-hover {
  width: 60px;
  height: 60px;
  position: relative;
  background-size: cover;
  border-radius: 50%;
  margin-bottom: 20px;
}
.share-icons .wrapper .share-to-wechat {
  left: 0;
}
.share-icons .wrapper .share-to-weibo {
  right: 0;
}
.share-icons .wrapper {
  width: 250px;
  position: relative;
  height: 60px;
  margin: 30px auto;
}
.share-icons .wrapper > .with-hover {
  position: absolute;
  top: 0;
}
#share_icons > div:hover,
.share-icons > div:hover {
  opacity: 0.8;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.share-to-wechat {
  background-image: url(https://wapcdn.thecover.cn/web/20160610/icon_wexin.png);
}
.share-to-weibo {
  background-image: url(https://wapcdn.thecover.cn/web/20160610/icon_weibo.png);
}
.share-to-weibo a {
  display: block;
  height: 100%;
  width: 100%;
}
#share_icons .panel-weixin,
.share-icons .panel-weixin {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  bottom: 100%;
  margin-bottom: 10px;
  width: 250px;
  height: 110px;
  padding: 15px;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border: 1px solid #e9eaec;
  background: #fff;
  text-align: left;
}
.header-wrapper,
.special-report .header-wrapper {
  box-shadow: none;
}
#share_icons .panel-weixin.show,
.share-icons .panel-weixin.show {
  visibility: visible;
  opacity: 1;
}
.panel-weixin img {
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 6px;
}
.panel-weixin h6 {
  width: calc(100% - 80px - 8px);
  float: right;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
  line-height: 2;
}
.pagetype-unsupport .cover-all {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  display: table;
}
.pagetype-unsupport .cover-all .centre {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 24px;
}
.pagetype-unsupport .browser-container {
  margin: 0 auto;
  width: 504px;
}
.pagetype-unsupport .browser-container:after {
  content: "";
  display: table;
  clear: both;
}
.pagetype-unsupport p {
  margin: 20px auto;
}
.pagetype-unsupport .browser-container a {
  display: block;
  width: 128px;
  height: 128px;
  float: left;
  margin: 0 20px;
}
.pagetype-unsupport .qr-container img {
  width: 128px;
  height: 128px;
}
.pagetype-404 {
  height: 100%;
}
.pagetype-404 .table-like-wrapper {
  display: table;
  margin: 0 auto;
  position: relative;
  padding-top: 100px;
  width: 100%;
  background: #fff;
}
.pagetype-404 .centre {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.pagetype-404 .centre .close:before,
.pagetype-404 .centre .go-back:before,
.pagetype-404 .centre .go-index:before,
.pagetype-404 .centre .refresh:before {
  content: "";
  display: inline-block;
  background-size: cover;
  position: relative;
}
.pagetype-404 .centre img {
  margin-bottom: 30px;
  width: auto;
}
.pagetype-404 .centre p {
  line-height: 30px;
}
.pagetype-404 .centre .go-back:before {
  width: 17px;
  height: 15px;
  background-image: url(https://wapcdn.thecover.cn/web/20160610/go-back.png);
}
.pagetype-404 .centre .go-index:before {
  width: 19px;
  height: 17px;
  background-image: url(https://wapcdn.thecover.cn/web/20160610/go-index.png);
}
.pagetype-404 .centre .close:before {
  width: 11px;
  height: 11px;
  background-image: url(https://wapcdn.thecover.cn/web/20160610/close.png);
}
.pagetype-404 .centre .refresh:before {
  width: 12px;
  height: 13px;
  background-image: url(https://wapcdn.thecover.cn/web/20160610/refresh.png);
}
.special-report #banner_img {
  position: relative;
  height: 200px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.for-app {
  display: none !important;
}
#footer .footer-logo-wrapper {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
#footer .footer-logo-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}
.event_card_container[id] > h1::before,
.roll-item::before,
.roll-item:first-of-type::before,
.roll-part-wrapper-r::before {
  content: "";
}
#footer .footer-logo-top {
  width: 504px;
  margin: 10px auto 20px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
}
#footer .footer-logo-top img {
  width: 100%;
}
#footer .footer-logo {
  width: 100%;
  margin-bottom: 40px;
}
#footer .footer-logo li {
  float: left;
  margin: 0 20px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#footer .footer-logo li img {
  width: 100%;
  height: auto;
}
#footer .footer-logo li > a {
  display: block;
  width: 100%;
  height: auto;
}
#footer > .footer-about {
  min-width: 1300px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  line-height: 40px;
  font-weight: 400;
  color: rgba(51, 51, 51, 0.7);
}
#footer > .footer-else > a {
  font-size: 16px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
}
.footer-about > .aline {
  margin: 0 15px;
  width: 1px;
  height: 12px;
  background: rgba(160, 160, 160, 1);
}
.footer-else {
  margin: 30px 0 20px;
}
.footer-else > .aline {
  margin: 0 30px;
  background: rgba(67, 67, 67, 1);
}
.jb-wrapper {
  margin: 40px auto 21px;
  text-align: center;
}
.jb-wrapper > a {
  display: inline-block;
  margin-right: 13px;
}
.jb-wrapper > a:last-of-type {
  margin-right: 0;
}
.jb-wrapper > a > img {
  width: 160px;
  height: auto;
  vertical-align: middle;
}
.main-article video {
  max-height: none !important;
}
body {
  background: url(https://wapcdn.thecover.cn/cdn/cover_pc/static/img/2x/body_bg.png)
    repeat-x;
}
.themeConfig_gray body,
.themeConfig_home_gray body {
  background: url(https://wapcdn.thecover.cn/cdn/pc/body_bg_gray.png) repeat-x;
}
.themeConfig_chunjie body {
  background: url(https://wapcdn.thecover.cn/cdn/cover_pc/static/img/2x/body_bg_chunjie.png)
    center top repeat-x;
}
.themeConfig_gray .header-wrapper,
.themeConfig_home_gray .header-wrapper {
  position: relative;
  z-index: 2;
  -webkit-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(graysale=1);
}
.content-wrapper.responsive-wrapper {
  margin-top: 20px;
}
.content-wrapper .guess-your-interests,
.content-wrapper .left-floated-nav,
.content-wrapper .main-article,
.content-wrapper .main-section {
  position: relative;
  z-index: 1;
}
.responsive-wrapper {
  width: 1300px;
  margin: 0 auto;
}
.content-wrapper.responsive-wrapper .main-article {
  width: 953px;
  float: left;
}
.content-wrapper.responsive-wrapper .guess-your-interests {
  width: 325px;
  float: right;
  box-sizing: border-box;
  padding: 15px;
}
.editor-selected,
.pagetype-index #btn_load_more {
  width: 100%;
}
.express-news,
.express-news-date,
.express-news-scroll-area {
  width: 362px;
}
.express-news {
  margin-left: 8px;
}
.each-slide-of-banner figcaption {
  height: 110px;
}
.guess-your-interests .link > div img {
  height: 152px;
}
.currentparery-wrapper,
.top-news-wrapper {
  padding: 28px;
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
  box-sizing: border-box;
}
.currentparery-channle {
  display: block;
  font-size: 28px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(3, 3, 3, 1);
  line-height: 38px;
  margin-bottom: 15px;
}
.packery-container.col-4 .grid-item {
  width: 310px;
}
#footer .footer-logo li:nth-child(7n) {
  margin-right: 0;
}
.blockChain_news {
  padding-left: 6px;
  line-height: 38px;
  width: 100%;
  height: 38px;
  background: rgba(0, 0, 0, 0.05);
  font-size: 14px;
  color: #a3a3a3;
}
.blockChain_news img {
  width: 38px;
  height: 38px;
}
.blockChain_news a,
.blockChain_news span {
  margin-left: 10px;
}
.blockChain_news a {
  color: #fb6552;
} /*!* 两会皮肤 end*!*/
.header-wrapper .header-part {
  width: 1300px;
}
.column-wrapper {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  background-color: #fff;
}
.column-wrapper-img {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.column-wrapper-img .column-item {
  display: inline-block;
  margin-bottom: 5px;
}
.column-wrapper-img .column-item .backgroundImg {
  width: 150px;
  height: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}
.piyao-column-wrapper {
  padding-left: 28px;
}
.column-wrapper .column-item {
  width: 167px;
  height: 67px;
  display: inline-block;
  background-color: #f2f4fd;
  margin-right: 8px;
  margin-bottom: 14px;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 20px;
}
.column-wrapper.packery-container-img {
  border: 1px solid rgba(214, 214, 214, 1);
  border-top: 8px solid #d70005;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 8px;
}
.column-wrapper.packery-container-img .column-item-imgText {
  width: auto;
  margin: 0 8px;
}
.column-wrapper .column-item-imgText {
  width: 80px;
  display: inline-block;
  margin-right: 32px;
  margin-bottom: 14px;
  box-sizing: border-box;
  overflow: hidden;
}
.column-wrapper .column-item .backgroundImg {
  width: 167px;
  height: 67px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}
.column-wrapper.packery-container-img .column-item-imgText .backgroundImg {
  border-radius: 50%;
  margin: 10px;
  width: 60px;
  height: 60px;
}
.column-wrapper .column-item-imgText .backgroundImg {
  width: 80px;
  height: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.column-wrapper .column-item-imgText .text {
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.homeColumn-wrapper {
  padding-left: 0;
}
.homeColumn-wrapper .column-item {
  margin-right: 14px;
}
.H5_label {
  padding: 2px 5px;
  background: #f7b500;
  margin-right: 5px;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
}
.grid-item a.link-to-article .columnImg {
  width: 273px;
  height: 273px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.outerUrl-item {
  height: 360px;
}
.outerUrl-item .thumbnail-wrapper .columnImg {
  width: 100%;
  height: 100%;
  -webkit-transition: transform 0.6s ease;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.outerUrl-item:hover .thumbnail-wrapper .columnImg {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.subjectKindListBgc {
  background-color: #f1f1f1;
}
.subjectDesc {
  line-height: 34px;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
  padding-top: 20px;
}
.subjectTagList {
  box-sizing: border-box;
  padding-bottom: 20px;
  padding-left: 20px;
  width: 1250px;
  margin: 10px auto;
  background-color: #fff;
}
.subjectTagList span {
  width: auto;
  display: inline-block;
  font-size: 24px;
  box-sizing: border-box;
  padding: 14px 40px;
  border: 1px solid #999;
  color: #999;
  margin-right: 20px;
  margin-top: 20px;
}
.subjectTagList span:hover {
  cursor: pointer;
}
.subjectTagList .tag_item:hover {
  background-color: #dcf8ff;
}
.subjectTagList .listTagBgc {
  background-color: #c52c1e;
  color: #fff;
}
.subjectKindList {
  width: 1250px;
  margin-top: 0 !important;
  background-color: #fff;
}
.subjectKindItem_title {
  height: 80px;
  box-sizing: border-box;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 26px;
}
.subjectKindItem_title h1 {
  display: inline-block;
  height: 100%;
  line-height: 44px;
  box-sizing: border-box;
  border-left: 10px solid #c52c1e;
  font-size: 30px;
  text-indent: 16px;
}
.subjectKindItem_title a {
  display: inline-block;
  height: 100%;
  line-height: 44px;
  font-size: 24px;
  color: #a9a9a9;
  float: right;
}
.subjectKindItem_news_item {
  display: inline-block;
  border-right: none;
  border-left: none;
  border-top: 1px solid rgba(214, 214, 214, 1);
}
.subjectKindItem_news_item:nth-child(2),
.subjectKindItem_news_item:nth-child(3) {
  border-left: 1px solid rgba(214, 214, 214, 1);
}
.subjectKindItem_news_item:nth-child(3) {
  border-right: 1px solid rgba(214, 214, 214, 1);
}
@media screen and (max-width: 1440px) {
  .header-wrapper .header-part {
    width: 1300px;
  }
  .header-wrapper .logo {
    margin-right: 30px;
  }
  .header-wrapper .interacting-1200 {
    margin-left: 20px;
    line-height: 30px;
  }
  .header-wrapper .interacting > div.holding {
    padding: 0 16px;
    height: unset;
    line-height: unset;
  }
  .header-wrapper .interacting > div.holding:last-child,
  .header-wrapper .interacting > div.no-padding {
    padding: 0;
  }
  .header-wrapper .channel-nav-li,
  .header-wrapper .interacting-960 .top-nav-960 {
    padding: 0 12px;
  }
}
@media screen and (max-width: 1320px) {
  .changzhu-wrapper,
  .header-wrapper .header-part,
  .responsive-wrapper {
    width: 1262px;
  }
  #footer > .footer-about {
    min-width: 1262px;
  }
  .homeColumn-wrapper .column-item {
    margin-right: 9px;
  }
  .currentparery-wrapper,
  .top-news-wrapper {
    padding: 10px;
    width: 1240px;
    box-sizing: content-box;
  }
  .piyao-column-wrapper .column-item,
  .piyao-column-wrapper .column-item .backgroundImg {
    width: 161px;
    height: 64px;
  }
  .content-wrapper.responsive-wrapper .main-article {
    width: 930px;
  }
  .header-wrapper .interacting > div.holding:last-child {
    padding: 0 16px;
  }
  .header-wrapper .interacting > div.holding:nth-last-child(2) {
    padding: 0 16px 0 0;
  }
}
.event_card_container[id] *,
.event_page *,
.roll-part {
  box-sizing: border-box;
}
.subject-tag {
  position: absolute;
  color: #fff;
  padding: 2px 8px;
  background: red;
  border-radius: 4px;
  top: 6px;
  left: 6px;
  font-size: 13px;
  z-index: 99;
}
.roll-part {
  text-align: left;
  padding: 0 25px;
  background: #fff;
  border-top: 8px solid #c5271e;
}
.roll-part-wrapper {
  overflow: hidden;
}
.roll-part-list {
  white-space: nowrap;
  display: inline-block;
  color: #000;
  transition: opacity 0.4s;
}
.roll-item {
  display: inline-block;
  padding-left: 24px;
  margin-right: 24px;
  position: relative;
  color: #333;
  font-size: 16px;
  line-height: 48px;
}
.roll-item:hover {
  font-weight: 700;
  cursor: pointer;
  font-size: 16px;
}
.roll-item::before {
  display: block;
  position: absolute;
  left: -1px;
  top: 50%;
  transform: translateY(-25%);
  width: 4px;
  height: 4px;
  background: #333;
  border-radius: 50%;
}
.roll-item:first-of-type {
  padding-left: 0;
}
.roll-item:first-of-type::before {
  display: none;
}
.roll-item:last-of-type {
  margin-right: 0;
}
.roll-part-wrapper-r:not(:last-child) {
  margin-bottom: 20px;
}
.roll-part-list-r > .roll-item-r,
.roll-part-wrapper-r {
  height: 48px;
  position: relative;
  overflow: hidden;
}
.roll-part-list-r {
  overflow: hidden;
}
.roll-part-list-r > .roll-item-r {
  display: flex;
  align-items: center;
}
.roll-part-list-r > .roll-item-r a {
  padding-left: 16px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.roll-part-wrapper-r::before {
  display: inline-block;
  position: absolute;
  background: #c5271e;
  width: 6px;
  height: 6px;
  left: 0;
  top: 22px;
  margin-right: 10px;
}
.event_card_container[id] {
  background: linear-gradient(90deg, #eff5fe, #f8fafe);
  border-radius: 10px 10px 0 0;
  padding: 16px 16px 30px;
  font-family: Microsoft YaHei;
  color: #191919;
}
.subjectKindItem[id*="sk_event"] {
  padding: 20px 10px;
}
.event_card_container[id] > h1 {
  width: 100%;
  height: 44px;
  font-size: 28px;
  font-weight: 700;
  line-height: 44px;
  display: flex;
  align-items: center;
  position: relative;
}
.event_card_container[id] > h2,
.event_node h4 {
  font-weight: 400;
  font-family: Microsoft YaHei;
}
.event_card_container[id] > h1::before {
  background: url(https://wapcdn.thecover.cn/cdn/cover_pc/static/img/event_icon.png)
    center/100% no-repeat;
  width: 42px;
  height: 44px;
  margin-right: 16px;
}
.event_card_container[id] > h1 > a {
  position: absolute;
  width: 91px;
  height: 49px;
  background: url(https://wapcdn.thecover.cn/cdn/cover_pc/static/img/event_more.png)
    center/100% no-repeat;
  top: 0;
  right: -10px;
  cursor: pointer;
}
.event_card_container[id] > h2 {
  margin: 15px 0 10px;
  height: 25px;
  line-height: 25px;
  font-size: 18px;
}
.event_nodes {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 24px 36px;
}
.event_node {
  position: relative;
}
.event_node h4::before,
.event_node:not(:last-child)::before {
  content: "";
  position: absolute;
}
.event_node a {
  color: #191919;
}
.event_node:not(:last-child) {
  padding-bottom: 20px;
}
.event_node:not(:last-child)::before {
  height: 100%;
  width: 1px;
  border-left: 1px dotted #d8d8d8;
  left: -12px;
  top: 12px;
}
.event_node h4 {
  height: 22px;
  font-size: 16px;
  color: #757575;
  margin-bottom: 6px;
}
.event_card_container h5,
.event_node_content,
.event_title h1,
.event_title h5 {
  font-weight: 400;
  color: #191919;
}
.event_node h4::before {
  background: url(https://wapcdn.thecover.cn/cdn/cover_pc/static/img/event_dot.png)
    center/100% no-repeat;
  width: 12px;
  height: 12px;
  left: -18px;
  top: 6px;
}
.event_node img {
  width: 200px;
  height: 150px;
  margin: 12px 0;
}
.event_node_content {
  font-size: 20px;
}
.event_card_container h5 {
  font-family: Microsoft YaHei;
  margin-bottom: 17px;
}
.event_page {
  padding: 40px 44px;
  background: #fff;
  font-family: Microsoft YaHei;
}
.event_title {
  padding: 0 16px;
}
.event_title h1 {
  font-size: 34px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e4e4e4;
}
.event_title h5 {
  font-size: 18px;
  margin: 18px 0 32px;
}
.top-news-wrapper {
  margin: 30px 0;
  border-top: 1px solid #ccc;
}
.top-news {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.top-news .grid-item:nth-child(-n + 4) {
  border-top: 1px solid rgba(214, 214, 214, 1);
}
.top-news .grid-item:nth-child(4n + 1) {
  border-left: 1px solid rgba(214, 214, 214, 1);
}
.pagetype-subchannel .currentparery-wrapper {
  border-top: 1px solid #ccc;
}
.channel-tab-container {
  display: flex;
  align-items: center;
}
.channel-tab-item {
  min-width: 76px;
  text-align: center;
  line-height: 30px;
  background: #fff;
  border: 1px solid #d9001b;
  border-radius: 15px;
  margin-right: 20px;
  font-size: 16px;
  cursor: pointer;
  padding: 0 5px;
}
.channel-tab-item.active {
  background: #d9001b;
  color: #fff;
}
