.main_eleven .banner {
  margin-bottom: 80px;
  background-image: url("../img/sunny10.jpg");
}
.main_eleven .all {
  width: 1400px;
  margin: auto;
  margin-bottom: 113px;
}
.main_eleven .all .each {
  background: url("../img/shouhou.png") no-repeat 130px top;
  padding-left: 360px;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 75px;
}
.main_eleven .all .each .txt {
  font-size: 14px;
  color: #666;
}
.main_eleven .all .each .txt .tips {
  font-size: 24px;
  color: #666;
  font-weight: bold;
}
.main_eleven .all .each .txt .text {
  min-height: 140px;
}
.main_eleven .all .each_back {
  background-image: url("../img/tuihuo.png");
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .main_eleven .banner {
    margin-bottom: 0.8rem;
  }
  .main_eleven .all {
    width: 100%;
    margin: auto;
    margin-bottom: 1rem;
  }
  .main_eleven .all .each {
    background: url("../img/shouhou.png") no-repeat 10px top;
    background-size: 15%;
    border-bottom: 1px solid #e7e7e7;
    padding: 0 10px 0.75rem;
  }
  .main_eleven .all .each .txt {
    font-size: 0.3rem;
    color: #666;
  }
  .main_eleven .all .each .txt .tips {
    font-size: 0.55rem;
    color: #666;
    font-weight: bold;
    padding-left: 1.5rem;
    margin-bottom: 0.3rem;
  }
  .main_eleven .all .each .txt .text {
    min-height: auto;
  }
  .main_eleven .all .each_back {
    background-image: url("../img/tuihuo.png");
    margin-top: 0.8rem;
  }
}
