ol.breadcrumb {
	padding-left: 0;
}

.hot_news {
	text-align: center;
}

.hot_news img {
	height: 75px;
}

.hot_news .title {
	margin-top: 5px;
	margin-bottom: 15px;
	height: 60px;
	overflow: hidden;
}

.line2 {
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: justify;
}