.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
  -webkit-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,
    right top,
    left 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: -o-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,
    left top,
    right 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: -o-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 bottom,
    left top,
    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: -o-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 top,
    left bottom,
    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: -o-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-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -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-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-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-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-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-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-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-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-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-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.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;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  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-progressbar
  .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white
  .swiper-pagination-progressbar-fill {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black
  .swiper-pagination-progressbar-fill {
  background: #000;
}
.swiper-pagination-lock {
  display: none;
}
.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-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  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;
}
.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);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-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-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.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-active .swiper-slide-active {
  pointer-events: auto;
}
.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-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.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-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.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-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

/*public公共*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  word-break: break-all;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-family: -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft YaHei,
    Arial, sans-serif;
  font-size: 14px;
  padding: 0;
  margin: 0;
  color: #353535;
  background: #fff;
}
img,
form,
div,
td,
th,
dl,
dt {
  border: 0px;
  margin: 0px;
  padding: 0px;
  line-height: 28px;
  font-size: 14px;
}
.clear {
  clear: both;
  line-height: 0px;
  height: 0px;
  margin: 0px;
  padding: 0px;
}
.hide,
.orginstr {
  display: none !important;
}
.blank {
  margin: 0;
  padding: 0;
  height: 15px;
  clear: both;
  zoom: 1;
  overflow: hidden;
}
ul,
li {
  list-style-position: outside;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
a {
  color: #333333;
  text-decoration: none;
  background: transparent;
  border: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:visited {
  color: #353535;
  text-decoration: none;
}
a:hover {
  color: #4679bd;
  text-decoration: none;
}
.left {
  float: left;
}
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
  float: left;
}
.m-offset .col-md-1,
.m-offset .col-md-2,
.m-offset .col-md-3,
.m-offset .col-md-4,
.m-offset .col-md-5,
.m-offset .col-md-6,
.m-offset .col-md-7,
.m-offset .col-md-8,
.m-offset .col-md-9,
.m-offset .col-md-10,
.m-offset .col-md-11,
.m-offset .col-md-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-md-12 {
  width: 100%;
}
.col-md-11 {
  width: 91.66666667%;
}
.col-md-10 {
  width: 83.33333333%;
}
.col-md-9 {
  width: 75%;
}
.col-md-8 {
  width: 66.66666667%;
}
.col-md-7 {
  width: 58.33333333%;
}
.col-md-6 {
  width: 50%;
}
.col-md-5 {
  width: 41.66666667%;
}
.col-md-4 {
  width: 33.33333333%;
}
.col-md-3 {
  width: 25%;
}
.col-md-2 {
  width: 16.66666667%;
}
.col-md-1 {
  width: 8.33333333%;
}
.col-md-offset-12 {
  margin-left: 100%;
}
.col-md-offset-11 {
  margin-left: 91.66666667%;
}
.col-md-offset-10 {
  margin-left: 83.33333333%;
}
.col-md-offset-9 {
  margin-left: 75%;
}
.col-md-offset-8 {
  margin-left: 66.66666667%;
}
.col-md-offset-7 {
  margin-left: 58.33333333%;
}
.col-md-offset-6 {
  margin-left: 50%;
}
.col-md-offset-5 {
  margin-left: 41.66666667%;
}
.col-md-offset-4 {
  margin-left: 33.33333333%;
}
.col-md-offset-3 {
  margin-left: 25%;
}
.col-md-offset-2 {
  margin-left: 16.66666667%;
}
.col-md-offset-1 {
  margin-left: 8.33333333%;
}
.col-md-offset-0 {
  margin-left: 0;
}
.loadmore {
  background: #ffffff;
  text-align: center;
  display: block;
  padding: 6px 0;
  border: 1px solid #979797;
  border-radius: 5px;
}
.loadmore:hover {
  background: #4679bd !important;
  color: #fff !important;
}
.loadmore {
  width: 160px;
  margin: 10px auto;
  color: #999;
}
.interview .block .mark,
.news-list-mark li h3,
.news-list-mark li .topic,
.mark-topic,
.life li .mark {
  color: #fff;
  background: rgba(0, 0, 0, 0.7) /*rgba(7,66,106,1)*/;
  _background: 0;
  _border: 0;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#66000000', EndColorStr='#66000000');
}
.interview .block .mark a,
.news-list-mark li h3 a,
.news-list-mark li .topic a,
.mark-topic a,
.life li .mark a {
  color: #fff;
}
.img {
  /*background:url('https://static.pedaily.cn/head/css/images/noimage.png') no-repeat center center;*/
}
pre {
  white-space: normal;
}
.f12 {
  font-size: 12px !important;
}
.f14 {
  font-size: 14px !important;
}
.more.more-split .f12::after {
  content: "" !important;
  padding: 0 5px !important;
}
#top-home-logo {
  font-size: 34px;
  line-height: 40px;
}
.radius,
.radius img,
.list-radius img {
  border-radius: 50%;
}
.btitle {
  color: #4679bd;
  font-weight: normal;
  font-size: 17px;
}
.btitle span {
  color: #8c8c8c;
  padding-left: 10px;
  font-size: 12px;
  font-weight: normal;
}
.loading {
  background: url("https://static.pedaily.cn/images/ajaxloader.gif") top center
    no-repeat;
  margin: 20px auto;
  padding-left: 20px;
}
.grayback {
  background-color: #f6f6f6;
}
.more {
  float: right;
  font-weight: normal;
}
.more.more-split.hmore {
  font-size: 15px;
}
.more.more-split a::after {
  content: "/";
  padding: 0 10px;
  color: #dfdfdf;
}
.more.more-split a:last-of-type::after {
  display: none;
}
.more.more-split.hmore a {
  color: #666;
}
.more.more-split.hmore a:hover {
  color: 4679bd;
}
.mobile-show {
  display: none;
}
.dropdown-menu {
  position: absolute;
  overflow: hidden;
  z-index: 200;
  background-color: #fff;
  padding: 5px 0px;
  height: 0;
  border: 1px solid #f2f2f2;
  padding: 0px;
  display: block;
  border: none;
  box-shadow: 2px 5px 5px #f2f2f2;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dropdown-menu li {
  line-height: 28px;
  padding: 0 25px;
}
.linespace {
  height: 20px;
}
.residue-day,
.residue-have {
  font-size: 13px;
  text-align: center;
  background-color: #f0f0f0;
  width: 60px;
  display: inline-block;
  text-align: center;
  height: 22px;
  line-height: 22px;
  margin-top: 3px;
  border-radius: 4px;
}
.residue-have,
.box-events li .residue-have {
  color: #c63927;
  border: solid 1px #c63927;
  background: none;
}
span.split {
  padding: 0 10px;
}
em.tj {
  font-style: normal;
  border: #4679bd 1px solid;
  padding: 0 5px;
  margin-right: 6px;
  font-weight: normal;
  font-size: 12px;
  position: relative;
  top: -1px;
  border-radius: 3px;
  background: #4679bd;
  color: #fff;
}
em.tj:hover {
  opacity: 0.7;
}
em.tj a,
.em.tj a:visited,
em.tj em a:link {
  color: #fff !important;
}
em.rank {
  border: #ea5253 1px solid;
  background: #ea5253;
}
em.dujia {
  border-color: #c63927 !important;
  background: #c63927;
}
em.hot {
  border-color: #d2423c !important;
  background: #d2423c;
}
em.recommend {
  border-color: #1eb601 !important;
  background: #1eb601;
}
.box-content {
  margin-top: 10px;
  overflow: hidden;
}
.box-loadmore {
  margin: -1px auto 30px auto;
}
.pedaily_ad {
  font-size: 0;
  line-height: 0;
}
.box-nav {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  margin-top: -10px;
  width: 100%;
  font-size: 14px;
  border-bottom: 1px solid #f2f2f2;
}
.box-nav,
.box-nav a {
  color: #999;
}
.box-news-list .box-nav {
  display: none;
}
.box-nav a {
  display: inline-block;
}
.box-nav a:hover {
  color: #4679bd;
}
.box-nav span.dot {
  color: #fff;
}
.box-nav span:before {
  font-family: "iconfont";
  content: "\e66a";
  color: #999;
  margin-right: 5px;
  display: inline-block;
}
.box-nav span.dot:before {
  display: inline-block;
  font-family: "iconfont";
  content: "\e61d";
  color: #999;
  margin: 0 5px;
}
.box-nav i {
  font-family: "iconfont";
}
.box-nav i.icon-home1,
.box-nav i.icon-home {
  margin-right: 5px;
}
.box-nav i.icon-more {
  margin: 0 5px;
  font-size: 10px;
}
.box-nav .more {
  font-size: 14px;
}
.box-nav .icon.icon-home1:before {
  content: "\e66b";
  font-family: "iconfont";
  font-style: normal;
  font-size: 16px;
}
.box-nav .icon.icon-more:before {
  content: "\e61d";
  font-family: "iconfont";
  font-style: normal;
  font-size: 16px;
}
.tab-nav,
.tab-nav ul {
  overflow: hidden;
}
.tab-nav li {
  float: left;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
}
.tab-nav li.on,
.tab-nav li.on a {
  color: #4679bd !important;
}
.tab-nav li span {
  padding: 0 10px;
  color: #f2f2f2;
}
.tab-content {
  margin-top: 15px;
}
.box-tab .tab-nav {
  line-height: 40px;
  margin-top: 10px;
  border-bottom: 1px solid #f2f2f2;
}
.box-tab .tab-nav li {
  padding: 0px 20px;
  font-size: 15px;
  text-align: center;
  position: relative;
}
.box-tab .tab-nav li.on:after {
  content: "";
  width: 30px;
  height: 2px;
  background: #4679bd;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.box-tab .tab-nav li.on,
.box-tab .tab-nav li.on a {
  color: #4679bd;
}
.page-index .box-tab .tab-nav li {
  padding: 0;
  margin-right: 40px;
}
.gray-color {
  color: #8c8c8c;
}
.ellipsis-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 1;
  line-height: 20px;
}
.ellipsis-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 2;
  line-height: 24px;
}
.text-center {
  text-align: center;
}
.box-tabs .dropdown {
  position: relative;
  width: 70px;
  display: inline-block;
  text-align: right;
  font-size: 14px;
  font-weight: normal;
  color: #999;
}
.box-tabs .dropdown .icon-more {
  transform: rotate(90deg);
  display: inline-block;
  transition: all 0.2s ease;
}
.box-tabs .dropdown:hover .icon-more {
  transform: rotate(270deg);
}
.box-tabs .dropdown .dropdown-menu {
  background: #fff;
  position: absolute;
  top: 43px;
  right: 3px;
  overflow: hidden;
  width: 100px;
  height: 0px;
  z-index: 200;
  box-shadow: 0px 0px 5px 0px #e2e2e2;
}
.box-tabs .dropdown .dropdown-menu > a {
  color: #333;
  height: auto;
  line-height: 2;
  text-align: center;
  display: block;
}
.box-tabs .dropdown .dropdown-menu a:after {
  content: none;
}
.box-tabs .dropdown:hover .dropdown-menu {
  height: auto;
  padding: 15px 0;
}
.box-tabs .dropdown:hover:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-width: 0 8px 8px;
  border-style: solid;
  border-color: transparent transparent #fff;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0px;
}
.code-content .main ul li .code .codeimg,
.firstlogo,
.footer .code,
.code-content .main ul li .name span,
.calendar .c-previous,
.calendar .c-next {
  background: url(https://pic2.pedaily.cn/25/202508/20250827@832286.png)
    no-repeat;
}

/*btn:2019*/
.btn {
  display: inline-block;
  border-radius: 4px;
  padding: 0 10px;
}
.btn-yue,
.btn-yue a,
.btn-yue:visited {
  height: 25px;
  line-height: 25px;
  border: 1px solid #c63927;
  color: #c63927;
}
.btn-yue:hover {
  background: #c63927;
  color: #fff;
}
.btn-list a {
  height: 32px;
  line-height: 32px;
  border: 1px solid #4679bd;
  color: #4679bd;
  display: inline-block;
  margin-right: 20px;
  padding: 0 15px;
  border-radius: 4px;
}
.btn-list a:hover {
  background: #4679bd;
  color: #fff;
}
/*pagelist*/
.page-list,
.page {
  text-align: center;
  clear: both;
  margin: 30px auto;
  overflow: hidden;
  font-size: 14px;
}
.page-list span a {
  color: #787878;
}
.page-list span,
.page-list a {
  text-align: center;
  margin: 0 5px;
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  color: #787878;
  background-color: #f6f6f6;
}
.page-list span.current,
.page-list a:hover {
  background-color: #4679bd;
  color: #fff;
}
.page-list span:hover a {
  color: #fff;
}
.page-list .next,
.page-list .all {
  width: 60px;
}
.page-list .all {
  width: 90px;
}
.box-page .page-list {
  display: block;
  padding: 10px 0;
}
.box-search .box-page .page-list {
  margin: 0;
  padding: 0;
  text-align: left;
}
/*public-end*/

/*box:2022*/
.main {
  width: 1260px;
  margin: 0 auto;
  text-align: left;
  overflow: hidden;
}
.box {
  padding: 10px 0px;
}
.box-l {
  float: left;
}
.box-r {
  float: right;
}
.page-l {
  float: left;
  width: 140px;
}
.page-r {
  float: right;
  width: 1120px;
  overflow: hidden;
}
.box-fix-l {
  float: left;
  width: 770px;
  overflow: hidden;
}
.box-fix-r {
  float: right;
  width: 300px;
  overflow: hidden;
  font-size: 14px;
  *font-size: 12px;
}
.box-fix-r .box-fix-content {
  position: fixed;
  width: 300px;
  top: 10px;
  _position: absolute;
  _top: expression(eval(document.documentElement.scrollTop));
}
.box-fix-d {
  float: left;
  width: 970px;
  overflow: hidden;
  margin-left: 30px;
}
.box-col-2,
.box-col-3 {
  overflow: hidden;
}
.box-col-3 .box-fix-l {
  float: left;
  width: 180px;
  min-height: 1px;
  overflow: hidden;
}
.box-col-3 .box-fix-c {
  float: left;
  width: 640px;
  margin-left: 0px;
  overflow: hidden;
}
.box-fix-x {
  float: right;
  width: 620px;
  margin-left: 0px;
  overflow: hidden;
}
.page-index .box-pedaily .box-fix-d .box-fix-c {
  margin-left: 0px !important;
}
/*ad:2022*/
.top-ad img {
  display: block;
}
.ad-300 {
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  overflow: hidden;
}
.ad-300 li {
  float: left;
  width: 140px;
}
.ad-300 li.ad2 {
  margin-left: 20px;
}
.ad-540 {
  margin-left: auto;
  margin-right: auto;
  width: 540px;
  overflow: hidden;
}
.ad-620 {
  margin-left: auto;
  margin-right: auto;
  width: 620px;
  overflow: hidden;
}
.box-fix-r .ad-300:first-child {
  margin-bottom: 0px;
}

/*header 2022*/
.header {
  width: 100%;
  z-index: 1000;
}
/*顶部媒体矩阵*/
.code-content {
  background: rgba(55, 120, 195, 0.06);
}
.code-content .main {
  display: flex;
  text-align: right;
  overflow: unset;
  justify-content: space-between;
}
.code-content .main .code-list {
  display: flex;
  line-height: 42px;
}
.code-content .main .right-info {
  display: flex;
  line-height: 42px;
}
.code-content .main .right-info ul li {
  padding: 0 10px;
}
.code-content .main .right-info ul li::after {
  display: none;
}
.code-content .main .right-info ul li.nav-login {
  max-width: 120px;
}
.code-content .main .right-info ul li.nav-login .name img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 5px;
  position: unset;
  margin-top: 5px;
  float: left;
}
.code-content .main .right-info ul li a.ellipsis-1 {
  line-height: 42px;
}
.code-content .main .gifimg {
  height: 30px;
  position: relative;
  top: 5px;
  margin-right: 4px;
}
.code-content .main ul {
  display: flex;
}
.code-content .main ul li {
  padding: 0 15px;
  position: relative;
  display: inline-block;
  z-index: 10000;
  cursor: pointer;
}
.code-content .main ul li::after {
  content: "";
  width: 1px;
  height: 12px;
  display: inline-block;
  position: absolute;
  top: 15px;
  margin-left: 15px;
  background: #ddd;
}
.code-content .main ul li:last-child {
  padding-right: 0;
}
.code-content .main ul li:last-child::after {
  display: none;
}
.code-content .main ul li .name {
  line-height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.code-content .main ul li .name span {
  display: block;
  width: 20px;
  height: 20px;
  background-position: 0 -1482px;
  margin-right: 4px;
  background-size: 200px;
}
.code-content .main ul li .name span.qs {
  background-position: -21px -1482px;
}
.code-content .main ul li .name span.lp {
  background-position: -40px -1482px;
}
.code-content .main ul li .name span.ipo {
  background-position: -61px -1482px;
}
.code-content .main ul li .name span.yx {
  background-position: -81px -1482px;
}
.code-content .main ul li .name span.bg {
  background-position: -101px -1482px;
}
.code-content .main ul li .name span.nav-item-link {
  background: none;
  display: unset;
  width: unset;
  height: unset;
}
.code-content .main ul li .name img {
  position: relative;
  top: 4px;
  margin-right: 4px;
}
.code-content .main ul li .code {
  width: 130px;
  display: none;
  position: absolute;
  box-shadow: 0px 2px 8px 0px rgba(119, 119, 119, 0.5);
  border-radius: 2px;
  text-align: center;
  background: #fff;
  padding-top: 5px;
  transform: translateX(-50%);
  z-index: 10000;
  padding-bottom: 8px;
}
.code-content .main ul li .code .codeimg {
  width: 124px;
  height: 124px;
  background-position: 3px top;
  background-size: 124px;
}
.code-content .main ul li .code .img2 {
  background-position: 3px -124px;
}
.code-content .main ul li .code .img3 {
  background-position: 3px -248px;
}
.code-content .main ul li .code .img4 {
  background-position: 3px -372px;
}
.code-content .main ul li .code .img5 {
  background-position: 3px -496px;
}
.code-content .main ul li .code .img6 {
  background-position: 3px -620px;
}
.code-content .main ul li .code img {
  width: 124px;
  height: 124px;
  margin: 0 auto;
  display: block;
}
.code-content .main ul li .code span {
  font-size: 12px;
  color: #666;
  display: inherit;
  line-height: 1.4;
}
.code-content .main ul li .code::after {
  content: "";
  width: 26px;
  height: 3px;
  background: #1d3e5a;
  border-radius: 1px;
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.code-content .main ul li .code a {
  display: block;
  margin-top: 7px;
  line-height: 1.5;
}
.code-content .main ul li:nth-child(2) .code::after {
  background: #3591ff;
}
.code-content .main ul li:nth-child(3) .code::after {
  background: #e5222b;
}
.code-content .main ul li:nth-child(4) .code::after {
  background: #e22e2f;
}
.code-content .main ul li:nth-child(5) .code::after {
  background: #e33dff;
}
.code-content .main ul li:nth-child(6) .code::after {
  background: #4679bd;
}
.code-content .right-info .code {
  margin-left: 12px !important;
}
.code-content .main ul li .name .nav-item-link em {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  margin: 0 5px 0 0;
  position: relative;
  top: -2px;
}
/*左侧菜单*/
.nav-content {
  padding-top: 20px;
}
.nav-content .left-nav {
  position: absolute;
  width: 140px;
}
.nav-content .left-nav li {
  padding: 6px 4px;
  position: relative;
}
.nav-content .left-nav li.logo {
  padding: 6px 0;
}
.nav-content .left-nav li.vc {
  padding: 10px 4px;
}
.nav-content .left-nav li.vc .icon-pelink {
  font-size: 23px;
  color: #06436e;
}
.nav-content .left-nav li a {
  font-size: 16px;
}
.nav-content .left-nav li span {
  position: absolute;
  background-color: #f00;
  color: #fff;
  line-height: 1;
  padding: 1px 5px;
  font-size: 12px;
  top: 3px;
  border-radius: 8px 8px 8px 0;
  margin-left: 4px;
  transform: scale(0.9);
}
.nav-content .left-nav li .icon-pedailylogo {
  font-size: 42px;
  line-height: 42px;
  display: block;
  color: #4679bd;
  margin-top: -5px;
  margin-bottom: 10px;
}
.nav-content .left-nav li.vc img {
  display: block;
  height: 21px;
}
.nav-content .left-nav .sub-title .sub-list {
  transition: all 0.3s linear;
  overflow: hidden;
  max-height: 0;
}
.nav-content .left-nav .sub-title .sub-list li {
  float: left;
  width: 38%;
  padding: 6px 0 0 0;
  line-height: 1.5;
}
.nav-content .left-nav .sub-title .sub-list li a {
  font-size: 14px;
  color: #787878;
}
.nav-content .left-nav .sub-title .sub-list li a:hover {
  color: #4679bd;
}
.nav-content .left-nav .sub-title .icon-more {
  transform: rotate(90deg);
  display: inline-block;
  font-weight: bold;
  margin-left: 10px;
  transition: all 0.2s linear;
  cursor: pointer;
}
.nav-content .left-nav .sub-title.open .sub-list {
  max-height: 160px;
}
.nav-content .left-nav .sub-title.open .icon-more {
  transform: rotate(270deg);
}

.horizontal-header .nav-content {
  border-bottom: 1px solid #f2f2f2;
  background: #fff;
  padding-top: 5px;
}
.horizontal-header .nav-content .page-l {
  float: none;
  width: 100%;
}
.horizontal-header .nav-content .page-r {
  float: none;
  display: none;
}
.horizontal-header .nav-content .left-nav {
  position: static;
  width: 100%;
}
.horizontal-header .nav-content .left-nav.news-nav-fix {
  position: static !important;
  width: 100%;
}
.horizontal-header .nav-content .left-nav li {
  padding: 12px 12px 0 12px;
  position: relative;
  float: left;
  width: 9%;
  text-align: center;
}
.horizontal-header .nav-content .left-nav li.logo {
  padding: 0px 0;
  text-align: left;
  width: 200px;
}
.horizontal-header .nav-content .left-nav li.vc {
  padding-top: 16px;
}
.horizontal-header .nav-content .left-nav li a {
  font-size: 18px; /* font-weight: bold; */
}
.horizontal-header .nav-content .left-nav li span {
  display: none;
}
.horizontal-header .nav-content .left-nav li .icon-pedailylogo {
  margin-top: 6px;
  font-weight: normal;
}
.horizontal-header .nav-content .left-nav .sub-title .sub-list {
  transition: all 0.3s linear;
  overflow: hidden;
  max-height: 0;
  width: 150px;
}
.horizontal-header .nav-content .left-nav .sub-title .sub-list li {
  float: left;
  width: 38%;
  padding: 6px 0 0 0;
  line-height: 1.5;
}
.horizontal-header .nav-content .left-nav .sub-title .sub-list li a {
  font-size: 14px;
  color: #787878;
}
.horizontal-header .nav-content .left-nav .sub-title .sub-list li a:hover {
  color: #4679bd;
}
.horizontal-header .nav-content .left-nav .sub-title .icon-more {
  transform: rotate(90deg);
  display: inline-block;
  font-weight: bold;
  margin-left: 10px;
  transition: all 0.2s linear;
  cursor: pointer;
  display: none;
}
.horizontal-header .nav-content .left-nav .sub-title.open .sub-list {
  max-height: 160px;
  display: none;
}
.horizontal-header .nav-content .left-nav .sub-title.open .icon-more {
  transform: rotate(270deg);
}
.horizontal-header .page-r {
  float: none;
  width: 100%;
}

/*nav-second 2022*/
.nav-second {
  background: #fff;
}
.nav-second a {
  display: inline-block;
  font-size: 14px;
  height: 60px;
  line-height: 60px;
}
.nav-second a::after {
  content: "/";
  padding: 0 5px 0 7px;
  color: #dfdfdf;
}
.nav-second a:last-child::after {
  display: none;
}
.nav-second a:hover {
  color: #4679bd;
}
.nav-second a.first {
  margin-left: 0;
}
.nav-second a.last::after {
  display: none;
}
.nav-second a.right {
  margin-right: 0;
}
.nav-second .split,
.nav-main .dot {
  color: #bbb;
}
.nav-second .split {
  margin: 0 20px;
}
.nav-second .head-search-box .search-input-group .search-text {
  height: 43px;
  line-height: 43px;
}
.nav-second .head-search-box .btn-search {
  height: 43px;
  background: none;
}
/*top-search:2022*/
.search-box {
  float: right;
  width: 236px;
  overflow: hidden;
  margin-top: 6px;
}
.search-box input,
.search-box select {
  border: 0;
  display: inline-block;
}
.search-box .search-input-group {
  position: relative;
  height: 36px;
  border: 1px solid #f2f2f2;
  border-radius: 4px;
}
.search-box .search-select,
.search-box .btn-search,
.search-box .search-text {
  height: 34px;
  line-height: 34px;
  position: absolute;
}
.search-box .search-select {
  left: 2px;
  width: 60px;
  color: #0d5f96;
}
.search-box .search-text {
  left: 0px;
  width: 250px;
  font-size: 15px;
  font-family: "Open Sans", Arial, "Microsoft YaHei";
  padding-left: 8px;
  border-radius: 4px;
}
.search-box .search-text:focus {
  border-color: #fff;
  box-shadow: none;
  outline: none;
}
.search-box .btn-search {
  top: 0px;
  right: 0px;
  width: 35px;
  height: 34px;
  cursor: pointer;
  border: 0;
  background: #fff;
}
.search-box .btn-search i {
  color: #4679bd;
}
.search-box .btn-search:hover i {
  color: #ffb911;
}
.head-search-box .search-input-group {
  border: 0;
  height: 43px;
  line-height: 43px;
  border-radius: 0px;
  margin-top: 5px;
}
.head-search-box .search-input-group .search-text {
  height: 40px;
  line-height: 40px;
  border-radius: 0px;
  padding-left: 0px;
  background: none;
  font-size: 13px;
}
.head-search-box .search-input-group:hover {
  border-bottom: 1px solid #4679bd;
}
.head-search-box .btn-search {
  height: 40px;
  background: none;
}
/*top-search:2022-end*/
/*header 2022*/

.box-nav .search-input-group {
  float: right;
  border: 0;
  height: 39px;
  line-height: 39px;
  border-radius: 0px;
  padding-left: 0;
  position: relative;
  width: 250px;
}
.box-nav .search-input-group .search-text {
  height: 39px;
  line-height: 39px;
  border-radius: 0px;
  padding-left: 0px;
  background: none;
  font-size: 13px;
  background: none;
  position: absolute;
  left: 0;
  width: 250px;
  border: 0;
  outline: none;
  display: inline-block;
}
.box-nav .search-input-group:hover,
.box-nav .search-input-group:focus {
  border-bottom: 1px solid #4679bd;
}
.box-nav .btn-search {
  height: 40px;
  background: none;
  border: 0;
  outline: none;
  position: absolute;
  right: 0;
  cursor: pointer;
}
.box-nav .btn-search:hover {
  color: #ffb911;
}

.user-info-warp h3.tit .search-input-group {
  float: right;
  border: 0;
  height: 39px;
  line-height: 39px;
  border-radius: 0px;
  padding-left: 0;
  position: relative;
  width: 250px;
  top: -2px;
}
.user-info-warp h3.tit .search-input-group .search-text {
  height: 39px;
  line-height: 39px;
  border-radius: 0px;
  padding-left: 0px;
  background: none;
  font-size: 13px;
  background: none;
  position: absolute;
  left: 0;
  width: 250px;
  border: 0;
  outline: none;
  display: inline-block;
}
.user-info-warp h3.tit .search-input-group:hover,
.user-info-warp h3.tit .search-input-group:focus {
  border-bottom: 1px solid #4679bd;
  box-shadow: none;
}
.user-info-warp h3.tit .btn-search {
  height: 40px;
  background: none;
  border: 0;
  outline: none;
  position: absolute;
  right: 0;
  cursor: pointer;
}
.user-info-warp h3.tit .btn-search:hover {
  color: #ffb911;
}
.user-info-warp h3.tit .search-input-group .search-text:hover,
.user-info-warp h3.tit .search-input-group .search-text:focus {
  box-shadow: none;
}

/*box-plate:2019内容板块*/
.box-plate {
  margin-bottom: 20px;
}
.box-plate .p-title {
  font-size: 18px;
  font-weight: normal;
  height: 36px;
  line-height: 36px;
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #f2f2f2;
}
.box-plate .p-title.box-tabs {
  height: 46px;
}
.box-plate .p-title.noline {
  border-bottom: 0;
}
.box-plate .p-title span.more {
  float: right;
  color: #4679bd;
  font-size: 12px;
  font-weight: normal;
}
.box-plate .p-title span.more a {
  color: #c6c6c6;
  font-weight: normal;
}
.box-plate .p-title span.more a:hover {
  color: #4679bd;
}
.box-plate .p-title .iconfont {
  margin-right: 5px;
  color: #4679bd;
  font-size: 16px;
}
.box-plate .p-title .iconfont.red {
  color: #ea5253;
}
.box-plate .row {
  margin-top: 10px;
}
.box-plate .big-center {
  font-size: 28px;
  text-align: center;
  border: none;
  margin: 40px 0;
}
.box-plate .big-center a:after {
  content: "";
  width: 80px;
  height: 2px;
  display: block;
  background: #4679bd;
  text-align: center;
  margin: 10px auto 0;
}
.box-plate .p-title .htitle {
  font-size: 22px;
}
.box-plate .p-title .more.hmore a {
  font-size: 14px;
  color: #999;
}
.box-plate .p-title .more.hmore a:hover,
.box-plate .p-title .more.hmore a.on,
.box-plate .p-title .more.hmore a.current {
  color: #4679bd;
}
.box-plate .p-title .more.hmore a.on:hover {
  opacity: 0.85;
}
.box-plate .p-title .s {
  font-size: 13px;
  margin-left: 10px;
  font-weight: normal;
  color: #787878;
}
.box-plate-h .p-title {
  text-align: center;
  padding: 10px 0px 20px 0px;
  height: auto;
  font-size: 24px;
}
.box-plate-h .box-plate {
  overflow: hidden;
  margin: 0;
}
.box-plate-h .box-plate .p-title span {
  display: inline-block;
  border-bottom: 2px solid #fbd000;
  padding-bottom: 10px;
}
.box-plate-h .box-plate .p-title span.blue {
  border-bottom: 2px solid #28aae2;
}

/*2022首页顶部轮播-start*/
.home-banner {
  overflow: hidden;
  margin-bottom: 20px;
}
.index-swiper {
  overflow: hidden;
  position: relative;
  margin: 0;
  float: left;
}
.index-swiper,
.index-swiper li {
  width: 570px;
  height: 480px; /* background: #f9f9f9; */
}
.index-swiper li img {
  width: 570px;
  height: 380px;
  display: block;
  border-radius: 4px;
}
.index-swiper li h3 {
  width: 100%;
  height: 380px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  padding: 5px 15px;
  color: #fff;
  margin: 0;
  font-weight: normal;
  line-height: 20px;
  font-size: 20px;
}
.index-swiper li h3 span {
  width: 100%;
  position: absolute;
  bottom: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 1;
}
.index-swiper li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 380px;
  z-index: 1;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: -webkit-gradient(
    linear,
    0 50%,
    0 100%,
    from(rgba(0, 0, 0, 0)),
    to(#121515)
  );
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0),
    #121515
  );
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0),
    #121515
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0),
    #121515
  );
  border-radius: 0 0 4px 4px;
}
.index-swiper .swiper-pagination {
  text-align: right;
  bottom: 110px;
  padding-right: 8px;
  width: unset;
  left: unset;
  right: 0;
}
.index-swiper .swiper-pagination-bullet {
  background: #c3bbbb;
  width: 15px;
  height: 3px;
  border-radius: 2px;
}

.index-swiper .swiper-button-next,
.index-swiper .swiper-button-prev {
  width: 45px;
  height: 83px;
  background-size: contain;
  margin-top: 0;
  top: 133px;
  line-height: 999px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.index-swiper .swiper-button-next {
  background-image: url(https://pic2.pedaily.cn/19/201904/20190419@364466.png);
  right: -45px;
}
.index-swiper .swiper-button-prev {
  background-image: url(https://pic2.pedaily.cn/19/201904/20190419@364481.png);
  left: -45px;
}
.index-swiper:hover .swiper-button-next {
  opacity: 1;
  right: 0px;
  visibility: visible;
}
.index-swiper:hover .swiper-button-prev {
  opacity: 1;
  left: 0px;
  visibility: visible;
}
.index-swiper .swiper-slide-prev::after,
.bottom-swiper .swiper-slide-next::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}
.index-swiper .swiper-text {
  margin-top: 10px;
  padding: 0 15px;
}
.index-swiper .swiper-text .name {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 5px;
}
.index-swiper .swiper-text a {
  display: block;
  line-height: 1.6;
  float: left;
  padding-left: 10px;
  width: 100%;
  position: relative;
}
.index-swiper .swiper-text a:before {
  content: "";
  width: 3px;
  height: 3px;
  background: #ddd;
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
}

.banner-right {
  float: left;
  width: 180px;
  margin-left: 20px;
  overflow: hidden;
}
.banner-right li {
  width: 180px;
  float: left;
  margin-bottom: 10px;
  overflow: hidden;
}
.banner-right li .img {
  width: 180px;
  height: 75px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  border-radius: 2px;
  position: relative;
  align-items: center;
}
.banner-right li .img img {
  width: 100%;
  height: unset;
  display: block;
  position: absolute;
}
.banner-right li .img p {
  margin: 0;
  font-size: 12px;
  color: #fff;
  position: absolute;
  left: 7px;
  bottom: 3px;
}
.banner-right li .img p span {
  margin-left: 4px;
}
.banner-right li p {
  margin: 6px 0 4px 0;
  line-height: 1.2;
  font-size: 13px;
}
.banner-right li.invest-people {
  position: relative;
}
.banner-right li.invest-people .invest {
  position: absolute;
  top: -2px;
  right: -4px;
  background: #4679bd;
  border-radius: 0 0 0 10px;
  color: #fff;
  padding: 1px 5px 1px;
  line-height: 16px;
  font-size: 12px;
  z-index: 2;
  transform: scale(0.9);
}
/*2022首页顶部轮播-end*/

/*2022顶部创投概念股*/
.shares-card {
  overflow: hidden;
  margin: 10px -0.5% 5px -0.5%;
}
.shares-card li {
  width: 32.333%;
  float: left;
  margin: 0 0.5%;
  background: rgba(55, 120, 195, 0.04);
  padding: 10px;
  position: relative;
}
.shares-card li .top {
  overflow: hidden;
  margin-bottom: 5px;
}
.shares-card li .top .img {
  width: 60px;
  height: 60px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.shares-card li .top .img img {
  display: block;
  max-width: 60px;
  max-height: 60px;
  background: #fff;
}
.shares-card li .top h3 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}
.shares-card li .top .j,
.shares-card li .top .l {
  color: #fff;
  font-size: 12px;
  padding: 1px 6px;
  border-radius: 2px;
  border: 1px solid #f00;
  color: #f00;
}
.shares-card li .top .j1228 {
  border-color: #609bfb;
  color: #609bfb;
}
.shares-card li .top .j1229 {
  border-color: #d58512;
  color: #d58512;
}
.shares-card li .top .j1230 {
  border-color: #e258c3;
  color: #e258c3;
}
.shares-card li .top .j1231 {
  border-color: #fd4e08;
  color: #fd4e08;
}
.shares-card li .top .j1232 {
  border-color: #a678f1;
  color: #a678f1;
}
.shares-card li .top .j2699 {
  border-color: #d84a38;
  color: #d84a38;
}
.shares-card li .top .l {
  border: 1px solid #4679bd;
  color: #4679bd;
}
.shares-card li .top .l a {
  color: #4679bd;
}
.shares-card li .vc a,
.shares-card li .info a {
  font-size: 12px;
  color: #787878;
}
.shares-card li .vc a::after {
  content: "/";
  padding: 0 2px 0 4px;
  color: #dedede;
}
.shares-card li .vc a:last-child::after {
  display: none;
}
.shares-card li .info a {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  border-top: 1px solid #e6e6e6;
  padding-top: 10px;
}
.shares-card li .info span {
  width: 25%;
  float: left;
  text-align: center;
  line-height: 1.2;
}
.shares-card li .info span.n {
  width: 50%;
  text-align: left;
}
.shares-card li .info b {
  display: block;
  font-weight: bold;
  color: #3778c3;
}
.shares-card li .date {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(55, 120, 195, 0.1);
  color: #444;
  border-radius: 0 0 0 6px;
  line-height: 1.2;
  font-size: 12px;
  padding: 2px 2px 2px 2px;
}

/*2022 创投号 start*/
.box-investor .list-investor {
  margin: 15px 0;
}
.box-investor .list-investor li {
  line-height: 22px;
  padding: 0;
  margin-bottom: 20px;
  position: relative;
}
.box-investor .list-investor li .img {
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #f2f2f2;
  width: auto;
  height: auto;
}
.box-investor .list-investor li .img img {
  width: 54px;
  height: auto;
}
.box-investor .list-investor li .btitle {
  margin: 0;
  color: #333;
  font-weight: normal;
  font-size: 15px;
}
.box-investor .list-investor li .btitle a {
  color: #333;
  font-size: 13px; /* font-weight: bold; */
}
.box-investor .list-investor li .num {
  position: absolute;
  right: 0;
}
.box-investor .list-investor li .btn-box {
  position: absolute;
  top: 0;
  right: 0;
}
.box-investor .list-investor li .btn-box a {
  display: block;
  border: 1px solid #4679bd;
  color: #4679bd;
  height: 22px;
  line-height: 20px;
  font-size: 12px;
  padding: 0 5px;
}
.box-investor .list-investor li .btn-box a.btn-follow-active {
  border: 1px solid #f2f2f2;
  background: #f2f2f2;
  color: #999;
}
.box-investor .list-investor li .btn-box a:hover {
  background: #4679bd;
  color: #fff;
}
.box-investor .list-investor li .btn-box a.btn-follow-active:hover {
  background: #f2f2f2;
  color: #999;
}
.box-investor .list-investor li > a {
  color: #666;
  line-height: 1.5;
}
.box-investor .list-investor li > a:hover {
  color: #4679bd;
}
.box-investor .join,
.box-media .join {
  background: rgba(55, 120, 195, 0.06);
  text-align: center;
  line-height: 3;
}
/*2019 创投号 end*/

.box-media {
  overflow: hidden;
  margin-bottom: 20px;
}
.box-media ul {
  overflow: hidden;
}
.box-media ul li {
  width: 48%;
  float: left;
  overflow: hidden;
  margin: 1%;
  height: 90px;
  position: relative;
}
.box-media ul li:hover {
  opacity: 0.8;
}
.box-media ul li .img {
  width: 75px;
  height: 75px;
  background: none;
  float: left;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #f2f2f2;
}
.box-media ul li .img img {
  display: block;
  width: 75px;
  height: 75px;
}
.box-media ul li .btitle {
  margin: 0px 0 5px 0;
  font-weight: normal;
  font-size: 16px;
  border: none;
  height: auto;
}
.box-media ul li .info {
  margin: 0px 0px 0px 0px;
  color: #777;
  font-size: 13px;
  line-height: 1.6;
}
.box-media ul li .btn-box {
  position: absolute;
  right: 10px;
  top: 10px;
}
.box-media ul li .btn-box a {
  display: block;
  border: 1px solid #4679bd;
  color: #4679bd;
  height: 26px;
  line-height: 24px;
  font-size: 12px;
  padding: 0 6px;
}
.box-media ul li .btn-box a.btn-follow-active {
  border: 1px solid #f2f2f2;
  background: #f2f2f2;
  color: #999;
}
.box-media ul li .btn-box a:hover {
  background: #4679bd;
  color: #fff;
}

/*2022 方图 start*/
.box-vc .list-img {
  margin: 15px 0;
}
.box-vc .list-img li {
  line-height: 22px;
  padding: 0;
  margin-bottom: 15px;
  position: relative;
}
.box-vc .list-img li .img {
  border-radius: 0%;
  overflow: hidden;
  border: 1px solid #f2f2f2;
  width: auto;
  height: auto;
}
.box-vc .list-img li .img img {
  width: 60px;
  height: auto;
}
.box-vc .list-img li .btitle {
  display: block;
  margin: 0;
  color: #333;
  font-weight: normal;
  font-size: 15px;
}
.box-vc .list-img li .btitle a {
  color: #333;
}
.box-vc .list-img li .btitle .block {
  display: block;
  font-size: 12px;
  color: #999;
}
.box-vc .list-img li .num {
  position: absolute;
  right: 0;
  top: 10px;
}
.box-vc .list-img li a {
  color: #666;
  line-height: 1.5;
}
.box-vc .list-img li a:hover {
  color: #4679bd;
}
/*2019 创投号 end*/

/*2019 创投号 end*/

/*2022事件列表 */
.block-list dl {
  border-bottom: 1px solid #f2f2f2;
  padding: 15px 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.block-list dl:hover {
  background-color: #f3f6fb;
}
.block-list dl:last-child {
  border-bottom: none;
}
.block-list dl,
.block-list dl > a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.block-list dl.head {
  background-color: #f0f3fb;
  padding: 11px 0;
}
.block-list dl dt {
  width: 140px;
  text-align: center;
}
.block-list dl dt b {
  display: block;
  font-weight: normal;
  line-height: 1.8;
  color: #999;
}
.block-list dl dt .money {
  display: block;
  font-style: normal;
  color: #999;
  font-size: 12px;
}
.block-list dl .t {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 15px;
}
.block-list dl .t a {
  color: #609bfb;
}
.block-list dl .t a:hover {
  opacity: 0.8;
}
.block-list dl .t .logo {
  width: 50px;
  height: 50px;
  border: 1px solid #f2f2f2;
  border-radius: 4px;
  margin-right: 11px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.block-list dl .t img {
  max-width: 48px;
  max-height: 48px;
  display: block;
}
.block-list dl .t .txt {
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}
.block-list dl .t .txt .block {
  font-size: 12px;
  color: #999;
}
.block-list dl .vc {
  width: 380px;
  padding-left: 30px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-align: left;
}
.block-list dl .vc b {
  display: inline-block;
  margin-right: 11px;
}
.block-list dl:hover .vc {
  max-height: 200px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.manger-list .block-list dl .l {
  width: 200px;
}
.resume-list .block-list dl dt {
  width: 300px;
}
.resume-list .block-list dl .date {
  width: 300px;
  text-align: right;
  padding-right: 11px;
}
.invest-list .block-list dl .vc {
  width: 440px;
  text-align: left;
  max-height: unset;
}
.invest-list .block-list dl .vc b {
  display: inline-block;
  margin-right: 15px;
}
.fundmanager-block-list .block-list dl .l {
  width: 220px;
}

.page-index .invest-list .block-list dl {
  padding: 10px 0;
}
.page-index .invest-list .block-list dl .vc {
  width: 290px;
}
.page-index .invest-list .block-list dl .date {
  width: 90px;
}
.page-index .invest-list .block-list dl dt {
  line-height: 1.8;
}
.page-index .invest-list .block-list dl .block {
  display: block;
  line-height: 1.5;
}

.people-item {
  overflow: hidden;
  margin: -1%;
}
.people-item li {
  width: 23%;
  height: 211px;
  margin: 1%;
  float: left;
  padding: 15px 15px;
  border: 1px solid #f2f2f2;
  border-radius: 11px;
  position: relative;
  overflow: hidden;
}
.people-item li .logo {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 11px;
}
.people-item li .logo img {
  max-width: 90px;
}
.people-item li .txt {
  text-align: center;
}
.people-item li .txt .name {
  margin: 0 0 5px 0;
  font-size: 17px;
  line-height: 1.6;
}
.people-item li .txt span {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 1;
  line-height: 1.5;
}
.people-item li .txt span.jobs {
  color: #888;
  font-size: 13px;
}
/*2022事件列表 end*/

/*index-zdb:2022*/
.index-zdb ul {
  overflow: hidden;
  margin: 0 -3% 0 -10px;
  padding: 10px;
}
.index-zdb li {
  width: 47%;
  height: 190px;
  float: left;
  border: 1px solid #f2f2f2;
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 3%;
  margin-right: 3%;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.index-zdb li:hover {
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
}
.index-zdb li .top {
  font-size: 17px;
  font-weight: bold;
  overflow: hidden;
  position: relative;
  height: 50px;
}
.index-zdb li .top a {
  display: block;
}
.index-zdb li .top img {
  float: right;
  max-height: 50px;
  max-width: 120px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.index-zdb li .info > span {
  margin-right: 15px;
  color: #4f4f4f;
}
.index-zdb li .info span .iconfont {
  font-size: 14px;
  padding-right: 3px;
  color: #8c8c8c;
}
.index-zdb li .group {
  margin-top: 4px;
  font-size: 13px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 1;
}
.index-zdb li .group span.s {
  padding: 0 5px;
  color: #ddd;
}
.index-zdb li .group a {
  color: #8c8c8c;
}
.index-zdb li .group a:hover {
  color: #4679bd;
}
.index-zdb li .date {
  color: #8c8c8c;
  font-size: 13px;
  position: absolute;
  bottom: 10px;
}
.index-zdb li .view {
  position: absolute;
  bottom: 3px;
  right: -1px;
}
.index-zdb li .view a {
  padding: 10px 18px;
  border-radius: 0;
  background: #f6f6f6;
  color: #4679bd;
  font-size: 14px;
  border-top-left-radius: 10px;
}
.index-zdb li:hover .view a {
  background: #4679bd;
  color: #fff;
}
.index-zdb .list-ma li .top {
  height: 40px;
}

/*2019快讯7*24-start*/
.firstlogo {
  width: 80px;
  height: 18px;
  background-size: 120px;
  background-position: -24px -869px;
  position: relative;
  top: 5px;
}
.box-online .p-title {
  line-height: unset;
}
.box-online .p-title span.more {
  font-weight: normal;
}
.nano {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
}
.nano > .nano-content,
.nano > .nano-pane {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.nano > .nano-content {
  overflow: scroll;
  overflow-x: hidden;
  left: 0;
  padding-right: 5px;
}
.nano > .nano-content:focus {
  outline: dotted thin;
}
.nano > .nano-content::-webkit-scrollbar {
  display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}
.nano > .nano-pane {
  width: 5px;
  visibility: hidden\9;
  opacity: 0.01;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(172, 172, 172, 0.5);
  position: relative;
  margin: 0 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.nano-pane.active,
.nano-pane.flashed,
.nano:hover > .nano-pane {
  visibility: visible\9;
  opacity: 0.99;
}
/*2019快讯7*24-end*/

/*2019首页清科空间-start*/
.box-space {
  width: 300px;
  height: 50px;
  line-height: 50px;
  background: rgba(55, 120, 195, 0.04);
  padding-left: 18px;
  position: relative;
}
.box-space:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #4679bd;
  position: absolute;
  top: 22px;
  left: 7px;
}
.box-space .iconfont {
  color: #4679bd;
  margin-right: 3px;
  font-size: 13px;
}
.box-space a {
  color: #4679bd;
  padding-right: 3px;
}
.box-space a:hover {
  color: #0e66dc;
}
.box-space:last-child {
  padding-right: 0;
}
/*2019首页清科空间-end*/

/*2019首页专题-start*/
.box-zt {
  background: #f6f6f6;
}
.box-zt ul {
  overflow: hidden;
  padding: 15px 5px;
}
.box-zt ul li {
  float: left;
  width: 31.333%;
  margin: 0 1%;
  padding: 0;
  position: relative;
  display: flex;
  justify-content: center;
}
.box-zt ul li img {
  display: block;
  height: 130px;
}
.box-zt ul li .residue-day,
.box-zt ul li .residue-have {
  position: absolute;
  right: 5px;
  bottom: 5px;
  border-radius: 20px;
  border: none;
  height: 24px;
  line-height: 25px;
  font-size: 12px;
}
.box-zt ul li .residue-have {
  background: #4679bd;
  color: #fff;
}
/*2019首页专题-end*/

/*2019首页F40-start*/
.box-f40 .p-title {
  border-bottom: 0;
  margin-bottom: 6px;
}
.box-f40 .p-title .iconfont {
  color: #fe2742;
  font-size: 18px;
}
.box-f40 .f40-top {
  background-color: rgba(55, 120, 195, 0.04);
}
.box-f40 .f40-top img {
  display: block;
}
.box-f40 .f40-top h4 {
  font-weight: normal;
  font-size: 14px;
  line-height: 40px;
  margin: 0;
  padding-left: 10px;
}
.box-f40 .btn-list {
  margin: 15px -10px 0;
  display: flex;
}
.box-f40 .btn-list a {
  margin: 0 10px;
  text-align: center;
  flex: 1;
  padding: 0;
}
/*2019首页F40-end*/

/*2019首页清科研究数据-start*/
.box-research .month-list {
  padding: 10px;
  background: #f6f6f6;
  overflow: hidden;
}
.box-research .month-list ul {
  overflow: hidden;
}
.box-research .month-list li {
  float: left;
  width: 25%;
  text-align: center;
  line-height: 32px;
}
.box-research .month-list li span {
  color: #8c8c8c;
}
.box-research .look-more {
  text-align: right;
}
/*2019首页清科研究数据-end*/

/*会议列表2019*/
.events-index .box-plate .p-title .more.hmore a.current {
  color: #999;
}
.box-events-list .summary {
  overflow: hidden;
  padding: 15px 0 0px 0;
  margin: 0px;
}
.box-events-list .summary img {
  float: left;
  width: 240px;
}
.box-events-list .summary .introduce {
  margin-left: 280px;
  font-size: 16px;
  line-height: 2;
}
.box-events-list .summary .introduce h1 {
  margin-top: -10px;
  margin-bottom: 0p;
  font-size: 28px;
}
.events-list {
  margin-top: 30px;
}
.events-list ul {
  margin-right: -3.3333333%;
  overflow: hidden;
}
.events-list li {
  width: 30%;
  margin-right: 3.3333333%;
  margin-bottom: 30px;
  float: left;
  background: #f9f9f9;
  border-radius: 6px;
  height: 276px;
  position: relative;
}
.events-list li .img {
  position: relative;
  display: block;
  overflow: hidden;
  height: 184px;
}
.events-list li .img img {
  width: 100%;
  border-radius: 3px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  height: 184px;
}
.events-list li .txt h3 {
  margin: 15px 0 0 0;
  font-weight: normal;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.events-list li a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.events-list li .txt {
  height: 80px;
  padding: 0 15px;
}
.events-list li .txt .iconfont {
  font-size: 13px;
}
.events-list li .txt .events-info {
  font-size: 12px;
  color: #888;
}
.events-list li .txt .events-info span {
  padding-right: 5px;
}
.events-list li .txt .events-sign {
  float: right;
  position: absolute;
  right: 10px;
}
.events-list li .txt h3 {
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
}
.events-list li .txt h3 .residue-have,
.events-list li .txt h3 .residue-day,
.events-list li .txt h3 .residue-ing,
.events-list li .txt h3 .residue-end {
  margin-left: 15px;
}
.events-list li .txt .info {
  color: #999;
  line-height: 34px;
  font-size: 12px;
}
.events-list li .txt .info p {
  margin: 0;
}
.events-list li .txt .info span {
  margin-right: 20px;
}
.events-list li .txt .info .residue-day {
  position: absolute;
  right: 15px;
  margin: 0;
  bottom: 18px;
}
.grayback .events-list li {
  background: #fff;
}

/*box-ranking:2019*/
.box-ranking {
  float: left;
  width: 30%;
  overflow: hidden;
  margin: 1.5%;
  background: #f9f9f9;
}
.box-ranking .vc-ranking {
  width: 100%;
}
.box-ranking .vc-ranking .caption {
  background-color: #d2423c;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  margin: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.box-ranking .pe-ranking .caption {
  background-color: #4679bd;
}
.box-ranking .ag-ranking .caption {
  background-color: #3fa20e;
}
.box-ranking .vc-ranking .caption a {
  color: #fff;
}
.box-ranking .vc-ranking .caption a:hover {
  opacity: 0.8;
}
.box-ranking .vc-ranking .caption .more a {
  color: #000;
}
.box-ranking .vc-ranking .list-ranking {
  padding: 20px 30px !important;
}
.box-ranking .vc-ranking .list-ranking li {
  border-bottom: none;
  padding-left: 40px;
  padding-bottom: 6px;
}
.box-ranking .vc-ranking .list-ranking li img {
  float: left;
  margin-right: 10px;
  width: 120px;
  margin-top: 4px;
}
.box-ranking .vc-ranking .list-ranking li a {
  white-space: normal;
}
.box-ranking .vc-ranking .list-hot li i {
  background-color: #ddd;
  font-size: 14px;
}
.box-ranking .vc-ranking .list-hot li i.order1,
.box-ranking .vc-ranking .list-hot li i.order2,
.box-ranking .vc-ranking .list-hot li i.order3 {
  background-color: #d2423c;
  color: #fff;
}
.box-ranking .pe-ranking .list-hot li i.order1,
.box-ranking .pe-ranking .list-hot li i.order2,
.box-ranking .pe-ranking .list-hot li i.order3 {
  background-color: #4679bd;
  color: #fff;
}
.box-ranking .ag-ranking .list-hot li i.order1,
.box-ranking .ag-ranking .list-hot li i.order2,
.box-ranking .ag-ranking .list-hot li i.order3 {
  background-color: #3fa20e;
  color: #fff;
}
/*box-ranking-end:2019*/

/*box-report:2019*/
.box-report {
  padding-top: 10px;
  overflow: hidden;
}
.box-report .n2 li {
  float: left;
  width: 48%;
  margin: 1%;
}
.box-report .report-info {
  margin-top: 10px;
}
.box-report .report-info .img,
.box-report .report-info .img img {
  width: 110px;
  height: 160px;
}
.box-report .report-info .txt {
  margin-left: 130px;
}
.box-report .report-info .title {
  font-size: 16px;
  height: 56px;
  line-height: 26px;
}
.box-report .report-info .info {
  line-height: 33px;
  color: #999999;
  padding-top: 10px;
  font-size: 12px;
  line-height: 24px;
}
.box-report .report-info .info a {
  color: #4679bd;
}
.box-report .report-info .info a:hover {
  opacity: 0.85;
}
.box-report .report-info .button a {
  padding: 0 10px;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  margin: 10px 20px 0 0;
  color: #8c8c8c;
  border-radius: 4px;
  font-size: 12px;
}
.box-report .report-info .button a {
  border: #ededed 1px solid;
}
.box-report .report-info .button a:hover {
  background: #f0f0f0;
}
.box-report .report-info .button a:hover {
  opacity: 0.8;
}
.box-report .report-info .button a i {
  font-size: 13px;
  padding-right: 2px;
}
/*box-report-end:2019*/

/*2019 share*/
.share-style .jtico {
  display: none !important;
}
.share-style a {
  font-size: 26px;
  line-height: 27px;
  margin: 0 3px;
  cursor: pointer;
  display: inline-block;
  float: left;
}
.share-style a.more {
  font-size: 15px;
  margin: 0;
  padding: 0 10px;
  background: #4679bd;
  border-radius: 3px;
  color: #fff;
}
.share-style a.icon-qzone-c {
  color: #f67b23;
}
.share-style a.icon-weibo-c {
  color: #d2423c;
}
.share-style a.icon-wechat-c {
  color: #64c731;
}
.share-style a.icon-plus-c {
  color: #089afd;
}
.share-style a:hover {
  opacity: 0.8;
}
.box-unicorn i.icon-unicorn {
  color: #ea5253 !important;
}

/*list-start*/
.list,
.list-arrow-r,
.list-hot li,
.list-overflow li,
.list-pics,
.list-report,
.list-img,
.list-16,
.list-16,
list-border {
  clear: both;
  overflow: hidden;
}
.list li {
  line-height: 24px;
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
}
.list li,
.list-arrow-r li {
  padding-left: 10px;
  background: url("https://static.pedaily.cn/head/css/images/list_icon2.gif")
    no-repeat -7px 8px;
}
.list li .txt,
.list li .info {
  color: #787878;
}
.list li span,
.listhot li span {
  float: right;
  color: #888;
  font-size: 12px;
}
.list li span lable,
.listhot li span lable {
  font-family: "宋体";
  font-style: normal;
}
.list-16 li {
  font-size: 16px;
  line-height: 24px;
  padding-top: 10px;
  padding-bottom: 5px;
}
.list-15 li {
  font-size: 15px;
  line-height: 24px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.list-overflow li a {
  display: block;
  _display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.hot-news .p-title {
  background: url(https://pic2.pedaily.cn/19/201904/20190424@364788.png)
    no-repeat;
  background-size: contain;
}
.hot-news .p-title b {
  color: #fff;
  margin: -4px 0 0 5px;
  font-weight: bold;
  font-size: 15px;
  display: block;
  float: left;
}
.list-hot li {
  padding: 5px 0 15px 0;
  line-height: 24px;
}
.list-hot li:last-child {
  padding-bottom: 0;
}
.list-hot li a {
  _width: 80%;
  *width: 80%;
}
.list-hot li {
  background: none;
  padding-left: 30px;
  overflow: hidden;
  position: relative;
}
.list-hot li i {
  font-style: normal; /* font-family:'Georgia'; */
  opacity: 0.7;
  display: block;
  float: left;
  height: 24px;
  width: 24px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-top: 0px;
  color: #666;
  position: absolute;
  left: 0;
  background: #efefef;
}
.list-hot li i.order1,
.list-hot li i.order2,
.list-hot li i.order3 {
  color: #c63927; /* font-size:24px */
}
.list-hot li span {
  color: #c63927;
}
.list-hot .info {
  overflow: hidden;
  padding: 10px 0;
}
.list-hot .info a.s {
  float: left;
}
.list-hot .info img {
  width: 105px;
  display: block;
}
.list-hot .info .txt {
  margin-left: 125px;
}
.list-pic-txt {
  overflow: hidden;
}
.list-pic-txt dl,
.list-pic-txt dl dt {
  overflow: hidden;
}
.list-pic-txt dl {
  background-color: #f6f6f6;
  margin-bottom: 10px;
  width: 100%;
}
.list-pic-txt .box-caption-big .detail {
  width: auto;
}
.list-pic-txt .title {
  line-height: 24px;
  vertical-align: middle;
  display: table-cell;
  height: 60px;
  padding: 5px 10px 0px 10px;
}
.list-pic-txt .col-md-4 {
  padding: 0px;
}
.list-pic-txt .tips,
.list-pic-txt .box-caption .detail {
  color: #0d5f96;
  font-weight: bold;
  font-size: 16px;
}
.list-pic-txt .box-caption .detail {
  padding-left: 10px;
}
.list-pic-txt .tips {
  padding-top: 5px;
}
.list-pic-txt .tips strong {
  font-size: 16px;
}
.list-pic-txt .list-arrow-r dl {
  margin-bottom: 1px;
}
.list-col-3 li {
  width: 33.3%;
  float: left;
  line-height: 30px;
  background-position: -7px 13px;
}
.list-col-2 li {
  width: 49.3%;
  float: left;
  line-height: 30px;
}
.list-border li {
  border-top: 1px dotted #f2f2f2;
}
/*hot-online第一线:2016*/
.nav-fix,
.news-nav-fix {
  position: fixed !important;
  width: 150px;
  z-index: 1;
}
.hot-online ul {
  overflow: hidden;
}
.hot-online li {
  line-height: 21px;
  font-size: 13px;
  padding-bottom: 10px;
}
.hot-online .hot-online-date {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #f2f2f2;
  color: #4679bd;
  margin-bottom: 1px;
}
.hot-online .hot-online-date span {
  border-bottom: 1px solid #4679bd;
  display: inline-block;
  padding: 2px 0;
}

.box-online .side-more {
  margin-top: 6px;
}
.box-online .side-more a {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-online .side-more .icon-more {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  text-align: center;
  line-height: 16px;
  background-color: #ddd;
  color: #fff;
  font-weight: bold;
  margin-left: 3px;
  font-size: 12px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.box-online .side-more a:hover .icon-more {
  background-color: #4679bd;
}
.list-time ul {
  overflow: hidden;
  margin-top: 10px;
}
.list-time li {
  /*border-left: 1px solid #f2f2f2;*/
  margin-left: 4px;
  position: relative;
  padding-left: 15px;
}
.list-time li .info {
  font-size: 13px;
  color: #999;
  position: relative;
}
.list-time li .info .icon-city {
  float: right;
  font-size: 13px;
}
.list-time li .info .time {
  font-size: 12px;
  margin-left: 0px;
}
.list-time li h4.title {
  font-weight: normal;
  font-size: 14px;
  margin: 0;
  cursor: pointer;
}
.list-time li h4.title:hover {
  color: #4679bd;
}
.list-time li h4.title .icon-time {
  position: absolute;
  left: 0;
  color: #4679bd;
  font-size: 12px;
}
.list-time li .desc {
  text-align: justify;
  background: #f6f6f6;
  padding: 8px 10px 5px 15px;
  margin: 5px 0 0 -15px;
  display: none;
}
.list-time li .desc .txt {
  font-size: 12px;
  line-height: 20px;
  color: #888;
}
.list-time li .desc .tools {
  overflow: hidden;
}
.list-time li .desc .tools .more {
  float: none;
  color: #4679bd;
  font-size: 12px;
}
.list-time li .desc .tools .share a {
  margin: 0 6px;
}
.list-time li .desc .tools .iconfont {
  color: #9ca4ab;
  margin: 0 4px;
  font-size: 22px;
  cursor: pointer;
}
.list-time li .desc .tools .iconfont:hover {
  opacity: 1;
}
.list-time li .desc .tools .icon-wechat-c:hover {
  color: #64c731;
}
.list-time li .desc .tools .icon-weibo-c:hover {
  color: #d2423c;
}
.list-time li .desc .tools .icon-qzone-c {
  display: none;
}
.list-time li .desc .tools .icon-qzone-c:hover {
  color: #f67b23;
}
.list-line li {
  border-bottom: 1px dotted #f2f2f2;
  padding: 6px 0;
  overflow: hidden;
} /*2016*/
.list-line li:last-child {
  border: 0;
}

.list-img li {
  line-height: 24px;
  overflow: hidden;
  font-size: 14px;
  padding: 10px 0;
}
.list-img li .img {
  float: left;
  margin-right: 10px;
  background: none;
  border-radius: 2px;
  width: 106px;
  height: 70px;
  display: flex;
  overflow: hidden;
  position: relative;
  justify-content: center;
}
.list-img li .img img {
  display: block;
  height: 100%;
  margin: 0 auto;
  border: 0;
}
.list-img li .txt {
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
  line-height: 22px;
}
.list-img li a.title:hover {
  color: #4679bd;
}
.list-img-right li .img {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}
.list-img li.img-right .img {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}

.list-img.gray-bg li {
  margin: 10px 0;
  padding: 0 6px 0 0;
  background: #f6f6f6;
}
.list-img.gray-bg li:last-child {
  margin-bottom: 0;
}
.list-img.gray-bg li.img-right {
  padding: 0 0 0 10px;
}
.list-img.gray-bg li.img-right .img {
  margin-right: 0;
  margin-left: 20px;
}

.list-img li .img i {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  background-color: rgb(76 75 71 / 70%);
  border-radius: 0;
  width: 24px;
  color: #fff;
  text-align: center;
  line-height: 24px;
  height: 24px;
  font-style: inherit;
  font-size: 13px;
}
.list-img li .img i.order1 {
  background-color: #ae2b19;
}
.list-img li .img i.order2 {
  background-color: #ff6300;
}
.list-img li .img i.order3 {
  background-color: rgb(255 153 110 / 90%);
}

.list-img li .btitle {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
}
.list-img li .btitle img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #f2f2f2;
  margin-right: 10px;
}

.news-hot-list.list-img li:first-child {
  padding-bottom: 0;
  margin-bottom: 10px;
  position: relative;
}
.news-hot-list.list-img li:first-child .mask {
  display: block;
  background-image: url(https://pic2.pedaily.cn/22/202212/20221206@598767.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.news-hot-list.list-img li:first-child .img {
  width: 100%;
  float: none;
  height: auto;
}
.news-hot-list.list-img li:first-child .img img {
  width: 100%;
  height: auto;
}
.news-hot-list.list-img li:first-child > a {
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(13%, transparent),
    color-stop(97%, rgba(0, 0, 0, 0.65))
  );
  background-image: linear-gradient(
    -180deg,
    transparent 13%,
    rgba(0, 0, 0, 0.65) 97%
  );
}
.news-hot-list.list-img li:first-child > a p {
  font-size: 15px;
  line-height: 1.7;
  color: #fff;
  text-align: justify;
  padding-left: 10px;
  padding-right: 16px; /* max-height: 40px; */
  position: absolute;
  bottom: 10px;
  overflow: hidden;
  margin: 0;
}

/*tag-l*/
.tag-l {
  background: #fff;
  position: absolute;
  z-index: 2;
  width: 180px;
}

.tag-l .tag-l-m h3 {
  background: #4679bd;
  color: #fff;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-weight: normal;
  margin: 0;
}
.tag-l .tag-l-m ul {
  border: 1px solid #f2f2f2;
}
.tag-l .tag-l-m li {
  border-bottom: 1px solid #f2f2f2;
  text-align: left;
  padding-left: 20px;
  line-height: 42px;
}
.tag-l .tag-l-m li:last-child {
  border-bottom: 0;
}
.tag-l .tag-l-m li:hover {
  background: #f9f9f9;
}
.tag-l .tag-l-m li a {
  display: block;
}
.tag-l .box-industry {
  overflow: hidden;
  padding: 50px 0 0 100px;
}
.tag-l .box-industry ul {
  float: left;
  width: 16%;
  height: 300px;
}
.tag-l .box-industry ul li.title {
  font-weight: bold;
  font-size: 15px;
}
.tag-l .box-industry {
  float: left;
  width: 1000px;
}
.tag-l-right {
  width: 1180px;
  background: #f9f9f9;
}
.tag-l .box-industry .icon-close {
  font-size: 36px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: #c3c3c3;
  line-height: 40px;
  text-align: center;
}
.tag-l-right .tag-l-m {
  float: left;
  width: 180px;
}

.interview {
  overflow: hidden;
}
.interview .block,
.interview .img,
.interview .img img {
  width: 360px;
  background-size: 360px;
}
.interview .block,
.interview .img,
.interview .block .mark,
.interview .block:hover .mark .topic {
  height: 180px;
  overflow: hidden;
}
.interview .block .mark {
  font-weight: normal;
  overflow: hidden;
  position: relative;
  line-height: 34px;
  margin-top: -34px;
  color: #fff;
  font-size: 14px;
}
.interview .block .mark a,
.interview .block .mark a:visited {
  color: #fff;
}
.interview .block .mark .topic {
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
}
.interview .block .mark .topic .subject {
  color: #bfbfbf;
  line-height: 21px;
  display: none;
}
.interview .block:hover .mark {
  cursor: pointer;
  margin-top: -180px;
  -webkit-transition: margin 0.4s ease;
  -moz-transition: margin 0.4s ease;
  transition: margin 0.4s ease;
}
.interview .block:hover .mark .topic {
  width: 360px;
  height: 180px;
  vertical-align: middle;
  display: table-cell;
  font-size: 16px;
  line-height: 26px;
  background: url("https://static.pedaily.cn/head/2019/css/images/yellow-dot.gif")
    no-repeat right bottom;
}
.interview .block:hover .mark .topic a {
  margin-top: 10px;
  display: block;
}
.interview .block:hover .mark .topic .subject {
  display: block;
  font-size: 14px;
}
.interview .block .mark .topic .subject .residue-have {
  color: #ff8a00;
  border: solid 1px #ff8a00;
  background: none;
}

.cover-img li {
  width: 300px;
  height: 200px;
  position: relative;
  margin-bottom: 10px;
}
.cover-img li:first-child {
  margin-top: -10px;
}
.cover-img li .img {
  width: 300px;
  height: 200px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.cover-img li .img img {
  display: block;
  margin: 0 auto;
  border: 0;
  height: 100%;
}
.cover-img li .title {
  background-image: linear-gradient(
    -180deg,
    transparent 13%,
    rgba(0, 0, 0, 0.65) 97%
  );
  bottom: 0;
  height: 100px;
  left: 0;
  position: absolute;
  width: 100%;
  margin: 0;
}
.cover-img li .title a {
  color: #fff;
  padding: 0 15px;
  position: absolute;
  bottom: 20px;
  text-align: justify;
  line-height: 22px;
}

.news-horizonta .cover-img {
  margin-right: -5%;
  overflow: hidden;
  margin-top: 20px;
}
.news-horizonta .cover-img li {
  width: 45%;
  height: 260px;
  margin-right: 5%;
  float: left;
}
.news-horizonta .cover-img li:first-child {
  margin-top: 0px;
}
.news-horizonta .cover-img li .img {
  width: 100%;
  height: 260px;
}
.scalebig {
  -webkit-transition: all 1s;
  transition: all 1s;
}
.scalebig:hover {
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
}

.box-fix-r .list-img li.grayback {
  padding: 0px 10px 0px 0px;
  height: 72px;
  overflow: hidden;
}
.box-fix-r .list-img li.grayback .img {
  margin-right: 10px;
  width: 120px;
  overflow: hidden;
}
.box-fix-r .list-img li.grayback .img img {
  width: 144px;
  height: 72px;
  margin: 0 auto;
  max-width: 144px;
  -webkit-transform: translate(-20%, 0%);
  transform: translate(-20%, 0%);
}
.box-fix-r .list-people li {
  padding: 15px 0;
  font-size: 14px;
  line-height: 20px;
}
.box-fix-r .list-people li .img {
  width: 70px;
  height: 70px;
  text-align: center;
  font-size: 12px;
}
.box-fix-r .list-people li .img img {
  border-radius: 50%;
  max-width: 70px;
  margin: 0 auto;
}
.box-fix-r .list-people li .btitle {
  font-size: 14px;
  margin-bottom: 2px;
}
.box-fix-r .list-people li .title {
  color: #8c8c8c;
}
.box-fix-r .box-book .list li {
  padding-left: 0px;
  background: none;
}

/*hot-onlie-box:2016*/
.box-news-list .hot-online-box .box-loadmore {
  display: block;
}
.hot-online-box .hot-online li {
  font-size: 16px;
  padding: 0 0 30px 20px;
  border-left: none;
  margin-left: 0;
}
.hot-online-box .list-time li h3 {
  margin: 0 0 15px 0;
  font-weight: normal;
  font-size: 18px;
  position: relative;
  line-height: 26px;
  letter-spacing: 0.5px;
}
.hot-online-box .list-time li h3:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4679bd;
  position: absolute;
  left: -20px;
  top: 9px;
}
.hot-online-box .list-time li .desc {
  color: #888;
  line-height: 26px;
  background: none;
  padding: 0;
  margin: 0;
  display: block;
}
.hot-online-box .list-time li .desc .txt {
  display: inline;
  font-size: 15px;
}
.hot-online-box .list-time li .desc a.more {
  color: #4679bd;
  float: none;
  margin-left: 10px;
}
.hot-online-box .list-time li .desc a.more .icon-link {
  font-size: 13px;
  margin-right: 3px;
}
.hot-online-box .list-time li .desc .img {
  background: none;
  margin: 15px 0;
  width: 250px;
}
.hot-online-box .list-time li .desc .img.imgzoom {
  width: 100%;
}
.hot-online-box .list-time li .desc .img.imgzoom img {
  cursor: zoom-out;
}
.hot-online-box .list-time li .desc .img img {
  display: block;
  max-width: 90% !important;
  cursor: zoom-in;
}
.hot-online-box .list-time li .info {
  margin-left: 0;
  line-height: 28px;
  margin-top: 10px;
}
.hot-online-box .list-time li .info .time {
  color: #9ca4ab;
  font-size: 13px;
  margin-right: 10px;
}
.hot-online-box .list-time li .info .com a {
  color: #089afd;
}
.hot-online-box .list-time li .info .com a:hover {
  color: #089afd;
}
.hot-online-box .list-time li .info .share a {
  margin: 0 6px;
}
.hot-online-box .list-time li .info .iconfont {
  color: #9ca4ab;
  margin: 0 6px;
  font-size: 24px;
  cursor: pointer;
}
.hot-online-box .list-time li .info .iconfont:hover {
  opacity: 1;
}
.hot-online-box .list-time li .info .icon-wechat-c:hover {
  color: #64c731;
}
.hot-online-box .list-time li .info .icon-weibo-c:hover {
  color: #d2423c;
}
.hot-online-box .list-time li .info .icon-qzone-c:hover {
  color: #f67b23;
}
.hot-online-box .hot-online {
  position: relative;
}
.hot-online-box .hot-online ul {
  margin-left: 60px;
}
.hot-online-box .list-time .hot-online-date {
  position: absolute;
  text-align: center;
  background: #fff;
}
.hot-online-box .list-time .hot-online-date span {
  display: block;
  font-size: 13px;
  line-height: 2;
  padding: 0 5px;
  border: none;
  color: #333;
  position: relative;
}
.hot-online-box .list-time .hot-online-date span.year {
  background: #4679bd;
  font-size: 14px;
  line-height: 1.8;
  color: #fff;
  border: 1px solid #4679bd;
  border-radius: 4px 4px 0 0;
}
.hot-online-box .list-time .hot-online-date span.year:after,
.hot-online-box .list-time .hot-online-date span.year:before {
  content: "";
  width: 4px;
  height: 8px;
  border-radius: 5px;
  background: #aaa;
  display: block;
  position: absolute;
  top: -4px;
  left: 3px;
}
.hot-online-box .list-time .hot-online-date span.year:after {
  left: unset;
  right: 3px;
}
.hot-online-box .list-time .hot-online-date span.md {
  border: 1px solid #eee;
  border-top: none;
  border-radius: 0 0 4px 4px;
}
.hot-online-box .list-time .hot-online-date span.md:after,
.hot-online-box .list-time .hot-online-date span.md:before {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  left: -1px;
  bottom: -5px;
  border: 1px solid #eee;
  border-top: none;
  border-radius: 0 0 4px 4px;
}
.hot-online-box .list-time .hot-online-date span.md:before {
  bottom: -8px;
}
.hot-online-box .hot-online-date.hot-online-fixed {
  position: fixed;
  top: 10px;
}
/*hot-onlie-box:end*/

/*news-list-start:2016*/
.news-list h2 {
  margin-bottom: 10px;
}
.news-list ul {
  overflow: hidden;
}
.news-list li {
  width: 100%;
  padding: 20px 0px;
  border-bottom: 1px solid #f2f2f2;
  overflow: hidden;
  margin: 0px;
  position: relative;
}
.news-list li:last-child {
  border-bottom: 0;
}
.news-list li h3 {
  margin: 0px;
  padding: 0;
  display: block;
  font-size: 18px;
  font-weight: normal;
  border-bottom: none;
  height: auto;
  letter-spacing: 0.5px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-list li .img {
  width: 210px;
  height: 140px;
  background-image: none;
  float: left;
  overflow: hidden;
  margin-right: 22px;
  position: relative;
  border: 1px solid #f3f4f9;
  justify-content: center;
  display: flex;
  border-radius: 2px;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-list li .img.noimg {
  background: url("https://static.pedaily.cn/head/css/images/noimage.png")
    no-repeat center center !important;
  background-size: 220px !important;
}
.news-list li .img img {
  display: block;
  margin: 0 auto;
  border: 0;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.news-list li:hover .img img {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
.news-list li .img .s {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  top: 4px;
  left: 4px;
  padding: 2px 10px;
  font-size: 11px;
  line-height: 16px;
  border-radius: 20px;
}
.news-list li .img .s a {
  color: #fff;
}
.news-list li .img .s:hover {
  opacity: 0.8;
}
.news-list li .txt {
  font-size: 13px;
  line-height: 25px;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
  padding: 0px 0px 0 0;
}
.news-list li .txt .desc {
  color: #8c8c8c;
  font-size: 13px;
  line-height: 22px;
  margin-top: 10px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-list li .txt .desc p {
  margin: 0;
}
.news-list li .date {
  color: #999;
  font-size: 12px;
  padding-right: 6px;
}
.news-list li .txt .info {
  font-size: 12px;
  color: #bbb;
  margin-right: 30px;
  line-height: 30px;
  position: absolute;
  bottom: 15px;
  width: 100%;
  padding-right: 230px;
}
.news-list li .txt .info a {
  color: #999;
}
.news-list li .txt .info .author img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  float: left;
  margin-right: 5px;
  border: 1px solid #ededed;
}
.news-list li .txt .info .author a {
  color: #000000;
}
.news-list li .txt .info .author a:hover {
  color: #4679bd;
}
.news-list li .txt .info .author:after {
  content: "";
  width: 3px;
  height: 3px;
  background: #ddd;
  display: inline-block;
  margin: 0px 7px 0 7px;
  border-radius: 50%;
  position: relative;
  top: -2px;
}
.news-list li .txt .info .dot {
  padding: 0 6px;
}
.news-list li .tag {
  font-size: 12px;
  float: right;
  line-height: 30px;
  max-width: 65%;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.news-list li .tag a {
  color: #bbb;
  padding-right: 10px;
}
.news-list li .tag a:hover {
  color: #4679bd;
}
.news-list li .tag .more {
  float: right;
}
.news-list li .tag .more a {
  display: inline;
  color: #333333;
  background: none;
  padding: 0;
}
.news-list li .tag .more em {
  font-style: normal;
}
.news-list li .photo {
  float: right;
  width: 200px;
}
.news-list li .photo .s {
  height: 40px;
  line-height: 28px;
  text-align: left;
  display: block;
  font-size: 13px;
  color: #333;
}
.news-list li .photo img {
  display: block;
  float: left;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.news-list li .photo .date {
  float: none;
  display: block;
  margin-top: -10px;
  color: #999;
  padding: 0;
}
.news-list li .photo .dot {
  font-size: 24px;
}
.news-list li:hover h3 a {
  color: #4679bd;
}

.box-news-list .news-list li:first-child {
}

.box-col-3 .box-fix-c .news-list li h3 a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.box-col-3 .box-fix-c .news-list li h3 em {
  display: none;
}

.news-list .focusnews-list {
  overflow: hidden;
  margin-left: -4%;
}
.news-list .focusnews-list li {
  width: 46%;
  margin: 0 0 0 4%;
  float: left;
  height: 142px;
}
.news-list .focusnews-list li:last-child {
  border-bottom: 1px solid #f2f2f2;
}
.news-list .focusnews-list li h3 {
  max-height: 80px;
  overflow: hidden;
}

.news-list.column-list li .tag > a {
  display: none;
}

.news-list .customer-list li {
  padding: 20px 0;
}
.news-list .customer-list li h3 {
  font-weight: normal;
  font-size: 16px;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  float: left;
}
.news-list .customer-list li:hover h3 {
  padding-left: 20px;
}
.news-list .customer-list li .img {
  display: none;
}
.news-list .customer-list li .tag {
  padding-right: 0;
  margin-top: 0px;
  float: right;
  position: initial;
  width: auto;
}

.weekly-list .top {
  font-size: 16px;
}
.weekly-list .top span {
  font-weight: normal;
  background-color: #ffb911;
  padding: 3px 5px;
  color: #fff;
  margin-right: 10px;
  font-size: 18px;
}
.weekly-list h2 {
  margin-bottom: 0px !important;
}
.weekly-list li h3 {
  margin-top: -3px;
}
.weekly-list li .weekinfo {
  margin-top: -15px;
  color: #999;
}
.weekly-list li .weekinfo p {
  margin-top: 0px;
  line-height: 24px;
  color: #999;
}
.weekly-list li .weekinfo .button {
  text-align: right;
}
.weekly-list li .weekinfo .button a {
  margin-left: 10px;
  padding: 0px 10px 0px 10px;
  height: 28px;
  line-height: 28px;
  display: inline-block;
  color: #666;
  font-size: 12px;
  border: 1px solid #f2f2f2;
  border-radius: 4px;
}
.weekly-list li .button a i {
  font-size: 13px;
  margin-right: 4px;
}
.weekly-list li .button a:hover {
  border: 1px solid #4679bd;
  background-color: #4679bd;
  color: #fff;
}
.weekly-list .weekly-list-top li .weekinfo .button {
  text-align: left;
}
.weekly-list .weekly-list-top li .weekinfo .button a {
  margin-left: 0px;
}
/*.news-list li.special .img,.news-list li.special .img img{width:280px;background-size:280px;}*/

.box-news-list .box-loadmore,
.company-list .box-loadmore,
.people-list .box-loadmore,
.blog .box-loadmore {
  display: none;
}
/*news-list-end:2016*/

/*news-horizonta:2016*/
.news-horizonta .news-list li {
  float: left;
  width: 400px;
  margin: 10px 25px 10px 0px;
  border: 0;
  padding: 0;
}
.news-horizonta .news-list li .txt,
.news-horizonta .news-list li .tag {
  margin-left: 0px;
}
.news-horizonta .news-list li .img {
  margin-bottom: 15px;
}
.news-horizonta .news-list li .img,
.news-horizonta .news-list li .img img {
  float: none;
  width: 400px;
  height: 200px;
  background-size: 400px;
}
.news-horizonta .news-list li h3 {
  height: auto;
  font-size: 16px;
  line-height: 26px;
  height: 57px;
  overflow: hidden;
}
/*news-horizonta-end:2016*/

/*box-newseed:2016*/
.box-newseed .news-list ul {
  margin-top: -28px;
}
.box-newseed .news-list li h3 {
  font-size: 15px;
  line-height: 24px;
}
.box-newseed .news-list li .img {
  width: 140px;
  height: 90px;
  overflow: hidden;
  background: none;
}
.box-newseed .news-list li .img img {
  height: 90px;
  margin-left: -30px;
}
.box-newseed .news-list li .tag {
  margin-left: 160px;
  padding-right: 160px;
}
.box-newseed .news-list li .txt {
  margin-left: 0;
}
/*box-newseed-end:2016*/

/*box-research:2016*/
.research-data-bg {
  background: #f9f9f9;
  padding: 20px 20px 20px 20px;
  overflow: hidden;
}
.research-data-split dl {
  clear: both;
  overflow: hidden;
  margin: 8px 0 10px 0;
}
.research-data-split dt {
  float: left;
  margin: 0;
  padding: 0;
}
.research-data-split dt.year {
  width: 50px;
  color: #4679bd;
  border: 1px solid #f2f2f2;
  text-align: center;
  border-radius: 6px;
  background: #fff;
}
.research-data-split dt a {
  margin: 0 5px;
}
.box-research .research-data-split dt.d {
  width: 310px;
  padding-left: 5px;
}
.box-research .list-colmun li {
  overflow: hidden;
}
.box-research .list-colmun li .img {
  float: right;
  background: none;
  text-align: center;
  width: 45px;
  line-height: 10px;
  margin-left: 20px;
}
.box-research .list-colmun li .img img {
  border: 1px solid #f2f2f2;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 auto;
}
.box-research .list-colmun li .img div {
  font-size: 13px;
  line-height: 21px;
  color: #999;
}
.box-fix-r .report {
  overflow: hidden;
  margin-top: 10px;
}
.box-fix-r .report ul {
  overflow: hidden;
}
.box-fix-r .report li {
  position: relative;
  float: left;
  width: 142px;
  *width: 135px;
  height: 186px;
  background: #fff
    url("https://static.pedaily.cn/head/css/images/2016reportbg.jpg") no-repeat
    top center;
  margin: 0 5px;
}
.box-fix-r .report li:hover {
  opacity: 0.8;
}
.box-fix-r .report li:last-child {
  margin-right: 0;
}
.box-fix-r .report li:first-child {
  margin-left: 0;
}
.box-fix-r .report li .txt {
  margin: 15px 10px 15px 8px;
}
.box-fix-r .report li .txt .title {
  font-size: 15px;
  line-height: 22px;
  height: 106px;
  overflow: hidden;
  padding-left: 15px;
}
.box-fix-r .report li .txt .info {
  text-align: center;
  color: #4679bd;
  margin-bottom: 0px;
}
.box-fix-r .report li .txt .reportype {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  font-size: 12px;
}
.box-fix-r .report li .txt .reportype a {
  color: #fff;
  text-align: center;
  font-size: 13px;
  background: #4679bd;
  padding: 5px 9px;
  margin-left: -5px;
}
.box-fix-r .report li .txt .reportype a:hover {
  color: #ffb911;
}
/*box-research-end:2016*/

/*box-events:2016*/
.box-events .box-fix-l {
  width: 420px;
}
.box-events .box-fix-r {
  width: 720px;
  float: right;
}
.list-events ul,
.list-ad ul {
  overflow: hidden;
}
.list-events li i {
  font-size: 12px;
}

.list-events li {
  font-size: 16px;
  padding: 10px 0;
  padding-left: 15px;
}
.box-events .list-events li .residue-have {
  border: 0;
}
.list-ad li,
.list-ad li img {
  width: 350px;
  height: 175px;
}
.list-ad li {
  float: left;
  margin: 10px 0;
}
.list-ad li.ad2,
.list-ad li.ad4 {
  margin-left: 15px;
}
/*box-events-end:2016*/
.box-events .list-events li .event-city {
  float: right;
}
.box-tag-list .news-show-l {
  width: 150px;
}
.box-tag-list .news-show-r {
  margin-left: 150px;
}
/*box-zdb:2016*/
.box-zdb .box-fix-l {
  font-size: 18px;
}
.box-zdb .tab-nav li span {
  padding: 0 20px;
}
.list-zdb li:hover {
  background: none;
}
.list-zdb li:hover .info .time .icon-time {
  color: #ff8c01;
}
.list-zdb dl {
  margin: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 8px;
}
.list-zdb dl dt {
  display: block;
  float: left;
  font-size: 14px;
  color: #666;
  line-height: 20px;
  min-height: 10px;
}
.list-zdb dl dt.company {
  width: 170px;
}
.list-zdb dl dt.fund {
  width: 334px;
}
.list-zdb dl dt.industry {
  width: 160px;
  font-size: 13px;
}
.list-zdb dl dt.money {
  width: 180px;
}
.list-zdb dl dt.group {
  width: 254px;
  font-size: 13px;
  color: #999;
}
.list-zdb dl dt.place {
  width: 254px;
}
.list-zdb dl dt.company2 {
  width: 250px;
}
.list-zdb dl dt.view {
  width: 50px;
  text-align: right;
  font-size: 13px;
}

.list-zdb li.head {
  padding-bottom: 0px;
  padding-left: 0;
}
.list-zdb li.head .view {
  margin-left: 20px;
}
.list-zdb li.head:hover {
  background: none;
}
.list-zdb li.head dl {
  padding-bottom: 0px;
  background: #f0f0f0;
  padding: 10px 0;
  margin-left: -6px;
}
.list-zdb li.head dl dt {
  font-size: 14px;
  color: #999;
}
.list-zdb li.head dl dt span {
  padding-left: 20px;
}
.list-zdb dl dt .m,
.list-zdb dl dt .d {
  color: #4679bd;
}
.list-zdb li:hover dl dt.view a,
.list-zdb li:hover dl dt .m,
.list-zdb li:hover dl dt .d {
  color: #ff8c01;
}

.list-zdb dl dt .r {
  margin-right: 10px;
}
.list-zdb dl dt.money .r {
  display: none;
}
.list-zdb dl dt.view a {
  color: #999;
  font-size: 12px;
}
.list-zdb .box-loadmore {
  margin: 10px 0;
}

.list-ipo dl dt.industry {
  width: 224px;
}
.list-ipo dl dt.place {
  width: 180px;
}
.list-ipo dl dt.money {
  width: 190px;
}

.list-ma dl dt.industry {
  width: 200px;
}
.list-ma dl dt.company2 {
  width: 214px;
}

.list-pe dl dt.money {
  width: 176px;
}
/*box-zdb-end:2016*/

/*box-zdb:2016*/
.list-newseedinvest dl {
  margin: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 20px;
}
.list-newseedinvest dl dt {
  display: block;
  float: left;
  font-size: 15px;
  color: #666;
}
.list-newseedinvest dl dt.company {
  width: 120px;
}
.list-newseedinvest dl dt.industry {
  width: 150px;
  font-size: 14px;
}
.list-newseedinvest dl dt.money {
  width: 220px;
}
.list-newseedinvest dl dt.group {
  width: 320px;
  color: #999;
}
.list-newseedinvest dl dt.view {
  width: 50px;
  float: right;
}
.list-newseedinvest dl dt .m,
.list-newseedinvest dl dt .d {
  color: #4679bd;
}
.list-newseedinvest dl dt .m .mj {
  font-family: "Georgia", "Microsoft YaHei";
}
.list-newseedinvest dl dt .r {
  margin-right: 1px;
}
.list-newseedinvest dl dt .z {
  font-size: 12px;
  color: #999;
}
.list-newseedinvest dl dt.group span.split {
  margin: 0 0px;
  color: #999;
  padding: 0 8px;
}
.list-newseedinvest dl dt.company a:hover {
  opacity: 0.8;
}
.list-newseedinvest .box-loadmore {
  margin: 10px 0;
}
.list-newseedinvest li:nth-child(2n + 1) {
  background-color: #f7f7f7;
}
.list-newseedinvest li.head {
  padding-bottom: 0px;
  padding-left: 0;
}
.list-newseedinvest li.head .view {
  margin-left: 20px;
}
.list-newseedinvest li.head:hover {
  background: none;
}
.list-newseedinvest li.head dl {
  padding-bottom: 0px;
  background: #f0f0f0;
  padding: 10px 0;
  margin-left: -6px;
}
.list-newseedinvest li.head dl dt {
  font-size: 14px;
  color: #999;
}
.list-newseedinvest li.head dl dt span {
  padding-left: 20px;
}
/*box-zdb-end:2016*/

/*tag-list:2016*/
.tag-list,
.tag-list ul {
  overflow: hidden;
}
.tag-list li {
  width: 20%;
  float: left;
}

/*tag-list:2016-end*/
/*left-end:2016*/

/*news-show-start-2016*/
.news24 h4 {
  font-size: 17px;
  margin: 15px 0 10px;
  opacity: 1;
}
.news24 h4 img {
  display: block;
}
.news24 h4 span {
  color: #f52a05;
  padding-right: 6px;
  font-size: 21px;
}
.news24 li {
  line-height: 1.4;
  padding: 7px 0;
  text-align: justify;
  border: none;
}
.news24 li a {
  display: block;
}
.news24 li:hover a {
  color: #4679bd;
}
.news24.news-nav-fix .list-line,
.news24.news-nav-fix .uinfo .num,
.news24.news-nav-fix .uinfo .udesc {
  opacity: 0.5;
}
.news24.news-nav-fix:hover .list-line,
.news24.news-nav-fix:hover .mediainfo .num,
.news24.news-nav-fix:hover .uinfo .udesc {
  opacity: 1;
}
.news24 .readmore {
  background: #f4f8ff;
  margin: 5px -16px -10px -16px;
  text-align: center;
  line-height: 2.5;
  color: #999;
}
.news24 .readmore a {
  color: #999;
  display: block;
}
.news24 .readmore:hover a {
  color: #333;
}

.news-view .nav-industry,
.news-view .box-nav {
  display: none;
}
.news-view h1 {
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 46px;
  margin-top: 6px;
}
.news-view h1 em {
  margin-left: 20px;
}
.news-show {
  padding-bottom: 20px;
}
.news-show .box-nav {
  display: none;
  border: 0;
}
.news24 {
  border: 1px solid #f0f0f0;
  position: relative;
}
.news-show-l {
  width: 170px;
  float: left;
  overflow: hidden;
  padding-right: 20px;
}
.news-show-l dl {
  margin-bottom: 15px;
}
.news-show-l dl dt {
  font-size: 16px;
  color: #4679bd;
}
.news-show-l dl dd {
  margin: 0;
  padding: 0;
  font-size: 13px;
}
.news-show-l .menu-weixin {
  border-top: 1px dotted #f2f2f2;
  margin-top: 40px;
  width: 110px;
}
.news-show-l .menu-weixin h3 {
  text-align: center;
  font-weight: normal;
  margin-top: -16px;
  margin-bottom: 5px;
}
.news-show-l .menu-weixin h3 span {
  background-color: #fff;
  font-size: 14px;
  padding: 0 10px;
}
.news-show-r {
  margin-left: 170px;
}
.news-show h1 {
  font-size: 30px;
  line-height: 42px;
  margin-top: 10px;
  color: #303030;
  margin-bottom: 10px;
}
.news-show h1 em {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: #fff;
  background: #4679bd;
  padding: 4px 5px 4px 5px;
  border-radius: 4px;
  vertical-align: middle;
  margin-left: 10px;
  border-color: #4679bd !important;
}
.news-show h1 em a {
  color: #fff !important;
  display: inline-block;
}
.news-show h1 em:hover {
  opacity: 0.8;
}
.news-show list-newseedinvest.caption {
  font-weight: normal;
  font-size: 20px;
}
.news-show .info {
  color: #999;
  margin-bottom: 0px;
  font-size: 13px;
  height: 33px;
}
.news-show .info .box-l {
  font-size: 13px;
  line-height: 33px;
  margin-right: 30px;
}
.news-show .info .box-r {
  float: none;
  margin-left: ;
}
.news-show .info .date {
  margin-right: 10px;
}
.news-show .info .dot {
  display: none;
}
.news-show .info .icon-views {
  margin-right: 10px;
  display: none;
}
.news-show .add-favor,
.news-show .has-favor {
  font-size: 12px;
  color: #4679bd;
  display: inline-block;
  line-height: 15px;
}
.news-show .add-favor,
.news-show .has-favor i {
  font-size: 13px;
}
.news-show .add-favor:hover {
  opacity: 0.5;
}
.news-show .add-favor .icon,
.news-show .has-favor .icon {
  font-size: 12px;
}
.news-show .has-favor {
  color: #999;
  cursor: default;
}
.news-show .has-favor:hover {
  opacity: 1;
}

.news-show .subject {
  margin: 0 0 20px 0;
  line-height: 26px;
  font-size: 15px;
  color: #999;
  position: relative;
  padding: 10px 0;
}
.news-show .subject:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -5px;
  left: 0px;
  width: 300px;
  height: 1px;
  background: #f2f2f2;
}
.news-show .subject span {
  background-color: #0d5f96;
  padding: 4px 8px;
  color: #fff;
  margin-right: 10px;
  font-size: 15px;
}
.news-show .news-content.new {
  margin-top: 0px;
}
.news-show .news-content,
.news-show .news-content div {
  font-size: 17px;
  line-height: 1.8;
  color: #353535;
  text-align: justify;
}
.news-show .news-content p {
  margin-bottom: 1.4rem;
  word-wrap: break-word;
  text-indent: 0 !important;
}
.news-show .news-content a {
  border-bottom: 1px solid #f2f2f2;
}
.news-show .news-content .page-list {
  display: block;
}
.news-show .news-content .page-list span,
.news-show .news-content .page-list a {
  border-radius: 34px;
  font-size: 14px;
}
.news-show .news-content .page-list a {
  color: #787878;
}
.news-show .news-content .page-list span.current,
.news-show .news-content .page-list a:hover {
  background-color: #4679bd;
  color: #fff;
}
.news-show .news-content .page-list a.next {
  display: none;
}
.news-show .news-content img {
  max-width: 100% !important;
  cursor: pointer;
}
.news-show .news-content .page-list {
  display: block;
}
.news-show .news-content .list-block,
.news-show .news-content block {
  display: block;
  overflow: hidden;
  border-left: 3px solid #4679bd;
  padding: 5px 25px;
  background: #f5f5f5;
  color: #444;
}
.news-show .news-content ol.list-block {
}
.news-show .news-content .originatips {
  font-size: 15px;
  color: #8c8c8c;
  margin: 30px 0;
  line-height: 28px;
}
.news-show .news-content .news-read-list li {
  margin-bottom: 5px;
  background: none;
  padding-left: 0;
}
.news-show .news-content .news-read-list li a {
  border: none;
}
.news-show .news-content .news-read-list li a.topic {
  color: #4679bd;
}
.news-show .news-content .news-read-list li h4 {
  font-size: 19px;
  margin: 0 0 6px 0;
}
.news-show .news-content .news-read-list li h4 a {
  border: none;
  color: #4679bd;
}
.news-show .news-content .news-read-list li h4 a span {
  float: none;
}
.news-show .news-content .news-read-list li .summary {
  font-size: 17px;
  line-height: 31px;
  margin-bottom: 30px;
  text-align: justify;
}
.news-show .news-content .news-read-list li .summary a.sdetail {
  color: #4679bd;
  font-size: 16px;
  display: block;
}
.news-show .news-content .news-read-list li .summary p {
  text-indent: -2em;
  margin: 10px 0;
}
.news-show .news-download .file_getdown {
  padding: 10px 20px;
  background: #edf5ff;
  margin-bottom: 10px;
  margin-top: 20px;
  border: 1px solid #d8e6f8;
}
.news-show .news-download .file_getdown em {
  color: #0d5f96;
  font-style: normal;
  font-size: 15px;
  padding-left: 30px;
}
.news-show .toshare {
  text-align: center;
  margin: 36px 0;
  overflow: hidden;
  clear: both;
}
.news-show .toshare a,
.news-show .toshare a:link,
.news-show .toshare a:visited {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  display: inline-block;
  padding: 0px 25px;
  margin-bottom: 0;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #c84044;
  color: #c84044;
  margin: 0 5px;
  text-decoration: none;
}
.news-show .toshare a:hover {
  background: #c84044;
  color: #fff;
}
.news-show .toshare a.btn-share-weixin,
.news-show .toshare a.btn-share-weixin:link,
.news-show .news-show .toshare a.friend:visited {
  border: 1px solid #64c731;
  color: #64c731;
}
.news-show .toshare a.btn-share-weixin:hover {
  background: #64c731;
  color: #fff;
}
.news-show .toshare a i {
  font-size: 24px;
  display: inline-block;
  float: left;
  margin-right: 5px;
}
.news-show .news-tag {
  overflow: hidden;
  margin: 20px 0;
  clear: both;
  font-size: 14px;
}
.news-show .news-tag .box-l {
  padding: 5px 0 0px 0px;
}
.news-show .news-tag .tag a {
  color: #4679bd;
}
.news-show .news-tag .tag a:hover {
  opacity: 0.85;
}
.news-show .news-tag .tag a::after {
  content: "/";
  padding: 0 10px;
  color: #dfdfdf;
}
.news-show .news-tag .tag > a:last-child::after {
  content: "";
}
.news-show .news-interest {
  margin-top: 10px;
}
.news-show .news-interest ul {
  margin: 0 -2%;
}
.news-show .news-interest li {
  float: left;
  width: 29.3333%;
  margin: 5px 2%;
  border: 0px solid #ededed;
  padding: 0;
  height: 195px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.news-show .news-interest li .img {
  width: 100%;
  float: none;
  height: 145px;
  border: 1px solid #f2f2f2;
}
.news-show .news-interest li .img img {
  width: 100%;
  height: auto;
}
.news-show .news-interest li:hover .img {
  transform: translateX(0);
}
.news-show .news-interest li h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  margin-top: 4px;
  padding: 0 10px;
  text-align: center;
  overflow: hidden;
}
.news-show .news-interest li .tag {
  display: none;
}

.news-show .author-relate ul {
  overflow: hidden;
  margin: 0 -2%;
}
.news-show .author-relate ul li {
  width: 46%;
  margin: 0 2%;
  float: left;
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  overflow: hidden;
  padding: 15px;
  position: relative;
}
.news-show .author-relate ul li .img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
}
.news-show .author-relate ul li .img img {
  display: block;
  width: 100%;
}
.news-show .author-relate ul li .info {
  margin-left: 100px;
}
.news-show .author-relate ul li .info h3 {
  margin: 0 0 10px 0;
  font-size: 17px;
}
.news-show .author-relate ul li .info h3 img {
  margin-left: 5px;
}
.news-show .author-relate ul li .info p {
  margin: 0;
  color: #999;
  font-size: 14px;
  line-height: 1.4;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-show .author-relate ul li .btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 56px;
  height: 25px;
  line-height: 25px;
  padding: 0;
  text-align: center;
  font-size: 12px;
  background: #e7f0f5;
  color: #4679bd;
  border: 1px solid #e7f0f5;
}
.news-show .author-relate ul li .btn-follow:hover {
  background: #089afd;
  color: #fff;
}
.news-show .author-relate ul li .btn-follow-active {
  color: #666666;
  border: 1px solid #979797;
  background: none;
}
.news-show .author-relate ul li .btn-follow-active:hover {
  background: #f2f2f2;
  color: #666;
}

.news-show .adver_show {
  margin: 30px 0;
}
.news-show .news-relate {
  margin: 15px 10px;
}
.news-show .news-relate li {
  overflow: hidden;
  padding-left: 30px;
  position: relative;
  margin: 10px 0;
}
.news-show .news-relate li span {
  position: absolute;
  left: 0;
}
.news-show .news-relate li dd {
  float: left;
  line-height: 26px;
}
.news-show .news-content .s-list-section {
  padding-top: 20px;
}
.news-show .news-content .s-news-section .bq {
  margin: 0 !important;
}
.news-show .news-content .s-news-section .s-top .bq-s-logo {
  text-align: center;
}
.news-show .news-content .s-news-section .s-top .bq-s-logo img {
  max-width: 400px;
}
.news-show .news-content .s-news-section .s-top .bq-s-time {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: #4679bd;
}
.news-show .news-content .s-news-section .s-topic {
  margin-bottom: 20px;
  height: 60px;
  background: url("https://pic2.pedaily.cn/18/201812/20181203@354041.png") left
    center no-repeat !important;
}
.news-show .news-content .s-news-section .s-topic p {
  font-size: 20px;
  font-weight: bold;
  color: #737373;
  margin-left: 55px;
  line-height: 60px;
}

.news-show .news-content .s-news-section .s-list {
  margin-bottom: 42px !important;
  background: none;
  padding-left: 0;
}
.news-show .news-content .s-news-section .s-list a {
  border: none;
}
.news-show .news-content .s-news-section .s-list a.topic {
  color: #4679bd;
}
.news-show .news-content .s-news-section .s-list h4 {
  font-size: 18px;
  margin: 0;
  cursor: initial !important;
}
.news-show .news-content .s-news-section .s-list h4 a {
  border: none;
}
.news-show .news-content .s-news-section .s-list h4 a span {
  float: none;
}
.news-show .news-content .s-news-section .s-list .s-summary {
  margin-top: 10px !important;
  text-align: justify;
}
.news-show .news-content .s-news-section .s-list .s-summary a.s-detail {
  color: #4679bd;
  display: block;
  font-size: 15px;
  margin-top: -15px;
}

.news-relate li dd {
  margin-left: 20px;
}
.news-relate li dd a {
  font-size: 13px;
  color: #999;
}
.news-relate li dd a:hover {
  color: #4679bd;
}
.news-relate li span {
  font-size: 13px;
  color: #353535;
}

.news-view-simple {
  background: #f2f2f2;
}
.news-view-simple .main {
  margin: 0 auto;
  background: #fff;
  width: 860px;
  padding: 50px 60px;
}
.news-view-simple .page-r,
.news-view-simple .page-r .box-fix-r,
.news-view-simple .page-r .box-fix-l {
  float: none;
  width: auto;
}
.news-view-simple .header,
.news-view-simple .nav-second,
.news-view-simple .top-ad,
.news-view-simple .footer,
.news-view-simple .page-r .box-fix-r,
.news-view-simple .page-r .news-show .box-plate,
.news-view-simple .page-r .news-show .news-interest,
.news-view-simple .page-r .news-show .toshare,
.news-view-simple .page-r .news-show .content-comment {
  display: none;
}
.news-view-simple .page-r .box-fix-d {
  float: none;
  margin: 0 auto;
}
.news-view-simple .page-r .box-fix-c {
  margin: 0 auto;
  float: none;
  width: 720px;
}
.news-view-simple .page-r .news-show .subject,
.news-view-simple .page-r .news-show p {
  text-indent: 0 !important;
}
.news-view-simple .page-r .news-show p {
  margin-bottom: 26px;
}
.news-view-back {
  display: none;
}
.news-view-simple .news-view-back {
  display: block;
  position: fixed;
  top: 50px;
  right: 40px;
  cursor: pointer;
}
.news-view-simple .news-view-back i {
  font-size: 40px;
  font-weight: bold;
  color: #787878;
}

.blog .news-show .news-show-r {
  margin-left: 200px;
}
.blog .box-fix-l,
.final-content .box-fix-l {
  overflow: visible;
}
.uinfo {
  background: #f9f9f9;
  padding: 20px 20px 10px 20px;
}
.uinfo .uface .img {
  float: left;
  width: 75px;
  height: 75px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #f2f2f2;
}
.uinfo .uface img {
  width: 75px;
  margin: 0 auto;
  display: block;
}
.uinfo .uname {
  font-size: 18px;
  padding: 0;
  margin-left: 90px;
}
.uinfo .uname a,
.uinfo .uname a:visited {
}
.uinfo .udesc {
  line-height: 1.8;
  max-height: 200px;
  overflow: hidden;
  position: relative;
  text-align: justify;
  margin: 20px 0 15px 0;
  color: #666;
}
.uinfo .udesc:hover {
  max-height: none;
  z-index: 1000;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.uinfo .btn-box {
  margin: 10px 0 10px 90px;
}
.uinfo .btn-box .btn {
  background: #4679bd;
  color: #fff;
  line-height: 1.8;
  padding: 0 6px;
}
.uinfo .btn-box .btn-follow-active {
  background: #f2f2f2;
  color: #666;
}
.uinfo .uweixin {
  line-height: 0;
}
.uinfo .uweixin .title {
  text-align: center;
  padding-bottom: 10px;
}
.uinfo .uweixin img {
  width: 156px;
  padding: 2px;
}
.uinfo .unum {
  border: 1px solid #ccc;
  background: #fff;
  color: #999;
  margin: 5px 0px;
  text-align: center;
  border-radius: 20px;
  font-size: 13px;
}
.uinfo .unum .num {
  color: #c84044;
  font-size: 14px;
  font-family: "Georgia";
  padding-right: 5px;
}

/*自媒体*/
.mediainfo {
  padding: 10px 15px;
  overflow: hidden;
  background: rgba(55, 120, 195, 0.04);
}
.mediainfo .num {
  margin: 0;
  font-size: 12px;
  color: #999;
  position: relative;
  margin-left: 90px;
}
.mediainfo .num span.l {
  float: left;
}
.mediainfo .list-line li {
  padding: 7px 0;
}
.mediainfo .btn-box {
  position: absolute;
  top: 1px;
  right: 15px;
}
.mediainfo .a {
  margin: -3px 0 0 90px;
}
.mediainfo .a span {
  font-size: 12px;
  border: 1px solid #4679bd;
  border-radius: 3px;
  padding: 0 6px;
  color: #4679bd;
}
.news24 .udesc {
  padding: 0px 15px 10px;
  background: rgba(55, 120, 195, 0.04);
  line-height: 1.8;
}
.news24 .list-line {
  border-top: 1px solid #f2f2f2;
  padding: 5px 15px 0;
}

.firstline-show {
  background: #f6f6f6;
}
.firstline-show .page-content {
  margin-top: 50px;
}
.firstline-show .main {
  width: 800px;
  background: #fff;
  padding: 35px;
  border: 1px solid #e5e5e5;
}
.first-top {
  overflow: hidden;
  padding: 10px 0 50px;
  position: relative;
  margin-bottom: 20px;
}
.first-top::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #f2f2f2;
  position: absolute;
  left: 0;
  bottom: 15px;
}
.first-top .img {
  float: left;
  width: 50%;
  height: 55px;
  position: relative;
  background: 0 0;
}
.first-top .img img {
  height: 37px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.first-top .date {
  float: right;
  color: #888;
  text-align: center;
  font-size: 22px;
  line-height: 1;
}
.first-top .date span {
  display: block;
  font-size: 25px;
  font-weight: 700;
  color: #5fa8ff;
  line-height: 1.5;
}
.first-top .time {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  margin: 0 auto;
  text-align: center;
}
.first-top .time span {
  background: #fff;
  padding: 0 20px;
  font-size: 20px;
  color: #999;
  display: inline-block;
}
.firstline-show .news-show h1 {
  margin: 0 0 20px 0;
  font-size: 24px;
  line-height: 38px;
}
.firstline-show .news-show .info {
  border: none;
  overflow: hidden;
  margin: 0 0 15px 0;
  padding: 0;
}
.firstline-show .news-show .news-content,
.firstline-show .news-show .news-content div {
  font-size: 17px;
}
.firstline-show .news-show .news-content img {
  max-width: 100% !important;
  margin: 0 auto;
}
.firstline-show .news-show .news-content a.link {
  color: #4679bd;
}
.firstline-show .news-show .news-content a.download-app {
  display: none;
  width: 80%;
  height: 42px;
  line-height: 42px;
  border-radius: 20px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  background-image: linear-gradient(
    161deg,
    #00b3ff 10%,
    #a433d6 36%,
    #00b3ff 87%
  );
  margin-top: 60px;
}
/*评论2016*/
.form-control[disabled],
.form-control[readonly] {
  cursor: not-allowed;
  background-color: #f2f2f2;
}
.content-comment {
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 40px;
}
.content-comment h2 {
  font-size: 18px;
  font-weight: normal;
}
.comment-main {
  overflow: inherit;
  margin-top: 20px;
}
.comment-main .face,
.comment-box .comment-list .face {
  width: 40px;
  height: 40px;
  background-image: url("https://pic.pedaily.cn/newseed/noface.png");
  background-size: cover;
  border-radius: 20px !important;
  overflow: hidden;
  float: left;
}
.comment-main .face img,
.comment-box .comment-list .face img {
  width: 40px;
  height: 40px;
}
.commpost {
  position: relative;
}
.commpost .login-area {
  position: absolute;
  z-index: 99;
  top: 25%;
  left: 55%;
  color: #999;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.commpost .login-area a {
  color: #4679bd;
}
.commpost .pub-area {
  overflow: hidden;
}
.comment-area {
  height: 80px;
  margin-left: 55px;
}
.comment-area textarea {
  height: 80px;
  width: 100%;
  line-height: 20px;
  text-decoration: none;
  letter-spacing: 0px;
  border-color: #ededed;
  box-shadow: none;
}
.comment-area textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.btnreg {
  overflow: hidden;
  margin-top: 10px;
  padding-left: 55px;
}
.btnreg .plu-zone {
  float: left;
  margin-right: 10px;
}
.btnreg .plu-zone span {
  display: inline-block;
  vertical-align: middle;
}
.btnreg .pubbtn {
  float: right;
  width: 70px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  border-width: 0;
  font-size: 15px;
  outline: none !important;
  background-image: none !important;
  filter: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  background-color: #4679bd;
  color: #fff;
  font-family: "微软雅黑";
  border-radius: 4px;
  cursor: pointer;
}
.plu-zone .wx-icon {
  background-image: url("https://pic2.pedaily.cn/201603/20160330@134034.png");
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  margin-right: 4px;
}
.comment-box {
  margin-top: 10px;
  min-height: 180px;
}
.comment-box .list-title {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 15px;
  display: none;
}
.comment-box .list-title .num {
  font-size: 18px;
  padding: 0 5px;
}
.comment-box .comment-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.comment-box .comment-list .m_10.txt_center {
  margin-top: 30px;
  text-align: center;
  color: #8c8c8c;
}
.comment-box .comment-list li {
  border-bottom: 1px dashed #f0f0f0;
  padding: 20px 0;
}
.comment-box .comment-list li:last-child {
  border: none;
}
.comment-box .comment-list .face {
  width: 40px;
  height: 40px;
}
.comment-box .comment-list .info {
  margin: 0 0 0 55px;
  font-size: 13px;
  line-height: 22px;
  position: relative;
  border: none;
  padding: 0;
  color: #333;
  height: auto;
}
.comment-box .comment-list .info .name {
  font-size: 14px;
  color: #999;
  padding-right: 50px;
}
.comment-box .comment-list .info .name a {
  color: #4679bd;
  font-size: 14px;
}
.comment-box .comment-list .info .name .txt_info {
  font-size: 12px;
  color: #c63927;
  padding: 0 5px;
}
.comment-box .comment-list .info .desc {
  word-break: break-word;
  line-height: 24px;
}
.comment-box .comment-list .time {
  position: absolute;
  top: 0px;
  right: 0;
  color: #ccc;
  font-size: 12px;
}
.comment-box .comment-list .text-func {
  margin-top: 10px;
  text-align: right;
  overflow: hidden;
  margin-left: 45px;
}
.comment-box .comment-list .text-func a {
  padding: 0 10px;
  color: #a0a0a0;
  font-size: 13px;
}
.comment-box .comment-list .text-func a:hover {
  color: #4b8df8;
}
.comment-box .comment-list .text-func a:last-child {
  border: none;
  padding-right: 0px;
}
.comment-box .comment-list .text-func a.dialog {
  float: left;
}
.comment-box .loadmore {
  width: 300px;
  border-radius: 40px !important;
  margin: 0 auto;
  margin-top: 30px;
}
.reply-box {
  margin-left: 55px;
  margin-top: 10px;
  display: none;
}
.reply-box .comment-area {
  margin-left: 0px;
}
.reply-box .btnreg {
  padding-left: 0px;
}
.reply-box .facelist {
  margin-left: 0px;
}
.reply-list {
  background-color: #f5f5f5;
  margin-top: 10px;
  padding: 0 20px;
  border-radius: 10px !important;
  margin-left: 55px;
}
.reply-list .comment-list .info {
  margin-left: 0px;
}
.reply-list .comment-list li {
  padding: 10px 0;
}
.facelist {
  width: 373px;
  margin-left: 50px;
  position: absolute;
  background-color: #fff;
  z-index: 1000;
}
.faces_list {
  padding: 1px 0 0 1px;
}
.faces_list li {
  cursor: pointer;
  float: left;
  border: 1px solid #e8e8e8;
  height: 32px;
  width: 32px;
  overflow: hidden;
  margin: -1px 0 0 -1px;
  padding: 4px 2px !important;
  text-align: center;
}
.modelcomment .comment-list {
  padding: 0 20px;
}
.modelcomment .comment-box .comment-list li {
  padding: 10px 0;
}
.modelcomment {
  max-height: 500px;
  overflow-y: scroll !important;
}

/*搜索*/
.search-index .page-content {
  margin-top: 48px;
}
.search-index .ss-logo,
.search-index .ss-con {
  width: 580px;
  margin: 0 auto;
  padding-bottom: 90px;
}
.search-index .ss-logo {
  margin-top: 90px;
  font-size: 34px;
  color: #4679bd;
  text-align: center;
}
.search-index .ss-logo i {
  font-size: 65px;
  line-height: 80px;
  color: #4679bd;
}
.search-index .ss-nav {
  overflow: hidden;
  padding-top: 10px;
  margin-bottom: 10px;
}
.search-index .ss-nav li {
  float: left;
  height: 36px;
  line-height: 32px;
  margin: 0 20px 0 0;
}
.search-index .ss-nav li a {
  border-bottom: 2px solid #fff;
  display: block;
  font-size: 15px;
}
.search-index .ss-nav li a.on {
  border-color: #089afd;
  color: #089afd;
  font-size: 17px;
}
.search-index .form-control {
  display: block;
  width: 100%;
  height: 44px;
  padding: 6px 12px;
  font: 16px "微软雅黑";
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.search-index .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.search-index .search-input-group {
  position: relative;
}
.search-index .search-input-group .btn-search {
  position: absolute;
  top: 0px;
  right: 0px;
  font: 16px "微软雅黑";
  height: 44px;
  width: 80px;
  border: none;
  background-color: #4679bd;
  color: #fff;
  cursor: pointer;
}
.search-index .methodbar {
  margin-top: 10px;
}
.search-index .methodbar a {
  margin: 0 16px 0 0;
  color: #888;
}

.search-index .head-search-box,
.search-list .head-search-box {
  display: none;
}
.search-list .ss-nav {
  overflow: hidden;
  padding-top: 40px;
}
.search-list .ss-nav li {
  float: left;
  height: 34px;
  line-height: 32px;
  position: relative;
  margin-right: 60px;
}
.search-list .ss-nav li a {
  border-bottom: 2px solid #fff;
  display: block;
  font-size: 15px;
}
.search-list .ss-nav li a.on {
  border-color: #089afd;
  color: #4679bd;
  font-size: 17px;
}
.search-list .ss-nav li span {
  position: absolute;
  top: -10px;
  font-size: 12px;
  width: 100px;
  color: #d2423c;
}
.search-list .form-control {
  display: block;
  width: 100%;
  height: 54px;
  padding: 6px 12px;
  font: 16px "微软雅黑";
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.search-list .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.search-list .search-input-group {
  position: relative;
  margin: 0 220px;
}
.search-list .search-input-group .btn-search {
  position: absolute;
  top: 0px;
  right: 0px;
  font: 16px "微软雅黑";
  height: 54px;
  width: 80px;
  border: none;
  background-color: #4679bd;
  color: #fff;
  cursor: pointer;
}
.search-list .methodbar {
  margin-top: 10px;
}
.search-list .methodbar a {
  margin: 0 16px 0 0;
  color: #888;
}
.search-list .search-top {
  padding: 30px 0 0;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 30px;
}
.search-list .search-count {
  line-height: 28px;
  font-size: 15px;
  float: right;
  display: none;
}
.search-list .search-count span {
  color: #d2423c;
  font-size: 18px;
  padding: 0 3px;
  display: none;
}
.search-list .search-count i {
  font-style: normal;
  font-family: Georgia;
  font-size: 20px;
  color: #ff8c01;
}
.search-list .people-list li .comp {
  border: 1px dashed #e9e9e9;
  overflow: hidden;
  padding: 5px 10px;
  margin-top: 8px;
  display: none;
}
.search-list .people-list li .comp img {
  max-width: 200px;
  height: auto;
  float: left;
  margin-right: 20px;
}
.search-list .people-list li .comp h3 {
  font-size: 17px;
  padding: 7px 0 0 10px;
}
.search-list .list-zdb dl {
  padding: 8px 0;
}
.search-list .list-zdb dl dt.money {
  width: 120px;
}
.search-list .list-zdb dl dt.time {
  width: 80px;
}
.search-list .list-zdb dl dt.fund {
  width: 330px;
}
.search-list .list-zdb dl dt.company2 {
  width: 200px;
}
.search-list .list-zdb dl dt.group,
.search-list .list-zdb dl dt.place {
  width: 200px;
}
.search-list .company-list li .img img {
  height: auto;
}
.search-list .box-loadmore {
  margin-top: 10px;
}
.search-list .box-plate .p-title {
  margin-bottom: 15px;
}

.search-list .search-tag {
  margin: 30px 0;
  font-size: 18px;
  text-align: center;
}
.search-list .search-tag a {
  font-size: 18px;
  padding: 0;
  margin: 0;
  color: #4679bd;
}
.search-list .search-tag a i {
  color: #4679bd;
  padding-right: 4px;
  font-size: 18px;
}
.search-list .block-list dl .t .txt .block {
  display: block;
  line-height: 1.4;
}
.search-list .fund-list dl dt.p {
  width: 300px;
}

/*footer:2019*/
.box-scoll {
  z-index: 2000;
  width: 50px;
  float: right;
  position: fixed;
  right: 20px;
  bottom: 80px;
}
.box-scoll a {
  position: relative;
  color: #999;
  padding-top: 15px;
  display: block;
  font-size: 12px;
  text-align: center;
  line-height: 21px;
  font-size: 12px;
  width: 50px;
  height: 50px;
  text-align: center;
  margin: 0 auto;
  border-radius: 0px;
  background: rgba(0, 0, 0, 0.07);
  margin: 0 0 2px 0;
  overflow: visible !important;
}
.box-scoll a i {
  margin: 0 auto;
  display: block;
  font-size: 25px;
  color: #4679bd;
  margin-bottom: 3px;
}
.box-scoll a span {
  display: none;
  font-size: 12px;
}
.box-scoll a:hover {
  background: #4679bd;
  color: #fff;
}
.box-scoll a:hover span {
  display: block !important;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #4679bd;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
}
.box-scoll a:hover i {
  color: #fff;
}
.box-scoll a#backTop {
  display: none;
}
.box-scoll .suggest {
  padding-top: 10px;
}
.box-scoll .suggest .icon-noicon {
  font-size: 12px !important;
  line-height: 16px;
}
.box-scoll .suggest:hover span {
  line-height: 16px;
  padding-top: 10px;
}

.app-download-bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(245, 245, 245, 0.95);
  text-align: center;
  z-index: 6;
}
.app-download-bottom a {
  display: block;
}
.app-download-bottom .app-download-close {
  position: absolute;
  width: 10%;
  height: 100%;
  display: block;
}
.app-download-bottom .icon-close {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -7px;
  margin-top: -10px;
  width: 14px;
  height: 14px;
  z-index: 3;
  font-size: 17px;
}
.app-download-bottom a img {
  display: block;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

.box-friendlink {
  background: rgba(55, 120, 195, 0.03);
  position: relative;
  z-index: 1;
  padding: 25px 0;
  margin-bottom: -51px;
}
.friendlink {
  padding: 0;
  overflow: hidden;
}
.friendlink .caption {
  font-size: 18px;
  padding-bottom: 10px;
}
.friendlink a,
.friendlink a:visited {
  display: inline-block;
  margin-right: 20px;
  font-size: 13px;
  color: #777777;
}
.friendlink a:hover {
  color: #4679bd;
}
.friendlink .splitline1 {
  padding-right: 20px;
}
.friendlink .splitline2 {
  border-left: 1px solid #f2f2f2;
  padding-left: 30px;
}

.footer {
  margin-top: 50px;
  width: 100%;
  font-size: 13px;
  color: #bbb;
  position: relative;
  z-index: 1;
}
.footer {
  background-color: #0e233a;
}
.footer a {
  color: #bbb;
}
.footer a:hover {
  color: #4679bd;
}
.footer .main {
  overflow: hidden;
  padding: 40px 0px;
}
.footer .main .box-fix-d {
  overflow: hidden;
  width: 100%;
}
.footer .box-fix-d {
  margin-left: 0;
  font-size: 13px;
}
.footer .box-fix-d dl {
  overflow: hidden;
}
.footer .box-fix-d dl dt {
  float: left;
  width: 20%;
  margin-left: 0px;
}
.footer .box-fix-d .dt-logo i.icon-pedailylogo {
  font-size: 50px;
  line-height: 50px;
}
.footer .box-fix-d .dt-linkus {
  width: 25%;
}
.footer .box-fix-d .dt-codes {
  width: 35%;
  overflow: hidden;
}
.footer .box-fix-d .dt-codes .box-plate {
  width: 137px;
  float: left;
  margin: 0;
  text-align: center;
}
.footer .box-fix-d .box-plate {
  margin: 0px 0px 10px 30px;
}
.footer .box-fix-d .img-weixin {
  padding: 1px;
  background: #fff;
  width: 90px;
  height: 90px;
}
.footer .code {
  width: 85px;
  height: 85px;
  background-size: 200px;
  background-position: -57px -1198px;
  margin-left: 26px;
  background-color: #fff;
}
.footer .code2 {
  background-position: -57px -1280px;
}
.footer .code3 {
  background-position: -57px -1362px;
}
.footer .box-plate h4 {
  font-size: 14px;
  font-weight: normal;
  height: 34px;
  margin: 0;
  padding: 0;
}
.footer .box-plate h4,
.footer .box-plate h4 a {
  color: #fff;
}
.footer .copyright,
.footer .tipoff {
  background-color: #092038;
}
.footer .tipoff .main {
  padding: 10px 0 0;
  font-size: 13px;
  text-align: center;
}
.footer .copyright .main {
  padding: 0 0 10px 0;
  overflow: hidden;
}
.footer .copyright .main .links {
  float: right;
  text-align: right;
}
.footer .copyright .main .links .split {
  padding: 0 15px;
}
.footer .copyright div {
  font-size: 13px;
  text-align: center;
}
.footer .copyright .c span {
  padding: 0 6px;
}
/*footer-end:2016*/

/*--------channle-end:2016--------:*/

/*zdb-弹窗*/
.lightbox {
  width: 700px;
  height: 500px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #ccc;
  line-height: 20px;
  top: 20%;
  left: 20%;
}
.lightbox #idBoxHead {
  background: #f4f4f4;
  padding: 5px;
  position: relative;
}
.lightbox dd {
  margin-left: 15px;
  height: 445px;
  overflow: scroll;
}
.lightbox dt span {
  float: right;
  display: inline;
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 5px;
}
.lightbox dt span:hover {
  color: #f00;
}
.lightbox #boxBody b a {
  color: #4679bd;
}
.lightbox p {
  margin: 5px 0 5px 0;
}
.lightbox #boxBody p b a {
  color: #333;
}
.lightbox a {
  margin: 0 5px;
  white-space: nowrap;
}
#boxBody div {
  border-bottom: 1px solid #ddd;
  padding: 4px;
  font-size: 12px;
}
/*zdb-弹窗-end*/

/*zdb-机构列表*/
.company-list li .img {
  background: none;
}
.company-list li .img a {
  width: 200px;
  height: 100px;
  display: table-cell;
  vertical-align: middle;
}
.company-list li .img img {
  width: auto;
  max-width: 200px;
}
.company-list li .txt {
  margin-top: 0px;
}
.company-list li .txt h3 {
  padding-bottom: 10px;
  overflow: hidden;
  font-weight: normal;
}
.company-list li .txt h3 span {
  padding-left: 20px;
  font-size: 15px;
  font-weight: normal;
}
.company-list li .txt h3 span a {
  color: #999;
}
.company-list li .txt h3 span a:hover {
  color: #4679bd;
}
.company-list li .txt h3 span.location {
  float: right;
  padding-left: 15px;
  font-size: 12px;
}
.company-list li .txt h3 span.location i {
  font-size: 13px;
  padding-right: 4px;
}
/*zdb-机构列表-end*/

/*zdb-people-list-start*/
.people-list li .img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
}
.people-list li .img img {
  width: 100px;
  height: auto;
}
.people-list li .txt {
  margin-top: 0px;
  margin-left: 130px;
}
.people-list li .txt h3 {
  font-size: 20px;
  padding-bottom: 10px;
  font-weight: bold;
}
.people-list li .txt h3 span {
  margin-left: 10px;
  font-size: 15px;
  font-weight: normal;
  color: #333;
}
.people-list li .txt h3 span i {
  font-style: normal;
  margin: 0 5px;
}
.people-list li .txt .btnlist {
  margin-bottom: 5px;
}
.people-list li .txt .btnlist a {
  border: 1px solid #ddd;
  padding: 2px 8px 1px 8px;
  margin-right: 12px;
  border-radius: 20px;
  color: #bbb;
  font-size: 12px;
}
/*zdb-people-list-end*/

/*ie6*/
.header .top {
  _position: absolute;
  _top: expression(eval(document.documentElement.scrollTop));
  left: 0;
}
.header ul.main .box-fix-r .search .input-text {
  _width: 98%;
  float: left;
}
.list-overflow li span a {
  display: inline;
}
/*ie6-end*/
.CoverBox,
#CoverBox {
  background-color: #000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  filter: alpha(opacity=60);
  opacity: 0.3;
  z-index: 2000;
  position: fixed !important;
  position: absolute;
  _top: expression(
    eval(document.compatMode &&document.compatMode== "CSS1Compat") ?
      documentElement.scrollTop +
      (document.documentElement.clientHeight-this.offsetHeight)/2:
      document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2
  );
}
#WinBox {
  position: fixed;
  _position: absolute;
  top: 22%;
  left: 50%;
  z-index: 10004;
  width: 600px;
  height: auto;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  border: 1px solid #4679bd;
  border-radius: 8px;
  overflow: hidden;
}
#WinBox .td_head,
#WinBox .td-head {
  background-color: #4679bd;
  height: 40px;
  line-height: 40px;
  text-align: left;
  color: #fff;
  padding-left: 6px;
  text-shadow: 1px 1px 0px #0f2535;
  font-size: 16px;
}
#WinBox .btn-close {
  cursor: pointer;
  width: 20px;
  height: 20px;
  float: right;
  display: block;
  margin-right: 7px;
}
#WinBox #btnlist {
  padding: 6px 0;
  background-color: #f6f6f6;
  text-align: center;
}
#WinBox #btnlist input {
  margin: 0 5px;
  padding: 4px 8px;
  background: none;
  color: #4679bd;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
  border: none;
}
#WinBox #btnlist input:hover {
  opacity: 0.8;
}
#btnlist .sharesina {
  background-color: #d2423c;
  font-weight: normal;
  color: #fff;
}
#btnlist .sharetengxun {
  background-color: #28aae2;
  font-weight: normal;
  margin-left: 10px;
  color: #fff;
}
#WinBox .modal-content .table {
  width: 100%;
}

#WinBox .winbox-warn {
  width: 200px !important;
}
#WinBox .win-content {
  margin: 25px;
  line-height: 24px;
  font-size: 16px;
  text-align: center;
}
#WinBox .win-content .icon {
  color: #4679bd;
  font-size: 20px;
  line-height: 20px;
}
#WinBox.winbox-confirm #btnlist input {
  width: 50%;
  margin: 0;
  border: 0;
}
#WinBox.winbox-confirm #btnlist input.submitbtn2 {
  border-left: 1px solid #ddd;
  color: #888;
}

.msg-table {
  margin: 0 auto;
  width: 380px;
}
.msg-table strong {
  font-weight: normal;
}
.msg-table .input-txt,
.msg-table select,
.msg-table textarea {
  margin: 5px 0;
  width: 96%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  font: inherit;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.msg-table .input-txt:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.msg-table select {
  width: 118px;
}
.btn-sure,
.btn-cls {
  color: #fff;
  border: 0;
  padding: 0px 20px;
  margin: 0 10px;
  cursor: pointer;
  line-height: 28px;
}
.btn-sure {
  background: #4679bd;
}
.btn-cls {
  background: #d2423c;
}
.btn-sure:hover,
.btn-cls:hover {
  opacity: 0.8;
  color: #fff;
}
/*mobile:2016*/
.mobile-bar,
.mobile-cover,
.mobile-share-btn,
.mobile-share-cancel,
.web-hide,
.search-box .search-map,
.nav-main.nav-default .search-box,
#mobile-nav-main-copy {
  display: none;
}

.pannel-body {
  background: #f9f9f9;
  border-radius: 4px;
  padding: 20px 20px 15px 20px;
  overflow: hidden;
  margin: 0px 0 20px;
  text-align: left;
}
.pannel-body h1 {
  margin: 0 0 5px 0;
  font-size: 22px;
  font-weight: 600;
  color: #4679bd;
}
.pannel-body p {
  margin: 0;
  color: #888;
}
.pannel-body .info {
  float: right;
}
.pannel-body .info a {
  color: #999;
}
.pannel-body .info a:hover {
  color: #089afd;
}
.pannel-body .stock-info {
  margin: 10px 0;
  display: none;
}
.pannel-body .stock-info span {
  margin-right: 10px;
}
.pannel-body .stock-info span a {
  color: #999;
  border: 1px solid #eee;
  background: #fff;
  padding: 4px 10px;
  border-radius: 3px;
  margin: 5px 0;
  overflow: hidden;
}
.pannel-body .stock-info span a:hover {
  color: #089afd;
}
.pannel-body .tag-l-m h3 {
  display: none;
}
.pannel-body .tag-l-m ul {
  overflow: hidden;
}
.pannel-body .tag-l-m ul li {
  float: left;
  margin-right: 15px;
}
.pannel-body .tag-l-m ul li a {
  color: #999;
}
.pannel-body .tag-l-m ul li a:hover {
  color: #089afd;
}

#galleryOverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 100000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  display: none;
  -moz-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
#galleryOverlay.visible {
  opacity: 1;
}
#gallerySlider {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  -moz-transition: left 0.4s ease;
  -webkit-transition: left 0.4s ease;
  transition: left 0.4s ease;
}
#gallerySlider .placeholder {
  /*background: url("preloader.gif") no-repeat center center;*/
  height: 100%;
  line-height: 1px;
  text-align: center;
  width: 100%;
  display: inline-block;
}
#gallerySlider .placeholder:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#gallerySlider .placeholder img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}
#gallerySlider.rightSpring {
  -moz-animation: rightSpring 0.3s;
  -webkit-animation: rightSpring 0.3s;
}
#gallerySlider.leftSpring {
  -moz-animation: leftSpring 0.3s;
  -webkit-animation: leftSpring 0.3s;
}
@-moz-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0px;
  }
}
@-moz-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0px;
  }
}
@-webkit-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0px;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0px;
  }
}
#prevArrow,
#nextArrow {
  border: none;
  text-decoration: none;
  background: url("https://static.pedaily.cn/head/css/images/arrows.png")
    no-repeat;
  opacity: 0.5;
  cursor: pointer;
  position: absolute;
  width: 43px;
  height: 58px;
  top: 50%;
  margin-top: -29px;
  -moz-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
#prevArrow:hover,
#nextArrow:hover {
  opacity: 1;
}
#prevArrow {
  background-position: left top;
  left: 40px;
}
#nextArrow {
  background-position: right top;
  right: 40px;
}
.content-ppt {
  text-align: center;
  font-size: 24px;
  color: #e53333;
  font-weight: bold;
}
.content-ppt span {
  color: #ee33ee;
  font-size: 32px;
}
@media screen and (max-width: 480px) {
  .content-ppt {
    font-size: 20px;
  }
  .content-ppt span {
    font-size: 24px;
  }
}

@media screen and (max-width: 1024px) {
  .main {
    width: 1000px;
  }
  .box-fix-l {
    float: left;
    width: 670px;
    overflow: hidden;
  }
  .box-fix-l .box-col-l {
    width: 350px;
    overflow: hidden;
    float: left;
  }
  .box-fix-l .box-col-r {
    width: 300px;
    float: left;
    margin-left: 20px;
  }
  .box-fix-r {
    float: right;
    width: 300px;
    overflow: hidden;
    font-size: 14px;
    *font-size: 12px;
  }
  .box-fix-d {
    float: left;
    width: 950px;
    overflow: hidden;
    margin-left: 30px;
  }
  .box-col-2,
  .box-col-3 {
    overflow: hidden;
  }
  .box-col-3 .box-fix-l {
    float: left;
    width: 140px;
    overflow: hidden;
  }
  .box-col-3 .box-fix-c {
    float: left;
    width: 620px;
    margin-left: 10px;
    overflow: hidden;
  }
  .page-index .box-pedaily .box-fix-d {
    width: 100%;
    margin-left: 0px;
  }

  .header .box-col-3 .box-fix-r {
    width: 220px;
  }
  .header .head .navlink li {
    margin-left: 12px;
  }
  .nav-main .split {
    margin: 0 10px;
  }

  /*--------index-box-zdb:2016--------:*/
  .box-zdb .box-fix-l {
    font-size: 15px;
  }
  .list-zdb dl {
    padding-bottom: 6px;
  }
  .list-zdb dl dt {
    font-size: 14px;
  }
  .list-zdb dl dt.company {
    width: 150px;
  }
  .list-zdb dl dt.fund {
    width: 334px;
  }
  .list-zdb dl dt.industry {
    width: 130px;
    font-size: 13px;
  }
  .list-zdb dl dt.money {
    width: 130px;
  }
  .list-zdb dl dt.group {
    width: 180px;
    font-size: 13px;
  }
  .list-zdb dl dt.place {
    width: 180px;
  }
  .list-zdb dl dt.company2 {
    width: 180px;
  }
  .list-zdb dl dt.view {
    width: 50px;
    font-size: 13px;
  }
  .list-zdb li.head .view {
    margin-left: 20px;
  }
  .list-zdb li.head dl dt {
    font-size: 14px;
  }
  .list-zdb dl dt.view a {
    font-size: 12px;
  }
  .list-ipo dl dt.industry {
    width: 160px;
  }
  .list-ipo dl dt.place {
    width: 130px;
  }
  .list-ipo dl dt.money {
    width: 150px;
  }
  .list-ma dl dt.industry {
    width: 160px;
  }
  .list-ma dl dt.company2 {
    width: 150px;
  }
  .list-pe dl dt.fund {
    width: 260px;
  }
  .list-pe dl dt.money {
    width: 150px;
  }

  /*--------channle-list-newseedinvest:2016--------:*/
  .list-newseedinvest dl dt.industry {
    display: none;
  }
  .list-newseedinvest dl dt.group {
    width: 300px;
    color: #999;
  }

  /*--------footer:2016--------:*/
  .footer .main .box-fix-l {
    width: 170px;
  }
  .footer .main .box-fix-d {
    width: 830px;
  }
  .footer .copyright div {
    font-size: 12px;
  }
  .footer .copyright a,
  .footer .copyright a:visited,
  .footer .copyright a:hover {
    margin: 0 3px;
  }
  /*--------newshow:2016--------:*/
  .news-show .news-show-l {
    width: 110px;
    padding-right: 20px;
  }
  .news-show .news-show-r {
    margin-left: 135px;
  }
}

@media screen and (max-width: 750px) {
  body {
    font-family: STHeiti, Microsoft YaHei, Helvetica, Arial, sans-serif;
  }
  img,
  form,
  div,
  td,
  th,
  dl,
  dt {
    line-height: 24px;
  }
  .mobile-share-btn,
  .mobile-share-cancel,
  #mobile-nav-main-copy,
  .mobile-show {
    display: block;
  }
  div#mobile-nav-main {
    height: 0;
  }
  .code-content {
    display: none;
  }
  .main,
  .page-r {
    width: 100%;
  }
  .nav-content {
    padding-top: 0;
  }
  .box-nav {
    margin-top: 0;
    padding-left: 10px;
  }
  .page-content {
    width: 100%;
  }
  .channel-index .box-col-3 .box-fix-l {
    display: none;
  }
  .channel-index .box-col-3 .box-fix-d {
    float: none;
    width: 100%;
    margin: 0;
  }
  .channel-index .box-col-3 .box-fix-c {
    float: none;
    width: 100%;
    margin: 0;
  }
  .header {
    height: 46px;
    background: #fff;
    border-bottom: 1px solid #efefef;
  }
  .header .left-nav a {
    height: 46px;
    line-height: 46px;
  }
  .header .left-nav li {
    display: none;
  }
  .header .left-nav li.logo {
    display: block;
    background: none;
    float: none;
    margin: 0 auto;
    height: 46px;
    text-align: center;
  }
  .header .left-nav li.logo .icon-pedailylogo {
    padding-top: 5px;
    color: #4679bd;
    font-size: 32px;
    line-height: 32px;
  }
  .headerxs .header .left-nav li.logo .icon-pedailylogo {
    color: #4679bd;
  }
  .header .box-r {
    display: none;
  }
  .header .box-l {
    float: none;
  }
  .head,
  .ad-show,
  #ubannerbg,
  .mobile-hide,
  #top-home-logo {
    display: none;
  }
  .header .top .mobile-bar {
    height: 48px !important;
  }
  .header .top,
  .header .slideDown {
  }
  .header .top,
  .header .top {
    border-bottom: 1px solid #f2f2f2 !important;
    background: #fff !important;
    height: 48px;
    line-height: 48px;
  }
  .header .top .mobile-menu {
    display: none;
  }
  .header .nav-content .page-l {
    width: 100%;
    float: none;
  }
  .header .nav-content .left-nav {
    width: 100%;
    position: inherit;
  }
  .placeholder-height {
    height: 46px;
  }

  .page-content {
    margin-top: 0;
  }
  .top .nav-main {
    background: rgba(245, 245, 245, 1);
    -webkit-overflow-scrolling: touch;
    width: 100%;
    overflow-x: scroll;
    top: 48px;
    height: 40px;
    font-size: 10px;
    z-index: 99;
    transition: top 0ms ease-in;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
  }
  .top .nav-main::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.92);
  }
  .nav-industry,
  .nav-second {
    height: 0;
    overflow: hidden;
  }
  .top .nav-main .main {
    min-width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 0px;
    -webkit-text-size-adjust: none;
    color: #353535 !important;
  }

  .nav-main .main .split {
    display: none;
  }
  .nav-main .main a {
    padding: 0 11px;
    width: auto;
    margin: 0;
    font-size: 14.4px;
    font-weight: normal;
    overflow: hidden;
    color: #353535 !important;
    display: inline-block;
  }
  .nav-main .main a.current {
    color: #4679bd !important;
  }
  .nav-main .main a.mobile-hide {
    display: none;
  }
  .nav-main .mobile-nav-list a {
    float: left;
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 14.4px;
  }
  .nav-main .mobile-nav-list-8 a {
    width: 12.4%;
  }
  .nav-main .mobile-nav-list-7 a {
    width: 14.27%;
  }
  .nav-main .mobile-nav-list-6 a {
    width: 16.1%;
  }
  .nav-main .mobile-nav-list-5 a {
    width: 19.6%;
  }
  .nav-main .mobile-nav-list-4 a {
    width: 25%;
  }
  .nav-main .mobile-nav-list-3 a {
    width: 33%;
  }
  .nav-main .mobile-nav-list-2 a {
    width: 50%;
  }

  .box-scoll {
    display: none;
  }
  .box-plate .p-title {
    font-size: 15px;
  }
  .box-plate .p-title .iconfont {
    font-size: 16px;
  }
  .box-plate .p-title span.more {
    float: none;
    color: #4679bd;
    width: 100%;
    overflow: hidden;
    height: 46px;
    display: block;
    padding: 0 4%;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .box-plate .p-title.box-tabs {
    height: auto;
    border-bottom: 0;
  }
  .box-plate .p-title .htitle {
    display: block;
    font-size: 17px;
    padding: 0 4%;
  }

  .nav-main.nav-default .main a.small {
    display: none;
  }
  .nav-main.nav-default .main a {
    width: 14.1%;
    color: normal;
    margin: 0;
    padding: 0;
    text-align: center;
    float: left;
    display: block;
  }
  .nav-main.nav-default .main a.big {
    font-weight: normal;
  }

  .box-fix-r,
  .footer .linkservice {
    display: none;
  }
  .box-fix-l,
  box-fix-c {
    width: 100%;
    margin: 0 auto;
  }
  .box-plate h3 {
    font-size: 18px;
  }
  .loadmore,
  .loadmore:visited,
  .loadmore:hover {
    padding: 5px;
    display: block;
    background: #fff;
    border: 1px solid #4679bd;
    font-size: 14px;
    width: 70%;
    margin: 0 auto;
  }
  .box-news-list .page-list {
    display: none;
  }
  .box-news-list .box-loadmore {
    display: block;
  }

  .channel-index h2,
  .channel-index .box-page h2,
  .zdb-index h2 {
    font-size: 18px;
  }
  .channel-index h2 .line,
  .channel-index .box-page h2 .line,
  .zdb-index h2 .line {
    height: 40px;
    line-height: 40px;
  }
  .channel-index h2 .more {
    font-size: 11px;
    line-height: 44px;
  }
  .channel-index .capital-event-box .box-loadmore {
    display: block;
    margin-bottom: 0;
  }
  .channel-index .capital-event-box {
    width: 100%;
  }
  .channel-index .capital-event-box .list-zdb,
  .channel-index .capital-event-box .news-list {
    margin: 0 3%;
  }

  .channel-index .capital-event-box h2 {
    padding-left: 3%;
    padding-right: 3%;
    margin-top: 10px;
  }
  .channel-index .capital-event-box .mobile-border15 {
    border-top: 15px solid #efefef;
    margin-top: 20px;
  }
  .channel-index .news-list {
    padding: 0 10px;
  }

  .channel-index .box-research {
    padding: 0 10px;
    background: none;
  }
  .channel-index .box-research .col-md-6 {
    float: none;
    width: 100%;
    margin: 10px 0;
    background: none;
    padding: 0;
  }
  .channel-index .box-research .research-data-split dt.d {
    width: 100%; /* margin-left:70px; */
    text-align: left;
    padding: 10px 0;
  }
  .channel-index .box-research .research-data-split dt.d a {
    display: inline-block;
    width: 16.6%;
    margin: 0;
    padding: 0;
    float: left;
  }
  .channel-index .box-ranking {
    float: none;
    width: 100%;
    margin: 10px 0;
  }

  .mobile-menu-open-search {
    position: fixed;
  }
  .mobile-search-show {
    display: none;
  }
  .mobile-search-page {
    overflow-x: inherit;
  }
  .mobile-search-page .mobile-search-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(250, 250, 250, 0.9);
    height: 100px;
    z-index: 5;
    padding: 0 2%;
  }
  .mobile-search-page,
  .mobile-menu-open-search .mobile-search-form {
    padding-bottom: 150px;
    margin-top: 0px;
    overflow-y: scroll;
    float: none;
    width: 100% !important;
    position: fixed;
    background: rgba(250, 250, 250, 1);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 4%;
    z-index: 300;
  }
  .mobile-search-page .mobile-search-win {
    height: 50px;
    line-height: 50px;
  }
  .mobile-search-page #mobile-search-close {
    font-size: 30px;
    float: right;
    margin-right: 3%;
  }

  .search-box .search-input-group,
  .head-search-box .search-input-group {
    width: 100%;
    overflow: hidden;
    border: 0;
    border-radius: 20px;
    height: 42px;
  }
  .search-box .search-text,
  .head-search-box .search-input-group .search-text {
    width: 100%;
    background: #f0f0f0;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 20px;
  }
  .head-search-box .search-input-group:hover {
    border: none;
  }
  .search-box .btn-search i {
    font-size: 20px;
    line-height: 42px;
    margin-right: 10px;
  }
  .search-box .btn-search {
    margin-right: 10px;
    background-color: #f0f0f0;
    border-radius: 20px;
  }
  .search-box .search-map {
    display: block;
    margin-top: 95px;
  }
  .search-box .search-map .box-plate {
    margin-bottom: 10px;
  }
  .search-box .search-map a {
    margin: 0;
    width: auto !important;
    padding: 0;
  }
  .search-box .search-map .box-map {
    /* float:left; */ /* width:50%; */
    padding: 0;
  }
  .search-box .search-map .box-map h3 {
    border: 0;
  }
  .search-box .search-map .box-map h3 span {
    display: inline-block;
    height: 36px;
    line-height: 34px;
    border-bottom: 1px solid #4679bd;
    font-size: 16px;
  }
  .search-box .search-map .box-map .map-list {
    font-size: 0;
    line-height: 0px;
  }
  .search-box .search-map .box-map .map-list a {
    border-radius: 4px;
    line-height: 20px;
    border: 1px solid #efefef;
    font-size: 13px;
    color: #353535;
    margin: 1%;
    display: inline-block;
    padding: 0;
    width: 18% !important;
    background: #fff;
    text-align: center;
    padding: 6px 0;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .mobile-box {
    width: 100%;
  }
  .mobile-box .news-list,
  .mobile-box .box-zdb {
    padding: 0 3%;
  }
  .mobile-box .news-list {
    margin-bottom: 0;
  }
  .mobile-box .box-zdb {
    border-top: 15px solid #efefef;
  }
  .mobile-menu-open-search .mobile-search-cover {
    z-index: 101;
    top: 48px !important;
  }
  .mobile-menu-open-search .mobile-search-show,
  .mobile-menu-open-search .nav-main.nav-default .search-box {
    display: block;
  }

  .btn-list,
  .box-life {
    display: none;
  }

  /*news-list-start:2016*/
  .box-news-list .box-nav {
    display: block;
    border-bottom: 0;
    margin-top: 0;
    padding-left: 10px;
  }
  .news-list {
    padding: 0 10px;
  }
  .news-list ul {
    margin: 0;
  }
  .news-list li a:visited {
    color: #888;
  }
  .box-news-list .news-list li:first-child {
    padding-top: 5px;
  }
  .news-list li h3 {
    display: block;
    line-height: 1.6;
    font-size: 15px;
    font-weight: 400;
    border-bottom: none;
    height: auto;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news-list li .tag {
    overflow: hidden;
    color: #999;
    position: absolute;
    bottom: 15px;
  }
  .news-list li .tag .date {
    float: none;
    padding-right: 10px;
    font-size: 10px;
  }
  .news-list li .tag a {
    font-size: 10px;
  }

  .news-list li h3 {
    margin: 0;
    font-size: 16px;
    text-align: left;
    padding: 0;
    width: auto;
  }
  .news-list ul {
    overflow: hidden;
    width: 100%;
  }
  .news-list li {
    width: 100%;
    padding: 20px 0px 20px 0px;
    border-bottom: 1px solid #efefef;
  }
  .news-list li h3 em {
    font-size: 10px;
    line-height: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: 4px;
    display: inline-block;
    margin-top: -3px;
    vertical-align: middle;
  }
  .news-list li .img {
    width: 30%;
    max-width: 200px;
    background: none;
    max-height: 100px;
    height: auto;
    min-height: 70px;
    float: right;
    margin-right: 0;
    margin-left: 15px;
  }
  .news-list li .img.noimg {
    background: url("https://static.pedaily.cn/head/css/images/noimage.png")
      no-repeat center center !important;
    background-size: 160px !important;
  }
  .news-list li.special .img {
    margin-left: 15px;
  }
  .news-list li .img {
    float: right;
    width: 118px;
    height: 80px;
    background-image: none;
    overflow: hidden;
    display: flex;
    justify-content: center;
    border-radius: 6px;
    margin-left: 10px;
    position: relative;
  }
  .news-list li .img img {
    height: 80px;
    display: block;
    margin: 0 auto;
    border: 0;
    max-width: none;
  }

  .news-list li:hover .img {
    transform: inherit;
  }
  .news-list li:hover::after {
    width: 0;
  }

  .news-list li .txt,
  .news-list li .tag {
    margin-left: 0px;
  }
  .news-list li .txt {
    font-size: 11px;
  }
  .news-list li .txt .desc {
    display: none;
  }
  .news-list li .date {
    font-size: 10px;
    padding-right: 0px;
  }
  .news-list li .tag {
    font-size: 10px;
    margin: 0;
    padding: 0;
  }
  .news-list li .tag a {
    margin-right: 10px;
    font-size: 10px;
    display: none;
  }
  .news-list li .tag a:nth-child(1) {
    display: block;
  }

  .news-list li .photo .s {
    height: auto;
  }
  .news-list.column-list li .tag {
    text-align: right;
  }
  .news-list.column-list li .tag > a {
    display: none;
  }
  .news-list.column-list li .photo {
    width: 85px;
    margin-top: -5px;
    font-size: 11px;
    float: left;
  }
  .news-list.column-list li .photo img {
    height: 30px;
    width: 30px;
    margin-right: 5px;
  }
  .news-list.column-list li .photo .date {
    display: none;
  }
  .list-time li {
    margin-left: 3px;
  }

  .news-list .focusnews-list {
    margin: 0;
  }
  .news-list .focusnews-list li {
    float: none;
    margin: 0;
    height: auto;
  }
  .news-list .focusnews-list li h3 {
    max-height: none;
    overflow: initial;
  }
  .news-list .focusnews-list li .date {
    float: none;
  }

  .news-list .customer-list li {
    border-bottom: 1px solid #ddd;
    padding: 15px 1% 12px;
  }
  .news-list .customer-list li .txt h3 {
    font-size: 17px;
    padding-bottom: 6px;
    font-weight: normal;
  }
  .news-list .customer-list li .txt {
    padding: 0;
  }
  .news-list .customer-list li .txt .desc {
    display: none;
  }
  .news-list .customer-list li .tag {
    position: inherit;
    width: 100% !important;
    margin: 0 !important;
    padding: 0;
  }
  .news-list .customer-list li .tag > a {
    display: none;
  }
  .news-list .customer-list li .tag .date {
    float: none;
  }

  .company-list .news-list li .img,
  .people-list .news-list li .img {
    float: left !important;
    margin-left: 0 !important;
    margin-right: 15px !important;
  }
  .people-list .news-list li .img {
    width: 80px !important;
    height: 80px !important;
  }
  /*box-zdb:2016*/
  .list-newseedinvest dl {
    padding-bottom: 4px;
  }
  .list-newseedinvest dl dt {
    font-size: 14px;
  }
  .list-newseedinvest dl dt.company {
    width: 42%;
  }
  .list-newseedinvest dl dt.money {
    width: 58%;
  }
  .list-newseedinvest dl dt.group {
    width: 100%;
  }
  /*box-zdb-end:2016*/

  .box-pedaily .box-fix-l {
    display: block;
  }
  .box-pedaily .box-fix-l .home-banner {
    display: block;
  }
  .box-pedaily .box-fix-l .home-banner .banner-right {
    display: none;
  }
  .bottom-swiper {
    display: none;
  }
  .index-swiper .swiper-button-next,
  .index-swiper .swiper-button-prev {
    display: none;
  }
  .index-swiper {
    margin: 0.1rem 0.3rem;
    border-radius: 8px;
  }
  .index-swiper .swiper-slide {
    height: 0;
    padding-bottom: 66.6667%;
  }
  .index-swiper .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    -moz-box-shadow: 2px 2px 10px rgba(70, 121, 189, 0.17);
    -webkit-box-shadow: 2px 2px 10px rgba(70, 121, 189, 0.17);
    box-shadow: 2px 2px 10px rgba(70, 121, 189, 0.17);
  }
  .index-swiper .swiper-slide .swiper-title {
    background: rgba(26, 26, 26, 0.5);
    position: absolute;
    bottom: 0;
    height: auto;
    width: 100%;
    padding: 0.2rem 0.2rem 0.4rem 0.2rem;
    font-size: 0.3rem;
    line-height: 0.5rem;
    color: #fff;
  }
  .index-swiper .swiper-slide .swiper-title span {
    display: block;
    width: 100%;
    line-height: 0.42rem;
  }
  .index-swiper .swiper-pagination-bullet {
    width: 0.4rem;
    height: 0.06rem;
    border-radius: 6px;
    background: #fff;
    opacity: 1;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    padding-right: 0.3rem;
    bottom: 0.1rem;
    text-align: right;
  }
  .index-swiper .swiper-pagination-bullet-active {
    background: #4679bd;
  }

  .box-zt {
    display: none;
  }
  .tab-nav ul {
    overflow-x: scroll;
    white-space: nowrap;
  }
  .tab-nav li {
    float: none;
    display: inline-block;
  }

  .page-index .box-zdb {
    border-top: 15px solid #ededed;
    padding-top: 10px;
  }
  .page-index .box-zdb .box-plate {
    padding: 0 4%;
  }
  .page-index .box-zdb .box-plate .p-title .htitle {
    display: none;
  }
  .page-index .box-zdb .box-plate .p-title span.more {
    float: none;
  }
  .page-index .box-zdb .tab-nav li span {
    padding: 0 10px;
  }
  .page-index .box-zdb .index-zdb li {
    float: none;
    width: 100%;
    border: 0;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    height: 170px;
    margin: 0 0 20px 0;
  }
  .page-index .box-zdb .index-zdb li .view {
    position: absolute;
    bottom: 15px;
    right: 10px;
  }

  /*newshow*/
  .news-view .page-content {
    margin-top: 15px;
  }
  .news-view .nav-main {
    height: 0;
    overflow: hidden;
  }
  .news-show h1 {
    font-size: 23px;
    line-height: 30px;
    padding: 0 4%;
    font-weight: normal;
  }

  .news-view .nav-industry,
  .news-view .box-news-show .box-nav,
  .news-show .news-show-l,
  .news-show .info .box-r {
    display: none;
  }
  .news-view .mobile-search-page {
    width: 100%;
    display: block;
  }
  .news-view .subject {
    padding: 15px;
    background: #f8f9fa;
    color: #787878;
    position: relative;
    font-size: 13px;
    border-radius: 10px;
  }
  .news-view .subject:after {
    display: none;
  }
  .news-view .box-news-left {
    display: none;
  }
  .news-view .box-fix-d {
    width: 100%;
    float: none;
    margin: 0;
  }
  .news-view .box-fix-d .box-fix-c {
    float: none;
    width: 100%;
    margin: 0;
  }

  .news-show {
    padding: 0 10px;
  }
  .news-show .news-show-r {
    margin-left: 0px;
  }
  .news-view .final-content {
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .news-show list-newseedinvest.caption {
    font-weight: normal;
    font-size: 20px;
  }
  .news-show .info {
    font-size: 10px;
    padding: 0;
    height: auto;
    line-height: 10px;
    border: 0;
    margin: -5px 0;
  }
  .news-show .info div {
    font-size: 10px;
  }
  .news-show .info .industry {
    display: none;
  }
  .news-show .info .box-l {
    float: none;
    width: 100%;
  }
  .news-show .box-nav {
    display: none;
  }
  .news-show .add-favor {
    display: none;
  }

  .news-show .news-content,
  .news-show .news-content div {
    font-size: 16px;
    line-height: 30px;
  }
  .news-show .news-content img,
  .news-show .news-content table {
    max-width: 100% !important;
    max-height: 100% !important;
    height: auto;
  }
  .news-show .news-content .page-list span,
  .news-show .news-content .page-list a {
    margin: 0 2px;
    font-size: 12px;
  }
  .news-show .news-content .page-list .all {
    width: 60px;
  }
  .news-show .news-content .page-list .next {
    display: none;
  }
  .news-show .news-content .originatips {
    line-height: 22px;
    font-size: 14px;
    padding: 10px;
    background: #f9f9f9;
  }
  .news-show .news-content section {
    width: 100% !important;
  }
  .news-show .news-content.new {
    margin-top: 20px;
  }
  .news-show .news-content p {
    width: 100% !important;
    text-indent: 0em !important;
  }
  .news-show .toshare {
    text-align: center;
    margin: 36px 0;
    overflow: hidden;
    clear: both;
    display: none;
  }
  .news-show .toshare a,
  .news-show .toshare a:link,
  .news-show .toshare a:visited {
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
  }
  .news-show .news-tag {
    overflow: hidden;
    margin: 20px 0;
    clear: both;
  }
  .news-show .news-tag .box-l {
    padding: 5px 0 0px 0px;
    float: none;
    width: 100%;
  }
  .news-show .news-tag .box-r {
    display: none;
    float: none;
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .news-show .news-tag .tag a {
    display: inline-block;
    color: #787878;
    line-height: 22px;
    padding: 0 6px;
    border: 1px solid #f2f2f2;
    margin-right: 5px;
    border-radius: 12px;
    font-size: 12px;
  }
  .news-show .news-tag .tag a:after {
    content: "";
    padding: 0;
  }
  .news-show .box-plate,
  .news-show #content-comment {
    border-top: 15px solid #f9f9f9;
  }

  .news-show .news-interest,
  .news-show .content-comment,
  #news-show-lastnews {
    overflow: hidden;
    margin-top: 0;
  }
  .news-show .news-interest li {
    border: none;
    border-bottom: 1px solid #efefef;
    float: none;
    width: 100%;
    margin: 0;
    height: auto;
  }
  .news-show .news-interest .tab-nav {
    overflow: hidden;
    height: 46px;
    border-top: 0;
  }
  .news-show .news-interest .tab-nav li {
    font-size: 14px;
  }
  .news-show .news-interest .news-list h3 {
    font-size: 15px;
  }

  .news-show .news-interest ul {
    margin: 0;
  }
  .news-show .news-interest li {
    padding: 15px 0;
  }
  .news-show .news-interest li h3 {
    margin: 0;
    font-size: 16px;
    text-align: left;
    padding: 0;
    width: auto;
  }
  .news-show .news-interest li .tag {
    display: block;
    right: 0;
    left: initial;
    width: 100%;
    position: inherit;
  }
  .news-show .news-interest ul {
    overflow: hidden;
    padding: 0;
  }
  .news-show .news-interest li {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
    position: relative;
  }
  .news-show .news-interest li:last-child {
    border-bottom: 0;
  }
  .news-show .news-interest li a:visited {
    color: #888;
  }
  .news-show .news-interest li .img {
    float: right;
    width: 118px;
    height: 80px;
    background-image: none;
    overflow: hidden;
    display: flex;
    justify-content: center;
    border-radius: 6px;
    margin-left: 10px;
    position: relative;
  }
  .news-show .news-interest li .img img {
    height: 80px;
    display: block;
    margin: 0 auto;
    border: 0;
    max-width: none;
  }
  .news-show .news-interest li h3 {
    display: block;
    line-height: 1.6;
    font-size: 15px;
    font-weight: 400;
    border-bottom: none;
    height: auto;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news-show .news-interest li .tag {
    overflow: hidden;
    color: #999;
    position: absolute;
    bottom: 15px;
  }
  .news-show .news-interest li .tag .date {
    float: none;
    padding-right: 10px;
    font-size: 10px;
  }
  .news-show .news-interest li .tag a {
    font-size: 10px;
  }

  #news-show-lastnews {
    padding-top: 10px;
  }
  #news-show-lastnews .box-plate {
    margin-bottom: 0;
  }
  #news-show-lastnews .box-plate h3 {
    color: #c63927;
  }

  .mobile-share-list {
    display: none;
  }
  .mobile-share-btn {
    display: inline-block;
    border: 1px solid #c63927;
    color: #c63927;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
  }
  .mobile-share-content {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
  }
  .mobile-share-down .mobile-share-content,
  .mobile-share-up .mobile-share-content {
    transition: all 300ms ease-in-out;
    background: rgba(255, 255, 255, 0.95);
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 240px;
    z-index: 3;
  }
  .mobile-share-up .mobile-share-content {
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  .mobile-share-down .mobile-share-content {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .mobile-share-down .mobile-share-cancel {
    font-size: 16px;
    padding: 20px 40px;
    position: absolute;
    bottom: 0;
    width: 100%;
    display: block;
    border-radius: 0;
    border: 0;
    background: rgba(230, 230, 230, 0.8);
  }
  .mobile-share-down .mobile-share-list {
    margin-top: 5%;
    display: block;
  }
  .mobile-share-down .mobile-share-cover {
    position: fixed;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .mobile-share-down .mobile-share-btn {
    color: #bbb;
    border: 1px solid #f2f2f2;
  }
  .mobile-share-down .mobile-share-title {
    display: block;
    font-size: 16px;
    padding-top: 20px;
  }

  .page-content.blog {
    padding-top: 48px;
  }
  .page-content.blog .main {
    width: 100%;
  }
  .page-content.blog .news-show-l {
    position: initial;
    display: block;
    float: none;
    width: 108%;
    margin-top: 0;
    margin-left: -4%;
    background: #fff;
    padding: 15px 3% 10px 3%;
    border-bottom: 15px solid #efefef;
  }
  .page-content.blog .news-show-r {
    padding-top: 0;
    margin: 0;
  }
  .page-content.blog .news-show-r .news-list {
    width: 100%;
  }
  .page-content.blog .news-show-l .uinfo {
    border: 0;
    background: none;
    height: auto;
    position: relative;
    padding: 0;
    min-height: 80px;
  }
  .page-content.blog .news-show-l .uinfo .uface {
    float: left;
    width: 60px;
    height: 100px;
    overflow: hidden;
  }
  .page-content.blog .news-show-l .uinfo .uface img {
    width: 60px;
    height: 60px;
  }
  .page-content.blog .news-show-l .uinfo .udesc,
  .page-content.blog .news-show-l .uinfo .ubotton {
    margin-left: 70px;
    width: auto;
    height: auto;
    font-size: 13px;
    text-align: left;
    color: #999;
    line-height: 18px;
  }
  .page-content.blog .news-show-l .uinfo .ubotton {
    display: none;
  }
  .page-content.blog .news-show-l .uinfo .uname {
    position: absolute;
    top: 60px;
    width: 60px;
    text-align: center;
    font-size: 13px;
    padding: 0;
  }
  .footer .copyright .links,
  .footer .linkservice,
  .footer .tdlogo {
    display: none;
  }
  .footer .copyright {
    border-top: 1px solid #f2f2f2;
  }
  .footer .copyright,
  .footer .copyright a {
    background: #f0eeed;
    color: #777 !important;
  }
  .footer .copyright .c {
    text-align: center;
    line-height: 22px;
  }
  .footer .copyright .company {
    display: block;
    text-align: center;
    line-height: 22px;
  }
  #box-scoll a {
    display: none;
    font-size: 10px;
    border-radius: 100%;
    background: rgba(7, 153, 253, 0.5) !important;
    width: 42px;
    height: 42px;
    border: 0;
    color: #fff;
    padding-top: 12px;
  }
  #box-scoll a span {
    display: none;
  }
  #box-scoll a:last-child {
    display: block;
  }
  #box-scoll a .icon-backtop {
    display: inline-block;
    color: #fff;
    font-size: 22px;
  }
  .lightbox {
    width: 96%;
    height: 450px;
  }
  .lightbox dd {
    margin-left: 5px;
    height: 400px;
  }

  .list-zdb li.head {
    display: block;
  }
  .list-zdb li.head dl dt.view {
    margin: 0;
  }
  .list-zdb li.head dl dt.view span {
    padding-left: 0;
    font-size: 12px;
  }
  .list-zdb dl dt.view {
    width: 30px;
    float: right;
    padding-right: 6px;
  }
  .list-zdb dl dt.group {
    width: 250px;
  }

  .hot-online-box .list-time .hot-online-date span {
    font-size: 16px;
  }
  .hot-online-box .hot-online li {
    padding: 20px;
  }
  .hot-online-box .list-time li h3 {
    font-size: 16px;
  }
  .hot-online-box .list-time li .desc img {
    max-width: 100% !important;
    margin: 0 auto;
  }
  .hot-online-box .list-time li .desc .txt {
    font-size: 13px;
  }

  .research-data-bg {
    padding: 0;
  }
  .box-report {
    width: 100%;
    padding: 0 10px;
  }
  .box-report .n2 li {
    width: 100%;
    margin: 0;
    padding: 10px 0 25px 0;
    float: none;
  }

  .box-events-list .summary .main {
    text-align: center;
    padding: 0 10px;
  }
  .box-events-list .summary img {
    float: none;
    margin: 0 auto;
  }
  .box-events-list .summary .introduce,
  .box-events-list .summary .introduce h1,
  .box-events-list .summary .introduce p {
    margin: 0;
  }
  .box-events-list .summary .introduce h1 {
    font-size: 22px;
  }
  .box-events-list .summary .introduce p {
    font-size: 16px;
    line-height: 28px;
  }
  .events-list {
    margin: 0;
    padding: 0 10px;
  }
  .events-list ul {
    margin: 0;
  }
  .events-list li {
    width: 100%;
    float: none;
    margin: 0 0 15px 0;
  }
}

@media screen and (max-width: 640px) {
  .index-swiper {
    margin: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .index-swiper,
  .index-swiper li,
  .index-swiper li img {
    width: 100%;
    height: auto;
  }
  .box-friendlink {
    display: none;
  }

  .firstline-show {
    background: #fff;
  }
  .firstline-show .page-content {
    margin: 0;
  }
  .firstline-show .main {
    width: 100%;
    padding: 15px 0;
    border: none;
  }
  .firstline-show .news-show {
    padding: 10px 20px 0;
  }
  .firstline-show .news-show h1 {
    font-size: 22px;
    line-height: 34px;
    text-align: center;
  }
  .firstline-show .news-show .info div {
    font-size: 15px;
  }
  .firstline-show .news-show .news-content,
  .firstline-show .news-show .news-content div {
    font-size: 18px;
    line-height: 36px;
    text-align: justify;
  }
  .firstline-show .news-show .news-content a.download-app {
    display: block;
  }
  .firstline-show .news-show .info {
    display: none;
  }
  /*.nav-main .main a{;width:24%;}*/
  .list-zdb dl {
    margin-left: -8px;
  }
  .list-zdb dl dt {
    font-size: 13px;
    line-height: 22px;
  }
  .list-zdb dl dt.industry {
    display: none;
  }

  .list-invest dl dt.company,
  .list-invest dl dt.money {
    width: 49%;
  }
  .list-invest dl dt.group {
    width: 80%;
  }
  .list-ipo dl dt.company {
    width: 25%;
  }
  .list-ipo dl dt.money {
    width: 32%;
  }
  .list-ipo dl dt.place {
    width: 32%;
  }
  .list-ma dl dt.company {
    width: 25%;
  }
  .list-ma dl dt.money {
    width: 32%;
  }
  .list-ma dl dt.company2 {
    width: 32%;
  }
  .list-pe dl dt.fund {
    width: 100%;
  }
  .list-pe dl dt.group {
    width: 50%;
  }
  .list-pe dl dt.money {
    width: 35%;
  }
}
@media screen and (max-width: 480px) {
  /*news-list-start:2016*/
  .news-list li {
    position: relative;
  }
  .list-zdb li.head {
    display: none;
  }

  .column-list li .tag {
    position: initial;
  }
  .company-list li .img a {
    width: auto;
    height: auto;
  }
  .company-list li .img img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 70px;
    min-height: inherit;
    -webkit-transform: none;
  }
  .company-list li .txt .desc {
    max-height: 60px;
    overflow: hidden;
    line-height: 20px;
    color: #999;
    font-size: 13.2px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .company-list li .txt h3 {
    padding-bottom: 5px;
  }
  .company-list li .txt h3 span {
    display: block;
    padding-left: 0px;
    margin-top: 6px;
  }
  .company-list li .txt h3 span.location {
    margin-top: 0px;
    padding-left: 1px;
    font-size: 11px;
  }
  .company-list li .txt h3 span.location i {
    font-size: 12px;
  }
  .company-list li .txt h3 span a {
    color: #4679bd;
  }
  #WinBox {
    height: auto;
    width: 300px !important;
    left: 50% !important;
    margin-left: -150px;
    overflow-y: scroll;
  }
  .msg-table {
    width: 300px;
    height: 300px;
    overflow-y: scroll;
    display: block;
    padding: 0 8px;
  }
  .msg-table td {
    display: block;
    text-align: left;
    width: 100%;
  }
  .msg-table .input-txt {
    width: 100%;
    -webkit-appearance: none;
  }
  .msg-table td span {
    display: none;
  }
  .msg-table td textarea {
    margin-left: 0px !important;
    width: 100% !important;
  }
  .msg-table #BtnBox {
    display: inline-block;
    text-align: center;
  }
}
@media screen and (max-width: 360px) {
  .search-box .search-map .box-map .map-list a {
    padding: 3px 0;
  }
  .search-box .search-map .box-map .map-list a {
    width: 23% !important;
  }

  .loadmore {
    padding: 4px;
  }
  .news-list li h3 {
    font-size: 15px;
    line-height: 21px;
  }
  .news-list li .img,
  .box-newseed .news-list li .img {
    height: 60px;
    min-height: 60px;
  }
  .news-list li .img img,
  .box-newseed .news-list li .img img {
    min-height: 60px;
    max-height: 60px;
    width: auto;
    -webkit-transform: translate(-10%, 0%);
  }
  .news-show .news-content,
  .news-show .news-content div {
    font-size: 16px;
    line-height: 30px;
  }
  .news-list.column-list li {
    padding-bottom: 10px !important;
  }
  .news-list.column-list li .tag {
    position: initial;
    float: left;
    width: 66%;
    padding-right: 0px;
    margin-left: 0px;
  }
  .news-list.column-list li .tag a:nth-child(3) {
    display: none;
  }
  .news-show h1 {
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
  }
  .company-list li .img a {
    width: auto;
    height: auto;
  }
  .company-list li .img img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 70px;
    min-height: inherit;
    -webkit-transform: none;
  }
}

@media screen and (max-width: 320px) {
  .news-list li h3,
  .box-newseed .news-list li h3,
  .box-if .news-horizonta .news-list li h3 {
    line-height: 19px;
  }
}

/*2023首页活动日历*/
.calendar {
  cursor: default;
  width: 300px;
  margin: 20px 0;
  font-size: 14px;
}
.calendar .c-event-top {
  width: 100%;
  height: 30px;
  line-height: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.calendar .c-grid {
  width: 300px;
  background: #fff;
  color: #000;
  overflow: hidden;
  margin-bottom: 10px;
}
.calendar .c-day {
  border-radius: 50%;
  width: 28px;
  height: 28px;
  float: left;
  text-align: center;
  line-height: 28px;
  color: #000;
  margin: 5px 7px;
}
.calendar .c-day-previous-month {
  width: 28px;
  height: 28px;
  margin: 5px 7px;
  float: left;
  text-align: center;
  color: #999;
}
.calendar .c-day-next-month {
  display: none;
}
.calendar .c-week-day {
  width: 42px;
  height: 25px;
  line-height: 25px;
  float: left;
  text-align: center;
  color: #999;
}
.calendar .c-next {
  position: absolute;
  top: 3px;
  right: 80px;
  width: 30px;
  height: 20px;
  cursor: pointer;
  text-align: center;
  background-position: -12px -1052px;
  background-size: 140px;
  display: block;
}
.calendar .c-previous {
  position: absolute;
  top: 3px;
  left: 80px;
  width: 30px;
  height: 20px;
  cursor: pointer;
  text-align: center;
  background-position: 6px -1052px;
  background-size: 140px;
  display: block;
}
.calendar .c-month {
  height: 30px;
  text-align: center;
  background-color: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.calendar .c-month-top {
  font-size: 14px;
  color: #333;
}
.calendar .c-today {
  color: #fff;
  background-color: #333;
}
.calendar .c-today:before {
  display: none;
}
.calendar .c-event {
  cursor: pointer;
  position: relative;
}
.calendar .c-event:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -2px;
  width: 4px;
  height: 4px;
  background: #36f;
  border-radius: 50%;
}
.calendar .c-event-grid {
  position: relative;
  display: block;
  width: 300px;
  height: inherit; /* background:#f9f9f9; */
  z-index: 3;
}
.calendar .c-grid-title {
  float: left;
  color: #000;
}
.calendar .c-event-body {
  padding: 0 0 0 0px;
}
.calendar .c-event-list {
  overflow: auto;
  position: relative; /* overflow-y:scroll; */
  overflow-x: hidden;
}
.calendar .c-event-list::-webkit-scrollbar {
  display: block;
}
.calendar .c-event-list.c-event-list-over .c-event-item {
  display: none;
}
.calendar .c-event-list.c-event-list-over .c-event-item.c-event-over1 {
  display: block;
}
.calendar .c-event-item > .title {
  font-weight: 700;
}
.calendar .c-event-item > div {
  text-overflow: ellipsis;
  width: inherit;
  overflow: hidden;
  white-space: nowrap;
}
.calendar .c-event-item {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 14px; /* border-left: 4px solid #4679bd; */
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  background: rgba(55, 120, 195, 0.04);
}
.calendar .c-event-item:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 12px; /* margin-top:-3px; */
  width: 8px;
  height: 8px;
  display: none;
  background: #4679bd;
  border-radius: 50%;
}
.calendar .c-event-item .c-event-item-a {
  display: flex;
  color: #000;
}
.calendar .c-event-item .c-event-item-a:hover {
  color: #4679bd;
}
.calendar .c-event-item .c-event-item-a .title {
  width: 50%;
  display: flex;
  align-items: center;
  line-height: 1.6;
  padding: 10px 8px;
  font-size: 13px;
}
.calendar .c-event-item .c-event-item-a .img {
  width: 50%;
}
.calendar .c-event-item .c-event-item-a .img img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.calendar .c-day.c-event-over {
  font-weight: 700;
  color: #fff;
  background: #4679bd;
}
.calendar .c-day.c-event-over:before {
  display: none;
}
.calendar .c-event-over1 {
  display: block;
}
.calendar .c-event-over a {
  color: #fff;
}
.calendar .c-event-over > .description {
  font-weight: 400;
}
/*2023登录弹窗*/
.layer-login .layui-layer-title {
  font-size: 16px;
  padding-left: 70px;
  display: none;
}
.layer-login .layui-layer-title .iconfont {
  font-size: 32px;
  color: #4679bd;
}

/*2024创投城市地图*/
.city-top {
  background: #f2f2f2;
  padding: 0 40px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  position: relative;
}
.city-top:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}
.city-top h3 {
  font-size: 30px;
  line-height: 30px;
  margin: 0 0 15px;
  font-weight: 400;
  position: relative;
  z-index: 100;
  letter-spacing: 10px;
}
.city-top h3 a {
  color: #fff;
}
.city-top h3 a:hover {
  opacity: 0.8;
}
.city-top p {
  margin: 0;
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 2;
  position: relative;
  z-index: 100;
  text-align: justify;
}

/*happy new year start*/
/*
body.page-index{background-image: url(https://pic2.pedaily.cn/25/202501/20250116@790440.png);background-size: inherit;background-position:center 100px;background-attachment:fixed;background-repeat:no-repeat;}
body.page-index .code-content{background:url(https://pic2.pedaily.cn/25/202501/20250116@790433.jpg) no-repeat;background-size:cover;color:#fff;background-position:center;}
body.page-index .code-content a{color:#fff}
.code-content .main ul li .name .nav-item-link em{background:rgba(255,255,255,.9);}
body.page-index .code-content .main ul li .code a{color:#333333;}
body.page-index .box-scoll a i{color:#BD2020;}
body.page-index .box-scoll a:hover span{background-color:#BD2020;}
*/
/*happy new year end*/
