.qywh-item {
  display: flex;
  align-items: center;
}
.item-reverse {
  flex-direction: row-reverse;
}
.qywh-item-Content{
    flex: 1;
    padding: 0 28px;
}
.qywh-item-Content-title {
  font-size: 40px;
  color: #29569b;
  text-align: center;
}
.qywh-item-Content-content {
  font-size: 26px;
  color: #82520c;
  line-height: 1.5;
  text-align: center;
		
}
.qywh-item-img{
    flex: 1;
    height: auto;
}
