.news-8 p:first-child {
  margin-top: 0;
}
.news-8 p:last-child {
  margin-bottom: 0;
}
.news-8 .news__header {
  border: none;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-bottom: 20px;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.news-8 .news__title {
  box-sizing: border-box;
  font-size: 27px;
  display: -webkit-flex;
  display: flex;
  font-family: Open Sans, sans-serif;
  color: #fff;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.news-8 .item__desc {
  font-size: 13px;
  color: #000;
  font-weight: 500;
  padding: 0 10px;
  text-align: center;
}
.news-8 .body-outer {
  box-sizing: border-box;
  position: relative;
}
.news-8 .body {
  margin: 0 -15px;
  box-sizing: border-box;
}
.news-8 .swipe-shadow-left {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%);
}
.news-8 .swipe-shadow-right {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50px;
  display: none;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%);
}
.news-8 .news__list {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.news-8 .item-outer {
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 33.33%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 840px) {
  .news-8 .item-outer {
    width: 50%;
  }
}
@media (max-width: 550px) {
  .news-8 .item-outer {
    width: 100%;
  }
}
.news-8 .item {
  margin: 20px 15px;
  border: none;
  box-sizing: border-box;
  width: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  min-width: 0;
  min-height: 0;
  text-align: center;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background: #ffffff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding-bottom: 30px;
  align-self: auto;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.news-8 .item:hover, .news-8 .item.hover, .news-8 .item.active {
  -webkit-box-shadow: 0px 3px 28px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0px 3px 28px rgba(0, 0, 0, 0.38);
  box-shadow: 0px 3px 28px rgba(0, 0, 0, 0.38);
}
.news-8 .item__image {
  box-sizing: border-box;
  font-size: 0;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.news-8 .item-label {
  padding: 2px 5px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #e83131;
  color: #fff;
  font-size: 12px;
}
.news-8 .img-convert {
  border: none;
  box-sizing: border-box;
  width: auto;
  height: 240px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-inline-flex;
  display: inline-flex;
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-border-radius: 6px 6px 0px 0px;
  -moz-border-radius: 6px 6px 0px 0px;
  border-radius: 6px 6px 0px 0px;
}
.news-8 .item__image img {
  box-sizing: border-box;
  max-width: 100%;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.news-8 .item__title {
  box-sizing: border-box;
  font-weight: 600;
  margin-bottom: 5px;
  text-decoration: none;
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  font-size: 14px;
  font-family: Open Sans, sans-serif;
  color: #6d6b78;
  line-height: 1.5;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding-left: 30px;
  padding-right: 30px;
}
.news-8 .item__title > a {
  color: inherit;
  text-decoration: inherit;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.news-8 .item__date {
  margin: -20px auto 20px;
  border: none;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  padding-top: 8px;
  padding-bottom: 8px;
  background: #f00;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-height: 31px;
  width: 200px;
}
.news-8 .item__date > span {
  margin: auto;
  box-sizing: border-box;
  display: inline-block;
  color: #ffffff;
  text-transform: lowercase;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
  font-weight: 600;
}
.news-8 .item__text {
  box-sizing: border-box;
  margin-bottom: 5px;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
  text-decoration: none;
}
.news-8 .item__more {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 10px;
  text-align: left;
}
.news-8 .item__more_link {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.news-8 .bx-wrapper {
  max-width: 990px;
}
.news-8 .bx-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 0;
}
.news-8 .item__image a {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: inherit;
  -moz-justify-content: inherit;
  justify-content: inherit;
}
.news-8 .item__date > span ins {
  box-sizing: border-box;
  display: block;
  font-size: 16px;
  color: gray;
  text-decoration: none;
}
.news-8 .controls {
  z-index: 1;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  display: none;
  box-sizing: border-box;
  margin-top: 0;
  text-align: justify;
  margin-left: -20px;
  bottom: auto;
  margin-right: 0;
}
.news-8 .prev {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 45px;
  height: 20px;
  background: url("/library/688101/arrowL.svg?1493802797677") left 50% top 50%/auto auto no-repeat #ffffff;
  box-sizing: border-box;
  text-align: left;
  min-height: 45px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.news-8 .prev:hover, .news-8 .prev.hover, .news-8 .prev.active {
  -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
}
.news-8 .prev:active, .news-8 .prev.active {
  background: url("/library/688101/arrowL.svg?1493802797677") left 50% top 50%/auto auto no-repeat rgba(255, 255, 255, 0.68);
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.news-8 .next {
  border: none;
  position: relative;
  z-index: 105;
  display: inline-block;
  vertical-align: top;
  width: 45px;
  height: 20px;
  background: url("/library/688101/arrowR.svg?1493802797719") left 50% top 50%/auto auto no-repeat #ffffff;
  box-sizing: border-box;
  text-align: left;
  min-height: 45px;
  margin-left: 5px;
  margin-right: 5px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.news-8 .next:hover, .news-8 .next.hover, .news-8 .next.active {
  -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
}
.news-8 .next:active, .news-8 .next.active {
  background: url("/library/688101/arrowR.svg?1493802797719") left 50% top 50%/auto auto no-repeat rgba(255, 255, 255, 0.68);
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.news-8 .prev > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.news-8 .next > a {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.news-8 .bx-pager-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  display: none;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.news-8 .bx-auto_controls {
  margin: auto auto 0;
  box-sizing: border-box;
  visibility: visible;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  justify-content: normal;
}
.news-8 .auto_controls {
  box-sizing: border-box;
  display: none;
}
.news-8 .bx-controls-auto {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.news-8 .bx-controls-auto-item {
  box-sizing: border-box;
}
.news-8 .bx-controls-auto-item .bx-stop {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("/widgets/News/images/pause.png") center center/auto no-repeat;
}
.news-8 .bx-controls-auto-item .bx-start {
  margin: 2px;
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  min-height: 10px;
  background: url("/widgets/News/images/play.png") center center/auto no-repeat;
}
.news-8 .pager-wrap {
  box-sizing: border-box;
}
.news-8 .bx-pager {
  position: relative;
  z-index: 100;
  display: inline-block;
  box-sizing: border-box;
}
.news-8 .bx-pager-item {
  display: inline-block;
  box-sizing: border-box;
}
.news-8 .bx-pager a {
  margin: 2px 5px;
  border: none;
  display: inline-block;
  width: 10px;
  min-height: 10px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  box-sizing: border-box;
}
.news-8 .bx-pager a:hover, .news-8 .bx-pager a.hover, .news-8 .bx-pager a.active {
  background: #ffffff;
}
.news-8 .bx-pager a:active, .news-8 .bx-pager a.active {
  background: #ff9f00;
}
.news-8 .news__footer {
  box-sizing: border-box;
}
.news-8 .news__all {
  box-sizing: border-box;
}
.news-8 .all_link {
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}
