.aboutNav-rt{
    background: url('../images/新闻02.png') no-repeat left center;
}
.content{
    width:1100px;
    margin: 0 auto;
    margin-top: 15px;
    background: url('../images/newBj.png')no-repeat left top;
}
.content li{
    padding-bottom: 25px;
    padding-top: 20px;
    border-bottom: 1px dashed #9a9a9a;
}
.content li img{
    float: left;
    width: 250px;
}
.cont-rt{
    float: left;
    width: 780px;
    margin-left: 20px;
    margin-top: 12px;
   
}
.cont-rt .cont-tit{
    font-size: 16px;
    color: #0961bb;
    margin-bottom: 15px;
}
.cont-rt .cont-tit b{
   
    color: #212121;
}
.cont-rt span{
    color: #808080;
}
.cont-rt p{
   font-size: 14px;
   color: #4c4c4c;
   line-height: 24px;
   margin-top: 15px;
   display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.cont-rt p:hover{
    color: #0961bb;
}
.page{
    text-align: center;
    margin-top: 115px;
    margin-bottom: 50px;
}
.page a{
    margin-left:5px;
    display: inline-block;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border: 1px solid #e4e4e4;
    color: #7f7f7f;
    font-size: 14px;
    vertical-align: middle;
}
.page .prev{
    background: url('../images/pagelt.png')no-repeat center;
}
.page .next{
    background: url('../images/pagert.png')no-repeat center;
}
.page .active{
    color: #fff;
    background: #0961bb;
    width: 30px;
    height: 30px;
    border: none;
}