.company-hot {
  color: whitesmoke;
  display: flex;
  margin-top: 60px;
}

.company-hot-left {
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.82);
  border-radius: 5px;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  padding: 5px 0px 5px 5px;
  margin-right: 20px;
  text-align: center;
  flex-basis: 60px;
}

.cpmpany-hot-list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.cpmpany-hot-list a {
  padding: 4px 0;
  color: rgb(224, 224, 224);
}

.cpmpany-hot-list-item {
  margin: 0px 20px 10px 0px;
  font-size: 14px;
  line-height: 16px;
  color: whitesmoke;
  border-bottom: 1px solid transparent;
}

.cpmpany-hot-list-item:hover {
  color: white;
  border-bottom: 1px solid white;
}
