.agenda-v2 {
  overflow: hidden;
}
.agenda-v2 h2 p {
  font-size: 14px;
  color: #476ea3;
  padding-top: 10px;
  font-family: ebg-font-regular, Arial;
}
@media (max-width: 540px) {
  .agenda-v2 h2 p {
    padding-top: 5px;
  }
}
.agenda-v2 .agenda-con {
  overflow: hidden;
  position: relative;
}
.agenda-v2 .agenda-con .swiper-tab {
  width: 80%;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .agenda-v2 .agenda-con .swiper-tab {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .agenda-v2 .agenda-con .swiper-tab .ul {
    overflow-x: auto;
  }
}
.agenda-v2 .agenda-con .swiper-tab .ul .li {
  position: relative;
  padding: 11px 10px;
  cursor: pointer;
  width: 12.5%;
  text-align: center;
  border-bottom: 1px solid #e2e2e2;
}
@media (max-width: 1200px) {
  .agenda-v2 .agenda-con .swiper-tab .ul .li {
    width: auto;
    min-width: 150px;
  }
}
@media (max-width: 540px) {
  .agenda-v2 .agenda-con .swiper-tab .ul .li {
    min-width: 100px;
  }
}
.agenda-v2 .agenda-con .swiper-tab .ul .li:after,
.agenda-v2 .agenda-con .swiper-tab .ul .li:before {
  content: '';
  position: absolute;
  top: 0;
  height: 3px;
  left: 0;
}
.agenda-v2 .agenda-con .swiper-tab .ul .li:hover {
  color: #c7000b;
}
.agenda-v2 .agenda-con .swiper-tab .ul .li:hover span {
  font-family: ebg-font-bold, Arial;
}
.agenda-v2 .agenda-con .swiper-tab .ul .li:before {
  height: 20px;
  background: #e2e2e2;
  width: 1px;
  right: -1px;
  left: auto;
  top: 16px;
}
.agenda-v2 .agenda-con .swiper-tab .ul .li.active {
  color: #c7000b;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #fff;
  background: #fff;
}
.agenda-v2 .agenda-con .swiper-tab .ul .li.active:after {
  width: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#70b453), color-stop(32%, #3c56b3), color-stop(50%, #744ba9), color-stop(66%, #a342a1), to(#f15e3b));
  background-image: linear-gradient(90deg, #70b453 0%, #3c56b3 32%, #744ba9 50%, #a342a1 66%, #f15e3b 100%);
}
.agenda-v2 .agenda-con .swiper-tab .ul .li.active span {
  font-family: ebg-font-bold, Arial;
}
.agenda-v2 .agenda-con .swiper-tab .ul .li img {
  display: none;
}
.agenda-v2 .agenda-con .swiper-tab .ul .li.hot img {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 540px) {
  .agenda-v2 .agenda-con .swiper-tab .ul .li.hot img {
    width: 16px;
  }
}
.agenda-v2 .agenda-con .swiper-tab .ul .li p {
  font-size: 24px;
}
@media (max-width: 540px) {
  .agenda-v2 .agenda-con .swiper-tab .ul .li p {
    font-size: 18px;
  }
}
.agenda-v2 .agenda-con .swiper-tab .ul .li span {
  font-size: 24px;
  vertical-align: middle;
}
@media (max-width: 540px) {
  .agenda-v2 .agenda-con .swiper-tab .ul .li span {
    font-size: 14px;
  }
}
.agenda-v2 .agenda-con .swiper-tab .arrow {
  position: absolute;
  right: 0;
  top: 0;
  width: 20%;
  z-index: 2;
  text-align: right;
  height: 50px;
  padding: 5px 0;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .agenda-v2 .agenda-con .swiper-tab .arrow {
    display: none;
  }
}
.agenda-v2 .agenda-con .swiper-tab .arrow .swiper-pagination {
  position: static;
  vertical-align: middle;
  font-size: 18px;
}
.agenda-v2 .agenda-con .swiper-tab .arrow .swiper-button-prev,
.agenda-v2 .agenda-con .swiper-tab .arrow .swiper-button-next {
  vertical-align: middle;
  position: static;
  top: 0;
  text-align: center;
  font-size: 40px;
  background-color: #eeeeee;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: transparent;
  margin-top: 0;
  color: #c7000b;
}
.agenda-v2 .agenda-con .swiper-tab .arrow .swiper-button-disabled {
  color: #9fa0a0;
  opacity: 1;
}
.agenda-v2 .agenda-con .con {
  border: 1px solid #e2e2e2;
  background: #fff;
  margin-top: -1px;
  position: relative;
  padding: 10px;
}
.agenda-v2 .agenda-con .con:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 98%;
  background: #fff;
  z-index: 1;
  content: "";
  height: 30px;
}
.agenda-v2 .agenda-con .con .swiper-con {
  overflow: hidden;
  overflow-y: auto;
  max-height: 600px;
}
@media (max-width: 1600px) {
  .agenda-v2 .agenda-con .con .swiper-con {
    max-height: 500px;
  }
}
.agenda-v2 .agenda-con .con .swiper-con::-webkit-scrollbar {
  width: 4px;
  height: 1px;
}
.agenda-v2 .agenda-con .con .swiper-con::-webkit-scrollbar-track {
  background: #f6f6f6;
  border-radius: 2px;
}
.agenda-v2 .agenda-con .con .swiper-con::-webkit-scrollbar-thumb {
  background: #e2e2e2;
  border-radius: 10px;
}
.agenda-v2 .agenda-con .con .swiper-con::-webkit-scrollbar-thumb:hover {
  background: #9fa0a0;
}
.agenda-v2 .agenda-con .con .swiper-con::-webkit-scrollbar-corner {
  background: #f6f6f6;
}
.agenda-v2 .agenda-con .con .swiper-ul {
  overflow: hidden;
}
.agenda-v2 .agenda-con .con .ul .li {
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  background: #fff;
  padding-bottom: 30px;
}
@media (max-width: 540px) {
  .agenda-v2 .agenda-con .con .ul .li {
    padding-bottom: 20px;
  }
}
.agenda-v2 .agenda-con .con .ul .li .box {
  border-radius: 8px;
  overflow: hidden;
  padding: 20px 20px 0;
  position: relative;
}
@media (max-width: 540px) {
  .agenda-v2 .agenda-con .con .ul .li .box {
    padding: 20px 20px 0;
    margin-bottom: 0px;
  }
}
.agenda-v2 .agenda-con .con .ul .li .box .title .label {
  line-height: 1.44444444;
  font-size: 18px;
  margin-top: -4px;
  margin-bottom: -4px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  min-width: 64px;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#70b453), color-stop(32%, #3c56b3), color-stop(50%, #744ba9), color-stop(66%, #a342a1), to(#f15e3b));
  background: linear-gradient(90deg, #70b453 0%, #3c56b3 32%, #744ba9 50%, #a342a1 66%, #f15e3b 100%);
  -webkit-background-clip: text;
  color: #fff;
  color: transparent;
  padding-left: 5px;
}
.agenda-v2 .agenda-con .con .ul .li .box .title .label.isie {
  color: #c7000b;
  background: transparent;
}
@media (max-width: 540px) {
  .agenda-v2 .agenda-con .con .ul .li .box .title .label {
    font-size: 16px;
  }
}
.agenda-v2 .agenda-con .con .ul .li .box .title .time {
  line-height: 1.5;
  font-size: 16px;
  margin-top: -4px;
  margin-bottom: -4px;
  color: #476ea3;
}
@media (max-width: 540px) {
  .agenda-v2 .agenda-con .con .ul .li .box .title .time {
    line-height: 1.57142857;
    font-size: 14px;
    margin-top: -4px;
    margin-bottom: -4px;
    line-height: 1.25;
  }
}
.agenda-v2 .agenda-con .con .ul .li .box .title .living {
  background-image: -webkit-gradient(linear, left top, right top, from(#ee7b58), to(#eb5a54));
  background-image: linear-gradient(90deg, #ee7b58 0%, #eb5a54 100%);
  line-height: 1.57142857;
  font-size: 14px;
  margin-top: -4px;
  margin-bottom: -4px;
  color: #fff;
  border-radius: 2px;
  overflow: hidden;
  padding: 0px 14px;
  margin-left: 10px;
  display: inline-block;
  display: none;
}
@media (max-width: 540px) {
  .agenda-v2 .agenda-con .con .ul .li .box .title .living {
    margin-top: 0px;
    margin-left: 0;
    font-size: 10px;
  }
}
.agenda-v2 .agenda-con .con .ul .li .box .title .living .living-icon {
  margin-right: 5px;
}
.agenda-v2 .agenda-con .con .ul .li .box .title p {
  line-height: 1.4;
  font-size: 20px;
  margin-top: -4px;
  margin-bottom: -4px;
  padding-top: 10px;
}
@media (max-width: 540px) {
  .agenda-v2 .agenda-con .con .ul .li .box .title p {
    font-size: 16px;
  }
}
.agenda-v2 .agenda-con .con .ul .li .box .title .btn {
  font-size: 0;
  position: absolute;
  right: 30px;
  top: 17px;
}
@media (max-width: 540px) {
  .agenda-v2 .agenda-con .con .ul .li .box .title .btn {
    position: static;
  }
}
.agenda-v2 .agenda-con .con .ul .li .box .title .btn .join-webcast,
.agenda-v2 .agenda-con .con .ul .li .box .title .btn .documents {
  position: relative;
  margin-top: 15px;
  display: inline-block;
  padding: 5px 10px 8px 25px;
  line-height: 1;
}
.agenda-v2 .agenda-con .con .ul .li .box .title .btn .join-webcast:after,
.agenda-v2 .agenda-con .con .ul .li .box .title .btn .documents:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  content: "";
  background: #fff;
  border: 1px solid #c7000b;
}
.agenda-v2 .agenda-con .con .ul .li .box .title .btn .join-webcast:hover,
.agenda-v2 .agenda-con .con .ul .li .box .title .btn .documents:hover {
  background: #fff;
}
.agenda-v2 .agenda-con .con .ul .li .box .title .btn .join-webcast:hover:after,
.agenda-v2 .agenda-con .con .ul .li .box .title .btn .documents:hover:after {
  border: 2px solid #c7000b;
}
.agenda-v2 .agenda-con .con .ul .li .box .title .btn .join-webcast img,
.agenda-v2 .agenda-con .con .ul .li .box .title .btn .documents img {
  position: absolute;
  left: 10px;
  top: 5px;
  width: 8px;
  z-index: 2;
}
.agenda-v2 .agenda-con .con .ul .li .box .title .btn .join-webcast span,
.agenda-v2 .agenda-con .con .ul .li .box .title .btn .documents span {
  line-height: 1.33333333;
  font-size: 12px;
  margin-top: -2px;
  margin-bottom: -2px;
  color: #c7000b;
  z-index: 2;
  position: relative;
}
.agenda-v2 .agenda-con .con .ul .li .box .title .btn .join-webcast img {
  top: 9px;
}
.agenda-v2 .agenda-con .con .ul .li .box .title .btn .documents {
  margin-left: 10px;
  display: none;
}
.agenda-v2 .agenda-con .con .ul .li .box .title .btn .documents img {
  top: 9px;
  width: 10px;
}
.agenda-v2 .agenda-con .con .ul .li .box .topic {
  background: #f6f8fc url("../images/2019-broadcasts-wenli-13.png") no-repeat right bottom;
  margin-top: 20px;
  padding: 0 30px;
  border-radius: 8px;
}
@media (max-width: 540px) {
  .agenda-v2 .agenda-con .con .ul .li .box .topic {
    padding: 0 15px;
    margin-top: 15px;
  }
}
.agenda-v2 .agenda-con .con .ul .li .box .topic > div {
  border-bottom: 1px solid #e2e2e2;
  zoom: 1;
  padding: 25px 0;
}
.agenda-v2 .agenda-con .con .ul .li .box .topic > div:after {
  display: block;
  content: "";
  clear: both;
}
.agenda-v2 .agenda-con .con .ul .li .box .topic > div:nth-last-child(1) {
  border: none;
}
@media (max-width: 540px) {
  .agenda-v2 .agenda-con .con .ul .li .box .topic > div {
    padding: 20px 0;
  }
}
.agenda-v2 .agenda-con .con .ul .li .box .topic > div > div {
  float: left;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .agenda-v2 .agenda-con .con .ul .li .box .topic > div > div {
    padding: 0;
  }
}
.agenda-v2 .agenda-con .con .ul .li .box .topic > div > div.time {
  width: 15%;
  position: relative;
  padding-left: 30px;
  line-height: 1.5;
  font-size: 16px;
  margin-top: -4px;
  margin-bottom: -4px;
  color: #476ea3;
}
@media (max-width: 992px) {
  .agenda-v2 .agenda-con .con .ul .li .box .topic > div > div.time {
    width: 100%;
  }
}
.agenda-v2 .agenda-con .con .ul .li .box .topic > div > div.time img {
  position: absolute;
  left: 0;
  top: 3px;
}
@media (max-width: 540px) {
  .agenda-v2 .agenda-con .con .ul .li .box .topic > div > div.time img {
    width: 16px;
  }
}
@media (max-width: 540px) {
  .agenda-v2 .agenda-con .con .ul .li .box .topic > div > div.time {
    font-size: 14px;
    padding-left: 25px;
  }
}
.agenda-v2 .agenda-con .con .ul .li .box .topic > div > div.title {
  width: 40%;
  line-height: 1.5;
  font-size: 16px;
  margin-top: -4px;
  margin-bottom: -4px;
}
@media (max-width: 992px) {
  .agenda-v2 .agenda-con .con .ul .li .box .topic > div > div.title {
    width: 100%;
    padding: 15px 0 0 30px;
  }
}
@media (max-width: 540px) {
  .agenda-v2 .agenda-con .con .ul .li .box .topic > div > div.title {
    font-size: 14px;
    padding-left: 25px;
    line-height: 1.25;
  }
}
.agenda-v2 .agenda-con .con .ul .li .box .topic > div > div.inf {
  width: 45%;
  padding: 0;
}
@media (max-width: 992px) {
  .agenda-v2 .agenda-con .con .ul .li .box .topic > div > div.inf {
    width: 100%;
    padding-top: 15px;
  }
}
.agenda-v2 .agenda-con .con .ul .li .box .topic > div > div.inf > p {
  zoom: 1;
  margin-bottom: 15px;
}
.agenda-v2 .agenda-con .con .ul .li .box .topic > div > div.inf > p:after {
  display: block;
  content: "";
  clear: both;
}
.agenda-v2 .agenda-con .con .ul .li .box .topic > div > div.inf > p:nth-last-child(1) {
  margin-bottom: 0;
}
.agenda-v2 .agenda-con .con .ul .li .box .topic > div > div.inf > p .guests {
  position: relative;
  line-height: 1.5;
  font-size: 16px;
  margin-top: -4px;
  margin-bottom: -4px;
  padding-left: 30px;
  width: 40%;
  padding: 0 20px;
  display: block;
  float: left;
}
@media (max-width: 992px) {
  .agenda-v2 .agenda-con .con .ul .li .box .topic > div > div.inf > p .guests {
    padding: 0 0 0 30px;
    font-size: 14px;
  }
}
@media (max-width: 540px) {
  .agenda-v2 .agenda-con .con .ul .li .box .topic > div > div.inf > p .guests {
    width: 100%;
    font-size: 12px;
    padding-left: 25px;
  }
}
.agenda-v2 .agenda-con .con .ul .li .box .topic > div > div.inf > p .guests:after {
  content: '';
  position: absolute;
  height: 16px;
  background: #9fa0a0;
  width: 1px;
  left: -1px;
  top: 4px;
}
@media (max-width: 992px) {
  .agenda-v2 .agenda-con .con .ul .li .box .topic > div > div.inf > p .guests:after {
    display: none;
  }
}
.agenda-v2 .agenda-con .con .ul .li .box .topic > div > div.inf > p .post {
  padding: 0 20px;
  width: 60%;
  line-height: 1.57142857;
  font-size: 14px;
  margin-top: -4px;
  margin-bottom: -4px;
  color: #9fa0a0;
  display: block;
  float: left;
}
@media (max-width: 540px) {
  .agenda-v2 .agenda-con .con .ul .li .box .topic > div > div.inf > p .post {
    width: 100%;
    padding: 10px 20px 0 25px;
    font-size: 12px;
  }
}
.agenda-v2 .agenda-con .con .ul .li.notitle .topic .time {
  width: 20% !important;
}
@media (max-width: 992px) {
  .agenda-v2 .agenda-con .con .ul .li.notitle .topic .time {
    width: 100% !important;
  }
}
.agenda-v2 .agenda-con .con .ul .li.notitle .topic .title {
  width: 55% !important;
}
@media (max-width: 992px) {
  .agenda-v2 .agenda-con .con .ul .li.notitle .topic .title {
    width: 100% !important;
    padding: 15px 0 0 30px;
  }
}
.agenda-v2 .agenda-con .con .ul .li.notitle .topic .inf {
  width: 25% !important;
}
@media (max-width: 992px) {
  .agenda-v2 .agenda-con .con .ul .li.notitle .topic .inf {
    width: 100% !important;
    padding-top: 15px;
  }
}
.agenda-v2 .agenda-con .con .ul .li.notitle .topic .inf .guests {
  width: 100% !important;
}
@media (max-width: 992px) {
  .agenda-v2 .agenda-con .con .ul .li.notitle .topic .inf .guests {
    padding: 0 0 0 30px;
  }
}
.agenda-v2 .agenda-con .con .ul .swiper-slide-active {
  max-height: none !important;
}
.agenda-v2 .ebg-btn-box {
  text-align: center;
}
.agenda-v2 .swiper-pagination-current {
  color: #c7000b;
  font-weight: bold;
}
