
.bossgoo-search-main .title{
  font-size: 28px;
  padding: 50px 0;
  text-align: center;
  font-weight: bold;

}

.bossgoo-search-main .tab{
  display: flex;
}

.bossgoo-search-main .tab li{
  font-size: 16px;
  color: #666666;
  padding: 10px 30px;
  margin: 0 10px;
  background-color: #f7f7f8;
border-radius: 22px;
  transition: all .3s;
  cursor: pointer;
}

.bossgoo-search-main .tab li:hover{
  background-color: #ffffff;
box-shadow: 0px 2px 26px 0px 
  rgba(12, 20, 63, 0.1);
  color: var(--themeColor);
  font-weight: bold;
  transition: all .3s;
}

 .tabOne .tabOneSwiper .swiper-slide.current a{
  background-color: var(--themeColor);
  color: #ffffff;
}

 .tabOne .tabOneSwiper .swiper-slide.current a::after{
  display: block;
}

.bossgoo-search-main .tab .active{
  background-color: #ffffff;
box-shadow: 0px 2px 26px 0px 
  rgba(12, 20, 63, 0.1);
  color: var(--themeColor);
  font-weight: bold;
  transition: all .3s;
}

.bossgoo-search-main .video {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}

.bossgoo-search-main .video .imgbox{
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .5s;
}

.bossgoo-search-main .video li{
  margin-bottom: 35px;
  width: 24%;
  margin: 0 0.5% 35px;

}


.bossgoo-search-main .video .imgbox{
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  position: relative;
  background-color: #000;
}

.bossgoo-search-main .video .imgbox img{
 
  position: absolute;
  object-fit: contain;
  top: 0;
  width: 100%;
  height: 100%;
}


.bossgoo-search-main .video .imgbox .play{
  width: 20%;
  position: absolute;
  right: 10%;
  bottom: 0;
  transform: translateY(50%);
  opacity: 0;
  z-index: -1;
  cursor: pointer;
}

.bossgoo-search-main .video .imgbox:hover{
  box-shadow: 1px 1px 29px 0px 
  rgba(21, 25, 42, 0.25);
}

.bossgoo-search-main .video .imgbox:hover  .play{
  transition: all .5s;
  opacity: 1;
  z-index: 9;
}


.bossgoo-search-main .video .text{
  width: 100%;
  margin: 0 auto;
  font-size: 20px;
  line-height: 26px;
  color: #333333;
  font-family: var(--fontBarlowregular);
  font-weight: bold;
  transition: all .5s;
}

.bossgoo-search-main .video .date{
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  transition: all .5s;
}

.bossgoo-search-main .video .swiper-slide:hover .text{
  width: 100%;
  transition: all .5s;
}

.bossgoo-search-main .video .swiper-slide:hover .date{
  width: 100%;
  transition: all .5s;
}

.bossgoo-search-main .video .date img{
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-right: 5px;
  /* width: 80%; */
}

.bossgoo-search-main .video .date p{
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  color: #d0d0d0;
}

.bossgoo-search-main .video .video-swiper{
  position: relative;
  overflow: hidden;
}

.bossgoo-search-main .tabOne{
  width: 50%;
  margin: 0 auto;
  padding-bottom: 50px;
}

.bossgoo-search-main .tab{
  padding: 40px;
  border-top: 1px solid #e8e8e8;
}

 .tabOne .tabOneSwiper{
  position: relative;
  overflow: hidden;
  padding: 10px 0 20px;

}

 .tabOne .tabOneSwiper a{
  display: block;
  margin: 0 auto;
  border-radius: 5px;
  width: 100%;
  padding: 10px 0 ;

  position: relative;    
}
 .tabOne .tabOneSwiper a::after{
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--themeColor);
  content: "";
  position: absolute;    
  width: 0;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}



 .tabOne .tabOneSwiper .swiper-slide{
  text-align: center;
}

 .tabOne .tabOneSwiper .swiper-slide:hover a::after{
  display: block;
}

 .tabOne .tabOneSwiper .swiper-slide:hover a{
  background-color: var(--themeColor);
  color: #ffffff;
}


@media only screen and (max-width: 1040px) {
  .bossgoo-search-main .tab{
      flex-wrap: wrap;
  }

  .bossgoo-search-main .tab li{
      margin-bottom: 10px;
  }

  .bossgoo-search-main .title{
      padding: 10px 30px;
  }
  .bossgoo-search-main .video{
      margin-top: 30px;
      padding: 0 10px;
  }
  .bossgoo-search-main .video li{
      width: 49%;
  }

  .bossgoo-search-main .tab li a{
    font-size: 16px;
  }

}

@media only screen and (max-width: 767px){
  .bossgoo-search-main .tabOne{
      width: 80%;
  }

  .bossgoo-search-main .tabOne{
      padding-bottom: 25px;
  }

  .tabOne .tabOneSwiper a{
    font-size: 16px;
  }

  .bossgoo-search-main .video .text{
    text-overflow: -o-ellipsis-lastline;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;     
  }
  
} 


.bossgoo-search-main .video .text{
  font-size: 18px;
  font-weight: initial;
  line-height: 1.5;
  margin-top: 20px;

  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.bossgoo-search-main .video .imgbox .play{
  right: 3%;
}
.tabOne{
  padding-top: 20px;
}
.tabOne .tabOneSwiper .swiper-slide.current h1 a{
  font-size: 18px;
}

@media only screen and (max-width: 1040px){
  .bossgoo-search-main .video li{
    overflow: hidden;
  }
  .bossgoo-search-main .video .imgbox .play{
    width: 15%;
  }

  .bossgoo-breadbrumb2{
    font-size: .28rem;
    padding-bottom: .4rem;
  }
}
@media only screen and (max-width: 767px){
  .bossgoo-search-main .video .text{
    font-size: .28rem;
  }
  .bossgoo-search-main .video .imgbox .play{
    width: 20%;
  }
  .tabOne .tabOneSwiper .swiper-slide.current h1 a{
    font-size: .32rem;
  }
  .bossgoo-search-main .tab{
    padding: .4rem .2rem;
  }
}
@media only screen and (max-width: 480px){
  .bossgoo-search-main .video .imgbox .play{
    right: 0;
  }
  .bossgoo-search-main .video .date img{
    width: .28rem;
    height: .28rem;
  }
  .bossgoo-search-main .video .date p{
    font-size: .28rem;
  }
  .bossgoo-search-main .video .text{
    margin-top: .3rem;
  }
  .bossgoo-search-main .tab li{
    font-size: .28rem;
    padding: .2rem .3rem;
  }
  .bossgoo-search-main .tab li a{
    font-size: .28rem;
  }
}