body {
    background: rgb(225,224,201);
    font-family: 宋体,Arial, Helvetica;
    font-size: 14px;
    line-height:28px;
}

.container {
    padding-top: 40px;
}

/*导航背景色*/
.navbar {
    background: rgb(94,97,73);
}

/*背景色*/
.card {
    background: rgb(240,239,227);
}

/*诗人别称*/
.p-1 a {
    background-color: #f7f7f7;
    padding: 6px;
    font-weight: normal;
    font-size: 13px;
    border: 1px solid #DAD9D1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/*合称*/
.author-collect-close {
    height: auto;
}

.author-collect-open {
    height: 80px;
    overflow: hidden;
}

/*右侧，关闭*/
.author-collapse {
    height: 422px;
    overflow: hidden;
}

/*右侧，展开*/
.author-expand {
    height: auto;
    overflow: hidden;
}

/*链接样式*/
.poetry a {
    color: rgb(41,83,122);
    font-weight: normal;
}

/*标签*/
.tag a {
    color: white;
}

.more {
    color: rgb(41,83,122);
}

.badge a {
    font-size: 13px;
    color: rgb(41,83,122);
}

.footer {
    margin-bottom: 12px;
    text-align: center;
    font-size: 13px;
    color: #888888;
}

.footer a {
    font-size: 13px;
    color: #888888;
}