.bossgoo-index-news75 {
    padding-bottom: 100px;
    background-color: rgb(18,18,18);
  }
  
  .bossgoo-index-news75 .maintitle {
    width: 100%;
    margin-bottom: 0;
    position: relative;
    text-align: left;
    line-height: 1;
    margin-bottom: 50px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .bossgoo-index-news75 .maintitle p {
    display: flex;
  }
  
  .bossgoo-index-news75 .mainL .first-title{
    text-align: left ;
    margin-bottom: 10px;
    color: #fff;
  }
  
  .bossgoo-index-news75 .mainL .proDesc{
    color: rgba(225,225,225,0.6);
  }
  
  .bossgoo-index-news75 .mainR a{
    color: var(--themeColor);
  }
  
  .bossgoo-index-news75 .maintitle span {
    display: block;
    font-size: 24px;
    line-height: 30px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    color: var(--themeColor);
    cursor: pointer;
  }
  
  .bossgoo-index-news75 .titBox {
    display: flex;
    justify-content: space-between;
        align-items: flex-end;
  }
  
  .bossgoo-index-news75 .maintitle span i {
    font-size: 24px;
  }
  
  .bossgoo-index-news75 .maintitle span:hover {
    color: #fff;
    background: var(--themeColor);
  }
  
  .bossgoo-index-news75 .maintitle span.left {
    margin-right: 10px;
  }
  
  .bossgoo-index-news75 .newsswiper {
    margin-top: 40px;
  }
  
  .bossgoo-index-news75 .newsswiper .swiper-slide {
    display: flex;
   width: 100% !important;
  }
  .bossgoo-index-news75 .newsswiper .swiper-slide .newsbox{
    background-color: rgb(26,26,26);
    border-radius: 12px;
  }
  .bossgoo-index-news75 .newsswiper .swiper-slide .newsbox:nth-child(1){
    margin-right: 20px;
  }
  
  .bossgoo-index-news75 .newsswiper .swiper-slide .newsbox {
    width: 50%;
    height: auto;
    display: flex;
  }
  
  .bossgoo-index-news75 .newsswiper .swiper-slide .newsbox .imgbox {
    width: 40%;
    height: 0;
    padding-bottom: 52%;
    position: relative;
  }
  
  .bossgoo-index-news75 .newsswiper .swiper-slide .newsbox .imgbox .innerbox {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .bossgoo-index-news75 .newsswiper .swiper-slide .newsbox .imgbox .innerbox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  .bossgoo-index-news75 .newsswiper .swiper-slide .newsbox .text {
    width: 60%;
    padding: 4% 3%;
    text-align: left;
    line-height: 1.5;
  }
  
  .bossgoo-index-news75 .newsswiper .swiper-slide .newsbox .text .title {
    font-weight: bold;
    color: #fff;
    font-size: 24px;
    display: block;
    width: 100%;
  }
  
  .bossgoo-index-news75 .newsswiper .swiper-slide .newsbox .text .date {
    color: rgba(225,225,225,0.5);
    font-size: 14px;
    margin-bottom: 10px;
  }
  
  .bossgoo-index-news75 .newsswiper .swiper-slide .newsbox .text .content {
    margin-top: 12px;
    color: rgba(225,225,225,0.7);
  }
  .bossgoo-index-news75 .newsswiper .swiper-slide .newsbox .text .read{
    display: inline-block;
    margin-top: 20px;
    color: var(--themeColor);
  }
  
  @media only screen and (max-width: 1040px) {
    .bossgoo-index-news75 {
      padding-left: 0.2rem;
      padding-right: 0.2rem;
      padding-bottom: 0.6rem;
    }
    .bossgoo-index-news75 .maintitle {
      font-size: 0.6rem;
      margin-bottom: 0.3rem;
    }
    .bossgoo-index-news75 .maintitle span {
      font-size: 0.4rem;
      width: 0.5rem;
      height: 0.5rem;
      line-height: 0.5rem;
    }
    .bossgoo-index-news75 .maintitle span i {
      font-size: 0.4rem;
    }
    .bossgoo-index-news75 .maintitle span:hover {
      color: var(--themeColor);
      background: #fff;
    }
    .bossgoo-index-news75 .maintitle span.left {
      margin-right: 0.2rem;
    }
    .bossgoo-index-news75 .newsswiper {
      margin-top: 0.6rem;
    }
    .bossgoo-index-news75 .newsswiper .swiper-slide {
      flex-wrap: wrap;
    }
    .bossgoo-index-news75 .newsswiper .swiper-slide .newsbox {
      width: 100%;
    }
    .bossgoo-index-news75 .newsswiper .swiper-slide .newsbox:first-child {
      margin-bottom: 0.2rem;
    }
    .bossgoo-index-news75 .newsswiper .swiper-slide .newsbox .text {
      padding: 2% 3%;
    }
    .bossgoo-index-news75 .newsswiper .swiper-slide .newsbox .text .date {
      font-size: 0.32rem;
    }
    .bossgoo-index-news75 .newsswiper .swiper-slide .newsbox .text .content {
      margin-top: 0.4rem;
      -webkit-line-clamp: 2;
      line-clamp: 2;
    }
  
    .bossgoo-index-news75 .mainR a{
      margin-left: 10px;
      display: inline-block;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bossgoo-index-news75 {
      padding-bottom: 0.6rem;
    }
    .bossgoo-index-news75 .maintitle {
      font-size: 0.4rem;
      margin-bottom: 0.3rem;
    }
    .bossgoo-index-news75 .maintitle span {
      font-size: 0.32rem;
      width: 0.4rem;
      height: 0.4rem;
      line-height: 0.4rem;
    }
    .bossgoo-index-news75 .maintitle span.left {
      margin-right: 0.12rem;
    }
    .bossgoo-index-news75 .newsswiper {
      margin-top: 0.6rem;
    }
    .bossgoo-index-news75 .newsswiper .swiper-slide .newsbox {
      width: 100%;
          flex-direction: column;
    }
     .bossgoo-index-news75 .newsswiper .swiper-slide .newsbox .imgbox{
      width: 100%;
      padding-bottom: 130%;
     }
    .bossgoo-index-news75 .newsswiper .swiper-slide .newsbox:first-child {
      margin-bottom: 0.2rem;
    }
    .bossgoo-index-news75 .newsswiper .swiper-slide .newsbox .text {
      padding: .3rem;
    }
    .bossgoo-index-news75 .newsswiper .swiper-slide .newsbox .text .date {
      font-size: 0.24rem;
    }
    .bossgoo-index-news75 .newsswiper .swiper-slide .newsbox .text .content {
      margin-top: 0.1rem;
      -webkit-line-clamp: 2;
      line-clamp: 2;
    }
  
    .bossgoo-index-news75 .newsswiper .swiper-slide .newsbox:nth-child(1){
          margin-right: 0;
    }
  
    .bossgoo-index-news75 .newsswiper .swiper-slide .newsbox .text{
      width: 100%;
    }
  }