.bossgoo-index-about8{
  background: #fafafa;
}
.bossgoo-index-about8 .aboutbar {
  background: #fafafa;
  position: relative;
}

.bossgoo-index-about8 .aboutbar .midarea .left {
  float: right;
  width: 50%;
  height: auto;
  padding-left: 40px;
  padding-top: 50px;
  padding-bottom: 60px;
}

.bossgoo-index-about8 .aboutbar .midarea .left .maintitle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: var(--themeColor);
  position: relative;
  margin-top: 20px;
}

.bossgoo-index-about8 .aboutbar .midarea .left .maintitle:after {
  content: " ";
  position: absolute;
  width: 60px;
  height: 2px;
  background-color: var(--themeColor);
  left: 0;
  top: -15px;
}

.bossgoo-index-about8 .aboutbar .midarea .left .maintitle img {
  width: auto;
  height: auto;
  object-fit: contain;
}

.bossgoo-index-about8 .aboutbar .midarea .left .content {
  line-height: 1.5;

  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  line-clamp: 8;
  -webkit-box-orient: vertical;
}

.bossgoo-index-about8 .aboutbar .midarea .left .more {
  display: block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  border-radius: 10px;
  background: var(--themeColor);
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-top: 30px;
}

.bossgoo-index-about8 .aboutbar .video {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 50%;
  width: 50%;
}

.bossgoo-index-about8 .aboutbar .video video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 450px;
}

.bossgoo-index-about8 .aboutbar .iconfont {
  font-size: 28px;
}

@media only screen and (max-width: 1040px) {
  .bossgoo-index-about8 {
    background: #fafafa;
    padding-bottom: 1.2rem;
  }
  .bossgoo-index-about8 .aboutbar {
    background: none;
  }
  .bossgoo-index-about8 .aboutbar .midarea .left {
    width: 100%;
    padding: 0.4rem 0.2rem 0 0.2rem;
  }
  .bossgoo-index-about8 .aboutbar .midarea .left .maintitle {
    margin-top: 0.4rem;
  }
  .bossgoo-index-about8 .aboutbar .midarea .left .maintitle:after {
    content: " ";
    width: 0.6rem;
    height: 0.04rem;
    left: 0;
    top: -0.2rem;
  }
  .bossgoo-index-about8 .aboutbar .midarea .left .content {
    line-height: 1.5;
  }
  .bossgoo-index-about8 .aboutbar .midarea .left .more {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 4rem;
    height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 0.2rem;
    padding: 0 0.2rem;
    margin-top: 0.4rem;
  }
  .bossgoo-index-about8 .aboutbar .video {
    position: static;
    transform: none;
    width: 100%;
  }
  .bossgoo-index-about8 .aboutbar .video video {
    max-height: 9.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .bossgoo-index-about8 {
    padding-bottom: 0.6rem;
  }
  .bossgoo-index-about8 .aboutbar .midarea .left .maintitle {
    margin-top: 0.4rem;
  }
  .bossgoo-index-about8 .aboutbar .midarea .left .maintitle:after {
    content: " ";
    width: 0.6rem;
    height: 0.04rem;
    top: -0.3rem;
  }
  .bossgoo-index-about8 .aboutbar .midarea .left .content {
    line-height: 1.5;
  }
  .bossgoo-index-about8 .aboutbar .midarea .left .more {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 2.4rem;
    height: 0.6rem;
    line-height: 0.6rem;
    border-radius: 0.2rem;
    padding: 0 0.2rem;
    margin-top: 0.4rem;
  }
  .bossgoo-index-about8 .aboutbar .video video {
    max-height: 4.8rem;
  }
}