.btn2 {
  position: absolute;
  right: 0;
  top: 7rem;
}
@media (max-width: 750px) {
  .btn2 {
    top: -12rem;
  }
}
.btn2 a {
  font-size: 18rem;
  color: #c7000b;
  white-space: nowrap;
  background-color: transparent;
  border: 2rem solid #c7000b;
  display: inline-block;
  padding: 2rem 25rem 2rem 20rem;
  border-radius: 50rem;
  transition: color 0.3s linear;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .btn2 a {
    font-size: 28rem;
  }
}
@media (max-width: 750px) {
  .btn2 a {
    font-size: 26rem;
  }
}
.btn2 a::before {
  border-radius: 40rem;
  content: '';
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translateX(-105%);
  transition: transform 0.3s ease-in, background-color 0.3s linear;
  width: 100%;
  background-color: #c7000b;
  z-index: -1;
}
.btn2 a:hover {
  background-color: #c7000b;
  border-color: #c7000b;
  color: #fff;
  transition: background-color 0s linear 300ms;
}
.btn2 a:hover::before {
  transition: transform 0.3s ease-out, background-color 0.3s linear;
  transform: translateX(0);
  z-index: -1;
}
.btn2 a:hover span {
  background-image: url(../img/agenda-icon-video-2.svg);
}
.btn2 a span {
  background-image: url(../img/agenda-icon-video-1.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 26rem;
  padding-left: 30rem;
}
.LANG-en .btn2 a span {
  background-position: 0 -3px;
}
@media (max-width: 1280px) {
  .LANG-en .btn2 a span {
    background-position: 0 -2px;
  }
}
@media (max-width: 1024px) {
  .btn2 a span {
    background-position: 0 0px;
    background-size: 40rem;
    padding-left: 42rem;
  }
}
@media (max-width: 750px) {
  .btn2 a span {
    background-position: 0 -1rem;
    background-size: 40rem;
    padding-left: 41rem;
  }
  .LANG-en .btn2 a span {
    background-position: 0 -3px;
  }
}
.e-module-202408211402 .title-h2 {
  text-align: center;
}
.e-module-202408211402 .title-h2 h2 {
  display: inline-block;
}
.e-module-202408211402 .title-h2 h2:after {
  left: 50%;
  transform: translateX(-50%);
}
.LANG-cn .e-module-202408211402 .title-h2 h2:after {
  width: 90rem;
}
.LANG-en .e-module-202408211402 .title-h2 h2:after {
  width: 140rem;
}
@media (max-width: 1600px) {
  .LANG-cn .e-module-202408211402 .title-h2 h2:after {
    width: 70rem;
  }
  .LANG-en .e-module-202408211402 .title-h2 h2:after {
    width: 107rem;
  }
}
@media (max-width: 1280px) {
  .LANG-cn .e-module-202408211402 .title-h2 h2:after {
    width: 62rem;
  }
  .LANG-en .e-module-202408211402 .title-h2 h2:after {
    width: 94rem;
  }
}
@media (max-width: 992px) {
  .LANG-cn .e-module-202408211402 .title-h2 h2:after {
    width: 62rem;
  }
  .LANG-en .e-module-202408211402 .title-h2 h2:after {
    width: 94rem;
  }
}
@media (max-width: 750px) {
  .LANG-cn .e-module-202408211402 .title-h2 h2:after {
    width: 92rem;
  }
  .LANG-en .e-module-202408211402 .title-h2 h2:after {
    width: 142rem;
  }
}
.e-module-202408211402 .title-h2 .int {
  max-width: 750rem;
  margin: 0 auto;
  font-size: 18rem;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .e-module-202408211402 .title-h2 .int {
    font-size: 26rem;
    max-width: 611rem;
  }
}
.e-module-202408211402 .e-con {
  margin-top: 10rem;
}
.e-module-202408211402 .e-con .agenda-content {
  border-radius: 20rem;
  position: relative;
}
@media (max-width: 992px) {
  .e-module-202408211402 .e-con .agenda-content {
    border: 0;
  }
  .e-module-202408211402 .e-con .agenda-content::before {
    border: 0;
  }
}
.e-module-202408211402 .e-con .agenda-content .agenda-top .tablist {
  text-align: center;
}
@media (max-width: 750px) {
  .e-module-202408211402 .e-con .agenda-content .agenda-top .tablist {
    display: flex;
    justify-content: space-between;
  }
  .LANG-en .e-module-202408211402 .e-con .agenda-content .agenda-top .tablist {
    justify-content: center;
  }
}
.e-module-202408211402 .e-con .agenda-content .agenda-top .tablist li {
  border-radius: 10rem;
  border: 1.5rem solid #DCEDFD;
  box-shadow: 0rem 3rem 8rem 0rem #00000028;
  display: inline-block;
  min-height: 60rem;
  line-height: 60rem;
  min-width: 220rem;
  margin: 0 15rem;
  font-size: 32rem;
  text-align: center;
  color: #666;
  cursor: pointer;
}
@media (max-width: 750px) {
  .e-module-202408211402 .e-con .agenda-content .agenda-top .tablist li {
    margin: 0;
    min-width: auto;
    width: 31%;
    font-size: 28rem;
  }
  .LANG-en .e-module-202408211402 .e-con .agenda-content .agenda-top .tablist li {
    margin: 0 20rem;
  }
}
.e-module-202408211402 .e-con .agenda-content .agenda-top .tablist li.active {
  color: #FFFFFF;
  background: linear-gradient(90deg, #9CE5CC 0%, #7FCEF6 74%);
}
.LANG-cn .e-module-202408211402 .e-con .agenda-content .agenda-top .tablist li.active {
  font-weight: bold;
}
.LANG-en .e-module-202408211402 .e-con .agenda-content .agenda-top .tablist li.active {
  font-family: "e-font-bold", Arial;
}
.e-module-202408211402 .e-con .agenda-content .agenda-bottom {
  margin-top: 45rem;
  padding: 40rem 0;
  position: relative;
  border-radius: 20rem;
  background: #FFFFFFE0;
  box-shadow: 0rem 3rem 8rem 0rem #0000000F;
}
@media (max-width: 750px) {
  .e-module-202408211402 .e-con .agenda-content .agenda-bottom {
    margin-top: 30rem;
  }
}
.e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con {
  margin: 10rem 10rem 0 0;
  max-height: 600rem;
  overflow-y: auto;
  position: relative;
}
@media (max-width: 1024px) {
  .e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con {
    max-height: 920rem;
  }
}
@media (max-width: 992px) {
  .e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con {
    max-height: 100%;
    margin: 25rem 0;
    overflow: visible;
  }
}
.e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .agenda-box {
  margin-right: 60rem;
  margin-bottom: 40rem;
  padding-left: 60rem;
  display: none;
}
@media (max-width: 750px) {
  .e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .agenda-box {
    margin-right: 40rem;
    padding-left: 40rem;
  }
}
.e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .agenda-box.active {
  display: block;
}
@media (max-width: 750px) {
  .e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .agenda-box.style1 .age-tit .address {
    width: 50%;
  }
}
.e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .agenda-box.style1 .minlist {
  display: block;
}
.e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .agenda-box.style3 .minlist {
  display: block;
}
.e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .agenda-box.style3 .minlist li {
  align-items: flex-start;
}
.e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .agenda-box.style3 .minlist li .xscon {
  display: none;
}
.e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .agenda-box.style3 .minlist li .xscon.active {
  display: block;
}
.e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .agenda-box.style3 .minlist li .minint {
  font-size: 18rem;
  line-height: 1.5;
  color: #666;
  font-weight: normal !important;
  font-family: "e-font-regular", Arial !important;
  margin-top: 15rem;
  max-width: 920rem;
}
@media (max-width: 1024px) {
  .e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .agenda-box.style3 .minlist li .minint {
    font-size: 24rem;
  }
}
@media (max-width: 750px) {
  .e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .agenda-box.style3 .minlist li .minint {
    font-size: 26rem;
    width: 118%;
  }
}
.e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .agenda-box.style3 .minlist li .xslist {
  max-width: 920rem;
  margin-top: 25rem;
}
.e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .agenda-box.style3 .minlist li .xslist li {
  display: flex;
  flex-wrap: wrap;
  padding: 20rem 0;
  border-top: 1rem solid #D8D8D8;
}
.e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .agenda-box.style3 .minlist li .xslist li:nth-last-child(1) {
  padding-bottom: 0;
}
.e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .agenda-box.style3 .minlist li .xslist li .xstime {
  font-size: 18rem;
  line-height: 1.5;
  color: #333;
  width: 180rem;
}
@media (max-width: 1024px) {
  .e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .agenda-box.style3 .minlist li .xslist li .xstime {
    font-size: 24rem;
  }
}
@media (max-width: 750px) {
  .e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .agenda-box.style3 .minlist li .xslist li .xstime {
    font-size: 26rem;
    width: 100%;
  }
}
.e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .agenda-box.style3 .minlist li .xslist li .xstopic {
  font-size: 18rem;
  line-height: 1.5;
  color: #333;
}
@media (max-width: 1024px) {
  .e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .agenda-box.style3 .minlist li .xslist li .xstopic {
    font-size: 24rem;
  }
}
@media (max-width: 750px) {
  .e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .agenda-box.style3 .minlist li .xslist li .xstopic {
    font-size: 26rem;
  }
}
.e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .agenda-box.style3 .minlist li .showhide-btn.active .arrow {
  transform: rotate(180deg);
}
.e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .agenda-box.style3 .minlist li .topic {
  position: relative;
  padding-right: 30rem;
  cursor: pointer;
}
@media (max-width: 750px) {
  .e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .agenda-box.style3 .minlist li .topic {
    padding-right: 50rem;
    position: static;
  }
}
.e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .agenda-box.style3 .minlist li .arrow {
  width: 40rem;
  height: 40rem;
  position: absolute;
  right: 10rem;
  top: 0;
  background-image: url(../img/agenda-icon-arrow-1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24rem;
  cursor: pointer;
  transition: 0.4s;
}
@media (max-width: 750px) {
  .e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .agenda-box.style3 .minlist li .arrow {
    background-size: 34rem;
    right: 0;
    top: 32rem;
  }
}
.e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .age-tit {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 15rem;
}
@media (max-width: 750px) {
  .e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .age-tit {
    flex-wrap: wrap;
    border-bottom: 1rem solid #D8D8D8;
  }
}
.e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .age-tit .title {
  color: #333333;
  font-size: 28rem;
  background-image: url(../img/agenda-icon-sanjiao.png);
  background-repeat: no-repeat;
  background-position: -26rem center;
  background-size: 86rem;
  margin-left: -20rem;
  padding-left: 20rem;
  width: 328rem;
}
@media (max-width: 1024px) {
  .e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .age-tit .title {
    font-size: 38rem;
  }
}
@media (max-width: 750px) {
  .e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .age-tit .title {
    width: 70%;
    font-size: 32rem;
    margin-left: 0;
  }
}
.e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .age-tit .time {
  color: #333333;
  font-size: 20rem;
  background-image: url(../img/agenda-icon-time.svg);
  background-repeat: no-repeat;
  background-position: left 7rem;
  background-size: 26rem;
  padding-left: 35rem;
  padding-right: 50rem;
}
@media (max-width: 1024px) {
  .e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .age-tit .time {
    font-size: 28rem;
    background-position: left 12rem;
    background-size: 30rem;
  }
}
@media (max-width: 750px) {
  .e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .age-tit .time {
    font-size: 26rem;
    padding-right: 20rem;
    background-position: left 10rem;
    background-size: 30rem;
  }
}
.e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .age-tit .address {
  color: #333333;
  font-size: 20rem;
  background-image: url(../img/agenda-icon-dizhi.svg);
  background-repeat: no-repeat;
  background-position: left 8rem;
  background-size: 26rem;
  padding-left: 35rem;
}
@media (max-width: 1024px) {
  .e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .age-tit .address {
    font-size: 28rem;
    background-position: left 12rem;
    background-size: 30rem;
  }
}
@media (max-width: 750px) {
  .e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .age-tit .address {
    font-size: 26rem;
    background-position: left 10rem;
    background-size: 30rem;
  }
}
.e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .mintitle {
  color: #333333;
  font-size: 20rem;
}
@media (max-width: 1024px) {
  .e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .mintitle {
    font-size: 28rem;
  }
}
@media (max-width: 750px) {
  .e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .mintitle {
    font-size: 26rem;
    padding-top: 20rem;
  }
}
.e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .int {
  color: #666666;
  font-size: 20rem;
  line-height: 1.5;
  margin-top: 10rem;
}
@media (max-width: 1024px) {
  .e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .int {
    font-size: 24rem;
  }
}
@media (max-width: 750px) {
  .e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .int {
    font-size: 26rem;
    border-bottom: 1rem solid #D8D8D8;
    padding-bottom: 20rem;
  }
}
.e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .articles {
  position: relative;
}
@media (max-width: 750px) {
  .e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .articles {
    text-align: center;
  }
}
.e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .articles span {
  display: inline-block;
  border-radius: 50rem;
  background: linear-gradient(90deg, #BAD0F7 0%, #BEEDED 100%);
  color: #191919;
  font-size: 20rem;
  line-height: 48rem;
  min-width: 200rem;
  padding: 0 20rem;
  height: 48rem;
  text-align: center;
  margin-top: 30rem;
}
@media (max-width: 1024px) {
  .e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .articles span {
    font-size: 28rem;
  }
}
@media (max-width: 750px) {
  .e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .articles span {
    font-size: 26rem;
    color: #fff;
    border-radius: 92rem;
    background: linear-gradient(90deg, #9CE5CC 0%, #7FCEF6 74%);
  }
}
.e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .articles .arrow {
  width: 40rem;
  height: 40rem;
  position: absolute;
  right: 10rem;
  top: 31rem;
  background-image: url(../img/agenda-icon-arrow-1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24rem;
  cursor: pointer;
  transition: 0.4s;
}
@media (max-width: 750px) {
  .e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .articles .arrow {
    display: none;
  }
}
.e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .articles .arrow.active {
  transform: rotate(180deg);
}
.e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .minlist {
  margin-top: 10rem;
  display: none;
}
@media (max-width: 750px) {
  .e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .minlist {
    position: relative;
  }
}
.e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .minlist.active {
  display: block;
}
.e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .minlist > li {
  position: relative;
  color: #333333;
  font-size: 20rem;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: center;
  border-bottom: 1rem solid #D8D8D8;
  padding: 20rem 0;
  min-height: 80rem;
  padding-left: 30rem;
}
@media (max-width: 1024px) {
  .e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .minlist > li {
    font-size: 28rem;
  }
}
@media (max-width: 750px) {
  .e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .minlist > li {
    font-size: 26rem;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-left: 0;
    padding: 25rem 0;
  }
}
@media (min-width: 751px) {
  .e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .minlist > li:hover {
    background: linear-gradient(180deg, #fff 30%, #e1f2f8 100%);
    border-bottom: 1rem solid #8dd9e1;
  }
  .LANG-cn .e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .minlist > li:hover .topic > span,
  .LANG-cn .e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .minlist > li:hover .topic .showhide-btn > span {
    font-weight: bold;
  }
  .LANG-en .e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .minlist > li:hover .topic > span,
  .LANG-en .e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .minlist > li:hover .topic .showhide-btn > span {
    font-family: "e-font-bold", Arial;
  }
}
@media (max-width: 750px) {
  .e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .minlist > li.have-icon {
    min-height: 136rem;
  }
}
.e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .minlist > li .time {
  background-image: url(../img/agenda-icon-time-2.svg);
  background-repeat: no-repeat;
  background-position: left 4rem;
  background-size: 24rem;
  padding-left: 31rem;
  width: 280rem;
}
@media (max-width: 1024px) {
  .e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .minlist > li .time {
    background-position: left 5rem;
    background-size: 30rem;
  }
}
@media (max-width: 750px) {
  .e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .minlist > li .time {
    width: 220rem;
    background-size: 30rem;
    background-position: left 5rem;
  }
}
.e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .minlist > li .topic {
  flex: 1;
  padding-right: 30rem;
}
@media (max-width: 750px) {
  .e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .minlist > li .topic {
    padding-right: 0;
    font-size: 30rem;
  }
}
@media (max-width: 750px) {
  .e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .minlist > li .topic span {
    display: block;
    margin: 5rem 0;
  }
}
.e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .minlist > li .topic .video {
  position: relative;
  top: 6rem;
  display: inline-block;
  width: 40rem;
  height: 26rem;
  background-image: url(../img/agenda-icon-video-4.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24rem;
  padding-left: 31rem;
  cursor: pointer;
  margin-left: 20rem;
}
@media (max-width: 750px) {
  .e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .minlist > li .topic .video {
    background-size: 40rem;
    height: 40rem;
    margin-left: 0;
  }
}
.e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .minlist > li .topic .down {
  position: relative;
  top: 6rem;
  display: inline-block;
  width: 40rem;
  height: 26rem;
  background-image: url(../img/agenda-icon-down-2.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24rem;
  padding-left: 31rem;
  cursor: pointer;
}
@media (max-width: 750px) {
  .e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .minlist > li .topic .down {
    background-size: 40rem;
    height: 40rem;
    margin-left: 40rem;
  }
}
.e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .minlist > li .speak {
  width: 450rem;
}
@media (max-width: 750px) {
  .e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .minlist > li .speak {
    padding-left: 220rem;
    width: 100%;
    margin-top: 35rem;
  }
}
.e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .minlist > li .speak .name {
  background-image: url(../img/agenda-icon-renwu.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24rem;
  padding-left: 31rem;
}
.e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .minlist > li .speak .job {
  font-size: 18rem;
  padding-left: 31rem;
  color: #666;
  margin-top: 5rem;
}
@media (max-width: 1024px) {
  .e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .minlist > li .speak .job {
    font-size: 24rem;
  }
}
@media (max-width: 750px) {
  .e-module-202408211402 .e-con .agenda-content .agenda-bottom .agenda-bottom-con .minlist > li .speak .job {
    padding-left: 0;
    font-size: 26rem;
  }
}
.e-module-202408211402 .tips {
  color: #666;
  font-size: 14px;
  line-height: 1.95;
  padding-top: 15rem;
  text-align: right;
}
.LANG-cn .e-module-202408211402 .tips {
  line-height: 1.95;
}
@media (max-width: 1280px) {
  .e-module-202408211402 .tips {
    font-size: 12px;
    line-height: 1.667;
  }
}
@media (max-width: 992px) {
  .e-module-202408211402 .tips {
    padding-top: 10rem;
  }
}
.e-module-202408221114 .title-h2 {
  text-align: center;
}
.e-module-202408221114 .title-h2 h2 {
  display: inline-block;
}
.e-module-202408221114 .title-h2 h2:after {
  left: 50%;
  transform: translateX(-50%);
}
.LANG-cn .e-module-202408221114 .title-h2 h2:after {
  width: 90rem;
}
.LANG-en .e-module-202408221114 .title-h2 h2:after {
  width: 140rem;
}
@media (max-width: 1600px) {
  .LANG-cn .e-module-202408221114 .title-h2 h2:after {
    width: 70rem;
  }
  .LANG-en .e-module-202408221114 .title-h2 h2:after {
    width: 107rem;
  }
}
@media (max-width: 1280px) {
  .LANG-cn .e-module-202408221114 .title-h2 h2:after {
    width: 62rem;
  }
  .LANG-en .e-module-202408221114 .title-h2 h2:after {
    width: 94rem;
  }
}
@media (max-width: 992px) {
  .LANG-cn .e-module-202408221114 .title-h2 h2:after {
    width: 62rem;
  }
  .LANG-en .e-module-202408221114 .title-h2 h2:after {
    width: 94rem;
  }
}
@media (max-width: 750px) {
  .LANG-cn .e-module-202408221114 .title-h2 h2:after {
    width: 92rem;
  }
  .LANG-en .e-module-202408221114 .title-h2 h2:after {
    width: 142rem;
  }
}
.e-module-202408221114 .title-h2 .int {
  max-width: 750rem;
  margin: 0 auto;
  font-size: 18rem;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .e-module-202408221114 .title-h2 .int {
    font-size: 28rem;
    max-width: 800rem;
  }
}
@media (max-width: 992px) {
  .e-module-202408221114 .title-h2 .int {
    font-size: 26rem;
    max-width: 1060rem;
  }
}
.e-module-202408221114 .e-con {
  padding: 0 182rem;
}
@media (max-width: 1024px) {
  .e-module-202408221114 .e-con {
    padding: 0;
  }
}
@media (max-width: 750px) {
  .e-module-202408221114 .e-con .bg {
    width: 145%;
    left: -186rem;
    padding: 0;
  }
}
.e-module-202408221114 .e-con .bg::after {
  padding-top: 56.25%;
}
@media (max-width: 1024px) {
  .e-module-202408221114 .e-con .bg img {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .e-module-202408221114 .e-con .bg img {
    width: 100%;
  }
}
.e-module-202408221114 .e-con ul {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .e-module-202408221114 .e-con ul {
    position: static;
    display: flex;
    flex-wrap: wrap;
  }
}
.e-module-202408221114 .e-con ul li {
  position: absolute;
  border-radius: 16rem;
  background: #FFFFFFE0;
  box-shadow: 0rem 3rem 8rem 0rem #0000000F;
  padding: 25rem;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: center;
  width: 516rem;
  transition: 0.4s;
}
@media (max-width: 1024px) {
  .e-module-202408221114 .e-con ul li {
    position: relative;
    width: 30.33%;
    padding: 40rem;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    margin: 0 1.2% 40rem;
  }
}
@media (max-width: 750px) {
  .e-module-202408221114 .e-con ul li {
    position: relative;
    width: 100%;
    margin-bottom: 40rem;
    padding: 40rem;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }
}
@media (max-width: 750px) {
  .e-module-202408221114 .e-con ul li:nth-last-child(1) {
    margin-bottom: 0;
  }
}
.e-module-202408221114 .e-con ul li:hover {
  transform: translateY(-5rem);
  box-shadow: 0rem 13rem 8rem 0rem #0000000F;
}
.e-module-202408221114 .e-con ul li:hover .icon {
  opacity: 1 !important;
}
.e-module-202408221114 .e-con ul li:hover.video .img::after {
  background: rgba(0, 0, 0, 0.6) !important;
}
.e-module-202408221114 .e-con ul li.video {
  cursor: pointer;
}
.e-module-202408221114 .e-con ul li .number {
  width: 50rem;
  height: 50rem;
  border-radius: 64rem;
  background: linear-gradient(90deg, #9CE5CC 0%, #7FCEF6 74%);
  font-size: 24rem;
  line-height: 50rem;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  top: -18rem;
  display: none;
}
@media (max-width: 1024px) {
  .e-module-202408221114 .e-con ul li .number {
    display: block;
  }
}
.e-module-202408221114 .e-con ul li .left {
  position: relative;
  border-radius: 10rem;
  width: 215rem;
}
@media (max-width: 750px) {
  .e-module-202408221114 .e-con ul li .left {
    width: 262rem;
  }
}
.e-module-202408221114 .e-con ul li .left .img::after {
  padding-top: 62.25%;
  border-radius: 10rem;
  transition: 0.4s;
}
.e-module-202408221114 .e-con ul li .left .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 52rem;
  height: 52rem;
  margin-top: -26rem;
  margin-left: -26rem;
  opacity: 0.7;
  transition: 0.4s;
}
@media (max-width: 1024px) {
  .e-module-202408221114 .e-con ul li .left .icon {
    opacity: 1;
  }
}
.e-module-202408221114 .e-con ul li .left .icon::after {
  padding-top: 100%;
}
.e-module-202408221114 .e-con ul li .right {
  margin-left: 30rem;
  background-image: url(../img/show-highlights-list-icon-sanjiao.png);
  background-repeat: no-repeat;
  background-position: -20rem -15rem;
  background-size: 66rem;
  flex: 1;
}
.e-module-202408221114 .e-con ul li .right h3 {
  padding-left: 10rem;
  color: #333333;
  font-size: 20rem;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .e-module-202408221114 .e-con ul li .right h3 {
    font-size: 24rem;
  }
}
@media (max-width: 750px) {
  .e-module-202408221114 .e-con ul li .right h3 {
    font-size: 28rem;
  }
}
.e-module-202408221114 .e-con ul li .right p {
  padding-left: 10rem;
  color: #666666;
  font-size: 18rem;
  line-height: 1.5;
  margin-top: 10rem;
}
@media (max-width: 1024px) {
  .e-module-202408221114 .e-con ul li .right p {
    font-size: 20rem;
  }
}
@media (max-width: 750px) {
  .e-module-202408221114 .e-con ul li .right p {
    font-size: 25rem;
  }
}
.e-module-202408221114 .e-con ul li .line {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1024px) {
  .e-module-202408221114 .e-con ul li .line {
    display: none;
  }
}
