.newstitle{
border-bottom: 1px solid #ccc;
}
.newscontent img{
width: 100%;
}
.newscontent p{
text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.pages a{
display: inline-block;
width: 2.4rem;
height: 2.4rem;
line-height: 2.4rem;
text-align: center;
font-size: 1em;
outline:none;
border: 1px solid #ccc !important;
}
.pages a:hover{
background: rgba(95, 179, 189, 0.6);
color: #fff;
border:1px solid #5fb3bd !important;
}