ul.jgbm-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.jgbm-list li+li {
    border-top: 1px solid rgba(0,0,0,0.1);
}

ul.jgbm-list li {
    padding: 7px 0;
    margin: 0;
}

ul.jgbm-list a {
    color: inherit;
}

ul.jgbm-list li:hover {
	background-color: rgba(0,0,0,0.05);
}
ul.jgbm-list a:hover {
	text-decoration: none;
}

ul.jgbm-list a .t {
    display: block;
    font-weight: bold;
    font-size: 1.1em;
}

ul.jgbm-list a .p {
    display: block;
    margin-top: 3px;
}

ul.jgbm-list a .meta {
    overflow: hidden;
}

ul.jgbm-list a .img {
	display: block;
    float: left;
    margin-right: 7px;
}

ul.jgbm-list a .img img {
	width: 64px;
	height: auto;
	border-radius: 5px;
}

ul.jgbm-list a .img.bg {
    background-color: #ddd;
    background-position: center;
    background-size: cover;
    height: 64px;
    width: 64px;
    border-radius: 5px;
}

ul.jgbm-list a .meta:after {
    content: "";
    clear: both;
    display: table;
}

/* comment */
.cm-profile {
    display: block;
}

.cm-profile:after {
    content: "";
    display: table;
    clear: both;
}

img.jgbm-author {
    float: left;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

ul.jgbm-list .cm-profile .p {
    font-weight: bold;
    display: inline-block;
    margin: 8px 0 0 5px;
    word-break: break-word;
}

ul.jgbm-list.cm-type .cm {
    padding: 5px 0;
    display: block;
}

ul.jgbm-list.cm-type .meta>span {
    color: #555;
    font-weight: normal;
    font-size: 0.9em;
    display: inline;
}

ul.jgbm-list.cm-type .meta .p+.t:before {
    content: "\00B7";
    font-weight: bold;
    padding: 0 5px 0 1px;
    color: #999;
}