@import url(submenu.css);
#sideBar {float: left; overflow: hidden; width: 130px; margin-right: 20px;}
#mainContent {float: left; overflow: hidden; width: 560px; }
	.pageTitle {overflow: hidden; width: 560px; height: 40px; border-bottom: 1px solid #ccc;}
		.pageTitle h2 {padding: 0; margin: 0; background: url(../images/title_point.gif) 0px 10px no-repeat; text-indent: 25px; line-height: 40px; font-size: 18px; font-weight: bold; color: #32658B;}
	.content {overflow: hidden; width: 560px;}
		/*标题列表*/
		.articleItem {overflow: hidden; width: 560px; padding: 10px 0; border-bottom: 1px dotted #ccc;}
			.articleItem h3 {line-height: 30px; font-size:14px;}
				.articleItem h3 a:link{text-decoration : none; color : #32658B;}
				.articleItem h3 a:visited {text-decoration : none; color : #666666;}
				.articleItem h3 a:hover {text-decoration : none ;color : #cc0000;}
				.articleItem h3 a:active {text-decoration : none;color : #cc0000;}
			.articleItem p {font-size: 12px;}
				.articleItem p img {float: left; margin: 0 10px 0 0;}
		/*分页*/
		.pages{width:560px; height:40px; margin:0 auto; line-height: 40px; color:#999999;  text-align:center; }
			.pages a:link{text-decoration : none; color : #666666;}
			.pages a:visited {text-decoration : none; color : #666666;}
			.pages a:hover {text-decoration : underline; color : #214278;}
			.pages a:active {text-decoration : underline; color : #214278;}
	
