@charset "UTF-8";
/* 主题色 */
/* 工匠人物列表 */
.craftsman {
  overflow: hidden;
  background-color: #eeeeef;
}
.craftsman .list {
  margin-top: 30px;
  margin-right: -30px;
  overflow: hidden;
}
.craftsman .list .item {
  float: left;
  border: 1px solid #dbdbdb;
  margin-top: 40px;
  margin-right: 30px;
  width: 380px;
  border-radius: 10px;
  overflow: hidden;
}
.craftsman .list .item .img {
  height: 185px;
}
.craftsman .list .item .img img {
  width: 100%;
}
.craftsman .list .item .info {
  overflow: hidden;
  height: 198px;
  background-color: #fff;
  padding: 0 30px;
}
.craftsman .list .item .info .tit {
  margin-top: 28px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
}
.craftsman .list .item .info .intro {
  margin-top: 10px;
  height: 52px;
  font-size: 13px;
  line-height: 26px;
  color: #595858;
}
.craftsman .list .item .info .b-btn {
  margin-top: 25px;
  text-align: center;
}
.craftsman .list .item .info .b-btn .btn {
  width: 120px;
  height: 30px;
  line-height: 28px;
  font-size: 13px;
}
.craftsman .my-paginator {
  margin: 56px 0;
}

/*# sourceMappingURL=craftsmanCase.css.map */
