.those_things .things_list .content div.text {
  height: auto;
}

.those_things .things_list .content .detail-button {
  margin-top: 16px;
  width: 116px;
  height: 40px;
  border: 1px solid #5281e0;
  border-radius: 8px;
  background-color: #fff;
  cursor: pointer;
}

.those_things .things_list .content .detail-button a {
  color: #5281e0;
}

.those_things .things_list .content .detail-button:hover {
  background-color: #5281e0;
}

.those_things .things_list .content .detail-button:hover a {
  color: #fff;
}

.those_things .things_list .content .ask-button {
  margin-top: 16px;
  margin-left: 12px;
  width: 116px;
  height: 40px;
  border: 1px solid #ff6d01;
  border-radius: 8px;
  color: #ff6d01 !important;
  background-color: #fff;
  cursor: pointer;
}

.those_things .things_list .content .ask-button a {
  color: #ff6d01;
}

.those_things .things_list .content .ask-button:hover {
  background-color: #ff6d01;
}

.those_things .things_list .content .ask-button:hover a {
  color: #fff;
}