html {
    font-size: 62.5%;
}

body, ul, ol, li, dt, dd {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 14px;
    font-size: 1.4rem;
}

.wrapper {
    width: 90%;
    margin: 0 auto;
    font-family: 'Î¢ÈíÑÅºÚ','ËÎÌå';
}

.article-title {
    text-align: center;
}

p {
    text-indent: 1em;
    text-indent: 1rem;
}

.article-no-indent {
    text-indent: 0;
    margin: 5px 0;
    margin: 0.5rem 0;
    font-weight: 700;
}

li {
    text-indent: 1em;
}

ol li {
    padding: 5px 0;
    list-style: none;
}

ul li {
    list-style: none;
}

.banish-info {
    margin: 0;
}

    .banish-info dd {
        text-indent: 2em;
        text-indent: 2rem;
    }

ul.commen-ul {
    padding: 0;
}

.commen-ul li {
    list-style: none;
    text-indent: 1em;
}

    .commen-ul li:first-child {
        text-indent: 0;
    }
