.section-agenda {
  margin-bottom: 80px;
}

.agenda-cont {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.agenda-date {
  width: 100%;
  font-size: 28px;
  margin-bottom: 15px;
}

.agenda-cont-left {
  width: 100%;
  margin-bottom: 80px;
}

.agenda-cont-title {
  cursor: default;
  width: 100%;
  margin-bottom: 20px;
}

.agenda-cont-title .text {
  display: inline-block;
  vertical-align: middle;
  font-size: 28px;
}

.agenda-cont-title .period {
  display: inline-block;
  vertical-align: middle;
  padding: 0 25px;
  font-size: 18px;
  line-height: 32px;
  background: #1BFDFF;
  color: #000000;
  border-radius: 16px 20px 2px 16px;
  margin-left: 20px;
}

.agenda-cont-list {
  position: relative;
  width: 100%;
  padding: 40px 50px;
  background: rgba(21, 42, 148, .4);
  overflow: hidden;
}

.agenda-cont-list:after {
  content: '';
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #1BFDFF 0%, #122AA0 100%);
  position: absolute;
  left: 0;
  top: 0;
}

.agenda-cont-item {
  position: relative;
  width: 100%;
  font-size: 16px;
  text-align: left;
  color: #FFFFFF;
  line-height: 1.5;
  margin-bottom: 25px;
}

.agenda-cont-theme {
  width: 100%;
  font-size: 24px;
  font-weight: 600;
  margin: 55px 0 25px;
}
.agenda-cont-topic {
  width: 100%;
  font-size: 20px;
  margin-bottom: 25px;
}
.agenda-cont-topic i {
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #FFFFFF;
  margin-right: 6px;
}

.agenda-cont-tip {
  width: 100%;
  text-align: center;
  font-size: 16px;
  opacity: .65;
  padding-top: 30px;
}

.agenda-item-time {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 16%;
  padding-left: 16px;
}

.agenda-item-time:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border: 2px solid #1BFDFF;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.agenda-item-sum {
  display: inline-block;
  vertical-align: top;
  width: 82%;
}

.agenda-item-event {
  display: inline-block;
  vertical-align: top;
  width: 37%;
}

.agenda-item-theme {
  display: inline-block;
  vertical-align: top;
  width: 62%;
  opacity: .75;
  padding-left: 7.8%;
}

.agenda-cont-right {
  width: 100%;
}
.agenda-cont-right .agenda-item-event {
  width: 100%;
}

.agenda-right-sum {
  display: inline-block;
  width: 65%;
}



@media (max-width:1200px) and (min-width:901px) {
  .agenda-cont-left {
    width: 49%;
  }
}

@media (max-width:900px) and (min-width:769px) {

  .agenda-cont-left,
  .agenda-cont-right {
    width: 100%;
  }
}

@media screen and (min-width:769px) {
  .agenda-cutover {
    display: none;
  }
}

@media screen and (max-width:768px) {
  .agenda-date {
    width: 100%;
    font-size: .34rem;
    margin-bottom: .15rem;
  }

  .agenda-cont-left,
  .agenda-cont-right {
    width: 100%;
    margin-bottom: 0;
  }
  .agenda-cont-right {
    display: none;
  }

  .agenda-cont-left .agenda-cont-title,
  .agenda-cont-right .agenda-cont-title {
    display: none;
  }

  .agenda-cutover {
    width: 100%;
    border-radius: 6px 6px 0px 0px;
  }

  .agenda-cutover-item {
    display: inline-block;
    width: 50%;
    padding: .15rem 0;
    background: rgba(21, 42, 148, .8);
    border: 1px solid;
    border-image: linear-gradient(15deg, #1BFDFF, #122AA0) 1 1;
    text-align: center;
  }

  .agenda-cutover-item.show {
    background: linear-gradient(90deg, #1BFDFF 0%, #122AA0 100%);
  }

  .agenda-cutover-item .text {
    font-size: 0.28rem;
  }

  .agenda-cutover-item .period {
    display: inline-block;
    padding: 0 .15rem;
    line-height: 0.2rem;
    background: #1BFDFF;
    border-radius: 8px 8px 2px 8px;
    font-size: .14rem;
    color: #000000;
    margin-left: .1rem;
  }

  .agenda-cont-list {
    width: 100%;
    padding: .4rem .3rem;
  }

  .agenda-cont-list:after {
    display: none;
  }

  .agenda-cont-item {
    font-size: .2rem;
    display: flex;
    margin-bottom: .25rem;
  }

  .agenda-cont-topic {
    font-size: .24rem;
    margin-bottom: .25rem;
  }

  .agenda-cont-topic i {
    width: .06rem;
    height: .06rem;
    margin-right: .06rem;
  }

  .agenda-cont-theme {
    font-size: .28rem;
    margin: .45rem 0 .25rem;
  }

  .agenda-cont-tip {
    font-size: .18rem;
    text-align: left;
    padding-top: .3rem;
  }

  .agenda-item-time {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 33%;
    padding-left: .2rem;
  }

  .agenda-item-time:after {
    content: '';
    position: absolute;
    width: .08rem;
    height: .08rem;
    top: .15rem;
    border: 1px solid #1BFDFF;
  }

  .agenda-item-sum {
    width: 67%;
  }

  .agenda-item-theme {
    width: 100%;
    font-size: .18rem;
    padding-left: 0;
    margin-bottom: .08rem;
  }

  .agenda-item-event {
    width: 100%;
    margin-bottom: .05rem;
  }

  .agenda-right-sum {
    width: 70%;
  }
}