@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);
}
.changeBg {
height: 0;
width: 100%;
}
.bg-head {
	width: 100%;
    background-repeat: no-repeat;
    background-size: auto 100%;
	background-position: center top;
    margin-bottom: 20px;
}
.bg-head .bg-head-inner {
    margin:0 auto;
}
.zxpt-tab1 {
  padding: 24px 0;
}
.zxpt-tab1 a {
  color: unset;
  text-decoration: none;
}
.zxpt-tab1 .main {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.zxpt-tab1 .logo {
  height: 108px;
}
.zxpt-tab1 .logo img {
  display: block;
  height: 100%;
  margin: 0 auto;
}
.zxpt-tab1 .tabs {
  width: 1200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin: 24px auto;
}
.zxpt-tab1 .tabs .tabs-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  overflow-x: auto;
}
.zxpt-tab1 .tabs .tabs-container {
  text-align: center;
  padding: 0 24px;
  white-space: nowrap;
}
.zxpt-tab1 .tabs .tabs-item {
  position: relative;
  display: inline-block;
  font-size: 24px;
  color: #000;
  padding: 12px 24px;
  cursor: pointer;
  text-align: center;
}
.zxpt-tab1 .tabs .tabs-item.active {
  font-size: 30px;
  color: #ff2f00;
}
.zxpt-tab1 .tabs .tabs-item.active:after {
  display: block;
  height: 2px;
  width: 50%;
  content: "";
  background: #ff2f00;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.zxpt-tab1 .tabs-panel {
  position: relative;
  width: 100%;
  margin-top:24px;
}
.zxpt-tab1 .tabs-panel .tabs-panel-item {
  position: relative;
  display: none;
}
.zxpt-tab1 .tabs-more {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  font-size: 24px;
  margin-left: 24px;
}
.zxpt-tab1 .tabs-more a {
  color: #ff2f00;
}
.zxpt-tab1 .tabs-more:after {
  display: block;
  width: 32px;
  height: 32px;
  content: "";
  background: url("https://p1.img.cctvpic.com/photoAlbum/templet/common/TPTEQ25E4zT28imZKBOt2KdQ210827/arrow-right.png") no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.zxpt-tab1 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px;
}
.zxpt-tab1 .top-left {
  width: 792px;
  margin-right: 22px;
}
.zxpt-tab1 .top-left .video {
  width: 792px;
  height: 445.5px;
}
.zxpt-tab1 .top-left .title {
  font-size: 24px;
  height: 72px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}
.zxpt-tab1 .top-left .title span {
  width: 100%;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.zxpt-tab1 .top-right {
  width: 385px;
}
.zxpt-tab1 .top-right .content .cover {
  position: relative;
  width: 385px;
  height: 216px;
}
.zxpt-tab1 .top-right .content .cover:after {
  display: block;
  content: "";
  width: 64px;
  height: 64px;
  background: url("https://p1.img.cctvpic.com/photoAlbum/templet/common/TPTEQ25E4zT28imZKBOt2KdQ210827/play.png") no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.zxpt-tab1 .top-right .content .cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.zxpt-tab1 .top-right .content .cover.is-img:after {
  display: none;
}
.zxpt-tab1 .top-right .content:first-child {
  margin-bottom: 13.5px;
}
.zxpt-tab1 .top-right .title {
  font-size: 20px;
  height: 72px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  width: 100%;
}
.zxpt-tab1 .top-right .title span {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zxpt-tab1 .bottom {
  width: 1245px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.zxpt-tab1 .bottom .content {
  -webkit-box-flex: 385px;
  -webkit-flex: 385px 0 0;
  -moz-box-flex: 385px;
  flex: 385px 0 0;
  margin-bottom: 16px;
  margin-right: 22px;
}
.zxpt-tab1 .bottom .content .cover {
  position: relative;
  width: 385px;
  height: 216px;
}
.zxpt-tab1 .bottom .content .cover:after {
  display: block;
  content: "";
  width: 64px;
  height: 64px;
  background: url("https://p1.img.cctvpic.com/photoAlbum/templet/common/TPTEQ25E4zT28imZKBOt2KdQ210827/play.png") no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.zxpt-tab1 .bottom .content .cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.zxpt-tab1 .bottom .content .cover.is-img:after {
  display: none;
}
.zxpt-tab1 .bottom .content .title {
  font-size: 20px;
  max-height: 2.8em;
  line-height: 1.4;
  margin-top: 20px;
  overflow: hidden;
}
.zxpt-tab1 .bottom .content .title span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.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;}
