/* 文章正文首行缩进2字符 */
.article-body p {
    text-indent: 2em;
}
/* 为页面中的正文中的段落添加缩进 */
.main-content p {
    text-indent: 2em
}

/* 为首页 列表中的文章简介实现首行缩进 */
.pdesc {
    text-indent: 2em;
}

/* 为页面文章标题块中的作者和日期等缩小字体大小 */
.fs-7 {
    font-size: .8rem !important;
}

/* 导航栏一级菜单中的文字大一点 */
.navbar-nav {
    font-size: 1rem !important;
}

/* 导航栏二级菜单中的文字大一点 */
.sub-menu {
    font-size: 1rem !important;
}

/* 右上角登录块上的背景变透明 */
.header-s1 .header-btn {
  background-color: transparent !important; 
}

