/*css重置*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
small {
  margin: 0;
  padding: 0;
}
*, ::after, ::before {
  box-sizing: border-box;
}
body {
  word-break: break-word;
  font: 14px/1.5 "PT Sans", "Helvetica Neue", arial, "Microsoft Yahei", "微软雅黑", 'Hiragino Sans GB', tahoma, sans-serif;
  color: #666;
  text-align: justify;

}
h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
  overflow: hidden;
  font-weight: normal;
}
input,
select {
  vertical-align: middle;
  font-size: 12px;
}
ol,
ul,
li {
  list-style: none;
}
i {
  font-style: normal;
}
img {
  border: 0;
  max-width: 100%;
}
ul,
li {
  list-style-type: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.hidden {
  display: none;
}
body {
  word-break: break-word;
  margin: 0 auto;
  text-align: left;
  font-family: Manrope, sans-serif;
}
a {
  text-decoration: none;
}
a:hover {
  color: #1351c7;
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .pad50{
    padding:50px;
  }
}
.clearfix:before,
.clearfix:after {
  content: "";
  height: 0;
  clear: both;
  overflow: hidden;
  display: block;
  visibility: hidden;
}
.left {
  float: left;
}
.right {
  float: right;
}
.t-l {
  text-align: left;
}
.t-c {
  text-align: center;
}
.t-r {
  text-align: right;
}
.fwhite{color: #ffffff;}
.padding-t0{padding-top: 0;}
.padding-b0{padding-bottom: 0;}
.overflow-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.overflow-text2 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.overflow-text3 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.w-container {
  padding: 0 30px;
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
}
.common-title {
  font-size: 40px;
  line-height: 1;
  text-align: center;
  font-weight: 600;

}
.common-more {
  padding: 7px 25px;
  background-image: linear-gradient(90deg, rgba(125,190,247, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  display: inline-block;
  transition: all 0.3s linear;
  font-size: 14px;
  border-radius: 50px;
  border:1px solid #2369dc;
  color:#2369dc;
}
.common-more:hover {
  /*background-image: linear-gradient(90deg, rgba(46, 164, 238, 0.6) 0%, rgba(84, 197, 207, 0.2) 100%);*/
  color:#0f79ea;
}
.common-more .iconfont,.common-more img {
  -webkit-transition: all .4s;
  transition: all .4s;
}
.common-more:hover .iconfont ,.common-more:hover img{
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: All 0.4s linear ;

  -webkit-transition: All 0.4s linear ;

  -moz-transition: All 0.4s linear ;

  -o-transition: All 0.4s linear ;

  display: inline-block;

}
.head-data {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  background-color: #f7f9fb;
}
.links-box {
  zoom: 1;
  /*width: 33%;*/
  float: right;
  /*max-width: 280px;*/
}
.links-box:after {
  display: block;
  content: '';
  clear: both;
}
.links-box a {
  display: block;
  float: left;
  /*width: calc(100%/3 - 5px);*/
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-right: 5px;
  padding: 0 10px;
  width: 120px;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}
.links-box a:before{
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, .02) 100%);
  background: -o-linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, .02) 100%);
  background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, .02) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, .02) 100%);
  -webkit-transform: skewX(-19deg);
  transform: skewX(-19deg);
  -webkit-animation: shine 1.5s infinite;
  animation: shine 1.5s infinite;
}
@-webkit-keyframes shine{100%{left: 125%}}
@keyframes shine{100%{left: 125%;}}
.links-box a:hover {
  opacity: 0.8;
}
.links-box a:nth-of-type(1) {
  background: #0253fe;
}
.links-box a:nth-of-type(2) {
  background: #ff0909;
}
.links-box a:nth-of-type(3) {
  background: #136dcf;
  margin-right: 0;
}
@media (max-width: 1440px) {
  .links-box {
    /*width: 36%;*/
  }
}
@media screen and (max-width: 768px) {
  .links-box{
    display: none;
  }
}
img {
  vertical-align: middle;
  border-style: none;
}
.nav-box {
  position: fixed;
  top: 0;
  z-index: 11;
  /*box-shadow: 0 0 10px rgba(42, 58, 114, 0.15);*/
  width: 100%;
}
.nav-box.on,.nav-box.sticky {
  background: #ffffff;
  box-shadow: 0px 3px 30px 1px rgba(186, 186, 186, 0.16);
  z-index: 1000;
  padding: 0 30px;
  margin:0;
}

.nav-box.on .nav .logo,.nav-box.sticky .nav .logo{
  padding-top: 10px;
}
.nav-box.on .header-entry-btns,.nav-box.sticky .header-entry-btns{
  display: none;
}

.nav-box.on .nav .nav-list,.nav-box.sticky .nav .nav-list{
  margin-top: 0;
}
.nav {
  height: 96px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.nav .wap-switch {
  display: none;
}
.nav .wap-switch-input {
  display: none;
}

.nav .logo {
  width: 250px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.nav .nav-list {
  /*width: calc(100% - 1px);*/
  /*padding: 0 0;*/
  box-sizing: border-box;
  height: 96px;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 20px;
}
.nav .nav-list li {
  float: left;
  line-height: 96px;
  font-size: 16px;
  position: relative;
  padding-right: 60px;
}
.nav .nav-list li:last-child{
  padding-right:0;
}
.nav .nav-list li a {
  padding: 0 10px;
  font-weight: bold;
  color: #000000;
  position: relative;
  display: block;
  text-transform:uppercase;
}
.nav .nav-list li a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 30px;
  width: 0;
  height: 4px;
  background-color: #004095;
  transition: all 0.2s linear;
}
.nav .nav-list li:hover > a,
.nav .nav-list li.selected > a {
  color: #10caed;
}
.nav .nav-list li:hover > a:after,
.nav .nav-list li.selected > a:after {
  width: 0px;
  margin-left: -12px;
}
.nav .nav-list li:hover .sub-nav-list {
  display: block;
}
.nav .nav-list li .sub-nav-list {
  position: absolute;
  left: 50%;
  top: 80px;
  padding: 0 2px;
  width: 260px;
  box-sizing: border-box;
  margin-left: -130px;
  background-color: #fff;
  z-index: 2;
  box-shadow: 0px 0px 10px 0px rgba(101, 101, 101, 0.5);
  border-radius: 5px;
  display: none;
  font-size: 0.9em;
}
.nav .nav-list li .sub-nav-list:before {
  position: absolute;
  left: 50%;
  top: -6px;
  width: 0;
  height: 0px;
  content: '';
  /*border-style: solid;*/
  /*border-width: 6px;*/
  /*border-color: transparent transparent #fff #fff;*/
  /*transform: rotate(135deg);*/
  /*box-shadow: -2px 2px 3px rgba(0, 64, 150, 0.3);*/
}
.nav .nav-list li .sub-nav-list a {
  display: block;
  text-align: center;
  line-height: 1.5;
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
}
.nav .nav-list li .sub-nav-list a:hover,
.nav .nav-list li .sub-nav-list a.selected {
  color: #ffffff;
  background: #1679de;
}
.nav .lang {
  width: 55px;
  height: 24px;
  position: relative;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
  background-color: #dfe2e6;
  color: #000000;
  font-size: 0;
}
.nav .lang a {
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  width: 50%;
}
.nav .lang a.selected {
  background-color: #1d4d9e;
  color: #fff;
}
@media (min-width: 768px) {
  .nav-box {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .nav .nav-list li a {
    color: #ffffff;
  }
  .on .nav .nav-list li a,.sticky .nav .nav-list li a{
    color: #000000;
  }
  .nav .nav-list li .sub-nav-list a{
    color: #000000;
  }
}
/*顶部工具图标*/
.header-en{position:relative}
.header-en:after{content:"";position:absolute;left:0;bottom:0;width:0;height:3px;background:#0267db;-webkit-transition:.5s cubic-bezier(.77,0,.175,1);transition:.5s cubic-bezier(.77,0,.175,1)}
/*@media not all and (hover:none){.header-en:hover:after{width:100%}}*/
@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.header-en:hover:after{width:100%}}.ie .header-en:hover:after{width:100%}
@media not all and (hover:none){.header-en:hover .header-en-popup{opacity:1;top:100%;visibility:visible;-webkit-transition:.6s cubic-bezier(.77,0,.175,1);transition:.6s cubic-bezier(.77,0,.175,1)}}
@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.header-en:hover .header-en-popup{opacity:1;top:100%;visibility:visible;-webkit-transition:.6s cubic-bezier(.77,0,.175,1);transition:.6s cubic-bezier(.77,0,.175,1)}
}
.ie .header-en:hover .header-en-popup{opacity:1;top:100%;visibility:visible;-webkit-transition:.6s cubic-bezier(.77,0,.175,1);transition:.6s cubic-bezier(.77,0,.175,1)}
.header-en-popup{position:absolute;right:0;top:calc(100% + 1.5rem);background:#fff;-webkit-transition:.5s cubic-bezier(.77,0,.175,1);transition:.5s cubic-bezier(.77,0,.175,1);
  opacity:0;
  visibility:hidden;
  padding:20px;
  width:200px;
  font-size: 16px;
  line-height:1.6}
/*.header-en-popup li:before{content:"";float:left;width:1.5rem;height:1.5rem;background:no-repeat center center/contain}*/
.header-en-popup li+li{margin-top:10px;}
.header-en-popup .header-en-check:before{background-image:url(/cn/images/check-069d891c11.svg)}.header-en-popup a{display:block}
.header-en-popup a:hover em,.header-en-popup a:hover label{color:#0267db}
.header-en-popup em{color:#111;font-style: normal;}
.header-en-popup label{color:#666;font-weight:300;cursor:pointer;margin-bottom: 0;}
@media (max-width:1400px){

}
@media (max-width:1279px){
  .header-wechat-popup{display:none}
  .header-tools{display:none;}
  .header-tools>li{display:none}
  /*.header-tools .header-en{display:block}*/
  .header-tools .header-en .header-icon{font-size:1.33rem}
  .mymenu{float: right;}
}

@media (min-width:1280px){
  .header-tools{
    /*float:right;*/
    /*margin-top:1rem*/
    margin-right: 15px;
  }
  .header-tools>li{float:left}
  .header-tools>li+li{margin-left:.5rem}
  .header-icon{display:block;
    /*width:3rem;height:3rem;line-height:3rem;*/
    color:rgba(255,255,255,.7);text-align:center;cursor:pointer}
  .header-icon:hover{color:#fff}
  .header-wechat{position:relative;margin-left:0}
  .header-wechat:after{content:"";position:absolute;left:0;bottom:0;width:0;height:3px;background:#0267db;-webkit-transition:.5s cubic-bezier(.77,0,.175,1);transition:.5s cubic-bezier(.77,0,.175,1)}
  /*@media not all and (hover:none){*/
  /*  .header-wechat:hover:after{width:100%}}*/
}
@media (min-width:1280px) and (-ms-high-contrast:none),(min-width:1280px) and (-ms-high-contrast:active){.header-wechat:hover:after{width:100%}}
@media (min-width:1280px){.ie .header-wechat:hover:after{width:100%}}
@media (min-width:1280px){.header-wechat:hover .header-wechat-popup{top:100%;opacity:1;visibility:visible}}
@media (min-width:1280px){
  .header-wechat-popup{
    position:absolute;
    right:0;
    top:calc(100% + 1.5rem);
    background:#fff;
    -webkit-transition:.5s cubic-bezier(.77,0,.175,1);
    transition:.5s cubic-bezier(.77,0,.175,1);
    opacity:0;
    visibility:hidden;
    width:160px;
    text-align: center;
    padding:.5rem}
  .header-wechat-popup img{display:block;width:125px;height:auto;}
  .header-wechat-popup p{color:#8b95a0;text-align:center;font-size:16px;}
}
/*dingbu end*/

.swiper-container {
  max-width: 1920px;
  margin: 0 auto;
}
.swiper-container .swiper-slide a {
  display: block;
  width: 100%;
  padding-top: 37.5%;
  position: relative;
}
.swiper-container .swiper-slide a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.swiper-container .swiper-pagination-bullets {
  padding-left: 30px;
}
.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
  width: auto;
  height: auto;
  background: transparent;
  font-style: italic;
  color: #ffffff;
  opacity: 0.52;
  font-size: 24px;
  padding: 0 40px;
  margin: 10px;
  border-radius: 0;
  border-bottom: 5px solid #fff;
}
.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet-active {
  color: #003399;
  opacity: 1;
  border-color: #003399;
}
.notice-list {
  height: 50px;
  line-height: 50px;
  background-color: #afce40;
}
.notice-list .TickerNews {
  width: 100%;
}
.notice-list .leftside {
  font-size: 16px;
  color: #000000;
  width: 120px;
  font-weight: bold;
  text-align: left;
}
.notice-list .ti_wrapper {
  width: calc(100% - 120px);
  position: relative;
  overflow: hidden;
}
.notice-list .ti_wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 30px;
  background: linear-gradient(to left, #afce40, rgba(175, 206, 64, 0));
}
.notice-list .ti_slide {
  position: relative;
  left: 0;
  top: 0;
}
.notice-list .ti_content {
  position: relative;
  float: left;
  font-size: 16px;
  width: 999999px;
}
.notice-list .ti_news {
  float: left;
}
.notice-list .ti_news a {
  display: block;
  margin-right: 30px;
  color: black;
  text-decoration: none;
  font-family: geneva;
}
.btn-box {
  display: flex;
  flex-wrap: wrap;
}
.btn-box .btn-link {
  flex: 1;
  width: calc(100% / 6 - 150px / 6);
  height: 110px;
  margin-right: 30px;
  box-sizing: border-box;
  padding: 20px 15px 20px 25px;
  background-image: url(../images/fast-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-top: 30px;
  position: relative;
  transition: all 0.15s linear;

}
.btn-box .btn-link:last-child {
  margin-right: 0;
}
.btn-box .btn-link:nth-child(odd) {

}
.btn-box .btn-link:nth-child(even) {

}
.btn-box .btn-link p {
  line-height: 23px;
  color: #262626;
  font-size: 20px;
  font-weight: bold;
}
.btn-box .btn-link i {
  font-size: 13px;
  color: #157adf;
  position: absolute;
  left: 25px;
  bottom: 15px;
}
.btn-box .btn-link img {
  position: absolute;
  right: 15px;
  bottom: 20px;
  z-index: 1;
}
.btn-box .btn-link:hover:nth-child(odd) {
  background-image: linear-gradient(135deg, #157adf 0%, #4c9eef 42%, #83c2ff 100%);
}
.btn-box .btn-link:hover:nth-child(even) {
  background-image: linear-gradient(135deg, #157adf 0%, #4c9eef 42%, #83c2ff 100%);
}
.btn-box .btn-link:hover p,
.btn-box .btn-link:hover i {
  color: #fff;
}
/*快速导航*/
/*快速通道*/
.bg-fast{
  margin-top: 30px;
}
.fast-way {
  width: 100%;
  overflow: hidden;
  padding: 5px 2px;
}
.fast-way .fast-item {
  float: left;
  /* width: 25%; */
  padding-left: 2px;
  padding-right: 2px;
  /*box-shadow: 0 0 6px #dedede;*/

}
.fast-way.fast-1 .fast-item {
  width: 100%;
}
.fast-way.fast-2 .fast-item {
  width: 50%;
}
.fast-way.fast-3 .fast-item {
  width: 33.33%;
}
.fast-way.fast-4 .fast-item {
  width: 25%;
}
.fast-way.fast-5 .fast-item {
  width: 20%;
}
.fast-way.fast-6 .fast-item {
  width: 16.66%;
}
.fast-way.fast-7 .fast-item {
  width: 14.28%;
}
.fast-way.fast-8 .fast-item {
  width: 12.5%;
}


.fast-way .fast-item a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ecf5ff;
  padding: 20px 10px 20px;
  position: relative;
  cursor: pointer;
}

.fast-way .fast-item a .fast-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

}
.fast-way .fast-item:nth-of-type(2n) a .fast-bg {
  /*background-color: rgba(0, 0, 0, .3);*/
  border-left:1px solid rgba(255, 255, 255, 0.21);
  border-right:1px solid rgba(255, 255, 255, 0.21);
}
.fast-way .fast-item a:hover{background-color: #3476fc;}
.fast-way .fast-item a .i-box {
  /*width: 65px;*/
  /*height: 65px;*/
  /*line-height: 65px;*/
  position: relative;
  z-index: 1;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.fast-way .fast-item a .i-box img{
  max-height: 65px;
  max-width: 100%;
  display: inline-block;
}
.fast-way .fast-item a .i-box i{
  /*font-size: 60px;*/
  /*display: inline-block;*/
  /*width: 100%;*/
  /*height: 100%;*/
  /*line-height: 65px;*/
  padding-right: 5px;
}
.fast-way .fast-item a .i-box [class^="icon-"]:before, [class*=" icon-"]:before{
  font-size: 48px;
  margin: 0;
  width: 100%;
  height: 100%;
  line-height: 65px;
  vertical-align: top;
}
.fast-way .fast-item a .i-box .i-box-icon i{
  display: inline-block;
  width: 80px;
  height: 81px;
}
.fast-way .fast-item a .i-box i.fast-lw{
  background: url(../images/fast-lw.png)no-repeat center;
}
.fast-way .fast-item a .i-box i.fast-ch{
  background: url(../images/fast-ch.png)no-repeat center;
}
.fast-way .fast-item a .i-box i.fast-cz{
  background: url(../images/fast-cz.png)no-repeat center;
}
.fast-way .fast-item a .i-box i.fast-cg{
  background: url(../images/fast-cg.png)no-repeat center;
}
.fast-way .fast-item:hover a{background: #1679de;}
.fast-way .fast-item:hover .i-box i.fast-lw{
  background: url(../images/fast-lw.png)no-repeat center;
}
.fast-way .fast-item:hover .i-box i.fast-ch{
  background: url(../images/fast-ch.png)no-repeat center;
}
.fast-way .fast-item:hover .i-box i.fast-cz{
  background: url(../images/fast-cz.png)no-repeat center;
}
.fast-way .fast-item:hover .i-box i.fast-cg{
  background: url(../images/fast-cg.png)no-repeat center;
}
.fast-way .fast-item:hover h3,.fast-way .fast-item:hover p{
  color:#FFFFFF;
}
.fast-way .fast-item a h3 {
  position: relative;
  z-index: 9;
  margin-bottom: 10px;
  /*height: 50px;*/
  /*line-height: 25px;*/
  font-size: 16px;
  color:#000000;
  font-weight: bold;
}
.fast-way .fast-item a h3 .c-blue{
  color: #136dcf;
}
.fast-way .fast-item:hover h3 .c-blue{
  color:#FFFFFF;
}
.fast-way .fast-item a p {
  color: #474343;
  font-size: 13px;
}
@media screen and (max-width:768px){

  .head-data{display: none;}
  .sp_about{display: none;}
  .foot-section {
    display: none;
  }
  .fast-way .fast-item{
    width: 50% !important;
    padding-bottom: 5px
  }
  .slider_bottom .fast-way {
    position: relative;
  }
  .fast-way .fast-item a {
    padding: 20px 0 10px;
    /*border-bottom:1px solid rgba(255,255,255,.3);*/
  }

  .fast-way .fast-item a .i-box {
    /*width: 30px;*/
    /*height: 30px;*/
    /*line-height: 30px;*/
  }
  .fast-way .fast-item a p{
    display: none;
  }
  .fast-way .fast-item a .i-box img{
    max-height: 100%;
    vertical-align: top;
  }
  .fast-way .fast-item a .i-box i{
    font-size: 22px;
    line-height:1;
  }
  .fast-way .fast-item a .i-box [class^="icon-"]:before, [class*=" icon-"]:before{
    font-size: 22px;
    line-height: 30px;
  }
  .important-time li h3{
    font-size:16px;
  }
  .fast-way .fast-item a h3 {
    font-size: 16px !important;
    margin-top: 8px;
    line-height: 30px;
    height: 36px;
    padding: 0 15px;
    text-decoration: none;
  }

  .fast-way .fast-item:nth-of-type(2n) a .fast-bg {
    background-color: transparent;
  }

  .fast-way .fast-item:nth-of-type(1) a .fast-bg {
    /*background-color: rgba(0, 0, 0, .3);*/
  }

  .fast-way .fast-item:nth-of-type(4) a .fast-bg {
    /*background-color: rgba(0, 0, 0, .3);*/
  }

  .fast-way .fast-item:nth-of-type(5) a .fast-bg {
    background-color: rgba(0, 0, 0, .3);
  }

  .fast-way .fast-item:nth-of-type(8) a .fast-bg {
    background-color: rgba(0, 0, 0, .3);
  }
}
/*重要日期*/
.date-box {
  margin-top: 30px;
  background: url(../images/bg-data2.jpg) no-repeat center top;
  background-size: cover;
  padding-bottom: 60px;
}
.date-box .common-title {
  padding: 60px 0;
  color: #fff;
}
.date-box .date-list a {
  width: 20%;
  float: left;
  text-align: center;
  color: #fff;
}
.date-box .date-list a .date-item-title {
  font-size: 14px;
}
.date-box .date-list a .date-item-date {
  font-size: 28px;
  margin-top: 20px;
  font-weight: bold;
}
.infomation-box{
  background: #ecf2f7;
  padding: 60px 0;
}
.infomation-box .infomation-item {
  width: 50%;
  box-sizing: border-box;
  padding-top: 28.15%;
  position: relative;
}
.about-video video{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: auto;
}
.infomation-box .infomation-item .infomation-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  padding: 0 30px 0 0;
}
.infomation-box .infomation-item .infomation-content .common-title {
  display: inline-block;
  font-size: 36px;
  margin-top: 10px;
  font-style: normal;
  color: #ffffff;
  background-image: linear-gradient(90deg, rgba(29, 105, 250, 0.86) 0%, rgba(213, 227, 247, 0.06) 100%);
  padding: 15px 30px 15px 15px;
}
.infomation-box .infomation-item .infomation-content-p {
  height: calc(100% - 170px);
  margin: 20px 0;
  overflow: auto;
}
.infomation-box .infomation-item .infomation-content-p p{
  line-height: 2;
  color:#000000;
  font-size: 14px;
  padding-right: 10px;
  text-align: justify;
}
.infomation-box .infomation-item .infomation-content-p::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.infomation-box .infomation-item .infomation-content-p::-webkit-scrollbar-track-piece {
  background-color: rgba(27, 77, 158, 0.2);
  border-radius: 6px;
}
.infomation-box .infomation-item .infomation-content-p::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: rgba(27, 77, 158, 0.7);
  border-radius: 6px;
}
.infomation-box .infomation-item .infomation-content-p::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: rgba(27, 77, 158, 0.7);
  border-radius: 6px;
}
.infomation-box .infomation-item .news-swiper-container {
  padding: 0;
  width: 100%;
  height: 100%;
}
.infomation-box .infomation-item .news-swiper-container a {
  height: 100%;
  padding-top: 0;
}
.infomation-box .infomation-item .news-swiper-container a img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.infomation-box .infomation-item .news-swiper-container .swiper-pagination-bullets {
  text-align: center;
  width: 60%;
  left: 20%;
}
.infomation-box .infomation-item .news-swiper-container .swiper-pagination-bullet {
  width: 15px;
  height: 4px;
  line-height: 4px;
  text-align: center;
  background-color: rgba(175, 206, 64, 0.7);
  border: 0;
  font-size: 0;
  color: #ffffff;
  padding: 0;
  margin: 3px;
  font-weight: bold;
  transition: all 0.15s linear;
}
.infomation-box .infomation-item .news-swiper-container .swiper-pagination-bullet-active {
  background-color: #afce40;
  color: #fff;
  width: 25px;
}
.news-box {
  background: url(../images/bg-new.jpg) no-repeat center top;
  background-size: 100% 290px;
  padding-bottom: 60px;
  margin-top: 1rem;
}
.news-box .common-title {
  padding: 60px 0;
  color: #fff;
}
.news-box .news-nav {
  text-align: center;
}
.news-box .news-nav a {
  padding: 0 20px;
  font-size: 24px;
  color: #ffffff;
  line-height: 1;
  position: relative;
}
.news-box .news-nav a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 0;
  height: 4px;
  background-color: #007bff;
  transition: all 0.2s linear;
}
.news-box .news-nav a.selected {
  font-weight: bold;
  color: #007bff;
}
.news-box .news-nav a.selected:after {
  width: 30px;
  margin-left: -15px;
}
.news-box .news-list {
  margin-top: 30px;
  display: none;
}
.news-box .news-list.selected {
  display: block;
}
.news-box .news-list .news-item {
  background-color: #ecf5ff;
  padding: 15px;
  width: calc(50% - 8px);
  box-sizing: border-box;
  margin-right: 15px;
  margin-top: 15px;
  transition: all 0.15s linear;
}
.news-box .news-list .news-item:hover {
  transform: scale(1.02);
  box-shadow: 0 0 5px #ecf5ff;
}
.news-box .news-list .news-item:nth-child(2n) {
  margin-right: 0;
}
.news-box .news-list .news-item-image {
  width: 33%;
}
.news-box .news-list .news-item-image-cover {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.news-box .news-list .news-item-image-cover img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center center;
}
.news-box .news-list .news-item-content {
  width: 67%;
  margin-left: 33%;
  padding-left: 15px;
  box-sizing: border-box;
}
.news-box .news-list .news-item-date {
  font-size: 16px;
  color: #ffffff;
  font-style: italic;
  padding: 5px 50px 5px 10px;
  line-height: 1;
  display: inline-block;
  background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, #1d4d9d 100%);
}
.news-box .news-list .news-item-title {
  font-size: 20px;
  line-height: 1.2;
  color: #004096;
  height: 50px;
  margin-top: 10px;
  font-weight: bold;
}
.news-box .news-list .news-item-desc {
  margin-top: 10px;
  font-size: 14px;
  color: #000;
  line-height: 1.2;
}
/*新大会简介带视频*/
.xxh-grid{
  display: grid;
  grid-template-columns: 290px 610px 290px;
  grid-template-rows: 218px 218px;
  grid-gap: 5px;
  grid-auto-flow: column;
}
/* 容器：控制整体尺寸和网格布局 */
.conference-container {
  width: 100%;  /* 整体宽度，可根据需求调整 */
  height: auto;  /* 整体高度，可根据需求调整 */
  margin: 20px auto;
  display: grid;
  /* 划分网格：3列（左/中/右），2行（上/下） */
  grid-template-columns: 25% 50% 25%;
  grid-template-rows: 220px 230px;
  gap: 5px;  /* 图片/区域之间的间距 */
  overflow: hidden;
}

/* 通用图片容器样式 */
.img-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;  /* 图片裁剪填充，保持比例不拉伸 */
  display: block;
}

/* 中央核心区域样式 */
.center-box {
  grid-row: 1 / 3;  /* 跨两行 */
  grid-column: 2 / 3;  /* 第二列 */
  background: linear-gradient(135deg, #001f3f, #003366);  /* 深蓝渐变背景 */
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;

  position: relative;
}
@media (max-width: 768px) {
  .conference-container {
    grid-template-columns:100%;
  }
  .center-box{grid-row:1;grid-column:1;}
}
.center-box h1 {
  font-size: 36px;
  margin-bottom: 15px;
  font-weight: bold;
}

.center-box p {
  font-size: 18px;
  color: #cce0ff;
  margin-bottom: 40px;
}
.center-box video{
  max-width: 100%;
}
/* 核心：视频样式，填满容器 */
.full-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* 居中 */
  width: 100%;
  height: 100%;
  object-fit: cover; /* 关键属性：保持比例并填满容器，裁剪多余部分 */
  /* 备选：object-fit: fill; 强制拉伸填满（会变形），根据需求选择 */
}
/* 播放按钮样式 */
.play-btn {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #0066cc;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s;
}

.play-btn:hover {
  background-color: #0088ff;
}

.play-btn::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 25px;
  border-color: transparent transparent transparent white;
  margin-left: 5px;  /* 三角形居中微调 */
}

/* 右侧下方按钮区域 */
.more-btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #1a4b8c;  /* 背景色和示例匹配 */
  position: relative;
}

.more-btn {
  padding: 8px 30px;
  border: 1px solid white;
  color: white;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s;
}

.more-btn:hover {
  background-color: white;
  color: #003366;
}
/*新大会简介带视频 end*/
/*演讲嘉宾*/
.speaker-box {
  background: url(../images/bg-speak.jpg)no-repeat;
  background-size: cover;
  padding:60px 0;
  margin-bottom: 30px;
}
.speaker-box .speaker-header {
  text-align: center;
  position: relative;
  top: 7px;
  line-height: 1;
}
.speaker-box .speaker-header .common-title {
  color: #ffffff;
  padding: 0 20px;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
.speaker-box .speaker-header .common-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 30px;
  /*background-image: linear-gradient(to top, rgba(255, 255, 255), rgba(0, 0, 0, 0));*/
}
/*.speaker-box .speaker-header .common-more {*/
/*  position: relative;*/
/*  top: 7px;*/
/*}*/
/*.speaker-box .speaker-list {*/
/*  background: #0d5fbe;*/
/*  overflow: hidden;*/
/*  margin-top: 30px;*/
/*}*/
/*.speaker-box .speaker-list .speaker-ibox {*/
/*  width: 25%;*/
/*  padding-top: 10.67%;*/
/*  position: relative;*/
/*  overflow: hidden;*/
/*}*/
/*.speaker-box .speaker-list .speaker-item {*/
/*  background-image: linear-gradient(146deg, #004096 0%, #1778de 100%);*/
/*  padding: 30px;*/
/*  box-sizing: border-box;*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
/*  height: 100%;*/
/*  display: table;*/
/*  table-layout: fixed;*/
/*  overflow: hidden;*/
/*  width: 100%;*/
/*}*/
/*.speaker-box .speaker-list .speaker-item-content {*/
/*  display: table-cell;*/
/*  vertical-align: middle;*/
/*  width: 65%;*/
/*  color: #fff;*/
/*  box-sizing: border-box;*/
/*  padding-right: 30px;*/
/*}*/
/*.speaker-box .speaker-list .speaker-item-content .si-header-name {*/
/*  font-size: 24px;*/
/*  font-weight: bold;*/
/*  margin-bottom: 20px;*/
/*  position: relative;*/
/*}*/
/*.speaker-box .speaker-list .speaker-item-content .si-header-desc {*/
/*  height: 0;*/
/*  overflow: hidden;*/
/*  transition: all 0.1s linear;*/
/*}*/
/*.speaker-box .speaker-list .speaker-item-content .si-more {*/
/*  display: none;*/
/*  line-height: 1;*/
/*  padding: 5px 10px;*/
/*  font-size: 14px;*/
/*  position: absolute;*/
/*  bottom: 5px;*/
/*  right: 0;*/
/*  background-image: linear-gradient(90deg, rgba(168, 207, 84, 0.25) 0%, rgba(0, 0, 0, 0) 100%);*/
/*  transition: all 0.3s linear;*/
/*}*/
/*.speaker-box .speaker-list .speaker-item-content .si-more:hover {*/
/*  background-image: linear-gradient(90deg, rgba(168, 207, 84, 0.6) 0%, rgba(168, 207, 84, 0.2) 100%);*/
/*}*/
/*.speaker-box .speaker-list .speaker-item-content .si-header-org {*/
/*  font-size: 12px;*/
/*  margin-bottom: 10px;*/
/*}*/
/*.speaker-box .speaker-list .speaker-item-img {*/
/*  display: table-cell;*/
/*  vertical-align: middle;*/
/*  width: 35%;*/
/*}*/
/*.speaker-box .speaker-list .speaker-item-img-c {*/
/*  padding-top: 100%;*/
/*  position: relative;*/
/*}*/
/*.speaker-box .speaker-list .speaker-item-img-c img {*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  border-radius: 50%;*/
/*  object-fit: cover;*/
/*  object-position: center top;*/
/*}*/
/*.speaker-box .speaker-list .speaker-item:hover {*/
/*  width: 200%;*/
/*  z-index: 9;*/
/*  box-shadow: 0 0 10px #014298;*/
/*}*/
/*.speaker-box .speaker-list .speaker-item:hover .speaker-item-img {*/
/*  width: 12%;*/
/*}*/
/*.speaker-box .speaker-list .speaker-item:hover .si-more {*/
/*  display: inline-block;*/
/*}*/
/*.speaker-box .speaker-list .speaker-item:hover .si-header-name {*/
/*  -webkit-line-clamp: 1;*/
/*}*/
/*.speaker-box .speaker-list .speaker-item:hover .si-header-desc {*/
/*  height: 40px;*/
/*  line-height: 20px;*/
/*}*/
/*.speaker-box .speaker-list .speaker-ibox:hover {*/
/*  overflow: inherit;*/
/*}*/
/*.speaker-box .speaker-list .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide .speaker-item:hover {*/
/*  right: 0;*/
/*  left: auto;*/
/*}*/
/*演讲嘉宾end*/
/*组织机构信息化*/
.speaker-box .members {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 80px;
}
.speaker-box .member-card {
  width: 290px;
  transition: transform 0.3s ease;
  padding-bottom: 15px;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.speaker-box .member-img{
  /*width: 100%;*/
  overflow: hidden;
  margin: 20px auto;
  max-width: 230px;
}
.speaker-box .member-photo {
  width: 250px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 16px;
  border: 2px solid #e2e8f0;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.speaker-box .member-card:hover .member-photo {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}

.speaker-box .member-txt{
  padding-left: 24px;
  padding-right: 24px;
  text-align: center;
}
.speaker-box .member-position {
  color: #ffffff;
  margin-bottom: 8px;
}
.speaker-box .member-name {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  padding-bottom: 10px;
}
.speaker-box .member-card:hover .member-position{
  color: rgba(255, 255, 255, 0.8);
}
.speaker-box .member-card:hover .member-name{
  color: rgba(255, 255, 255, 0.82);
}
@media (max-width: 1680px) {
  .speaker-box .members{
    gap: 130px;
  }
}
@media (max-width: 1440px) {
  .speaker-box .members{
    gap: 120px;
  }
}
@media (max-width: 1360px) {
  .speaker-box .members{
    gap: 90px;
  }
}

@media screen and (max-width: 768px){
  .speaker-box .speaker-header .common-title{
    padding: 1rem 0 0;
  }
  .new-con-list .new-con{
    margin-bottom: 30px;
  }
  .members {
    flex-direction: column;
    align-items: center;
  }
  .member-card {
    width: 100%;
    max-width: 320px;
  }
  .speaker-box .member-photo{
    max-width: 100%;
  }
  .speaker-box .members{
    gap: 40px;
  }
}
/*组织机构end*/
/*组织机构*/
.sy-zhuyi{text-align: center;}

.sy-zhuyi .sy-zhuxi-img{overflow: hidden;object-fit: cover; margin:0 auto;transition: transform 0.5s ease-in-out; /* 平滑过渡效果 */}
.sy-zhuyi .sy-zhuxi-img img{width: 100%;object-fit: cover;}
.sy-zhuyi .sy-text{
  text-align: left;
  padding-left: 15px;
}
.sy-zhuyi .name{font-size: 20px;margin-bottom: 5px; color:#232b65;}
.sy-zhuyi h4{font-size: 18px;color:#232b65;margin-bottom: 10px;}
.sy-zhuyi .sy-text p{
  line-height: 22px;
}
.sy-zhuyi .sy-zhuxi-img:hover{
  cursor: pointer;
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.peaker-list{}

.speaker-box row{}
.speaker-ibox{
  display: block;
  height: 100%;
  filter: transform;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
}
.speaker-ibox .speaker-item {
  background: url(../images/bg-guest2.jpg)no-repeat right bottom;
  background-size: cover;
  padding: 30px;
  box-sizing: border-box;
  /*position: absolute;*/
  /*left: 0;*/
  /*top: 0;*/
  height: 100%;
  display: table;
  table-layout: fixed;
  overflow: hidden;
  width: 100%;
  filter: transform;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
  font-family: "微软雅黑", sans-serif;
}
.speaker-box .speaker-list .speaker-item-content {
  display: table-cell;
  vertical-align: middle;
  width: 65%;
  color: #fff;
  box-sizing: border-box;
  padding-right: 30px;
}
.overflow-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.speaker-box .speaker-list .speaker-item-content .si-header-name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
}
.speaker-box .speaker-list .speaker-item-content .si-header-org {
  font-size: 12px;
  margin-bottom: 10px;
}

.speaker-box .speaker-list .speaker-item-img {
  display: table-cell;
  vertical-align: middle;
  width: 35%;
  /*width: 150px;*/
  /*float: right;*/
}
.speaker-box .speaker-list .speaker-item-img.speaker-item-img-t{
  width: 20%;
}
.speaker-box .speaker-list .speaker-item-img-c {
  padding-top: 100%;
  position: relative;
}
.speaker-box .speaker-list .speaker-item-img-c img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  border:2px solid #ffffff;
}
.speaker-box .speaker-list .speaker-item .si-more {
  display: inline-block;
  line-height: 1;
  padding: 5px 0;
  font-size: 13px;
  transition: all 0.3s linear;
  /*background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0.01) 100%);*/
  color: rgba(255, 255, 255, 0.8);
}
.speaker-ibox:hover .speaker-item .speaker-item-img img{
  /*background: linear-gradient(146deg, #004096 0%, #1778de 100%);*/
  filter: transform;

  transform: scale(0.95);
  -ms-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -o-transform: scale(0.95);
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  cursor: pointer;
}
.speaker-box .speaker-list .speaker-ibox:hover .speaker-item-content{
  color: #FFFFFF;
}
.speaker-box .speaker-list .speaker-ibox:hover .speaker-item-content .si-header-name{
  color: #FFFFFF;
}
.speaker-box .speaker-list .speaker-ibox:hover .speaker-item-content .si-header-org{
  color: #FFFFFF;
}
.speaker-box .speaker-list .speaker-ibox:hover .speaker-item .si-more {
  color:#ffffff;
  /*background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 0%, rgba(19, 109, 207, 0.01) 100%);*/
}

@media screen and (max-width: 768px){
  .speaker-box .speaker-header .common-title{
    padding: 1rem 0 0;
  }
}
/*主办单位*/
.organ-box {
  margin-top: 30px;
  text-align: center;
}
.organ-box .organ-item-title {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 10px;
}
.organ-box .organ-content-item {
  display: inline-block;
  width: 20%;
}
.organ-box .organ-content-item:not(:first-child) {
  margin-left: 30px;
}
.organ-box .organ-floor {
  text-align: center;
}
.organ-box .organ-floor .organ-item {
  display: inline-block;
  margin: 10px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(21, 122, 223, 0.25);
  border-radius: 5px;
  width: 100%;
  padding-top: 20%;
  max-width: 400px;
  position: relative;
  transition: all 0.15s linear;
}
.organ-box .organ-floor .organ-item img {
  position: absolute;
  left: 15%;
  right: 15%;
  top: 20%;
  bottom: 20%;
  width: 70%;
  height: 60%;
  object-fit: contain;
  object-position: center center;
}
.organ-box .organ-floor .organ-item:hover {
  transform: scale(1.02);
}
.sponsors-box {
  overflow: hidden;
  position: relative;
  padding-bottom: 70px;
  background-color: #f9fcff;
  margin-top: 30px;
}
.sponsors-box .sponsors-header {
  text-align: center;
  position: relative;
  padding: 40px 0 10px;
}
.sponsors-box .sponsors-header .common-title {
  color: #004096;
  padding: 0 20px;
  position: relative;
  display: inline-block;
}
.sponsors-box .sponsors-header .common-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 30px;
  background-image: linear-gradient(to top, rgba(249, 252, 255), rgba(0, 0, 0, 0));
}
.sponsors-box .sponsors-header .common-more {
  position: relative;
  top: 7px;
}
.sponsors-box .sponsors-list {
  padding: 0 30px;
}
.sponsors-box .sponsors-list .sponsors-item {
  width: 25%;
  padding: 0 10px;
  box-sizing: border-box;
  color: #000000;
  margin-top: 30px;
  transition: all 0.2s linear;
}
.sponsors-box .sponsors-list .sponsors-item:hover {
  transform: scale(1.02);
}
.sponsors-box .sponsors-list .sponsors-item-img {
  padding-top: 22%;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(21, 122, 223, 0.25);
  border-radius: 5px;
  margin-top: 10px;
}
.sponsors-box .sponsors-list .sponsors-item-img img {
  position: absolute;
  left: 15%;
  top: 20%;
  bottom: 20%;
  right: 15%;
  width: 70%;
  height: 60%;
  object-fit: contain;
  object-position: center center;
}
.sponsors-box .swiper-pagination {
  bottom: 30px;
}
.sponsors-box .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 6px;
  border-radius: 0;
}
.sponsors-box .swiper-pagination .swiper-pagination-bullet-active {
  width: 25px;
}
.sponsors-box .swiper-button-next,
.sponsors-box .swiper-button-prev {
  top: 61%;
  height: 27px;
  opacity: 0.5;
}
.sponsors-box .swiper-button-next:hover,
.sponsors-box .swiper-button-prev:hover {
  opacity: 1;
}
.email-btn {
  padding: 15px 30px;
  line-height: 1;
  font-size: 16px;
  margin-top: 25px;
  display: inline-block;
  color: #fefefe;
  background-image: linear-gradient(90deg, #1379de 0%, #07baab 49%, #80d033 100%);
  border-radius: 5px;
  outline: none;
  transition: all 0.15s linear;
  border: 0;
}
.email-btn:hover {
  color: #fefefe;
  transform: scale(1.1);
}
.email-module {
  padding: 50px 30px;
  text-align: center;
  background: url('../images/email-bg.jpg') no-repeat center center;
  background-size: cover;
}
.email-module .email-item {
  float: left;
  width: calc(100% / 3);
  box-sizing: border-box;
  padding: 0 10px;
  position: relative;
}
.email-module .email-item:nth-child(2)::after,
.email-module .email-item:nth-child(2)::before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
}
.email-module .email-item:nth-child(2)::after {
  right: 0;
}
.email-module .email-item:nth-child(2)::before {
  left: 0;
}
.email-module .email-item:nth-child(2) .email-btn,
.email-module .email-item:nth-child(3) .email-btn {
  background-image: linear-gradient(90deg, #2967F0 0%, #4D94F3 49%, #8FE0FB 100%);
}
.email-module p {
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
}
.alert-wrapper {
  position: fixed;
  left: 0;
  top: 100%;
  right: 0;
  bottom: 0;
  max-height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  line-height: 1.3;
  transition: all 0.15s linear;
}
.alert-wrapper.active {
  top: 0;
}
.alert-wrapper .alert-content {
  background: #ffffff url(../images/alert-bg.png) no-repeat center top;
  background-size: 100% auto;
  border-radius: 20px;
  width: 600px;
  box-sizing: border-box;
  padding: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -325px;
  transform: translateY(-50%);
}
.alert-wrapper .alert-content-title {
  font-weight: bold;
  font-size: 28px;
  color: #004096;
  line-height: 1.2;
  text-align: center;
}
.alert-wrapper .alert-content .icon {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 20px;
  cursor: pointer;
  box-sizing: content-box;
}
.alert-wrapper .alert-form-item {
  margin-top: 25px;
}
.alert-wrapper .alert-form-item label {
  font-size: 14px;
  color: #000000;
  margin-bottom: 0;
}
.alert-wrapper .alert-form-item .alert-form-input {
  background-color: #f7f7f7;
  border-radius: 5px;
  border: solid 1px #dcdcdc;
  line-height: 1;
  padding: 14px 10px;
  box-sizing: border-box;
  width: 100%;
  outline: none;
}
.alert-wrapper .alert-form-item .alert-form-input:focus {
  box-shadow: 0 0 3px #80d033;
}
.alert-wrapper .alert-form-tips {
  background-color: #f8ffee;
  border-radius: 5px;
  border: solid 1px #d5e9b0;
  padding: 15px;
  color: #474747;
  font-size: 14px;
  margin-top: 20px;
}
.alert-wrapper .alert-form-tips label {
  padding: 10px 0;
  display: inline-block;
  color: #6fae2c;
  position: relative;
  user-select: none;
  cursor: pointer;
}
.alert-wrapper .alert-form-tips label input {
  margin-right: 8px;
}
.alert-wrapper.download-prev-form .alert-content {
  padding: 36px 50px;
}
.alert-wrapper.download-prev-form .alert-content-title {
  font-size: 18px;
}
.alert-wrapper.download-prev-form .alert-form-item {
  margin-top: 10px;
}
.alert-wrapper.download-prev-form .alert-form-item .alert-form-input {
  padding: 6px 8px;
  font-size: 14px;
  margin-top: 6px;
}
.alert-wrapper.download-prev-form .alert-form-item .select2-selection--multiple {
  min-height: 0;
  border: solid 1px #dcdcdc;
  border-radius: 5px;
  background-color: #f7f7f7;
  padding: 0 8px;
  margin-top: 6px;
}
.alert-wrapper.download-prev-form .alert-form-item .select2-selection--multiple .select2-search__field {
  margin-bottom: 5px;
}
.alert-wrapper.download-prev-form .alert-form-item .select2-selection--multiple .select2-selection__rendered {
  display: block;
  padding: 0;
}
.alert-wrapper.download-prev-form .alert-form-item .select2-selection--multiple .select2-selection__choice {
  padding: 2px 5px;
  margin-bottom: 5px;
}
.alert-wrapper.download-prev-form .layui-input-block label {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.alert-wrapper.download-prev-form .layui-input-block label input[type="checkbox"] {
  margin-right: 5px;
}
.alert-wrapper.download-prev-form .email-btn {
  padding: 10px 30px;
}
.alert-wrapper .el-cascader {
  display: block;
}
.alert-wrapper .el-cascader .el-input__inner {
  display: block;
  height: 32px;
  padding: 6px 8px;
  font-size: 14px;
  margin-top: 6px;
  box-sizing: border-box;
  background-color: #f7f7f7;
  border-radius: 5px;
  border: solid 1px #dcdcdc;
}
.photo-box {
  overflow: hidden;
}
.photo-box .photo-header {
  width: 20%;
  background-color: #1679de;
  padding-top: 29.9%;
  position: relative;
}
.photo-box .photo-header-content {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  box-sizing: border-box;
  padding: 70px 20px 20px 20px;
}
.photo-box .photo-header-content .common-title {
  color: #fff;
  text-align: left;
  line-height: 1.3;
  position: relative;
}
.photo-box .photo-header-content .common-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 6px;
  right: 0;
  height: 30px;
  background-image: linear-gradient(to top, #1679de, rgba(0, 0, 0, 0));
}
.photo-box .photo-header-content .common-more {
  color: #fff;
  position: absolute;
  left: 30px;
  bottom: 50px;
}
.photo-box .photo-list {
  width: 80%;
}
.photo-box .photo-item {
  width: 33.333%;
  padding-top: 18.7%;
  position: relative;
  transition: all 0.15s linear;
}
.photo-box .photo-item:hover {
  transform: scale(1.02);
}
.photo-box .photo-item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.footer-box {
  padding: 30px;
  box-sizing: border-box;
  background-color: #f6fbff;
}
.footer-box .footer-title {
  color: #004096;
  font-size: 20px;
  padding: 5px 10px;
  display: inline-block;
  background-image: linear-gradient(-90deg, rgba(29, 77, 157, 0) 0%, rgba(29, 77, 157, 0.3) 100%);
  font-weight: bold;
}
.footer-box .footer-item {
  color: #000;
  margin-top: 20px;
}
.footer-box .footer-item h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 6px;
}
.footer-box .footer-item p {
  line-height: 1.5;
}
.footer-box .footer-item:not(:first-child) {
  margin-left: 50px;
}
.footer-box .footer-qrcode img {
  width: 150px;
  height: 150px;
}
.footer-box .footer-qrcode img:not(:first-child) {
  margin-left: 30px;
}
.footer-box2 {
  background-color: #004096;
  text-align: center;
  padding: 20px 0;
}
.footer-box2 .footer-admin {
  font-size: 14px;
  color: #ffffff;
}
.side-box {
  position: fixed;
  right: 0;
  bottom: 100px;
  width: 40px;
  padding: 5px 0;
  z-index: 9;
  background-color: #1679de;
}
.side-box img {
  display: block;
  width: 40px;
  height: 40px;
  padding: 9px;
  object-fit: contain;
  object-position: center center;
}
.side-box img:hover {
  background-color: #004096;
}
.side-box .scroll-top {
  display: none;
}
/*.side-date {*/
/*  position: fixed;*/
/*  right: 0;*/
/*  top: 260px;*/
/*  width: 120px;*/
/*  height: 160px;*/
/*  padding: 20px 10px;*/
/*  box-sizing: border-box;*/
/*  text-align: center;*/
/*  z-index: 9;*/
/*  background: linear-gradient(146deg, #004096 0%, #1778de 100%);*/
/*  border-radius: 10px;*/
/*}*/
/*新闻2024*/
.bg-news{
  background: #ecf2f7;
}
.bg-news .common-title{
  color: #0f79ea;
  width: 100%;
  text-align: center;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
.new-row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px;
  /*gap: 25px 0;*/
  /*grid-template-columns: repeat(3, 1fr);*/
}

.new-con-iteam{
  width: 33.3%;
  padding: 0 12px;
}

.new-con-list{
  height: 100%;

}
.new-con-list .new-con{
  display: block;
  height: 100%;
  padding: 30px 0;
  box-shadow: 0 1px 9px #f1f1f1;
}
.new-con-list .new-con .new-pic{
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.new-con-list .new-con .new-pic img{
  object-fit: cover;
}
.new-con-list .new-con .news-time{
  padding:5px 0 5px 0;
  color: #999999;
}
.new-con-list .new-con .news-time span{
  font-size: 14px;
}
.new-con-list .new-con .new-name{
  font-size: 17px;
  color: #000000;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 5px 0 10px 0;
}
.new-con-list .new-con .new-name a{
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color:#1676dc;
  font-weight: bold;
}
.new-con-list .new-con .abstracts{
  font-size: 14px;
}
.new-con-list .new-con .new-more{
  display: block;
  padding-top: 30px;
}

.new-con-list .new-con .new-more .si-more {
  display: block;
  width: 142px;
  height: 42px;
  line-height: 42px;
  font-size: 13px;
  transition: all 0.3s linear;
  color: #0066ff;
  text-align: center;
  position: relative;
  z-index: 0;
}
.new-con-list .new-con .new-more .si-more:before, .new-con-list .new-con .new-more .si-more:after {
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.new-con-list .new-con .new-more .si-more:before {
  width: 100%;
  background-color: rgba(217, 217, 217, 0.5);
}
.new-con-list .new-con .new-more .si-more:after {
  width: 0;
  transition: width 0.3s ease;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  background-color: #0f79ea;
  z-index: -1;
}
.new-con-list .new-con:hover{
  /*background: #136dcf;*/
  filter: transform;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
}
@media only screen and (max-width:767px){
  .new-con-iteam{
    width: 100%;
    margin-bottom: 20px;
  }

}
/*.new-con-list .new-con:hover .news-time span{*/
/*  color: #FFFFFF;*/
/*}*/
/*.new-con-list .new-con:hover .new-name a{*/
/*  color: #FFFFFF;*/
/*}*/
/*.new-con-list .new-con:hover .abstracts{*/
/*  color: #FFFFFF;*/
/*}*/
.new-con-list .new-con:hover .new-more .si-more {
  /*color:#ffffff;*/
  /*background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 0%, rgba(19, 109, 207, 0.01) 100%);*/
}
.new-con-list .new-con:hover .new-pic img{
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  cursor: pointer;
}
.new-con-iteam .si-more img {
  -webkit-transition: all .4s;
  transition: all .4s;
}
.new-con-list .new-con:hover .news-time span{
  color: #0066ff;
}
.new-con-list .new-con:hover .new-name{
  color: #0066ff;
}
.new-con-list .new-con:hover .abstracts{
  color: #0066ff;
}
.new-con-list .new-con:hover .new-more .si-more {
  color:#ffffff;
  /*background: #0069fe;*/
}
.new-con-list .new-con:hover .new-more .si-more:after{
  width: 100%;
}
.new-con-iteam .si-more .iconfont{
  font-size: 20px;
  vertical-align: middle;
}
.new-con-iteam:hover .new-con{
  background: url(../images/new-hover.jpg)no-repeat top;
  cursor: pointer;
}
.new-con-iteam:hover .new-name a{
  color: #FFFFFF;
}
.new-con-iteam:hover .news-time,.new-con-iteam:hover .abstracts{
  color: #FFFFFF;
}
.new-con-iteam:hover .si-more img,.new-con-iteam:hover .iconfont{
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: All 0.4s linear ;

  -webkit-transition: All 0.4s linear ;

  -moz-transition: All 0.4s linear ;

  -o-transition: All 0.4s linear ;

  display: inline-block;

}
.new-con-iteam:hover .new-more .si-more{
  color: #FFFFFF;
}
.new-morebtn{
   padding: 7px 25px;
  display: inline-block;
  transition: all 0.3s linear;
  background-image: linear-gradient(90deg, rgba(125, 190, 247, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  font-size: 14px;
  border-radius: 50px;
  border: 1px solid #2369dc;
  color: #2369dc;
}
.new-morebtn:hover{
  background: #0f79ea;
  color: #ffffff;
}
/*新闻*/
/*为什么why*/
.whyattend__row .whyattend-col.content-col.swiper-slide {
  width: 100%;
}

.whyattend__row .whyattend-col.content-col.swiper-slide h3 {
  height: auto !important;
  background: none;
  color:#fff;
}

.whyattend__row .whyattend-col.content-col.swiper-slide p {
  width: 100%;
  text-align: center;
  max-width: 100%;
  padding-top: 20px;
  color:#fff;
}

section.component__whyattend {
  padding-bottom: 80px;
}
section.component__whyattend {
  padding-bottom: 80px;
  background: linear-gradient(90deg, rgb(39 143 139) 0%, rgb(10 74 139));
}
@media only screen and (min-width: 768px) {
  .component__whyattend .wrap__head {
    display:none
  }
}

.whyattend__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -6px
}
.whyattend__row .whyattend-col.content-col.swiper-slide {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .whyattend__row {
    margin:0;
    overflow: hidden
  }
}

@media only screen and (min-width: 768px) {
  .whyattend__row .swiper-wrapper {
    display:-webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.whyattend__row .whyattend-col {
  width: calc(35% - 40px);
  border-radius: 3px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  overflow: hidden;
  margin: 6px;
  padding: 33px;
  background-color: var(--clr-grey-200);
  color: var(--text-color);
  height: auto
}

@media only screen and (max-width: 1440px) {
  .whyattend__row .whyattend-col {
    padding:20px
  }
}

@media only screen and (max-width: 1024px) {
  .whyattend__row .whyattend-col {
    width:calc(50% - 12px)
  }

  .whyattend__row .whyattend-col:last-child {
    width: calc(100% - 12px)
  }
}

.whyattend__row .whyattend-col .gradient {
  width: 150px;
  height: 150px;
  opacity: 0
}

.whyattend__row .whyattend-col.content-col,.whyattend__row .whyattend-col.link-col {
  width: calc(35% - 40px)
}

@media only screen and (max-width: 1024px) {
  .whyattend__row .whyattend-col.content-col,.whyattend__row .whyattend-col.link-col {
    width:calc(100% - 12px)
  }
}

@media only screen and (max-width: 767px) {
  .whyattend__row .whyattend-col.content-col,.whyattend__row .whyattend-col.link-col {
    width:calc(100% - 12px)
  }
}

@media only screen and (max-width: 767px) {
  .whyattend__row .whyattend-col {
    width:100%;
    margin: 0;
    padding: 32px
  }
}

.whyattend__row .whyattend-col.content-col {
  background-color: transparent;
  padding-top: 0;
  padding-left: 0;
  color: #777e90;
  font-size: 18px;
  font-size: 1.125rem
}

@media only screen and (max-width: 767px) {
  .whyattend__row .whyattend-col.content-col {
    display:none
  }
}

@media only screen and (max-width: 767px) {
  .whyattend__row .whyattend-col.content-col {
    display:none
  }
}

.whyattend__row .whyattend-col.content-col h3 {
  color: var(--heading-color)
}

.whyattend__row .whyattend-col.content-col.swiper-slide {
  padding-bottom: 0;
  padding-right: 0
}

/*.whyattend__row .whyattend-col.content-col.swiper-slide h3 {*/
/*  width: 100%;*/
/*  -webkit-box-pack: center;*/
/*  -ms-flex-pack: center;*/
/*  justify-content: center;*/
/*  -webkit-box-align: center;*/
/*  -ms-flex-align: center;*/
/*  align-items: center;*/
/*  -ms-flex-line-pack: center;*/
/*  align-content: center;*/
/*  justify-items: center;*/
/*  text-align: center;*/
/*  background: #fcfcfd;*/
/*  height: 100%;*/
/*  padding-bottom: 0!important;*/
/*  margin: 0*/
/*}*/

.whyattend__row .whyattend-col.content-col p {
  max-width: 280px
}
.whyattend__row .whyattend-col .detailed-desc p{
  font-size: 15px;
  line-height: 28px;
}
.animate-text_black {
  background-image: -webkit-gradient(linear, left top, right top, from(#0f79ea), color-stop(0, #2170c0), color-stop(0, #777e90));
  background-image: linear-gradient(90deg, #0f79ea 0, #2170c0 0, #777e90 0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 600;
}
/*.whyattend__row .whyattend-col.slider-item:hover .gradient {*/
/*  opacity: 1*/
/*}*/

.whyattend__row .whyattend-col.link-col {
  background: url(../fonts/pattern.svg) no-repeat #113c91;
  background-size: contain;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: auto;
  width: 100%;
  padding: 33px
}
/*.intro-text_1 {*/
/*  background-image: -webkit-gradient(linear,left top,right top,from(#000),color-stop(0,#bbceee));*/
/*  background-image: linear-gradient(90deg,#000 0,#bbceee 0);*/
/*  -webkit-background-clip: text;*/
/*  -webkit-text-fill-color: transparent;*/
/*  -webkit-background-clip: text;*/
/*  background-clip: text*/
/*}*/
/*.intro-text_2 {*/
/*  background-image: -webkit-gradient(linear,left top,right top,from(#ff0000),color-stop(0,#bbceee));*/
/*  background-image: linear-gradient(90deg, #ff0000 0,#bbceee 0);*/
/*  -webkit-background-clip: text;*/
/*  -webkit-text-fill-color: transparent;*/
/*  -webkit-background-clip: text;*/
/*  background-clip: text*/
/*}*/
@media only screen and (max-width: 767px) {
  .whyattend__row .whyattend-col.link-col {
    margin-bottom:12px
  }
}

@media only screen and (max-width: 1024px) {
  .whyattend__row .whyattend-col.link-col {
    padding:20px
  }
}

.whyattend__row .whyattend-col.link-col .link-info {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 150%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.whyattend__row .whyattend-col.link-col .link-info .icon {
  margin-left: 17px;
  -webkit-transition: all .4s;
  transition: all .4s;
  width: 22px;
  height: 22px
}

.whyattend__row .whyattend-col.link-col .link-info span {
  -webkit-transition: all .4s;
  transition: all .4s
}

.whyattend__row .whyattend-col.link-col:hover span {
  text-decoration: underline
}

.whyattend__row .whyattend-col.link-col:hover .icon {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

@media only screen and (min-width: 768px) {
  .whyattend__row .common-swiper-pagination {
    display:none
  }
}
/*2026为什么*/
/*why*/
.common-head{  text-align: center;}
.common-head .text-container{
  position: relative;
  display: inline-block;
}
/*.common-head .text-container::after {*/
/*  content: '';*/
/*  position: absolute;*/
/*  left: 0;*/
/*  bottom: 8px;*/
/*  height: 6px;*/
/*  width: 100%;*/
/*  background-color: #10caed;*/
/*  !* 动画核心：从0宽度延伸到100% *!*/
/*  transform: scaleX(0);*/
/*  transform-origin: left center; !* 从左侧开始延伸 *!*/
/*  animation: line-stretch 1s ease-in-out forwards; !* 1秒完成动画 *!*/
/*  mix-blend-mode: multiply;*/
/*}*/
/* 初始状态：下划线宽度为0 */
.common-head .text-container::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 8px;
  height: 6px;
  width: 100%;
  background-color: #10caed;
  transform: scaleX(0);
  transform-origin: left center;
  mix-blend-mode: multiply;
  /* 移除默认的animation，改为通过类控制 */
  transition: transform 0s;
}

/* 触发动画的类 */
.common-head .text-container.animate::after {
  animation: line-stretch 1s ease-in-out forwards;
}

/* 动画关键帧 */
@keyframes line-stretch {
  to {
    transform: scaleX(1);
  }
}
.why-attend{
  padding-top: 10px;

}
.why-attend .common-title{
  padding: 40px 0;
}
.attend-list a{
  display: block;
  position: relative;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.attend-list a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.attend-position{
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 0 10px;
}
.attend-list .attend-bg{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(32, 119, 224, 0.63));
  transition: 0.25s ease-in;
}
.attend-list .attend-position {
  padding: 24px 10px;

}
.attend-list .attend-position p{
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05rem;
}
.attend-list a:hover .attend-bg{
  height:30%;
}
.attend-txt{
  padding-top: 40px;
}
.attend-txt p{
  font-size: 15px;
  color: #000000;
  line-height: 2;
  text-align: center;
}
@media (max-width: 768px) {
  .attend-list{
    margin-bottom: 20px;
  }
}
/**/
/*带来什么*/
.section__body__article{height: 100%;position: relative;}
.article__image img{width: 100%;}
.article--boxed-primary {
  background: #3a98d3;
}
.article--boxed-secondary {
  background: #2865af;
}
.article--boxed-third{
  background: #3ab1b4;
}
.article--boxed-fourth{
  background: #f4af2d;
}
.article__image{overflow: hidden;}
.section__body__article:hover .article__image img{
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  cursor: pointer;
}
@media (min-width: 600px) {
  .article {
    height: 100%;

  }
}
@media (max-width: 768px) {
  .section__body__article{
    margin-bottom: 20px;
  }
}

/*带来什么 end*/
/*who*/
.bg-who{

}
.bg-fixed1{
  background: url(../images/bg-who.jpg)no-repeat;
  background-size: cover;
  background-position: center center;
}
.bg-fixed2{
  background: url(https://zhibofs.oss-cn-beijing.aliyuncs.com/xiaochengxu/xinxi2026/images/bg-jiyu-1.jpg)no-repeat;
  background-size: cover;
  background-position: center center;
}
.who-body{
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 13px;
  padding-right: 13px;
}
.who-body .who-body-article{padding: 80px 0;}
.article--boxed-tertiary{
  background: #2077e0;
  display: flex;
  flex-direction: column;
  color:#ffffff;
}
.article--boxed-jiyu{background: #10caed;}
.article__header-body{
  padding: 50px;
}
.article__header .article__header__title{
  font-size: 20px;
}
.article__body p{margin-bottom: 1em;}
/*.article__body li::marker { unicode-bidi: isolate; font-variant-numeric: tabular-nums; text-transform: none; text-indent: 0px !important; text-align: start !important; text-align-last: auto !important; }*/
.who-ul li{
  position: relative;
  padding-left: 2em;
  padding-bottom: 1em;
}
.who-ul li::after{
  content: '';
  position: absolute;
  left: 10px;
  top: 8px;
  width: 4px;
  height: 4px;
  background: #FFFFFF;
}
.ck-button-pos{
  position: absolute;
  bottom:40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform:translateX(-50%);
}

.ck-button-two{ color: #10caed;}
.ck-button-one:hover{
  background: #0e83eb;
  color: #ffffff;
}
@media (min-width: 1280px) {
  .bg-who {
    background-attachment: fixed;
  }
  .who-body{
  padding-left: 52px;
  padding-right: 52px;}
}
@media (min-width: 768px) {
  .who-body {
    display: flex;
  }
  .who-body .who-body-article{
    width: 50%;
    margin-top: 0;
    flex-grow: 1;
    flex-basis: 0;
    padding-right: 52px;
  }
  .article__header .article__header__title{
    font-size: 24px;
  }
  .section__body__article .article {padding-bottom: 60px;}
  .ck-button-one{
    line-height: 1.33;
    border-radius: 0px;
    transition: 0.5s ease-in;
    display: inline-block;
    padding: 13px 25px;
    color: #2369dc;
    border: none;
    background: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
  }
}
@media (min-width: 600px) {
  .article {
    height: 100%;

  }
}
/*who end*/
.ad-xinxi{
  position: relative;
  display: block;
  overflow: hidden;
}
.ad-xinxi:before{
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, .02) 100%);
  background: -o-linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, .02) 100%);
  background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, .02) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, .02) 100%);
  -webkit-transform: skewX(-19deg);
  transform: skewX(-19deg);
  -webkit-animation: shine1 3.5s infinite;
  animation: shine1 3.5s infinite;
}
@-webkit-keyframes shine1{100%{left: 135%}}
@keyframes shine1{100%{left: 135%;}}
/*往届回顾*/
#photos{position: relative;}
.one{margin:0 auto;height:248px;overflow:hidden;position:relative; }
.one ul{height:288px;width:100000px;position:absolute;left:0;} /*ul width的宽不能过小*/
.one ul li{display:block;float:left;
  margin:4px;
  height:248px;position:relative;}
.one ul li a{display:inline-block;height:248px;}
.one ul li img{display:block;height:248px;}
.one ul li a span{height:0;display:block;background:rgba(0,0,0,0.4);position:absolute;bottom:0;color:#fff;font-size:0px;}
.one ul li a:hover span{height:150px;line-height:150px;font-size:20px;text-align:center;transition:all 0.7s;}

.two{margin:0 auto;height:248px;overflow:hidden;position:relative; }
.two ul{height:288px;width:100000px;position:absolute;left:0;} /*ul width的宽不能过小*/
.two ul li{display:block;float:left;
  margin:4px;
  height:248px;position:relative;}
.two ul li a{display:inline-block;height:248px;}
.two ul li img{display:block;height:248px;}
.two ul li a span{height:0;display:block;background:rgba(0,0,0,0.4);position:absolute;bottom:0;color:#fff;font-size:0px;}
.two ul li a:hover span{height:150px;line-height:150px;font-size:20px;text-align:center;transition:all 0.7s;}
.his-a{display:block;width: 100%;}
.his-pic{
  object-fit: cover;
  overflow: hidden;
}
.his-pic img{
  width: 100%;
  object-fit: cover;
}
.his-pic:hover img{
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  cursor: pointer;
}
.his-position{
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0,98,204,0.36);
  text-align: center;
  padding: 0 10px;
}
.his-position span{font-size: 13px;color: #ffffff; line-height: 20px;}
.his-position p{font-size: 12px;color: #ffffff; line-height: 18px; margin-bottom: 0px;padding: 5px 0;}
/*往届end*/
    /*footer*/
.footer-box img{
  vertical-align: middle;
}
.footer-s{background: url(../images/bg-bottom.jpg)no-repeat;
background-size: cover;
}
.footer {
  padding: 20px 50px 20px 50px;
}
.footer .bot-tit {
  font-size: 20px;
  color: #ffffff;
}
.footer .erweima{padding-left:20px;}
.footer .erweima img{border-radius: 5px;}
.footer .erweima p{color: #ffffff;font-size: 13px;text-align: center;padding-top: 6px;}
.footer .bot-logo{padding-top: 40px;}
.bot-nav{
  padding-top: 20px;
}
.bot-nav ul li{
  float: left;
  padding-right: 30px;
  width: 36%;
}
.bot-nav ul li a{
  display: inline-block;
  background:#ecf5ff;
  border: 1px solid rgba(255, 255, 255, 0.62);
  width: 100%;
  line-height: 42px;
  text-align: center;
  color: #333333;
  margin-bottom: 5px;
  border-radius: 5px;
  font-size: 14px;
}
.bot-nav ul li a:hover{color:#ffffff;background: #0f79ea;}
.footer .bot-lx{margin-bottom: 25px;}
.footer .bot-lx h3{font-size: 16px;font-weight: 600; margin-bottom: 5px;position: relative;/*padding-left: 28px;*/letter-spacing: 0.15rem;}
.footer .bot-lx-en h3{font-size: 15px;font-weight: 600; margin-bottom: 10px;position: relative;padding-left: 28px;letter-spacing: 0rem;font-family: Arial;}

.footer .bot-line{
  width:90%;height: 1px;
  /*background: rgba(255, 255, 255, 0);*/
  margin:5px 0;
  background: linear-gradient(90deg, rgba(137, 137, 137, 0.56) 0%, rgba(255, 255, 255, 0) 100%);
  /*border-bottom: 1px solid rgba(222, 222, 222, 0.72);*/
  /*border-top:2px solid #FFFFFF;*/
}
.footer .bot-lx p{
  line-height: 20px;
  font-size: 14px;
  color: #ffffff;
}
.footer .icon{}
.footer .bot-email{letter-spacing: 0rem;}
.bottom{width: 100%; height: auto;padding: 10px 0;background: rgba(30, 96, 255, 0.47);}
.bottom .container-fluid{}
.bottom p{text-align: center;line-height: 24px; color: rgba(255, 255, 255, 0.98);font-size: 13px;}
.bottom a.beian{color:#FFFFFF;}
.footer .nav_fl .tit,.lx-index .tit{
  font-size: 1.65rem;
  color: #fff;
  line-height: 1;
  margin-bottom: 20px;
  margin-top: 30px;
}
.footer .nav_fl{margin-right: 3.46%;}
.footer .lx-index{}
.footer .nav_fl dt{color: #eeeeee; line-height: 1; margin-bottom: 15px;}
.footer .nav_fl dd{color: #999999;}
.footer .nav_fl dd p{line-height: 26px;font-size: 14px;}
@media (max-width: 768px) {
  .footer {
    padding: 0;
    display: none;
  }
}
/*foot end*/


.side-date {
  position: fixed;
  right: 0;
  top: 260px;
  padding: 20px 10px;
  box-sizing: border-box;
  text-align: center;
  z-index: 9;

}
.side-date .icon {
  position: absolute;
  right: 0;
  top: -9px;
  width: 20px;
  border: 1px solid #999;
  background: #fff;
  border-radius: 50%;
  padding: 3px;
  height: 20px;
}
.side-date-title {
  font-size: 18px;
  color: #fffefe;
  line-height: 1;
}
.side-date-date {
  font-size: 45px;
  color: #fffefe;
  font-weight: bold;
}
.side-date-days {
  color: #fffefe;
}
/*倒计时*/
.index0{position:absolute;z-index:9999;width:175px;}
.index0.fixed{position:fixed;top:0;}
.djs{padding:5px 0;color:#fff;background-color:#3476fc}
.djs strong, .djs span{display:block;float:left;width:32%;text-align:center;}
.djs strong:first-child, .djs span:first-child{width:36%;}
.djs1{padding:5px 10px;overflow: hidden;}
.djs1:first-child{border-bottom:1px solid #406298;font-size:20px;font-weight:bold;
  overflow: hidden;
}
.index0>a{display:block;margin-top:10px;font-size:medium;line-height:30px;transition:ease .5s;-webkit-transition:ease .5s;}
.index0>a>i{margin-top:1px;font-size: 20px;}
.index0>a.btn-danger{background-color:#fc4718;}
.index0>a.btn-success{background-color:#4f9a0b;}
.index0 .fa-user-o:before {
  color: #ffffff;
}


@media(min-width:1660px){
  .index0{right:5px;}
}
@media(max-width:1659px){
  .index0{right:5px;}
}
@media(max-width:1199px){
  .index0{}
}
@media (max-width: 767px){
  .hidden-xs {
    display: none!important;}
}
/*daojishi end*/
.sub-header-title {
  width: 100%;
  height: 350px;
  line-height: 175px;
  background: #0f79ea;
  position: relative;
  background: url(../images/bg-comban.jpg?v=24) no-repeat center;
}
/*.bg-aboutf{*/
/*  background: url(../images/bg-aboutf.gif) no-repeat center;*/
/*}*/
/*.bg-huiyif{*/
/*  background: url(../images/bg-huiyif.gif) no-repeat center;*/
/*}*/
/*.bg-zwf{*/
/*  background: url(../images/bg-zhengwenf.gif) no-repeat center;*/
/*}*/
/*.bg-regf{*/
/*  background: url(../images/bg-regf.gif) no-repeat center;*/
/*}*/
/*.bg-zhanlanf{*/
/*  background: url(../images/bg-zhanlanf.gif) no-repeat center;*/
/*}*/
/*.bg-mediaf{*/
/*  background: url(../images/bg-mediaf.gif) no-repeat center;*/
/*}*/
/*.bg-contactf{*/
/*  background: url(../images/bg-contactf.gif) no-repeat center;*/
/*}*/
/*.bg-newf{*/
/*  background: url(../images/bg-newf.gif) no-repeat center;*/
/*}*/
.sub-header-title .common-title {
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 0 30px;
  text-transform: uppercase;
}
.sub-header-title .common-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 30px;
  background-image: linear-gradient(to top, #356bcd, rgba(0, 0, 0, 0));
}
.sub-list-box {
  margin-bottom: 30px;
}
.sub-list-box .sub-list-nav {
  text-align: center;
  padding: 30px 0;
}
.sub-list-box .sub-list-nav a {
  padding: 0 20px;
  font-size: 24px;
  color: #000;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
}
.sub-list-box .sub-list-nav a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 0;
  height: 4px;
  background-color: #0f79ea;
  transition: all 0.2s linear;
}
.sub-list-box .sub-list-nav a.selected {
  font-weight: bold;
  color: #0f79ea;
}
.sub-list-box .sub-list-nav a.selected:after {
  width: 30px;
  margin-left: -15px;
}
.sub-list-box .sub-list-list {
  display: none;
}
.sub-list-box .sub-list-list.selected {
  display: block;
}
.sub-list-box .sub-list-list .sub-list-item {
  display: block;
  /*box-shadow: 0px 0px 10px 0px rgba(22, 121, 222, 0.2);*/
  padding: 15px;
  margin-bottom: 15px;
  border-bottom:1px solid #dedede;
}
.sub-list-box .sub-list-list .sub-list-item-image {
  width: 270px;
  height: 151px;
  margin-right: 15px;
}
.sub-list-box .sub-list-list .sub-list-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.sub-list-box .sub-list-list .sub-list-item-content {
  margin-left: 5px;
}
.sub-list-box .sub-list-list .sub-list-item-date {
  font-size: 16px;
  color: #ffffff;
  font-style: italic;
  padding: 5px 20px 5px 10px;
  line-height: 1;
  display: inline-block;
  background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, #0f79ea 100%);
}
.sub-list-box .sub-list-list .sub-list-item-more {
  color: #0f79ea;
  padding: 5px 0;
}
.sub-list-box .sub-list-list .sub-list-item-title {
  font-size: 16px;
  line-height: 1.2;
  color: #0f79ea;
  margin-top: 30px;
  font-weight: bold;
}
.sub-list-box .sub-list-list .sub-list-item-desc {
  -webkit-line-clamp: 3;
  margin-top: 10px;
  font-size: 14px;
  color: #000;
}
.sub-detail-box {
  width: 80%;
  min-width: 1200px;
  margin: 0 auto;
}
.sub-detail-box .sub-detail-nav {
  width: 230px;
  margin-top: 50px;
  box-shadow: 0 5px 15px 1px rgba(0, 0, 0, 0.06);
}
.sub-detail-box .sub-detail-nav a {
  display: block;
  height: 58px;
  line-height: 58px;
  text-align: left;
  padding-left: 50px;
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  /*border-right: 2px solid transparent;*/
  text-transform: uppercase;
  background-color: #f3f9ff;
  position: relative;
  margin-bottom: 1px;
}
.sub-detail-box .sub-detail-nav a:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #1679de;
  position: absolute;
  top: 25px;
  left: 20px;
}
.sub-detail-box .sub-detail-nav a.selected,
.sub-detail-box .sub-detail-nav a:hover {
  color: #ffffff;
  background:url(../images/bg-subnav.jpg)no-repeat;
  background-size: cover;
  /*border-radius: 33px 0px 0px 33px;*/
  /*border-right: 2px solid #1679de;*/
}
.sub-detail-box .sub-detail-nav a.selected:before,.sub-detail-box .sub-detail-nav a:hover:before{
  background: #FFFFFF;
}
.sub-detail-box .sub-detail-content {
  padding-top: 50px;
  /*margin-left: 250px;*/
  padding-bottom: 50px;

  position: relative;
  left: 0;
}
.sub-detail-box .sub-detail-content-title {
  font-size: 24px;
  font-weight: bold;
  color: #0f79ea;
}
.sub-detail-box .sub-detail-content-p {
  line-height: 1.5;
  margin-top: 20px;
  font-size: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
}
.sub-detail-box .sub-detail-content-p p{
  line-height:2;
  color: #000000;
  font-size:14px;
  font-family: "Microsoft YaHei";
}
.sub-detail-box .sub-detail-content-p img {
  max-width: 100%;
  height: auto;
}
.sub-article-box {
  padding-bottom: 50px;
  width: 80%;
  min-width: 1200px;
  margin: 0 auto;
  min-height: 500px;
}
.sub-article-box .sub-article-content-title {
  font-size: 24px;
  padding: 20px 0 10px;
  font-weight: bold;
  color: #0f79ea;
  border-bottom: 1px solid #004096;
  text-align: center;
}
.sub-article-box .sub-article-content-desc {
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
  color: #999;
}
.sub-article-box .sub-article-content-desc span:not(:first-child) {
  margin-left: 20px;
}
.sub-article-box .sub-article-content-p {
  font-size: 16px;
}
.sub-article-box .sub-article-content-p img {
  max-width: 100%;
  height: auto;
}
.sub-photo-swiper {
  background-image: linear-gradient(0deg, #b9dcff 0%, #cde6ff 41%, #e1f0ff 100%);
  padding: 1rem;
  box-sizing: border-box;
  margin-top: 1rem;
}
/*大会议题*/
.category-card {
  background-color: #fff;
  border-radius: 10px;
  /*box-shadow: 0 4px 15px rgba(0,0,0,0.05);*/
  /*padding: 30px 25px;*/
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-top: 4px solid var(--secondary-color);
}

.category-card:hover {
  /*transform: translateY(-5px);*/
  /*box-shadow: 0 8px 20px rgba(0,0,0,0.1);*/
}
.category-card .content-list{
  display: flex;
}
.category-card .content-list li {
  width: 50%;
  float: left;

  border: 1px solid #ddd;
  margin-bottom: 16px;
  transition: all 0.2s linear 0s;
}
.wy-swiper-con{padding: 30px 0;}
.wy-bg{
  background-image: linear-gradient(0deg, #b9dcff 0%, #cde6ff 41%, #e1f0ff 100%);
}
.sub-photo-swiper-title {
  text-align: center;
}
.sub-photo-swiper-h2 {
  font-weight: bold;
  font-size: 0.8rem;
  color: #0f79ea;
}
.sub-photo-swiper-h2:before {
  display: inline-block;
  content: '';
  width: 300px;
  height: 2px;
  background-image: linear-gradient(270deg, #1679de 0%, transparent 100%);
  position: relative;
  top: -0.25rem;
  margin-right: 0.5rem;
}
.sub-photo-swiper-h2:after {
  display: inline-block;
  content: '';
  width: 300px;
  height: 2px;
  background-image: linear-gradient(90deg, #1679de 0%, transparent 100%);
  position: relative;
  top: -0.25rem;
  margin-left: 0.5rem;
}
.sub-photo-swiper-list {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-top: 1rem;
}
.sub-photo-swiper-list h2 {
  font-family: Avenir-Black, "Microsoft YaHei";
  font-size: 20px;
  color: #0f79ea;
  font-weight: bold;
  margin-top: 30px;
}
.sub-photo-swiper-list p {
  font-family: Avenir-Book;
  font-size: 14px;
  margin-top: 5px;
  color: #0f79ea;
  padding: 0 15px;
}
.sub-photo-swiper-avatar {
  width: 55%;
  padding-top: 55%;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  border: 1px solid #0f79ea;
  box-shadow: 0 1px 5px 0px #39ccff;
}
.sub-photo-swiper-avatar img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sub-photo-swiper .swiper-button-next,
.sub-photo-swiper .swiper-button-prev {
  top: 29%;
  opacity: 0.3;
}
.sub-photo-swiper .swiper-button-next:hover,
.sub-photo-swiper .swiper-button-prev:hover {
  opacity: 1;
}
.sub-speaker-filter {
  display: flex;
}
.sub-speaker-input {
  flex: 1;
  position: relative;
  margin-top: 1rem;
  padding-bottom: 0.3rem;
}
.sub-speaker-input > input {
  line-height: 1.2;
  width: 100%;
  font-size: 0.5rem;
  box-sizing: border-box;
  padding: 0.3rem 2rem 0.3rem 0.5rem;
  background-color: #f7f7f7;
  border-radius: 2px;
  border: solid 1px #e5e5e5;
  cursor: pointer;
}
.sub-speaker-input .filter-select-icon {
  position: absolute;
  left: 2.5rem;
  top: 50%;
  margin-top: -0.25rem;
  border-style: solid;
  border-color: #ddd transparent transparent transparent;
  border-width: 0.2rem;
}
.sub-speaker-input .search-btn {
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
  bottom: 0.1rem;
  height: 1.1rem;
  cursor: pointer;
}
.sub-speaker-input:first-child {
  margin-right: 0.6rem;
}
.sub-speaker-input .sub-speaker-select {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 50vh;
  overflow: auto;
  background-color: #f7f7f7;
  border-radius: 2px;
  padding: 0.5rem;
  z-index: 9;
  border: solid 1px #e5e5e5;
}
.sub-speaker-input .sub-speaker-select-title {
  font-family: Avenir-Black, "Microsoft YaHei";
  font-size: 0.55rem;
  color: #1852a1;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #1852a1;
}
.sub-speaker-input .sub-speaker-select label {
  display: flex;
  align-items: center;
  font-size: 0.5rem;
  margin-top: 0.2rem;
  cursor: pointer;
}
.sub-speaker-input .sub-speaker-select label span {
  margin-left: 0.2rem;
}
.sub-speaker-input:hover .sub-speaker-select {
  display: block;
}
.sub-speaker-field {
  display: flex;
  flex-wrap: wrap;
}
.sub-speaker-field a {
  width: 1rem;
  height: 1rem;
  font-size: 0.5rem;
  line-height: 1rem;
  color: #555;
  text-align: center;
  background-color: #f7f7f7;
  border-radius: 2px;
  border: solid 1px #e5e5e5;
  margin-top: 0.5rem;
}
.sub-speaker-field a:not([disabled]).selected,
.sub-speaker-field a:not([disabled]):hover {
  background-color: #1679de;
  border: solid 1px #e5e5e5;
  color: #fff;
}
.sub-speaker-field a[disabled] {
  user-select: none;
  touch-action: none;
  color: #aaa;
  opacity: 0.8;
}
.sub-speaker-field a:not(:last-child) {
  margin-right: 0.3rem;
}
.sub-speaker-selected {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.5rem;
  font-size: 0.5rem;
}
.sub-speaker-selected span {
  margin-top: 0.2rem;
  margin-right: 0.5rem;
}
.sub-speaker-selected a {
  border-radius: 2px;
  line-height: 1.2;
  box-sizing: border-box;
  padding: 0.3rem 1.5rem 0.3rem 0.5rem;
  color: #000000;
  background: #e4f2ff url(../images/20240528110254_25153.png) no-repeat calc(100% - 0.5rem) center;
  background-size: auto 50%;
  margin-top: 0.2rem;
}
.sub-speaker-selected a:not(:last-child) {
  margin-right: 0.5rem;
}
.sub-photo-list {
  display: flex;
  flex-wrap: wrap;
}
.sub-photo-item {
  display: block;
  width: calc((100% - 30px * 5) / 6);
  margin-top: 30px;
  box-sizing: border-box;
  padding: 30px;
  background-image: linear-gradient(0deg, #e4f2ff 0%, #edf6ff 42%, #f5f9ff 100%);
  text-align: center;
}
.sub-photo-item:not(:nth-child(6n)) {
  margin-right: 30px;
}
.sub-photo-item-avatar {
  width: 50%;
  padding-top: 50%;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.sub-photo-item-avatar img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sub-photo-item h2 {
  font-family: Avenir-Black, "Microsoft YaHei";
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  margin-top: 30px;
}
.sub-photo-item p {
  font-family: Avenir-Book;
  font-size: 14px;
  margin-top: 10px;
  color: #333333;
}
.sub-photo-container {
  margin-top: 30px;
}
.sub-photo-detail {
  width: 260px;
  height: 666px;
  padding: 30px;
  box-sizing: border-box;
  background-image: linear-gradient(0deg, #ffffff 0%, #e4f2ff 100%);
  text-align: center;
  margin-right: 30px;
}
.sub-photo-detail-avatar {
  width: 50%;
  padding-top: 50%;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.sub-photo-detail-avatar img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sub-photo-detail h2 {
  font-family: Avenir-Black;
  font-size: 20px;
  color: #333333;
  margin-top: 30px;
}
.sub-photo-detail p {
  font-family: Avenir-Book;
  font-size: 14px;
  margin-top: 10px;
  color: #333333;
}
.sub-phone-content {
  font-family: Avenir-Medium;
  font-size: 16px;
  line-height: 36px;
  color: #333333;
  margin-left: 290px;
}
@media screen and (max-width: 1600px) {
  .common-title {
    font-size: 36px;
  }
  .nav {
    height: 100px;
  }
  .nav .nav-list {
    padding-right: 10px;
  }
  .nav .nav-list li {
    font-size: 15px;
  }
  .nav .nav-list li a {
    padding: 0 5px;
    font-size: 15px;
  }
  .btn-box .btn-link {
    width: calc(100% / 6 - 75px / 6);
    height: 110px;
    margin-right: 15px;
  }
  .btn-box .btn-link:last-child {
    margin-right: 0;
  }
  .btn-box .btn-link p {
    font-size: 16px;
  }
  .btn-box .btn-link i {
    font-size: 13px;
  }
  .btn-box .btn-link img {
    height: 45px;
  }
  .date-box {
    padding-bottom: 40px;
  }
  .date-box .common-title {
    padding: 40px 0;
  }
  .date-box .date-list a .date-item-date {
    font-size: 22px;
    margin-top: 15px;
  }
  .infomation-box .infomation-item .infomation-content .common-title {
    font-size: 32px;
    margin-top: 0;
  }
  .infomation-box .infomation-item .infomation-content-p {
    height: calc(100% - 140px);
  }
  .news-box {
    padding-bottom: 40px;
    background-size: 100% 240px;
  }
  .news-box .common-title {
    padding: 40px 0;
  }
  .news-box .news-nav a {
    font-size: 22px;
  }
  .news-box .news-list .news-item-title {
    -webkit-line-clamp: 1;
    height: auto;
  }
  .speaker-box .speaker-list .speaker-item {
    padding: 20px;
  }
  .speaker-box .speaker-list .speaker-item-content {
    padding-right: 20px;
    width: 75%;
  }
  .speaker-box .speaker-list .speaker-item-content .si-header-name {
    font-size: 20px;
  }
  .speaker-box .speaker-list .speaker-item-img {
    width: 25%;
  }
  .speaker-box .speaker-list .speaker-item:hover .si-header-name {

  }
  .footer-box {
    padding: 30px;
    box-sizing: border-box;
  }
  .footer-box .footer-qrcode {
    margin-top: 20px;
  }
  .footer-box .footer-qrcode img {
    width: 120px;
    height: 120px;
  }
  .sub-photo-item {
    width: calc((100% - 30px * 4) / 5);
  }
  .sub-photo-item:nth-child(n) {
    margin-right: 0;
  }
  .sub-photo-item:not(:nth-child(5n)) {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1366px) {
  .nav .nav-list li {
    font-size: 14px;
  }
  .btn-box .btn-link img {
    height: 35px;
  }
}
@media screen and (max-width: 1200px) {
  body {
    min-width: 1200px;
    margin: 0 auto;
  }
  .common-title {
    font-size: 32px;
  }
  .nav .nav-list li {
    font-size: 12px;
  }
  .btn-box .btn-link {
    padding: 15px 10px 15px 15px;
  }
  .btn-box .btn-link p {
    font-size: 14px;
  }
  .btn-box .btn-link i {
    font-size: 13px;
    left: 15px;
    bottom: 10px;
  }
  .btn-box .btn-link img {
    height: 35px;
    right: 10px;
    bottom: 15px;
    width: 40px;
    object-fit: contain;
  }
  .date-box {
    padding-bottom: 30px;
  }
  .date-box .common-title {
    padding: 30px 0;
  }
  .date-box .date-list a .date-item-date {
    font-size: 18px;
    margin-top: 10px;
  }
  .infomation-box .infomation-item .infomation-content .common-title {
    font-size: 28px;
  }
  .infomation-box .infomation-item .infomation-content-p {
    height: calc(100% - 130px);
  }
  .news-box {
    padding-bottom: 40px;
    background-size: 100% 210px;
  }
  .news-box .common-title {
    padding: 40px 0;
  }
  .news-box .news-nav a {
    font-size: 18px;
  }
  .news-box .news-list .news-item-title {
    font-size: 18px;
  }
  .news-box .news-list .news-item-title,
  .news-box .news-list .news-item-desc {
    -webkit-line-clamp: 1;
    height: auto;
  }
  .speaker-box .speaker-header {
    top: 0;
  }
  .speaker-box .speaker-header .common-title:after {
    bottom: 4px;
  }
  .speaker-box .speaker-header .common-more {
    top: 0;
  }
  .speaker-box .speaker-list .speaker-item {
    padding: 15px;
  }
  .speaker-box .speaker-list .speaker-item-content {
    padding-right: 15px;
  }
  .speaker-box .speaker-list .speaker-item-content .si-header-name {
    font-size: 16px;
  }
  .speaker-box .speaker-list .speaker-item-content .si-more {
    font-size: 10px;
  }
  .speaker-box .speaker-list .speaker-item:hover .si-header-org {
    margin-bottom: 5px;
  }
  .speaker-box .speaker-list .speaker-item:hover .si-header-desc {
    line-height: 1.5;
    height: 32px;
  }
}
@media screen and (min-width: 780px) {
  .footer-box {
    display: flex;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  body {
    min-width: auto;
    margin: 0 auto;
  }
  .w-container {
    padding: 0 0.5rem;
  }
  .nav-box {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 11;
    background: none;
    padding: 17px 15px 17px 24px;
  }
  .nav-box.on, .nav-box.sticky{
    padding: 5px 15px 5px 24px;
    background: #ffffff;
    box-shadow: none;
  }

    .header__container {
      background: #ffffff;
    }

  .nav {
    height: 50px;

  }
  .nav .logo {
    display: block;
    width: 75%;
    top: 50%;
  }
  .nav .nav-list {
    padding: 0;
    position: fixed;
    left: 0;
    top: 2.4rem;
    bottom: 0;
    height: calc(100% - 2.4rem);
    z-index: 11;
    width: 0;
    max-width: 0;
    min-width: 0;
    overflow: hidden;
    transition: all 0.15s linear;
    background-color: #fff;
    box-shadow: 0px 6px 10px 0px rgba(0, 64, 150, 0.3);
    display: block;
  }
  .nav .nav-list li {
    font-size: 13px;
    display: block;
    float: none;
    line-height: 50px;
    text-align: center;
    padding-right: 0;
  }
  .nav .nav-list li a:after {
    bottom: 0;
  }
  .nav .nav-list li .sub-nav-list {
    position: static;
    top: 50px;
    padding: 0 0.8rem;
    width: 100%;
    margin-left: 0;
    background-color: #f9f9f9;
    box-shadow: none;
    border-radius: 0;
  }
  .nav .nav-list li .sub-nav-list:before {
    display: none;
  }
  .nav .nav-list li .sub-nav-list a {
    font-size: 12px;
    border-bottom: 1px solid #e5e5e5;
  }
  .nav .nav-list li .sub-nav-list a:last-child {
    border-bottom: 0;
  }
  .nav .wap-switch {
    display: block;
    width: 25px;
    height: 4px;
    border-radius: 4px;
    background-color: #004096;
    position: relative;
    top: 50%;
    margin-top: -2px;
    margin-left: 20px;
    opacity: 0.7;
  }
  .nav .wap-switch:before,
  .nav .wap-switch:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-color: #004096;
    transition: all 0.15s linear;
  }
  .nav .wap-switch:before {
    top: -8px;
  }
  .nav .wap-switch:after {
    bottom: -8px;
  }
  .nav .wap-switch-input:checked + .nav-list {
    width: 70%;
    max-width: 220px;
    min-width: 180px;
  }
  .nav .wap-switch-input:checked + .nav-list + .wap-switch {
    background-color: transparent;
    left: 6px;
  }
  .nav .wap-switch-input:checked + .nav-list + .wap-switch:before {
    transform: rotate(-45deg) translateX(-11px);
  }
  .nav .wap-switch-input:checked + .nav-list + .wap-switch:after {
    transform: rotate(45deg) translateX(-11px);
  }
  .nav .wap-switch-input:checked + .nav-list + .wap-switch span {
    position: fixed;
    left: 0;
    top: 2.4rem;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .posite__box{display: none;}
  .swiper-container .swiper-pagination-bullets {
    padding-left: 0.5rem;
    box-sizing: border-box;
  }
  .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
    font-size: 0.55rem;
    padding: 0 0.2rem;
    margin: 0 0.3rem;
    border-width: 0.1rem;
  }
  .common-title {
    font-size: 1.875rem;
  }
  .common-more {
    padding: 0.3rem 0.5rem;
    line-height: 1;
  }
  .common-more:hover {
    background-image: linear-gradient(90deg, rgba(168, 207, 84, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .btn-box {
    display: block;
  }
  .btn-box .btn-link {
    padding: 0.5rem;
    width: calc(100% / 3 - 1rem / 3);
    margin-top: 0.5rem;
    margin-right: 0.5rem;
  }
  .btn-box .btn-link:nth-child(3n) {
    margin-right: 0;
  }
  .btn-box .btn-link p {
    font-size: 0.5rem;
  }
  .btn-box .btn-link i {
    font-size: 0.45rem;
  }
  .notice-list {
    height: 1.8rem;
    line-height: 1.8rem;
  }
  .notice-list .leftside {
    font-size: 0.55rem;
    width: 4rem;
  }
  .notice-list .ti_wrapper {
    width: calc(100% - 4rem);
  }
  .notice-list .ti_content {
    font-size: 0.55rem;
  }
  .date-box {
    padding-bottom: 1rem;
    margin-top: 0.5rem;
  }
  .date-box .common-title {
    padding: 1rem 0 0;
  }
  .date-box .date-list {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
  }
  .date-box .date-list a {
    width: 33.333%;
    margin-top: 0.5rem;
  }
  .date-box .date-list a .date-item-date {
    font-size: 0.6rem;
    margin-top: 0;
  }
  .infomation-box .infomation-item {
    width: 100%;
    padding-top: 0;
    padding-top: 1rem;
    box-sizing: border-box;
  }
  .infomation-box .infomation-item.info-video{
    padding-top: 14rem;
  }
  .infomation-box .infomation-item .infomation-content {
    position: static;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .infomation-box .infomation-item .infomation-content .common-title {
    font-size: 20px;
  }
  .infomation-box .infomation-item .infomation-content-p {
    height: 12rem;
  }
  .infomation-box .infomation-item .news-swiper-container a {
    padding-top: 62.5%;
  }
  .infomation-box .infomation-item .news-swiper-container .swiper-pagination-bullet {
    width: 1rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.5rem;
    margin: 0.2rem;
  }
  .news-box {
    padding-bottom: 1rem;
    background-size: 100% 5rem;
  }
  .news-box .common-title {
    padding: 1rem 0 0.8rem;
  }
  .news-box .news-nav a {
    font-size: 0.6rem;
  }
  .news-box .news-list {
    margin-top: 0.5rem;
  }
  .news-box .news-list .news-item {
    position: relative;
  }
  .news-box .news-list .news-item-title {
    font-size: 14px;
    margin-top: 15px;
  }
  .news-box .news-list .news-item-date {
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 15px;
  }
  .news-box .news-list .news-item-title,
  .news-box .news-list .news-item-desc {
    -webkit-line-clamp: 1;
    height: auto;
  }
  .news-box .news-list .news-item-desc {
    font-size: 12px;
    margin-top: 5px;
  }
  .speaker-box .speaker-header .common-title:after {
    bottom: 0;
    height: 15px;
  }
  .speaker-box .speaker-header .common-more {
    top: 0;
  }
  .speaker-box .speaker-list .speaker-ibox {
    width: 50%;
    padding-top: 5px;
  }
  .speaker-box .speaker-list .speaker-ibox:nth-child(2n) .speaker-item {
    right: 0;
    left: auto;
  }
  .speaker-box .speaker-list .speaker-item .si-header-desc {
    transition: none;
  }
  .speaker-box .speaker-list .speaker-item:hover .si-header-name {
    margin-bottom: 10px !important;
  }
  .sponsors-box .sponsors-header .common-title:after {
    bottom: 0;
    height: 15px;
  }
  .email-btn {
    padding: 12px 30px;
  }
  .email-module {
    padding: 25px;
  }
  .email-module .email-item {
    width: 100%;
    margin-bottom: 25px;
  }
  .email-module .email-item:nth-child(2)::after,
  .email-module .email-item:nth-child(2)::before {
    display: none;
  }
  .email-module .email-item .email-btn {
    margin-top: 10px;
  }
  .email-module .email-item:last-child {
    margin-bottom: 0;
  }
  .email-module p {
    font-size: 18px;
  }
  .alert-wrapper .alert-content {
    width: 100%;
    padding: 20px;
    border-radius: 10px 10px 0 0;
    max-height: 97vh;
    overflow: auto;
    left: 0;
    bottom: 0;
    margin-left: 0;
    transform: translateY(0);
    top: auto;
  }
  .alert-wrapper .alert-content-title {
    font-size: 18px;
  }
  .alert-wrapper .alert-form-item {
    margin-top: 15px;
  }
  .alert-wrapper .alert-form-item .alert-form-input {
    padding: 10px;
  }
  .alert-wrapper.download-prev-form .alert-content {
    padding: 20px;
  }
  .photo-box {
    overflow: hidden;
  }
  .photo-box .photo-header {
    width: 100%;
    padding-top: 2.8rem;
  }
  .photo-box .photo-header-content {
    padding: 1rem 0 1rem 0.5rem;
    text-align: left;
  }
  .photo-box .photo-header-content .common-title {
    display: inline;
  }
  .photo-box .photo-header-content .common-title:after {
    bottom: 0;
    height: 10px;
  }
  .photo-box .photo-header-content .common-more {
    left: auto;
    right: 0;
    bottom: 0.9rem;
  }
  .photo-box .photo-list {
    width: 100%;
  }
  .footer-box {
    padding: 0.5rem;
  }
  .footer-box .footer-title {
    font-size: 0.6rem;
  }
  .footer-box .footer-item {
    margin-left: 0;
  }
  .footer-box .footer-qrcode {
    margin-top: 0;
    padding-top: 20px;
    float: none;
    clear: both;
    text-align: center;
  }
  .footer-box .footer-qrcode img {
    width: 100px;
    height: 100px;
  }
  .side-box {
    transform: scale(0.7);
    transform-origin: bottom right;
  }
  .side-date {
    top: 100px;
    width: 2.5rem;
    height: 3.33rem;
    padding: 0.4rem 0.2rem;
    display: none;
  }
  .side-date-title {
    font-size: 0.45rem;
  }
  .side-date-date {
    font-size: 0.89rem;
  }
  .side-date-days {
    font-size: 0.3rem;
  }
  .sub-header-title {
    height: 6rem;
    line-height: 3.5rem;
    background-size: 245%;
  }
  .sub-header-title .common-title {
    padding: 0 0.5rem;
  }
  .sub-header-title .common-title:after {
    height: 10px;
  }
  .sub-list-box .sub-list-nav a {
    font-size: 17px;
  }
  .sub-list-box .sub-list-list .sub-list-item-image {
    width: 160px;
    height: 90px;
  }
  .sub-list-box .sub-list-list .sub-list-item-content {
    margin-left: 175px;
  }
  .sub-list-box .sub-list-list .sub-list-item-date {
    font-size: 12px;
  }
  .sub-list-box .sub-list-list .sub-list-item-title {
    font-size: 0.55rem;
    margin-top: 10px;
  }
  .sub-list-box .sub-list-list .sub-list-item-desc {
    -webkit-line-clamp: 2;
    margin-top: 6px;
    font-size: 12px;
  }
  .sub-detail-box .sub-detail-nav {
    width: 200px;
  }
  .sub-detail-box .sub-detail-nav a {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 13px;
  }
  .sub-detail-box .sub-detail-content {
    margin-left: 200px;
    padding-bottom: 50px;
  }
  .sub-detail-box .sub-detail-content-title {
    font-size: 20px;
  }
  .sub-photo-swiper-h2 {
    font-size: 0.65rem;
  }
  .sub-photo-swiper-h2:before,
  .sub-photo-swiper-h2:after {
    width: 2.5rem;
    height: 1px;
  }
  .sub-photo-item {
    width: calc((100% - 0.5rem) / 2);
    margin-top: 0.5rem;
    box-sizing: border-box;
    padding: 0.8rem;
  }
  .sub-photo-item:nth-child(n) {
    margin-right: 0;
  }
  .sub-photo-item:not(:nth-child(2n)) {
    margin-right: 0.5rem;
  }
  .sub-photo-item h2 {
    font-size: 0.7rem;
  }
  .sub-photo-item p {
    font-size: 0.55rem;
  }
  .sub-photo-container {
    margin-top: 0.5rem;
  }
  .sub-photo-detail {
    width: 100%;
    height: auto;
    padding: 0.8rem;
    margin-right: 0;
  }
  .sub-photo-detail-avatar {
    width: 3.5rem;
    padding-top: 3.5rem;
  }
  .sub-photo-detail h2 {
    font-size: 0.7rem;
  }
  .sub-photo-detail p {
    font-size: 0.55rem;
  }
  .sub-phone-content {
    font-size: 0.6rem;
    line-height: 1rem;
    margin-left: 0;
  }
  .organ-box .organ-content-item {
    width: 90%;
  }
  .organ-box .organ-content-item:nth-child(n) {
    margin-left: 0;
  }
}
@media screen and (max-width: 500px) {
  .btn-box .btn-link {
    padding: 0.5rem;
    width: 50% !important;
    margin-top: 0.5rem;
    margin-right: 0 !important;
    height: 3.2rem;
    padding-bottom: 1.2rem;
  }
  .btn-box .btn-link:nth-child(3n) {
    float: right;
  }
  .btn-box .btn-link p {
    line-height: 1.2;
    font-size: 0.5rem;
  }
  .btn-box .btn-link i {
    font-size: 0.45rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }
  .date-box .date-list {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
  }
  .date-box .date-list a {
    width: 50%;
    margin-top: 0.8rem;
  }
  .date-box .date-list a .date-item-date {
    font-size: 0.6rem;
    margin-top: 0;
  }
  .date-box .date-list a:last-child {
    width: 100%;
  }
  .news-box {
    background-size: 100% 5rem;
  }
  .news-box .news-nav a {
    font-size: 0.5rem;
    padding: 0 0.5rem;
  }
  .news-box .news-nav a:after {
    bottom: -0.4rem;
    height: 2px;
  }
  .news-box .news-list .news-item {
    width: 100%;
    margin-right: 0;
    margin-top: 0.5rem;
  }
  .news-box .news-list .news-item-title {
    font-size: 0.55rem;
    margin-top: 0.5rem;
    -webkit-line-clamp: 2;
  }
  .speaker-box .speaker-list {
    margin-top: 0.5rem;
  }
  .speaker-box .speaker-list .speaker-ibox {
    width: 100%;
    padding-top: 0;
    left: 0;
    right: 0;
    top: 0;
  }
  .speaker-box .speaker-list .si-header-name {
    margin-bottom: 10px !important;
  }
  .speaker-box .speaker-list .speaker-item-content {
    vertical-align: top;
  }
  .speaker-box .speaker-list .speaker-item-img {
    width: 28% !important;
  }
  .speaker-box .speaker-list .speaker-item:hover {
    width: 100%;
    box-shadow: none;
  }
  .speaker-box .speaker-list .speaker-item:hover .si-header-name .si-more {
    display: none;
  }
  .speaker-box .speaker-list .speaker-item:hover .si-header-org {
    margin-bottom: 10px;
  }
  .speaker-box .speaker-list .speaker-item:hover .si-header-desc {
    display: none;
  }
  .organ-box {
    margin-top: 1rem;
  }
  .organ-box .organ-item-title {
    font-size: 14px;
    margin: 10px 0 5px;
  }
  .organ-box .organ-floor .organ-item {
    width: 50%;
    margin: 0.3rem;
    padding-top: 15%;
  }
  .sponsors-box {
    padding-bottom: 1rem;
    margin-top: 1rem;
  }
  .sponsors-box .sponsors-header {
    text-align: center;
    position: relative;
    padding: 1rem 0 0 0;
  }
  .sponsors-box .sponsors-list {
    padding: 0 0.5rem;
  }
  .sponsors-box .sponsors-list .sponsors-item {
    width: 50%;
    padding: 0 0.25rem;
    margin-top: 0.5rem;
  }
  .sponsors-box .sponsors-list .sponsors-item-img {
    padding-top: 25%;
  }
  .sponsors-box .swiper-pagination {
    bottom: 0.5rem;
  }
  .sponsors-box .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 2px;
    margin: 0 2px;
  }
  .sponsors-box .swiper-pagination .swiper-pagination-bullet-active {
    width: 12px;
  }
  .sponsors-box .swiper-button-next,
  .sponsors-box .swiper-button-prev {
    top: 61%;
    height: 12px;
    background-size: 100% 100%;
  }
  .sponsors-box .swiper-button-prev {
    left: 0;
  }
  .sponsors-box .swiper-button-next {
    right: 0;
  }
  .sub-list-box .sub-list-nav {
    padding: 0.8rem 0;
  }
  .sub-list-box .sub-list-nav a {
    font-size: 0.5rem;
    padding: 0 0.5rem;
  }
  .sub-list-box .sub-list-nav a:after {
    bottom: -0.4rem;
    height: 2px;
  }
  .sub-list-box .sub-list-list .sub-list-item {
    padding: 0.5rem;
  }
  .sub-list-box .sub-list-list .sub-list-item-image {
    width: 4rem;
    height: 2.25rem;
    margin-right: 0.5rem;
  }
  .sub-list-box .sub-list-list .sub-list-item-content {
    margin-left: 4.5rem;
  }
  .sub-list-box .sub-list-list .sub-list-item-date {
    font-size: 12px;
  }
  .sub-list-box .sub-list-list .sub-list-item-title {
    font-size: 0.55rem;
    margin-top: 10px;
    display: -webkit-box;
    white-space: initial;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .sub-list-box .sub-list-list .sub-list-item-desc {
    -webkit-line-clamp: 1;
    margin-top: 6px;
    font-size: 12px;
  }
  .sub-detail-box {
    min-width: auto;
    width: 100%;
  }
  .sub-detail-box .sub-detail-nav {
    display: none;
  }
  .sub-detail-box .sub-detail-content {
    margin-left: 0;
    border-left: 0;
    padding-left: 0;
    padding-bottom: 50px;
    padding-top: 0;
  }
  .sub-detail-box .sub-detail-content-title {
    font-size: 0.7rem;
  }
  .sub-detail-box .sub-detail-content-p {
    font-size: 0.55rem;
  }
  .sub-article-box {
    min-width: auto;
    width: 100%;
  }
  .sub-article-box .sub-article-content-title {
    font-size: 0.7rem;
  }
  .sub-article-box .sub-article-content-p {
    font-size: 0.55rem;
  }
}
/*# sourceMappingURL=index.css.map */