.hot_wrap {
	display:block;
	position:relative;
	clear:both;
	width: 384px;
	background: #fff;
	margin: 0;
	padding: 0;
	z-index:1000;
	z-index:1;
	}
.hot_article {
	padding: 10px 0px 10px 0;
	width: 384px;
	margin: 0;
	}
.hot_image {
	max-width: 120px;
	margin: 0 12px 0 0;
	padding: 0;
	height: 80px;
	overflow: hidden;
	float: left;
	}
	
.hot_image img {
	max-width: 120px;
	max-height: 80px;
}

.hot_article h2 {
margin: 0 0 4px 0;
font-weight: bold;
font-size: 12px;
}
.hot_article h2 a {
	color: #006E97;
	text-decoration: none;
}
.hot_article h2 a:hover {
	text-decoration: underline;
}
.hot_theText {
	margin: 0;
	padding: 0 0 0 5px;
	font-size: 12px;
	display: inline;
	line-height:1.4;
	}
p.hot {margin: 0;}

.hot_theText a {
	text-decoration: none;
	color: blue;
	}

.hot_theText a:hover{
	text-decoration: underline;
	}