@charset "UTF-8";
/**
 * 咨询回复
 * date:2023-10-16
 * author: zhaodq
 */
.main {
  padding-bottom: 30px;
}

.sub-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  min-height: 643px;
  padding: 40px 40px 30px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.card {
  width: 250px;
  height: 266px;
  margin-right: 40px;
  margin-top: 40px;
  text-align: center;
  background: url("../images/credit_info/card_bg.jpg") top center no-repeat;
  border: 2px solid transparent;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.card:hover {
  border-color: #258DFF;
}
.card-inner {
  display: block;
  height: 100%;
  padding-top: 43px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.card:nth-child(-n+4) {
  margin-top: 0;
}
.card:nth-child(4n+4) {
  margin-right: 0;
}
.card-logo {
  width: 120px;
  height: 128px;
  margin: 0 auto 21px;
}
.card-logo img {
  width: 100%;
  height: 100%;
}
.card-title {
  color: #333;
  font-size: 24px;
  line-height: 36px;
}