@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: 67%;
  transition: all .5s;
  padding: 4%;
  background: #fff url("../img/wzbj.png");
}
.home_right {
  width: 20%;
  transition: all .5s;
  padding: 1% 2%;
  background: #eef4f7
}
.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
}
.mbtitle p {
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  color: #888
}
.mbtitle p i {
  padding-right: 1%
}
.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
}
.pages p {
  padding: 15px;
  line-height: 20px;
  border-radius: 10px;
  background: #eee;
  opacity: 0.9;
  color: #666;
  margin: 2%;
}
.home_right ul li {
  overflow: hidden;
  line-height: 38px;
  width: 100%;
  height: 38px;
  border-bottom: dashed 1px #ccc;
}
@media (max-width:750px) {
  .wzhome .ktab {
    width: 96%;
    padding: 20px 2%;
    margin-bottom: 12px;
  }
  .home_right ul li {
    width: 48%;
    margin: 0 1%;
  }
}