body {
  font-size: 18px;
  text-align: justify;
  font-family: "Noto Sans SC";
  background-color: #0940DD;
}
a{
  text-decoration: none;
}
ul{
  list-style-type: none;
}
/* 公共样式 */
.video-js .vjs-modal-dialog{
  display: none;
}
.con-title{
  font-size: 40px;
  font-family: HarmonyOS Sans SC;
  font-weight: bold;
  background: linear-gradient(90deg, #FFEFD6 0%, #FFC290 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 30px;
  display: flex;
}
.con-title>span{
  background: linear-gradient(90deg, #FFEFD6 0%, #FFC290 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
 /* 自定义控制条样式，只保留音量控制 */
.vjs-play-control,.vjs-progress-control,.vjs-remaining-time,.vjs-picture-in-picture-control,.vjs-fullscreen-control {
  display: none !important; /* 隐藏其他控制条组件 */
}
.vjs-custom-control .vjs-volume-panel {
  display: block !important; /* 显示音量控制 */
}
.vjs-control-bar{
  display: none !important;
}
.vjs-poster{
  background-size: cover;
}
.col-center{
  display: flex;
  align-items: center;
}
.col-center > img{
  margin-right: 6px;
}
/* 导航 */
#nav{
  display: none;
}
.nav{
  width: 100%;
  height: 80px;
  background-color: #0232B9;
}
.nav-content{
  width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.nav-content a{
  color: #fff;
  padding: 0 10px;
  display: flex;
  align-items: center;
}
.nav-box{
  height: 100%;
  display: flex;
}
.nav-content a:hover{
  color: #00E9ED;
}

/* 主内容区域 */
.content{
  overflow: hidden;
  background-image: url('../images/all-bj.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding-bottom: 50px;
  padding-top: 44px;
}
.content>div{
  width: 1200px;
  margin: auto;
  color: #fff;
}
/* 会议简介 */
.introduce-con{
  font-size: 20px;
  line-height: 36px;
  text-indent: 2em;
}
/* 会议致辞 */
.content .address{
  margin-top: 80px;
}
.address-item{
  width: 100%;
  height: 500px;
  box-sizing: border-box;
  padding: 90px 0;
  padding: 90px 60px 90px 45%;
  /* background-image: url('../images/address-1.png'); */
  background-image: 100% 100%;
  position: relative;
  margin-bottom: 30px;
}
.address-item img{
  width: 50px;
  height: auto;
}
.Yleft{
  margin-bottom: 15px;
}
.address-item  h3{
  font-size: 36px;
  opacity: 0.6;
}
.address-item>div>div{
  display: flex;
  justify-content: flex-end;
}
.address-item .address-info{
  display: block;
  position: absolute;
  left: 6%;
  bottom: 6%;
}
.address-info p:first-child{
  font-size: 26px;
  font-weight: bold;
  line-height: 32px;
  margin-bottom: 10px;
}
/* 会议议程 */
.content .agenda{
  margin-top: 100px;
}
.agenda-nav{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
  text-align: center;
  background-image: url('../images/hu.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 10px;
}
.agenda-nav img{
  width: 156px;
  height: auto;
}
.agenda-nav>div:nth-child(2){
  margin-top: 20px;
}
.ball-box{
  position: relative;
  font-size: 22px;
  padding: 0 40px;
  cursor: pointer;
}
.ball-box>p{
  opacity: 0.6;
}
.ball-con{
  display: flex;
  justify-content: center;
  color: #000;
  align-items: center;
}
.ball-ab{
  position: absolute;
  font-size: 28px;
  font-weight: bold;
  font-family: D-DIN Exp;
}
.ball-yes{
  display: none;
}
.active .ball-yes{
  display: block;
}
.active .ball-no{
  display: none;
}
.active>p{
  opacity: 1;
}
.agenda-table{
  background: #2155E9;
  border-radius: 16px;
  padding-bottom: 26px;
}
.agenda-table>div{
  display: flex;
  align-items: center;
  padding: 40px;
  width: 100%;
  box-sizing: border-box;
}
.agenda-table>div:nth-child(2n){
  background: #3766EB;
}
.agenda-table-item>div:nth-child(1){
  flex: 1.5;
}
.agenda-table-item>div:nth-child(2){
  flex: 3.5;
}
.agenda-table-item>div:nth-child(3){
  flex: 3.5;
}
.agenda-table-item>div:last-child{
  color: #F6F7FE;
}
.agenda-table-title>div:first-child{
  flex: 5;
  font-size: 22px;
  font-weight: bold;
}
.agenda-table-title>div:last-child{
  flex: 3.5;
  display: flex;
  align-items: center;
}
.agenda-table-title img{
  margin-right: 6px;
}
.agenda-table-item>div>p{
  margin-bottom: 30px;
}
.agenda-table-item>div>p:last-child{
  margin-bottom: 0px;
}
#content3{
  margin-bottom: 80px;
}
/* 演讲嘉宾 */
.speaker-con{
  display: flex;
  flex-wrap: wrap;
}
.speaker-con>a{
  margin-bottom: 26px;
  margin-right: 26px;
}
.speaker-con>a:nth-child(5n){
  margin-right: 0;
}
.speaker-item{
  width: 218px;
  height: 318px;
  position: relative;
}
.speaker-item img{
  width: 100%;
  height: 100%;
}
.item-info{
  position: absolute;
  top: 210px;
  left: 20px;
  padding-right: 20px;
}
.item-info p:first-child {
  margin-bottom: 4px;
}
.item-info p {
  font-size: 12px;
}
#content4{
  margin-bottom: 100px;
}
/* 圆桌论坛 */
#content5{
  width: 100%;
  margin-bottom: 60px;
}
#content5 .con-title{
  margin-bottom: 10px;
}
.round-img{
  width: 100%;
  max-width: 1920px;
  height: auto;
  margin: auto;
  display: block;
}
.round-content{
  width: 1200px;
  margin: auto;
}
.round-con{
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: auto;
}
/* 会议资讯 */
#content6{
  margin-bottom: 90px;
}
.information-con{
  display: flex;
  justify-content: space-between;
}
.info-left{
  width: 580px;
  background: #2155E9;
  border-radius: 16px;
  display: block;
  color: #fff;
  overflow: hidden;
}
.info-left img{
  width: 100%;
  height: auto;
  display: block;
}
.info-left-con{
  padding: 40px 30px;
}
.info-left-con>p:first-child{
  line-height: 30px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 超出几行省略 */
  overflow: hidden;

}
.info-left-con>p:last-child{
  opacity: 0.8;
  font-size: 14px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; /* 超出几行省略 */
  overflow: hidden;
  margin-top: 26px;
}
.info-right{
  width: 580px;
  height: 670px;
  background: #2155E9;
  border-radius: 16px;
  box-sizing: border-box;
  padding: 30px;
}
.ir-item-box{
  width: 100%;
  height: 100%;
  background: #2155E9;
  box-sizing: border-box;
  overflow-y: auto;
  padding-right: 10px;
}
.ir-item-box::-webkit-scrollbar {
  width: 6px;
  opacity: 0.6;
}

.ir-item-box::-webkit-scrollbar-track {
  background-color: transparent;
  border: 1.5px solid #A6BBF6;
  border-radius: 8px;
  opacity: 0.6;
}

.ir-item-box::-webkit-scrollbar-thumb {
  background-color: #A6BBF6;
  border: 2px solid #A6BBF6;
  border-radius: 8px;
  opacity: 0.6;
}


.ir-item{
  display: flex;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #D2D2D2;
  color: #fff;
}
.ir-item-right>P{
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 超出几行省略 */
  overflow: hidden;
}
.ir-item-right>P:first-child{
  line-height: 30px;
}
.ir-item-right>P:last-child{
  line-height: 24px;
  opacity: 0.6;
  font-size: 14px;
  margin-top: 10px;
}
.ir-item-left{
  width: 160px;
  height: auto;
  object-fit: cover;
  display: block;
  margin-right: 20px;
}
.img-7{
  width: 100%;
  height: auto;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-7 .swiper {
  padding-bottom: 40px;
}
.swiper-pagination-bullet{
  width: 11px;
  height: 11px;
  background: #FFFFFF;
  border-radius: 5px;
  opacity: 1;
}
.swiper-pagination-clickable .swiper-pagination-bullet-active{
  width: 31px;
  height: 11px;
  background: #02D1EB;
  border-radius: 5px;
}
.exciting-moments .con-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.exciting-con img{
  cursor: pointer;
}
/* 单位介绍 */
.unit-item{
  margin-bottom: 70px;
  font-size: 18px;
  line-height: 1.6em;
}
.ui-top{
  display: flex;
  align-items: center;
  font-size: 25px;
  padding-bottom: 30px;
  border-bottom: 2px solid #7392EC;
  margin-bottom: 30px;
  font-weight: bold;
}
.unit-contyent>.unit-item:first-child img{
  height: 30px;
  width: auto;
}
.ui-top img{
  height: 50px;
  width: auto;
}
/* 往届回顾 */
.review-con{
  display: flex;
}
.review-nav{
  width: 80px;
}
.review-nav>div{
  height: 34px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.review-nav .re-active{
  background: #2253E0;
  color: #02D1EB;
  border-right: 2px solid #02D1EB;
}
.review-item{
  margin-left: 20px;
  display: block;
  color: #fff;
}
.review-item>div{
  margin-bottom: 30px;
  text-align: right;
}
.review-item>img{
  height: 300px;
  width: auto;
  object-fit: cover;
}
#content9{
  margin-bottom: 80px;
}
/* 合作伙伴 */
#content10{
  margin-bottom: 50px;
}
/* 底部样式 */
.footer{
  width: 1200px;
  margin: auto;
  color: #6E83E6;
  text-align: center;
  margin-bottom: 50px;
}
.footer img{
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 30px;
}




/* 补充 */
.address-con-h5{
  display: none;
}
.exciting-con{
  display: flex;
  align-items: center;
}
.address-item-con p{
  line-height: 1.6em;
}
.info-left-con>p:last-child{
  line-height: 1.6em;
}