	#banners img {
		border: none;
		width: 940px;
		height: 100px;
	}
	
	.news {
		background-color: rgba(215, 215, 215, 0.5);
		padding: 8px;
		border-radius: 10px;
		height: 140px;
		margin: 0 8px;
	}
	.news:first-child {
		margin-left: 10px;
	}
	.news h4 {
		color: #008472;
		font-size: 14px;
	}
	.news p {
		color: #393939;
		font-size: 11px;
		text-align: justify;
	}
	.news p.more a,
	.news p.more a:visited {
		color: #003348;
		font-size: 10px;
		padding: 5px 10px;
		font-weight: bold;
	}
	.news p.more a:hover {
		text-decoration: none;
	}
	
	.page p {
		text-align: justify;
	}
	.page img {
		border: none;
	}
	.page img.s150x134 {
		width: 150px;
		height: 134px;
	}
	.page img.s150x90 {
		width: 150px;
		height: 90px;
	}
	.page .col .inner {
		padding: 10px;
	}
	.page .col {
		margin-left: 0px;
		margin-right: 0px;
	}
	.page {
		background-color: #fff;
		height: 810px;
	}