.listnewhome{
}
.listnewhome .line{
    margin: 20px 0px;
    background: #f1f1f1;
    height: 1px;
}

.listnewhome h3{
    margin-bottom: 10px;
    margin-top: 0px;
}
.listnewhome h3 a{
	color: black;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
}

.listnewhome .emotion{
	font-size: 10px;
    color: #41455e;	
}
.listnewhome .emotion p{
    margin: 5px 0px;
    font-size: 12px!important;
}
.listnewhome .emotion a{
	color: #41455e;
	text-decoration:none;
}
.listnewhome .emotion a.catpro{
	color: white;
    text-decoration: none;
    background: #cd3816;
    padding: 3px 5px;
    font-size: 11px;
    padding-right: 0px;
    margin-right: 10px;
}

.listnewhome .emotion a.catpro:hover{
	background:black;
}

.listnewhome .emotion p span{
	padding-right: 10px;	
}
.listnewhome .xemthem{
	background: #217ac9;
    padding: 5px 8px;
    float: left;
	font-size:12px;
    border-radius: 3px;
}
.listnewhome .xemthem a{
    font-size: 13px;
    color: white;
    text-decoration: none;
}
.listnewhome .xemthem:hover{
    background: #ff0018;	
}
.listnewhome .img{
}
.listnewhome .img img{
	width: 100%;
    height: auto;
    border: none;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.listnewhome .img img:hover{
	transform: scale(1.1);
	-wbekit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	}

.listnewhome .info{}
.listnewhome .info p {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
}

