.detail-bar {
  width: 100%;
  height: 80px;
  line-height: 80px;
  background: #f6f7f9;
}

.detail-bar p {
  color: #363636;
  font-size: 14px;
}

.detail-bar p span {
  font-size: 14px;
  color: #3d59ab;
}

.case-detail, .news-detail {
  background: #fff;
  padding-bottom: 100px;
}

.case-detail .detail-title, .news-detail .detail-title {
  padding: 60px 0 79px 30px;
  font-size: 24px;
  color: #3d59ab;
  position: relative;
  font-weight: normal;
}

.case-detail .detail-title::before, .news-detail .detail-title::before {
  display: block;
  content: '';
  width: 13px;
  height: 48px;
  background: #3d59ab;
  position: absolute;
  top: 50px;
  left: -4px;
}

.case-detail .ews-detail-title, .news-detail .ews-detail-title {
  color: #171924FF;
  font-size: 24px;
  margin: 60px 0 30px;
  font-weight: normal;
}

.case-detail .new-date span, .news-detail .new-date span {
  font-size: 14px;
  color: #999999FF;
}

.case-detail .new-date .line, .news-detail .new-date .line {
  padding: 0 24px 0 10px;
}

.case-detail .detail-content, .news-detail .detail-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 72px;
  padding-top: 40px;
}

.case-detail .detail-content .detail-row, .news-detail .detail-content .detail-row {
  font-size: 16px;
  line-height: 30px;
  padding: 40px 0 86px;
  color: #363636;
}

.case-detail .detail-content .detail-row h4, .news-detail .detail-content .detail-row h4 {
  font-weight: normal;
  color: #363636;
  font-size: 18px;
}

.case-detail .detail-content .detail-row p, .news-detail .detail-content .detail-row p {
  font-size: 16px;
  line-height: 30px;
  color: #363636;
}

.case-detail .detail-content .detail-img, .news-detail .detail-content .detail-img {
  text-align: center;
}

.case-detail .detail-right, .news-detail .detail-right {
  width: 286px;
  margin-top: 60px;
}

.case-detail .detail-right .right-img, .news-detail .detail-right .right-img {
  width: 286px;
  height: 160px;
  margin-bottom: 20px;
  position: relative;
}

.case-detail .detail-right .right-img .txt, .news-detail .detail-right .right-img .txt {
  position: absolute;
  left: 25px;
  top: 35px;
}

.case-detail .detail-right .right-img .top p, .news-detail .detail-right .right-img .top p {
  font-size: 24px;
  line-height: 32px;
  color: #3d59ab;
}

.case-detail .detail-right .right-img .top p:last-child, .news-detail .detail-right .right-img .top p:last-child {
  font-size: 20px;
  color: #dad5d5;
  margin-top: 10px;
}

.case-detail .detail-right .right-img .bottom p, .news-detail .detail-right .right-img .bottom p {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
}

.case-detail .detail-right .right-img .bottom p:last-child, .news-detail .detail-right .right-img .bottom p:last-child {
  font-size: 20px;
  color: #fff;
  margin-top: 10px;
}

.case-detail .detail-right .detail-right-news, .news-detail .detail-right .detail-right-news {
  color: #363636;
}

.case-detail .detail-right .detail-right-news h4, .news-detail .detail-right .detail-right-news h4 {
  font-size: 16px;
  color: #363636;
  padding-bottom: 10px;
  border-bottom: 2px solid #e1e1e2;
  position: relative;
  font-weight: normal;
}

.case-detail .detail-right .detail-right-news h4::before, .news-detail .detail-right .detail-right-news h4::before {
  display: block;
  content: '';
  width: 67px;
  height: 3px;
  background: #3d59ab;
  position: absolute;
  left: 0;
  bottom: -2px;
}

.case-detail .detail-right .detail-right-news ul li, .news-detail .detail-right .detail-right-news ul li {
  color: #363636;
  font-size: 14px;
  padding: 10px 0;
  border-bottom: 1px solid #e1e1e2;
}

.case-detail .detail-right .detail-right-news ul li a, .news-detail .detail-right .detail-right-news ul li a {
  color: #363636;
  font-size: 14px;
}
/*# sourceMappingURL=detail.css.map */