body {
  background-color: #5b0085;
}
.news {
  width: 1440px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  padding-bottom: 577px;
}
.news .more {
  width: 100%;
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  color: #e85555;
  cursor: pointer;
  margin-top: 50px;
  margin-bottom: 50px;
}
.news .news-item {
  width: 30%;
  overflow: hidden;
  margin-top: 56px;
  font-size: 0;
  opacity: 0;
  transition: opacity linear .5s;
}
.news .news-item.move-in {
  opacity: 1;
}
.news .news-item:not(:nth-child(3n+1)) {
  margin-left: 4%;
}
.news .news-item .pic {
  width: 100%;
  height: 285px;
  transition: all 0.2s linear;
}
.news .news-item .pic:hover {
  transform: scale(1.05);
}
.news .news-item .content {
  background-color: #f6f2e8;
  padding: 60px 40px 49px 30px;
  position: relative;
}
.news .news-item .content .person {
  font-size: 16px;
  font-weight: 500;
  color: #717171;
  line-height: 41px;
}
.news .news-item .content .zw {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  color: #717171;
  line-height: 41px;
  margin-left: 5px;
}
.news .news-item .content .text {
  font-size: 12px;
  font-weight: 500;
  color: #717171;
  line-height: 31px;
}
.news .news-item .content .details {
  font-size: 16px;
  font-weight: 500;
  color: #e4007f;
  position: absolute;
  bottom: 20px;
  right: 27px;
}


@media (min-width: 1200px) and (max-width: 1530px) {
  .news {
    width: 1100px;
    margin: auto;
  }
  .news .news-item .pic {
    height: 220px;
  }
  .body .news .news-item .content {
    width: 100%!important;
    box-sizing: border-box;
  }
}


@media (min-width: 769px) and (max-width: 1199px) {
  .news {
    width: 900px;
  }
  .news .news-item .pic {
    height: 200px;
  }
  .body .news .news-item .content {
    width: 100%!important;
    box-sizing: border-box;
    padding-top: 30px;
  }
  .news .news-item .content .person {
    font-size: 14px;
  }
  .news .news-item .content .zw {
    font-size: 12px;
  }
}

@media(max-width: 640px) {
  .body .news .news-item .content {
    position: relative!important;
  }
  .body .news .news-item .content .details {
    bottom: 30px!important;
  }
}

@media (width: 640px) {
  .news {
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
  .news .news-item .pic {
    height: 190px;
  }
  .body .news .news-item .content {
    width: 100%!important;
    box-sizing: border-box;
    padding: 10px 30px 40px 30px;
  }
  .body .content .details {
    line-height: 1.5!important;
    bottom: 15px!important;
  }
}
