/*首页介绍*/
#indexIntr {overflow: hidden; width: 720px; padding: 5px 20px; margin: 0 auto; background: url(../images/page_body_bg.gif) repeat-y #fff;}
/*块之间的间隔*/
.pageMiddle {width: 760px; height: 30px; margin: 0 auto; background: url(../images/middle_bg.gif) top left no-repeat;}
/*新闻*/
.news {float: left; width: 225px; margin-left: 20px;}
	.news h3{margin-bottom: 5px; background: url(../images/index_title_point.gif) 0px 2px no-repeat; text-indent: 15px; font-size: 14px; font-weight: bold; color: #32658B}
		.news h3 a:link{text-decoration: none; color: #32658B;}
		.news h3 a:visited {text-decoration: none; color: #32658B;}
		.news h3 a:hover {text-decoration: none; color: #cc0000;}
		.news h3 a:active {text-decoration: none; color: #cc0000;} 
	.news ul {list-style-type: none; margin: 0; padding: 0;}
		.news li {overflow: hidden; text-overflow:ellipsis; width: 225px; height: 29px; background: url(../images/arilcle_point.gif) 0px 2px no-repeat; border-bottom: 1px dotted #ccc; text-indent: 15px; line-height: 29px; font-size: 12px; white-space:nowrap;}
		.news li a:link{text-decoration: none; color: #666;}
		.news li a:visited {text-decoration: none; color: #666;}
		.news li a:hover {text-decoration: none; color: #cc0000;}
		.news li a:active {text-decoration: none; color: #cc0000;} 
/*咨询*/
.consultation {float: left; width: 230px;}
	.consultation h3{margin-bottom: 10px; background: url(../images/index_title_point.gif) 0px 2px no-repeat; text-indent: 15px; font-size: 14px; font-weight: bold; color: #32658B}
		.consultation h3 a:link{text-decoration: none; color: #32658B;}
		.consultation h3 a:visited {text-decoration: none; color: #32658B;}
		.consultation h3 a:hover {text-decoration: none; color: #cc0000;}
		.consultation h3 a:active {text-decoration: none; color: #cc0000;} 
	.consultContent {width: 230px; height: 145px; background: url(../images/index_con_bg.jpg) left top no-repeat;}
		.consultContent ul{list-style: inside disc; padding: 10px 10px;}
			.consultContent li {line-height: 25px; font-size: 14px; font-weight: bold; color: #fff;}
				.consultContent li a:link{text-decoration: none; color: #fff;}
				.consultContent li a:visited {text-decoration: none; color: #fff;}
				.consultContent li a:hover {text-decoration: none; color: #ccc;}
				.consultContent li a:active {text-decoration: none; color: #ccc;} 
/*案例*/
.case {float: left; width: 720px;}
	.case h3 {width: 720px; height: 20px; margin: 10px 0; padding: 0; background: url(../images/index_title_point.gif) 0px 2px no-repeat; text-indent: 15px; font-size: 14px; font-weight: bold; color: #32658B}
		.case h3 a:link{text-decoration: none; color: #32658B;}
		.case h3 a:visited {text-decoration: none; color: #32658B;}
		.case h3 a:hover {text-decoration: none; color: #cc0000;}
		.case h3 a:active {text-decoration: none; color: #cc0000;}
	.articleRow {float: left; width: 720px;}
		.articleItem {float: left; width: 150px; padding: 5px; margin: 0 18px 0 0; border: 1px solid #ccc;}
			.articleItem img {border: 0;}
			.articleItem h4 {font-size: 12px; font-weight: normal;}
				.articleItem h4 a:link{text-decoration : none; color : #333;}
				.articleItem h4 a:visited {text-decoration : none; color : #333;}
				.articleItem h4 a:hover {text-decoration : underline; color : #214278;}
				.articleItem h4 a:active {text-decoration : underline; color : #214278;}
/*友情链接*/
.links {float: left; width: 720px;}
	.links h3 {width: 720px; height: 20px; margin: 10px 0; padding: 0; background: url(../images/index_title_point.gif) 0px 2px no-repeat; text-indent: 15px; font-size: 14px; font-weight: bold; color: #32658B}
	.links a:link{text-decoration: none; color: #666;}
	.links a:visited {text-decoration: none; color: #666;}
	.links a:hover {text-decoration: none; color: #cc0000;}
	..links a:active {text-decoration: none; color: #cc0000;}
