.list-group>.list-group-item {
    border-radius: 0;
}

.list-group .list-group-item.active{
    background-color: #16416f;
}

.list-group .list-group-item>span{
    color: #485969;
}

.list-group label {
    cursor: pointer;
    font-weight: normal;
}


/* 左侧列表样式结束 */

.list-group input{
    vertical-align: top;
}

.list-group input[type=checkbox] {
    position: relative;
    font-family: 'Glyphicons Halflings';
    width: 22px;
    height: 0px;
    float: right;
}
.list-group input[type=checkbox]::before{
    content:'';
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
    top: -3px;
    line-height:18px;
    text-align: center;
    color: #0083c7;
    font-size:18px;
    font-weight: normal;
}
.list-group input[type=checkbox]:checked::before {
    content: "\E083";
}

#listview,#contentdetail{
    display: none;
}

#contentdetail .title{
    text-align: center;
}

#contentdetail, .linkurl {
    padding: 10px 50px;
}

/*控制底部距离*/
#footer {
    margin-top:20px;
}

.item-list-style .thumbnail img{
    height: 115px;
}

/*# sourceMappingURL=typical_application.css.map*/