.list-wapper{
    width: 1200px;
    margin: 0 auto;
}
.clear{clear:both;}
.left-menu{
    vertical-align: text-top;
    width: 225px;
    border-left: 3px solid #0053a5;
    padding: 20px 0 30px 15px;
    color: #686868;
    overflow: hidden;
    float: left;
}
.left-menu-title{
    font-size: 14px;
    margin: 20px 0;
    color: rgb(204, 204, 204);
}
.lmenujt{
    margin: 0px 5px;
}
.left-menu ul li{
    font-weight: 700;
    font-size: 15px;
    color: #777;
    padding: 0 20px;
    cursor: pointer;
    height: 56px;
    line-height: 56px;
    position: relative;
}
.left-menu ul li.active{
    color: #000;
    font-size: 21px;
}
.list-right{
    width: 950px;
    float: right;
}
.list-title-box{
    height: 60px;
    line-height: 70px;
    text-align: right;
    font-size: 25px;
    font-weight: 700;
    border-left: 3px solid #0053a5;
    color: #0053a5;
}
.list-title-back{
    cursor: pointer;
}
.list-li{
    width: 100%;
    margin-top: 3px;
    height: 100%;
    border-top: 1px solid #ccc;
}
.list-li ul li{
    border-bottom: 1px dashed #ccc;
    cursor: pointer;
    height: 70px;
    line-height: 70px;
    font-size: 18px;
    color: #4e4e4e;
}
.list-li ul li .list-text{
    width:820px;
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}
.list-li ul li .list-time{
    width: 110px;
    text-align: right;
    float: right;
    font-size: 16px;
    color: #ccc;
    line-height: 70px;
}


/*分页*/
#pager{
    padding: 0;
    float: left;
    margin:10px;
    max-width: 400px;
    height: 40px;
    float: left;
}
#pager li{
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 3px 0 3px;
    text-align: center;
    vertical-align: top;
    /*display: inline-block;*/
    float: left;
    list-style: none;
    cursor: pointer;
}
.pagerBtn{
    color: #333;
    background: white;
    border: 1px solid #DADADA;
}
.pagerBtn:hover{
    background:rgb(201, 201, 255);
}
.pagerChoosed{
    color: #FFF;
    background: deepskyblue;
    border: 1px solid #00B9CC;
}
.pagerOmit{
    color: #333;
    background: #F9F9F9;
    border: 1px solid #DADADA;
}
#pageList_prev, #pageList_next{
    color: #333;
    background: white;
    border: 1px solid #DADADA;
    float: left;
    width: 60px;
    height: 30px;
    line-height: 30px;
    margin: 10px 3px 0 3px;
    text-align: center;
    vertical-align: top;
    /*display: inline-block;*/
    float: left;
    list-style: none;
    cursor: pointer;
}
#pageList_prev:hover, #pageList_next:hover{
    background:rgb(201, 201, 255);
}
.pageLists{
    display: inline-block;
    height: 50px;
    margin: 0 auto;
}
.pager-box{
    text-align: center;
}
/*.pageLists button{*/
/*    width: 50px;*/
/*    height: 30px;*/
/*    border: 1px solid #ccc;*/
/*    box-sizing: border-box;*/
/*    cursor: pointer;*/
/*}*/
/*.pageList{*/
/*    width: 300px;*/
/*    height: 50px;*/
/*    display: flex;*/
/*    justify-content: space-around;*/
/*    align-items: center;*/

/*}*/
/*.pageList a{*/
/*    display: block;*/
/*    text-align: center;*/
/*    line-height: 30px;*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    box-sizing: border-box;*/
/*    border: 1px solid #ccc;*/
/*    cursor: pointer;*/
/*}*/
/*.pageActive{*/
/*    background-color: skyblue;*/
/*    color: #fff;*/
/*}*/