.news-listPanel{
    width: 1200px;
    background: #fff;
    overflow: hidden;
    margin:14px auto 16px;
    padding: 24px 45px 50px;
    box-sizing: border-box;
    border:1px solid #e6e6e6;
    position: relative;
}
.news-list{
    margin-bottom: 45px;
}
.li-list{
    width: 1109px;
    height: 44px;
    line-height: 44px;
    margin: auto;
    border-bottom: 1px dashed #dadada;
    background-image: url("../images/list-dot.png");
    background-repeat: no-repeat;
    background-position: 0px center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.li-list:nth-of-type(15){
    border-bottom: none;
}
.li-list>a{
    font-size: 16px;
    padding-left: 15px;
    float: left;
    max-width:835px;
    color:#333;
    overflow: hidden;
    text-overflow: ellipsis;
}
.li-list>span{
    float:right;
    color: #999;
}
.page-pagination{
    width: 100%;/*width:630px;*/
    text-align: center;/*margin: 46px auto 0px;*/
    height:30px;
    font-size: 14px;
    white-space: nowrap;
    position: absolute;
    bottom: 50px;
}
.page-pagination a,.page-pagination span{
    font-size: 14px;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    color:#333;
    background: #f3f3f3;
    text-align: center;
    border:1px solid #d8d8d8;
    border-radius: 5px;
    margin-right: 10px;
}
.page-pagination  .active{
    background: #197fe8;
    color: white;
    border: 1px solid #1177e1;
}
.page-pagination .firstPage,.page-pagination .trailerPage,.page-pagination .jump-btn{/*首页 、尾页*/
    width:60px;
}
.page-pagination .next,.page-pagination .prev{
    width: 70px;
}
.page-pagination .jump-ipt{/* 页面跳转 的 输入框*/
    box-sizing: border-box;
    width: 65px;
    height: 30px;
    text-align: center;
    margin:0 7px 0 4px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
}
.page-pagination b{
    font-weight: lighter;
}
.page-pagination  .to{
    margin-right: 12px;
}