body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: jinkaiFont;
    display: grid;
}


.content {
    display: flex;
    flex-direction: row;
    justify-self: center;
    width: 100%;
    overflow-y: scroll;
}

ul{
    list-style-type:none;
    margin: 0;
    padding: 0;
}


a {
    color: #57BF7D;
    text-decoration: none;
}



.post-line {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #EEE;
}

.post-title {
    text-decoration: none;
    font-size: 18px;
    color: #333;
}

.post-summary {
    margin-top: 20px;
    margin-bottom: 10px;
    margin-right: 10px;
    line-height: 26px;
    font-size: 14px;
    color: #666;
}

.post-date {
    color: #AAA;
    font-size: 11px;
    text-align: right;
}

.slogan {
    font-size: 16px;
    text-align: center;
    color: #B4B4B4;
    margin-top: 40px;
    margin-bottom: 40px;
}

.post-info {
    display: flex;
    flex-direction: row;
}

.category-area {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 1;
    margin-top: 5px;
    margin-bottom: 5px;
}

.category {
    color: #999;
    font-size: 14px;
    height: 18px;
    position: relative;
    background: #EFEFEF;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.char-total-counter {
    display: flex;
    justify-content: flex-end;
    color: #AAA;
    font-size: 11px;
    margin-right: 20px;
}

.char-counter {
    color: #AAA;
    font-size: 11px;
    margin-right: 10px;
}

.right-info-area {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
}