:root {
  --banner-circle-color: rgba(157, 163, 237, 0.39);
}
.module-1 {
  padding-top: calc(var(--module-space) * 2);
  padding-bottom: var(--module-space);
}
.module-1 .list {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .module-1 .list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
    align-items: flex-start;
  }
}
.module-1 .list .line {
  margin-top: -90px;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  transform: translateX(-50%);
}
.module-1 .list .line .pic {
  height: 100%;
}
.module-1 .list .line .pic img {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .module-1 .list .line {
    display: none;
  }
}
.module-1 .list .item {
  margin-top: -5vw;
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .module-1 .list .item {
    margin-top: -20px;
  }
}
@media screen and (max-width: 768px) {
  .module-1 .list .item {
    margin: 0;
    width: calc(50% - 20px);
    flex-direction: column-reverse;
  }
  .module-1 .list .item:nth-child(2n) {
    flex-direction: column;
  }
}
@media screen and (max-width: 576px) {
  .module-1 .list .item {
    width: 100%;
  }
}
.module-1 .list .item .time {
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .module-1 .list .item .time {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1400px) {
  .module-1 .list .item .time .pic img {
    max-height: 42px;
  }
}
@media screen and (max-width: 992px) {
  .module-1 .list .item .time .pic img {
    max-height: 28px;
  }
}
@media screen and (max-width: 768px) {
  .module-1 .list .item .time .pic img {
    max-height: 40px;
  }
}
.module-1 .list .item .space-line {
  margin-right: -20px;
  flex-grow: 1;
  position: relative;
  height: 1px;
  background-color: #818dc2;
}
@media screen and (max-width: 768px) {
  .module-1 .list .item .space-line {
    display: none;
  }
}
.module-1 .list .item .space-line.hide {
  opacity: 0;
}
.module-1 .list .item .space-line::after {
  border-radius: 50%;
  width: 11px;
  height: 11px;
  background-color: #818dc2;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
.module-1 .list .item .con-box {
  flex-shrink: 0;
  position: relative;
}
.module-1 .list .item .con-box.hide {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .module-1 .list .item .con-box.hide {
    display: none;
  }
}
.module-1 .list .item .con-box h6 {
  margin-bottom: 14px;
  width: 100%;
  color: #003e80;
  font-size: 24px;
  line-height: 1.42;
  font-weight: 700;
  position: absolute;
  bottom: 100%;
  left: 0;
}
@media screen and (max-width: 1200px) {
  .module-1 .list .item .con-box h6 {
    font-size: 22px;
  }
}
@media screen and (max-width: 992px) {
  .module-1 .list .item .con-box h6 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .module-1 .list .item .con-box h6 {
    position: static;
  }
}
.module-1 .list .item .con-box .pic {
  width: 30vw;
}
@media screen and (max-width: 992px) {
  .module-1 .list .item .con-box .pic {
    width: 25vw;
  }
}
@media screen and (max-width: 768px) {
  .module-1 .list .item .con-box .pic {
    width: 100%;
  }
}
.module-1 .list .item:nth-child(2n) .space-line {
  margin-left: -20px;
}
.module-1 .list .item:nth-child(2n) .space-line::after {
  left: auto;
  right: 0;
  transform: translate(-125%, -50%);
}
.module-1 .list .item:nth-child(2n) .con-box h6 {
  left: auto;
  right: 0;
}
