.footer{
  background:#262626;
  color:#BFBFBF;
  box-sizing: border-box;
  padding:67px 159px 40px 150px;
}

.footerTitle{
    font-size: 24px;
    color: #FFFFFF;
    margin-bottom:17px;
}
.footerContent{
  width: auto;
  max-width: 200px;
    font-size:18px;
    margin:10px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.content{
  margin-right:20px;
  width:auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.icp{
  color:#BFBFBF;
}