.hot{
	padding: 0px;
}
.hot h3{
	padding: 3px 0px;
}
.hot a{
	font-weight: bold;
}
.hot a img{
	border-radius: 0px;
	height: auto;
	width: 100%;
}
.list_news{
	border-bottom: 1px dashed #DDDDDD;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.list_news:last-child{
	border-bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.list_news h3{
	line-height: normal;
	margin-bottom: 5px;
}
.list_news a img{
	margin-right: 10px;
}
.list_news p{
    text-align: justify;
	font-size: 13px;
	margin: 0px;
	height: 70px;
    overflow: overlay;
}

.list_news p::-webkit-scrollbar, .hot p::-webkit-scrollbar {
    width: 0px;
}

.hot {
    text-align: justify;
}

.hot p {
    text-align: justify;
	font-size: 13px;
	margin: 0px;
	height: 93px;
    overflow: overlay;
}

.hot p:after {
    position: absolute;
    bottom: 6px;
    right: 4px;
    height: 20px;
    width: 100%;
    content: '';
    background: -moz-linear-gradient(left, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.6) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.6)), color-stop(100%,rgba(255,255,255,0.6)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%);
    background: linear-gradient(left, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}
