/* CSS Document */

/* main
----------------------------------- */


#banner {
	height: 310px;
	border: 1px solid #eee;
	background: url(../img/index_banner.jpg) no-repeat; 
}

#newsList {
	padding-left: 5px;
	margin-bottom: 25px;
}

#newsList li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E0E4E4;
}

#newsList li p {
	margin: 0;
}

.newsDate {
	color: #5097D6;
	font-size: 16px;
	font-weight: bold;
}

.newSort {
	color: #BEBEBE;
}

.ad {
	clor: #5097D6;
	font-size: 30px;
	font-weight: bold;
}



/* right
----------------------------------- */
#banner {
	margin-bottom: 20px;
}

.introduction {
	padding: 10px 0;
}

.introduction p {
	text-indent: 2em;
}

.introPic {
	float: left;
	margin: 0 10px 10px 0;
}

.deviceList li {
	float: left;
	margin: 0 25px 25px 0;
}