@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);
}
.ai-common-nav-drop-h5 {
  margin: 0 auto;
}
.ai-common-nav-drop-h5 .head {
  background: #333;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ai-common-nav-drop-h5 .head .logo {
  height: 100%;
  margin-left: 12px;
}
.ai-common-nav-drop-h5 .head .logo img {
  display: block;
  height: 100%;
}
.ai-common-nav-drop-h5 .head .title {
  font-size: 20px;
  color: white;
  margin-left: 12px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.ai-common-nav-drop-h5 .head .title a {
 color:white;
}
.ai-common-nav-drop-h5 .head .menu {
  position: relative;
  width: 24px;
  height: 24px;
  background: url("https://p4.img.cctvpic.com/photoAlbum/templet/common/TPTEF90VOSqZwkH4XkNED0kN201208/icon-menu-0208.png") no-repeat;
  background-size: 100% 100%;
  margin-right: 12px;
}
.ai-common-nav-drop-h5 .head .menu a {
  position: absolute;
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
  top: 0;
}
.ai-common-nav-drop-h5 .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background:white;
}
.ai-common-nav-drop-h5 .main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  overflow-x: auto;
  white-space: nowrap;
  background: white;
  font-size: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-overflow-scrolling: touch;
}
.ai-common-nav-drop-h5 .main ul::-webkit-scrollbar {
  display: none;
}
.ai-common-nav-drop-h5 .main ul li {
  list-style: none;
  cursor: pointer;
  height: 56px;
  line-height: 56px;
  padding: 0 12px;
}
.ai-common-nav-drop-h5 .main ul li a {
  display: block;
  text-decoration: none;
  color: black;
}
.ai-common-nav-drop-h5 .main ul li.active {
  color: #bf0614;
}
.ai-common-nav-drop-h5 .main ul li.active a {
  color: #bf0614;
}
.ai-common-nav-drop-h5 .main .menu {
  width: 20px;
  height: 20px;
  background: url("https://p4.img.cctvpic.com/photoAlbum/templet/common/TPTEF90VOSqZwkH4XkNED0kN201208/icon-menu2-0208.png") no-repeat;
  background-size: 100% 100%;
  margin: 0 14px;
}
.ai-common-nav-drop-map {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: white;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ai-common-nav-drop-map .close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 24px;
  height: 24px;
  background: url("https://p2.img.cctvpic.com/photoAlbum/templet/common/DEPA1606804523714961/close_map.png") no-repeat;
  background-size: 50% 50%;
  background-position: center center;
}
.ai-common-nav-drop-map .inner {
  width: 85vw;
  height: 90vh;
  margin: 5vh auto;
  padding: 0 12px;
  overflow: auto;
}
.ai-common-nav-drop-map .inner .links {
  border-bottom: 1px solid #c8c8c8;
}
.ai-common-nav-drop-map .inner .links:last-child {
  border-bottom: none;
}
.ai-common-nav-drop-map .inner h3 {
  font-size: 20px;
  font-weight: bold;
  padding-left: 12px;
  border-left: 2px solid #bf0614;
  margin: 16px 0;
}
.ai-common-nav-drop-map .inner a {
  font-size: 18px;
  color: #333;
  text-decoration: none;
}
.ai-common-nav-drop-map .inner .content {
  padding-bottom: 8px;
  overflow: hidden;
}
.ai-common-nav-drop-map .inner .link-item {
  float: left;
  margin: 0 32px 8px 0;
  font-size:16px;
}
.sci-swiper-m .swiper-slide {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin: 30px 0;
}
.sci-swiper-m .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit:cover;
}
.sci-swiper-m .swiper-slide p {
  position: absolute;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
  font-size: 16px;
  bottom: 5px;
  padding: 0 40px 0 10px;
  text-align: left;
  z-index: 10;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sci-swiper-m .swiper-slide:after {
  width: 100%;
  content: "";
  background:url(https://p4.img.cctvpic.com/photoAlbum/templet/common/TPTEkCx1oeM19xxKVjlojiiE220317/sci-swiper-h5-bg.png) no-repeat center bottom/100% auto;
  position: absolute;
  bottom: 0;
  height: 80px;
  left: 0;
}
.sci-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;
}
.sci-swiper-m .swiper-pagination {
  position: absolute;
  right: 0;
  bottom: 7px;
  padding-right: 10px;
  text-align: right;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  display: block;
  z-index: 2;
  box-sizing: border-box;
  letter-spacing:-1px;
}
.sci-swiper-m .swiper-pagination .swiper-pagination-current {
  color:#bf0614;
  font-size:16px;
}
.sci-swiper-m .swiper-pagination-bullet {
  background: #cacaca;
  opacity: 1;
}
.sci-swiper-m .swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 4px;
}
/**視頻圖片混排**/


.sci-box-h5 {
  padding: 0 10px 20px;
}
.sci-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;
}
.sci-box-h5 .box-head img {
  width: 100%;
  height: auto;
}
.sci-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;
}
.sci-box-h5 .box-body:after {
  display: table;
  clear: both;
  content: "";
}
.sci-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;
}
.sci-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;
}
.sci-box-h5 .top {
  width:100%;
  margin-bottom:10px;
}
.sci-box-h5 .top .inner {
  width:100%;
}
.sci-box-h5 .top .inner img {
  display:block;
  width:100%;
  height:140px;
  object-fit: cover;
}
.sci-box-h5 .list .list-item {
  width: 49%;
  float: left;
}
.sci-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;
}
.sci-box-h5 .list .list-item p {
  font-size: 14px;
  color: #999fa2;
  margin-top: 8px;
  line-height: 1.5;
  height: 42px;
  overflow: hidden;

}
.sci-box-h5 .list .list-item .cover {
  position:relative;
  width: 100%;
  height: 108px;
  overflow: hidden;
}
.sci-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
}
.sci-box-h5 .list .list-item img {
  width:100%;
  height:100%;
  object-fit: cover;
}
.sci-box-h5 .list .list-item:first-child {
  margin-right:2%;
}
/********** 上電視輪播圖 **********/
.ishow-swiperImg-h5 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.ishow-swiperImg-inner {
  width: 100%;
  margin: 0;
  position: relative;
}
.ishow-swiperImg-h5 .swiper-head {
  padding: 15px 0;
}
.ishow-swiperImg-h5 .swiper-head img {
  width: 100%;
  height: auto;
  display:block;
}
.ishow-swiperImg-h5 .swiper-head .more {
  font-size: 14px;
  width: 50px;
  text-align: right;
  color:#bc8b36;
  position: absolute;
  right: 0;
  top: 10px;
  background: #fff; 
  padding-right:5px;
}
.ishow-swiperImg-h5 .swiper-head .more span {
  vertical-align: 2px;  
}
.ishow-swiperImg-h5 .swiper-slide .cover {
  position: relative;
  width: 100%;
  font-size:12px;
}
.ishow-swiperImg-h5 .swiper-slide .icon-play {
  background: rgba(0,0,0,.5) url(https://p4.img.cctvpic.com/photoAlbum/templet/common/TPTEOrAho2UGafLPF92IzUFh210903/gc-play.png?v=1) no-repeat center/45px auto;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  position: absolute;
  left: 15px;
  top: 230px;
  display: block;
  z-index: 1;
}
.ishow-swiperImg-h5 .swiper-slide img {
  height: auto;
  width: 100%;
  display:block;
}
.ishow-swiperImg-h5 .swiper-slide .title {
  font-size: 14px;
  line-height: 1.5;
  height: 43px;
  color: #bc8b36;
  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;
}
.ishow-swiperImg-h5 .pagination {
  text-align:center;
  padding: 15px 0;
}
.ishow-swiperImg-h5 .swiper-pagination-bullet {
  width:8px;
  height:8px;
  margin:0 7px;
  background-color: #040918;
  border:1px solid #dbba82;
  opacity: 0.5;
}
.ishow-swiperImg-h5 .swiper-pagination-bullet-active {
  background: #dbba82;
  border-color: #dbba82;
  opacity: 1;
}
.ishow-swiperImg-h5 .button-prev,
.ishow-swiperImg-h5 .button-next {
  position: absolute;
  top: 50%;
  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;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.ishow-swiperImg-h5 .pagination.hide,
.ishow-swiperImg-h5 .button-prev.hide,
.ishow-swiperImg-h5 .button-next.hide {
  display:none;
}
.ishow-swiperImg-h5 .button-prev.swiper-button-disabled,
.ishow-swiperImg-h5 .button-next.swiper-button-disabled {
  opacity: 0.2;
}
.ishow-swiperImg-h5 .button-prev {
  left: 0px;
  background-image: url("https://p4.img.cctvpic.com/photoAlbum/templet/common/TPTEOrAho2UGafLPF92IzUFh210903/arrow-left.png");
}
.ishow-swiperImg-h5 .button-next {
  right: 0px;
  background-image: url("https://p4.img.cctvpic.com/photoAlbum/templet/common/TPTEOrAho2UGafLPF92IzUFh210903/arrow-right.png");
}
/********** 上電視圖文列表 **********/
.ishow-column-h5 {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 1px;
}
.ishow-column-h5 .column-head {
  padding: 15px 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;
}
.ishow-column-h5 .column-head img {
  width: 100%;
  height: auto;
}
.ishow-column-h5 .column-head .more {
  font-size: 14px;
  width: 50px;
  text-align: right;
  color:#bc8b36;
  position: absolute;
  right: 0;
  top: 10px;
  background: #fff; 
  padding-right:5px;
}
.ishow-column-h5 .swiper-container {
  margin-bottom: 20px;
}
.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-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-h5 .button-prev.hide,
.ishow-column-h5 .button-next.hide {
  display:none;
}
.ishow-column-h5 .button-prev.swiper-button-disabled,
.ishow-column-h5 .button-next.swiper-button-disabled {
  opacity: 0.2;
}
.ishow-column-h5 .button-prev {
  left: -20px;
  background-image: url("https://p4.img.cctvpic.com/photoAlbum/templet/common/TPTEOrAho2UGafLPF92IzUFh210903/arrow-left.png");
}
.ishow-column-h5 .button-next {
  right: -20px;
  background-image: url("https://p4.img.cctvpic.com/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 -10px;
}
.ishow-column-h5 .column-item {
  width: 20%;
  margin-bottom: 10px;
}
.ishow-column-h5 .column-item img {
  display: block;
  height: 130px;
  width: 100%;
  padding: 0 10px 10px;
  box-sizing: border-box;
}
.ishow-column-h5 .column-item .title {
  font-size: 16px;
  line-height: 1.5;
  height: 50px;
  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;
}
.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;}
/**上電視-新聞列表-圖文**/

.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;
}
.page .ishow-box-pc {margin-bottom:-10px;}
.page-h5 .ishow-box-h5 {margin-bottom:-40px;}
#ishow-swiperImg-TPMT7Lyv3HUbU8YQ17ryrcqH220602.ishow-swiperImg-pc .swiper-head,#ishow-swiperImg-m-TPMT7Lyv3HUbU8YQ17ryrcqH220602.ishow-swiperImg-h5 .swiper-head {display:none}
.page-h5 .ishow-box-h5 .top .inner img {height:100%;}
.page .ai-zhuanti .name {display:none}
.page .ai-home-zhuanti .body {background:none;padding:20px 0;}
.page .main-activity .swiper-container {height:360px;}
.page .main-activity .small {bottom:50%;transform: translate(-50%, 50%);}
.page .main-activity .small p {padding: 10px 1em;font-size:14px;}
.page .main-activity .swiper-slide-active .small {height:329px;}
.page .main-activity .swiper-slide-active .small img {height:275px;}
.page .main-activity .swiper-slide-active .small p {font-size:16px;padding: 16px 1em;background: linear-gradient(to right, #055a9c 0, #02142a 100%);}
.page .swiper-button-prev:after,.page .swiper-container-rtl .swiper-button-next:after, .page .swiper-button-next:after,.page .swiper-container-rtl .swiper-button-prev:after {color:#fff}
.page .ai-common-nav-drop ul li .sub {width:250%;}
.page-h5 .sci-container-list2-h5 {margin:0 auto;}
.page-h5 .sci-box-h5 {padding: 0 10px 0;}
