@charset "utf-8";
/* HOME STYLE 首页样式表 */
#homeBaner {
	clear: both;
	width: 960px;
	height: 300px;
}
#homeContent {
	float: left;
	width: 100%;
	clear: both;
}
#homecontentLeft {
	float: left;
	width: 550px;
	background-color: #000000;
	padding: 20px;
	height: 160px;
}
#homecontentRight {
	background-color: #000000;
	float: right;
	width: 320px;
	padding: 20px;
	height: 160px;
}

#homecontentLeft .til {
	width: 540px;
}
#homecontentRight .til {
	width: 310px;
}
#homeNews {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 320px;
	list-style-type: none;
}
#homeNews #hot img {
	float: left;
	padding-right: 8px;
}
#homeNews li {
	line-height: 24px;
	float: left;
	background-image: url(../images/line01.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	width: 306px;
	padding-left: 14px;
}
#homeNews #hot p {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 240px;
	display: block;
	text-indent: 0px;
}
#homeNews #hot {
	text-indent: 0px;
	padding: 0px;
	background-image: none;
	clear: both;
}
.STYLE1 a {
	color: #FF6600;
}

