.content {
  width: 100%;
  background-color: #f6f6f6;
  position: relative;
  overflow: hidden;
  padding-bottom: 1.14rem;
}
.content .box {
  width: 72.916%;
  margin: 0 auto;
  padding-top: 0.66rem;
  position: relative;
}
.content .box .title {
  font-size: 0.27rem;
  font-weight: bold;
  line-height: 1;
  color: #333333;
  margin-bottom: 0.75rem;
}
.content .box .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.content .box .list .item {
  width: 2.11501rem;
  background-color: #ffffff;
  box-shadow: 0px 0.075rem 0.225rem 0px rgba(0, 0, 0, 0.1);
  border-radius: 0.12rem;
  overflow: hidden;
  padding: 0.1875rem 0.1725rem 0.21rem 0.1725rem;
  margin-bottom: 0.465rem;
  margin-right: 0.2rem;
  cursor: pointer;
  transition: 0.5s;
}
.content .box .list .item:nth-child(4n) {
  margin-right: 0;
}
.content .box .list .item .img {
  width: 2.11501rem;
  height: 1.3725rem;
  position: relative;
  overflow: hidden;
  background-color: #f6f6f6;
}
.content .box .list .item .img img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: -50%;
  right: -50%;
  margin: auto;
  transition: 0.5s;
}
.content .box .list .item .text {
  font-size: 0.135rem;
  line-height: 1.5;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 0.285rem;
}
.content .box .list .item:hover {
  box-shadow: 0px 0.075rem 0.225rem 0px rgba(0, 0, 0, 0);
}
.content .box .list .item:hover .img img {
  transform: scale(1.1);
}
.content .bg {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.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: 5rem;
  text-align: center;
  margin-top: calc(50vh - 2.5rem);
}
.popups .img img {
  height: 100%;
  width: auto;
  display: inline-block;
}
.popups .title {
  font-size: 0.2rem;
  line-height: 0.426rem;
  color: white;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .content .box {
    width: 90%;
  }
  .content .box .title {
    font-size: 0.36rem;
  }
  .content .box .list .item {
    width: calc(25% - 0.51rem);
    background-color: #ffffff;
    box-shadow: 0px 0.075rem 0.225rem 0px rgba(0, 0, 0, 0.1);
    border-radius: 0.12rem;
    overflow: hidden;
    padding: 0.1875rem 0.1725rem 0.21rem 0.1725rem;
    margin-bottom: 0.465rem;
    margin-right: 0.22rem;
    cursor: pointer;
    transition: 0.5s;
  }
  .content .box .list .item .img {
    width: 100%;
    height: 1.725rem;
    position: relative;
    overflow: hidden;
  }
  .content .box .list .item .text {
    font-size: 0.18rem;
    line-height: 1.5;
    color: #333333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 0.285rem;
  }
}
@media screen and (max-width: 1020px) {
  .content .box .list .item {
    width: calc(50% - 0.455rem);
    background-color: #ffffff;
    box-shadow: 0px 0.075rem 0.225rem 0px rgba(0, 0, 0, 0.1);
    border-radius: 0.12rem;
    overflow: hidden;
    padding: 0.1875rem 0.1725rem 0.21rem 0.1725rem;
    margin-bottom: 0.465rem;
    margin-right: 0.22rem;
    cursor: pointer;
    transition: 0.5s;
  }
  .content .box .list .item:nth-child(4n) {
    margin-right: 0.22rem;
  }
  .content .box .list .item:nth-child(2n) {
    margin-right: 0;
  }
  .content .box .list .item .img {
    width: 100%;
    height: 1.9rem;
    position: relative;
    overflow: hidden;
  }
  .content .box .list .item .text {
    font-size: 0.18rem;
    line-height: 1.5;
    color: #333333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 0.285rem;
  }
  .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: 90%;
    margin: 0 auto;
    height: auto;
    text-align: center;
    margin-top: calc(50vh - 2.5rem);
  }
  .popups .img img {
    height: auto;
    width: 100%;
    display: inline-block;
  }
  .popups .title {
    font-size: 0.2rem;
    line-height: 0.426rem;
    color: white;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .content .box .list .item .text {
    font-size: 0.28rem;
    line-height: 1.5;
    color: #333333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 0.285rem;
  }
}
