/* 左侧主要内容区域样式 */
.main-content {
  flex: 3;
  background-color: #fff;
}

.breadcrumb {
  color: #999;
  font-size: 14px;
  margin-bottom: 10px;
}

.title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

.tags {
  margin-bottom: 15px;
}

.tag {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  margin-right: 5px;
}

.industry-tag {
    background: #FFEAEC;
        color: #E50012;
}

.ai-tag {
  background: #E9FBF7;
        color: #117865;
}

.subtitle {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #333;
  border-left: 4px solid #007bff;
  padding-left: 10px;
}

.para {
  margin-bottom: 15px;
  text-indent: 2em;
}

.scene-list {
  list-style: inside;
  margin-left: 20px;
  margin-bottom: 15px;
}

/* 右侧侧边栏区域样式 */
.sidebar {
  flex: 1;
  padding: 20px;
}
.related-cases .sidebar-title {
  text-align: center;
  border-bottom: 1px solid #EFEFEF;
  padding-bottom: 20px;
}
.sidebar-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
 
}

.company-info,
.related-cases {
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 12px rgba(126, 126, 126, 0.2);
  padding: 20px;
}

.company-desc {
  margin-bottom: 10px;
  text-indent: 2em;
  font-size: 14px;
}

.industry,
.scale {
  margin-bottom: 10px;
  color: #666;
}

.industry span,
.scale span {
  color: #333;
}

.case-list {
  list-style: none;
  margin-left: 0;
}

.case-list li {
  margin-bottom: 8px;
  font-size: 14px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 20px;

}
.case-list li a {
  color: #666;
  text-decoration: none;
}

.more {
  display: block;
  text-align: right;
  color: #117865;
  text-decoration: none;
  font-size: 14px;
  margin-top: 5px;
}

.more:hover {
  text-decoration: underline;
}
.htmlDom{
  line-height: 30px;
}