.container .main .content {
  padding-bottom: 120px;
}
.container .main .content .section {
  display: flex;
}
.container .main .content .section .left {
  width: 60%;
}
.container .main .content .section .left img {
  display: block;
  width: 100%;
}
.container .main .content .section .right {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../img/b5.png") no-repeat left top #f1f3f7;
  box-sizing: border-box;
  padding: 25px;
}
.container .main .content .section .right .item h2 {
  font-family: MicrosoftYaHei-Bold;
  font-size: 20px;
  font-weight: 700;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 0px;
  color: #000000;
  text-align: center;
}
.container .main .content .section .right .item p {
  font-family: MicrosoftYaHei;
  font-size: 25px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #474747;
  line-height: 1.5;
  text-align: center;
}

@media all and (max-width: 1620px) {
  .container .content {
    width: 100%;
    box-sizing: border-box;
    padding-left: 10%;
    padding-right: 10%;
  }

  .container .main .content .section .right {
    background-size: 25%;
  }
}
@media all and (max-width: 1150px) {
  .container .main .content .section {
    flex-wrap: wrap;
  }
  .container .main .content .section .left {
    width: 100%;
  }
  .container .main .content .section .right {
    width: 100%;
    padding: 100px 0;
  }

  .container .main .content .section .right {
    background-size: 15%;
  }
}
@media all and (max-width: 550px) {
  .container .content_box .content {
    padding: 40px 7% 60px;
  }

  .container .main .content .section .right {
    padding: 55px 25px;
  }

  .container .main .content .section .right {
    background-size: 15%;
  }

  .container .main .content .section .right .item h2 {
    font-size: 24px;
    line-height: 43px;
  }

  .container .main .content .section .right .item p {
    font-size: 18px;
  }
}

/*# sourceMappingURL=serviceHotline.css.map */
