.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );}.elementor-27303 .elementor-element.elementor-element-cdf29a3{margin-top:0px;margin-bottom:0px;}.elementor-27303 .elementor-element.elementor-element-3317c39{width:var( --container-widget-width, 105.566% );max-width:105.566%;--container-widget-width:105.566%;--container-widget-flex-grow:0;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-27303 .elementor-element.elementor-element-838fcff{width:20.163%;}.elementor-27303 .elementor-element.elementor-element-1ae6ef5{width:79.502%;}}/* Start custom CSS for sidebar, class: .elementor-element-3317c39 */.nav-menu {
    list-style-type: none; /* 移除列表项的默认标记 */
    padding: 0; /* 移除默认的内边距 */
    margin: 0; /* 移除默认的外边距 */
    width: px; /* 设置导航菜单的宽度 */
  }

  /* 定义导航菜单项的样式 */
  .nav-menu li {
    padding: 0px 0; /* 设置列表项的内边距 */
    border: 1px solid #ccc; /* 设置列表项之间的边框 */
    background-color:#e5124c; /* 设置背景颜色 */
    margin-bottom: 10px;
  }

  /* 定义超链接的样式 */
  .nav-menu a {
    text-decoration: none; /* 移除下划线 */
    color: #000000; /* 设置文字颜色 */
    display: block; /* 使链接显示为块级元素 */
    padding: 5px 12px; /* 设置内边距 */
  }

  /* 当鼠标悬停在链接上时的样式 */
  .nav-menu a:hover {
    background-color: #ecf3f3; /* 设置背景颜色 */
    color: #000000
  }

  
.sidebar h2 {
    margin: 0 0 20px; /* 标题的外边距 */
    font-size: 1.5em; /* 标题字体大小 */
  }/* End custom CSS */
/* Start custom CSS */.divider{
    height: 10px !important;
}/* End custom CSS */