@CHARSET "UTF-8";

.left_ly
{
float: left;
margin: 5px;
width: 120px;
height: 180px;	
}

.image_left
{
width: 120px;
}

.text_p{
padding: 5px;
margin-left: 120px;
min-height: 140px;
overflow:hidden; 
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:6; 
}

.text_title_p{
margin: 5px;
font-size: 20px;
word-break:keep-all;
white-space:nowrap;
font-weight:bold;
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;
}
