.content {
  padding-bottom: 122px;
}
.content .top {
  width: 100%;
  padding: 114px 0;
  background-color: #f5f5f5;
}
.content .top .list {
  width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.content .top .list .item {
  width: 48.472%;
  background-color: #fff;
  position: relative;
  padding-bottom: 47px;
}
.content .top .list .item .img {
  width: 100%;
  height: 434px;
  overflow: hidden;
}
.content .top .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.content .top .list .item .text {
  margin-top: 45px;
  margin-left: 42px;
  margin-right: 42px;
}
.content .top .list .item .text .time1 {
  display: none;
}
.content .top .list .item .text .title {
  height: 64px;
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: 1s;
}
.content .top .list .item .text .time {
  font-size: 16px;
  line-height: 18px;
  color: #999999;
  margin-top: 10px;
}
.content .top .list .item a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.content .top .list .item:hover .img img {
  transform: scale(1.1);
}
.content .top .list .item:hover .text .title {
  color: #e83828;
}
.content .bottom-list {
  width: 100%;
  padding-top: 35px;
  padding-bottom: 94px;
}
.content .bottom-list .item {
  width: 100%;
  transition: 1s;
}
.content .bottom-list .item:first-child .box::after {
  content: "";
  width: 100%;
  height: 0;
  background-color: #e1e4e6;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.content .bottom-list .item:last-child .box::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e1e4e6;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.5s;
}
.content .bottom-list .item:last-child:hover .box::before {
  background-color: #fff;
}
.content .bottom-list .item .box {
  width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 80px 0;
  position: relative;
}
.content .bottom-list .item .box::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e1e4e6;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.content .bottom-list .item .box .left {
  width: 452px;
  height: 282px;
  overflow: hidden;
}
.content .bottom-list .item .box .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.content .bottom-list .item .box .btn {
  width: 56px;
  height: 56px;
  background-color: #e83428;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 28px);
  left: 424px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 1s;
}
.content .bottom-list .item .box .btn svg {
  width: 7px;
  height: 12px;
}
.content .bottom-list .item .box .btn svg .cls-1 {
  fill: #fff;
}
.content .bottom-list .item .box .right {
  width: calc(100% - 522px);
  display: flex;
  justify-content: space-between;
}
.content .bottom-list .item .box .right .time .data {
  font-size: 90px;
  line-height: 70px;
  letter-spacing: -4px;
  color: #e83428;
}
.content .bottom-list .item .box .right .time .month {
  font-size: 16px;
  line-height: 18px;
  color: #999999;
  margin-top: 46px;
}
.content .bottom-list .item .box .right .text {
  width: 688px;
  position: relative;
}
.content .bottom-list .item .box .right .text .title {
  font-size: 26px;
  line-height: 32px;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.content .bottom-list .item .box .right .text .p {
  font-size: 16px;
  line-height: 28px;
  color: #999999;
  position: absolute;
  bottom: -20px;
  opacity: 0;
  left: 0;
  transition: 1s;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.content .bottom-list .item .box a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.content .bottom-list .item:hover + div .box::after {
  background-color: #fff;
}
.content .bottom-list .item:hover {
  background-color: #f6f6f6;
}
.content .bottom-list .item:hover .box::after {
  background-color: #fff;
}
.content .bottom-list .item:hover .box .left img {
  transform: scale(1.1);
}
.content .bottom-list .item:hover .box .btn {
  opacity: 1;
}
.content .bottom-list .item:hover .box .right .text .p {
  opacity: 1;
  bottom: 0;
}
@media screen and (max-width: 1560px) {
  .content .top .list {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .content .bottom-list .item .box {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 80px 0;
    position: relative;
  }
  .content .bottom-list .item .box .right .text {
    width: 688px;
    position: relative;
    margin-left: 20px;
  }
  .content .top .list .item .img {
    width: 100%;
    height: auto;
    aspect-ratio: 698/434;
    overflow: hidden;
  }
}
@media screen and (max-width: 890px) {
  .content .bottom-list .item .box {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
    position: relative;
    flex-wrap: wrap;
  }
  .content .bottom-list .item .box .left {
    width: 100%;
    height: auto;
    overflow: hidden;
    aspect-ratio: 452/282;
  }
  .content .bottom-list .item .box .btn {
    display: none;
  }
  .content .bottom-list .item .box .right {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .content .bottom-list .item .box .right .time {
    width: 100%;
    display: flex;
  }
  .content .bottom-list .item .box .right .time .data {
    font-size: 16px;
    line-height: 18px;
    color: #999999;
    margin-top: 0;
    letter-spacing: 0px;
    margin-right: 5px;
  }
  .content .bottom-list .item .box .right .time .month {
    font-size: 16px;
    line-height: 18px;
    color: #999999;
    margin-top: 0;
  }
  .content .bottom-list .item .box .right .text {
    width: 100%;
    position: relative;
    margin-left: 0;
    margin-top: 10px;
  }
  .content .bottom-list .item .box .right .text .p {
    display: none;
  }
  .content .bottom-list .item .box .right .text .title {
    font-size: 24px;
    line-height: 32px;
    color: #333333;
  }
  .content .top {
    width: 100%;
    padding: 40px 0;
    padding-bottom: 0;
    background-color: #fff;
  }
  .content .top .list {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .content .top .list .item {
    width: 100%;
    background-color: #fff;
    position: relative;
    padding-bottom: 40px;
    border-bottom: 1px solid #e1e4e6;
    padding-top: 40px;
  }
  .content .top .list .item .text {
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
  }
  .content .top .list .item .text .time {
    display: none;
  }
  .content .top .list .item .text .time1 {
    display: block;
    display: flex;
  }
  .content .top .list .item .text .time1 .data {
    font-size: 16px;
    line-height: 18px;
    color: #999999;
    margin-top: 0;
    letter-spacing: 0px;
    margin-right: 5px;
  }
  .content .top .list .item .text .time1 .month {
    font-size: 16px;
    line-height: 18px;
    color: #999999;
    margin-top: 0;
  }
  .content .top .list .item .text .title {
    font-size: 24px;
    line-height: 32px;
    color: #333333;
    font-weight: normal;
    margin-top: 10px;
  }
  .content .bottom-list {
    width: 100%;
    padding-top: 0;
    padding-bottom: 60px;
  }
}
