.home .banner,
.home .site-header {
    background: #4183c4;
    color: #fff
}

.home .banner .collection-head {
    color: #fff;
    background: 0 0;
    box-shadow: none;
    -webkit-box-shadow: none
}

.home .site-header {
    border-bottom: none
}

.home .site-header h1 a {
    color: #fff
}

.home .site-header .site-header-nav-item {
    color: rgba(255, 255, 255, .5)
}

.home .site-header .site-header-nav-item:hover {
    color: #fff
}


@media (max-width:50em) {
  .home .collapsed .icon-bar {
    background-color: white;
  }

  .home .collection-head .collection-header {
    font-size: 1.25em;
  }
}

.posts-list-excerpt {
  color: #666;        /* 灰色文字 */
  font-size: 0.8em;   /* 字号稍微小一点 */
  margin: 0.2em 0 1em 1.0em; /* 顶部/底部间距 + 左缩进 */
  line-height: 1.3;   /* 行距舒适一点 */
}

.meta-info-line {
  display: block;      /* 独占一行 */
  margin-top: 6px;     /* 和上一行留点间距 */
}
.org-line .meta-info {
  margin-right: 10px;  /* 多个院系之间的间距 */
}