/*样式*/
.text-linfo p{
overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}

.text-list{min-height:450px;}
.footer-bottom p img{margin-right: 5px;}




@media(max-width:600px){
.footer-bottom{height:auto;line-height:30px;}
.footer-bottom>div{height:auto;line-height:30px;    white-space: normal;}
}
