.jz-carousel {
  margin: 30px 0;
}
.jz-carousel .carousel-inner > .item > a > img,
.jz-carousel .carousel-inner > .item > img {
  width: 100%;
  /* height: 380px; */
}
.carousel-control.left{
  background-image: none;
}

.carousel-control.right {
  background-image: none;
}

.introduction h3 {
  color: #1984f7;
  font-weight: 700;
  font-size: 20px;
  margin-top: 16px;
  line-height: 36px;
  margin-bottom: 6px;
}
.introduction p {
  line-height: 20px;
  text-indent: 2em;
}
.introduction a:hover {
  text-decoration: none;
}
.news h3 {
  color: #1984f7;
  font-weight: 700;
  font-size: 18px;
  margin: 0;
  padding-top: 14px;
}
.news h4 {
  font-weight: 700;
  font-size: 18px;
  margin: 0;
  padding-top: 14px;
}
.news .news-mc {
  margin-bottom: 58px;
  margin-top: 20px;
  overflow: hidden;
}
.news .news-mc .mc-fore {
  border-bottom: 5px solid #1984f7;
  background-color: #f8f8f8;
}
.news .news-mc .fore {
  height: 140px;
  border-left: solid 1px #9b9b9b;
  padding: 10px 25px;
  position: relative;
}
.news h4 {
  padding: 14px 0 8px;
}
.news .news-mc .fore1 {
  border-left: 0;
}
.news .fore p {
  margin: 0 0 10px;
}
.news h3 a {
  text-decoration: none;
}
.news .news-mc .fa-triangle {
  position: absolute;
  color: #1984f7;
  border-style: solid;
  border-width: 11px 12px;
  border-color: transparent transparent #1984f7;
  height: 0;
  width: 0;
  bottom: 0;
  left: 50%;
  margin-left: -11px;
  visibility: hidden;
}
.news .news-mc a:hover {
  text-decoration: none;
}
.news .news-mc a:hover .fa-triangle {
  visibility: visible;
}
@media (max-width: 992px) {
  .news .news-mc {
    margin-bottom: 30px;
  }
  .news .news-mc .fa-triangle {
    border-width: 12px 11px;
    border-color: transparent transparent transparent #1984f7;
    left: -15px;
    bottom: 50%;
    margin-bottom: -11px;
    margin-left: 0;
  }
  .news .news-mc .fore {
    height: 120px;
    padding: 0 20px;
  }
  .news .news-mc .mc-fore {
    margin-bottom: 10px;
    border-bottom: 0 none;
    border-left: 5px solid #1984f7;
  }
}

/*# sourceMappingURL=../../maps/index.css.map */
