﻿h1 {
    font-size: 22px;
    text-align: center;
}

p {
    text-indent: 2em;
}


.article-title {
    font-size: 1.5em;
}

.cursor-def {
    cursor: default;
}


.flinks a {
    text-decoration: none;
    color: darkgrey;
    font-size: 0.85rem;
}

    .flinks a:hover {
        color: blue;
    }

.bottom {
    margin-top: 10px;
    margin-bottom: 20px;
}

    .bottom div {
        text-align: center;
        margin: 8px 0px;
        color: darkgrey;
        line-height: 1.5em;
        font-size: 0.85rem;
    }
    /*> 代表直系一级子元素，隔了多层就失效*/
    .bottom a {
        text-decoration: none;
        color: darkgray;
    }
