.g-path {
  margin: 10px auto;
}
.g-path .breadcrumb {
  width: 100%;
}
.g-pagination {
  margin: 7.5px 0 10px;
}
.category-list {
  padding: 15px;
  background: #fff;
}
.category-listbefore,
.category-list:after {
  content: " ";
  display: table;
  zoom: 1;
}
.category-list:after {
  clear: both;
}
.category-list .category-item {
  float: left;
  padding: 0 5px;
}
.category-list .category-item .des a {
  display: block;
  text-align: center;
  color: #333;
  font-size: 12px;
}
.category-list .category-item img {
  width: 80px;
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.category-list .category-item:nth-of-type(1) {
  padding-left: 0;
}
.category-list .category-item:nth-last-of-type(1) {
  padding-right: 0;
}
.category-list .category-item > div {
  padding: 8px 5px;
}
.category-list .category-item > div:hover {
  background: #f5f5f5;
}
.category-list .category-item > div:hover .des a {
  color: #1D428A;
}
.category-list .active > div {
  background: #f5f5f5;
}
.category-list .active > div .des a {
  color: #1D428A;
}
.list-box {
  margin: 0 auto;
}
.list-boxbefore,
.list-box:after {
  content: " ";
  display: table;
  zoom: 1;
}
.list-box:after {
  clear: both;
}
.list-box .list-item {
  padding: 2.5px;
}
.list-box .list-item .thumbnail {
  margin: 0;
  border: none;
  border-radius: 0;
}
.list-box .list-item .thumbnail:hover .caption .mode,
.list-box .list-item .thumbnail:hover .caption .des {
  color: #1D428A;
}
.list-box .list-item .thumbnail .img-box {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  /* 根据图片高宽比设置向下内边距  高/宽 */
  background: #f5f5f5;
}
.list-box .list-item .thumbnail .img-box img {
  max-width: 100%;
  height: auto;
  display: block;
}
.list-box .list-item .thumbnail .img-box {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  /* 根据图片高宽比设置向下内边距  高/宽 */
  background: #f5f5f5;
}
.list-box .list-item .thumbnail .img-box img {
  width: 100%;
}
.list-box .img-box .img2 {
  display: none;
}
.list-box .img-box:hover .img1 {
  display: none;
}
.list-box .img-box:hover .img2 {
  display: block;
}
.list-box .list-item .thumbnail .caption {
  padding: 30px 50px;
}
.list-box .list-item .thumbnail .caption .mode {
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.list-box .list-item .thumbnail .caption .des {
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  line-height: 22px;
  height: 44px;
  text-align: center;
  font-size: 14px;
  color: #333;
  background: linear-gradient(to right, #1D428A, #1d78cc) no-repeat right bottom;
  background-size: 0 1px;
  transition: background-size 500ms;
}
.list-box .list-item .thumbnail .caption .des:hover {
  background-position-x: left;
  background-size: 100% 1px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .list-box .list-item:nth-of-type(2n + 1) {
    padding-left: 0;
  }
  .list-box .list-item:nth-of-type(2n + 2) {
    padding-right: 0;
  }
}
@media screen and (max-width: 1600px) {
  .list-box .list-item .thumbnail .caption {
    padding: 15px 8px;
  }
  .list-box .list-item .thumbnail .caption .mode {
    font-size: 14px;
  }
  .list-box .list-item .thumbnail .caption .des {
    background: linear-gradient(to right, #1D428A, #1d78cc) no-repeat right bottom;
    background-size: 0 1px;
    transition: background-size 500ms;
    font-size: 14px;
  }
  .list-box .list-item .thumbnail .caption .des:hover {
    background-position-x: left;
    background-size: 100% 1px;
  }
}
/*# sourceMappingURL=product-list.css.map */