﻿.list-news-hot{
	list-style:none;
	margin-bottom:30px;
}
.list-news-hot li{
	float:left;
	margin:0px 4% 10px 0px;
	width:22%;
}
.list-news-hot li:nth-child(4){
	margin:0px 0% 10px 0px;

}
.image-newshome{
	display:block;
	margin-bottom:10px;
}
.image-newshome img{
	display:block;
	width:100%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.title-newshome{
    color: #2c2c2c;
    font-size:16px;
    font-weight:bold;
    line-height:24px;
    max-height:48px;
    overflow:hidden;
    display:block;
}
.title-newshome:hover{
    color: #ff8100;
}

@media only screen and (max-width: 1100px){
.list-news-hot li{
	float:left;
	margin:0px 2% 20px 2%;
	width:46%;
}
.list-news-hot li:nth-child(4){
	margin:0px 2% 20px 2%;

}
.image-newshome{
	margin-bottom:5px;
}

}