.dz-rich-text a {
    color: #666666;
    text-decoration: none;
}

.dz-rich-text .alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}

.dz-rich-text .aligncenter {
    margin: 0 auto;
    display: block;
}

.dz-rich-text .alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}

.dz-rich-text ul li {
    list-style: none;
}

/** 文章内容 */
.dz-rich-text {
    background: #FFFFFF;
    word-break: break-word;
    font-size: 18px;
  
    font-weight: normal;
    color: #666666;
    line-height: 34px;
}

.dz-rich-text img {
    max-width: 100%;
    border-radius: 4px;
    height: auto;
    display: block;
    /* margin-bottom: 24px !important; */
}

/* .dz-rich-text p>img {
    margin-bottom: 0 !important;
} */

.dz-rich-text pre {
    margin: 0;
    padding: 0;
}

.dz-rich-text a {
    font-size: 18px;
     
    font-weight: normal;
    color: #00368C;
    line-height: 34px;
}

.dz-rich-text a:hover {
    text-decoration: underline;
}

.dz-rich-text p,
.dz-rich-text section {
    font-size: 18px;
    font-weight: normal;
    color: #666666;
    line-height: 34px;
    margin: 0 0 24px 0 !important;
}

.dz-rich-text ul {
    padding-left: 36px;
	margin-top: 0;
	margin-bottom: 24px !important;
}

.dz-rich-text ul li {
    list-style: disc;
}

.dz-rich-text h1,
.dz-rich-text h2,
.dz-rich-text h3,
.dz-rich-text h4,
.dz-rich-text h5,
.dz-rich-text h6 {
    margin-top: 0;
    color: #111111;
    font-weight: bold;
    line-height: 1.5;
}

.dz-rich-text b,
.dz-rich-text strong {
    color: #555555;
}

.dz-rich-text h1 {
    font-size: 1.5em;
    margin-bottom: 12px !important;
}

.dz-rich-text h2 {
    font-size: 1.4em;
    margin-bottom: 12px !important;
}

.dz-rich-text h3 {
    font-size: 1.17em;
    margin-bottom: 12px !important;
}

.dz-rich-text h4 {
    font-size: 18px;
    margin-bottom: 6px !important;
}

.dz-rich-text h5 {
    font-size: 0.83em;
    margin-bottom: 6px !important;
}

.dz-rich-text h6 {
    font-size: 0.67em;
    margin-bottom: 6px !important;
}

.dz-rich-text>*:last-child {
	margin-bottom: 0 !important;
}

.dz-rich-text .elementor-widget-container>*:last-child {
	margin-bottom: 0 !important;
}