﻿.bossgoo-index-about32 {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  background-color: #f4f4f4;
  padding-bottom: 80px;
}

.bossgoo-index-about32 .wrap {
  position: relative;
}

.bossgoo-index-about32 .about32-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.bossgoo-index-about32 .about32-left {
  width: 60%;
}

.bossgoo-index-about32 .about32-right {
  width: 40%;
  padding-left: 50px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}

.bossgoo-index-about32 .about32-imgBox {
  width: 100%;
  height: 0;
  padding-bottom: 62.5%;
  position: relative;
}

.bossgoo-index-about32 .about32-img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bossgoo-index-about32 .about32-img img, .bossgoo-index-about32 .about32-img video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bossgoo-index-about32 .first-title {
  text-align: left;
  margin-bottom: 0;
  font-weight: initial;
  color: #000;
}

.bossgoo-index-about32 .about32-text {
  padding-top: 25px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  line-clamp: 10;
  -webkit-box-orient: vertical;
}

.bossgoo-index-about32 .about32-linkBox {
  width: 100%;
  padding-top: 25px;
  text-align: left;
}

.bossgoo-index-about32 .about32-link {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 20px;
  color: var(--btnTextColor);
  background-color: var(--btnBgColor);
}

.bossgoo-index-about32 .about32-horizontal {
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: -180px;
  z-index: 1;
  display: none;
  background: url(https://bsg-s.nbxc.com/site_themes/common/modular_modules/css/bossgoo-index/images/aboutBg.png) no-repeat center top;
  background-size: cover;
}

.bossgoo-index-about32 .about32-box {
  width: 100%;
  position: relative;
}

@media only screen and (max-width: 1440px) {
  .bossgoo-index-about32 .about32-text, .bossgoo-index-about32 .about32-linkBox {
    padding-top: 20px;
  }
  .bossgoo-index-about32 .about32-left, .bossgoo-index-about32 .about32-right {
    width: 50%;
  }
  .bossgoo-index-about32 .about32-right {
    padding-left: 25px;
  }
  .bossgoo-index-about32 .about32-text {
    -webkit-line-clamp: 7;
    line-clamp: 7;
  }
  .bossgoo-index-about32 .about32-horizontal {
    height: 80px;
    top: -130px !important;
  }
}

@media only screen and (max-width: 1040px) {
  .bossgoo-index-about32 {
    padding-bottom: 0.6rem;
  }
  .bossgoo-index-about32 .wrap {
    padding-left: .2rem;
    padding-right: .2rem;
  }
  .bossgoo-index-about32 .about32-left {
    width: 100%;
  }
  .bossgoo-index-about32 .about32-right {
    width: 100%;
    padding-left: 0;
    padding-top: .4rem;
  }
  .bossgoo-index-about32 .about32-text, .bossgoo-index-about32 .about32-linkBox {
    padding-top: .3rem;
  }
  .bossgoo-index-about32 .about32-horizontal {
    height: 1.2rem;
    top: -1.3rem !important;
    display: block !important;
  }
  .bossgoo-index-about32 .about32-link {
    padding: .12rem .4rem;
  }
}

@media only screen and (max-width: 767px) {
  .bossgoo-index-about32 {
    font-size: .28rem;
  }
  .bossgoo-index-about32 .about32-horizontal {
    height: .8rem;
    top: -1.1rem !important;
  }
}

@media only screen and (max-width: 480px) {
  .bossgoo-index-about32 .about32-horizontal {
    height: .6rem;
    top: -0.8rem !important;
  }
}
