html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
i,
b,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
  font-style: normal;
}

fieldset,
img {
  border: none;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ul,
ol {
  list-style: none;
}

select,
input {
  vertical-align: middle;
}

select,
input,
textarea {
  font-size: 12px;
  margin: 0;
}

table {
  border-collapse: collapse;
}

video {
  cursor: pointer;
}

body {
  background: url(//x0.ifengimg.com/ucms/special/images/644D77E4F7D099FF8B227BC0A3C90610.jpg) repeat-x top center;
  color: #333;
  font:
    12px/22px "PingFang SC",
    "Lantinghei SC",
    "Microsoft YaHei",
    arial,
    "\5b8b\4f53",
    sans-serif,
    tahoma;
  -webkit-text-size-adjust: none;
  --zt-border-active-color: #1961d0;
}

body.red-theme {
  --zt-text-active-color: red;
  --zt-border-active-color: red;
  --zt-icon-red: sepia(1) saturate(10000%) hue-rotate(0deg);
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.clearit {
  clear: both;
  height: 0;
  font-size: 0;
  overflow: hidden;
}

.hidden {
  position: absolute;
  left: 10000px;
  bottom: 99999px;
}

img {
  max-width: 100%;
}

a {
  color: #333;
  text-decoration: none;
}

a:visited {
  color: #666;
}

a:hover,
a:active,
a:focus {
  color: #1961d0;
  text-decoration: none;
}

a.fblue {
  color: #1961d0;
  text-decoration: none;
}

a.fblue:visited {
  color: #1961d0;
}

a.fblue:hover,
a.fblue:active,
a.fblue:focus {
  color: #1961d0;
  text-decoration: underline;
}

.ani-opacity {
  filter: Alpha(Opacity=80);
  opacity: 0.8;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.ani-rotate {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ani-popIn {
  -webkit-animation-duration: 0.35s;
  animation-duration: 0.35s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

.ani-popOut {
  -webkit-animation-duration: 0.35s;
  animation-duration: 0.35s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceIn {
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

/* banner */
.zt-banner {
  background-repeat: no-repeat;
  background-position: center top;
  min-width: 1198px;
}

.zt-banner-cont {
  width: 1198px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
}

.zt-banner h1 {
  font-size: 52px;
  color: #fff;
  line-height: 70px;
}

body.gray-theme .zt-banner h1 {
  color: #333;
}

.zt-banner .slider_banner_dot .swiper-pagination-bullet {
  background-color: #fff;
}

.zt-banner .slider_banner_dot .swiper-pagination-bullet-active {
  width: 25px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.zt-banner .slider_banner_prev {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAnCAYAAADkUNMNAAAAAXNSR0IArs4c6QAAARhJREFUSEu117kNwkAQBdD/E4iQKINGkKANjq4IgAagFGogghRiNMiWQQt4r5nBqeX3d2e9F+H4iMgMwIXkqWHpZYvIHMABwB3AtAlwwQN42DX2CmBixnvgB4AVya0JT8GmmudgNV4Cq/BSuBqvgavwWrgY18BFuBbO4hY4iVvhKO4B9+Je8A8egZckd5ql+b1wecPvlv8DbnERGQM4AxgFXd+QXGtKEX7TlqVr+RHAoHvZLPgLkntLwHfNvwPUgxn7W9wCfra5SIlUPejdQ70Cohu0R0By97cGZI8WloAsnpgH2UEuwrUBxbgmoAqvDajGawJUeCKgPd2+Fjs1XhJgwnMBZjwS4HOzeNU3mMk31ztREPBxm3sCH5jlQgydGDAAAAAASUVORK5CYII=)
    no-repeat 50% 50%;
  right: auto;
  left: 0;
  width: 58px;
  height: 145px;
  margin-top: -73px;
}

.zt-banner .slider_banner_next {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAnCAYAAADkUNMNAAAAAXNSR0IArs4c6QAAAP1JREFUSEu9170NwjAQhuHvRA8lomAGVoEJQGItWAMoWIQ9qGgOOXIirDjJ/YU0kSLleS0XPpmQH2beAdgQ0aP95n1TAjL8BLAEsCeiuxdO/xMzrwC8AKwz+IkKtCs/ArgCWEQGGjxvTXigw+cIFHgOnABcIraoh0cGqnhUYBCPCIzi3sAk7gmIcGtAjFsCKlwbUOOagAmXBsy4JODCpwJuPAfSQXf+mV5vAFs3zsy1OXAgopsLH4ObGWodxANwMdxNuAQ2rVwKq3ENrMK1sBi3wCLcCk/iHngU98KDeARcxaPgHh4JF3g03OFzwA3+j5tFumzF34na83yO29wXecrjNaQPlDIAAAAASUVORK5CYII=)
    no-repeat 50% 50%;
  right: 0;
  left: auto;
  width: 58px;
  height: 145px;
  margin-top: -73px;
}

.zt-container {
  width: 1198px;
  margin: 50px auto;
}

.zt-col-4 {
  float: right;
  width: 400px;
}

.zt-col-8 {
  float: left;
  width: 800px;
}

.zt-col-l6 {
  float: left;
  width: 600px;
}

.zt-col-r6 {
  float: right;
  width: 600px;
}

.zt-module {
  margin-bottom: 40px;
}

.zt-title {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.zt-hot-title {
  margin-bottom: 50px;
}

.zt-title h2 {
  padding: 0;
}

.zt-title h2.zt-title-yc {
  background: #1839c5;
  width: 470px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  font-size: 25px;
  letter-spacing: 0.8px;
}

.zt-topHeaderNews {
  padding-bottom: 26px;
}

.zt-topHeader-item {
  overflow: hidden;
  margin-top: 34px;
  padding-bottom: 10px;
}

.zt-topHeader-item .zt-image {
  float: left;
  margin-right: 30px;
  width: 330px;
  height: 180px;
  overflow: hidden;
  position: relative;
}

.zt-topHeader-item .zt-image img {
  width: 100%;
  height: 100%;
  will-change: transform;
  object-fit: cover;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}

.zt-topHeader-item .zt-image img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.zt-topHeader-item .zt-text {
  overflow: hidden;
  overflow: hidden;
  border-bottom: 1px solid #000000;
  margin-right: 15px;
  height: 180px;
}

.zt-topHeader-item .zt-text h3 {
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 0.5px;
  color: #000;
  min-height: 115px;
  padding-top: 20px;
}

.zt-topHeader-item .zt-info {
  color: #000;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
}

.zt-topHeader-item .zt-info a,
.zt-topHeader-item .zt-info a:visited {
  color: #000;
}

.zt-topHeader-item .zt-info a:hover {
  color: #1961d0;
}

.zt-topHeader-item .zt-date {
  margin-left: 20px;
}

.zt-more-link {
  margin-top: 35px;
}

.zt-more-link a,
.zt-more-link a:visited {
  background: #f5f5f5;
  border: 1px solid #ddd;
  font-size: 14px;
  color: #323953;
  letter-spacing: 1px;
  display: block;
  text-align: center;
  line-height: 46px;
}

.zt-more-link a:hover {
  opacity: 0.8;
}

.zt-video {
  height: 860px;
}

.jingcaiVideoBox {
  width: 1030px;
  height: 580px;
  margin: auto;
  overflow: hidden;
}

.zt-video .swiper-button-next,
.zt-video .swiper-button-prev {
  top: 275px;
}
.focus-content {
  width: 1030px;
  height: 580px;
  position: relative;
}
.focus-content video {
  height: 100%;
  background: #000000;
}

.swiper-button-next {
  top: 450px;
  right: 20px;
}

.swiper-button-prev {
  top: 450px;
  left: 20px;
}

.swiper-button-prev,
.swiper-button-next {
  width: 38px;
  height: 65px;
  background: url(//x0.ifengimg.com/ucms/special/images/65F0AA6F9B9362FFD06774D233DEE15B.png) no-repeat;
}

.swiper-button-prev {
  background-position: top right;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: " ";
}

.jingcaiVideo {
  padding-top: 30px;
}

.jingcaiVideo .jingcai-image {
  width: 310px;
  height: 180px;
  overflow: hidden;
  margin: auto;
}

.jingcaiVideo .jingcai-image img {
  cursor: pointer;
  width: 100%;
  height: 100%;
  will-change: transform;
  object-fit: cover;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}

.jingcaiVideo .jingcai-image img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.jingcaiVideo .swiper-slide {
  text-align: center;
}

.jingcaiVideo .swiper-slide p {
  cursor: pointer;
  line-height: 40px;
  height: 40px;
  font-size: 20px;
  font-weight: bold;
}

.play-icon {
  width: 162px;
  height: 162px;
  background: url(//x0.ifengimg.com/ucms/special/images/FE0DDD9058952EDB574FA68201CFD3FC.png) no-repeat;
  position: absolute;
  z-index: 9;
  left: 50%;
  top: 50%;
  margin-left: -81px;
  margin-top: -81px;
  cursor: pointer;
  display: none;
}

.zt-video-list ul {
  overflow: hidden;
}

.zt-video-list li .zt-video_wrapper {
  position: relative;
  height: 0;
  padding-top: 54%;
  margin-left: 14px;
  margin-right: 14px;
  overflow: hidden;
}

.zt-video-list .zt-video-column1 li .zt-video_wrapper {
  margin-left: 0;
  margin-right: 0;
}

.zt-video-list span.play-icon,
.zt-topHeader-item .zt-image .play-icon {
  background: url(//x0.ifengimg.com/ucms/special/images/FE0DDD9058952EDB574FA68201CFD3FC.png) no-repeat;
  background-size: 100% 100%;
  width: 68px;
  height: 68px;
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.zt-topHeader-item .zt-image .play-icon {
  width: 48px;
  height: 48px;
}

.zt-video-list span.play-icon:hover {
  opacity: 0.8;
}

.zt-video-list li.video_status_playing .zt-video_wrapper::before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.zt-video-list li.video_status_playing .zt-video_wrapper::after {
  content: "正在播放";
  color: #fff;
  font-size: 14px;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.zt-video-list li.video_status_playing span.play-icon {
  opacity: 0.01;
}

.zt-video-list ul.zt-video-column3 span.play-icon {
  width: 58px;
  height: 58px;
}

.zt-video-list ul.zt-video-column4 span.play-icon {
  width: 48px;
  height: 48px;
}

.zt-video-list ul.zt-video-column2 {
  margin: 0 -14px;
  /* margin-right: -28px; */
}

.zt-video-list ul.zt-video-column3 {
  margin: 0 -14px;
  /* margin-right: -28px; */
}

.zt-video-list ul.zt-video-column4 {
  margin: 0 -14px;
  /* margin-right: -20px; */
}

.zt-video-list ul img.zt-video-poster {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.zt-video-list .zt-video-info {
  margin: 5px 14px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  word-wrap: break-word;
}

.zt-video-list ul.zt-video-column1 .zt-video-info {
  font-size: 24px;
  line-height: 30px;
  height: 60px;
}

.zt-video-list ul.zt-video-column2 .zt-video-info {
  font-size: 18px;
  line-height: 26px;
  height: 52px;
}

.zt-video-list ul.zt-video-column3 .zt-video-info {
  font-size: 16px;
  line-height: 24px;
  height: 48px;
}

.zt-video-list ul.zt-video-column4 .zt-video-info {
  font-size: 14px;
  line-height: 22px;
  height: 44px;
}

.zt-video-list ul.zt-video-column1 li {
  width: 100%;
  min-height: 300px;
}

.zt-video-list ul.zt-video-column2 li {
  width: 49.9%;
  float: left;
  margin: 0 0 28px 0;
}

.zt-video-list ul.zt-video-column3 li {
  width: 33.3%;
  float: left;
  margin: 0 0 28px 0;
}

.zt-video-list ul.zt-video-column4 li {
  width: 24.9%;
  float: left;
  margin: 0 0 20px 0;
}

.video_container_pop {
  padding-bottom: 15px;
}

.video_container_pop .zt-video-info {
  font-size: 24px !important;
  line-height: 40px;
}

body .zt-video-pop .pop_contentWrap {
  padding: 5px;
}

body .zt-video-pop .pop_content_body {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

body .zt-video-pop .popClose {
  background-color: #2196f3;
  border-radius: 50%;
  padding: 0;
  background-image: none;
  box-shadow: 0 0 3px 2px rgb(0 0 0 / 20%);
  width: 40px;
  height: 40px;
  top: -20px;
  right: -20px;
  z-index: 1000;
}

body .zt-video-pop .popClose:hover {
  background-color: #509bd6;
}

body .zt-video-pop .popClose::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background-color: #fff;
  background-image: none;
  -webkit-mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.25%2010.693L6.057%204.5%205%205.557l6.193%206.193L5%2017.943%206.057%2019l6.193-6.193L18.443%2019l1.057-1.057-6.193-6.193L19.5%205.557%2018.443%204.5z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E);
  mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.25%2010.693L6.057%204.5%205%205.557l6.193%206.193L5%2017.943%206.057%2019l6.193-6.193L18.443%2019l1.057-1.057-6.193-6.193L19.5%205.557%2018.443%204.5z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E);
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.zt-yicheng-list,
.zt-yicheng-list * {
  box-sizing: border-box;
}

.zt-yc-header {
  background: rgba(25, 97, 208, 0.1);
  border: 1px solid rgba(25, 97, 208, 0.1);
  height: 40px;
  line-height: 40px;
  display: flex;
  font-size: 16px;
  color: #333;
}

.zt-yc-header span {
  text-align: center;
  font-weight: 600;
}

.zt-yc-header .zt-yc-h1 {
  flex: var(--yc-radio-rate-1) 0 0;
  width: 300px;
}

.zt-yc-header .zt-yc-h2 {
  flex: 1;
  flex: var(--yc-radio-rate-2);
  text-align: left;
  padding: 0 20px;
}

.zt-yc-header .zt-yc-h3 {
  flex: var(--yc-radio-rate-3) 0 0;
  width: 300px;
  text-align: left;
  padding: 0 20px;
}

.zt-yc-item {
  display: flex;
  min-height: 70px;
  font-size: 16px;
}

.zt-yc-item.zt-item-bg-2 {
  background: #f3f7fc;
}

.zt-yicheng-list .zt-yc-cont {
  flex: 1;
  flex: calc(var(--yc-radio-rate-2) + var(--yc-radio-rate-3));
  display: flex;
}

.zt-yc-item .zt-yc-h1 {
  width: 300px;
  flex: var(--yc-radio-rate-1) 0 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.zt-yc-item .zt-yc-h2 {
  flex: 1;
  flex: var(--yc-radio-rate-2);
  word-break: break-all;
  display: flex;
  align-items: flex-start;
  padding: 10px 20px;
  flex-direction: column;
  justify-content: center;
}

.zt-yc-item .zt-yc-h3 {
  width: 300px;
  flex: var(--yc-radio-rate-3) 0 0;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.zt-yc-item .zt-yc-job {
  font-size: 12px;
  color: #666;
  line-height: 18px;
}

.span8 .zt-yc-header .zt-yc-h1,
.span8 .zt-yc-header .zt-yc-h3,
.span8 .zt-yc-item .zt-yc-h1,
.span8 .zt-yc-item .zt-yc-h3 {
  width: 180px;
}

.span4 .zt-yc-header {
  display: none;
}

.span4 .zt-yc-header span {
  padding: 0 30px;
  text-align: center;
  flex-shrink: 0;
  font-weight: 600;
}

.span4 .zt-yc-header .zt-yc-h1 {
  width: 300px;
}

.span4 .zt-yc-header .zt-yc-h2 {
  flex: 1;
}

.span4 .zt-yc-header .zt-yc-h3 {
  width: 300px;
}

.span4 .zt-yc-item {
  display: flex;
  min-height: auto;
  font-size: 14px;
  padding-bottom: 20px;
  position: relative;
}

.span4 .zt-yc-item::before {
  content: "";
  background: #e7ecf1;
  width: 2px;
  height: 100%;
  position: absolute;
  left: 120px;
  top: 0;
}

.span4 .zt-yc-item::after {
  content: "";
  background: var(--zt-border-active-color);
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: solid 8px #fff;
  top: -2px;
  left: 108px;
}

.span4 .zt-yc-item:nth-of-type(even) {
  background: transparent;
}

.span4 .zt-yc-item .zt-yc-cont {
  flex: 1;
  display: block;
}

.span4 .zt-yc-item .zt-yc-h1 {
  width: 135px;
  flex: none;
  text-align: left;
  display: block;
  padding-left: 15px;
}

.span4 .zt-yc-item .zt-yc-h2 {
  display: block;
  padding: 0 15px 0 10px;
}

.span4 .zt-yc-item .zt-yc-h3 {
  display: block;
  width: auto;
  padding: 0 15px 0 10px;
}

.span4 .zt-yc-item .zt-yc-job {
  font-size: 12px;
  color: #666;
  line-height: 18px;
}

.span4 .zt-yc-name {
  padding: 5px 0;
}

.zt-photoslider-wrap .slider_wrap {
  overflow: hidden;
  max-width: 1198px;
}

.zt-photoslider-wrap .slider_list {
  display: flex;
}

.zt-photoslider-wrap .slider_item_img {
  /* height: 698px; */
  display: flex;
  background: #181818;
  align-items: center;
  justify-content: center;
}

.zt-photoslider-wrap .slider_item_img img {
  width: 100%;
  /* height: 100%; */
  /* object-fit: contain; */
}

.zt-photoslider-wrap .slider_item_txt {
  display: flex;
  padding: 20px 0;
  font-size: 18px;
  min-height: 64px;
  align-items: center;
  background: #fff;
}

.zt-photoslider-wrap .slider_item_dot {
  min-width: 200px;
  text-align: center;
  color: #999;
  font-size: 24px;
}

.zt-photoslider-wrap .slider_item_dot b {
  color: #333;
  font-size: 64px;
}

.zt-photoslider-wrap .slider_item_title {
  flex: 1;
  line-height: 30px;
  font-size: 18px;
  /* min-height: 60px; */
  /* -webkit-line-clamp: 2; */
  /* -webkit-box-orient: vertical; */
  /* text-overflow: ellipsis; */
  /* overflow: hidden; */
  /* display: -webkit-box; */
  /* word-wrap: break-word; */
  text-align: justify;
}

.zt-photoslider-wrap .slider_prev {
  background: rgba(255, 255, 255, 0.6) url(//x0.ifengimg.com/ucms/special/images/076FFE004655E0F54C8B11E06095051C.png) no-repeat
    50% 50%;
  left: 0;
  top: 350px;
  background-size: 16px auto;
  transition: top 0.4s ease;
}

.zt-photoslider-wrap .slider_next {
  background: rgba(255, 255, 255, 0.6) url(//x0.ifengimg.com/ucms/special/images/509404EC8B9820CA99C5DDE5BE6C9FF0.png) no-repeat
    50% 50%;
  right: 0;
  top: 350px;
  background-size: 16px auto;
  transition: top 0.4s ease;
}

.span8 .zt-photoslider-wrap .slider_wrap {
  /* height: 554px; */
}

.span8 .zt-photoslider-wrap .slider_item_img {
  /* height: 450px; */
}

.span8 .zt-photoslider-wrap .slider_item_dot {
  min-width: 110px;
  white-space: nowrap;
  padding-right: 10px;
}

.span8 .zt-photoslider-wrap .slider_prev {
  top: 220px;
}

.span8 .zt-photoslider-wrap .slider_next {
  top: 220px;
}

/* .span4 .zt-photoslider-wrap .slider_wrap { height: 320px; }
.span4 .zt-photoslider-wrap .slider_item_img { height: 225px; } */
.span4 .zt-photoslider-wrap .slider_item_txt {
  padding: 10px 0;
  min-height: 28px;
  display: block;
  height: auto;
  overflow: visible;
}

.span4 .zt-photoslider-wrap .slider_item_dot {
  position: relative;
  font-size: 12px;
  color: #fff;
  top: auto;
  z-index: 2000;
  left: 50%;
  min-width: auto;
  background: rgba(3, 3, 3, 0.36);
  padding: 0 8px;
  border-radius: 18px;
  transform: translateX(-50%);
  margin-top: -40px;
  max-width: 40px;
  white-space: nowrap;
}

.span4 .zt-photoslider-wrap .slider_item_dot b {
  font-size: 12px;
  color: #fff;
}

.span4 .zt-photoslider-wrap .slider_item_title {
  font-size: 16px;
  line-height: 26px;
  -webkit-line-clamp: 3;
  padding-top: 17px;
}

.span4 .zt-photoslider-wrap .slider_prev {
  background: url(//x0.ifengimg.com/ucms/special/images/2518297E9AFBACDBCB25E33D07CEC0E6.png) no-repeat 50% 50%;
  background-size: 10px auto;
  top: 120px;
}

.span4 .zt-photoslider-wrap .slider_next {
  background: url(//x0.ifengimg.com/ucms/special/images/83F93E2BFA66F5C287167E9E546F97BE.png) no-repeat 50% 50%;
  background-size: 10px auto;
  top: 120px;
}

.zt-photoslider-wrap .swiper-lazy-preloader {
  top: 370px;
}

.span8 .zt-photoslider-wrap .swiper-lazy-preloader {
  top: 245px;
}

.span4 .zt-photoslider-wrap .swiper-lazy-preloader {
  top: 133px;
}

/* 图文 */
.zt-tuwen {
  margin-bottom: 20px;
}

.zt-tuwen-img img {
  width: 100%;
  display: block;
}

.zt-tuwen-txt p {
  font-size: 22px;
  line-height: 32px;
  text-align: justify;
  padding: 15px 40px;
}

/* 图在左侧 */
.zt-tuwen-pl {
  display: flex;
}

.zt-tuwen-pl .zt-tuwen-img {
  width: 180px;
  flex-shrink: 0;
  padding-right: 20px;
}

.zt-tuwen-pl .zt-tuwen-txt {
  flex: 1;
}

.zt-tuwen-pl .zt-tuwen-txt p {
  padding: 0;
}

/* 图在右侧 */
.zt-tuwen-pr {
  display: flex;
  flex-direction: row-reverse;
}

.zt-tuwen-pr .zt-tuwen-img {
  width: 180px;
  flex-shrink: 0;
  padding-left: 20px;
}

.zt-tuwen-pr .zt-tuwen-txt {
  flex: 1;
}

.zt-tuwen-pr .zt-tuwen-txt p {
  padding: 0;
}

/* 图在下面 */
.zt-tuwen-pb {
  display: flex;
  flex-direction: column-reverse;
}

.span4 .zt-tuwen-pl,
.span4 .zt-tuwen-pr,
.span4 .zt-tuwen-pb {
  display: block;
}

.span4 .zt-tuwen-txt p {
  font-size: 20px;
  line-height: 28px;
  padding: 10px 0;
}

.span4 .zt-tuwen-pl .zt-tuwen-img,
.span4 .zt-tuwen-pr .zt-tuwen-img {
  width: 100%;
  padding: 0;
}

.z-footer {
  text-align: center;
  padding: 30px 0;
  line-height: 30px;
  border-top: solid 1px #efefef;
  font-size: 14px;
}

.z-space {
  height: 15px;
}

/* 嘉宾介绍 */
body .pop_mask {
  background-color: #000;
}

.zt-jb-list {
  display: flex;
  margin: 0 -10px 20px;
}

.zt-jb-item {
  flex: 1;
  padding: 0 10px;
}

.zt-jb-item .zt-jb-img {
  position: relative;
}

.zt-jb-item .zt-jb-img .link-jb-intro {
  position: absolute;
  background: url(//x0.ifengimg.com/ucms/special/images/CF000746833AE0188B6B649071170898.png) no-repeat;
  width: 30px;
  height: 30px;
  background-size: cover;
  right: 0;
  bottom: 0;
  border-radius: var(--img-border-radius);
}

.zt-jb-item img.zt-jb-avator {
  width: 100%;
  display: block;
  border-radius: var(--img-border-radius);
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
  border-radius: 20px 0 20px 0;
}

.zt-jb-item h3 {
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  padding: 16px 0 4px;
  color: #333;
}

.zt-jb-item .zt-jb-job {
  color: #666;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  padding: 8px 0;
}

.zt-jb-item .zt-jb-desc {
  display: none;
}

body .zt-jb-pop .pop_contentWrap {
  padding: 23px;
}

body .zt-jb-pop .pop_content_body {
  border-radius: 8px;
}

body .zt-jb-pop .popClose {
  background: url(//x0.ifengimg.com/ucms/special/images/2D7C7EBA3DA4546006F769BD2FDE2EA6.png);
  background-size: cover;
  width: 32px;
  height: 32px;
  top: auto;
  right: auto;
  left: 50%;
  bottom: -62px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

body .zt-jb-pop-content {
  font-size: 16px;
}

body .zt-jb-pop .pop_contentWrap h3 {
  font-size: 24px;
  line-height: 30px;
  padding: 5px 0;
}

body .zt-jb-pop-content p {
  color: #9a9ead;
  padding: 5px 0;
  font-size: 16px;
  line-height: 20px;
}

body .zt-jb-pop-content .desc {
  font-size: 16px;
  text-align: justify;
  line-height: 26px;
  margin: 10px 0;
  color: #333;
  word-wrap: break-word;
  max-height: 400px;
  overflow-y: auto;
}

.btn-toTop {
  color: #333;
  display: block;
  width: 65px;
  height: 65px;
  background: url(//x0.ifengimg.com/ucms/special/images/30D544BBC7DB6B00EAFC0BA748E69E88.png) no-repeat;
  margin-bottom: 12px;
  line-height: 1000px;
  background-color: #f9f9fa;
  background-position: 0px 0px;
  position: fixed;
  bottom: 100px;
  left: 50%;
  z-index: 100;
  margin-left: 625px;
}

.btn-toTop:hover {
  background-position: -65px 0;
}

/* 直播回放tab切换 */
.zt-widget-live {
  margin-bottom: 60px;
}

.zt-widget-live ul {
  width: 376px;
  height: 52px;
  margin: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.zt-widget-live ul li {
  width: 184px;
  height: 46px;
  background: url(//x0.ifengimg.com/ucms/special/images/A50F549151F50550E5173C0F9A7D52D3.png) no-repeat;
  cursor: pointer;
}

.zt-widget-live ul li.live-tabs-cn {
  background-position: left bottom;
}

.zt-widget-live ul li.live-tabs-cn-cur {
  background-position: left top;
}

.zt-widget-live ul li.live-tabs-en {
  background-position: right top;
}

.zt-widget-live ul li.live-tabs-en-cur {
  background-position: right bottom;
}

.zt-widget-live .live-content {
  width: 1030px;
  height: 580px;
  margin: auto;
  display: none;
}

.zt-widget-live .live-content-cur {
  display: block;
}

/* 滚动图和列表组件 */
.zt-module-scroll {
  overflow: hidden;
}

.zt-module-scroll .slider_dot {
  left: auto !important;
  right: 5px;
  width: auto !important;
}

.zt-module-scroll .swiper-pagination-bullet {
  background: #d8d8d8;
  opacity: 1;
}

.zt-module-scroll .swiper-pagination-bullet-active {
  background: var(--zt-text-active-color);
}

.zt-module-scroll .slider_item {
  width: 386px;
  height: 260px;
}

.zt-module-scroll .slider_item img {
  display: block;
  width: 100%;
  height: 100%;
}

.zt-module-scroll .slider_item span {
  display: block;
  height: 38px;
  margin-top: -38px;
  color: #fff;
  line-height: 38px;
  font-size: 16px;
  padding-left: 10px;
  background: rgba(0, 0, 0, 0.7);
  position: relative;
  padding-right: 60px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.zt-module-list-head h3 {
  font-size: 26px;
  line-height: 28px;
}

.zt-module-list ul {
  margin-top: 13px;
}

.zt-module-list li {
  color: #333;
  line-height: 38px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.span4 .zt-module-scroll {
  float: none;
}

.span4 .zt-module-list {
  margin-left: 0;
}

.span4 .zt-module-list-head {
  margin-top: 24px;
}

.span4 .zt-module-scroll {
  width: 400px;
  height: 270px;
}

.span4 .zt-module-scroll .slider_item {
  width: 400px;
  height: 270px;
}

.span4 .zt-module-list-head h3 {
  font-size: 22px;
  line-height: 28px;
}

.span4 .zt-module-list li {
  font-size: 14px;
  line-height: 28px;
}

.span4 .zt-module-list li:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #333;
  margin-right: 6px;
  vertical-align: middle;
}

/*嘉宾金句*/
.album-box {
  height: 950px;
}

.jingcaiAlbum {
  width: 1030px;
  height: 950px;
  margin: auto;
  overflow: hidden;
}

.jingcaiAlbum .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
