﻿.bossgoo-index-news61 {
  padding-bottom: 80px;
  background: #f0f0f0;
}

.bossgoo-index-news61 .first-title {
  color: var(--themeColor);
}

.bossgoo-index-news61 .list .img-item {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 58%;
}

.bossgoo-index-news61 .list .img-item .img-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px 0 0 0;
  overflow: hidden;
}

.bossgoo-index-news61 .list .img-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bossgoo-index-news61 .list .info-box {
  position: relative;
  top: -78px;
  margin-left: 35px;
  padding: 30px 30px 30px 50px;
  border-radius: 30px 0 30px 0;
  background-color: #fff;
}

.bossgoo-index-news61 .list .title {
  position: relative;
  margin-bottom: 10px;
}

.bossgoo-index-news61 .list .title::before {
  content: '';
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--themeColor);
}

.bossgoo-index-news61 .list .title a {
  display: block;
  max-width: 100%;
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

.bossgoo-index-news61 .list .des {
  height: 48px;
  margin-bottom: 20px;
  color: #999;
}

.bossgoo-index-news61 .list .more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 174px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 10px;
  border: 2px solid #dce7e6;
  font-size: 14px;
  transition: all .3s;
}

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

.bossgoo-index-news61 .list .more:hover {
  background: var(--themeColor);
  border-radius: 25px;
  color: #fff;
  border-color: var(--themeColor);
}

.bossgoo-index-news61 .swiper-pagination-bullet {
  width: 25px;
  height: 18px;
  background-color: var(--themeColor);
  border-radius: 9px;
  opacity: 0.24;
}

.bossgoo-index-news61 .swiper-pagination-bullet-active {
  opacity: 1;
}

@media only screen and (max-width: 1040px) {
  .bossgoo-index-news61 {
    padding-bottom: 0;
    padding-bottom: .8rem;
  }
  .bossgoo-index-news61 .list {
    position: relative;
    padding-bottom: 0.4rem;
  }
  .bossgoo-index-news61 .swiper-container {
    position: static;
  }
  .bossgoo-index-news61 .list .img-item .img-box {
    border-radius: .6rem 0 0 0;
  }
  .bossgoo-index-news61 .list .info-box {
    top: 0;
    margin-left: 0;
    padding: .4rem .6rem .5rem .8rem;
    border-radius: 0 0 .6rem 0;
  }
  .bossgoo-index-news61 .list .title a {
    font-size: .3rem;
    line-height: 1.5;
  }
  .bossgoo-index-news61 .list .des {
    height: auto;
    line-height: 1.5;
    margin-bottom: .3rem;
  }
  .bossgoo-index-news61 .list .more {
    width: 3.5rem;
    height: .8rem;
    line-height: .8rem;
    border-radius: .2rem;
  }
  .bossgoo-index-news61 .list .more:hover {
    background: #fff;
    border-radius: .2rem;
    color: #666;
    border-color: #dce7e6;
  }
  .bossgoo-index-news61 .swiper-pagination-bullet {
    width: .3rem;
    height: .2rem;
    border-radius: .1rem;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -.3rem;
  }
}
