.sy-box {
  width: 588px;
  height: 588px;
  position: relative;
}
.sy-slide {
  width: inherit;
}
.sy-controls:hover {
  display: block;
}
.sy-controls li.sy-prev {
  padding-top: 40px;
}
.sy-pager {
  width: inherit;
  position: absolute;
  top: 547px;
  display: flex;
  justify-content: flex-end;
  padding-right: 24px;
  z-index: 999;
}
.sy-pager li {
  width: 7px;
  height: 7px;
  opacity: 0.3;
  border-radius: 3px;
  border: 1px solid #585654;
}
.sy-pager li a {
  background: #000;
}
.sy-pager li.sy-active {
  border-color: #fff !important;
}
.sy-pager li.sy-active a {
  background-color: #535458 !important;
}
.caption-wraper {
  left: 0 !important;
  top: 76.5%;
}
.caption-wraper .caption {
  font-size: 24px;
  line-height: 30px;
  left: 0 !important;
  margin-bottom: 24px;
  padding: 0 40px !important;
  background: none !important;
  z-index: 99;
}
.caption-wraper .banner-pic-desc {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  padding: 0 40px !important;
  z-index: 99;
}
.banner {
  display: flex;
  margin-top: 40px;
}
.banner p {
  display: flex;
  justify-content: space-between;
}
.banner .left_banner_block {
  margin-right: 24px;
  position: relative;
}
.banner .left_banner_block a p:nth-of-type(2) {
  font-size: 12px;
  color: #a7a7a7;
}
.banner .left_banner_block #left_banner_desc {
  margin-bottom: 40px;
}
.banner .sy-box {
  margin-right: 24px;
  flex-shrink: 0;
}
.banner img {
  border-radius: 8px;
  object-fit: cover;
}
.banner h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #000;
  margin-top: 24px;
  margin-bottom: 24px;
}
.banner h2 + p {
  margin-bottom: 40px;
}
.banner a {
  display: block;
  position: relative;
}
.banner a:hover {
  text-decoration: none;
}
.banner p {
  font-size: 14px;
  color: #7d7d7d;
  line-height: 24px;
  margin-bottom: 0;
}
.banner .right_banner_block {
  position: relative;
}
.banner .right_banner_block a:first-child {
  margin-bottom: 24px;
}
.banner .right_banner_block a p {
  font-size: 12px;
}
.banner .right_banner_block h2 + p {
  margin-bottom: 24px;
  color: #a7a7a7;
}
.banner .right_banner_block .right_banner_item {
  position: relative;
}
.banner .right_banner_block .right_banner_item:first-of-type {
  margin-bottom: 32px;
}
.banner .tag-label {
  font-size: 14px;
  cursor: pointer;
}
.banner .banner_info_extra {
  font-size: 12px;
  line-height: 20px;
}
#main-content {
  padding-bottom: 140px;
}
#main-content .col-md-8,
#main-content .col-md-4 {
  padding: 0;
}
#home-slider {
  z-index: 999;
}
#footer #violation-info {
  padding-bottom: 12px;
}
@media (max-width: 390px) {
  .banner {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .banner .left_banner_block {
    margin-right: 0;
    margin-bottom: 32px;
  }
  .banner .sy-box {
    display: none;
  }
  .banner .right_banner_block {
    max-width: 282px;
  }
}
/*# sourceMappingURL=index.css.map */