.flex{
  display: flex;
}
.justify-between{
  justify-content: space-between;
}
.align-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.u-container{
  width: 1200px;
  margin: 0 auto;
}
.re{
  position: relative;
}
.db{
  display: block;
}
.cursor-pointer{
 cursor: pointer; 
}

.multi-line-ellipsis{
  display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* header */
.header{
  position: sticky;
  right: 0;
  left: 0;
  top: 0;
  padding: 0;
  z-index: 99;
  background: #1281ff;
}
.header nav .logo-img{
  display: flex;
  align-items: center;
  z-index: 100;
  cursor: pointer;
  width: 155px;
  height: 25px;
}
.header nav .logo-img img{
  width: 100%;
}
.header nav {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  height: 70px;
  align-items: center;
  position: relative;
  padding: 0 30px;
}
.header nav .menu{
  width: 100%;
  justify-content: flex-end;
  align-items: center;
}
.header nav .menu ul {
  height: 100%;
  display: flex;
  align-items: center;
}
.header nav .menu ul li{
  height: 100%;
  position: relative;
  padding: 0 18px;
  cursor: pointer;
  position: relative;
}
.header nav .menu ul li>a {
  display: block;
  height: 100%;
  font-size: 16px;
}
.header nav .menu ul li.active a{
  color:#008aff
}
.header nav .sign-up a{
  color: #fff;
  padding: 7px 17px;
  border-radius: 5px;
  margin-left: 10px;
  font-size: 16px;
  background: #49a5ef;
  display: inline-block;
}

/* menus */
.menus .menus-area .menu-item {
  margin-left: 50px;
  padding-top: 25px;
  padding-bottom: 25px;
  cursor: pointer;
  padding:  25px 10px;
}
.menus .menus-area .menu-item:hover{
  background: #342ba7;
}
.menus .menus-area .menu-item:first-child{
  margin-left: 0;
}
.menus .menus-area .menu-item a{
  color:#fff;
  font-size: 20px;
}
.menus .menus-area .menu-item.active a{
  font-weight: 700;
}

/* card 主题分析模块 start */
.topic-analysis-cards {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}
.topic-analysis-cards .item-topic-analysis-card{
  /* margin-top: 30px;
  margin-left: 32px; */
  width: 49%;
  height: 218px;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}
.topic-analysis-cards .item-topic-analysis-card .item-topic-analysis-card-top{
  background-color: #c63b0a;
  height: 48px;
  line-height: 48px;
  width: 100%;
  /* padding-top: 10px; */
  /* padding-left: 10px; */
  position: relative;
}
.topic-analysis-cards .item-topic-analysis-card .item-topic-analysis-card-top i {
  display: block;
  width: 26px;
  height: 21px;
  background-image: url(https://res.variflight.com/www_carnoc/zt/subject_2022/mutenyears/images/icon/icon_maozi.png);    
  position: absolute;
  left: 10px;
  top: 13px;
  background-size: 100% 100%;
}
.topic-analysis-cards .item-topic-analysis-card .item-topic-analysis-card-top .primary-title{
  text-align: center;
  font-size: 20px;
  color: #fccb72;
}
.topic-analysis-cards .item-topic-analysis-card .item-topic-analysis-card-content{
  padding: 16px;
}
.topic-analysis-cards .item-topic-analysis-card .item-topic-analysis-card-content .title,
.topic-analysis-cards .item-topic-analysis-card .item-topic-analysis-card-content .title h5 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.topic-analysis-cards .item-topic-analysis-card .item-topic-analysis-card-content .desc strong {
  color: #333;
}
.topic-analysis-cards .item-topic-analysis-card .item-topic-analysis-card-content .desc {
  font-size: 15px;
  color: #666666;
  margin-top: 10px;
  line-height: 24px;
  /* display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; */
}
/* card 主题分析模块 end */


/* 头条模块 headline-news */
.headline-news .headline-news-primary{
  border-bottom: 1px dashed #e07e43;
  padding-bottom: 24px;
  margin-bottom: 27px;
}
.headline-news .headline-news-primary .headline-news-primary-title{
  font-size: 33px;
  padding-left: 60px;
  color: #333333;
  font-weight: 440;
  margin-bottom: 20px;
  cursor: pointer;
}
.headline-news .headline-news-primary .headline-news-primary-title .icon-headline-news{
  position: absolute;
  left: 0;
  top: 6px;
  width: 43px;
  height: 36px;
  background-image: url(https://res.variflight.com/www_carnoc/zt/mujinbo/img/top-icon.png);
  background-size: 100% 100%;
}
.headline-news .headline-news-primary .headline-news-primary-desc{
  font-size: 16px;
  color: #3d2603;
  line-height: 30px;
  text-align: justify;
}
.headline-news .headline-news-primary .headline-news-primary-desc a{
  cursor: pointer;
}
.headline-news .headline-news-primary .headline-news-primary-desc a span{
  color: #0d1ca0;
}
.headline-news .headline-news-swiper-wrap{
  width: 560px;
  height: 334px;
}
.headline-news .headline-news-swiper-wrap .headline-news-images{
  height: 100%;
}
.headline-news .headline-news-swiper-wrap .headline-news-images .sub-title{
  display: flex;
  align-items: center;
  justify-content: center;
}
.headline-news .headline-news-swiper-wrap .headline-news-images .sub-title i{
  display: block;
  width: 86px;
  height: 264px;
  background-image: url(../images/top_icon.png);
  background-size: 100% 100%;
}
.headline-news .headline-news-swiper-wrap .headline-news-images picture{
  flex: 1;
  padding-left: 20px;
}
.headline-news .headline-news-swiper-wrap .headline-news-images img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.headline-news .headline-news-swiper-wrap .default-swiper,
.headline-news .headline-news-swiper-wrap .default-swiper .swiper-container,
.headline-news .headline-news-swiper-wrap .default-swiper .swiper-slide-item,
.headline-news .headline-news-swiper-wrap .default-swiper .swiper-slide-item img{
  width: 100%;
  height: 100%;
}
.headline-news .headline-news-swiper-wrap .default-swiper .title{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55px;
  line-height: 55px;
  text-align: left;
  padding-left: 10px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.9);
}
.headline-news .headline-news-swiper-wrap .default-swiper .swiper-pagination{
  right: 5px;
  bottom: 20px;
}
.headline-news .headline-news-swiper-wrap .default-swiper .swiper-pagination span{
  background-color: #ffffff;
  margin: 0 3px;
}
.headline-news .headline-news-list{
  flex:1;
  margin-left: 30px;
}
.headline-news .headline-news-list-primary{
  border-bottom: 1px dashed #e07e43;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.headline-news .headline-news-list-primary .title{
  font-size: 18px;
  color: #333333;
}
.headline-news .headline-news-list-primary .desc{
  color: #3d2603;
  line-height: 28px;
  text-align: justify;
  height: 90px;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.headline-news .headline-news-item{
  padding-left: 15px;
  line-height: 30px;
  margin-top: 5px;
}
.headline-news .headline-news-item::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: #de000d;
  position: absolute;
  top: 12px;
  left: 0;
  border-radius: 50%;
}
.headline-news .headline-news-item .title{
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 430px;
  height: 30px;
  font-size: 16px;
  overflow: hidden;
  font-weight: normal;
}
.headline-news .headline-news-list-items .more{
  position: absolute;
  right: -9px;
  display: block;
  line-height: 35px;
  color: #666;
  font-size: 14px;
  bottom: -39px;
}
.headline-news .headline-news-list-items .more:hover{
  color: #de3a21;
}

/* bigPicThumbCarousel */
.bigPicThumbCarousel{
  width: 100%;
}
.bigPicThumbCarousel .view{
  width: 840px;
  height: 510px;
}
.bigPicThumbCarousel .view .view-content{
  width: 100%;
  height: 100%;
}
.bigPicThumbCarousel .view .view-picture{
  width: 100%;
  height: 100%;
}
.bigPicThumbCarousel .view img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bigPicThumbCarousel .view .view-content{
  position: relative;
  background: #000;
}
.bigPicThumbCarousel .view .video-area,
.bigPicThumbCarousel .view .view-content video{
  width: 100%;
  height: 100%;
}
.bigPicThumbCarousel .view .view-content .title{
  background: rgba(0,0,0,0.5);
  position: absolute;
  bottom:0;
  left: 0;
  right: 0;
  padding: 10px 5px;
  font-size: 16px;
  color:#fff;
}
.bigPicThumbCarousel .preview{
  width: 249px;
  height: 510px;
  /* height: 460px; */
  padding: 30px 0;
  position: relative;
  /* padding: 25px 0; */
}
.bigPicThumbCarousel .preview .swiper-container{
  width: 100%;
  height: 100%;
}
.bigPicThumbCarousel .preview .swiper-slide-item,
.bigPicThumbCarousel .preview .picture{
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative;
}
.bigPicThumbCarousel .preview .picture .title{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  padding: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: rgba(0, 0, 0, 0.6);
}
.bigPicThumbCarousel .preview .swiper-slide-item{
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.bigPicThumbCarousel .preview .swiper-slide-item::after{
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bigPicThumbCarousel .preview .swiper-slide-item.active::after{
  display: none;
}
.bigPicThumbCarousel .preview .picture{
  overflow: hidden;
}
.bigPicThumbCarousel .preview .picture img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bigPicThumbCarousel .preview .swiper-button-next,
.bigPicThumbCarousel .preview .swiper-button-prev{
  left: 0;
  text-align: center;
  background-color: #000;
  width: 100%;
  height: 23px;
  background-repeat: no-repeat;
}
.bigPicThumbCarousel .preview .swiper-button-next{
  top: auto;
  bottom: 0;
}
.bigPicThumbCarousel .preview .swiper-button-prev{
  top: 0;
  margin-top: 0;
}


/* live */
.live-content{
  /* height: 600px; */
  /* overflow-y: auto; */
  /* padding-right: 10px; */
}  
.live-content .live-content-wrapper{
  background-color: #fff;
  padding: 20px 30px;
}
.live-content .live-content-wrapper .live-content-box{
  box-sizing: border-box;
  border-left: 2px solid #120893;
  padding-left: 19px;
} 
.live-content::-webkit-scrollbar{
  width: 16px;
  height: 16px;
  background-color: #120893;
}
.live-content::-webkit-scrollbar-track{
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #7f6227;
  box-shadow:inset 0 0 10px #4f3d18;
}
.live-content::-webkit-scrollbar-thumb{
  background-color: #fcd29b;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  border:6px;
}
.live-content .item-live{
  margin: 20px 0 40px;
}
.live-content .item-live .title{
  font-size: 20px;
  color: #120893;
  font-weight: bold;
  position: relative;
  line-height: 11px;
}
.live-content .item-live .title:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: -25px;
  top: 0;
  background: #120893;
}
.live-content .item-live .item-live-content {
  box-sizing: border-box;
  margin-top: 16px;
  font-size: 20px;
  color: #333;
  background: #f6f4f4;
  padding: 10px 10px 10px 10px;
}
.live-content .item-live-content .item-live-content-title{
  font-size: 16px;
  line-height: 28px;
}
.live-content .item-live-content .item-live-content-title .item-live-content-title-tl{
  font-size: 16px;
  line-height: 1.5;
}
.live-content .item-live-content .item-live-content-title .item-live-content-title-msg{
  margin-top: 5px;
  color: #666;
  text-align: justify;
  line-height: 1.5;
}
.live-content .item-live-content-desc{
  margin-top: 10px;
  font-size: 18px;
  color: #666;
  text-align: justify;
  line-height: 30px;
}
.live-content .item-live-content-media{
  position: relative;
  /* text-align: center; */
  margin-top: 15px;
}
.live-content .item-live-content-video{
  width: auto;
    display: inline-block;
}
.live-content .item-live-content-media img, 
.live-content .item-live-content-media video {
  max-width: 100%;
  max-height: 400px;
}
.live-content .multi-picture{
  width: 100%;
  height: 200px;
  display: flex;
}
.live-content .item-multi-picture{
  float: left;
  width: 33.33%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-right: 0.5%;
}
.live-content .loadMore{
  text-align: center;
  padding: 10px 0;
  font-size: 16px;
  color: #999;
}
.live-content .load{
  cursor: pointer;
}

/* 宸﹀浘鍙虫枃 */
.LeftImageRightText .picture{
  width: 216px;
  margin-right: 30px;
}
.LeftImageRightText .picture img{
  width: 100%;
  display: block;
}
.LeftImageRightText .content{
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}
.LeftImageRightText .content .title {
  font-size: 22px;
  /* font-weight: normal; */
  margin-bottom: 5px;
  position: relative;
  padding-left: 38px;
}
.LeftImageRightText .content .title::before {
  content: '';
  width: 25px;
  height: 25px;
  /* background-image: url(../images/icon-renyuan.png); */
  background-size: 100% 100%;
  position: absolute;
  top: 3px;
  left: 0;
}
.LeftImageRightText .content  .title .position {
  font-size: 18px;
  margin-left: 18px;
}
.LeftImageRightText .content .desc {
  font-size: 17px;
  color: #666666;
  line-height: 30px;
  text-align: justify;
}
.LeftImageRightText .content .tags span{
  margin-right: 10px;
  display: inline-block;
}


/* 异形的Slide */
.scale-carousel .swiper-container {
  padding: 20px 0;
}
.scale-carousel .swiper-slide {
  width: 500px;
  height: 350px;
}
.footprint-coverflow .swiper-container .swiper-slide .slide-number{
  position: absolute;
  top: 15px;
  left: 50%;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  z-index: 10;
  margin-left: -15px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.scale-carousel .swiper-slide .item-swiper-slide-top{
  width: 100%;
  height: 280px;
  position: relative;
}
.scale-carousel .swiper-slide .item-swiper-slide-top .picture{
  width: 100%;
  height: 100%;
}
.scale-carousel .swiper-slide .item-swiper-slide-top .picture img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.scale-carousel .swiper-slide .item-swiper-slide .slide-content{
  /* 背景底部往顶部渐变,底部是黑色,顶部是透明 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9) 30%, rgba(0, 0, 0, 0));
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color:#fff;
  padding: 0 27px 20px;
}
.scale-carousel .swiper-slide .item-swiper-slide .slide-content .slide-content-title {
  font-size: 24px;
  border-bottom: 1px solid #747778;
  padding: 5px 0;
  margin-bottom: 5px;
}
.scale-carousel .swiper-slide .item-swiper-slide .slide-content .slide-content-desc{
  font-size: 14px;
  text-align: justify;
  line-height: 1.5;
}
.scale-carousel .swiper-slide .item-swiper-slide{
  opacity: 0.5;
}
.scale-carousel .swiper-slide.swiper-slide-active .item-swiper-slide{
  opacity: 1;
}
.scale-carousel .swiper-slide.swiper-slide-active .slide-number{
  display: none;
}
.scale-carousel .swiper-button-prev{
  left: -50px;
}
.scale-carousel .swiper-button-next{
  right: -50px;
}



.video-play{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  /* background-color: rgba(0, 0, 0, 0.5); */
}
.video-play .icon-play{
  position: absolute;
  width: 70px;
  height: 70px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url(https://res.variflight.com/www_carnoc/zt/mujinbo/img/play_icon.png);
  background-size: 100% 100%;
}


/* 涓€娆℃樉绀哄涓猄lides */
.slides-per-view{
  position: relative;
}
.slides-per-view .picture{
  border:1px solid #b5afa3;
}
.slides-per-view .item-swiper-slide{
  height: 252px;
  position: relative;
}
.slides-per-view .item-swiper-slide .title{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px;
  color: #fff;
  font-size: 16px;
  background: rgba(0,0,0,0.5);
}
.slides-per-view .picture{
  height: 100%;
  position: relative;
}
/* .slides-per-view .video-play{
  width: 100%;
  height: 100%;
  position: absolute;
  left:0;
  top:0;
} */
.slides-per-view .video-play i{
  position: absolute;
  width: 70px;
  height: 70px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background-image: url(../images/play.png);
  background-size: 100% 100%;
}
.slides-per-view .picture img{
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}
.slides-per-view  .swiper-button-prev {
  left: -50px;
}
.slides-per-view  .swiper-button-next {
  right: -50px;
}
.slides-per-view .swiper-pagination{
  width: 100%;
  margin-top: 15px;
}
.slides-per-view .swiper-pagination .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  margin: 0 5px;
}


/* footer */
.footer{
  text-align: center;
  padding: 40px 0;
  line-height: 36px;
  background: #434345;
}
.footer a, .footer p {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}
.st_wrap .sTop {
  margin-bottom: 10px;
}
.footer a, .footer p {
  color: #fff;
}
.st_wrap p span.st_split {
  width: 1px;
  height: 16px;
  display: inline-block;
  background-color: #fff;
  vertical-align: middle;
  margin: 0 30px;
}
.st_wrap p a {
  font-size: 16px;
}



/* dialog */
.dialog{
  position: fixed;
  top:0;
  left: 0;
  bottom:0;
  right: 0;
  background:rgba(0,0,0,0.5);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* .dialog .overlay-dialog{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background:rgba(0,0,0,0.5);
} */
.dialog .dialog-body{
  /* width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; */
}
.dialog .dialog-body img.picture {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.dialog .dialog-body video{
  max-height: 100vh;
  max-width: 90%;
  margin: 0 auto;
  display: block;
}
.dialog .dialog-body video.mobile-video{
  width: 100% !important;
  max-width: 100%;
  max-height: 100%;
}
.dialog .dialog-body img.close {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 40px;
  cursor: pointer;
  z-index: 999;
}


/* internal-news-list 内部新闻 */
.internal-news-list{
  width: 100%;
}
.internal-news-list .section-header{
  height: 68px;
  color: #fff;
  font-size: 20px;
  line-height: 68px;
  padding: 0 25px;
  background: #0065dc;
  background: -moz-linear-gradient(top, #2b9eff 0%, #0065dc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b9eff), color-stop(100%, #0065dc));
  background: -webkit-linear-gradient(top, #2b9eff 0%, #0065dc 100%);
  background: -o-linear-gradient(top, #2b9eff 0%,#0065dc 100%);
  background: -ms-linear-gradient(top, #2b9eff 0%,#0065dc 100%);
  background: linear-gradient(to bottom, #2b9eff 0%, #0065dc 100%);
}
.internal-news-list .section-header span {
  position: relative;
  padding-left: 40px;
}
.internal-news-list .section-header .view-more {
  float: right;
  font-size: 14px;
  color: #fff;
  font-weight: 100;
  cursor: pointer;
}
.internal-news-list .section-header span::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
}
.internal-news-list .section-header span::before {
  background: url(https://res.variflight.com/www_carnoc/zt/mujinbo/img/ico_gn.png) no-repeat;
  background-size: 100% 100%;
}

.internal-news-list .news-items {
  padding: 5px 25px 5px 25px;
  background-color: #fff;
  box-shadow: 0px 10px 18px #dadada;
}
.internal-news-list .news-items .news-item {
  border-bottom: 1px dashed #c4c4c4;
  padding: 20px 0;
}
.internal-news-list .news-items .news-item:last-child{
  border: 0;
}
.internal-news-list .news-items .news-item.dot {
  position: relative;
  padding-left: 20px;
}
.internal-news-list .news-items .news-item.dot::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #55cad7;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 30px;
}
.internal-news-list .news-items .news-item p {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.internal-news-list .news-items .news-item .news-tag{
  color: #333;
  font-size: 14px;
  position: relative;
  padding-left: 24px;
  margin-right: 15px;
}
.internal-news-list .news-items .news-item .news-tag::before{
  content: '';
  display: inline-block;
  width: 15px;
  height: 14px;
  position: absolute;
  top: 3px;
  left: 0;
}
.internal-news-list .news-items .news-item .news-author::before {
  background: url(https://res.variflight.com/www_carnoc/zt/mujinbo/img/icon_1.png) no-repeat;
  background-size: 100% 100%;
}
.internal-news-list .news-items .news-item .news-source::before {
  background: url(../images/icon/source.png) no-repeat;
  background-size: 100% 100%;
}
.internal-news-list .news-items .news-item .news-date::before {
  background: url(../images/icon/date.png) no-repeat;
  background-size: 100% 100%;
}




