.person-b {
  background: url(../images/details/case_banner.jpg) no-repeat center center;
  background-size: cover;
}
.casedetail {
  padding-top: 100px;
}
.casedetail .casedetail-head {
  margin-bottom: 30px;
}
.casedetail .casedetail-head h3 {
  color: #1e1e1e;
  font-size: 28px;
  font-weight: 900;
}
.casedetail .c-h-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.casedetail .c-h-tit .c-h-t-img {
  background: #ffffff;
  padding-right: 20px;
}
.casedetail .c-h-tit .c-h-t-img img {
  width: 70px;
}
.casedetail .c-h-tit .c-h-t-img::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000000;
  top: 18px;
  left: 0;
  z-index: -1;
}
.casedetail .c-h-tit .c-h-t-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.casedetail .c-h-tit .c-h-t-time .asi2 {
  background-color: #0048bf;
  border-radius: 11px;
  text-align: center;
  padding-left: 26px;
  padding-right: 26px;
  color: #ffffff;
  height: 18px;
  margin-right: 16px;
  font-size: 12px;
}
.casedetail .c-h-tit .c-h-t-time .bdshare-button-style0-24 .bds_more {
  background-image: url(../images/share.jpg) !important;
}
.casedetail .c-h-tit .c-h-t-time .bdshare-button-style0-24 a {
  background-image: url(../images/share.jpg) !important;
}
.casedetail .c-h-tit .c-h-t-time .bdshare-button-style0-24 .bds_tsina {
  background-position: 0 0 !important;
}
.casedetail .c-h-tit .c-h-t-time .bdshare-button-style0-24 .bds_sqq {
  background-position: -27px 0px !important;
}
.casedetail .c-h-tit .c-h-t-time .bdshare-button-style0-24 .bds_weixin {
  background-position: -53px 0 !important;
}
.casedetail .c-h-tit .c-h-t-time .bdshare-button-style0-24 .bds_tqq {
  background-position: -81px 0 !important;
}
.casedetail .c-h-tit .c-h-t-time .bdshare-button-style0-24 .bds_douban {
  background-position: -108px 0 !important;
}
.casedetail .c-h-tit .c-h-t-time .bdshare-button-style0-24 .bds_douban {
  background-position: -108px 0 !important;
}
.casedetail .c-h-tit .c-h-t-time .bdshare-button-style0-24 .bds_qzone {
  background-position: -136px 0 !important;
}
.casedetail .casedetail-con {
  margin-top: 90px;
  padding-bottom: 90px;
  border-bottom: dashed  1px #d2d2d2;
}
.casedetail .casedetail-con > p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
}
.casedetail .casedetail-con .c-c-img {
  margin-top: 30px;
  margin-bottom: 30px;
}
.casedetail .casedetail-con .c-c-tit {
  margin-top: 40px;
  margin-bottom: 30px;
}
.casedetail .casedetail-con .c-c-tit h3 {
  color: #1e1e1e;
  font-size: 20px;
  font-weight: 900;
}
.casedetail .casedetail-piece {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
  overflow: hidden;
  padding-bottom: 150px;
}
.casedetail .casedetail-piece div {
  width: 450px;
  height: 33px;
  line-height: 33px;
  font-size: 16px;
  padding-left: 14px;
}
.casedetail .casedetail-piece div span {
  display: inline-block;
  float: left;
}
.casedetail .casedetail-piece div a {
  display: inline-block;
  width: 80%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #262626;
}
/*# sourceMappingURL=CaseDetails.css.map */