.notice .wrap {
  width: 62.91666667vw;
  margin: 180px auto 146px;
}
.notice .wrap .title {
  text-align: center;
}
.notice .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 auto 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 18px;
}
.notice .wrap .title p {
  font-size: 40px;
  font-weight: bold;
  color: #455673;
  letter-spacing: 3px;
  line-height: 38px;
}
.notice .wrap .content {
  margin: 120px 0 0 0;
}
.notice .wrap .content .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 99px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.notice .wrap .content .item:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #F36413;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transition: 1.2s;
  transform-origin: left;
}
.notice .wrap .content .item .display {
  display: flex;
  align-items: center;
}
.notice .wrap .content .item .display .time {
  font-size: 22px;
  font-weight: 400;
  color: #666666;
  margin: 0 4.11458333vw 0 0;
  transition: 0.7s;
}
.notice .wrap .content .item .display p {
  font-size: 22px;
  font-weight: 500;
  color: #455673;
  transition: 0.7s;
}
.notice .wrap .content .item .circle {
  width: 30px;
  height: 30px;
  background: rgba(228, 228, 229, 0);
  border: 1px solid #455673;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.7s;
}
.notice .wrap .content .item .circle .iconfont {
  color: #455673;
  font-size: 12px;
  transition: 0.7s;
}
.notice .wrap .content .item:hover:after {
  transform: scaleX(1);
}
.notice .wrap .content .item:hover .time,
.notice .wrap .content .item:hover p {
  color: #F36413;
}
.notice .wrap .content .item:hover .circle {
  background: #F36413;
  border: 1px solid transparent;
}
.notice .wrap .content .item:hover .circle .iconfont {
  color: #fff;
}
/*# sourceMappingURL=notice.css.map */
@media screen and (max-width: 1500px) {
  .notice .wrap{
    width: 75%;
  }
}
@media screen and (max-width: 1200px) {
  .notice .wrap{
    width: 80%;
  }
}

@media screen and (max-width: 1023px) {
  .notice .wrap {
    width: 90%;
    margin: 55px auto 51px;
  }
  .notice .wrap .title .english{
    font-size: 16px;
    margin: 0 auto 10px;
  }
  .notice .wrap .title p{
    font-size: 24px;
  }
  .notice .wrap .content {
    margin: 49px 0 0 0;
  }
  .notice .wrap .content .item {
    height: auto;
    flex-direction: column;
    align-items: unset;
    padding: 0 0 22px;
    margin: 0 0 30px;
  }
  .notice .wrap .content .item .display{
    flex-direction: column;
    align-items: unset;
  }
  .notice .wrap .content .item .display .time{
    font-size: 13px;
    margin: 0 0 15px;
  }
  .notice .wrap .content .item .circle{
    margin: 17px 0 0 0;
  }
  .notice .wrap .content .item .display p{
    font-size: 18px;
  }

}