a:hover {
  text-decoration: none !important;
}
p {
  margin: 0 !important;
}

.custom-box {
  background: #fff;
}

.custom-list {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.custom-list h3 {
  font-size: 28px;
  padding: 15px 0;
  color: #0060aa;
  text-align: center;
}

.custom-list ul li {
  float: left;
  width: 390px;
  margin: 5px;
}

.custom-list p {
  text-align: center;
  font-size: 16px;
}

.custom-list .custombox {
  padding-top: 30px;
  border: 1px solid #eee;

  min-height: 100px;
}

.custom-list .custombox p {
  padding: 5px;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .custom-list .custombox p {
    padding: 5px;
    font-size: 14px;
  }
}

.trainList {
  padding: 15px 0;
}
.trainTitle strong {
  color: #e4393c;
}
.trainTitle p {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.cp1 li {
  background: #fff;
  padding: 15px;
}
.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: keep-all;
}
.product-item-list:hover {
  border: 1px solid #ee6658;
}
.product-item-list {
  padding: 5px;
  border: 1px solid #eee;
  border-radius: 10px;
  box-sizing: border-box;
}
.product-info-content .text-name {
  font-size: 16px;
  color: black;
}
.product-info-content .text-category {
  font-size: 14px;
  color: gray;
}
.product-info-content .price {
  color: #f00;
}
.product-info-content .text-time {
  font-size: 14px;
  color: black;
}
.findMore a {
  display: block;
  text-align: center;
  font-size: 14px;
}
