/*新闻样式*/
.in_new{ line-height:30px; width:98%; margin:0 auto;}
.in_new p{text-indent:2em; line-height: 30px;}

.list_d td a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    position: relative;
}