@charset "UTF-8";
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif;
}
ul,
li,p {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: black;
}
img {
  max-width: 100%;
}
/**pc**/
.page {
}
.page-inner {
  position:relative;
  min-height:calc(100% - 346px);
}
.footerPC {
 overflow:hidden;
}
.footerPC p {
 margin: 0;
}
.footerPC .footer_hdCon .ywgk {
  padding-left: 32px!important;
}
/**h5**/
.page-h5 {
  max-width: 480px;
  margin: 0 auto;
}
.page-inner-h5 {
  position:relative;
  min-height:calc(100% - 200px);
}
.bg-head-m {
	width: 100%;
    background-repeat: no-repeat;
    background-size: auto 100%;
	background-position: center top;
    margin-bottom: 20px;
}
.bg-head-m .bg-head-m-inner {
    margin:0 auto;
}
/********** 上电视图文列表 **********/
#ishow-column-m-$ {moduleId}
.ishow-column-h5 {
  width: 100%;
  margin: 0 auto;
  position: relative;
width: calc(100% - 30px);
   


    box-sizing: border-box;
    background: #fff;
    border-radius: 8px;
    padding:15px;
    margin-top:10px;
   
}
.ishow-column-h5 .ishow-column-inner {
   padding:0px 0px;
   margin-top:15px;
}
.ishow-column-h5 .column-head {
  padding:0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 12px;
  position: relative;
}
.ishow-column-h5 .column-head .title {
   font-size: 16px;
}
.ishow-column-h5 .column-head .title_bg {
  width: 100%;
  height: auto;
}
.ishow-column-h5 .column-head  .title_idi {
  width: 20px;
  height: 20px;
}
.ishow-column-h5 .column-head .more {
  font-size: 14px;
  text-align: right;
  color:#060027;
  position: absolute;
  right: 0;
  top: 0px;
bottom: 0;
    display: flex;
    align-items: center;
}
.ishow-column-h5 .swiper-container {
  margin-bottom: 0px;
}
.ishow-column-h5 .swiper-slide img {
  width:100%;
  height: auto;
  display: block;
}
.ishow-column-h5 .swiper-slide .title {
  font-size: 14px;
  line-height: 1.3;
  height: 38px;
  color: #333;
  text-align: left;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 10px 0 0;
}
.ishow-column-h5 .pagination {
  text-align:center;
  padding: 15px 0;
}
.ishow-column-h5 .swiper-pagination-bullet {
  width:8px;
  height:8px;
  margin:0 7px;
  background-color: #040918;
  border:1px solid #dbba82;
  opacity: 0.5;
}
.ishow-column-h5 .swiper-pagination-bullet-active {
  background: #dbba82;
  border-color: #dbba82;
  opacity: 1;
}
.ishow-column-h5 .button-prev,
#ishow-column-m-$ {moduleId}
.ishow-column-h5 .button-next {
  position: absolute;
  top: 48%;
  width: 30px;
  height: 40px;
  background-repeat: no-repeat;
  -webkit-background-size: 15px auto;
  background-size: 15px auto;
  z-index: 50;
  cursor: pointer;
  background-position: center;
  border-radius: 5px;
  margin: 0 5px;
}
.ishow-column-h5 .pagination.hide,
#ishow-column-m-$ {moduleId}
.ishow-column-h5 .button-prev.hide,
#ishow-column-m-$ {moduleId}
.ishow-column-h5 .button-next.hide {
  display:none;
}
.ishow-column-h5 .button-prev.swiper-button-disabled,
#ishow-column-m-$ {moduleId}
.ishow-column-h5 .button-next.swiper-button-disabled {
  opacity: 0.2;
}
.ishow-column-h5 .button-prev {
  left: -20px;
  background-image: url("https://p4.img.cntv.cn/photoAlbum/templet/common/TPTEOrAho2UGafLPF92IzUFh210903/arrow-left.png");
}
.ishow-column-h5 .button-next {
  right: -20px;
  background-image: url("https://p4.img.cntv.cn/photoAlbum/templet/common/TPTEOrAho2UGafLPF92IzUFh210903/arrow-right.png");
}
.ishow-column-h5 .column-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0px;
}
.ishow-column-h5 .column-item {
  width: 20%;
  margin-bottom: 0px; 
  font-size:0;
}
.ishow-column-h5 .column-item img {
  display: block;
  width: 100%;
  padding: 0 10px 0px;
  box-sizing: border-box;
}
.ishow-column-h5 .column-item .title {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0 10px;
  height:45px;
  margin:10px 0;
}
.ai-home-zhuanti-h5 {
  font-size: 16px;
  width: calc(100% - 30px);%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px auto;
  overflow: hidden;
  padding: 15px 15px 0px 15px;
  border-radius:8px;
  box-shadow:0 0 10px 2px rgba(0,0,0,0.4);
  background: white;
}
.ai-home-zhuanti-h5 .head {
    position:relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  padding: 0 0px;
}
.ai-home-zhuanti-h5 .head  .more {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    display: flex;
    align-items: center;
       font-size: 14px;

}
.ai-home-zhuanti-h5 .head img {
  display: block;
   height: auto;
}
.ai-home-zhuanti-h5 .body {
 
  margin-top: 0px;

}
.ai-home-zhuanti-h5 .body:after {
  display: table;
  clear: both;
  content: "";
}
/*********** 专题活动 **********/
.ai-zhuanti-h5 {

  padding: 0px;
}
.ai-zhuanti-h5 .name {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 0px;
}
.ai-zhuanti-h5 .name .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
}
.ai-zhuanti-h5 .name .title img {
  width: 20px;
  margin-right: 4px;
}
.ai-zhuanti-h5 .name .more a {
  color: #8c9fb1;
  font-size: 14px;
}
.ai-zhuanti-h5 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
    margin-top: 15px;
}
.ai-zhuanti-h5 .list-item {
  position: relative;
  width: 3.1rem;
  margin-bottom: 15px;
}
.ai-zhuanti-h5 .list-item .title {
  color: #010c11;
  font-size: 14px;
  margin-top: 15px;
  overflow: hidden;
  height: 32px;
  line-height: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ai-zhuanti-h5 .list-item .cover {
  position: relative;
  width: 100%;
  height: 1.8rem;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 6px #656565;
  box-shadow: 2px 2px 6px #656565;
}
.ai-zhuanti-h5 .list-item .cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
/*********** 访谈间 **********/
.ai-fangtanjian-h5 {
  background: #f1f3f4;
  padding: 0 20px 20px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ai-fangtanjian-h5 .name {
  font-size: 18px;
  color: #293e5b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.ai-fangtanjian-h5 .name .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
}
.ai-fangtanjian-h5 .name .title img {
  margin-right: 8px;
}
.ai-fangtanjian-h5 .name .more a {
  color: #8c9fb1;
  font-size: 16px;
}
.ai-fangtanjian-h5 .cls-a p {
  font-size: 16px;
  margin-top: 15px;
}
.ai-fangtanjian-h5 .cls-b {
  width: 6.7rem;
  height: 1.8rem;
  margin: 15px auto;
}
.ai-fangtanjian-h5 .cls-b .inner {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 6px #656565;
  box-shadow: 2px 2px 6px #656565;
}
.ai-fangtanjian-h5 .cls-b .inner img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ai-fangtanjian-h5 .cls-c {
  width: 100%;
}
.ai-fangtanjian-h5 .cls-c .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  margin-top: 15px;
}
.ai-fangtanjian-h5 .cls-c .list .list-item {
  width: 3.2rem;
}
.ai-fangtanjian-h5 .cls-c .list .list-item .cover {
  position: relative;
  width: 3.2rem;
  height: 1.8rem;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 6px #656565;
  box-shadow: 2px 2px 6px #656565;
}
.ai-fangtanjian-h5 .cls-c .list .list-item .cover:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  background: url("https://p4.img.cntv.cn/photoAlbum/templet/common/TPTEKgGS9ccMtvJCaDHaFTmB201021/icon-play.png") no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.ai-fangtanjian-h5 .cls-c .list .list-item span {
  height: 32px;
  width: 100%;
  overflow: hidden;
  display: block;
  font-size: 14px;
  line-height: 16px;
  margin-top: 15px;
}
.ai-fangtanjian-h5 .cls-c .list .list-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner-common-m {
  position:relative;
}
.banner-common-m .banner-common-inner {
  text-align:center;
  min-height:10px;
  position:relative;
}
.banner-common-m .banner-common-inner img {
  display:block;
  max-width:100%;
  width:100%;
  margin:0 auto;
}
.banner-common-m .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
  font-size: 20px;
  color: #fff;
  width: 100%;
  text-align: center;
}
/********** 上电视图文列表 **********/
.shpd-zxlb-column-h5 {
  width: 100%;
  margin: 0 auto;
  position: relative;
width: calc(100% - 30px);
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 0 10px 2px rgb(0 0 0 / 40%);
    border-radius: 8px;
    padding:15px;
   
}
#ishow-column-m-$ {moduleId}
.shpd-zxlb-column-h5.ishow-column-inner {
   padding:0px 0px;
   margin-top:15px;
}
.shpd-zxlb-column-h5 .column-head {
  padding:0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 12px;
  position: relative;
}
.shpd-zxlb-column-h5 .column-head .title {
   font-size: 16px;
}
.shpd-zxlb-column-h5 .column-head .title_bg {
  width: 100%;
  height: auto;
}
.shpd-zxlb-column-h5 .column-head .title_idi {
  width:20px;
  height:20px;
}
.shpd-zxlb-column-h5 .column-head .more {
  font-size: 14px;
  text-align: right;
  color:#060027;
  position: absolute;
  right: 0;
  top: 0px;
bottom: 0;
    display: flex;
    align-items: center;
}
.shpd-zxlb-column-h5 .swiper-container {
  margin-bottom: 0px;
}
.shpd-zxlb-column-h5 .swiper-slide img {
  width:100%;
  height: auto;
  display: block;
}
.shpd-zxlb-column-h5 .swiper-slide .title {
  font-size: 14px;
  line-height: 1.3;
  height: 38px;
  color: #333;
  text-align: left;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 10px 0 0;
}
.shpd-zxlb-column-h5 .pagination {
  text-align:center;
  padding: 15px 0;
}
.shpd-zxlb-column-h5 .swiper-pagination-bullet {
  width:8px;
  height:8px;
  margin:0 7px;
  background-color: #040918;
  border:1px solid #dbba82;
  opacity: 0.5;
}
.shpd-zxlb-column-h5 .swiper-pagination-bullet-active {
  background: #dbba82;
  border-color: #dbba82;
  opacity: 1;
}
.shpd-zxlb-column-h5 .button-prev,
.shpd-zxlb-column-h5 .button-next {
  position: absolute;
  top: 48%;
  width: 30px;
  height: 40px;
  background-repeat: no-repeat;
  -webkit-background-size: 15px auto;
  background-size: 15px auto;
  z-index: 50;
  cursor: pointer;
  background-position: center;
  border-radius: 5px;
  margin: 0 5px;
}
.shpd-zxlb-column-h5 .pagination.hide,
.shpd-zxlb-column-h5 .button-prev.hide,
.shpd-zxlb-column-h5 .button-next.hide {
  display:none;
}
.shpd-zxlb-column-h5 .button-prev.swiper-button-disabled,
.shpd-zxlb-column-h5 .button-next.swiper-button-disabled {
  opacity: 0.2;
}
.shpd-zxlb-column-h5 .button-prev {
  left: -20px;
  background-image: url("https://p4.img.cntv.cn/photoAlbum/templet/common/TPTEOrAho2UGafLPF92IzUFh210903/arrow-left.png");
}
.shpd-zxlb-column-h5 .button-next {
  right: -20px;
  background-image: url("https://p4.img.cntv.cn/photoAlbum/templet/common/TPTEOrAho2UGafLPF92IzUFh210903/arrow-right.png");
}
.shpd-zxlb-column-h5 .column-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: start;
  margin: 0 0px;
  flex-direction:column;
  
}
.shpd-zxlb-column-h5 .column-item {
  margin-bottom: 0px; 
  font-size:0;
}
.shpd-zxlb-column-h5.column-item img {
  display: block;
  width: 100%;
  padding: 0 10px 10px;
  box-sizing: border-box;
}
.shpd-zxlb-column-h5 .column-item .title {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box1;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0 10px;
}
.shpd-zxlb-column-h5 .list-item {
  position:relative;
  margin-bottom:24px;
  padding-left: 3.5rem;
  height: 1.95rem;
}
.shpd-zxlb-column-h5 .list-item:first-child {
  margin-top: 24px;
}
.shpd-zxlb-column-h5 .list-item:last-child {
  margin-bottom: 0;
}
.shpd-zxlb-column-h5 .list-item a {

}
.shpd-zxlb-column-h5 .list-item .cover {
  width: 3.3rem;
  height: 1.95rem;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.shpd-zxlb-column-h5 .list-item .cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.shpd-zxlb-column-h5 .list-item .content {
  position:relative;
}
.shpd-zxlb-column-h5 .list-item p {
  margin:0;
  padding: 0;
}
.shpd-zxlb-column-h5 .list-item .title {
  color: #010c11;
  font-size: 14px;
  line-height: 16px;
height: 32px;
    overflow: hidden;
}
.shpd-zxlb-column-h5 .list-item .brief {
  color: #999fa2;
  font-size: 12px;
  margin-top: 10px;
  line-height: 1.2;
  height: 42px;
  text-align: justify;
  overflow: hidden;
}
.shpd-zxlb-column-h5 .list-item .time {
  display: block;
  margin-top:8px;
  font-size: 12px;
  color: #999fa2;

}
.edit-show {display:none;}
.edit-mode .edit-show {display:block;  color: #fff;text-shadow: 1px 1px 1px #000;font-size: 30px;}
.edit-mode .blocks {min-height: 30px;}
