 .area button{
    background: #0072b8;
    color: #fff;
    padding: 8px 25px;
    border-radius: 2px;
    cursor: pointer;
    margin-top: 20px;
  }
  .area img{
    position: relative;
    width: 15px!important;
    height:15px!important;
    top:-2px;
    left:5px;
  }
  .allcompany{
    display: flex;
    width: 95%;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: flex-start;
  }
  .allcompany ul{
     display: inline-flex;
     width: 28%;
     margin: 12px;
     border: 1px solid #efefef;
     flex-wrap: wrap;
     padding: 10px;
     justify-content: space-between;
     color: #999;
     border-radius:5px;
     cursor: pointer;

  }
  .allcompany ul:hover{
     border: 1px solid #0072b8;
  }
  .allcompany ul li{
     display:flex;
     width: 100%;
     line-height: 25px;
  }
  .allcompany .title{
    font-weight: bold;
    font-size: 16px;
    color: #666;
  }
  .allcompany ul li:nth-child(3){ 
    margin-top:20px;
  }
  .cur{color: red!important;}