.content-left-title{color: #000000;}
.content-left{color:#afafaf;}
.author{color: #000000!important;}
.author a{color: #000000!important;}
.content,.content a{color:#737373;}
.content a {text-decoration: none;font-weight: bolder;}
.content a:hover{color: #fc4642;}
.cover-litpic{border-radius: 1rem; max-height: 18rem;}
.btn-content {
    background-color: transparent; /* 透明背景 */
    border-radius: 1rem;
    box-shadow: none; /* 无阴影 */
    padding: 0; /* 无内边距 */
    font-size: 0.8rem!important; /* 继承字体大小 */
    line-height: inherit; /* 继承行高 */
    color: inherit; /* 继承文本颜色 */
    text-align: inherit; /* 继承文本对齐方式 */
    cursor: pointer; /* 鼠标悬停时变为手型 */
}
.btn-content a{text-decoration:none!important;}
.btn-prev{  border:1px solid #3c5fa9;
background-color: #3c5fa9;
color: #ffffff!important; 
}
.btn-prev:hover ,.btn-next:hover{
	color:#fc4642!important; 
}
.btn-prev a{color: #ffffff!important; }
.btn-prev a:hover,.btn-next a:hover{color:#fc4642!important; }
.btn-next{  border:1px solid #969696;
    color: #969696;
}