.w1200 {
  max-width: 12rem;
  margin: 0 auto;
}
html {
  background-color: #E9EBF4;
}
.part-one {
  position: relative;
  width: 100%;
  height: 5rem;
  margin-top: 1.36rem;
}
.part-one .my-container {
  height: 100%;
}
.part-one .my-container .left-info {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 5rem;
  padding-bottom: 1rem;
}
.part-one .my-container .left-info h2 {
  font-weight: bold;
  font-size: 0.56rem;
  line-height: 0.7rem;
  color: #102553;
}
.part-one .my-container .left-info p {
  margin-top: 0.07rem;
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #7F8799;
}
.part-one .position-right-img {
  position: absolute;
  top: 0;
  right: 0;
  width: unset;
  width: auto;
  height: 100%;
}
.weekly {
  background-color: #E9EBF4;
  min-height: 1000px;
  padding-bottom: 157px;
}
.weekly .weekly-lists {
  display: flex;
  flex-wrap: wrap;
  width: 1440px;
  margin-left: 353px;
  padding-top: 54px;
}
.weekly .weekly-lists .weekly-list {
  width: 300px;
  padding: 8px;
  padding-bottom: 19px;
  margin-right: 78px;
  margin-bottom: 56px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  box-sizing: border-box;
  animation: itemshow 1s;
}
.weekly .weekly-lists .weekly-list .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 366px;
  border: 4px solid #9E9E9E;
  overflow: hidden;
}
.weekly .weekly-lists .weekly-list .img-box img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.weekly .weekly-lists .weekly-list .infor {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 13px;
}
.weekly .weekly-lists .weekly-list .infor p {
  height: 48px;
  font-size: 18px;
  color: #999999;
  line-height: 24px;
  word-break: break-all;
}
.weekly .weekly-lists .weekly-list .infor p b {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
}
.weekly .weekly-lists .weekly-list:nth-child(4n) {
  margin-right: 0;
}
.weekly .loading {
  display: none;
  width: 1440px;
  margin-left: 353px;
}
.weekly .loading .loading-box {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.weekly .loading .loading-left {
  width: 56px;
  perspective: 120px;
  perspective-origin: 50% 50%;
}
.weekly .loading .loading-left img {
  display: block;
  width: 100%;
  animation: loading 3s infinite;
}
.weekly .loading .loading-right {
  width: 134px;
}
.weekly .loading .loading-right img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1700px) {
  .weekly {
    background-color: #E9EBF4;
    min-height: 1000px;
    padding-bottom: 157px;
  }
  .weekly .weekly-lists {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-left: 0;
    padding-left: 280px;
    padding-top: 54px;
    padding-right: 60px;
    box-sizing: border-box;
  }
  .weekly .weekly-lists .weekly-list {
    width: 23%;
    padding: 8px;
    margin-right: 1.5%;
    margin-bottom: 56px;
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    box-sizing: border-box;
  }
  .weekly .weekly-lists .weekly-list .img-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    background-image: url('../../images/weekly/k.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    overflow: hidden;
  }
  .weekly .weekly-lists .weekly-list .img-box img {
    display: block;
    max-width: 100%;
  }
  .weekly .weekly-lists .weekly-list .infor {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 13px;
  }
  .weekly .weekly-lists .weekly-list .infor b {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    line-height: 24px;
  }
  .weekly .weekly-lists .weekly-list .infor span {
    font-size: 16px;
    color: #999999;
    line-height: 24px;
  }
  .weekly .weekly-lists .weekly-list:nth-child(4n) {
    margin-right: 0;
  }
  .weekly .loading {
    width: 100%;
    margin-left: 0;
    padding-left: 280px;
    padding-right: 60px;
    box-sizing: border-box;
  }
  .weekly .loading .loading-left {
    width: 56px;
  }
  .weekly .loading .loading-left img {
    display: block;
    width: 100%;
  }
  .weekly .loading .loading-right {
    width: 134px;
  }
  .weekly .loading .loading-right img {
    display: block;
    width: 100%;
  }
}
@keyframes loading {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(360deg);
  }
  100% {
    transform: rotateY(720deg);
  }
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(360deg);
  }
  100% {
    -webkit-transform: rotateY(720deg);
  }
}
@keyframes itemshow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
