@CHARSET "UTF-8";

.left_ly
{
float: left;
margin: 5px;
width: 80px;
height: 120px;	
}

.image_left
{
width: 80px;
}

.text_p{
font-size: 12px;
margin-left: 80px;
min-height: 82px;
overflow:hidden; 
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:5; 
}

.text_title_p{
margin: 3px;
font-size: 16px;
word-break:keep-all;
white-space:nowrap;  
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:1; 
}

.like_p{
margin: 5px;
}


.d-tag{padding:0.3em 0 0.6em;}
.d-tag .label{
    display:inline-block;
    border-radius: .25em;
    padding: .6em;
    margin:0.5em 0.3em 0.5em 0;
}
.d-tag a {
    color:white;
}
.d-tag a:hover{
    text-decoration: none;
}
