.ebg-module-tab-agenda-tow .ebg-tab .head {
  position: relative;
  margin: 0 auto 30px;
  max-width: 44%;
}
.ebg-module-tab-agenda-tow .ebg-tab .head .tab-menus {
  overflow: hidden;
}
.ebg-module-tab-agenda-tow .ebg-tab .head .tab-menus ul {
  display: flex;
}
.ebg-module-tab-agenda-tow .ebg-tab .head .tab-menus ul li {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  border: 1px solid #000000;
  padding: 6px 30px 8px;
  border-radius: 50px;
  width: auto !important;
  transition: 0.35s;
}
.ebg-module-tab-agenda-tow .ebg-tab .head .tab-menus ul li a {
  font-size: 14px;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 750px) {
  .ebg-module-tab-agenda-tow .ebg-tab .head .tab-menus ul li a {
    font-size: 12px;
  }
}
.ebg-module-tab-agenda-tow .ebg-tab .head .tab-menus ul li.active,
.ebg-module-tab-agenda-tow .ebg-tab .head .tab-menus ul li:hover {
  cursor: pointer;
  border-color: #c7000b;
  background-color: #c7000b;
}
.ebg-module-tab-agenda-tow .ebg-tab .head .tab-menus ul li.active::after,
.ebg-module-tab-agenda-tow .ebg-tab .head .tab-menus ul li:hover::after {
  content: none;
}
.ebg-module-tab-agenda-tow .ebg-tab .head .tab-menus ul li.active a,
.ebg-module-tab-agenda-tow .ebg-tab .head .tab-menus ul li:hover a {
  color: #fff;
}
.ebg-module-tab-agenda-tow .ebg-tab .head .tab-menus ul li:last-child {
  margin-right: 0;
}
@media (max-width: 750px) {
  .ebg-module-tab-agenda-tow .ebg-tab .head .tab-menus ul li {
    margin-right: 7px;
    padding: 5px 28px 8px;
  }
}
.ebg-module-tab-agenda-tow .ebg-tab .head .tab-menus ul.min {
  justify-content: center;
}
.ebg-module-tab-agenda-tow .ebg-tab .head .nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border: 10px solid transparent;
  transition: 0.35s;
  cursor: pointer;
}
.ebg-module-tab-agenda-tow .ebg-tab .head .nav-btn.button-prev {
  border-right: 10px solid #aaa;
  left: -6%;
}
.ebg-module-tab-agenda-tow .ebg-tab .head .nav-btn.button-prev.swiper-button-disabled {
  border-right-color: #ddd;
}
.ebg-module-tab-agenda-tow .ebg-tab .head .nav-btn.button-prev:hover {
  border-right-color: #c7000b;
}
.ebg-module-tab-agenda-tow .ebg-tab .head .nav-btn.button-prev:hover.swiper-button-disabled {
  border-right-color: #ddd;
}
@media (max-width: 992px) {
  .ebg-module-tab-agenda-tow .ebg-tab .head .nav-btn.button-prev {
    left: -10%;
  }
}
.ebg-module-tab-agenda-tow .ebg-tab .head .nav-btn.button-next {
  border-left: 10px solid #aaa;
  right: -6%;
}
.ebg-module-tab-agenda-tow .ebg-tab .head .nav-btn.button-next.swiper-button-disabled {
  border-left-color: #ddd;
}
.ebg-module-tab-agenda-tow .ebg-tab .head .nav-btn.button-next:hover {
  border-left-color: #c7000b;
}
.ebg-module-tab-agenda-tow .ebg-tab .head .nav-btn.button-next:hover.swiper-button-disabled {
  border-left-color: #ddd;
}
@media (max-width: 992px) {
  .ebg-module-tab-agenda-tow .ebg-tab .head .nav-btn.button-next {
    right: -10%;
  }
}
@media (max-width: 750px) {
  .ebg-module-tab-agenda-tow .ebg-tab .head .nav-btn {
    display: none;
  }
}
@media (max-width: 1200px) {
  .ebg-module-tab-agenda-tow .ebg-tab .head {
    max-width: 54%;
  }
}
@media (max-width: 992px) {
  .ebg-module-tab-agenda-tow .ebg-tab .head {
    max-width: 56%;
  }
}
@media (max-width: 750px) {
  .ebg-module-tab-agenda-tow .ebg-tab .head {
    margin-bottom: 20px;
    max-width: 100%;
  }
}
.ebg-module-tab-agenda-tow .ebg-tab .con {
  overflow: hidden;
  position: relative;
}
.ebg-module-tab-agenda-tow .ebg-tab .con .list {
  height: 0;
  display: block;
  visibility: hidden;
  transition: none;
}
.ebg-module-tab-agenda-tow .ebg-tab .con .list.active {
  visibility: visible;
  height: auto;
}
.ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con {
  padding-top: 1px;
}
.ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con h4 {
  margin-top: 30px;
  color: #000;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 750px) {
  .ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con h4 {
    font-size: 18px;
  }
}
.ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con {
  transition: 0.35s;
  overflow: hidden;
  border-radius: 8px;
  margin-top: 20px;
}
.ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table {
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #fff;
}
.ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .flex-1 {
  flex: 1;
}
@media (max-width: 992px) {
  .ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .flex-1 {
    flex: none;
  }
}
.ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .flex-2 {
  flex: 2;
}
@media (max-width: 992px) {
  .ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .flex-2 {
    flex: none;
  }
}
.ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .flex-2-5 {
  flex: 2.5;
}
@media (max-width: 992px) {
  .ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .flex-2-5 {
    flex: none;
  }
}
.ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .flex-4 {
  flex: 4;
}
@media (max-width: 992px) {
  .ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .flex-4 {
    flex: none;
  }
}
.ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .flex-5 {
  flex: 5;
}
@media (max-width: 992px) {
  .ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .flex-5 {
    flex: none;
  }
}
.ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .flex-6 {
  flex: 6;
}
@media (max-width: 992px) {
  .ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .flex-6 {
    flex: none;
  }
}
.ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .flex-7 {
  flex: 7;
}
@media (max-width: 992px) {
  .ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .flex-7 {
    flex: none;
  }
}
.ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .flex-8 {
  flex: 8;
}
@media (max-width: 992px) {
  .ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .flex-8 {
    flex: none;
  }
}
.ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .flex-9 {
  flex: 9;
}
@media (max-width: 992px) {
  .ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .flex-9 {
    flex: none;
  }
}
.ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .table-td.right-btn {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .table-td.right-btn .table-icon {
  font-size: 14px;
  color: #666;
  text-align: left;
  width: calc(50% - 5px);
}
.ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .table-td.right-btn .table-icon::before {
  display: inline-block;
  vertical-align: bottom;
  height: 20px;
  width: 20px;
  margin-right: 5px;
  transition: 0.35s;
}
.ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .table-td.right-btn .table-icon.table-doc::before {
  content: "";
  background: url(/Assets/enp/v2/img/ebg-module-tab-agenda-tow/down1.png) no-repeat top left / 20px 20px;
}
.ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .table-td.right-btn .table-icon.table-play::before {
  content: "";
  background: url(/Assets/enp/v2/img/ebg-module-tab-agenda-tow/play1.png) no-repeat top left / 20px 20px;
}
.ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .table-td.right-btn .table-icon.table-oth::before {
  content: "\e65b";
  background: none;
  font-size: 16px;
  vertical-align: middle;
  font-family: "iconfont" !important;
}
.ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .table-td.right-btn .table-icon:hover {
  color: #c7000b;
}
.ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .table-td.right-btn .table-icon:hover.table-doc::before {
  background-image: url(/Assets/enp/v2/img/ebg-module-tab-agenda-tow/down2.png);
}
.ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .table-td.right-btn .table-icon:hover.table-play::before {
  content: "";
  background-image: url(/Assets/enp/v2/img/ebg-module-tab-agenda-tow/play2.png);
}
.ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .table-td.right-btn .table-icon:hover.table-oth::before {
  color: #c7000b;
}
@media (max-width: 750px) {
  .ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .table-td.right-btn .table-icon {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .table-td.right-btn {
    display: block;
    margin-top: 28px;
  }
  .ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .table-td.right-btn .table-icon {
    float: right;
    width: auto;
  }
  .ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .table-td.right-btn .table-icon.table-doc {
    margin-right: 12px;
  }
}
@media (max-width: 750px) {
  .ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .table-td.right-btn {
    margin-top: 20px;
  }
}
@media (max-width: 992px) {
  .ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .table-td.table-icon {
    flex: none;
    max-width: 50%;
    text-align: left;
    margin-right: 10px;
  }
}
.ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .table-head {
  padding: 20px 60px;
  min-height: 60px;
  display: flex;
  justify-content: space-between;
  background-color: #dddddd;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .table-head .table-td .p {
  margin-left: -30px;
  padding-right: 20px;
}
@media (max-width: 1200px) {
  .ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .table-head .table-td .p {
    margin-left: 0;
  }
}
@media (max-width: 992px) {
  .ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .table-head .table-td .p {
    padding-right: 0;
  }
}
.ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .table-head .table-td.ebg-font-bold {
  font-size: 18px;
  color: #333;
}
.ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .table-head .table-td.ebg-font-bold .speaker-info {
  margin-left: -30px;
  font-size: 14px;
  color: #666;
  font-family: ebg-font-regular, Arial, Microsoft YaHei, sans-serif !important;
}
@media (max-width: 1200px) {
  .ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .table-head .table-td.ebg-font-bold .speaker-info {
    margin-left: 0;
  }
}
@media (max-width: 1200px) {
  .ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .table-head .table-td.ebg-font-bold {
    margin-left: -10px;
    flex: 7;
  }
}
@media (max-width: 992px) {
  .ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .table-head .table-td.ebg-font-bold {
    flex: none;
    width: 100%;
    margin-left: 0;
  }
}
.ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .table-head .table-td .living {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #c7000b;
  overflow: hidden;
  font-size: 16px;
  border: 1px solid;
  border-radius: 2px;
  height: 24px;
  display: inline-block;
  width: 56px;
  line-height: 24px;
  text-align: center;
  vertical-align: sub;
}
.ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .table-head .table-td .living .text {
  font-size: 14px;
  font-weight: normal;
}
.ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .table-head .table-td .living .living-icon {
  position: relative;
  width: 14px;
  height: 10px;
  font-size: 0;
  display: inline-block;
}
.ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .table-head .table-td .living .living-icon .living-icon-col {
  display: inline-block;
  height: 100%;
  width: 2px;
  margin: 0 1px;
  background-color: #c7000b;
  border-radius: 2px;
  -webkit-animation: living-icon-ani-data-v-4498f1d0 0.6s linear infinite;
  animation: living-icon-ani-data-v-4498f1d0 0.6s linear infinite;
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
}
.ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .table-head .table-td .living .living-icon .living-icon-col:first-child {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
  margin-left: 0;
}
.ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .table-head .table-td .living .living-icon .living-icon-col:last-child {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  margin-right: 0;
}
@keyframes living-icon-ani-data-v-4498f1d0 {
  0% {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
  }
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
  }
}
@media (max-width: 992px) {
  .ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .table-head .table-td.right-btn {
    margin-top: 12px;
  }
}
@media (max-width: 750px) {
  .ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .table-head .table-td.right-btn {
    margin-top: 20px;
  }
}
.ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .table-head .icon-left {
  color: #888;
  font-size: 28px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(270deg);
  transition: 0.35s;
}
@media (max-width: 1200px) {
  .ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .table-head .icon-left {
    right: 10px;
  }
}
@media (max-width: 1200px) {
  .ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .table-head {
    padding: 16px 30px;
  }
}
@media (max-width: 992px) {
  .ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .table-head {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media (max-width: 750px) {
  .ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .table-head {
    padding: 20px;
  }
}
.ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .table-tr {
  padding: 30px 0;
  margin: 0 60px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
.ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .table-tr:last-child {
  border-bottom: 0;
}
.ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .table-tr .table-td.time {
  text-align: center;
  color: #333;
  font-size: 20px;
}
@media (max-width: 992px) {
  .ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .table-tr .table-td.time {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
}
@media (max-width: 750px) {
  .ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .table-tr .table-td.time {
    width: 100%;
    text-align: left;
    margin-bottom: 14px;
  }
}
.ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .table-tr .table-td.tit-speaker {
  padding-right: 20px;
}
.ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .table-tr .table-td.tit-speaker .tit {
  color: #333;
  font-size: 18px;
  line-height: 1.44;
}
@media (max-width: 750px) {
  .ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .table-tr .table-td.tit-speaker .tit {
    font-size: 16px;
  }
}
.ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .table-tr .table-td.tit-speaker .speaker-info {
  margin-top: 18px;
}
.ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .table-tr .table-td.tit-speaker .speaker-info .speaker {
  font-size: 14px;
  color: #666;
}
.ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .table-tr .table-td.tit-speaker .speaker-info .speaker .name {
  display: inline-block;
}
.ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .table-tr .table-td.tit-speaker .speaker-info .speaker .name::before {
  content: '';
  margin-right: 7px;
  height: 16px;
  width: 16px;
  background: url(/Assets/enp/v2/img/ebg-module-tab-agenda-tow/user.png) no-repeat left top / 100% 100%;
  display: inline-block;
  vertical-align: text-top;
}
@media (max-width: 992px) {
  .ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .table-tr .table-td.tit-speaker .speaker-info .speaker .name::before {
    margin-right: 8px;
    font-size: 16px;
  }
}
@media (max-width: 750px) {
  .ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .table-tr .table-td.tit-speaker .speaker-info .speaker .name::before {
    height: 14px;
    width: 14px;
  }
}
.ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .table-tr .table-td.tit-speaker .speaker-info .speaker .tag {
  display: inline-block;
  padding: 0 4px;
}
@media (max-width: 750px) {
  .ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .table-tr .table-td.tit-speaker .speaker-info .speaker .tag {
    padding: 0;
  }
}
.ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .table-tr .table-td.tit-speaker .speaker-info .speaker .job {
  color: #999;
}
@media (max-width: 750px) {
  .ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .table-tr .table-td.tit-speaker .speaker-info .speaker {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .table-tr .table-td.tit-speaker .speaker-info {
    margin-top: 10px;
  }
}
@media (max-width: 1200px) {
  .ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .table-tr .table-td.tit-speaker {
    flex: 5;
  }
}
@media (max-width: 992px) {
  .ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .table-tr .table-td.tit-speaker {
    flex: none;
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .table-tr {
    margin: 0 30px;
  }
}
@media (max-width: 992px) {
  .ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .table-tr {
    flex-wrap: wrap;
  }
}
@media (max-width: 750px) {
  .ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con .table .table-tr {
    margin: 0 22px;
  }
}
.ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con .tab-hei-con.open .table .table-head .icon-left {
  transform: translateY(-50%) rotate(90deg);
}
.ebg-module-tab-agenda-tow .ebg-tab .con .list .table-con:first-child h4 {
  margin-top: 0;
}
