/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
html, applet, object, iframe, p, sub, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label {
	margin: 0;
	padding: 0;
	list-style-type:none;
}
a:hover {
	text-decoration: none;
	font-weight: normal;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style-type:none;
}
.wrapper {
	width:100%;
	margin:0 auto;
}
.hot {
	width:100%;
	height:33px;
	line-height:33px;
	z-index:2;
}
.hot .list {
	float:left;
	width:1000px;
	padding-left:10px;
	height:33px;
	position:relative;
	float:left;
}
.hot .list span.tit {
	width:55px;
	float:left;
}
.hot .list .prev {
	display:block;
	width:7px;
	height:8px;
	position:absolute;
	background:url(../images/new_prev.png) center center no-repeat;
	top:13px;
	left:10px;
}
.hot .list .box_btn {
	display:block;
	width:7px;
	height:8px;
	position:absolute;
	background:url(../images/new_middle.png) center center no-repeat;
	top:13px;
	left:23px;
}
.hot .list .next {
	display:block;
	width:7px;
	height:8px;
	position:absolute;
	background:url(../images/new_next.png) center center no-repeat;
	top:13px;
	left:34px;
}
.hot .list div {
	width:945px;
	float:right;
	height:33px;
	position:relative;
	overflow:hidden
}
.hot .list div ul {
	width:945px;
	position:absolute
}
.hot .list div ul li{width: 100%;display: block;height: 33px;}
.hot .list a {
	color:#1b1b1b;
	font-size: 12px;
	text-decoration: none;
	width: 100%;height: 33px;display: block;
}
.new_date{color: #989898;font-size: 12px;float: left;}
.new_year{color: #989898;font-size: 12px;float: left;}
.new_title{color: #989898;font-size: 12px;color: #1b1b1b;float: left;padding-left: 10px;}

