.new-rt {
    padding:26px;
    border-radius:3px;
    border-bottom:1px solid #358fb7;
}
.new-rt .img-wrap{
    width:160px;
    height:120px;
    float: left;
    margin-right: 20px;
    position: relative;
    padding:10px;
}
.new-rt .img-wrap .w1{
    position: absolute;
    top:0;
    left:0;
    width:50px;
    height:50px;
    border-top:1px solid #358fb7;
    border-left:1px solid #358fb7;
}
.new-rt .img-wrap .w2{
    position: absolute;
    bottom:0;
    right:0;
    width:50px;
    height:50px;
    border-bottom:1px solid #358fb7;
    border-right:1px solid #358fb7;
}
.new-rt  img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.new-rt  h3{
    font-size: 20px;
    height: 32px;
    line-height: 32px;
    margin-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.new-rt  h3:hover{
    color: #358fb7;
}
.new-rt .txt{
    overflow: hidden;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom:30px;
    font-size:14px;
    color:#333;
}
.new-rt .time{
    color: #666666;
    font-weight: normal;
    font-size:14px;
    color:#333;
}
.newbg{
    background: #f6f6f6;
}
.ab-right .ab-rt1 .ab-title{
    position: absolute;
    bottom:0;
    left:0;
    padding-bottom: 10px;
    font-size:18px;
}
.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:#358fb7;
}
.ab-right .pages ul li.active{
    color:#358fb7;
}