body {
  background-color: #f0f8fe;
}

/* 什么是等保2.0? */
.cisaw-rz {
  background: url('../img/cisaw_bg.png') no-repeat center;
  background-size: 100% 100%;
  height: 420px;
  margin: 20px auto 60px;
  padding: 30px 125px 90px;
  box-sizing: border-box;
}

.cisaw-rz .con-wrap .detail {
  margin-right: 40px;
  line-height: 27px;
}

.cisaw-rz .con-wrap .img-wrap {
  width: 225px;
  height: 186px;
}

/* 关于等保2.0变与不变 */
.db-list {
  height: 530px;
  background: url('../img/db_bg1.png') no-repeat center;
  background-size: 100% 100%;
}

.db-list ul {
  margin-top: 40px;
}

.db-list ul li {
  width: 590px;
  height: 330px;
  background: url('../img/db_list1.png') no-repeat center;
  background-size: 100% 100%;
}

.db-list ul li:last-child {
  background: url('../img/db_list2.png') no-repeat center;
  background-size: 100% 100%;
}

.db-list ul li .tit {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 80px;
}

.db-list ul li p {
  margin: 70px 0 0 292px;
  line-height: 30px;
}

/* 等保2.0的实施对企业有什么影响？ */
.influence {
  height: 390px;
  background: url('../img/db_bg2.png') no-repeat center;
  background-size: 100% 100%;
  margin: 40px auto;
}

.influence .detail {
  margin-top: 50px;
  line-height: 30px;
  padding: 0 130px;
  box-sizing: border-box;
}

.influence .detail span {
  color: #423798;
  margin-top: 10px;
}
@media only screen and (max-width: 1440px) {
  .cisaw-rz {
    height: 315px;
    padding: 30px 80px 30px;
    margin: 30px auto 40px;
  }
  .db-list {
    height: 398px;
  }
  .db-list ul li {
    width: 442px;
    height: 248px;
  }
  .db-list ul li .tit {
    height: 60px;
    line-height: 60px;
  }
  .db-list ul li p {
    margin: 50px 0 0 220px;
  }
  .db-list ul li:nth-child(2) p {
    margin: 30px 0 0 220px;
  }
  .influence {
    height: 292px;
  }
  .influence .detail {
    margin-top: 30px;
    line-height: 25px;
    padding: 0 100px;
  }
  .influence .content-title {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 1280px) {
  .blue-content-title {
    padding-top: 20px;
  }

  .cisaw-rz {
    padding: 30px 80px 40px;
    margin-bottom: 40px;
    height: 290px;
  }

  .cisaw-rz .con-wrap {
    margin-top: 10px;
  }

  .cisaw-rz .con-wrap .detail {
    margin-right: 10px;
    width: 500px;
  }

  .cisaw-rz .con-wrap .img-wrap {
    width: 150px;
    height: 125px;
  }

  .cisaw-rz .con-wrap .img-wrap img {
    width: 100%;
    height: 100%;
  }

  .db-list {
    height: 355px;
  }

  .db-list ul {
    margin-top: 20px;
  }

  .db-list ul li {
    width: 396px;
    height: 222px;
  }

  .db-list ul li .tit {
    font-size: 18px;
    line-height: 60px;
  }

  .db-list ul li p {
    margin: 30px 0 0 170px;
  }

  .influence .detail {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .blue-content-title {
    padding-top: 10px;
  }

  .cisaw-rz {
    padding: 30px 60px 40px;
    margin-bottom: 40px;
    height: 202px;
    font-size: 12px;
  }

  .cisaw-rz .con-wrap .detail {
    width: 400px;
    margin-right: 0px;
    line-height: 18px;
  }

  .cisaw-rz .con-wrap .img-wrap {
    width: 119px;
    height: 98px;
  }

  .cisaw-rz .con-wrap .img-wrap img {
    display: block;
    width: 100%;
    height: 100%;
  }

  .db-list {
    height: 300px;
  }

  .db-list ul {
    margin-top: 20px;
  }

  .db-list ul li {
    width: 312px;
    height: 172px;
  }

  .db-list ul li .tit {
    font-size: 16px;
    line-height: 40px;
  }

  .db-list ul li p {
    margin: 10px 0 0 150px;
    line-height: 24px;
    font-size: 12px;
  }
  .db-list ul li:nth-child(2) p {
    margin: 0 0 0 140px;
  }

  .influence {
    height: 300px;
  }

  .influence .detail {
    margin-top: 20px;
    padding: 0 80px;
    font-size: 14px;
  }
}
