/* å˜é‡ START */
/* å˜é‡ END */
.cardList .item {
  width: 370px;
  float: left;
  margin-bottom: 55px;
    height: 112px;
  overflow: hidden;
}
.cardList .imgbox {
  margin-left: 2px;
  width: 178px;
  float: left;
}
.cardList .imgbox img {
  display: block;
  width: 100%;
  box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.1);
}
.cardList .cardInfo {
  float: left;
  width: 190px;
  padding-left: 25px;
  padding-right: 5px;
}
.cardList .title {
  color: #000;
  margin-bottom: 5px;
  /* line-height: 16px; */
}
.cardList .subtit {
  color: #666;
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cardList .link_detail {
  color: #EA4120;
  font-size: 14px;
  line-height: 24px;
  display: block;
}
.cardList .btn_appointment {
  width: 98px;
  height: 30px;
  background: #EA4120;
  margin-top: 5px;
}
.cardList .hui {
  color: #666;
}
.cardList .bhui {
  background: #999999;
}
@media (max-width: 767px) {
  .cardList {
    padding-top: 0;
  }
  .cardList .item {
    width: 100%;
    margin-bottom: 0.55rem;
  }
  .cardList .imgbox {
    width: 40%;
    margin-left: 0;
  }
  .cardList .cardInfo {
    width: 60%;
    padding-left: 0.4rem;
    padding-right: 0;
  }
  .cardList .title {
    font-size: 0.36rem;
    line-height: 0.48rem;
    margin-bottom: 0;
  }
  .cardList .link_detail,
  .cardList .subtit {
    font-size: 0.26rem;
    line-height: 0.4rem;
    height: 0.4rem;
  }
  .cardList .btn_appointment {
    width: 1.58rem;
    height: 0.48rem;
    margin-top: 0.05rem;
  }
}

/*# sourceMappingURL=tpCreditCard.css.map */
