.blog-side {
    margin-left: 20px;
    margin-top: 10px;
}

.blog-count {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.summarycount {
    font-size: 26px;
    line-height: 1;
}

.more_book {
    font-size: 12px;
    color: #999;
}

.writeblog_sider {
    margin-right: 10px;
}

.writeblog_sider img {
    width: 16px;
    height: 16px;
    vertical-align: -2px;
}

.writeblog_btn {
    display: inline-block;
    width: 105px;
    height: 40px;
    line-height: 40px;
    font-weight: 400;
    color: #c92027;
    border: 1px solid #c92027;
    text-align: center;
    border-radius: 4px;
    transition: background-color .15s ease-in-out;
}

.writeblog_btn a {
    color: #c92027;
    text-decoration: none;
}
