.bossgoo-index-news10 .first-title {
  color: var(--themeColor);
}

.bossgoo-index-news10 .newslist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.bossgoo-index-news10 .newslist .newsbox {
  width: 48%;
  display: flex;
  padding: 30px 0;
  border-bottom: 1px dashed #cecece;
}

.bossgoo-index-news10 .newslist .newsbox .date {
  width: 120px;
  height: 120px;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}

.bossgoo-index-news10 .newslist .newsbox .date span:first-child {
  text-align: center;
  color: var(--themeColor);
  font-weight: bold;
  font-size: 44px;
  margin-bottom: 10px;
}

.bossgoo-index-news10 .newslist .newsbox .date span:last-child {
  text-align: center;
  color: var(--themeColor);
}

.bossgoo-index-news10 .newslist .newsbox .text {
  width: calc(100% - 120px);
}

.bossgoo-index-news10 .newslist .newsbox .text .title {
  font-size: 24px;
  line-height: 1.3;
  color: #333;
  margin-bottom: 10px;
}

.bossgoo-index-news10 .newslist .newsbox .text .content {
  padding-right: 60px;
}

.bossgoo-index-news10 .newslist .newsbox:nth-child(2n - 1) {
  margin-right: 4%;
}

.bossgoo-index-news10 .newslist .newsbox:nth-child(-n + 2) {
  padding-top: 0;
}

@media only screen and (max-width: 1040px) {
  .bossgoo-index-news10 {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    line-height: 1.4;
  }
  .bossgoo-index-news10 .newslist .newsbox {
    width: 100%;
    padding: 0.6rem 0;
    border-bottom: 0.02rem dashed #cecece;
  }
  .bossgoo-index-news10 .newslist .newsbox .date {
    width: 2.4rem;
    height: 2.4rem;
  }
  .bossgoo-index-news10 .newslist .newsbox .date span:first-child {
    font-size: 0.88rem;
    margin-bottom: 0.1rem;
  }
  .bossgoo-index-news10 .newslist .newsbox .text {
    width: calc(100% - 2.4rem);
  }
  .bossgoo-index-news10 .newslist .newsbox .text .title {
    font-size: 0.48rem;
    margin-bottom: 0.3rem;
  }
  .bossgoo-index-news10 .newslist .newsbox .text .content {
    padding-right: 0.8rem;
  }
  .bossgoo-index-news10 .newslist .newsbox:nth-child(2n - 1) {
    margin-right: 0;
  }
  .bossgoo-index-news10 .newslist .newsbox:nth-child(n + 4) {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .bossgoo-index-news10 {
    line-height: 1.4;
  }
  .bossgoo-index-news10 .newslist .newsbox {
    width: 100%;
    padding: 0.4rem 0;
    border-bottom: 0.02rem dashed #cecece;
  }
  .bossgoo-index-news10 .newslist .newsbox .date {
    width: 1.8rem;
    height: 1.8rem;
  }
  .bossgoo-index-news10 .newslist .newsbox .date span:first-child {
    font-size: 0.56rem;
    margin-bottom: 0.1rem;
  }
  .bossgoo-index-news10 .newslist .newsbox .text {
    width: calc(100% - 1.8rem);
  }
  .bossgoo-index-news10 .newslist .newsbox .text .title {
    font-size: 0.32rem;
    margin-bottom: 0.1rem;
  }
  .bossgoo-index-news10 .newslist .newsbox .text .content {
    padding-right: 0.6rem;
  }
  .bossgoo-index-news10 .newslist .newsbox:nth-child(2n - 1) {
    margin-right: 0;
  }
}