.inner-banner .img .title {
  left: 3.49501rem;
}
.content {
  width: 100%;
  background-color: #f6f6f6;
  position: relative;
  overflow: hidden;
  padding-bottom: 1.14rem;
}
.content .box {
  width: 54.1667%;
  margin: 0 auto;
  padding-top: 0.66rem;
  position: relative;
  padding-bottom: 1rem;
}
.content .box .line {
  width: 2px;
  height: calc(100% - 2.5rem);
  background-color: rgba(49, 158, 227, 0.2);
  position: absolute;
  top: 0.66rem;
  left: calc(50% - 1px);
}
.content .box .line img {
  width: 0.225rem;
  position: absolute;
  top: -0.19rem;
  left: calc(-0.1125rem + 1.5px);
}
.content .box .list {
  width: 100%;
  margin-top: 1rem;
}
.content .box .list::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .list .item {
  width: 100%;
  float: left;
  position: relative;
  margin-top: -0.495rem;
}
.content .box .list .item .item-ul {
  width: 3.24001rem;
  float: left;
}
.content .box .list .item .item-ul .item-li {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0.12rem;
  overflow: hidden;
  margin-top: 0.3rem;
}
.content .box .list .item .item-ul .item-li:first-child {
  margin-top: 0;
}
.content .box .list .item .item-ul .item-li .img {
  width: 100%;
  height: 1.95rem;
  position: relative;
  overflow: hidden;
}
.content .box .list .item .item-ul .item-li .img img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: -50%;
  bottom: -50%;
  margin: auto;
}
.content .box .list .item .item-ul .item-li .text {
  padding: 0.187rem 0.24rem 0.202rem 0.24rem;
  text-align: justify;
  font-size: 0.136rem;
  line-height: 2.1;
  color: #333333;
}
.content .box .list .item .point {
  width: 0.18rem;
  position: absolute;
  left: calc(50% - 0.09rem);
  top: 1.02rem;
}
.content .box .list .item .point::after {
  content: "";
  width: 0.36rem;
  height: 1px;
  background-color: #319ee3;
  opacity: 0.5;
  position: absolute;
  top: 0.09rem;
  left: 0.18rem;
}
.content .box .list .item .point img {
  position: relative;
  z-index: 2;
}
.content .box .list .item .title {
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 1;
  color: #319ee3;
  position: absolute;
  left: calc(50% + 0.5rem);
  top: 0.95rem;
}
.content .box .list .item.item2 {
  float: right;
}
.content .box .list .item.item2 .item-ul {
  float: right;
}
.content .box .list .item.item2 .point::after {
  left: auto;
  right: 0.18rem;
}
.content .box .list .item.item2 .title {
  left: auto;
  right: calc(50% + 0.5rem);
}
.content .bg {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1200px) {
  .content .box {
    width: 70%;
  }
  .content .box .list .item .item-ul {
    width: 4rem;
    float: left;
  }
  .content .box .list .item .item-ul .item-li .img {
    width: 100%;
    height: 2.35rem;
    position: relative;
    overflow: hidden;
  }
}
@media screen and (max-width: 1020px) {
  .inner-banner .img .title {
    left: 1.3rem;
  }
  .content .box {
    width: 90%;
  }
  .content .box .list .item .item-ul {
    width: 2.9rem;
    float: left;
  }
  .content .box .list .item .item-ul .item-li .img {
    width: 100%;
    height: 1.75rem;
    position: relative;
    overflow: hidden;
  }
  .content .box .line {
    width: 2px;
    height: calc(100% - 3rem);
    background-color: rgba(49, 158, 227, 0.2);
    position: absolute;
    top: 0.66rem;
    left: calc(50% - 1px);
  }
  .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 .line img {
    width: 0.4rem;
    position: absolute;
    top: -0.19rem;
    left: calc(-0.2rem + 1.5px);
  }
  .content .box .list .item .item-ul .item-li .text {
    padding: 0.187rem 0.24rem 0.202rem 0.24rem;
    text-align: justify;
    font-size: 0.24rem;
    line-height: 1.5;
    color: #333333;
  }
  .content .box .list .item .title {
    font-size: 0.4rem;
    font-weight: bold;
    line-height: 1;
    color: #319ee3;
    position: absolute;
    left: calc(50% + 0.5rem);
    top: 0.9rem;
  }
  .content .box .list .item .point {
    width: 0.36rem;
    position: absolute;
    left: calc(50% - 0.18rem);
    top: 0.9rem;
  }
  .content .box .list .item .point::after {
    content: "";
    width: 0.36rem;
    height: 1px;
    background-color: #319ee3;
    opacity: 0.5;
    position: absolute;
    top: 0.18rem;
    left: 0.18rem;
  }
}
