/*隐藏首页event分页链接*/
.col-md-12 .grid-layout .grid-wrapper nav{display:none} 
/*去除文章中的feature image 的float*/
.single-post .post-gallery, .single-post article figure.entry-thumbnail {
    float:none;
}
body{color:#555}
.entry-content ol li, .entry-content ul.default-lists li, .comment-content ol li, .comment-content ul.default-lists li {line-height: 1.2em;padding: 7px 0 8px;font-size: inherit;font-weight: inherit;color:inherit;}
* {
-moz-hyphens:none;
-ms-hyphens:none;
-webkit-hyphens: none;
hyphens:none;
}
* {
word-break:keep-all;
}
p{text-align: justify;}