/*************************** 文章内容页 ********************************/
.art_detail_info {
    overflow: hidden;
    line-height: 1.5;
    padding-bottom: 1rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.art_detail_info .artdet_inf_title {
    width: 100%;
    text-align: center;
    font-size: 2.5rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    padding: 1rem 0.5rem;
}

.art_detail_info .artdet_inf_brief {
    width: 100%;
    text-align: left;
    color: rgba(var(--web-theme-rgba), 0.6);
}

.art_detail_content {
    font-size: 2.0rem;
    line-height: 1.8;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

img {
    max-width: 100%;
}