.capalable-news-row {
    /* padding: 0 15px !important; */
    overflow: hidden;
  }
  .cargery-title-before {
    display: inline-block;
    width: 5px;
    height: 23px;
    background-color: #003b81;
    margin-top: 2px;
  }
  .p-22 {
      display: block;
    font-size: 22px !important;
    margin-left: 3px !important;
  }
  .capelable-news-list {
    width: 90%;
    margin-top: 8px;
  }
  .capelable-news-list li{
    list-style-type:square;
  }
  .capelable-news-list li a {
    display: block;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
  }
  
  /* 左侧产品菜单导航栏目样式 Begin */
.product-nav-list{
    z-index:-1;
  }
  .list-group-item.active{
    background-color: #013b84 !important;
    border-color: #013b84 !important;
  }
  .list-group-two:hover{
    background: #cecece;
  }
  @media screen and (min-width:750px) {
    .news-22{
      font-size: 22px;
      display: inline-block
    }
  }
  @media screen and (max-width:750px) {
    .news-22{
      font-size: 16px;
      display: inline-block
    }
    .list-group-two{
      font-size: 10px;
    }
    .list-group-item{
      padding:0.55rem 0.05rem;
    }
  }

  /* 左侧产品菜单导航栏目样式 End */


  .capelable-news-list li a:hover {
    color: #003b81;
  }
  @media screen and (min-width:750px) {
    .news-title {
      font-size: 20px;
      margin-bottom: 6px;
      color: #000;
    }
    .news-title:hover{
        color: #013b84;
    }
    .news-des {
      font-size: 16px;
      color: #666;
      overflow: hidden;
      text-overflow: ellipsis;
      /* white-space: nowrap; */
    }
    .capelable-news-list{
      margin-left: 19px;
      width: 97%;
    }
  }
  @media screen and (max-width: 750px) {
    .capelabel-news-top {
      margin-top: 10px;
    }
    .pdoduct-list-goods{
      display: none;
    }
    .news-title {
      font-size: 16x;
      margin-bottom: 6px;
      color: #000;
    }
    .news-des {
      font-size: 14px;
      color: #666;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .capelable-news-list{
      margin-left: 17px;
    }
    .capelable-news-list li{
      width: 105%;
    }
  }