body {
  background: #F6F8FA;
}
.duty .wrap {
  width: 78.125vw;
  margin: 178px auto 120px;
}
.duty .wrap .title {
  text-align: center;
  margin: 0 0 73px;
}
.duty .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;
}
.duty .wrap .title p {
  font-size: 40px;
  font-weight: bold;
  color: #455673;
  letter-spacing: 3px;
  line-height: 38px;
}
.duty .wrap .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.duty .wrap .content .item {
  width: 35.41666667vw;
  margin: 0 0 82px;
}
.duty .wrap .content .item .images {
  width: 100%;
  overflow: hidden;
}
.duty .wrap .content .item .images img {
  width: 100%;
  transition: 2s;
}
.duty .wrap .content .item .time {
  font-size: 14px;
  font-family: "MiSans", sans-serif !important;
  font-weight: 500;
  color: #455673;
  margin: 39px 0 30px 0;
  transition: 0.6s;
}
.duty .wrap .content .item span {
  font-size: 24px;
  font-weight: bold;
  color: #455673;
  display: block;
  margin: 0 0 38px;
  transition: 0.6s;
}
.duty .wrap .content .item .more {
  font-size: 14px;
  font-weight: 500;
  color: #455673;
  text-decoration: underline;
  transition: 0.6s;
}
.duty .wrap .content .item:hover .images img {
  transform: scale(1.05);
}
.duty .wrap .content .item:hover .time,
.duty .wrap .content .item:hover span,
.duty .wrap .content .item:hover .more {
  color: #F36413;
}
/*# sourceMappingURL=duty.css.map */
@media screen and (max-width: 1522px) {
  .duty .wrap {
    width: 74.125vw;
  }
}
@media screen and (max-width: 1023px) {
  .duty .wrap{
    width: 90%;
    margin: 45px auto 5px;
  }
  .duty .wrap .title .english{
    font-size: 18px;
    margin: 0 auto 10px;
  }
  .duty .wrap .title p{
    font-size: 24px;
  }
  .duty .wrap .content .item {
    width: 100%;
    margin: 0 0 55px;
  }
  .duty .wrap .title {
    margin: 0 0 29px;
  }
  .duty .wrap .content .item .time {
    font-size: 12px;
    margin: 16px 0 12px 0;
  }
  .duty .wrap .content .item span {
    font-size: 20px;
    margin: 0 0 15px;
  }
  .duty .wrap .content .item .more{
    font-size: 12px;
  }
}