.bossgoo-index-news7 {
  padding-bottom: 80px;
  background-color: #fafafa;
}

.bossgoo-index-news7 .maintitle {
  /* text-transform: uppercase; */
  color: var(--themeColor);
  position: relative;
}

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

.bossgoo-index-news7 .newslist .newsbox {
  /* box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3); */
  background-color: #fff;
  border: solid 1px #f1f1f1;
  width: 32%;
  height: auto;
  margin-right: 2%;
}

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

.bossgoo-index-news7 .newslist .newsbox .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bossgoo-index-news7 .newslist .newsbox .top .date {
  width: 90px;
  text-align: center;
}

.bossgoo-index-news7 .newslist .newsbox .top .date .month {
  background: var(--themeColor);
  height: 30px;
}

.bossgoo-index-news7 .newslist .newsbox .top .date .month span {
  display: inline-block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: white;
  font-size: 14px;
}

.bossgoo-index-news7 .newslist .newsbox .top .date .day {
  color: white;
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  background-color: var(--themeColor);
  opacity: 0.7;
  text-align: center;
}

.bossgoo-index-news7 .newslist .newsbox .top .newstitle {
  width: calc(100% - 90px);
}

.bossgoo-index-news7 .newslist .newsbox .top .newstitle a {
  width: 100%;
  display: block;
  font-size: 20px;
  line-height: 30px;
  padding: 0 20px;
}

.bossgoo-index-news7 .newslist .newsbox .bottom {
  padding: 30px 20px;
}

.bossgoo-index-news7 .newslist .newsbox .bottom .content_class {
  padding: 20px 0;
  border-top: 1px solid #efefef;
}

.bossgoo-index-news7 .newslist .newsbox .bottom .content {
  color: #666;
  height: 48px;
}

.bossgoo-index-news7 .newslist .newsbox .bottom a {
  font-size: 18px;
}

@media only screen and (max-width: 1040px) {
  .bossgoo-index-news7 {
    padding-bottom: 0.8rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  .bossgoo-index-news7 .maintitle {
    line-height: 1.5;
  }
  .bossgoo-index-news7 .maintitle:after {
    display: none;
  }
  .bossgoo-index-news7 .newslist {
    flex-wrap: wrap;
  }
  .bossgoo-index-news7 .newslist .newsbox {
    box-shadow: 0 0.06rem 0.1rem rgba(0, 0, 0, 0.3);
    width: 100%;
    margin-right: 0%;
    margin-bottom: 0.4rem;
  }
  .bossgoo-index-news7 .newslist .newsbox .top .date {
    width: 1.8rem;
  }
  .bossgoo-index-news7 .newslist .newsbox .top .date .month {
    height: 0.6rem;
  }
  .bossgoo-index-news7 .newslist .newsbox .top .date .month span {
    height: 0.6rem;
    line-height: 0.6rem;
    color: white;
    font-size: 0.32rem;
  }
  .bossgoo-index-news7 .newslist .newsbox .top .date .day {
    color: white;
    height: 0.9rem;
    line-height: 0.9rem;
    font-size: 0.48rem;
  }
  .bossgoo-index-news7 .newslist .newsbox .top .newstitle {
    width: calc(100% - 1.8rem);
  }
  .bossgoo-index-news7 .newslist .newsbox .top .newstitle a {
    font-size: 0.48rem;
    line-height: 0.6rem;
    padding: 0 0.4rem;
  }
  .bossgoo-index-news7 .newslist .newsbox .bottom {
    padding: 0.3rem;
  }
  .bossgoo-index-news7 .newslist .newsbox .bottom .content_class {
    padding: 20px 0;
    border-top: 1px solid #efefef;
    margin-bottom: .2rem;
  }
  .bossgoo-index-news7 .newslist .newsbox .bottom .content {
    line-height: 1.5;
  }
  /* .bossgoo-index-news7 .newslist .newsbox .bottom a {
    display: none;
  } */
  .bossgoo-index-news7 .phone {
    text-align: center;
  }
  .bossgoo-index-news7 .phone .outmore {
    display: none;
    /* display: inline-block; */
    background-color: var(--themeColor);
    width: 4.8rem;
    height: 1rem;
    line-height: 1rem;
    color: #fff;
    font-size: 0.36rem;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .bossgoo-index-news7 {
    padding-bottom: 0.4rem;
  }
  .bossgoo-index-news7 .newslist .newsbox {
    margin-bottom: 0.2rem;
  }
  .bossgoo-index-news7 .newslist .newsbox .top .date {
    width: 1.2rem;
  }
  .bossgoo-index-news7 .newslist .newsbox .top .date .month {
    height: 0.5rem;
  }
  .bossgoo-index-news7 .newslist .newsbox .top .date .month span {
    height: 0.5rem;
    line-height: 0.5rem;
    color: white;
    font-size: 0.28rem;
  }
  .bossgoo-index-news7 .newslist .newsbox .top .date .day {
    color: white;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.32rem;
  }
  .bossgoo-index-news7 .newslist .newsbox .top .newstitle {
    width: calc(100% - 1.2rem);
  }
  .bossgoo-index-news7 .newslist .newsbox .top .newstitle a {
    line-height: 1.5;
    font-size: 0.32rem;
    line-height: 0.48rem;
    padding: 0 0.4rem;
  }
  .bossgoo-index-news7 .newslist .newsbox .bottom {
    padding: 0.4rem;
  }
  .bossgoo-index-news7 .newslist .newsbox .bottom .content_class {
    padding: 0.2rem 0 0;
    border-top: 0.02px solid #efefef;
  }
  .bossgoo-index-news7 .newslist .newsbox .bottom .content {
    line-height: 1.5;
  }
  .bossgoo-index-news7 .phone .outmore {
    width: 3rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.32rem;
  }
}