.article{
min-height:3.5rem;
margin:auto;
max-width:1000px;
padding: 0.2rem 0 0.4rem;

}
.arti_title {
            text-align: center;
            font-size: 0.24rem;
            line-height: 1.5;
            color: var(--rzc-primary-color)
        }

        .arti_subtitle {
            text-align: center;
            font-size: 0.28rem;
            color: rgb(62, 59, 59);
        }

        .arti_metas {
            margin: 0.2rem 0;
            text-align: center;
            font-size: 0.16rem;
            color: #666;
        }

        .arti_metas span {
            margin: 0 0.1rem;
        }

        .read img {
            max-width: 100%;
height:auto!important
        }

        .read {
            margin-top: 0.4rem;
        }

        @media screen and (max-width: 800px) {
            .arti_title {
                font-size: 0.36rem;
            }
.article{
min-height:50vh
}
.wp_articlecontent .p_text_indent_32{
text-indent:inherit
}
table{
max-width:100%
}
        }