.jzal-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 450px;
}
.jzal-container .swiper-container,
.jzal-container .swiper-slide {
  overflow: hidden;
}
.jzal-sm {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 35%;
  padding: 5%;
  overflow: hidden;
  text-align: center;
}
.jzal-lg {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.swiper-prev,
.swiper-next {
  background-color: rgba(50, 50, 50, 0.4) !important;
}
.swiper-prev:hover,
.swiper-next:hover {
  background-color: rgba(50, 50, 50, 0.6) !important;
}
.jzal-list-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  height: 100%;
  padding: 0 10%;
  border: 2px solid #ddd;
}
.jzal-list-text .zjal-list-title {
  width: 70%;
  background-color: #eee;
  padding: 0 10px;
  margin: -15px auto 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.jzal-list-text .zjal-list-title h3 {
  font-size: 1.6rem;
}
.jzal-list-text .zjal-list-title::after {
  content: " ";
  display: block;
  width: 20%;
  height: 4px;
  background-color: #aaa;
  margin: 15px auto 60px auto;
}
.jzal-list-text .zjal-list-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 1.8;
}
.jzal-list-text .zjal-list-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 60px 0;
}
.jzal-list-text .zjal-list-footer * {
  display: inline-block;
  vertical-align: middle;
}
.jzal-list-text .zjal-list-footer img {
  cursor: pointer;
}
.jzal-list-text .zjal-list-footer span {
  margin-top: 3px;
}
.jzal-gchz {
  overflow: hidden;
  background-color: #eee;
  padding: 120px 0;
}
.jzal-gchz .jzal-gchz-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px;
}
.jzal-gchz .jzal-gchz-item-img {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.jzal-gchz .jzal-gchz-item-caption {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 15px;
  text-align: center;
  color: #888;
}
