.yzAnnoucement {
  position: relative;
  overflow: hidden;
  background: url("../images/hdjl2022/bg01.png?v=1.0") no-repeat center center;
  background-size: cover;
  padding: 40px 0 20px;
}

.contentWrapper {
  display: block;
  margin: 0 auto;
  position: relative;
  overflow: visible;
  /* overflow: hidden; */
  width: 90%;
  clear: both; 
}
.access {
  position: absolute;
  left: 0px;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden; 
}

.yzCards__card {
  position: relative;
  text-align: center;
  width: 19%;
  height: auto;
  padding: 0 10px;
  -webkit-transition: -webkit-transform .3s, -webkit-box-shadow .3s;
  transition: -webkit-transform .3s, -webkit-box-shadow .3s;
  transition: transform .3s, box-shadow .3s;
  transition: transform .3s, box-shadow .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
}


.yzCards__cardTitle {
  font-size: 18px;
}

.yzCards__cardDesc {
  color: #ACACAC;
  font-size: 14px;
  line-height: 1.4;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .yzCards__card {
    padding: 0 5px;
  }
}

@media screen and (max-width: 1200px) {
  .yzCards__card {
    width: 33.3333%;
  }
}

@media screen and (max-width: 1500px) {
  .yzCards__card {
    width: 25%;
  }
}

@media screen and (max-width: 640px) {
  .yzCards__card {
    width: 40%;
  }
}

@media screen and (max-width: 480px) {
  .yzCards__card {
    width: 75%;
  }
}

body:not(.mobile) .yzCards__card:hover,
body:not(.mobile) .yzCards__card:focus {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

body:not(.mobile) .yzCards__card:hover .yzCards__cardInner,
body:not(.mobile) .yzCards__card:focus .yzCards__cardInner {
  -webkit-box-shadow: 0 3px 15px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 15px 5px rgba(0, 0, 0, 0.2);
}

.yzCards__card:hover .yzCards__cardInner,
.yzCards__card:focus .yzCards__cardInner,
.yzCards__card:hover .yzCards__cardDesc {
  color: #0052C3;
}

.yzCards__slider.swiper-container-initialized .yzCards__card {
  padding: 0;
  font-size: 0;
}

.yzCards__slider {
  position: relative;
}

.yzCards__slider .swiper-wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  width: auto;
  -webkit-transform: .4s;
  transform: .4s;
  margin-left: -10px;
  margin-right: -10px;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .yzCards__slider .swiper-wrapper {
    margin-left: -5px;
    margin-right: -5px;
  }
}

.yzCards__slider.swiper-container-initialized .swiper-wrapper {
  margin-left: 0;
  margin-right: 0;
}

.yzCards__cardInner {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  background: #FFF;
  color: #000;
  height: 100%;
  -webkit-box-shadow: 0 3px 15px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 15px 5px rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 767px) {
  .yzCards__cardInner {
    max-width: 100%;
  }
}

.yzCards__cardThumb {
  position: relative;
}

.yzCards__cardThumb img {
  display: block;
  width: 100%;
}

.yzCards__cardTxt {
  padding: 15px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .yzCards__cardTxt {
    padding: 10px;
  }
}

.yzCards__cardTitle {
  margin-bottom: 10px;
}

.yzCards__cardTitle:last-child {
  margin-bottom: 0;
}

.yzCards__pagesHolder {
  margin-top: 20px;
  text-align: center;
}

.yzCards__pages {
  display: inline-block;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 0;
}

.yzCards__pages .swiper-pagination-bullet {
  border-radius: 5px;
  width: 30px;
  height: 4px;
  margin: 4px;
  background: #FFF;
  opacity: 0.25;
}

.yzCards__pages .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.yzCards__control {
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
  margin-top: -60px;
  pointer-events: none;
}

@media screen and (max-width: 640px) {
  .yzCards__control {
    margin-top: -90px;
  }
}

.mobile .yzCards__control {
  display: none !important;
}

.yzCards__btn-prev,
.yzCards__btn-next {
  position: absolute;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  border: 0;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ccc'%2F%3E%3C%2Fsvg%3E") no-repeat 55% center;
  background-color: rgba(0, 0, 0, 0.7);
  background-size: 30%;
  border-radius: 100%;
  -webkit-box-shadow: 0 3px 15px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 15px 5px rgba(0, 0, 0, 0.2);
  pointer-events: all;
  -webkit-transition: .4s;
  transition: .4s;
  opacity: 0;
  cursor: pointer;
}

@media screen and (max-width: 991px) {

  .yzCards__btn-prev,
  .yzCards__btn-next {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
}

@media screen and (max-width: 640px) {
  .yzCards__btn-prev,
  .yzCards__btn-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}

.yzCards__btn-prev:hover,
.yzCards__btn-prev:focus,
.yzCards__btn-next:hover,
.yzCards__btn-next:focus {
  background-color: rgba(204, 76, 2, 0.85);
}

.yzCards__btn-prev:focus,
.yzCards:hover .yzCards__btn-prev,
.yzCards__btn-next:focus,
.yzCards:hover .yzCards__btn-next {
  opacity: 1;
}

.yzCards__btn-prev.swiper-button-disabled,
.yzCards__btn-next.swiper-button-disabled {
  opacity: 0 !important;
}

.yzCards__btn-prev {
  left: 5%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (max-width: 991px) {
  .yzCards__btn-prev {
    margin-left: 15px;
  }
}

.yzCards__btn-next {
  right: 5%;
}

@media screen and (max-width: 991px) {
  .yzCards__btn-next {
    margin-right: 15px;
  }
}

@media screen and (max-width: 1200px) {
  .yzAnnoucement {
    padding: 60px 0 20px;
  }
}

@media screen and (max-width: 991px) {
  .yzAnnoucement {
    padding: 30px 0 20px;
  }
  .yzCards__pagesHolder {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .yzCards__pagesHolder {
    margin-top: 15px;
  }
  .yzAnnoucement {
    padding: 30px 0 15px;
  }
}

@media screen and (max-width: 550px) {
  .yzCards__cardTitle {
    font-size: 16px;
  }
  .yzCards__cardDesc {
    /* display: none; */
  }
}

@media screen and (max-width: 480px) {
  .yzAnnoucement {
    padding: 15px 0;
  }
  .yzCards__pagesHolder {
    margin-top: 15px;
  }
}