.p-debt h2 {
  font-size: 24px;
  text-align: center;
  padding: 60px 0 60px;
}
.debt-banner {
  height: 260px;
  background: url(../../image/chain/service/debt-banner.jpg) no-repeat right 0 #303F42;
  background-size: auto 100%;
}
.debt-banner h1 {
  display: inline-block;
  margin-right: 20px;
}
.debt-banner .m-banner-left {
  height: 260px;
}
.debt-banner-tit-sub {
  font-size: 14px;
  line-height: 2.5;
  color: #00ABE1;
  display: inline-block;
  vertical-align: bottom;
  color: #ABEEFF;
  opacity: .5;
}
.strength-list {
  padding-bottom: 35px;
  margin-left: -5.3%;
}
.strength-list li {
  text-align: center;
  float: left;
  width: 28%;
  margin-left: 5.3%;
  line-height: 2;
}
.strength-list i {
  display: inline-block;
  width: 86px;
  height: 86px;
  background: url(../../image/chain/service/debt-icon.png);
}
i.debt-icon-2 {
  background-position: -106px 0;
}
i.debt-icon-3 {
  background-position: -204px 0;
}
.strength-list h3 {
  font-size: 18px;
}
.strength-list p {
  color: #666;
  margin-top: 5px;
}
.debt-list li {
  width: 100%;
  border: 1px solid #CCC;
  margin-bottom: 50px;
}
.debt-img {
  display: table-cell;
  vertical-align: middle;
  width: 41%;
  text-align: center;
  padding: 20px;
}
.debt-con {
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
}
.debt-con h3 em {
  font-size: 18px;
  font-weight: bold;
}
.debt-con h3 span {
  color: #999;
  font-size: 14px;
  padding-left: 10px;
}
.debt-profit {
  font-size: 16px;
  color: #000;
  margin-top: 25px;
}
.debt-desc {
  color: #666;
  line-height: 24px;
  margin-top: 5px;
}
.debt-case {
  background: #F4F6F8;
  border-top: 1px solid #CCC;
  color: #2C5871;
}
.debt-case-img {
  display: table-cell;
  vertical-align: top;
  width: 41%;
  text-align: center;
  padding: 20px;
}
.debt-case-img h4 {
  font-size: 18px;
  text-align: left;
  margin-bottom: 20px;
}
.debt-case-con {
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
}
.debt-case-con h5 {
  border-bottom: 1px solid #2C5871;
  font-size: 18px;
  padding-bottom: 8px;
}
.debt-case-con table {
  border-top: 1px solid #000;
}
.debt-case-con td {
  vertical-align: top;
  border-top: 1px solid #E0E1E2;
  padding: 15px 0;
}
.debt-directories {
  padding-bottom: 32px;
}
.directories {
  width: 32%;
  height: 250px;
  margin-right: 10%;
  border-bottom: 1px solid #DBDBDB;
}
/* .directories .no-data {
	padding-top: 100px;
	padding-bottom: 0;
	padding-left: 0;
	background-position: center 20px;
} */

.directories dt, .debt-title, .directories dd {
  padding-left: 18px;
}
.directories dt {
  line-height: 42px;
  font-weight: bold;
  border-bottom: 1px solid #DBDBDB;
}
.directories dd {
  line-height: 52px;
}
.directories dd + dd {
  border-top: 1px dashed #DBDBDB;
}
.debt-title {
  border-bottom: thin solid #0086D1;
}
.debt-title h3 {
  font-size: 20px;
  line-height: 50px;
}
.debt-title a {
  font-size: 14px;
  line-height: 50px;
  color: #00ABE1;
}
.risk {
  width: 400px;
  padding: 30px 90px;
  text-align: center;
  color: #2C5871;
  background-color: #F4F4F4;
  border-radius: 10px;
}
.risk i {
  font-size: 60px;
  line-height: 1;
  color: #F8B500;
}
.risk h2 {
  font-size: 24px;
  line-height: 1;
  padding: 15px 0 20px;
  color: #2C5871;
}
.risk p {
  font-size: 18px;
  line-height: 2;
  color: #2C5871;
}
@media screen and (max-width: 999px) {
}
@media screen and (max-width: 767px) {
  .debt-banner-tit-sub {
    border-bottom: 1px solid #FFF;
    display: block;
  }
  .debt-img, .debt-case-img {
    display: block;
    width: auto;
  }
  .risk p {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .debt-banner-tit-sub {
    font-size: 12px;
  }
  .debt-banner .m-banner-desc {
    font-size: 12px;
    line-height: 1.8;
  }
  .debt-title-txt {
    margin-top: 10px;
  }
  .strength-list {
    margin-left: 0;
  }
  .strength-list li {
    float: none;
    margin-left: 0;
    width: auto;
    margin-bottom: 40px;
  }
  .risk p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1020px) {
  .debt-directories {
    width: 94%;
  }
  .directories {
            box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    margin-right: 0;
  }
  .risk {
            box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    margin-top: 32px;
    padding: 30px 5%;
  }
}