.Category-type a {
  color: #575756;
}

.Category-type a:hover {
  color: #575756;
  text-decoration: none;
}

.Category-type .box .box-content h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  min-height: 64px;
  margin-bottom: 10px;
}

.Category-type .box .box-content p {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  min-height: 106px;
}

.Category-type .box .box-content .btnBlue {
  color: #fff;
}
