.new-rt {
    padding:20px;
    margin-bottom:30px;
    box-shadow: 0 2px 5px #999,
    0 -2px 5px #999;
    border-radius:3px;
}
.new-rt  img {
    width: 160px;
    height: 120px;
    float: left;
    margin-right: 20px;
}
.new-rt  h3{
    font-size: 20px;
    margin-bottom: 10px;
    position:relative;
    line-height: 32px;
    height:32px;
    overflow:hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.new-rt  h3:hover{
    color: #f40;
}
.new-rt .txt{
    position:relative;
    line-height: 30px;
    height:30px;
    overflow:hidden;
    margin-bottom:30px;
    font-size:14px;
    color:#333;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.new-rt .time{
    color: #666666;
    font-weight: normal;
    font-size:14px;
    color:#333;
}
.newbg{
    background: #f6f6f6;
}

.ab-right .pages{
    text-align: center;
    margin-top:50px;
}
.ab-right .pages ul li{
    margin-right: 20px;
    display: inline-block;
    border:1px solid #ccc;
    border-radius: 3px;
    margin-bottom:10px;
}
.ab-right .pages ul li a,.ab-right .pages ul li span{
    padding:8px 36px;
    display: block;
}
.ab-right .pages ul li a:hover{
    color:#f40;
}
.ab-right .pages ul li.active{
    color:#0c3a76;
}