@charset "utf-8";
/* CSS Document */
.probg {
  padding: 80px 0;
}
.title {
  display: flex;
  flex-direction: column;
}
.title h3 {
  font-size: 40px;
  font-weight: bold;
  color: #333;
}
.title span {
  font-size: 16px;
  color: #666;
  margin-top: 20px;
  width: 60%;
  display: block;
}
.owl-carousel {
  margin-top: 60px;
}
.owl-carousel a {
  display: block;
  position: relative;
  margin: 0 10px;
  background-color: white;
  padding: 30px;
  box-sizing: border-box;
  overflow: hidden;
}
.owl-carousel a img {
  width: 100%;
}
.owl-carousel a h3 {
  display: block;
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.owl-carousel a p {
  margin-top: 30px;
  font-size: 16px;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.owl-carousel a span {
  margin: 30px auto 0 auto;
  display: block;
  width: 160px;
  line-height: 42px;
  background: #2965bd url(../images/a1_icon5.svg) 80% center no-repeat;
  color: #fff;
  font-size: 16px;
  padding: 0 20px;
  box-sizing: border-box;
}
.owl-carousel a:hover span {
  opacity: 0.8;
}
.owl-carousel .owl-buttons {
  height: 38px;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.owl-carousel .owl-buttons div {
  width: 38px;
  height: 38px;
  margin-left: 20px;
}
.owl-carousel .owl-buttons .owl-prev {
  background: url(../images/left1.jpg) center center no-repeat;
}
.owl-carousel .owl-buttons .owl-prev:hover {
  opacity: 0.8;
}
.owl-carousel .owl-buttons .owl-next {
  background: url(../images/right1.jpg) center center no-repeat;
}
.owl-carousel .owl-buttons .owl-next:hover {
  opacity: 0.8;
}
.owl-carousel .owl-pagination {
  text-align: center;
  margin-top: 50px;
  display: none;
}
.owl-carousel .owl-page {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ded6cd;
  margin-right: 5px;
  *display: inline;
  *zoom: 1;
}
.owl-carousel .owl-pagination .active {
  background-color: #2965bd;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
  .probg {
    padding: 50px 0;
  }
  .owl-carousel .owl-buttons .owl-prev {
    left: 0px;
  }
  .owl-carousel .owl-buttons .owl-next {
    right: 0px;
  }
  .title span {
    width: 100%;
  }
}
