﻿.bossgoo-index-news8 .titlebox {
  text-align: center;
}

.bossgoo-index-news8 .titlebox .maintitle {
  color: var(--themeColor);
  position: relative;
  display: inline-block;
}

.bossgoo-index-news8 .titlebox .maintitle:before,
.bossgoo-index-news8 .titlebox .maintitle:after {
  position: absolute;
  content: " ";
  display: block;
  width: 50px;
  height: 2px;
  background: var(--themeColor);
  right: 110%;
  top: calc(50% - 2px);
}

.bossgoo-index-news8 .titlebox .maintitle:after {
  left: 110%;
  right: auto;
}

.bossgoo-index-news8 .newslist {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.bossgoo-index-news8 .newslist .newsbox {
  width: 32%;
  margin-right: 1.5%;
}

.bossgoo-index-news8 .newslist .newsbox:last-child {
  margin-right: 0;
}

.bossgoo-index-news8 .newslist .newsbox .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 66.7%;
  position: relative;
}

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

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

.bossgoo-index-news8 .newslist .newsbox .textbox {
  margin-top: 25px;
}

.bossgoo-index-news8 .newslist .newsbox .textbox .title {
  font-weight: bold;
  display: block;
  width: 100%;
  color: #333;
  font-size: 18px;
}

.bossgoo-index-news8 .newslist .newsbox .textbox .title:hover {
  color: var(--themeColor);
}

.bossgoo-index-news8 .newslist .newsbox .textbox p {
  width: 100%;
}

.bossgoo-index-news8 .newslist .newsbox .textbox .time {
  font-size: 14px;
  color: #999;
  margin-top: 5px;
}

.bossgoo-index-news8 .newslist .newsbox .textbox .content {
  margin-top: 15px;
}

@media only screen and (max-width: 1040px) {
  .bossgoo-index-news8 {
    padding-bottom: 0.5rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  .bossgoo-index-news8 .titlebox .maintitle:before,
  .bossgoo-index-news8 .titlebox .maintitle:after {
    width: 0.6rem;
    height: 0.04rem;
    top: calc(50% - 0.02rem);
  }
  .bossgoo-index-news8 .newslist {
    flex-wrap: wrap;
  }
  .bossgoo-index-news8 .newslist .newsbox {
    width: 49.5%;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
  .bossgoo-index-news8 .newslist .newsbox:first-child {
    margin-right: 1%;
  }
  .bossgoo-index-news8 .newslist .newsbox:nth-child(n + 3) {
    display: none;
  }
  .bossgoo-index-news8 .newslist .newsbox .textbox {
    margin-top: 0.4rem;
  }
  .bossgoo-index-news8 .newslist .newsbox .textbox .title {
    font-weight: bold;
    display: block;
    width: 100%;
  }
  .bossgoo-index-news8 .newslist .newsbox .textbox .title:hover {
    color: #666;
  }
  .bossgoo-index-news8 .newslist .newsbox .textbox p {
    width: 100%;
  }
  .bossgoo-index-news8 .newslist .newsbox .textbox .time {
    font-size: 0.32rem;
    margin-top: 0.1rem;
  }
  .bossgoo-index-news8 .newslist .newsbox .textbox .content {
    margin-top: 0.2rem;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 767px) {
  .bossgoo-index-news8 {
    padding-bottom: 0.2rem;
  }
  .bossgoo-index-news8 .newslist .newsbox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
  .bossgoo-index-news8 .titlebox .maintitle:before,
  .bossgoo-index-news8 .titlebox .maintitle:after {
    width: 0.4rem;
  }
  .bossgoo-index-news8 .newslist .newsbox .textbox {
    margin-top: 0.3rem;
  }
  .bossgoo-index-news8 .newslist .newsbox .textbox .time {
    font-size: 0.24rem;
  }
}

.bossgoo-index-news8 {
  padding-bottom: 60px;
}
.bossgoo-index-news8 .newslist .newsbox .imgbox .innerbox img {
  object-fit: cover;
}