.newslist-slideshow {
  background: url("/images/bg-news.png") center center no-repeat;
  background-size: 100% 100%;
  padding: 70px 0 40px;
  position: relative;
  height: 675px;
}

.newslist-slideshow .block_title a {
  color: #fff !important;
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
}

.newslist-slideshow .block_summary {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 25px;
  padding-bottom: 30px;
  text-align: center;
}

.newslist-slideshow .newslist_slideshow .item {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  padding-bottom: 20px;
}

.newslist-slideshow .newslist_slideshow .item .frame-title {
  padding: 20px;
}

.newslist-slideshow .newslist_slideshow .item .frame-title .name {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
  line-height: 22px;
  height: 66px;
}

.newslist-slideshow .newslist_slideshow .item .frame-title .summary {
  color: #333;
  font-size: 14px;
  margin-bottom: 18px;
  line-height: 22px;
  display: none;
}

.newslist-slideshow .newslist_slideshow .item .frame-title .detail {
  background: url("../images/icon-detail.png") no-repeat scroll right center;
  padding-right: 12px;
  color: #0055a5;
  font-size: 14px;
  display: inline-block;
  float: right;
}

.newslist-slideshow .newslist_slideshow .owl-dot {
  display: none;
}

.newslist-slideshow .newslist_slideshow .owl-prev,
.newslist-slideshow .newslist_slideshow .owl-next {
  position: absolute;
  top: 100px;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

@media all and (max-width: 1280px) {
  .newslist-slideshow .newslist_slideshow .owl-prev,
  .newslist-slideshow .newslist_slideshow .owl-next {
    display: none;
  }
}

.newslist-slideshow .newslist_slideshow .owl-prev,
.newslist-slideshow .newslist_slideshow .owl-prev:hover {
  background: url("../images/prev.svg") no-repeat scroll center center;
  left: -80px;
}

.newslist-slideshow .newslist_slideshow .owl-next,
.newslist-slideshow .newslist_slideshow .owl-next:hover {
  background: url("../images/next.svg") no-repeat scroll center center;
  right: -80px;
}

.newslist-slideshow .newslist_slideshow .owl-next:hover {
  background: url("../images/next-hover.svg") no-repeat scroll center center, #fff;
}

.newslist-slideshow .newslist_slideshow .owl-prev:hover {
  background: url("../images/prev-hover.svg") no-repeat scroll center center, #fff;
}

@media screen and (max-width: 768px) {
  .newslist-slideshow {
    padding: 15px 0 20px;
    height: auto;
    overflow: hidden;
    background-size: cover;
  }
  .newslist-slideshow .block_summary {
    margin-bottom: 0px;
    padding-bottom: 5px;
    font-size: 16px;
  }
  .newslist-slideshow .newslist_slideshow .item {
    border-radius: 5px;
  }
  .newslist-slideshow .newslist_slideshow .item .frame-title {
    padding: 8px;
  }
  .newslist-slideshow .newslist_slideshow .item .frame-title .name {
    height: auto;
    line-height: normal;
    font-size: 15px;
  }
  .newslist-slideshow .newslist_slideshow .item:hover .summary {
    display: none;
  }
  .newslist-slideshow .newslist-slideshow .block_title a {
    font-size: 24px;
  }
}
/*# sourceMappingURL=slideshow.css.map */