.lst-cont .lst-item{
  line-height: 55px;
  border-bottom: 1px solid #efefef;
}

.lst-cont .lst-item a{
  color: rgb(51, 51, 51);
  padding-left: 14px;
  border-left: 2px solid #FFF;
    font-size: 18px;

}

.lst-cont .lst-item:hover a{
  border-color: #1d5aaf;
  text-decoration: none;
  color: #1d5aaf;
}

.lst-cont .lst-item .time{
  font-size: 14px;
  color: rgb(51, 51, 51);
}

.lst-cont .lst-item:hover .time{
  color: #1d5aaf;
}
.pagination-wrapper {clear:both;padding:1em 0 2em 0;text-align:center;} 
.pagination {display: inline-block;*display: inline;*zoom: 1;font-size:14px;border-radius: 3px;box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);} 
.pagination li{list-style: none;display: inline;float: left;line-height: 25px;text-decoration: none;border: 1px solid #ddd;border-left-width: 0;} 
.pagination li a {display: inline-block;padding: .5em 1.3em;background-color: #fff;color: #333;} 
 
.pagination li a:hover{text-decoration:none; background:#0454b7;color:#fff;} 
 
 .pagination li.thisclass a {background-color:#0454b7;color:#fff;} 
.pagination li:first-child {border-left-width: 1px;border-radius: 3px 0 0 3px;} 
.pagination li:last-child{border-radius: 0 3px 3px 0;} 
.pagination .pageinfo{color: #444;display: inline-block;padding: .5em 1.3em;}

#pagelist {
    line-height: 22px;
    color: #666;
    padding: 15px;
    width: 100%;
    text-align: center;
}
 #pagelist li{  display: inline;}
#pagelist a {
    width: auto;
    text-align: center;
    padding: 0px 19px;
    font-weight: bold;
    display: inline-block;
    border: 1px solid #337ab7;
    background: #fff;
    height: 40px;
    font-size: 14px;
    color: #666;
    line-height: 40px;
    margin-left: 5px;
    border-radius: 3px;
}
#pagelist .indexPage{ width:28px; text-align:center;padding:0px 10px; float:left; border:1px solid #337ab7;background:#fff; height:28px; font-size:12px;color:#666; line-height:28px; margin-left:5px;border-radius:3px;}
#pagelist strong{ display:inline;}
#pagelist a.next,#pagelist a.prev{width:60px;}
#pagelist a.curr{ background:#337ab7;border:1px solid #337ab7;color:#fff;}
#pagelist a:hover{background:#337ab7;border:1px solid #337ab7;color:#fff; text-decoration:none}
#pagelist a img{ display:block;margin:0 auto;margin-top:12px;}
#pagelist span{line-height:28px; font-size:13px; height:28px; margin-left:10px; display:inline-block}
#pagelist span#totalpage{ margin:0;}
#pagelist .thisclass a{  background-color:#337ab7;color:#fff;} 