.content {
  width: 100%;
  background-color: #f6f6f6;
  padding-top: 128px;
  padding-bottom: 105px;
}
.content .list {
  width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 60px;
}
.content .list .item {
  width: calc(31.388% - 60px);
  margin-right: 2.777%;
  background-color: #fff;
  border: solid 4px #fff;
  padding: 0 26px;
  margin-bottom: 40px;
  padding-top: 47px;
  padding-bottom: 30px;
  transition: 1s;
  cursor: pointer;
}
.content .list .item:nth-child(3n) {
  margin-right: 0;
}
.content .list .item .title {
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
  height: 64px;
  color: #cdb68d;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: 1s;
}
.content .list .item .line {
  width: 100%;
  height: 1px;
  background-color: #f3f3f3;
  margin-top: 47px;
}
.content .list .item .bottom {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content .list .item .bottom .left {
  font-size: 16px;
  line-height: 18px;
  color: #999999;
}
.content .list .item .bottom .right {
  width: 63px;
  height: 58px;
}
.content .list .item .bottom .right img {
  width: 100%;
}
.content .list .item:hover {
  border: solid 4px #dec8a1;
}
.content .list .item:hover .title {
  color: #e93e32;
}
.content .button {
  width: 140px;
  height: 54px;
  border-radius: 27px;
  border: solid 1px #333333;
  margin: 0 auto;
  margin-top: 34px;
}
.content .button a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 16px;
  line-height: 54px;
  color: #333333;
  text-align: center;
}
.popups {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000000000;
  display: none;
}
.popups .img {
  width: 100%;
  height: 70vh;
  text-align: center;
  margin-top: 15vh;
}
.popups .img img {
  height: 100%;
}
.popups .title {
  font-size: 24px;
  line-height: 24px;
  color: white;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 1560px) {
  .content .list {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1280px) {
  .content .list {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 60px;
  }
  .content .list .item {
    width: calc(49% - 60px);
    margin-right: 0;
    background-color: #fff;
    border: solid 4px #fff;
    margin-bottom: 37px;
    padding-top: 32px;
    transition: 1s;
  }
}
@media screen and (max-width: 890px) {
  .content .list .item {
    width: calc(49% - 60px);
    margin-right: 2%;
    background-color: #fff;
    border: solid 4px #fff;
    margin-bottom: 37px;
    padding-top: 32px;
    transition: 1s;
  }
  .content .list .item:nth-child(4n) {
    margin-right: 2%;
  }
  .content .list .item:nth-child(3n) {
    margin-right: 2%;
  }
  .content .list .item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 560px) {
  .content .list .item {
    width: 100%;
    margin-right: 0;
    background-color: #fff;
    border: solid 4px #fff;
    margin-bottom: 37px;
    padding-top: 32px;
    transition: 1s;
  }
  .content .list .item:nth-child(4n) {
    margin-right: 0;
  }
  .content .list .item:nth-child(3n) {
    margin-right: 0;
  }
  .content .list .item:nth-child(2n) {
    margin-right: 0;
  }
  .content .button {
    width: 120px;
    height: 40px;
    border-radius: 27px;
    border: solid 1px #333333;
    margin: 0 auto;
    margin-top: 30px;
  }
  .content .button a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 16px;
    line-height: 40px;
    color: #333333;
    text-align: center;
  }
  .content {
    width: 100%;
    background-color: #f6f6f6;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .content .list {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0;
  }
}
