.elementor-6739 .elementor-element.elementor-element-2bba6c3{--display:flex;}/* Start custom CSS for html, class: .elementor-element-555bfaf *//* 文章容器 */
.article-content {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  max-width: 720px;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
}

/* 段落 */
.article-content p {
  margin-bottom: 1.2em;
}

/* 加粗标题段落 */
.article-content p strong {
  font-weight: 700;
  color: #1a73e8; /* 主色调，可根据品牌色调整 */
}

/* 超链接 */
.article-content a {
  color: #1a73e8;
  text-decoration: none;
  transition: color 0.3s ease;
}

.article-content a:hover {
  color: #0c47b7;
  text-decoration: underline;
}

/* 图片样式 */
.article-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 20px auto;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* 段落内标题突出 */
.article-content p strong:first-child {
  display: block;
  margin-bottom: 8px;
  font-size: 1.1em;
}

/* 联系方式区域 */
.article-content p:last-child {
  margin-top: 2em;
  font-size: 0.95em;
  color: #555;
}/* End custom CSS */