.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;
  flex-direction: column;
  justify-content: center;
  background: url("../img/b6.png") no-repeat left top #f1f3f7;
}
.container .main .content .section .right .item {
  width: 480px;
  padding-bottom: 25px;
  padding-top: 25px;
  box-sizing: border-box;
  padding-left: 60px;
}
.container .main .content .section .right .item:first-child {
  border-bottom: 1px solid #dbdde2;
}
.container .main .content .section .right .item h2 {
  font-family: MicrosoftYaHei-Bold;
  font-size: 36px;
  font-weight: 700;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 0px;
  color: #000000;
}
.container .main .content .section .right .item p {
  font-family: MicrosoftYaHei;
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #474747;
}

@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%;
  }

  .container .main .content .section .right .item h2 {
    font-size: 20px;
  }

  .container .main .content .section .right .item p {
    font-size: 21px;
  }

  .container .main .content .section .right .item {
    width: 80%;
    padding-left: 25px;
  }
}
@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: 25px 0;
    background-size: 25%;
  }

  .container .main .content .section .right .item h2 {
    font-size: 18px;
    line-height: 43px;
  }

  .container .main .content .section .right .item p {
    font-size: 20px;
  }

  .container .main .content .section .right .item {
    padding-left: 0;
  }
}

/*# sourceMappingURL=supervisionReporting.css.map */
