﻿.bossgoo-index-about19 {
  position: relative;
  background: url("https://bsg-s.nbxc.com/site_themes/common/modular_modules/css/bossgoo-index/upimg/aboutbg.png?image_process=format,webp") no-repeat right center/ auto auto;
  /* padding-bottom: 100px; */
  padding-bottom: 50px;
}

.bossgoo-index-about19:after {
  content: " ";
  position: absolute;
  background: #fff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  z-index: 0;
}

.bossgoo-index-about19 .wrap {
  position: relative;
  z-index: 10;
}

.bossgoo-index-about19 .aboutbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bossgoo-index-about19 .aboutbar .left {
  width: 50%;
}

.bossgoo-index-about19 .aboutbar .left .imgoutbox {
  width: 100%;
  height: 0;
  padding-bottom: 65.96%;
  position: relative;
}

.bossgoo-index-about19 .aboutbar .left .imgoutbox .innerbox {
  width: 100%;
  height: 100%;
  position: absolute;
}

.bossgoo-index-about19 .aboutbar .left .imgoutbox .icon360 {
  font-size: 60px;
  position: absolute;
  color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.bossgoo-index-about19 .aboutbar .left .imgoutbox .innerbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bossgoo-index-about19 .aboutbar .right {
  width: 50%;
  padding-left: 60px;
}

.bossgoo-index-about19 .aboutbar .right .maintitle {
  text-align: left;
  color: var(--themeColor);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
}

.bossgoo-index-about19 .aboutbar .right .des {
  font-size: 18px;
  color: var(--themeColor);
  margin-bottom: 10px;
}

.bossgoo-index-about19 .aboutbar .right .des2 {
  font-size: 20px;
  font-weight: bold;
  padding: 20px;
  border-left: 2px solid var(--themeColor);
  margin: 10px 0 15px;
  background: #efefef;
}

.bossgoo-index-about19 .aboutbar .right .donateline {
  width: 42px;
  height: 4px;
  background: #fbb81a;
  position: relative;
  margin-bottom: 20px;
}

.bossgoo-index-about19 .aboutbar .right .donateline:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-top: 2px solid transparent;
  border-right: 2px solid transparent;
}

.bossgoo-index-about19 .aboutbar .right .donateline:after {
  content: " ";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-left: 2px solid transparent;
  border-top: 2px solid transparent;
}

.bossgoo-index-about19 .aboutbar .right .text {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  margin-bottom: 30px;
  line-height: 30px;
}

.bossgoo-index-about19 .aboutbar .right .more {
  text-align: left;
  border-radius: 25px;
  letter-spacing: 1px;
  margin: 0 10px;
}

.bossgoo-index-about19 .aboutbar .right .visit {
  text-align: left;
  border-radius: 25px;
  letter-spacing: 1px;
  margin: 0 10px;
}

.bossgoo-index-about19 .aboutbar .right .more:hover,
.bossgoo-index-about19 .aboutbar .right .visit:hover {
  text-decoration: underline;
  color: var(--themeColor);
  font-weight: bold;
}

@media only screen and (max-width:1040px) {
  .bossgoo-index-about19 {
    padding: .6rem 0;
  }
  .bossgoo-index-about19 .wrap {
    padding: 0 .2rem;
  }
  .bossgoo-index-about19 .aboutbar {
    display: flex;
    flex-direction: column-reverse;
  }
  .bossgoo-index-about19 .aboutbar .left {
    width: 100%;
    height: auto;
    margin-bottom: .4rem;
  }
  .bossgoo-index-about19 .aboutbar .right {
    width: 100%;
    padding-left: 0;
  }
  .bossgoo-index-about19 .aboutbar .right .maintitle {
    text-align: center;
    justify-content: center;
  }
  .bossgoo-index-about19 .aboutbar .right .btns,
  .bossgoo-index-about19 .aboutbar .right .donateline,
  .bossgoo-index-about19 .aboutbar .right .des2 {
    display: none;
  }
  .bossgoo-index-about19 .aboutbar .right .des {
    font-size: 12px;
    text-align: center;
  }
}

@media only screen and (max-width:767px) {
  .bossgoo-index-about19 .aboutbar .right .text {
    line-height: .44rem;
  }
  .bossgoo-index-about19 .aboutbar .right .maintitle {
    margin-bottom: .4rem;
  }
}

@media only screen and (max-width: 480px){
  .bossgoo-index-about19 .aboutbar .right .text{
      height: 2.2rem;
  }
}