/*
Theme Name:     B2子主题
Theme URI:      http: //7b2.com/
Description:    Child theme for the B2 PRO
Author:         子主题模版
Author URI:     http: //7b2.com/
Template:       b2
Version:        0.1.5
*/

/*下面是您自己DIY的css样式代码*/
/*页眉*/
/*logo*/
.logo img {height: 50px;}

/*文章内页*/
/*.entry-content .content-excerpt{display: none;}/*隐藏摘要*/
.entry-content .Reprintstatement{background: #F5F6F7;padding: 20px;}
.entry-content .Reprintstatement p{margin-bottom: auto;}

/*导航链接*/
.link-list li{width: 25%;}/**/

/*页脚*/
.site-footer .site-footer-widget-in{position: relative;padding-bottom: 100px;}
/*关于我们*/
.b2-widget-about .b2-widget-title {display: block;}


/*内容页*/
/*行间距*/
.entry-content p, .content-show-roles > p, .entry-content > pre, .content-show-roles > pre, .entry-content > ul, .content-show-roles > ul, .entry-content > ol, .content-show-roles > ol, .entry-content > dl, .content-show-roles > dl, .entry-content > form, .content-show-roles > form, .entry-content > table, .content-show-roles > table, .entry-content > blockquote, .content-show-roles > blockquote, .entry-content > div, .content-show-roles > div {margin-bottom: .5em;}
/*隐藏浏览图标*/
.post-meta li.single-eye{display: none;}