.repo-list-name, .repo-list-name .prefix, .repo-list-name .slash {
    font-weight: 400
}

.repo-list {
    position: relative;
    /*margin-right: 15px; !*增大文章列表与右侧的距离*!*/ /* 加这个对开源页面 /open-source/ 的右边距离有影响，导致不居中了 */
    padding-left: 0
}

.repo-list .participation-graph {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1
}

.repo-list .participation-graph.disabled {
    display: none
}

.repo-list .participation-graph .bars {
    position: absolute;
    bottom: 0
}

.repo-list-item {
    position: relative;
    padding-top: 25px; /*文章列表项上边框内边距*/
    padding-bottom: 25px; /*文章列表项下边框内边距*/
    list-style: none;
    border-bottom: 1px solid #eee
}

.repo-list-name {
    margin: 0 0 8px;
    font-size: 20px;
    line-height: 1.2
}

.repo-list-name:hover {
    text-decoration: none;
    color: #4169E1
}

.repo-list-name .slash {
    margin-right: -4px;
    margin-left: -4px
}

.repo-list-description {
    max-width: 630px; /*文章列表项，内容简介的宽度*/
    margin-top: 8px;
    margin-bottom: 0;
    text-align: justify; /*文字两端对齐*/
    font-size: 14px;
    color: #666
}

.repo-list-stats {
    margin-top: 6px;
    float: right;
    font-size: 12px;
    font-weight: 700;
    color: #888
}

.repo-list-stats .repo-list-stat-item {
    margin-left: 8px;
    display: inline-block;
    color: #888;
    text-decoration: none
}

.repo-list-stats .repo-list-stat-item:hover {
    color: #4183c4
}

.repo-list-stats .repo-list-stat-item > .octicon {
    font-size: 14px
}

.repo-list-info {
    display: inline-block;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    color: #888;
    vertical-align: middle
}

.repo-list-info .octicon {
    margin-top: -3px;
    font-size: 12px;
    vertical-align: middle
}

.repo-list-meta {
    display: block;
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 13px;
    color: #999
}

.repo-list-meta .avatar {
    margin-top: -2px
}

.repo-list-meta a:hover {
    text-decoration: none
}

.repo-list-meta .meta-info {
    margin-right: 15px
}

.repo-list-meta .meta-info a {
    color: #999
}

.repo-list-meta .meta-info a:hover, .repo-list-meta .meta-info a:hover {
    text-decoration: underline
}
