.hotnews{
	position: relative;
	margin-top: 20px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	background-color: #F7F7F7;
	border: solid 3px #E7E7E7;
}
.hotnews img{
	width: 124px;
	height: 163px;
	margin-top: 18px;
	margin-left: 15px;
}
.hotnewstitle{
	position: absolute;
	top: 30px;
	left: 160px;
	color: #EE7E1B;
	font-size: 20px;
	font-family:'微软雅黑 Regular', '微软雅黑';
	font-weight: 700;
}
#newscontent{
	position: absolute;
	top: 70px;
	left: 160px;
	font-size: 20px;
	font-family:'微软雅黑 Regular', '微软雅黑';
	color: #4C4C4C;
}
#newslogo{
	position: absolute;
	top: -26px;
	width: 65px;
	height: 85px;
	right: 20px;
}
#detailinfo{
	position: absolute;
	top: 150px;
	line-height: 30px;
	height: 30px;
	left: 880px;
	width: 100px;
	background-color: #E2D2C2;
	color: #9F7B5B;
	font-size: 15px;
	text-align: center;
}
#detailinfo a{
	color: #9F7B5B;
}
#newslist{
	margin-top: 20px;
	border-top: solid 3px #BA8559;
	width: 100%;
	border-bottom: solid 4px #EEEEEE;
}
#newslist tr{
	border-bottom: dashed 1px #EEEEEE;
}
.newsid{
	width: 40px;
	height: 50;
	line-height: 50px;
	color: #BA8559;
	font-weight: bold;
	font-size: 20px;
}
.newtitle{
	width: 880px;
	font-size: 16px;
	font-weight: 700;
	font-family:'微软雅黑 Regular', '微软雅黑';
}
.newtime{
	color: #9F7E5D;
	font-size: 14px;
}
