.bossgoo-index-about9 {
  margin-bottom: 60px;
}
.bossgoo-index-about9 .maintitle {
  text-align: left;
  color: #333;
  font-weight: bold;
  font-family: var(--fontRegular);
  margin-bottom: 30px;
}
.bossgoo-index-about9 .aboutbar .text{
  /* max-height: 100px; */
  line-height: 32px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  text-align: justify;
  overflow: hidden;
  /* padding-right: 60px; */
}

.bossgoo-index-about9 .aboutbar {
  display: flex;
  min-height: 320px;
  margin-bottom: 30px;
}
.bossgoo-index-about9 .aboutbar .left {
  width: 50%;
  height: auto;
}
.bossgoo-index-about9 .aboutbar .left .text p {
  font-size: 16px;
  margin-bottom: 5px;
  padding-right: 60px;
}
.bossgoo-index-about9 .aboutbar .right {
  width: 50%;
  background: #f2f2f2;
  position: relative;
}
.bossgoo-index-about9 .aboutbar .right .hoverbox {
  width: 86%;
  height: auto;
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
}
.bossgoo-index-about9 .aboutbar .right .hoverbox .imgbox {
  margin-bottom: 10px;
  height: auto;
  position: relative;
}
.bossgoo-index-about9 .aboutbar .right .hoverbox .imgbox img {
  width: 100%;
  height: auto;
  max-height: 320px;
  object-fit: cover;
}
.bossgoo-index-about9 .aboutbar .right .hoverbox .imgbox .vr {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  height: 60px;
  background: url("../images/360.png") no-repeat top center / 100% 100%;
}
.bossgoo-index-about9 .aboutbar .right .hoverbox p {
  text-align: right;
  font-weight: bold;
}
.bossgoo-index-about9 .aboutbar .right .hoverbox p a {
  font-size: 14px;
  color: #999;
}
.bossgoo-index-about9 .aboutbar .right .hoverbox p a:hover {
  color: var(--themeColor);
}
.bossgoo-index-about9 .numlist {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bossgoo-index-about9 .numlist li {
  width: 25%;
  height: 250px;
  background: #f2f2f2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding-top: 60px;
}
.bossgoo-index-about9 .numlist li .number {
  font-size: 44px;
  color: #666666;
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.bossgoo-index-about9 .numlist li .number:after {
  content: " ";
  position: absolute;
  width: 60px;
  height: 4px;
  background: var(--themeColor);
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.bossgoo-index-about9 .numlist li .text {
  font-size: 16px;
  text-align: center;
  padding: 0 12%;
}
.bossgoo-index-about9 .numlist li:hover {
  background: var(--themeColor);
}
.bossgoo-index-about9 .numlist li:hover .number {
  color: #fff;
}
.bossgoo-index-about9 .numlist li:hover .number:after {
  background: #fff;
}
.bossgoo-index-about9 .numlist li:hover .text {
  color: #fff;
}
@media only screen and (max-width: 1040px) {

  .bossgoo-index-about9 .aboutbar .text{
    max-height: 60vh !important;
  }
  .bossgoo-index-about9 .maintitle {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    margin-bottom: 0.6rem;
    font-size: 0.6rem;
  }
  .bossgoo-index-about9 .aboutbar {
    min-height: 0;
    flex-wrap: wrap;
    margin-bottom: 0.4rem;
  }
  .bossgoo-index-about9 .aboutbar .left {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  .bossgoo-index-about9 .aboutbar .left .text p {
    margin-bottom: 0.4rem;
    padding-right: 0;
    line-height: 1.5;
  }
  .bossgoo-index-about9 .aboutbar .right {
    width: 100%;
  }
  .bossgoo-index-about9 .aboutbar .right .hoverbox {
    padding-bottom: 0.2rem;
    width: 100%;
    position: static;
    left: 0;
    bottom: 0;
    transform: none;
  }
  .bossgoo-index-about9 .aboutbar .right .hoverbox .imgbox {
    margin-bottom: 0.2rem;
  }
  .bossgoo-index-about9 .aboutbar .right .hoverbox .imgbox img {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-height: initial;
  }
  .bossgoo-index-about9 .aboutbar .right .hoverbox .imgbox .vr {
    width: 1.4rem;
    height: 1rem;
  }
  .bossgoo-index-about9 .aboutbar .right .hoverbox p a {
    color: #999;
  }
  .bossgoo-index-about9 .aboutbar .right .hoverbox p a:hover {
    color: #999;
  }
  .bossgoo-index-about9 .numlist {
    flex-wrap: wrap;
  }
  .bossgoo-index-about9 .numlist li {
    width: 50%;
    height: 5rem;
    background: #fff;
    padding-top: 1rem;
  }
  .bossgoo-index-about9 .numlist li .number {
    line-height: 1.5;
    font-size: 0.8rem;
    margin-bottom: 0.4rem;
  }
  .bossgoo-index-about9 .numlist li .number:after {
    width: 0.8rem;
    height: 0.08rem;
  }
  .bossgoo-index-about9 .numlist li .text {
    font-size: 0.4rem;
    line-height: 1.5;
  }
  .bossgoo-index-about9 .numlist li:hover {
    background: #fff;
  }
  .bossgoo-index-about9 .numlist li:hover .number {
    color: #666;
  }
  .bossgoo-index-about9 .numlist li:hover .number:after {
    background: var(--themeColor);
  }
  .bossgoo-index-about9 .numlist li:hover .text {
    color: #666;
  }
}
@media only screen and (max-width: 767px) {
  .bossgoo-index-about9 .maintitle {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    margin-bottom: 0.4rem;
    font-size: 0.4rem;
  }
  .bossgoo-index-about9 .aboutbar {
    flex-wrap: wrap;
    min-height: 320px;
    margin-bottom: 0.4rem;
  }
  .bossgoo-index-about9 .aboutbar .left {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  .bossgoo-index-about9 .aboutbar .left .text p {
    margin-bottom: 0.4rem;
    padding-right: 0;
  }
  .bossgoo-index-about9 .aboutbar .right .hoverbox .imgbox {
    margin-bottom: 0.2rem;
  }
  .bossgoo-index-about9 .aboutbar .right .hoverbox .imgbox .vr {
    width: 1.2rem;
    height: 0.8rem;
  }
  .bossgoo-index-about9 .numlist {
    flex-wrap: wrap;
  }
  .bossgoo-index-about9 .numlist li {
    width: 50%;
    height: 3rem;
    background: #fff;
    padding-top: 0.4rem;
  }
  .bossgoo-index-about9 .numlist li .number {
    line-height: 1.5;
    font-size: 0.6rem;
    margin-bottom: 0.2rem;
  }
  .bossgoo-index-about9 .numlist li .number:after {
    width: 0.6rem;
    height: 0.06rem;
  }
  .bossgoo-index-about9 .numlist li .text {
    font-size: 0.28rem;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 1440px) {
  .bossgoo-index-about9 .wrap {
      padding-left: 20px;
      padding-right: 20px;
      box-sizing: border-box;
  }
}

.bossgoo-index-about9 .aboutbar .text {
  -webkit-line-clamp: initial;
  max-height: 380px;
  overflow-y: auto;
}

@media only screen and (max-width: 1440px) {
  .bossgoo-index-about9 .aboutbar .text {
      max-height: initial;
  }
}
