.hr-border-primary {
    border-color: var(--theme2) !important;
}

.margin-bottom {
    margin-bottom: 50px !important;
}

.amap-icon img,
.amap-marker-content img {
    width: 25px !important;
    height: 34px !important;
}

.marker {
    position: absolute;
    top: -20px;
    right: -118px;
    color: #fff;
    padding: 4px 10px;
    box-shadow: 1px 1px 1px rgba(10, 10, 10, .2);
    white-space: nowrap;
    font-size: 12px;
    background-color: #25A5F7;
    border-radius: 3px;
}

.amap-marker-label {
    background-color: var(--theme2);
    border-color: var(--theme2);
    color: var(--white);
    height: 30px;
    line-height: 23px;
}

.ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.ellipsis-two {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.auto-wrap {
    word-wrap: break-word; /* 旧版本浏览器支持 */
    overflow-wrap: break-word; /* 标准属性 */
}

.culture {
    flex: 1 1 25%; /* 每个item占据25%的宽度，确保每行四个 */
    box-sizing: border-box; /* 包含padding和border在内的总宽度计算在内 */
    padding: 10px; /* 可选，为元素添加内边距 */
    /*border: 1px solid #ccc; !* 可选，为元素添加边框 *!*/
}

.culture_img {
    width: 100%;
    height: 100%;
}

.culture_content {
    background-color: #f8f8fa;
    padding: 5px 10px;
    height: 100%;
}
.culture_content_title{
    color: var(--theme2);
    margin-left: 10px;
}
.culture_content_text{
    padding: 10px;
}
.culture_content_icon{
    background-color: var(--theme2);
    width: 4px;
}