﻿.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: #fba627;
}
.title-newshome span{
	height:48px;
	line-height:48px;
	font-size:44px;
	display:block;
	float:left;
	margin-right:5px;
	color:#505050;
}


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

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

}