/*通用*/
/*每个版块中的标题*/
.box_main_title {
  padding-bottom: 1rem;
}
.box_main_title h2 {
  text-align: center;
  line-height: 2rem;
  color: #592e1e;
  font-size: 1.44rem;
  font-family: "SourceHanSansCN-Light", "AlibabaPuHuiTiR", "Microsoft YaHei UI", "PingFang-SC-Medium";
  font-family: SourceHanSansCN-Bold;
  font-weight: 700;
}
.box_main_title h3 {
  text-align: center;
  line-height: 2rem;
  color: #592e1e;
  font-size: 1.44rem;
  font-family: "SourceHanSansCN-Light", "AlibabaPuHuiTiR", "Microsoft YaHei UI", "PingFang-SC-Medium";
  font-family: SourceHanSansCN-Medium;
  font-weight: 500;
}
.text {
  width: 100%;
  padding-bottom: 1.6rem;
  overflow: hidden;
}
.text p {
  text-align: justify;
  word-break: break-word;
  word-break: break-all;
  line-height: 1.44rem;
  color: #535353;
  font-size: 0.88rem;
  font-family: "SourceHanSansCN-Light", "AlibabaPuHuiTiR", "Microsoft YaHei UI", "PingFang-SC-Medium";
  font-family: SourceHanSansCN-Light;
}
.item_list_box {
  padding: 0 0rem;
  margin-bottom: 0rem;
  background: #fff;
}
.item_list_box img {
  width: 100%;
  overflow: hidden;
}
.item_list_box .sub_link {
  width: 100%;
}
.item_list_box .sub_link a {
  display: block;
}
/*修改顶部banner*/
.header_banner {
  margin-bottom: 0;
}
/*修改主菜单导航*/
.main_nav_item {
  margin-bottom: 0;
  padding-top: 2.32rem;
  padding-bottom: 0.88rem;
}
/*# sourceMappingURL=olbiandaoStyle.css.map */