@charset "utf-8";
/* CSS Document */
*{
	padding:0;
	margin:0;
	font-family:Helvetica, Arial, sans-serif;
}
a{
	text-decoration:none;
	color:#737070;
	}
a:hover{
	text-decoration:none;
	color:red;
}

body{
	width:1250px;
	margin:0 auto;
	font-size:14px;
	color:#666;
}

#slide{
	overflow:hidden;
	margin:0 auto;
	width:1250px;
	position:relative;
}
#slide ul{
	width:2999px;
}
ul{
	list-style:none;
}
li{
	float:left;
}
.body_class{
	clear:left;
	float:left;
	width:100%;
	height:230px;
}
.body_left{
	float:left;
	margin-left:80px;
	margin-top:10px;
	width:400px;
	height:210px;
	overflow:hidden;
}
.number{
	float:right;
}
.number a{
	background-color:#666;
	color:white;
}
.number a:hover{
	background-color:red;
	}
.recommend_l{
	cursor:pointer;
	float:left;
	height:200px;
	width:200px;
	margin-top:10px;
}
.recommend_r{
	cursor:pointer;
	float:left;
	margin-top:10px;
	width:190px;
	height:200px;
}
.body_center{
	width:300px;
	height:210px;
	float:left;
	margin:10px 40px 0 40px;
	background-image:url(../images/news_title-index.gif);
	background-repeat:no-repeat;
	font-size:14px;
	line-height:1.6em;
	}
.body_right{
	margin:10px 80px 0 0;
	float:right;
	text-indent:-1em;
	}
.previous{
	position:absolute;
	top:185px;
	left:50px;
	cursor:pointer;
	}
.next{
	position:absolute;
	top:185px;
	right:50px;
	cursor:pointer;
}
