@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 {
  width: 100%;
  height: 60px;
  position:relative;
  background: #333;
  font-size: 16px;
  margin-bottom: 48px;
z-index:20;
}
.ai-common-nav-drop .main {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ai-common-nav-drop .logo {
  margin-right: 35px;
  height: 75px;
}
.ai-common-nav-drop .logo img {
  display: block;
  height: 100%;
}
.ai-common-nav-drop ul {
  padding: 0;
  margin: 0;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ai-common-nav-drop ul li {
  position: relative;
  list-style: none;
  cursor: pointer;
  height: 60px;
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex: auto 0 0px;
  flex: auto 0 0;
  margin-right: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
}
.ai-common-nav-drop ul li em {
  display: block;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  border-left: 1px solid currentColor;
  border-top: 1px solid currentColor;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateY(-28%) rotate(-135deg);
  -ms-transform: translateY(-28%) rotate(-135deg);
  transform: translateY(-28%) rotate(-135deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.ai-common-nav-drop ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
}
.ai-common-nav-drop ul li.active {
  color: #bf0614;
}
.ai-common-nav-drop ul li.active a {
  color: #bf0614;
}
.ai-common-nav-drop ul li:hover {
  color: #bf0614;
}
.ai-common-nav-drop ul li:hover a {
  color: #bf0614;
}
.ai-common-nav-drop ul li:hover em {
  -webkit-transform: translateY(28%) rotate(45deg);
  -ms-transform: translateY(28%) rotate(45deg);
  transform: translateY(28%) rotate(45deg);
}
.ai-common-nav-drop ul li .sub {
  position: absolute;
  display: none;
  width: 240%;
  top: 100%;
  left: 0;
  background: white;
  -webkit-box-shadow: 0 0 2px #ddd;
  box-shadow: 0 0 2px #ddd;
  font-size: 14px;
  overflow: hidden;
  margin-left: -35px;
}
.ai-common-nav-drop ul li .sub-a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 16px;
}
.ai-common-nav-drop ul li .sub-a:first-child {
  padding-top: 16px;
}
.ai-common-nav-drop ul li .sub-a:last-child {
  padding-bottom: 16px;
}
.ai-common-nav-drop ul li .sub-a:before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  background: #bf0614;
  margin-right: 10px;
}
.ai-common-nav-drop ul li .sub a {
  color: black;
  display: block;
}
.ai-common-nav-drop ul li:hover .sub {
  display: block;
}
.ai-common-nav-drop ul li .sub .sub-a a {
  color: #000;
}
.ai-common-nav-drop ul li .sub .sub-a a:hover {
  color: #bf0614;
}
.temperature_box {

   color: white;
    display: flex;
    align-items: center;
    height: 60px;
}
.temperature_box span {
  margin-right: 8px;
  cursor: pointer;
}
.changeBg {
height: 10px;
width: 100%;
}
.sci-swiper {
  position: relative;
  width: 1200px;
  height: 544px;
  margin: 0px auto;
  background: white;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.6);
}
.sci-swiper .swiper-container {
  width:100%;
  height:100%;
}
.sci-swiper .swiper-slide {
  background: white;
}
.sci-swiper .swiper-slide img {
  display:block;
  width:100%;
  height:100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sci-swiper .swiper-title {
  position: absolute;
  width: 360px;
  font-size: 14px;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  padding: 10px 0;
  color: white;
  background: rgba(0, 0, 0, 0.6);
}
.sci-swiper .swiper-title a {
    color:white;
}
.sci-swiper .swiper-title-item {
  position: relative;
  padding: 10px 20px;
  height: 67px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sci-swiper-pic .swiper-title-item+.swiper-title-item {
  margin-top:1px;
}
.sci-swiper .swiper-title-item:hover,
.sci-swiper .swiper-title-item.active {
  font-size: 18px;
  background: -webkit-linear-gradient(
    to right,
    rgba(180, 8, 8, 1) 0,
    rgba(180, 8, 8, 0.2) 100%
  );
  background: linear-gradient(
    to right,
    rgba(180, 8, 8, 1) 0,
    rgba(180, 8, 8, 0.2) 100%
  );
}
/********** 顶部资讯 **********/
.sci-topNews {
  position: relative;
  margin-top: 30px;
  overflow: hidden;
}
.sci-topNews .main {
  width: 1200px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  overflow: hidden;
}
.sci-topNews .item {
  width: 590px;
  flex: 590px 0 0;
  background: white;
  padding: 15px 20px;
  box-sizing: border-box;
  font-size: 14px;
}
.sci-topNews .item .title {
  font-size: 24px;
  margin: 0;
}
.sci-topNews .item .title a {
  display: block;
  color: #333333;
  border-left: 4px solid currentColor;
  padding-left: 0.5em;
}
.sci-topNews .item ul {
  padding: 0;
  margin-bottom: 0;
  margin-top: 12px;
}
.sci-topNews .item ul li {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 5px 0;
  overflow: hidden;
}
.sci-topNews .item ul li .tag {
  background: #c1010b;
  font-size: 14px;
  color: white;
  padding: 8px 0;
  width: 60px;
  flex: 60px 0 0;
  text-align: center;
  border-radius: 0 8px 0 8px;
  margin-right: 10px;
}
.sci-topNews .item ul li .links a {
  color: #333;
  display: inline-block;
  margin-right: 1em;
}
.sci-topNews .item ul li .links a:hover {
  color: #0094ef;
}
/********** 顶部长图 **********/
.sci-topImg {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}
.sci-topImg .main {
  width: 1200px;
  margin: 0 auto;
}
.sci-topImg .main img {
  display: block;
  width: 100%;
}
.ty_wbfs {
	margin:0 auto 20px;
	width:1200px;
}
.ty_wbfs_top {
	width:100%;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: row;
  	justify-content: space-between;
}
.ty_wbfs_top_img {
	width: 592px;
	
}
.ty_wbfs_top_img img {
	width: 100%;
	height: 333px;
}
.ty_wbfs_top_img span {
	width: 100%;
	margin:0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	font-size: 24px;
    color: #585858;
    line-height: 30px;
}
.ty_wbfs_b {
	width:100%;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: row;
  	justify-content: space-between;
}
.ty_wbfs_bt_img {
	width:288px;
	
}
.ty_wbfs_bt_img img {
	width: 100%;
	height: 162px;
}
.ty_wbfs_bt_img span {
	width: 100%;
	margin:0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
/**上电视-新闻列表-图文**/

.ishow-news2-pc {
  position: relative;
}
.ishow-news2-pc .main {
  width: 1200px;
  background: #fff;
  padding: 50px 50px 30px;
  margin: 0 auto 50px;
  -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-pc .titleImg {
  width: 1200px;
  margin: 40px auto;
}
.ishow-news2-pc .titleImg img {
  display: block;
  width: 100%;
}
.ishow-news2-pc .titleTxt {
  position: relative;
  font-size: 34px;
  margin: 40px auto;
  text-align: center;
}
.ishow-news2-pc .titleTxt span {
  position: relative;
  display: inline-block;
  padding: 0 20px;
}
.ishow-news2-pc .titleTxt span:before,
.ishow-news2-pc .titleTxt span:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 40px;
  background: url("https://p1.img.cntv.cn/photoAlbum/templet/common/TPTE6hYTSWiwmXNCPGQR41bo201208/menu.png")
    no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
}
.ishow-news2-pc .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-pc .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-pc .list-item {
  position:relative;
  margin-bottom:24px;
  display:-webkit-box;
  display:-webkit-flex;
  display:-moz-box;
  display:-ms-flexbox;
  display:flex;
}
.ishow-news2-pc .list-item a {

}
.ishow-news2-pc .list-item .cover {
  position:relative;
  width: 258px;
  height: 145px;
  overflow: hidden;
  margin-right: 22px;
}
.ishow-news2-pc .list-item .cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ishow-news2-pc .list-item .content {
  position:relative;
  -webkit-box-flex:1;
  -webkit-flex:1;
  -moz-box-flex:1;
  -ms-flex:1;
  flex:1;
  overflow:hidden;
}
.ishow-news2-pc .list-item p {
  margin:0;
  padding: 0;
}
.ishow-news2-pc .list-item .title {
  color: #010c11;
  font-size: 18px;

}
.ishow-news2-pc .list-item .brief {
  color: #999fa2;
  font-size: 14px;
  margin-top: 8px;
  line-height: 1.5;
  overflow: hidden;
}
.ishow-news2-pc .list-item .time {
  display: inline-block;
  margin-top:8px;
  font-size: 18px;
  color: #021b2e;
}
.ishow-news2-pc .list-item .tag {
  display: inline-block;
  color: #0676b3;
  margin-left: 15px;
}
.ishow-news2-pc .list-item a {
  color:black;
}
.cy-banner {
   display: flex;
	justify-content: center;
	align-items: center;

  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
 
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;

  
}
.cy-banner-image {
	width:100%;

   display: flex;
	justify-content: center;
	align-items: center;

  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
 
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
}
.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;}
.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;}
