.bossgoo-index-news1 .first-title {
  color: var(--themeColor);
}

.bossgoo-index-news1 .newsList {
  display: flex;
  flex-wrap: wrap;
}

.bossgoo-index-news1 .newsList .newsBox:hover {
  box-shadow: 4px 0 10px rgba(0, 0, 0, .2);
}

.bossgoo-index-news1 .newsList .newsBox {
  width: 23%;
  height: auto;
  margin-right: 2.66%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
}

.bossgoo-index-news1 .newsList .newsBox:nth-child(4n) {
  margin-right: 0;
}

.bossgoo-index-news1 .newsList .newsBox .imgBox {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 87%;
}

.bossgoo-index-news1 .newsList .newsBox .imgBox .imgBoxImg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bossgoo-index-news1 .newsList .newsBox .imgBox a {
  width: 100%;
  max-height: 100%;
  height: 100%;
}

.bossgoo-index-news1 .newsList .newsBox .imgBox img {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.bossgoo-index-news1 .newsList .newsBox .imgBox .time {
  width: 60%;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  position: absolute;
  font-size: 18px;
  font-weight: 500;
  color: white;
  left: 0;
  bottom: 0;
  background-color: var(--themeColor);
}

.bossgoo-index-news1 .newsList .newsBox .newsTitle {
  padding: 10px 15px 0;
  text-align: left;
  margin-bottom: 10px;
}

.bossgoo-index-news1 .newsList .newsBox .newsTitle a {
  font-size: 18px;
  font-weight: 400;
  color: black;
}

.bossgoo-index-news1 .newsList .newsBox .newsContent {
  font-size: 16px;
  line-height: 20px;
  color: #707070;
  padding: 0 15px;
  margin-bottom: 10px;
}

.bossgoo-index-news1 .newsList .newsBox .link {
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-top: 1px #c3bebe solid;
}

.bossgoo-index-news1 .newsList .newsBox .link:hover a {
  color: var(--themeColor)
}

.bossgoo-index-news1 .newsList .newsBox .link a {
  font-size: 16px;
  color: black;
  display: inline-block;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width:1400px) {
  .bossgoo-index-news1 .newsList .newsBox .imgBox .time {
    font-size: 14px;
  }
}

@media only screen and (max-width:1040px) {
  .bossgoo-index-news1 {
    padding: 0.6rem .2rem;
  }
  .bossgoo-index-news1 .topnewsTitle {
    font-size: 0.6rem;
    margin-bottom: 0.6rem;
  }
  .bossgoo-index-news1 .newsList .newsBox:hover {
    box-shadow: 0.08rem 0 0.2rem rgba(0, 0, 0, .2);
  }
  .bossgoo-index-news1 .newsList .newsBox {
    width: 49%;
    border-radius: 0.2rem;
    margin-bottom: 0.4rem;
  }
  .bossgoo-index-news1 .newsList .newsBox .imgBox .time {
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.32rem;
  }
  .bossgoo-index-news1 .newsList .newsBox .newsTitle {
    padding: 0.2rem 0.3rem 0;
    margin-bottom: 0.2rem;
  }
  .bossgoo-index-news1 .newsList .newsBox .newsTitle a {
    font-size: .36rem;
    line-height: 1.5;
  }
  .bossgoo-index-news1 .newsList .newsBox .newsContent {
    font-size: 0.32rem;
    line-height: 1.6;
    padding: 0 0.3rem;
    margin-bottom: 0.2rem;
  }
  .bossgoo-index-news1 .newsList .newsBox .link {
    height: 1rem;
    line-height: 1rem;
    border-top: 0.02rem #c3bebe solid;
  }
  .bossgoo-index-news1 .newsList .newsBox .link a {
    font-size: 0.32rem;
  }
}

@media only screen and (max-width:767px) {
  .bossgoo-index-news1 {
    padding: .3rem .2rem 0;
  }
  .bossgoo-index-news1 .topnewsTitle {
    font-size: .4rem;
    margin-bottom: 0.3rem;
  }
  .bossgoo-index-news1 .newsList .newsBox:hover {
    box-shadow: 0.04rem 0 0.1rem rgba(0, 0, 0, .2);
  }
  .bossgoo-index-news1 .newsList .newsBox {
    width: 100%;
    border-radius: 0.08rem;
    margin-bottom: 0.36rem;
  }
  .bossgoo-index-news1 .newsList .newsBox .imgBox .time {
    width: 60%;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.32rem;
  }
  .bossgoo-index-news1 .newsList .newsBox .newsTitle {
    padding: 0.2rem 0.2rem 0;
    margin-bottom: 0.1rem;
  }
  .bossgoo-index-news1 .newsList .newsBox .newsTitle a {
    font-size: 0.32rem;
  }
  .bossgoo-index-news1 .newsList .newsBox .newsContent {
    font-size: .28rem;
    padding: 0 0.2rem;
    margin-bottom: 0.25rem;
  }
  .bossgoo-index-news1 .newsList .newsBox .link {
    height: 0.8rem;
    line-height: 0.8rem;
    border-top: 0.01rem #c3bebe solid;
  }
  .bossgoo-index-news1 .newsList .newsBox .link a {
    font-size: 0.28rem;
  }
}