.lcBoxNew{
    overflow: hidden;
    margin-bottom: 50px;
  }
  .lcTitleNew{
    padding-bottom:10px;
    border-bottom: 1px solid #ccc;
    margin: 40px 40px 20px;
  }
  .lcBoxNew .listTitle li{
    background-color: #f2fbf7;
    color: #000;
    border-bottom: 1px solid #e5eeea;
  }
  .lcBoxNew .fdCmpeClist .fdDet li{
    background-color: #fff;
    border-bottom: 1px solid #e5eeea;
    border-right: 1px solid #e5eeea;
  }
  .lcBoxNew .fdCmpeClist .fdDet li:first-child{
    font-weight: bold;
  }
  .lcBoxNew .listTitle{
    border-left: 1px solid #e5eeea;
  }
  .lcBoxNew ul{
    border-top: 1px solid #e5eeea;
  }
  .lcBoxNew .fdCmpeClist .fdDet li.colorBlue{
    color: #557bdf;
  }
  .lcBoxNew .fdCmpeClist .fdDet li.colorRed{
    color: #e64047;
  }


  @media screen and (max-width:800px){
    .lcTitleNew{
      margin: .2rem .5rem;
      font-size: .4rem;
      padding-bottom: .1rem;
    }
    .fdCmpeClist{
      margin: .2rem .5rem;
      font-size: .25rem;
      width: 87%;
      overflow-x: scroll;
    }
    .scrollBox{
      min-width: 200%;
    }
    .listTitle,#compList{
      float: left;
    }
    #compList ul{
      float: left;
    }
    .lcBoxNew .listTitle li{
      line-height: .7rem;
      padding: 0 .3rem;
      min-width: 2rem;
    }
    #compList ul li{
      line-height: .7rem;
      padding: 0 .3rem;
      min-width: 2rem;
    }
  }