@charset "UTF-8";
html,
body {
  height: 100%;
}
body {
  font-family:PingFangSC-Regular,Helvetica,Arial,Microsoft Yahei,sans-serif;
  margin:0;
 /* color:#184997;
  background-color:#184997; */
  background-size: cover;
  background-position: 50% 0%;
 /*display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;*/
}
a {
  text-decoration: none;
  color: unset;
}
img {
  max-width: 100%;
}
.nav_wrapper_bg .nav_wrapper .slide_down .search {overflow:visible!important;}
.nav_wrapper_bg .nav_wrapper .slide_down_top .search .slide_con .search_box .box_con .cla p {margin:0;}
.nav_wrapper_bg .nav_wrapper {width:1240px;background:white;}
.page {
  position:relative;
  min-width:1240px;
}
.page-inner {
  position: relative;
  min-height: 100%;
/*  background: url("https://p3.img.cctvpic.com/photoAlbum/page/performance/img/2023/8/30/1693387551238_873.png") no-repeat;  */
/*  background-size: 2600px auto;*/
  background-position: center top;
  overflow: hidden;
  padding-bottom:30px;
}
.page-h5 {
  position:relative;
}
.page-inner-h5 {
  position: relative;
/*  background: url("https://p5.img.cctvpic.com/photoAlbum/page/performance/img/2023/8/30/1693385588561_934.png") no-repeat; */
  background-size: 100% auto;
   
}
.footerPC {overflow:hidden;}
/********** 底部导航 **********/
.kyfh-foot {
    position: fixed;
    z-index: 100;
    top: 50%;
    left: calc(50% + 600px + 40px);
    transform: translateY(-50%);
    font-size: 14px;
    color: white;
    background: #17214b;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    padding-bottom: 8px;
    min-width:9em;
  }
.kyfh-foot ul {
    margin: 0;
    padding: 8px 0 0;
  }
.kyfh-foot li {
    position: relative;
    list-style: none;
    padding: 8px;
    text-align: center;
    margin: 0;
    cursor: pointer;
  }
.kyfh-foot li.active, .kyfh-foot li:hover {
    background: linear-gradient(to right, #0668ff 0, #3f1dfe 100%);
  }
.kyfh-foot .top {
    position: relative;
    padding: 8px;
    margin: 0 8px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    background: #3a4266;
  }
.kyfh-foot .top span {
    position: relative;
  }
.kyfh-foot .top span:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(120%, -50%);
    width: 1.5em;
    height: 1.5em;
    background: url("https://p4.img.cctvpic.com/photoAlbum/templet/common/TPTEXToR8JKGIgvrS4I5yYxE220415/arrow-up-circle.png") no-repeat;
    background-size: 100% 100%;
  }
@media screen and (max-width: 1776px) {
    .kyfh-foot {
      left: auto;
      right: 10px;
    }
  }
/********** 头图 **********/
.zncb-banner {
  position: relative;
}
.zncb-banner .main {
  position: relative;
  margin: 0 auto;
  height:520px;
}
.zncb-banner .main img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
/********** 论坛简介 **********/
.kyfh-brief {
    position: relative;
    background: url("https://p4.img.cctvpic.com/photoAlbum/templet/common/TPTEXToR8JKGIgvrS4I5yYxE220415/kyfh-bg1-pc.png?v=2") no-repeat;
    background-size: 2600px auto;
    background-position: center top;
    margin: 0 auto ;
}
.kyfh-brief .main {
    position: relative;
    width: 1200px;
    margin: 20px auto 0px;

}
.kyfh-brief .main .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 34px;
}
/*
.kyfh-brief .main .head .title {
    /* display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto; */
    width: 213px;
    height: 75px;
    flex: 213px 0 0;
    margin-right: 114px;
}
*/

.kyfh-brief .main .head .icon {
    display: inline-block;
}
.kyfh-brief .main .head .icon img {
    display: block;
    padding-top: 10px;
    height: 100%;
}
.kyfh-brief .main .head .content p {
    margin: 0 0 1em 0;

    /* color: white; */
    line-height: 30px;
    text-indent: 2em;
}
.kyfh-brief .main .body {
    position: relative;
    overflow: hidden;
}
.kyfh-brief .swiper-container {
    margin: 40px 0;
    padding-bottom: 48px;
    margin-left: -14px;
}
.kyfh-brief .swiper-slide .content {
    position: relative;
    width: 760px;
    padding: 12px;
    background: transparent url(https://p4.img.cctvpic.com/photoAlbum/templet/common/TPTEXToR8JKGIgvrS4I5yYxE220415/zncb-bg-linear-pc.jpg) no-repeat;
    background-size: 100% 100%;
}
.kyfh-brief .swiper-slide .content .cover {
    position: relative;
    width: 758px;
    height: 427px;
    opacity: 0.6;
    transition: opacity 0.4s linear;
}
.kyfh-brief .swiper-slide .content .cover img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.kyfh-brief .swiper-slide .content .title {
    position: relative;
    display: none;
    font-size: 20px;
    color: #184997;
    align-items: center;
    justify-content: center;
    padding: 24px 24px 12px;
}
.kyfh-brief .swiper-slide .content .title:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    /*  background: url("https://p5.img.cctvpic.com/uploadimg/2023/05/16/1684209893998161.png") no-repeat; */
    background-size: 100% 100%;
    margin-right: 12px;
}
.kyfh-brief .swiper-slide .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
}
.kyfh-brief .swiper-slide-active .content .cover {
    opacity: 1;
}
.kyfh-brief .swiper-slide-active .content .title {
    display: flex;
}
.kyfh-brief .swiper-slide-active .mask {
    display: none;
}
.kyfh-brief .swiper-pagination {
    bottom: 20px;
    left: 380px;
    transform: translateX(-50%);
}
.kyfh-brief .swiper-pagination-bullet {
    width: 24px;
    height: 4px;
    background: #184997;
    border-radius: 2px;
    opacity: 1;
}
.kyfh-brief .swiper-pagination-bullet-active {
    width: 32px;
    background: #fff;
}
.kyfh-brief .hg {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    width: 164px;
    height: 42px;
    background: url("https://p3.img.cctvpic.com/uploadimg/2023/05/16/1684217956710266.png") no-repeat;
    background-size: 100% 100%;
    top: -84px;
    right: 0;
}
.kyfh-brief .hg a {
    display: block;
    color: white;
}
.kyfh-brief .hg:after {
    content: "";
    display: block;
    margin-left: 2px;
    width: 18px;
    height: 18px;
    background: url("https://p4.img.cctvpic.com/photoAlbum/templet/common/TPTEXToR8JKGIgvrS4I5yYxE220415/d-arrow-right.png") no-repeat;
    background-size: 100% 100%;
}
/**新闻列表-图文**/
.newslist {
  position: relative;
}
.newslist .main {
  width: 1200px;
  padding: 10px 0px;
  margin: 24px auto;
  box-sizing: border-box;
}
.newslist .main .head .title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto;
}
.newslist .main .head .title .icon {
  display: inline-block;
}
.newslist .main .head .icon img {
  display: block;
  padding-top: 10px;
  height: 100%;
}
.newslist .list-item {
  position: relative;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newslist .list-item .cover {
  position: relative;
  width: 420px;
  height: 237px;
  overflow: hidden;
  margin-right: 30px;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
 
}
.newslist .list-item .cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.newslist .list-item .content {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  overflow: hidden;
  display: flex;
  justify-content: left;
  align-items: center;
}
.newslist .list-item p {
  margin: 0;
  padding: 0;
}
.newslist .list-item .title {
  color: white;
  font-size: 25px;
  font-weight: bold;
}
.newslist .list-item .brief {
  color: white;
  font-size: 20px;
  margin-top: 15px;
  line-height: 1.5;
  /* overflow: hidden; */
}
/********** 嘉宾专访 **********/
.kyfh-wjhg {
    position: relative;
    margin: 24px 0;
}
.kyfh-wjhg .main {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.kyfh-wjhg .main .head {
    display: flex;
    align-items: center;
    justify-content: center;
}
.kyfh-wjhg .main .head .title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto;
}
.kyfh-wjhg.main .head .title .icon {
    display: inline-block;
}
.kyfh-wjhg .main .head .icon img {
    display: block;
    padding-top: 10px;
    height: 100%;
}
.kyfh-wjhg .main .body {
    position: relative;
}
.kyfh-wjhg .main .body .list {
    display: flex;
    flex-wrap: wrap;
    width: 1245px;
	 justify-content: center;
}
.kyfh-wjhg .main .body .list .list-item {
    margin-right: 70px;
    margin-bottom: 24px;
    flex: 370px 0 0;
}
.kyfh-wjhg .main .body .list .cover {
    position: relative;
    width: 550px;
    height: 309px;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.3);

}
.kyfh-wjhg .main .body .list .cover img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.kyfh-wjhg .main .body .list .title {
    margin-top: 24px;
    width: 550px;
    text-align: center;
}
.kyfh-wjhg .main .body .list .title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 4.5em;
    line-height: 1.5;
    /* color: #184997; */
  font-weight: bold;
    font-size: 24px;
    padding: 0 0.5em;
}
.edit-mode .blocks {min-height: 20px;}
.vspace {
  height:10px;
font-size: 0px;
line-height: 0px;
width: 99%;
clear: both;
overflow: hidden;
}
/********** 主办单位 **********/
.zncb-zbdw {
    position: relative;
    background: linear-gradient(to left, #1e2952 0, #141b3d 100%);
    padding: 32px 0;
    margin-bottom: -30px;
}
.zncb-zbdw .main {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.zncb-zbdw .main .body {
    display: flex;
    color: white;
}
.zncb-zbdw .main .body dl {
    margin-bottom: 32px;
}
.zncb-zbdw .main .body dt {
    font-size: 20px;
    margin-bottom: 32px;
    font-weight: bold;
}
.zncb-zbdw .main .body dd {
    font-size: 16px;
    margin: 0;
    line-height: 1.6;
}
.zncb-zbdw .main .body .l {
    flex: 99% 0 0;
}
.zncb-zbdw .main .body .r {
    flex: 1 0 0;
    padding-left: 6em;
}
dl {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
dt {
    display: block;
}
