.medium .wrap {
  width: 72.91666667vw;
  margin: 161px auto 136px;
  position: relative;
}
.medium .wrap .title {
  position: absolute;
  top: 19px;
}
.medium .wrap .title .english {
  font-size: 24px;
  font-family: "ITCAVANTGARDESTD-MD", sans-serif !important;
  width: fit-content;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  --tw-gradient-stops: #FF1800, #FFD800;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  margin: 0 0 29px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 18px;
}
.medium .wrap .title p {
  font-size: 40px;
  font-weight: bold;
  color: #455673;
  letter-spacing: 3px;
  line-height: 38px;
}
.medium .wrap .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0 205px;
}
.medium .wrap .content .item {
  width: 33.33333333vw;
  padding: 0 0 59px;
  margin: 0 0 61px;
  position: relative;
  height: fit-content;
  display: block;
}
.medium .wrap .content .item:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 1px;
  background: #F36413;
  transform-origin: left;
}
.medium .wrap .content .item:nth-child(odd) {
  top: 205px;
}
.medium .wrap .content .item .images {
  width: 100%;
  overflow: hidden;
}
.medium .wrap .content .item .images img {
  width: 100%;
  transition: 2s;
}
.medium .wrap .content .item .time {
  display: flex;
  align-items: center;
  margin: 24px 0 30px;
}
.medium .wrap .content .item .time .iconfont {
  color: #455673;
  font-size: 15px;
  margin: 0 12px 0 0;
  transition: 0.7s;
}
.medium .wrap .content .item .time p {
  font-size: 14px;
  font-weight: 400;
  color: #455673;
  position: relative;
  top: 1px;
  transition: 0.7s;
}
.medium .wrap .content .item .text span {
  font-size: 20px;
  font-weight: 500;
  color: #455673;
  margin: 0 0 24px;
  display: block;
  transition: 0.7s;
}
.medium .wrap .content .item .text p {
  font-size: 16px;
  font-weight: 400;
  color: #455673;
  line-height: 30px;
}
.medium .wrap .content .item:hover .images img {
  transform: scale(1.05);
}
.medium .wrap .content .item:hover:after {
  animation: line_animate 0.6s linear forwards;
}
.medium .wrap .content .item:hover .time .iconfont,
.medium .wrap .content .item:hover .time p {
  color: #F36413;
}
.medium .wrap .content .item:hover .text span {
  color: #F36413;
}
@keyframes line_animate {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
/*# sourceMappingURL=medium.css.map */
@media screen and (max-width: 1023px) {
  .medium .wrap{
    width: 90%;
    margin: 50px auto 20px;
  }
  .medium .wrap .title {
    position: static;
  }
  .medium .wrap .title .english{
    font-size: 16px;
    margin: 0 0 10px;
  }
  .medium .wrap .title p{
    font-size: 24px;
  }
  .medium .wrap .content{
    flex-direction: column;
    margin: 15px 0 0 0;
    padding: 0;
  }
  .medium .wrap .content .item:nth-child(odd) {
    top: 0;
  }
  .medium .wrap .content .item{
    width: 100%;
  }
  .medium .wrap .content .item .time p{
    font-size: 12px;
  }
  .medium .wrap .content .item .time{
    margin: 18px 0;
  }
  .medium .wrap .content .item .text span{
    font-size: 18px;
  }
  .medium .wrap .content .item .text p{
    font-size: 13px;
  }
  .medium .wrap .content .item {
    padding: 0 0 37px;
    margin: 0 0 75px;
  }
}