*{
  padding: 0;
  margin: 0;
  /* box-sizing: border-box; */
}
body{
  color: #333;
  /* min-width: 1250px; */
}
.header {
  background-color: #0059a0
}
.header nav .logo {
  width: 4rem;
}
.header nav .web-menu ul li{
  padding: 0 0.2rem;
}
.header nav .web-menu .menus ul li>a{
  font-size: 14px;
}
.header nav .web-menu .btn-action img{
  width: 2rem;
}


/* .module-title */
.module-title{
  margin-bottom: 0.2rem;
}
.module-title img{
  width: 100%;
}
@media screen and (min-width: 768px) {
  .module-title{
    margin-bottom: 30px;
  }
}

/* forum-intro */
.forum-intro{
  background-image: url('../images/bg/1.jpg');
  background-size: 100% 100%;
  padding: 0.4rem 0 2rem;
}
.forum-intro .forum-intro-content-wrap{
  background-image: url('../images/forum-intro-cont-bg.png');
  background-size: 100% 100%;
  padding: 0.4rem 0;
  border-radius: 20px;
  overflow: hidden;
}
.forum-intro .forum-intro-content-wrap .forum-intro-content{
  width: 90%;
  margin: 0 auto;
  line-height: 2;
  color: #fff;
  font-size: 16px;
  text-align: justify;
}
/* @media screen and (min-width: 768px) {
  .forum-intro .forum-intro-content-wrap .forum-intro-content{
    font-size: 18px;
  }
} */

/* hot-news */
.hot-news{
  background-image: url('../images/bg/2.jpg');
  background-size: 100% 100%;
  padding: 0.5rem 0 ;
}
.hot-news-swiper-wrap{
  background: #004fa0;
  padding: 0.2rem;
  position: relative;
}
.hot-news-swiper-wrap .item-swiper-slide{
  cursor: pointer;
}

.hot-news .hot-news-swiper .swiper-button-next, .hot-news .hot-news-swiper .swiper-button-prev{
  background-size: 0.42666rem auto;
}
.hot-news-swiper-wrap .item-swiper-slide{
  position: relative;
  height: 100%;
}
.hot-news-swiper-wrap .item-swiper-slide .picture{
  height: 100%;
}
.hot-news-swiper-wrap .item-swiper-slide .title{
  position: absolute;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  left: 0;
  right: 0;
  padding-bottom: 0.6rem;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}
.hot-news-swiper-wrap  .swiper-pagination{
  bottom: 0.2rem;
  left: 0;
  right: 0;
}
.hot-news-swiper-wrap .swiper-pagination .swiper-pagination-bullet{
  background-color: #e7f3f7;
  margin: 0 5px;
  opacity:1;
}
.hot-news-swiper-wrap .swiper-pagination .swiper-pagination-bullet-active{
  background-color:#00a1e3;
  width: 20px;
  border-radius: 0.1rem;
}
.hot-news-list{
  flex-direction: column;
  height: 434px;
  width: 100%;
}
.hot-news-list .item-hot-news-list a{
  padding-left: 35px;
  display: block;
}
.hot-news-list .item-hot-news-list{
  flex: 0 0 auto;
  height: 66px;
  line-height: 66px;
  width: 100%;
  background-image: url(../images/item-hot-news-bg.png);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  min-width: 0; /* 重点：允许收缩，ellipsis 才能生效 */
}
.hot-news-list .item-hot-news-list .title{
  color: #474a50;
  font-size: 16px;
  font-weight: normal;
  position: relative;
  padding-left: 24px;
  display: block;             /* 必须是 block/inline-block */
  overflow: hidden;
  white-space: nowrap;        /* 单行 */
  text-overflow: ellipsis;    /* 省略号 */
}
.hot-news-list .item-hot-news-list .title::before{
  content: '';
  width: 8px;
  height: 8px;
  background-color: #00a1e3;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  left: 0;
  border-radius: 50%;
}
.hot-news-list .item-hot-news-list:hover{
  background-image:none;
  background-color: #004fa0;
}
.hot-news-list .item-hot-news-list:hover .title{
  color: #fff;;
}
.hot-news-list .item-hot-news-list:hover .title::before{
  background-color: #fff;;
}
.hot-news-swiper-wrap .swiper-container{
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .hot-news-swiper-wrap{
    width: 53.8%;
    height: 437px;
  }
  .hot-news-swiper-wrap::after{
    content: '';
    position: absolute;
    background-image: url(../images/icons/sanjiao.png);
    top: 0;
    right: -10px;
    width: 10px;
    height: 10px;
    background-size: 100% 100%;
  }
  .hot-news-list-wrap{
    padding-top: 10px;;
    flex: 1;
  min-width: 0;  /* ⚠️ 关键 */
  }
}





/* forum-agenda */
.forum-agenda{
  background-image: url('../images/bg/3.jpg');
  background-size: 100% 100%;
  padding: 1rem 0 0.5rem;
}
.agenda-item{
  background-image: url('../images/default-agenda.png');
  background-size: 100% 100%;
  align-items: center;
  /* background: linear-gradient(to top, #9cddf5, #e7f3f7);; */
  padding: 0.3rem 0;
  align-items: start;
  margin-bottom: 0.5rem;
  cursor: pointer;
}
.agenda-item.active{
  background-image: url('../images/active-agenda.png');
}
.agenda-item .agenda-row {
    font-size: 0.38rem;
  font-weight: bold;
  color: #333;
  padding: 0 1rem;
}
.agenda-item.active .agenda-row{
  color: #fff;
}
.agenda-item .agenda-row .agenda-time{
  flex: 0 0 20%;
}
.agenda-item .agenda-row .duration{
  flex: 0 0 25%;
}
.agenda-item .agenda-row .agenda-content{
  flex: 1;
}
.agenda-item .agenda-section{
  border-top: 1px solid #a6b0b3;
  max-height: 0; /* 初始状态，内容不可见 */
  overflow: hidden; /* 隐藏溢出的内容 */
  transition: max-height 0.5s ease, opacity 0.3s ease; /* 添加过渡效果 */
  opacity: 0; /* 初始透明度 */
}
.agenda-item.active .agenda-section{
  max-height: 500px; /* 设置一个足够大的值以显示内容 */
  opacity: 1; /* 显示内容时的透明度 */
  padding-top: 0.2rem;
  margin-top: 0.2rem;
}
.agenda-item.active .agenda-subtitle{
  margin-bottom: 13px;
}
.agenda-item .agenda-section .agenda-role-block{
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: normal;
  display: flex;
}
.agenda-item .agenda-section .agenda-role-block .agenda-role-label{
  margin-right: 10px;
}
.agenda-item .agenda-section .agenda-role-block .agenda-person-title{
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 700;
}
.agenda-item .agenda-section .agenda-role-block .agenda-person-list{
  flex: 1;
  display: flex;
  gap: 12px;
  flex-direction: column;
}
/* .agenda-item .agenda-section .agenda-role-block .agenda-person-title{

  padding-left: 10px;
}
.agenda-item .agenda-section .agenda-role-block  .column .agenda-person-info{
  padding-left: 10px;
}
.agenda-item .agenda-section .agenda-role-block  .column .agenda-person-info .agenda-person-title{
  padding-left: 0;
} */
/* .agenda-item .agenda-section .agenda-role-block  .column .agenda-person-info,
.agenda-item .agenda-section .agenda-role-block .agenda-person-title{
  position: relative;
} */
/* .agenda-item .agenda-section .agenda-role-block  .column .agenda-person-info:before,
.agenda-item .agenda-section .agenda-role-block .agenda-person-title:before{
  content: '';
  width: 5px;
  height: 5px;
  background-image: url(../images/icons/y.png);
  background-size: 100% 100%;
  position: absolute;
  top: 9px;
  left: 0;
  border-radius: 50%;
} */
 .agenda-item .agenda-section .agenda-role-block  .agenda-person-info.dot{
  position: relative;
  padding-left: 10px;
} 
 .agenda-item .agenda-section .agenda-role-block  .agenda-person-info.dot::before{
 content: '';
  width: 5px;
  height: 5px;
  background-image: url(../images/icons/y.png);
  background-size: 100% 100%;
  position: absolute;
  top: 9px;
  left: 0;
  border-radius: 50%;
} 
 .agenda-item:nth-child(7) .agenda-section .agenda-role-block .agenda-person-info.dot::before{
  display: none;
 }
.agenda-item .agenda-section .agenda-role-block .column .agenda-person-info .agenda-person-title::before{
  display: none;
}
/* .agenda-item .agenda-section .agenda-role-block  .column .agenda-person-info{} */
.agenda-item .agenda-section .agenda-role-block .column .agenda-person-info .agenda-person-detail{
  /* flex-direction: column; */
  align-items: center;
  margin-bottom: 10px;
}
.agenda-item .agenda-section .agenda-role-block .agenda-person-job{
  color: #dbedf4;
  margin-left: 20px;
}
.agenda-item .agenda-section .agenda-role-block .column .agenda-person-info .agenda-person-detail .agenda-person-job{
  flex-direction: column;
  /* margin-left: 0; */
  /* margin-top: 5px; */
}
.agenda-item .agenda-section .agenda-role-block .agenda-person-info .agenda-person-detail  .agenda-person-name{
  min-width: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.agenda-item .agenda-section .agenda-role-block .column .agenda-person-info .agenda-person-detail  .agenda-person-name{
  width: auto;
  display: block;
}
/* .agenda-item .agenda-role-block{
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.agenda-item .agenda-role-block {
  display: flex;
  flex:1;
} */
/* .agenda-item .agenda-person-list{
  display: flex;
  margin-bottom: 12px;
}
.agenda-item  .agenda-role-block .agenda-role-label{
  font-weight: normal;
  font-size: 0.28rem;
  padding-right: 10px;
}
.agenda-item .agenda-person-list .forum-agenda-content-item{
  align-items: center;
  gap: 12px;
  flex:1;
} */
/* .agenda-item .agenda-role-block .forum-agenda-content-item:last-child{
  margin-bottom: 0;
}
.agenda-item .agenda-role-block .forum-agenda-content-item .speaker-avatar{
  width: 47px;
  height: 47px;
}
.agenda-item .agenda-role-block .forum-agenda-content-item .speaker-avatar img{
  width: 100%;
}
.speaker-title{
  font-size: 0.3rem;
}
.agenda-item .agenda-role-block .forum-agenda-content-item .speaker-name{
  font-size: 0.28rem;
}
.agenda-item .agenda-role-block .forum-agenda-content-item .jobTitle{
  font-weight: normal;
  font-size: 0.28rem;
}
.agenda-item .agenda-role-block .forum-agenda-content-item .speaker-info-content{
  align-items: center;
  font-weight: normal;
  font-size: 0.28rem;
}
.agenda-item .agenda-role-block .forum-agenda-content-item .speaker-info-content span{
  margin: 0 5px;
}
.agenda-item .agenda-role-block .forum-agenda-content-item .speaker-job{
  font-size: 0.28rem;
  color: #666666;
  display: -webkit-box;            
  -webkit-box-orient: vertical;    
  -webkit-line-clamp: 5;            
  overflow: hidden;               
  text-overflow: ellipsis;        
}
.agenda-item.active .agenda-role-block .forum-agenda-content-item .speaker-job{
  color: #fff;
} */



/* speaker-insight */
.speaker-insight{
  background-image: url('../images/bg/4.jpg');
  background-size: 100% 100%;
  padding: 0.5rem 0 ;
}
.speaker-insight .swiper-slide .speaker-info{
  width: 100%;
  height: 230px;
  background-image: url('../images/default_speaker_bg.png');
  background-size: 100% 100%;
  display: flex;
  align-items: center;
}
.speaker-insight .swiper-slide.active .speaker-info{
  background-image: url('../images/active_speaker_bg.png');
}
.speaker-insight .swiper-slide .speaker-info .speaker-avatar{ 
  width: 200px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.accordion-swiper-container .swiper-container .swiper-slide{
  background: #ceeefa;
}
.accordion-swiper-container .swiper-container .swiper-slide.active .speaker-info .speaker-avatar{
/* width: 195px; */
  left: -10px;
  transform: translateX(0);
}
.speaker-insight  .swiper-slide.active .speaker-info .speaker-avatar{
  width: 220px;
  left: -17px;
  bottom: 0;
}
.speaker-insight .swiper-slide .speaker-info .speaker-avatar img{
  width: 100%;
  height: 100%;
}
.speaker-insight .swiper-slide .speaker-content{
  flex: 1;
  color: #333;
  padding: 35px 36px;
  display: none;
}
.speaker-insight .swiper-slide.active .speaker-info .speaker-content{
  display: block;
}
.speaker-insight .swiper-slide .title{
  font-size: 22px;
  color: #2e374e;
  height: 64px;
  overflow: hidden;
  border-bottom: 1px solid #afe9ff;
  /* padding-bottom: 0.1rem; */
  margin-bottom: 5px;
}
.speaker-insight .swiper-slide .speaker-desc{
font-size: 16px;
  color: #45464b;
  text-align: justify;
  height: 116px;
  overflow: hidden;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
}
.speaker-insight .swiper-slide .picture{
  width: 180px;
  height: 100%;
  display: flex;
  align-items: end;
  position: relative;
}
.speaker-insight .swiper-slide .speaker-basic{
  height: 80px;
  background-image: url('../images/default_basic.png');
  box-sizing: border-box;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.speaker-insight .swiper-slide.active .speaker-basic{ 
  background-image: none;
  background: linear-gradient(135deg, #a1dff5 0%, #ceeefa 100%);
  padding: 16px 29px;
}
.speaker-insight .swiper-slide .name{
  color: #182759;
  font-size: 20px;
  font-weight: 700;
  padding: 0 5px;
  
}
.speaker-insight .swiper-slide .speaker-name{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  flex:1;
}
.speaker-insight .swiper-slide.active .name{
  position: relative;
  /* padding-left: 30px; */
}
.speaker-insight .swiper-slide.active .speaker-name{
  display: block;
}
/* .speaker-insight .swiper-slide.active .name:before{
  content: '';
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
  background-image: url('../images/icons/renyuan.png');
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
} */
.speaker-insight .swiper-slide .job, 
.speaker-insight .swiper-slide .speaker-more{
  display: none;
}
.speaker-insight .swiper-slide.active .job{
  color: #405789;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 372px;
}
.speaker-insight .swiper-slide.active .speaker-more{
  color: #405789;
  font-size: 14px;
  display: block;
}



/* results-release-container */
.results-release{
  background-image: url('../images/bg/5.jpg');
  background-size: 100% 100%;
  padding: 0.5rem 0 ;
}
.results-release-container{
  width: 100%;
  padding: 19px;
  background: linear-gradient(to top, #0a99e1, #94daf3);
  border-radius: 10px;
}
.results-release .results-release-container{
  gap: 24px;
  box-sizing: border-box;
}
.results-release .results-release-current{
  width: 65.16%;
}
.results-release .results-release-current-picture{
  width: 100%;
  height: 395px;
  position: relative;
}
.results-release .results-release-current-picture img{
  width: 100%;
  height: 100%;
}
.results-release .results-release-current-picture .icon-play{
  width: 80px;
  height: 80px;
  background-image: url('../images/icons/play1.png');
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.results-release .results-release-current .results-release-current-content .title{
  font-size: 22px;
  color: #fff;
  margin-top: 10px;
  border-bottom: 1px solid #6ecbf8;
  padding-bottom: 5px;
}
.results-release .results-release-current .results-release-current-content .desc{
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  margin-top: 5px;
  text-align: justify;
    position: relative;
}
.results-release .results-release-current .results-release-current-content .desc span{
    background: #0d9ae1;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
}
.results-release .results-release-list{
  height: 488px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
  padding-right: 17px;
}
.results-release-list-item{
  border: 2px solid #fff;
  height: 188px;
  cursor: pointer;
  position: relative;
}
.results-release-list-item:after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top:0;
  bottom:0;
  background: rgba(0, 0, 0, 0.6);
}
.results-release-list-item.active:after{
  display: none;
} 
.results-release-list-item .picture,
.results-release-list-item .picture img{
  width: 100%;
  height: 100%;
}

/* 滚动条整体 */
.results-release .results-release-list::-webkit-scrollbar {
    width: 12px; /* 垂直滚动条宽度 */
    height: 12px; /* 水平滚动条高度 */
}

/* 滚动条轨道 */
.results-release .results-release-list::-webkit-scrollbar-track {
    background: #0779b1; /* 轨道背景色 */
    border-radius: 10px; /* 轨道圆角 */
}

/* 滚动条滑块 */
.results-release .results-release-list::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, #0689d6, #92d8f4); /* 悬停时的滑块颜色 */
  border-radius: 10px; /* 滑块圆角 */
}

/* 滚动条滑块悬停 */
.results-release .results-release-list::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(to bottom, #0689d6, #92d8f4); /* 悬停时的滑块颜色 */
}


/* event-gallery */
.event-gallery{
  background-image: url('../images/bg/6.jpg');
  background-size: 100% 100%;
  padding: 0.5rem 0 ;
}
.interlaced-swiper{
  background: rgba(0, 0, 0, 0.8);
  padding: 2.5px 0;
}
.interlaced-swiper .swiper-slide{
  cursor: pointer;
}
.interlaced-swiper .item-interlaced-swiper .picture{
  padding: 2.5px;
}
.interlaced-swiper .item-interlaced-swiper.swiper-slide:nth-child(even)  .picture{
  padding: 3px 8px;
}
.interlaced-swiper .item-interlaced-swiper img{
  height: 188px;
}
@media screen and (min-width: 920px) {
  .interlaced-swiper .item-interlaced-swiper img{
    height: 200px;
  }
}
@media screen and (min-width: 1100px) {
  .interlaced-swiper .item-interlaced-swiper img{
    height: 200px;
  }
}
@media screen and (min-width: 1500px) {
  .interlaced-swiper .item-interlaced-swiper img{
    height: 248px;
  }
}
.gallery-modal-content{
  width: 100%;
  height: 100%;
}
.gallery-modal-content .default-swiper .swiper-container,
.gallery-modal-content .default-swiper, 
.gallery-modal-content .default-swiper .item-swiper-slide,
.gallery-modal-content .default-swiper .item-swiper-slide .picture{
  width: 100%;
  height: 100%;
}
.gallery-modal-content .default-swiper, 
.gallery-modal-content .default-swiper .item-swiper-slide .picture{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90vw;
  height: 90vh;
}
.gallery-modal-content .default-swiper, 
.gallery-modal-content .default-swiper .item-swiper-slide img{
  max-width: 90vw;
  max-height: 90vh;
  width: auto;
  height: auto;
}
.gallery-modal.modal-overlay .modal-wrapper .modal{
  background: none;
  box-shadow: none;
}
/* .interlaced-swiper .item-interlaced-swiper.swiper-slide .picture:hover img{
 transform: scale(1.1);
    transition: transform 0.3s ease;
} */


/* videos */
.videos{
  background-image: url('../images/bg/7.jpg');
  background-size: 100% 100%;
  padding: 0.5rem 0 ;
}
.videos .scale-carousel{
  padding: 0 60px;
}
.videos .item-swiper-slide{
  position: relative;
}
.videos .icon-play{
  background-image: url(../images/icons/play.png);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-size: 100% 100%;
}
.videos .title{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  color: #fff;
padding: 20px 10px;
    font-size: 18px;
}
.videos .scale-carousel .swiper-button-prev,
.videos .scale-carousel .swiper-button-next{
  background-image: url(https://res.variflight.com/www_carnoc/zt/subject_2024/northbund-forum/images/left-btn.png);
      background-size: 19px 32px;
}
.videos .scale-carousel .swiper-button-next{
  transform: rotate(180deg);
}	


/* market-observer */
.market-observer{
  background-image: url('../images/bg/8.jpg');
  background-size: 100% 100%;
  padding: 0.5rem 0 1rem;
}
.market-observer-container .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.market-observer-swiper{
  padding: 0 60px;
}
/* .market-observer-container .swiper-wrapper {
  position: relative;
  width: 10%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.market-observer-container .swiper-slide {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transform: scale(.8);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
	-webkit-transform: scale(0.7);
	-moz-box-shadow: rgba(0,0,0,.2) 0px 0px 30px;
  cursor: pointer;
  padding-bottom: 60px;
}
.market-observer-container .swiper-slide-active, .market-observer-container .swiper-slide-duplicate-active {
	-webkit-transform: scale(1);
	transform: scale(1);
} */
 .market-observer-container .swiper-slide{
  padding-bottom: 60px;
  cursor: pointer;
 }
.market-observer-container .swiper-slide img {
	width: 100%;
	display: block;
}
.market-observer-container .swiper-pagination {
	position: relative;
	margin-bottom: 30px;
}
.market-observer-container .swiper-pagination-bullet-active {
	opacity: 1;
	background: rgba(0,0,0,.8);
}
.item-market-observer{
  padding: 10px 0;
  /* width: 330px; */
  width: 100%;
  margin: 0 auto;
  background: url(../images/hygc_bg.png);
  background-size: 100% 100%;
}
.item-market-observer::after{
  content: '';
  background-image: url(../images/icons/tips.png);
  position: absolute;
  width: 65px;
  height: 40px;
  bottom: 0;
  left: 15px;
  animation: bounce 1s infinite; /* 应用动画 */
}
/* 定义跳动动画 */
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
      transform: translateY(0); /* 初始位置 */
  }
  40% {
      transform: translateY(-10px); /* 向上移动 */
  }
  60% {
      transform: translateY(-5px); /* 向上移动 */
  }
}
.item-market-observer-wrap{
  padding: 0 20px;
}
.item-market-observer-content{
  padding: 35px 15px;
  color: #333333;
  position: relative;
}
.item-market-observer-content .avatar{
    width: 70px;
    height: 70px;
    border-radius: 5px;
    overflow: hidden;
}
.item-market-observer-content .avatar img{
  width: 100%;
  height: 100%;
}
.item-market-observer-content::before,
.item-market-observer-content::after{
  content: '';
  background-image: url(../images/icons/yinhao.png);
  width: 25px;
  height: 22px;
  background-size: 100% 100%;
  position: absolute;
}
.item-market-observer-content::before{
  top:4px;left:0;
}
.item-market-observer-content::after{
bottom: 15px;
    right: 12px;
    transform: rotate(180deg);
}
.item-market-observer-content .username {
font-size: 22px;
    font-weight: 700;
}
.item-market-observer-content .job {
  font-size: 16px;
  height: 46px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item-market-observer-content .content {
  border-top: 1px solid #bfc4c7;
  font-size: 16px;
  text-align: justify;
  padding-top: 10px;
  margin-top: 10px;
  line-height: 1.5;
  height: 185px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  margin-bottom: 14px;
  text-overflow: ellipsis;
  line-height: 2;
}
.item-market-observer-basic .info{
  flex: 1;
      padding-left: 10px;
}



/* media-focus */
.media-focus{
  background-image: url('../images/bg/9.jpg');
  background-size: 100% 100%;
  padding: 0.8rem 0 0;
}
.media-focus .module-title{
  margin-bottom: 0;
}
.media-focus-container{
  background-image: url(../images/media-focus.png);
  background-size: 100% 100%;
}
.media-focus-container .media-focus-wrap{
  width: 77%;
  margin: 0 auto;
  position: relative;
}
.media-focus-container .media-focus-news{
  padding: 45px 25px 0;
  height: 642px;
  overflow: hidden;
}
.media-focus-container .media-focus-news .item-media-focus-new{
  padding: 25px 18px;
  border-bottom: 1px dashed #bfbfbf;
}
.media-focus-container .media-focus-news .item-media-focus-new a{
  gap: 17px;
}
.media-focus-container .media-focus-news .item-media-focus-new:last-child{
  border:0;
}
.media-focus-news .item-media-focus-new .news-date{
    width: 60px;
    height: 60px;
    
  background: linear-gradient(to bottom, #007bff, #0056b3);
  color: #fff;
  border-radius: 5px;
  flex-direction: column;
}
.media-focus-news .item-media-focus-new .news-date span{
      font-size: 17px;
}
.media-focus-news .item-media-focus-new .news-date .day{
      font-size: 19px;
}
.media-focus-news .item-media-focus-new .news-content{
  flex: 1;
}
.media-focus-news .item-media-focus-new .news-content .title{
  font-size: 18px;
  overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.media-focus-news .item-media-focus-new .news-content .tags{
  color: #666666;
  font-size: 16px;
  margin-top: 5px;
}
.media-focus-overlay-layer{
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 1));
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 103px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.media-focus-overlay-layer .more{
  width: 200px;
}
.media-focus-overlay-layer .more img{
  width: 100%;
}




/* online-buzz */
.online-buzz{
  background-image: url('../images/bg/10.jpg');
  background-size: 100% 100%;
  padding: 0.5rem 0 ;
}
.online-buzz .module-title{
  margin-bottom: 0.5rem;
}
.online-buzz-container{
  background: linear-gradient(to bottom, #0085d4, #0133a1);
  /* height: 600px; */
  padding-top: 0.3rem;
  position: relative;
}
.online-buzz-wrap{
  /* position: absolute;
  width: 87.83%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  top: -60px;                 */
  box-sizing: border-box;
  height: 660px;
  padding: 0 0.3rem 0.3rem;
  overflow: hidden;
}
.online-buzz-overlay-layer{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 82px;
  background: linear-gradient(to top, #0132a0, transparent);
}

.hot-topic-list .hot-topic-item{
  padding: 20px 25px;
  background-color: #fff;;
  border-radius: 5px;
  box-sizing: border-box;
  border:0;
  margin-bottom: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}
.hot-topic-list .hot-topic-item .hot-topic-item-content img, 
.hot-topic-list .hot-topic-item .hot-topic-item-content .hot-topic-item-content-media video{
  width: 285px;
  height: 190px;
}
.hot-topic-item-content-media {
  position: relative;
    width: 285px;
  height: 190px;
}
.hot-topic-item-content-media .video-play{
  background-image: url(../images/icons/play.png);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background-size: 100% 100%;
}
.hot-topic-list .hot-topic-item .hot-topic-item-picture{
  width: 54px;
  height: 54px;
  border-radius: 50%;
  padding: 0;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.4);
}
.hot-topic-list .hot-topic-item .hot-topic-item-picture img{
  width: 100%;
  height: 100%;
}
.hot-topic-list .hot-topic-item .hot-topic-item-content{
  margin-left: 15px;
}
.hot-topic-list .hot-topic-item .hot-topic-item-content .hot-topic-item-content-text h5{
  color: #0067b1;
  font-size: 17px;
}
.hot-topic-list .hot-topic-item .hot-topic-item-content .hot-topic-item-content-text{
  color: #333;
  font-size: 17px;
}
.hot-topic-item-tags{
  display: none;
}



/* past-highlights */
.past-highlights{
  background-image: url('../images/bg/11.jpg');
  background-size: 100% 100%;
  padding: 0.5rem 0 ;
}
.past-highlights-list{
  gap: 20px
}
.past-highlights-list .item-past-highlights{
  width: 33.33333333%;
  cursor: pointer;
}
.past-highlights-list .item-past-highlights .picture{
  width: 100%;
  height: 220px;
  border-radius: 8px;
  overflow: hidden;
}
.past-highlights-list .item-past-highlights img{
  width: 100%;
  height: 100%;
}
.past-highlights-list .item-past-highlights .title{
  font-size: 20px;
  margin-top: 10px;
  text-align: center;
}
.past-highlights-list .item-past-highlights .date{
  color: #999999;
  font-size: 18px;
}






















