.zsyj-box {
  margin: 0.4rem auto 0 auto;
}
.zsyj-box .zsyj-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: .5rem;
}
.zsyj-box .zsyj-item .image-title {
  width: .92rem;
}


.zsyj-box .zsyj-item .zsyj-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-left: .2rem;
  padding: 0 .3rem;
  height: .55rem;
  font-size: .18rem;
  background-color: #0871cf;
  color: #fff;
  cursor: pointer;
  border-radius: .05rem;
}
.zsyj-box .zsyj-item .zsyj-btn img {
  margin-right: .1rem;
  height: .23rem;
}

@media screen and (max-width: 850px) {
  .zsyj-box {
    width: 100%;
  }

}
