@charset "UTF-8";

* {
  box-sizing: border-box;
}

body {
  background: none !important;
  background-color: #fff;
}

/* a:hover,
a:hover h5 {
  color: #558fe2 !important;
} */

.img {
  overflow: hidden;
  cursor: pointer;
}

.img img {
  transition: all .3s;
  width: 100%;
  height: 100%;
}

.img:hover img {
  transform: scale(1.03);
}

.zt-row {
  margin-bottom: 38px;
}

.elli-s {
  /* 超出一行显示省略号 */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.elli-m {
  /* 超出两行显示省略号 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.elli-t {
  /* 超出三行显示省略号 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* 响应式布局 */
.zt-container {
  width: 1200px;
  margin: 0 auto;
  overflow: visible;
}

.zt-container:after,
.zt-container:before {
  display: table;
  content: "";
}

.zt-container:after {
  clear: both;
}

@media (max-width: 1500px) {
  .zt-container {
    width: 1200px;
  }
}

@media (max-width:1480px) {
  .zt-container {
    width: 1170px;
    min-width: 320px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1280px) {
  .zt-container {
    width: 970px !important;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 992px) {
  .zt-container {
    width: 750px !important;
  }
}

@media (max-width: 768px) {
  .zt-container {
    width: auto !important;
  }
}


/* header */
.zt-header {
  width: 100%;
  padding-top: 63px;
}

.zt-header .header-bg {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}

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

.zt-header .logo {
  /* position: absolute;
  top: 64px; */
  width: 100%;
}

.zt-header .logo .logo-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.zt-header .logo a {
  width: 256px;
  display: inline-block;
}

.zt-header .logo a img {
  width: 100%;
}

/* logo */
@media (max-width:768px) {
  .zt-header .logo a img {
    /* width: 50%; */
  }
}












/* main-content */
.zt-main {
  margin-top: 40px;
  width: 100%;
}

.zt-main .mod-title {
  margin-bottom: 30px;
}

.show-detail {
  font-weight: 400;
  color: rgba(212, 48, 48, 1);
}

.zt-main .content-box {
  background-color: rgb(255, 255, 255);
}

.ztlm-box {
  background-color: rgba(244, 249, 255, 1);
  border: 1px solid rgba(42, 130, 228, 1);
  padding: 66px 30px 10px 30px;
}

/* 稿件标题和副标题 */
.gjtit-box .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 47.51px;
  color: rgba(212, 48, 48, 1);
  text-align: center;
  margin-bottom: 24px;
}

.gjtit-box .subtitle {
  padding: 14px 15px;
  background-color: rgba(233, 242, 255, 1);
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: rgba(51, 51, 51, 1);
  text-indent: 2em;
    position: relative;
}


/* 会议视频和会议纪要 */
.hysp-hyjy-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.hysp-hyjy-box .item {
  width: 48.59%;
}

.hysp-hyjy-box .item .item-title {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  line-height: 29.04px;
  color: rgba(51, 51, 51, 1);
  margin-bottom: 41px;
}

.hysp-hyjy-box .item .item-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: rgba(212, 48, 48, 1);
  margin-top: 5px;
}

.hysp-hyjy-box .item .item-content {
  width: 100%;
  height: 315.89px;
}

.hysp-hyjy-box .item .item-content a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.hysp-hyjy-box .item .item-content video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


/* 会议回顾 */
.mod-title .title {
  display: inline-block;
  width: 175px;
  height: 60px;
  display: flex;
  gap: 15px;
  align-items: center;
  background: linear-gradient(90deg, rgba(115, 181, 242, 1) 0%, rgba(65, 126, 230, 1) 100%);
  border-radius: 0px 0px 25px 0px;
  padding-left: 12px;
}

.mod-title .title h3 {
  font-size: 24.25px;
  font-weight: 700;
  line-height: 32.01px;
  color: rgba(255, 255, 255, 1);
}

.hyhg-box {
  padding-bottom: 30px;
}

.hyhg-box .mod-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hyhg-box .mod-title .time-range {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hyhg-box .mod-title .time-range span {
  font-size: 18px;
  flex-shrink: 0;
  color: rgb(4, 4, 4);
  font-weight: 700;
}

.hyhg-box .mod-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 42px;
}

.hyhg-box .mod-content .content-item {
  width: 48.25%;
  height: 236px;
  background-color: rgba(247, 250, 255, 1);
  position: relative;
  padding: 23px 33px;
}

.hyhg-box .mod-content .content-item .tit {
  font-size: 20px;
  font-weight: 700;
  line-height: 23.98px;
  color: rgba(51, 51, 51, 1);
  margin-bottom: 18px;
}

.hyhg-box .mod-content .content-item .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  color: rgba(102, 102, 102, 1);
  text-align: justify;
  text-indent: 2em;
}

.hyhg-box .mod-content .content-item .time {
  position: absolute;
  bottom: 23px;
  display: flex;
  gap: 10px;
  align-items: center;

  font-size: 16px;
  font-weight: 400;
  line-height: 21.12px;
  color: rgba(153, 153, 153, 1);
}

.hyhg-box .mod-content .content-item .right-bottom-icon {
  width: 69px;
  height: 63px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.hyhg-box .mod-content .content-item .right-bottom-icon img {
  width: 100%;
}


/* 会议议题 */
.hyyt-box {
  /* background: url(/zjg/xhtml/newcwhy/images/hyyt_bg.png) center top no-repeat;
  background-size: 100% auto; */
  background-color: #e8f1ff;
  position: relative;
}

.hyyt-box .rt-icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

.hyyt-box .mod-content {
  display: flex;
  justify-content: space-between;
  padding: 0 20px 26px 20px;
}

.hyyt-box .mod-content .rl-time {
  width: 111px;
  height: 113px;
  background: url(/zjg/xhtml/newcwhy/images/rl_bg.png) center no-repeat;
  background-size: 100% 100%;
  margin-top: -10px;
  padding-top: 48px;
}

.hyyt-box .mod-content .rl-time p {
  font-size: 18px;
  font-weight: 700;
  line-height: 23.76px;
  color: rgba(83, 147, 243, 1);
  text-align: center;
}

.hyyt-box .mod-content .yt-list {
  width: 86.2%;
}

.hyyt-box .mod-content .yt-list ul {
  display: flex;
  flex-direction: column;
  gap: 27px;
}

.hyyt-box .mod-content .yt-list ul li a {
  display: flex;
  width: 100%;
  height: 51px;
  background-color: #fff;
  align-items: center;
  padding: 0 23px;
  gap: 26px;
  
}

.hyyt-box .mod-content .yt-list ul li a::before {
  content: "";
  display: inline-block;
  width: 12.46px;
  height: 12.46px;
  background-color: rgba(83, 147, 243, 1);
  border-radius: 3px;
  transform: rotate(45deg);
  flex-shrink: 0;
}

.hyyt-box .mod-content .yt-list .button {
  width: 144px;
  height: 50px;
  border-radius: 25px;
  background: linear-gradient(90deg, rgba(114, 180, 242, 1) 0%, rgba(66, 127, 230, 1) 100%);
  margin: 0 auto;
  margin-top: 36px;
}

.hyyt-box .mod-content .yt-list .button a {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 8px;

}

.hyyt-box .mod-content .yt-list .button a img {
  margin-top: 10px;
}

.hyyt-box .mod-content .yt-list .button a span {
  font-size: 20px;
  font-weight: 400;
  line-height: 28.96px;
  color: rgba(255, 255, 255, 1);
}

.hyyt-box .mod-content .yt-list .button:hover {
  transform: scale(1.03);
}

.hyyt-box .mod-content .yt-list .button:active {
  transform: scale(1);
}

 .subtitle .elli-m {
        display: flex;
        justify-content: space-between;
      }
      a.ckxq1 {
        color: red;
    margin-top: 14px;
position: absolute;
    right: 0;
    top: 0;
      }
/* footer */
.footer-mode .module-box {
  box-sizing: content-box !important;
}
p.elli-m a:first-child {
    width: 86%;
}
/* 整体自适应 */
@media (max-width:1480px) {}

@media (max-width:1280px) {}

@media (max-width:1200px) {}

@media (max-width:992px) {
  .hyyt-box .mod-content .yt-list {
    width: 80%;
  }

  .hyyt-box .mod-content .yt-list .button {
    margin-top: 25px;
  }
}

@media (max-width:768px) {}

@media (max-width:431px) {
  .zt-row {
    margin-bottom: 20px;
  }

  .zt-header {
    padding-top: 15px;
  }

  .zt-header .logo .logo-img {
    width: 60%;
    margin: 0 auto;
    gap: 10px;
  }

  .zt-header .logo a {
    width: 70%;
    display: inline-block;
  }

  .ztlm-box {
    padding: 36px 10px 10px 10px;
  }

  .gjtit-box .subtitle {
    padding: 14px 20px;
  }

  .hysp-hyjy-box {
    gap: 20px;
  }

  .hysp-hyjy-box .item {
    width: 100%;
  }

  .hysp-hyjy-box .item .item-title {
    margin-bottom: 15px;
  }

  .hyhg-box .mod-content .content-item {
    width: 100%;
  }


  .hyyt-box .mod-content {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .hyyt-box .mod-content .yt-list {
    width: 100%;
}

}