.content {
  width: 100%;
  position: relative;
  background-color: white;
  margin-top: 0;
}
.content .box {
  width: 73%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 1px;
  top: 0;
  padding-top: 0.5rem;
}
.content .box .title {
  font-size: 0.315rem;
  line-height: 0.315rem;
  color: #ffffff;
  display: none;
}
.content .box .list {
  margin-top: 0.4275rem;
  width: 100%;
}
.content .box .list .item {
  width: 100%;
  background-color: white;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.07);
  height: 2.25001rem;
  position: relative;
  margin-bottom: 0.39rem;
  overflow: hidden;
}
.content .box .list .item .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content .box .list .item .bg-img img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.content .box .list .item .text {
  width: 100%;
  height: 100%;
  position: relative;
}
.content .box .list .item .text .left {
  margin-left: 0.5175rem;
  padding-top: 0.315rem;
}
.content .box .list .item .text .left .top::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .list .item .text .left .top .logo {
  width: 1.035rem;
  float: left;
}
.content .box .list .item .text .left .top .logo img {
  width: 100%;
}
.content .box .list .item .text .left .top span {
  float: left;
  font-size: 0.15rem;
  line-height: 0.3975rem;
  color: #999999;
  padding-left: 0.27rem;
  margin-left: 0.27rem;
  position: relative;
}
.content .box .list .item .text .left .top span::after {
  content: "";
  width: 0.015rem;
  height: 0.15rem;
  background-color: #c0c0c0;
  position: absolute;
  left: 0;
  top: 0.125rem;
}
.content .box .list .item .text .left .h1 {
  font-size: 0.39rem;
  line-height: 0.39rem;
  letter-spacing: -0.0075rem;
  color: #000000;
  margin-top: 0.2rem;
}
.content .box .list .item .text .left .button {
  width: 1.35rem;
  height: 0.3225rem;
  border-radius: 0.33rem;
  background-color: #f6f6f6;
  margin-top: 0.27rem;
  position: relative;
  overflow: hidden;
}
.content .box .list .item .text .left .button::after {
  content: "";
  width: 0;
  height: 100%;
  background-color: #e84127;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.content .box .list .item .text .left .button a {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
}
.content .box .list .item .text .left .button a .icon {
  display: block;
  width: 0.1725rem;
  height: 0.1725rem;
  padding-top: 0.075rem;
  margin-left: 0.1875rem;
  float: left;
}
.content .box .list .item .text .left .button a .icon img {
  width: 100%;
}
.content .box .list .item .text .left .button a .p {
  margin-left: 0.135rem;
  font-size: 0.135rem;
  line-height: 0.3225rem;
  color: #999999;
  transition: 0.5s;
}
.content .box .list .item .text .left .button:hover::after {
  width: 100%;
}
.content .box .list .item .text .left .button:hover a .p {
  color: white;
  margin-left: 0.035rem;
}
.content .box .list .item .text .weixin {
  position: absolute;
  top: 0.5925rem;
  right: 2.86501rem;
  width: 1.1175rem;
  height: 1.1175rem;
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  border: solid 1px #ffffff;
}
.content .box .list .item .text .weixin img {
  width: 100%;
}
.content .box .list .item .text .douyin {
  position: absolute;
  top: 0.5925rem;
  right: 1.4175rem;
  width: 1.1175rem;
  height: 1.1175rem;
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  border: solid 1px #ffffff;
}
.content .box .list .item .text .douyin img {
  width: 100%;
}
@media screen and (max-width: 1020px) {
  .content .box {
    width: 90%;
    margin: 0 auto;
    position: relative;
  }
  .content .box .title {
    font-size: 0.42rem;
    line-height: 0.42rem;
    color: #ffffff;
  }
  .content .box .list .item {
    width: 100%;
    background-color: white;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.07);
    height: 2.5rem;
    position: relative;
    margin-bottom: 0.39rem;
    overflow: hidden;
  }
  .content .box .list .item .bg-img img {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    height: 60%;
  }
  .content .box .list .item .text .left {
    margin-left: 0.3rem;
    padding-top: 0.315rem;
  }
  .content .box .list .item .text .left .top span {
    float: left;
    font-size: 0.25rem;
    line-height: 0.3975rem;
    color: #999999;
    padding-left: 0.27rem;
    margin-left: 0.27rem;
    position: relative;
  }
  .content .box .list .item .text .left .top span::after {
    content: "";
    width: 0.015rem;
    height: 0.25rem;
    background-color: #c0c0c0;
    position: absolute;
    left: 0;
    top: 0.075rem;
  }
  .content .box .list .item .text .left .button {
    width: 1.8rem;
    height: 0.5rem;
    border-radius: 0.33rem;
    background-color: #f6f6f6;
    margin-top: 0.27rem;
    position: relative;
    overflow: hidden;
  }
  .content .box .list .item .text .left .button a .icon {
    display: block;
    width: 0.25rem;
    height: 0.25rem;
    padding-top: 0.01rem;
    margin-left: 0.1875rem;
    float: left;
  }
  .content .box .list .item .text .left .button a .p {
    margin-left: 0.135rem;
    font-size: 0.25rem;
    line-height: 0.5rem;
    color: #999999;
    transition: 0.5s;
  }
  .content .box .list .item .text .weixin {
    position: absolute;
    top: 0.9rem;
    right: 2.25rem;
    width: 1.1175rem;
    height: 1.1175rem;
    box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    border: solid 1px #ffffff;
  }
  .content .box .list .item .text .douyin {
    position: absolute;
    top: 0.9rem;
    right: 0.8rem;
    width: 1.1175rem;
    height: 1.1175rem;
    box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    border: solid 1px #ffffff;
  }
}
