.bossgoo-index-news5 {
  padding-bottom: 100px;
  background: #EFEFEF;
}

.bossgoo-index-news5 .maintitle {
  text-transform: uppercase;
  color: var(--themeColor);
  position: relative;
}

.bossgoo-index-news5 .maintitle:after {
  content: " ";
  display: block;
  position: absolute;
  width: 50px;
  height: 5px;
  background-color: var(--themeColor);
  left: 50%;
  transform: translateX(-50%);
  top: 115%;
}

.bossgoo-index-news5 .newslist {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
}

.bossgoo-index-news5 .newslist .newsbox {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  width: 32%;
  height: auto;
  margin-right: 2%;
  background:#FFFFFF;
}

.bossgoo-index-news5 .newslist .newsbox:last-child {
  margin-right: 0;
}

.bossgoo-index-news5 .newslist .newsbox .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bossgoo-index-news5 .newslist .newsbox .top .date {
  width: 90px;
  text-align: center;
}

.bossgoo-index-news5 .newslist .newsbox .top .date .month {
  background: var(--themeColor);
  opacity: 0.8;
  height: 30px;
}

.bossgoo-index-news5 .newslist .newsbox .top .date .month span {
  display: inline-block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: white;
  font-size: 14px;
}

.bossgoo-index-news5 .newslist .newsbox .top .date .day {
  color: white;
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  background-color: var(--themeColor);
  text-align: center;
}

.bossgoo-index-news5 .newslist .newsbox .top .newstitle {
  width: calc(100% - 90px);
}

.bossgoo-index-news5 .newslist .newsbox .top .newstitle a {
  width: 100%;
  display: block;
  font-size: 20px;
  line-height: 30px;
  padding: 0 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.bossgoo-index-news5 .newslist .newsbox .bottom {
  margin: 30px 20px;
  border-top: 1px solid #efefef;
}

.bossgoo-index-news5 .newslist .newsbox .bottom .content {
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 20px 0;
  height: 72px;
}

.bossgoo-index-news5 .newslist .newsbox .bottom a {
  font-size: 18px;
}

@media only screen and (max-width: 1040px) {
  .bossgoo-index-news5 {
    padding-bottom: 0.6rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  .bossgoo-index-news5 .maintitle {
    line-height: 1.5;
  }
  .bossgoo-index-news5 .maintitle:after {
    display: none;
  }
  .bossgoo-index-news5 .newslist {
    flex-wrap: wrap;
    padding-top: 0;
  }
  .bossgoo-index-news5 .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-news5 .newslist .newsbox .top .date {
    width: 1.8rem;
  }
  .bossgoo-index-news5 .newslist .newsbox .top .date .month {
    height: 0.6rem;
  }
  .bossgoo-index-news5 .newslist .newsbox .top .date .month span {
    height: 0.6rem;
    line-height: 0.6rem;
    color: white;
    font-size: 0.32rem;
  }
  .bossgoo-index-news5 .newslist .newsbox .top .date .day {
    color: white;
    height: 0.9rem;
    line-height: 0.9rem;
    font-size: 0.48rem;
  }
  .bossgoo-index-news5 .newslist .newsbox .top .newstitle {
    width: calc(100% - 1.8rem);
  }
  .bossgoo-index-news5 .newslist .newsbox .top .newstitle a {
    font-size: 0.48rem;
    line-height: 0.6rem;
    padding: 0 0.4rem;
  }
  .bossgoo-index-news5 .newslist .newsbox .bottom {
    padding: 0.3rem;
  }
  .bossgoo-index-news5 .newslist .newsbox .bottom .content {
    line-height: 1.5;
    height: auto;
  }
  .bossgoo-index-news5 .newslist .newsbox .bottom a {
    display: none;
  }
  .bossgoo-index-news5 .phone {
    text-align: center;
  }
  .bossgoo-index-news5 .phone .outmore {
    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-news5 {
    padding-bottom: 0.6rem;
  }
  .bossgoo-index-news5 .newslist .newsbox {
    margin-bottom: 0.2rem;
  }
  .bossgoo-index-news5 .newslist .newsbox .top .date {
    width: 1.2rem;
  }
  .bossgoo-index-news5 .newslist .newsbox .top .date .month {
    height: 0.5rem;
  }
  .bossgoo-index-news5 .newslist .newsbox .top .date .month span {
    height: 0.5rem;
    line-height: 0.5rem;
    color: white;
    font-size: 0.28rem;
  }
  .bossgoo-index-news5 .newslist .newsbox .top .date .day {
    color: white;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.32rem;
  }
  .bossgoo-index-news5 .newslist .newsbox .top .newstitle {
    width: calc(100% - 1.2rem);
  }
  .bossgoo-index-news5 .newslist .newsbox .top .newstitle a {
    line-height: 1.5;
    font-size: 0.32rem;
    line-height: 0.48rem;
    padding: 0 0.4rem;
  }
  .bossgoo-index-news5 .newslist .newsbox .bottom {
    padding: 0.2rem;
  }
  .bossgoo-index-news5 .newslist .newsbox .bottom .content {
    line-height: 1.5;
    height: auto;
    margin: 0;
  }
  .bossgoo-index-news5 .phone .outmore {
    width: 3rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.32rem;
  }
}