/* 博客列表上面的样式 */
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;
}

.card {
  cursor: pointer;
}