ul.blog-types {
  list-style-type: none;
}
div.blog:not(:last-child){
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #eee;
}

/* 博客列表上面的样式 */
div.page-header {
  text-align: center;
  min-height: 239px;
  position: relative;
  margin-top: -30px;
  padding-top: 46px;
  margin-bottom: 20px;
  background-color: #4F5893;
}

div.container_header h1 {
  font-size: 3em;
  color: #fff;
  margin-bottom: 12px;
}

div.container_header p {
  font-weight: 300;
  line-height: 1.4;
  font-size: 1.5em;
  color: #B9BFE4;
  margin: 5px 0;
}

/* 卡片标题 */
div.panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

/* 博客列表样式 */
/* 标题 */
.blog-title {
  margin-bottom: 0.5em;
  font-size: 19px;
  font-weight: bold;
}
/* 内容 */
.blog_content {
  color: #777;
  font-size: small;
}
/* 标签 */
.blog-tags {
  font-size: 11px;
  color: #75878a;
  margin-top: 0.8em;
  display: inline-block;
  border-top: 1px #ddd solid;
}
.blog-tags li {
  float: left;
  padding-top: 0.5em;
  margin-right: 1em;
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}