.inner-banner .img .title {
  left: 3.49501rem;
}
.content {
  width: 100%;
  background-color: #f6f6f6;
  position: relative;
  overflow: hidden;
}
.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.825rem;
}
.content .box .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content .box .list .item {
  width: 5.08501rem;
  height: 1.545rem;
  border-radius: 0.12rem;
  background-color: #fff;
  box-shadow: 0px 0.075rem 0.225rem 0px rgba(0, 0, 0, 0.1);
  position: relative;
  margin-bottom: 0.345rem;
  transition: 0.5s;
}
.content .box .list .item .left {
  float: left;
  margin-top: 0.54rem;
  margin-left: 0.405rem;
  margin-right: 0.4425rem;
}
.content .box .list .item .left svg {
  width: 0.435rem;
}
.content .box .list .item .left svg .cls-1 {
  fill: #319ee3;
  stroke: #319ee3;
  stroke-miterlimit: 1;
  stroke-width: 1px;
  transition: 0.5s;
}
.content .box .list .item .right {
  width: calc(100% - 1.2825rem);
  float: left;
  margin-top: 0.495rem;
  position: relative;
}
.content .box .list .item .right .item-title {
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 1;
  color: #333333;
  transition: 0.5s;
}
.content .box .list .item .right .p {
  font-size: 0.15rem;
  line-height: 1;
  color: #333333;
  margin-top: 0.2025rem;
  transition: 0.5s;
}
.content .box .list .item .right .icon {
  width: 0.3rem;
  position: absolute;
  right: 0.3rem;
  top: 0.12rem;
}
.content .box .list .item .right .icon svg {
  width: 100%;
}
.content .box .list .item .right .icon svg .cls-1 {
  transition: 0.5s;
}
.content .box .list .item .right .icon svg .cls-2 {
  transition: 0.5s;
}
.content .box .list .item:nth-child(2) .left {
  margin-top: 0.54rem;
  margin-left: 0.4875rem;
  margin-right: 0.435rem;
}
.content .box .list .item:nth-child(2) .left svg {
  width: 0.36rem;
}
.content .box .list .item:nth-child(3) .left {
  margin-top: 0.51rem;
  margin-left: 0.435rem;
  margin-right: 0.39rem;
}
.content .box .list .item:nth-child(3) .left svg {
  width: 0.4575rem;
}
.content .box .list .item:nth-child(4) .left {
  margin-top: 0.5475rem;
  margin-left: 0.45rem;
  margin-right: 0.39rem;
}
.content .box .list .item:nth-child(4) .left svg {
  width: 0.435rem;
}
.content .box .list .item a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.content .box .list .item:hover {
  background-color: #319ee3;
}
.content .box .list .item:hover .left svg .cls-1 {
  fill: #fff;
  stroke: #fff;
  stroke-miterlimit: 1;
  stroke-width: 1px;
}
.content .box .list .item:hover .right .item-title {
  color: #fff;
}
.content .box .list .item:hover .right .p {
  color: #fff;
}
.content .box .list .item:hover .right .icon svg .cls-1 {
  stroke: #fff;
}
.content .box .list .item:hover .right .icon svg .cls-2 {
  fill: #fff;
}
.content .content-bottom {
  width: 100%;
  height: 5.16001rem;
  margin-top: 1.1625rem;
  position: relative;
}
.content .content-bottom .img {
  width: 100%;
}
.content .content-bottom .text {
  position: absolute;
  top: 1.125rem;
  left: 1.95rem;
}
.content .content-bottom .text .title1 {
  font-size: 0.15rem;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
}
.content .content-bottom .text .title2 {
  font-size: 0.285rem;
  line-height: 1.5;
  color: #ffffff;
  margin-top: 0.135rem;
}
.content .content-bottom .text .p {
  width: 4.32001rem;
  font-size: 0.135rem;
  line-height: 1.8;
  color: #ffffff;
  margin-top: 0.165rem;
}
.content .content-bottom .text .icon {
  width: 0.32rem;
  margin-top: 0.26rem;
}
.content .content-bottom .text .text-img {
  width: 4.55251rem;
  margin-top: 0.5725rem;
}
.content .content-bottom .text a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1200px) {
  .content .box {
    width: 90%;
  }
  .content .box .title {
    font-size: 0.36rem;
  }
  .content .box .list .item {
    width: 48%;
  }
  .content .box .list .item .right .item-title {
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 1;
    color: #333333;
  }
  .content .box .list .item .right .p {
    font-size: 0.21rem;
    line-height: 1;
    color: #333333;
    margin-top: 0.2025rem;
  }
}
@media screen and (max-width: 1020px) {
  .inner-banner .img .title {
    left: 1.3rem;
  }
  .content .box .list .item {
    width: 100%;
  }
  .content .content-bottom .img {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  .content .content-bottom .img img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: -50%;
    right: -50%;
    margin: auto;
  }
  .content .content-bottom .text {
    position: absolute;
    top: 0.8rem;
    left: 5%;
  }
}
@media screen and (max-width: 767px) {
  .content .content-bottom .text {
    position: absolute;
    top: 0.4rem;
    left: 5%;
  }
  .content .content-bottom .text .title1 {
    font-size: 0.21rem;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
  }
  .content .content-bottom .text .title2 {
    font-size: 0.36rem;
    line-height: 1.5;
    color: #ffffff;
    margin-top: 0.135rem;
  }
  .content .content-bottom .text .p {
    width: 4.32001rem;
    font-size: 0.21rem;
    line-height: 1.8;
    color: #ffffff;
    margin-top: 0.165rem;
  }
  .content .content-bottom .text .text-img {
    width: 4.55251rem;
    margin-top: 0.5rem;
  }
}
