.lishi_xq p {
  text-indent: 32px;
  line-height: 26px;
  color: #333333;
  margin-bottom: 25px;
}
.lishi_xq img {
  margin: 0 auto 25px;
  max-width: 100%;
}
.title {
  margin: 30px 0;
  color: #333333;
}
.title p {
  font-size: 34px;
  margin-bottom: 10px;
  color: #333333;
}
.title_xinxi {
  text-align: center;
}
.title_xinxi span {
  font-size: 15px;
}
.fanye {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #f3f3f3;
  margin: 50px 0;
  padding: 5px;
  justify-content: space-between;
}
.fanye_li {
  width: 45%;
  display: flex;
  align-items: center;
}
.fanye_li span {
  width: 80px;
}
.fanye_li a {
  width: calc(100% - 80px);
}
.fanye_li a:hover {
  color: #046e47;
}
@media screen and (max-width: 550px) {
  .lishi_xq p {
    line-height: 24px;
    margin-bottom: 15px;
    font-size: 15px;
  }
  .lishi_xq img {
    margin: 0 auto 15px;
  }
  .title {
    margin: 15px 0;
  }
  .title p {
    font-size: 24px;
  }
  .fanye_li {
    width: 100%;
    margin-bottom: 10px;
  }
  .fanye_li:last-child {
    margin-bottom: 0;
  }
  .banner_img {
    width: 100%;
  }
}
