@charset "utf-8";
.article-show-1004 {
    width: 100%;
    height: auto;
    position: relative;
}

.article-show-1004 .show-content {
    width: 100%;
    height: auto;
}

.article-show-1004 .show-content .title {
    width: 100%;
    height: auto;
    text-align: center;
}

.article-show-1004 .show-content .title h1 {
    line-height: 1.5em;
}

.article-show-1004 .show-content .date {
    text-align: center;
}

.article-show-1004 .show-content .content {
    line-height: 2em;
}

.article-show-1004 .show-content .content p {
    margin-bottom: 10px;
}