.bossgoo-index-news26 {
  padding-bottom: 100px;
  background: url(../images/newsbg.jpg) no-repeat top center / 100% 100%;
  position: relative;
}
.bossgoo-index-news26:after {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--themeColor);
  opacity: .8;

}

.bossgoo-index-news26 .maintitle {
  position: relative;
  color:#fff;
  z-index: 10;
}

.bossgoo-index-news26 .newslist {
  width: 72%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(260px, 1fr));
  gap: 30px;
  z-index: 10;
}

.bossgoo-index-news26 .newslist .newsbox {
  background: #fff;
  border-radius: 4px;
}
.bossgoo-index-news26 .newslist .textbox {
  padding: 20px;
}

.bossgoo-index-news26 .newslist .newsbox .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 66.38%;
  position: relative;
  border: 1px solid #efefef;
}

.bossgoo-index-news26 .newslist .newsbox .imgbox .innerbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bossgoo-index-news26 .newslist .newsbox .imgbox .innerbox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bossgoo-index-news26 .newslist .newsbox .newstitle {
  font-size: 18px;
  height: 54px;
  font-weight: bold;
}

.bossgoo-index-news26 .newslist .newsbox .newstime {
  font-size: 14px;
  color: var(--themeColor);
  margin-bottom: 10px;
}

.bossgoo-index-news26 .newslist .newsbox .newscontent {
  margin-bottom: 10px;
  height: 72px;
}

.bossgoo-index-news26 .newslist .newsbox .readmore {
  font-size: 16px;
  color: #999;
}

.bossgoo-index-news26 .newslist .newsbox .readmore:hover {
  color: var(--themeColor);
  text-decoration: underline;
}

@media only screen and (max-width:1040px) {
  .bossgoo-index-news26 {
    padding: 30px 0;
  }
  .bossgoo-index-news26 .newslist {
    width: 90%;
    grid-template-columns: 1fr;
  }
  .bossgoo-index-news26 .newslist .newsbox .newscontent {
    line-height: 1.5;
  }

  .bossgoo-index-news26 .newslist .newsbox .newscontent {
    height: 68px;
  }
}

@media only screen and (max-width:767px) {
  .bossgoo-index-news26 .newslist {
    width: 90%;
  }
}