

.bossgoo-index-news74{
    background-color: rgb(248 250 252);
  }
  .bossgoo-index-news74 .titlebox {
    text-align: center;
  }
  
  .bossgoo-index-news74 .titBox {
    display: flex;
    justify-content: space-between;
        align-items: flex-end;
  }
  
  .bossgoo-index-news74 .mainL .first-title{
    text-align: left ;
    margin-bottom: 10px;
    color: rgb(15 23 42);
  }
  
  .bossgoo-index-news74 .mainL .proDesc{
     color: rgb(15 23 42);
  }
  
  .bossgoo-index-news74 .mainR a{
    color: var(--themeColor);
  }
  
  .bossgoo-index-news74 .titlebox .maintitle {
    color: var(--themeColor);
    position: relative;
    display: inline-block;
  }
  
  .bossgoo-index-news74 .titlebox .maintitle:before,
  .bossgoo-index-news74 .titlebox .maintitle:after {
    position: absolute;
    content: " ";
    display: block;
    width: 50px;
    height: 2px;
    background: var(--themeColor);
    right: 110%;
    top: calc(50% - 2px);
  }
  
  .bossgoo-index-news74 .titlebox .maintitle:after {
    left: 110%;
    right: auto;
  }
  
  .bossgoo-index-news74 .newslist {
    display: flex;
    justify-content: flex-start;
       align-items: flex-start;
       margin-top: 40px;
       flex-wrap: wrap;
  }
  
  .bossgoo-index-news74 .newslist .newsbox {
    width: 24%;
    margin-right: 1.3%;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
  }
  
  .bossgoo-index-news74 .newslist .newsbox:hover img{
     transition: all 0.3s ease-in-out;
     transform: scale(1.1)
  }
  
  .bossgoo-index-news74 .newslist .newsbox:last-child {
    margin-right: 0;
  }
  
  .bossgoo-index-news74 .newslist .newsbox .imgbox {
    width: 100%;
    height: 0;
    padding-bottom: 66.7%;
    position: relative;
  }
  
  .bossgoo-index-news74 .newslist .newsbox .imgbox .innerbox {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  
  .bossgoo-index-news74 .newslist .newsbox .imgbox .innerbox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  .bossgoo-index-news74 .newslist .newsbox .textbox {
    padding: 20px;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }
  
  .bossgoo-index-news74 .newslist .newsbox .textbox .title {
    font-weight: bold;
    display: block;
    width: 100%;
    color: #333;
    font-size: 18px;
    margin-bottom: 12px;
  }
  
  
  .bossgoo-index-news74 .newslist .newsbox .textbox .read{
    font-size: 14px;
    color: var(--themeColor);
    line-height: 1.5;
  }
  
  .bossgoo-index-news74 .newslist .newsbox .textbox p {
    width: 100%;
  }
  
  .bossgoo-index-news74 .newslist .newsbox .textbox .time {
    font-size: 14px;
    color: #000;
    margin-bottom: 12px;
  }
  
  .bossgoo-index-news74 .newslist .newsbox .textbox .content {
    margin-top: 15px;
  }
  
  .bossgoo-index-news74 .newslist .newsbox:hover{
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
      transform: translateY(-4px); /* 鼠标悬停时向上移动2px */
  }
  
  @media only screen and (max-width: 1040px) {
    .bossgoo-index-news74 {
      padding-bottom: 0.5rem;
      padding-left: 0.2rem;
      padding-right: 0.2rem;
    }
    .bossgoo-index-news74 .titlebox .maintitle:before,
    .bossgoo-index-news74 .titlebox .maintitle:after {
      width: 0.6rem;
      height: 0.04rem;
      top: calc(50% - 0.02rem);
    }
    .bossgoo-index-news74 .newslist {
      flex-wrap: wrap;
    }
    .bossgoo-index-news74 .newslist .newsbox {
      width: 49.5%;
      margin-right: 0;
      margin-bottom: 0.4rem;
    }
    .bossgoo-index-news74 .newslist .newsbox:first-child {
      margin-right: 1%;
    }
    .bossgoo-index-news74 .newslist .newsbox:nth-child(n + 3) {
      display: none;
    }
    .bossgoo-index-news74 .newslist .newsbox .textbox {
      margin-top: 0.4rem;
    }
    .bossgoo-index-news74 .newslist .newsbox .textbox .title {
      font-weight: bold;
      display: block;
      width: 100%;
    }
    .bossgoo-index-news74 .newslist .newsbox .textbox .title:hover {
      color: #666;
    }
    .bossgoo-index-news74 .newslist .newsbox .textbox p {
      width: 100%;
    }
    .bossgoo-index-news74 .newslist .newsbox .textbox .time {
      font-size: 0.32rem;
      margin-top: 0.1rem;
    }
    .bossgoo-index-news74 .newslist .newsbox .textbox .content {
      margin-top: 0.2rem;
      line-height: 1.5;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .bossgoo-index-news74 {
      padding-bottom: 0.2rem;
    }
    .bossgoo-index-news74 .newslist .newsbox {
      width: 100%;
      margin-right: 0;
      margin-bottom: 0.4rem;
    }
    .bossgoo-index-news74 .titlebox .maintitle:before,
    .bossgoo-index-news74 .titlebox .maintitle:after {
      width: 0.4rem;
    }
    .bossgoo-index-news74 .newslist .newsbox .textbox {
      margin-top: 0;
    }
    .bossgoo-index-news74 .newslist .newsbox .textbox .time {
      font-size: 0.24rem;
    }
  }
  
  .bossgoo-index-news74 {
    padding-bottom: 60px;
  }
  .bossgoo-index-news74 .newslist .newsbox .imgbox .innerbox img {
    object-fit: cover;
  }