.awards-component {
  height: 725px;
  position: relative;
}
.awards-component:hover .swiper-button-prev {
  transition: 0.3s;
  display: block;
}
.awards-component:hover .swiper-button-next {
  transition: 0.3s;
  display: block;
}
.awards-component .awards-pagination {
  margin-bottom: 30px;
}
.awards-component .awards-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  background: #fff;
  opacity: 0.4;
  border-radius: 3px;
}
.awards-component .awards-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #1060BC;
  border-radius: 3px;
}
.awards-component .awards-title {
  font-weight: 600;
  font-size: 38px;
  color: #000;
  line-height: 53px;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
}
.awards-component .awards-desc {
  font-size: 24px;
  color: #666666;
  line-height: 33px;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.awards-component .awards-desc img {
  width: 21px;
  height: 34px;
}
.awards-component .awards-desc .span {
  padding: 0 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.awards-component .awards-desc .span .line {
  width: 30px;
  height: 2px;
  background: #1060BC;
  border-radius: 1px;
  margin-top: 2px;
}
.awards-component .awards-slide {
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.awards-component .tags-box {
  width: 100%;
  height: 100%;
  font-size: 15px;
}
.awards-component .awards-tags-container .awards-tags-item {
  justify-content: flex-start;
}
.awards-component .awards-tags-container .awards-tags-item .dot-img {
  width: 22px !important;
  height: 22px !important;
  margin-top: 7px;
}
.awards-component .awards-tags-container .awards-tags-item .awards-tags {
  padding: 5px 16px;
  color: #333;
  margin-right: 16px;
}
.awards-component .comp-awards-content-center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 5% 0 15%;
  line-height: 25px;
}
.awards-component .comp-awards-content-center .awards-tags-container {
  width: calc((100% - 10px) / 2);
  min-width: calc((100% - 10px) / 2);
  max-width: calc((100% - 10px) / 2);
}
.awards-component .comp-awards-content-left {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 23px;
  width: 96%;
  margin: 0 auto;
}
.awards-component .comp-awards-content-left .tags-box-right {
  width: 36%;
}
.awards-component .comp-awards-content-left .tags-box-left {
  width: 38%;
}
.awards-component .comp-awards-content-left .tags-box-left .awards-tags-container {
  width: 100%;
}
.awards-component .comp-awards-content-left .tags-box-left .awards-tags-container:nth-child(5) .awards-tags {
  width: 67%;
}
.awards-component .comp-awards-content-left .awards-tags-container {
  width: 100%;
}
.awards-component .comp-awards-content-right {
  display: flex;
  flex-direction: column;
  line-height: 22px;
  width: 35%;
  position: absolute;
  right: 6%;
}
.awards-component .swiper-button-prev {
  display: none;
  left: 7%;
}
.awards-component .swiper-button-prev img {
  width: 46px;
  height: 46px;
}
.awards-component .swiper-button-next {
  display: none;
  right: 7%;
}
.awards-component .swiper-button-next img {
  width: 46px;
  height: 46px;
}
.awards-component .swiper-button-prev:after {
  content: "";
}
.awards-component .swiper-button-next:after {
  content: "";
}

/*# sourceMappingURL=index.css.map */
