/* 左侧产品菜单导航栏目样式 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) {
    .p-22{
      font-size: 22px;
    }
  }
  @media screen and (max-width:750px) {
    .p-22{
      font-size: 16px;
    }
    .list-group-two{
      font-size: 10px;
    }
    .list-group-item{
      padding:0.55rem 0.05rem;
    }
  }

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

  .capalable-newsDec-row h4 {
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #010101;
  }
  @media screen and (max-width: 750px) {
    .mobil-bread {
      padding-left: 6px;
      padding-right: 6px;
    }
    .capelabel-product- {
      padding-right: 22px;
    }
    .capelabel-newsDec-top {
      margin-top: 10px;
    }
    .capelabel-product-left-Image {
      padding-left: 6px;
      padding-right: 6px;
    }
    .capelabel-tag-item {
      padding-left: 2px !important;
      padding-right: 2px !important;
      height: 38px !important;
      text-align: center !important;
    }
  }
  /* .capelabel-tag-list .capelabel-tag-item:nth-of-type(1) p {
    background-color: #013b84;
  } */
  .capelabel-tag-item p {
    background-color: #686868;
    color: #fff;
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 4px;
    text-align: center !important;
  }
  .tag-color {
    background-color: #013b84 !important;
  }
  @media screen and (max-width: 750px) {
    .productList{
      display: none;
    }
    .capelabel-tag-list {
      margin-top: 0px;
    }
    .capelable-fault-list{
      padding-left: 35px;
    }
    #fault-model img{
      width: 100%;
    }
  }
  
  /* 故障列表 */
  .capelable-fault-list {
    width: 100%;
    font-size: 17px;
    color: #000;
    padding-left: 33px;
  }
  .capelable-fault-list li{
    margin-top: 20px;
  }
  @media screen and (min-width: 750px) {
    
    .capelable-fault-list li a {
      display: block;
      text-align: left;
      text-decoration: none;
      padding-left: 15px !important;
      padding-right: 15px !important;
      cursor: pointer;
    }
    .fault-title {
      font-size: 18px;
      font-family: 微软雅黑;
      color: #000;
      font-weight: 580;
      margin-bottom: 0px;
    }
    .capelable-fault-list li a .fault-title:hover {
      color: #003b81 !important;
    }
    .fault-sub-title {
      width: 100%;
      font-size: 16px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: #525252;
    }
  
  }
  @media screen and (max-width: 750px) {
    .capalable-fault-row {
      margin-top: 15px;
    }
    .fault-title {
      font-size: 16px;
      font-family: 微软雅黑;
      color: #000;
      margin-bottom: 0px;
    }
    .fault-sub-title {
      width: 100%;
      font-size: 14px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: #525252;
    }
    .capelable-fault-list li a {
      display: block;
      text-align: left;
      text-decoration: none;
      padding-left: 2px;
      padding-right: 2px;
    }
  }
  .cur-item {
    background-color: #013b84 !important;
  }