body{
    padding-top : 80px;
    position: relative;
}
section .container {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
}
.banner{
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    font-weight: 600;
    padding-left: 20px;
    background-color: #f3f3f3;
}
.banner a{
    color: #000;
}
.main{
    float: left;
    padding-left: 0;
    padding-right: 30px;
}
.page{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 50px;
    line-height: 50px;
    background-color: #262a2b;
    text-align: center;
    font-size: 20px;
    color: #f2f2f2;
    margin-top: 20px;
    cursor: pointer;
    padding: 0 20px;
}
.page .glyphicon-list-alt{
    padding-top: 15px;
}
.blogs{
    background-color: #fff;
}
.table{
    border: 1px solid #f3f3f3;
}
.table>tbody>tr>td{
    padding: 12px 20px;
}
.table>tbody>tr:nth-child(2) td:first-child .glyphicon-user{
    display: none;
}
.table>tbody>tr:nth-child(3) td:first-child .glyphicon-user{
    display: none;
}
.table>tbody>tr:nth-child(4) td:first-child .glyphicon-user{
    display: none;
}
.table>tbody>tr:nth-child(2) td:first-child{
    background-image: url('/images/no.1.png');
    background-repeat: no-repeat;
    background-position: 15px 15px;
    padding-left: 54px;
}
.table>tbody>tr:nth-child(3) td:first-child{
    background-image: url('/images/no.2.png');
    background-repeat: no-repeat;
    background-position: 15px 15px;
    padding-left: 54px;
}
.table>tbody>tr:nth-child(4) td:first-child{
    background-image: url('/images/no.3.png');
    background-repeat: no-repeat;
    background-position: 15px 15px;
    padding-left: 54px;
}
table tr > td:nth-child(2){
    text-align: right;
    font-size: 16px;
}
.count{
    font-size: 20px;
    padding: 0 15px;
}
.table>tbody>tr>td a{
    color: #000;
    line-height: 28px;
}
.table>tbody>tr>td .glyphicon-user:before{
    padding-right: 20px;
}
.table-hover > tbody > tr:hover td a{
    color:#337ab7;;
}
.year{
    padding-right: 0;
    float: right;
    margin-top: 20px;
    height: 550px;
}
.list-group a{
    cursor: pointer;
}
#year-list .list-group-item{
    border-top: none;
    border-bottom: none;
}
#year-list .list-group-item:last-child{
    border-bottom: 1px solid #ddd;
}
a.list-group-item{
    color: #24292c;
    background-color: #f3f3f3;
}
.list-group > .list-group-item:first-child{
    height: 50px;
    line-height: 28px;
    font-weight: 600;
    font-size: 16px;
    box-shadow:  0 -2px 2px #bebdbd inset;
    background-color: #f3f3f3;
}
a.list-group-item:hover{
    background-color: #e7e7e7;
}
.list-group .list-group-item:last-child .inset-line{
    display: none;
}
.inset-line{
    height: 2px;
    border-top: 1px solid #dcdedd;
    box-shadow: 0 2px 0 rgba( 255, 255, 250, 0.6) inset;
    position: relative;
    bottom: -9px;
}
.list-group-item>.badge{
    background-color: #000;
}