@charset "UTF-8";
/**
 * 龙游门户-咨询服务
 * date: 2025-03-26
 * author: qcn;
 */
html,
body {
  height: 100%;
}

.has-footer {
  background: url("../images/bg.jpg") no-repeat center 143px;
  background-size: cover;
}

.content {
  background: none;
}

.hdl {
  margin-bottom: 12px !important;
  width: calc((100% + 16px) / 4 - 16px) !important;
}
.hdl span {
  display: inline-block;
  height: 100%;
}
.hdl:nth-child(3n+1) {
  margin-left: 16px !important;
}
.hdl:nth-child(5n+1) {
  margin-left: 0 !important;
}
.hdl:nth-child(1) span {
  background: url("../images/service/icon1.png") left center no-repeat !important;
}
.hdl:nth-child(2) span {
  background: url("../images/service/icon2.png") left center no-repeat !important;
}
.hdl:nth-child(3) span {
  background: url("../images/service/icon3.png") left center no-repeat !important;
}
.hdl:nth-child(4) span {
  background: url("../images/service/icon4.png") left center no-repeat !important;
}
.hdl:nth-child(5) span {
  background: url("../images/service/icon5.png") left center no-repeat !important;
}

.bd {
  margin-top: 4px;
}

.main {
  min-height: 411px;
  padding: 55px 36px 50px;
  margin-left: 0;
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.card-item {
  width: calc((100% + 28px) / 3 - 28px);
  border-radius: 6px;
  background: #FFF;
  -webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
  margin-left: 28px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.card-item:nth-child(3n+1) {
  margin-left: 0;
}
.card-item:nth-child(n+4) {
  margin-top: 20px;
}
.card-hd {
  height: 58px;
  padding: 0 20px;
  line-height: 58px;
  background: url("../images/consult/item-title-bg.png") no-repeat center;
  background-size: 100% 100%;
}
.card-hd > span {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  width: 100%;
}
.card-bd {
  height: calc(100% - 58px);
  padding: 15px 15px 18px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.card-text {
  line-height: 21px;
  height: 168px;
  overflow: auto;
  text-align: left;
}
.card-more {
  height: 30px;
  font-size: 14px;
  padding: 0 15px;
  line-height: 28px;
  color: #2264C6;
  border-radius: 30px;
  display: inline-block;
  border: 1px solid #2264C6;
  margin-top: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.card-more:hover {
  color: #fff;
  background: #1971F4;
  border-color: #1971F4;
}
.card-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 21px;
}
.card-row + .card-row {
  margin-top: 12px;
}
.card-field {
  color: #666;
  width: 57px;
  text-align: justify;
  text-justify: inter-word;
  -moz-text-align-last: justify;
       text-align-last: justify;
  position: relative;
}
.card-field::after {
  content: ":";
  position: absolute;
  top: 50%;
  right: -5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px;
  color: #666;
}
.card-value {
  padding-left: 19px;
  width: calc(100% - 57px);
  text-align: left;
}

@media (max-width: 880px) {
  .card-item {
    width: calc((100% + 28px) / 2 - 28px);
    margin-left: 28px !important;
  }
  .card-item:nth-child(2n+1) {
    margin-left: 0 !important;
  }
  .card-item:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media (max-width: 680px) {
  .hdl {
    width: calc((100% + 16px) / 2 - 16px) !important;
  }
  .hdl:nth-child(3n+1) {
    margin-left: 16px !important;
  }
  .hdl:nth-child(2n+1) {
    margin-left: 0 !important;
  }
  .item-title {
    max-width: unset !important;
  }
}
@media (max-width: 580px) {
  .main {
    padding: 36px;
  }
  .card-item {
    width: 100%;
    margin-left: 0 !important;
  }
  .card-item:nth-child(n+2) {
    margin-top: 20px;
  }
}