@charset "utf-8";
/* CSS Document */

@media screen and (max-width : 732px )
{
	#left-content-news{width: 100%; padding: 0px}
	#right-content-news{width: 100%; padding: 0px}
}
@media screen and (max-width : 540px )
{
	#list-hot-news .item-hot-news{width: 100%; height: auto}
	#list-hot-news .item-hot-news .img-item-hot-news{display: none}
	
	.img-item-hot-news img{width: 100%; float: left; display: none}
	.name-item-hot-news h3 a{float: left; display: inline}
	.name-item-hot-news{width: auto; float: left}
	.content-item-news .left-content-item-news{width: 100%}
	.right-content-item-news{width: 100%; margin-top: 10px}
	#sidebar-news ul li a{font-size: 14px; line-height: 30px}
}