@charset "utf-8";
/* CSS Document */
.wzhome .bti {
  line-height: 50px;
  height: 50px;
  overflow: hidden;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: solid 1px #eee;
  margin-bottom: 6px;
  color: #555
}
.wzhome {
  margin-bottom: 10px;
}
.home_left {
  width: 92%;
  transition: all .5s;
  padding: 4%;
  background: #fff;
}
.mbtitle {
  margin: 0px 4%;
  padding-bottom: 15px;
  border-bottom: dashed 1px #ccc
}
.mbtitle h1 {
  line-height: 3rem;
  font-size: 2.6rem;
  font-weight: bold;
  padding-bottom: 8px;
  color: #444
}
.homemain {
  line-height: 26px;
  font-size: 1.6rem;
  color: #262626;
  overflow-wrap: break-word;
  word-wrap: break-word;
  padding: 10px 4%;
  user-select: text
}
.homemain img {
  width: auto
}
@media (max-width:750px) {
  .wzhome .home_left {
    width: 96%;
    padding: 30px 2%;
    margin-bottom: 12px;
  }
}