.bossgoo-index-news57 {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 80px;
  background: url(../image/newBg.jpg) no-repeat;
  background-size: cover;
}

.bossgoo-index-news57 .news57-top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.bossgoo-index-news57 .news57-topLe {
  width: calc(100% - 240px);
}

.bossgoo-index-news57 .first-title {
  margin-bottom: 0;
  text-align: left;
  color: var(--themeColor);
}

.bossgoo-index-news57 .news57-topRi {
  width: 240px;
  text-align: right;
}

.bossgoo-index-news57 .news57-more {
  display: inline-block;
  width: 240px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background-image: linear-gradient(90deg, #030000 0%, #474747 50%, #000000 100%), linear-gradient(#ffa200, #ffa200);
}

.bossgoo-index-news57 .news57-more .iconfont {
  margin-left: 10px;
}

.bossgoo-index-news57 .news57-bot {
  width: 100%;
  padding-top: 50px;
}

.bossgoo-index-news57 .news57-swiper {
  width: 100%;
  padding-left: 15%;
  padding-right: 15%;
}

.bossgoo-index-news57 .news57-item {
  width: 100%;
  padding: 20px;
  background-color: #fff;
  opacity: .6;
}

.bossgoo-index-news57 .news57-imgBox {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}

.bossgoo-index-news57 .news57-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bossgoo-index-news57 .news57-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bossgoo-index-news57 .news57-textCon {
  width: 100%;
  padding-top: 10px;
}

.bossgoo-index-news57 .news57-title {
  font-size: 18px;
  color: #000;
  display: block;
  font-weight: bold;
}

.bossgoo-index-news57 .news57-text {
  width: 100%;
  padding-top: 10px;
  font-size: 14px;
  color: #aaa;
}

.bossgoo-index-news57 .news57-text .text-hidden3 {
  height: 63px;
}

.bossgoo-index-news57 .news57-linkBox {
  width: 100%;
  padding-top: 10px;
  display: none;
}

.bossgoo-index-news57 .news57-link {
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: var(--btnTextColor);
  background-color: var(--btnBgColor);
}

.bossgoo-index-news57 .news57-link .iconfont {
  margin-left: 10px;
}

.bossgoo-index-news57 .news57-swiper .swiper-slide-next .news57-linkBox {
  display: block;
}

.bossgoo-index-news57 .news57-swiper .swiper-slide-next .news57-item {
  opacity: 1;
}

.bossgoo-index-news57 .news57-swiper .swiper-wrapper {
  align-items: flex-end;
}

.bossgoo-index-news57 .news57-pagination {
  width: 100%;
  padding-top: 40px;
  text-align: center;
}

.bossgoo-index-news57 .news57-pagination span {
  width: 24px;
  height: 6px;
  border-radius: 4px;
  background-color: #aaa;
  opacity: 1;
  margin-right: 6px;
}

.bossgoo-index-news57 .news57-pagination span:last-child {
  margin-right: 0;
}

.bossgoo-index-news57 .news57-pagination .swiper-pagination-bullet-active {
  background-color: var(--themeColor);
}

@media only screen and (max-width: 1440px) {
  .bossgoo-index-news57 .news57-topLe {
    width: calc(100% - 200px);
  }
  .bossgoo-index-news57 .news57-topRi {
    width: 200px;
  }
  .bossgoo-index-news57 .news57-more {
    height: 46px;
    line-height: 46px;
    width: 200px;
  }
}

@media only screen and (max-width: 1040px) {
  .bossgoo-index-news57 {
    padding-bottom: .6rem;
  }
  .bossgoo-index-news57 .wrap {
    padding-left: .2rem;
    padding-right: .2rem;
  }
  .bossgoo-index-news57 .news57-bot, .bossgoo-index-news57 .news57-pagination {
    padding-top: .2rem;
  }
  .bossgoo-index-news57 .news57-swiper {
    padding-left: 0;
    padding-right: 0;
  }
  .bossgoo-index-news57 .news57-item {
    padding: .2rem;
  }
  .bossgoo-index-news57 .news57-link {
    height: .72rem;
    line-height: .72rem;
    font-size: .24rem;
  }
  .bossgoo-index-news57 .news57-text {
    padding-top: 0;
  }
  .bossgoo-index-news57 .news57-text .text-hidden3 {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    height: .84rem;
  }
}

@media only screen and (max-width: 767px) {
  .bossgoo-index-news57 {
    font-size: .28rem;
  }
  .bossgoo-index-news57 .news57-topLe {
    width: 100%;
  }
  .bossgoo-index-news57 .news57-topRi {
    display: none;
  }
  .bossgoo-index-news57 .news57-item {
    opacity: 1;
  }
  .bossgoo-index-news57 .news57-swiper .swiper-slide-next .news57-linkBox {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .bossgoo-index-news57 .news57-text {
    padding-top: .12rem;
  }
}

