@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%;
}
.ishow-nav-m .head {
  background-color: #363636;
  height: 0.88rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
}
.ishow-nav-m .head .left,
.ishow-nav-m .head .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ishow-nav-m .head .cctv {
  position: relative;
  height: 0.88rem;
  width: 1.83rem;
  margin-right: 15px;
}
.ishow-nav-m .head .cctv a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("https://p1.img.cctvpic.com/photoAlbum/templet/common/TPTEKgGS9ccMtvJCaDHaFTmB201021/icon-cctv.jpg")
    no-repeat;
  background-size: 100% 100%;
}
.ishow-nav-m .head .logo {
  font-size: 12px;
  width: 64px;
}
.ishow-nav-m .head .logo img {
  width: 100%;
}
.ishow-nav-m .head .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.ishow-nav-m .head .title {
  font-size: 20px;
  color: white;
  margin-left: 12px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.ishow-nav-m .head .title a {
 color:white;
}
.ishow-nav-m .head .menu {
  width: 0.48rem;
  height: 0.48rem;
  background: url("https://p5.img.cctvpic.com/photoAlbum/templet/common/TPTEKgGS9ccMtvJCaDHaFTmB201021/icon-menu.png");
  background-size: 100% 100%;
}
.ishow-nav-m .head .menu a {
  display: block;
  height: 100%;
}
.ishow-nav-m .sub-menu {
  position: relative;

  background: white;
  font-size: 16px;
  padding: 15px 15px 0;
}
.ishow-nav-m .swiper-slide.active a {
  color: #bf0614;
}
.ishow-nav-m .swiper-slide {
  width: auto;
}
.ai-swiper-m .swiper-container {
	padding-bottom:8px;
}
.ai-swiper-m .swiper-slide {
  position: relative;
  width: 6.8rem;
  height: 3.8rem;
  border-radius: 10px;
  overflow: hidden;
  margin: 30px 0;
  -webkit-box-shadow: 2px 2px 6px #656565;
  box-shadow: 2px 2px 6px #656565;
}
.ai-swiper-m .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ai-swiper-m .swiper-slide p {
  position: absolute;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
  font-size: 16px;
  bottom: 8px;
  padding: 0 2em;
  text-align: center;
  z-index:10;
}
.ai-swiper-m .swiper-slide:after {
  width: 100%;
  content: "";
  background: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.8) 0,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    color-stop(0, rgba(0, 0, 0, 0.8)),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8) 0,
    rgba(0, 0, 0, 0) 100%
  );
  position: absolute;
  bottom: 0;
  height: 80px;
  left: 0;
}
.ai-swiper-m .swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  z-index: 10;
}
.ai-swiper-m .swiper-pagination {
  font-size: 16px;
  bottom: 0;
}
.ai-swiper-m .swiper-pagination-bullet {
  background: #cacaca;
  opacity: 1;
}
.ai-swiper-m .swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 4px;
}
.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-box-h5 {
  padding: 0 10px 20px;
}
.ishow-box-h5 .box-head {
  padding: 10px 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-box-h5 .box-head img {
  width: 100%;
  height: auto;
}
.ishow-box-h5 .box-head .more {
  font-size: 14px;
  width: 50px;
  text-align: right;
  color:#bc8b36;
  position: absolute;
  right: 0;
  top: 10px;
  background: #fff; 
  padding-right:5px;
}
.ishow-box-h5 .box-body:after {
  display: table;
  clear: both;
  content: "";
}
.ishow-box-h5 p {
  font-size: 16px;
  margin: 10px 0;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ishow-box-h5 .breif {
  font-size: 14px;
  color:#999fa2;
  margin: 10px 0;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ishow-box-h5 .top {
  width:100%;
  margin-bottom:10px;
}
.ishow-box-h5 .top .inner {
  width:100%;
  height:100%;
  overflow:hidden;
}
.ishow-box-h5 .top .inner img {
  display:block;
  width:100%;
  height:100%;
}
.ishow-box-h5 .list .list-item {
  width: 49%;
  float: left;
}
.ishow-box-h5 .list .list-item span {
  height: 16px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: pre;
  font-size: 16px;
  line-height: 16px;
  margin-top: 10px;
}
.ishow-box-h5 .list .list-item p {
  font-size: 14px;
  color: #999fa2;
  margin-top: 8px;
  line-height: 1.5;
  height: 42px;
  overflow: hidden;

}
.ishow-box-h5 .list .list-item .cover {
  position:relative;
  width: 100%;
  height: 108px;
  overflow: hidden;
}
.ishow-box-h5 .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.cctvpic.com/photoAlbum/templet/common/TPTEKgGS9ccMtvJCaDHaFTmB201021/icon-play.png") no-repeat;
  background-size:100% 100%;
  display:none
}
.ishow-box-h5 .list .list-item img {
  width:100%;
  height:100%;
  object-fit: cover;
}
.ishow-box-h5 .list .list-item:first-child {
  margin-right:2%;
}
/**上电视-新闻列表-视频**/

.ishow-news1-h5 {
  position: relative;
}
.ishow-news1-h5 .main {

}
.ishow-news1-h5 .titleImg {
  width: 100%;
  margin: 24px auto;
}
.ishow-news1-h5 .titleImg img {
  display: block;
  width: 100%;
}
.ishow-news1-h5 .titleTxt {
  position: relative;
  font-size: 18px;
  margin: 0 auto 24px;
  text-align: center;
}
.ishow-news1-h5 .titleTxt span {
  position: relative;
  display: inline-block;
  padding: 0 20px;
}
.ishow-news1-h5 .titleTxt span:before,
.ishow-news1-h5 .titleTxt span:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 40px;
  background: url("https://p1.img.cctvpic.com/photoAlbum/templet/common/TPTE6hYTSWiwmXNCPGQR41bo201208/menu.png")
    no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
}
.ishow-news1-h5 .titleTxt span:before {
  left: 0;
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  -o-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.ishow-news1-h5 .titleTxt span:after {
  right: 0;
  -webkit-transform: translate(100%, -50%);
  -moz-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  -o-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}
.ishow-news1-h5 .body {
  width: 100%;
  background: #fff;
  padding: 20px 10px;
  margin: 0 0 24px;
/* -webkit-box-shadow: 2px 2px 10px rgb(0 0 0 / 20%);
  box-shadow: 2px 2px 10px rgb(0 0 0 / 20%);*/
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

}
.ishow-news1-h5 .body:after {
  content:'';
    display:block;
    clear: both;
}
.ishow-news1-h5 .list-item {
  position:relative;
  width: 49%;
  float: left;
}
.ishow-news1-h5 .list-item:nth-child(odd) {
  margin-right:2%;
}
.ishow-news1-h5 .list-item a {

}
.ishow-news1-h5 .list-item .cover {
  position:relative;
  width: 100%;
  height: 1.95rem;
  overflow: hidden;
 /* -webkit-box-shadow: 2px 2px 6px #656565;
  box-shadow: 2px 2px 6px #656565;
  border-radius: 4px;*/
}
.ishow-news1-h5 .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.cctvpic.com/photoAlbum/templet/common/TPTEKgGS9ccMtvJCaDHaFTmB201021/icon-play.png) no-repeat;
  background-size: 100% 100%;
}
.ishow-news1-h5 .list-item .cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ishow-news1-h5 .list-item .content {
  position:relative;
}
.ishow-news1-h5 .list-item p {
  margin:0;
  padding: 0;
}
.ishow-news1-h5 .list-item .title {
  color: #010c11;
  font-size: 14px;
  line-height: 16px;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ishow-news1-h5 .list-item .brief {
  color: #999fa2;
  font-size: 12px;
  margin-top: 8px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ishow-news1-h5 .list-item .time {
  display: block;
  margin-top:8px;
  font-size: 14px;
  color: #021b2e;
}
.ishow-news1-h5 .list-item a {
  color:black;
}
/**上电视-新闻列表-图文**/

.ishow-news2-h5 {
  position: relative;
}
.ishow-news2-h5 .main {
  width: 100%;
  background: #fff;
  padding: 20px 10px;
  margin: 24px auto;
  -webkit-box-shadow: 2px 2px 10px rgb(0 0 0 / 20%);
  box-shadow: 2px 2px 10px rgb(0 0 0 / 20%);
  box-sizing: border-box;
}
.ishow-news2-h5 .titleImg {
  width: 100%;
  margin: 24px auto;
}
.ishow-news2-h5 .titleImg img {
  display: block;
  width: 100%;
}
.ishow-news2-h5 .titleTxt {
  position: relative;
  font-size: 18px;
  margin: 0 auto 24px;
  text-align: center;
}
.ishow-news2-h5 .titleTxt span {
  position: relative;
  display: inline-block;
  padding: 0 20px;
}
.ishow-news2-h5 .titleTxt span:before,
.ishow-news2-h5 .titleTxt span:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 40px;
  background: url("https://p1.img.cctvpic.com/photoAlbum/templet/common/TPTE6hYTSWiwmXNCPGQR41bo201208/menu.png")
    no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
}
.ishow-news2-h5 .titleTxt span:before {
  left: 0;
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  -o-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.ishow-news2-h5 .titleTxt span:after {
  right: 0;
  -webkit-transform: translate(100%, -50%);
  -moz-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  -o-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}
.ishow-news2-h5 .list-item {
  position:relative;
  margin-bottom:24px;
  padding-left: 3.5rem;
  height: 1.95rem;
}
.ishow-news2-h5 .list-item:last-child {
  margin-bottom: 0;
}
.ishow-news2-h5 .list-item a {

}
.ishow-news2-h5 .list-item .cover {
  width: 3.3rem;
  height: 1.95rem;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.ishow-news2-h5 .list-item .cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ishow-news2-h5 .list-item .content {
  position:relative;
}
.ishow-news2-h5 .list-item p {
  margin:0;
  padding: 0;
}
.ishow-news2-h5 .list-item .title {
  color: #010c11;
  font-size: 14px;
  line-height: 16px;
}
.ishow-news2-h5 .list-item .brief {
  color: #999fa2;
  font-size: 12px;
  margin-top: 8px;
  line-height: 1.5;
  height: 36px;
  overflow: hidden;
}
.ishow-news2-h5 .list-item .time {
  display: block;
  margin-top:8px;
  font-size: 14px;
  color: #021b2e;

}
.ishow-news2-h5 .list-item a {
  color:black;
}
.ai-nav-m-bottom {
  font-size: 16px;
  background: #444444;
  text-align: center;
  color: white;
}
.ai-nav-m-bottom .link {
  padding: 20px;
  font-size: 14px;
}
.ai-nav-m-bottom .link a {
  color: white;
}
.ai-nav-m-bottom .link span {
  padding: 0 10px;
}
.ai-nav-m-bottom p {
  font-size: 12px;
  padding-bottom: 20px;
}
.ai-nav-m-bottom p span {
  padding: 0 8px;
}
.ishow-box-pc .ishow-box-inner,
.ishow-news1-pc .main,
.ishow-news2-pc .main ,
.swiper-coverflow .swiper-slide .body,
.ishow-news1-h5 .body,
.ishow-news2-h5 .main {
  background: #f9f1e4;
}
.ishow-news2-pc .list-item .brief ,.ishow-news2-h5 .list-item .brief {
  color: #333;
}
.ai-swiper-m .swiper-pagination-bullet {
  background: #8f7258;
}
