﻿.bossgoo-index-news32 {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 80px;
  background-color: #fff;
}

.bossgoo-index-news32 .first-title {
  font-weight: initial;
  color: #000;
}

.bossgoo-index-news32 .news32-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.bossgoo-index-news32 .news32-item {
  width: 32%;
  margin-right: 2%;
}

.bossgoo-index-news32 .news32-item:nth-child(3n) {
  margin-right: 0;
}

.bossgoo-index-news32 .news32-imgBox {
  width: 100%;
  height: 0;
  padding-bottom: 67.42%;
  position: relative;
}

.bossgoo-index-news32 .news32-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bossgoo-index-news32 .news32-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bossgoo-index-news32 .news32-textBox {
  width: 100%;
  padding-top: 15px;
}

.bossgoo-index-news32 .news32-title {
  width: 100%;
  color: #000;
  font-weight: bold;
  height: 44px;
  font-size: 18px;
  line-height: 1.2;
}

.bossgoo-index-news32 .news32-author {
  font-size: 14px;
  padding-top: 6px;
}

.bossgoo-index-news32 .news32-text {
  padding-top: 15px;
}

@media only screen and (max-width: 1040px) {
  .bossgoo-index-news32 {
    padding-bottom: .6rem;
  }
  .bossgoo-index-news32 .wrap {
    padding-left: .2rem;
    padding-right: .2rem;
  }
}

@media only screen and (max-width: 767px) {
  .bossgoo-index-news32 {
    font-size: .28rem;
  }
  .bossgoo-index-news32 .first-title {
    text-align: left;
  }
  .bossgoo-index-news32 .news32-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: .3rem;
  }
  .bossgoo-index-news32 .news32-item:last-child {
    margin-bottom: 0;
  }
  .bossgoo-index-news32 .news32-title {
    height: auto;
  }
  .bossgoo-index-news32 .news32-text {
    padding-top: .2rem;
  }
}
