.content {
  background-color: #f6f6f6;
  padding-bottom: 117px;
}
.content .list {
  width: 1440px;
  margin: 0 auto;
  padding-top: 114px;
  padding-bottom: 65px;
  display: flex;
  flex-wrap: wrap;
}
.content .list .first-item {
  width: 65.694%;
  position: relative;
  overflow: hidden;
  aspect-ratio: 946/500;
  margin-bottom: 42px;
}
.content .list .first-item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.content .list .first-item .bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.content .list .first-item .bottom img {
  width: 100%;
  display: block;
}
.content .list .first-item .bottom .text {
  width: calc(100% - 60px);
  height: 100%;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}
.content .list .first-item .bottom .text .time {
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
}
.content .list .first-item .bottom .text .time .btn {
  display: none;
}
.content .list .first-item .bottom .text .title {
  font-size: 22px;
  line-height: 32px;
  color: #ffffff;
  margin-top: 18px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.content .list .first-item a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.content .list .first-item:hover > img {
  transform: scale(1.1);
}
.content .list .item {
  width: 31.388%;
  margin-left: 2.916%;
  background-color: #ffffff;
  margin-bottom: 42px;
  position: relative;
  padding-bottom: 27px;
}
.content .list .item:nth-child(3n) {
  margin-left: 0;
}
.content .list .item .img {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 452/282;
}
.content .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.content .list .item .text {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 17px;
}
.content .list .item .text .title {
  height: 64px;
  font-size: 22px;
  line-height: 32px;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.content .list .item .text .bottom {
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content .list .item .text .bottom .time {
  font-size: 16px;
  line-height: 18px;
  color: #999999;
}
.content .list .item .text .bottom .btn {
  width: 56px;
  height: 56px;
  border: solid 1px #e0e0e0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 1s;
}
.content .list .item .text .bottom .btn svg {
  width: 7px;
  height: 12px;
}
.content .list .item .text .bottom .btn svg .cls-1 {
  fill: #333333;
  transition: 1s;
}
.content .list .item a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.content .list .item:hover .img img {
  transform: scale(1.1);
}
.content .list .item:hover .text .bottom .btn {
  border: solid 1px #e83428;
  background-color: #e83428;
}
.content .list .item:hover .text .bottom .btn svg .cls-1 {
  fill: #fff;
}
@media screen and (max-width: 1560px) {
  .content .list {
    width: 90%;
    margin: 0 auto;
    padding-top: 114px;
    padding-bottom: 65px;
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1280px) {
  .content .list .first-item {
    width: 31.388%;
    position: relative;
    overflow: hidden;
    aspect-ratio: auto;
    margin-bottom: 42px;
    padding-bottom: 27px;
    background-color: #fff;
  }
  .content .list .first-item > img {
    width: 100%;
    height: auto;
    object-fit: none;
    transition: 1s;
    aspect-ratio: 452 / 282;
    display: block;
  }
  .content .list .first-item .bottom {
    width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
  .content .list .first-item .bottom img {
    display: none;
  }
  .content .list .first-item .bottom .text {
    width: calc(100% - 60px);
    height: 100%;
    margin-left: 30px;
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    top: 0;
    left: 0;
  }
  .content .list .first-item .bottom .text .title {
    height: 64px;
    font-size: 22px;
    line-height: 32px;
    color: #333333;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .content .list .first-item .bottom .text .time {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -105px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    line-height: 18px;
    color: #999999;
  }
  .content .list .first-item .bottom .text .time .btn {
    width: 56px;
    height: 56px;
    border: solid 1px #e0e0e0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 1s;
  }
  .content .list .first-item .bottom .text .time .btn svg {
    width: 7px;
    height: 12px;
  }
  .content .list .first-item .bottom .text .time .btn svg .cls-1 {
    fill: #333;
  }
  .content .list .item:nth-child(3n) {
    margin-left: 2.916%;
  }
  .content .list .item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 980px) {
  .content .list .first-item {
    width: 49%;
    position: relative;
    overflow: hidden;
    aspect-ratio: auto;
    margin-bottom: 42px;
    padding-bottom: 27px;
    background-color: #fff;
  }
  .content .list .item {
    width: 49%;
    margin-left: 2%;
    background-color: #ffffff;
    margin-bottom: 42px;
    position: relative;
    padding-bottom: 27px;
  }
  .content .list .item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .content .list .item:nth-child(3n) {
    margin-left: 2%;
  }
  .content .list .item:nth-child(2n + 1) {
    margin-left: 0%;
  }
}
@media screen and (max-width: 560px) {
  .content {
    padding-bottom: 60px;
  }
  .content .list {
    width: 90%;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 33px;
    display: flex;
    flex-wrap: wrap;
  }
  .content .list .first-item {
    width: 100%;
    position: relative;
    overflow: hidden;
    aspect-ratio: auto;
    margin-bottom: 42px;
    padding-bottom: 90px;
    background-color: #fff;
  }
  .content .list .item {
    width: 100%;
    margin-left: 0%;
    background-color: #ffffff;
    margin-bottom: 42px;
    position: relative;
    padding-bottom: 27px;
  }
  .content .list .first-item .bottom .text .time {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -63px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    line-height: 18px;
    color: #999999;
  }
  .content .list .item:nth-child(3n + 1) {
    margin-left: 0%;
  }
  .content .list .item:nth-child(3n) {
    margin-left: 0%;
  }
  .content .list .item:nth-child(2n + 1) {
    margin-left: 0%;
  }
  .content .list .first-item .bottom .text .time .btn {
    display: none;
  }
  .content .list .item .text .bottom .btn {
    display: none;
  }
}
