div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}
.have-tooltip{
	border-bottom: 1px dashed;
	cursor: help;
	position: relative;
}
.atooltip{
	display: none;
	position: absolute;
	background: #FFF;
	-moz-box-shadow: 0 0 12px rgba(0, 0, 0, .12);
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .12);
	box-shadow: 0 0 12px rgba(0, 0, 0, .12);
	border-radius: 4px;
	width: 300px;
	z-index: 1;
	padding: 1rem;
	bottom: 2rem;
	font-weight: 400;
	font-size: 1rem;
	text-align: center;
	left: -130px;
	font-size: 14px;
	left: 0 !important;
}
.have-tooltip:hover .atooltip{display: block; opacity: 1;}
.atooltip div b{
	color: #d70000;
	font-weight: 700;
}
.d-time img, .d-time b{display: inline !important;}
.d-time img{margin-right: 5px;}