/* 面包屑导航样式 */
.breadcrumb-container {
  background-color: #f8f9fa;
  padding: 15px 0;
  margin-top: 56px;
}

.breadcrumb {
  margin-bottom: 0;
}

.breadcrumb-item a {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 15px;
  color: #333333;
  line-height: 21px;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #333333;
}

/* 案例详情内容样式 */
.address-detail-container {
  background-color: white;
  padding: 40px 0 60px;
}

.address-detail-content {
  max-width: 1200px;
  margin: 0 auto;
  /* padding: 0 15px; */
}

.address-title {
  font-family: PingFangSC, PingFang SC;
  margin-bottom: 50px;
  font-weight: 600;
  font-size: 32px;
  color: #333333;
  line-height: 45px;
}


.address-text {
  /*font-family: PingFangSC, PingFang SC;*/
  /*font-weight: 400;*/
  /*font-size: 16px;*/
  /*color: #666666;*/
  /*line-height: 32px;*/
}

.region{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 22px;
    color: #333333;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    margin-bottom: 20px;
}
.address{
    font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 18px;
color: #666666;
line-height: 24px;
text-align: left;
font-style: normal;
margin-bottom: 50px;
}