.form-control:focus {
    webkit-box-shadow: none;
    box-shadow: none;
}

.list-group-item:hover {
    background-color: #ffffff;
}

.list-group-item:first-child, .list-group-item:last-child {
    border-radius: 0;
}

/* 加载更多 */
.loadmore {
    width: 80%;
    margin: 1.5em auto;
    line-height: 1.6em;
    font-size: 14px;
    text-align: center;
}

.loadmore-tips {
    display: inline-block;
    vertical-align: middle;
}

.loadmore-line {
    border-top: 1px solid #E5E5E5;
    margin-top: 2.4em;
}

.loadmore-line .loadmore-tips {
    position: relative;
    top: -0.9em;
    padding: 0 .55em;
    background-color: #f8f9fa;
    color: #808080;
}

/*内容页右侧浮动条*/
.float-bar {
    width: 50px;
    position: fixed;
    right: 0;
    bottom: 40px;
    z-index: 999;
}

.float-bar a {
    display: block;
    padding: 5px 10px;
    font-size: 30px;
    opacity: .5;
}

.float-bar a:hover {
    opacity: 1;
}