#categoryLeft {
	border: 1px solid #ccc;
	margin: 20px 0;
}
#categoryLeft>ul>li>a {
	color: #333;
	text-transform: none;
	font-weight: bold;
}
#categoryLeft a {
	text-transform: none;
	color: #333;
}
#categoryLeft>ul>li {
	padding: 8px 0;
}
#categoryLeft>ul {
	margin-left: 0;
}
#categoryLeft>ul>li>ul {
	padding-left: 0;
}
#newImage {
	height: 300px;
	background: #f9cfcf;
	cursor: pointer;
	display: block;
}
#newImage img{
	max-height: 100%;
	max-width: 100%;
}
#newTitle a{
	font-weight: bold;
	padding: 10px 0;
	text-transform: none;
	color: #333;
	display: block;
	margin-bottom: 20px;
}
#newsContent img {
	max-width: 100%;
	height: auto !important;
	width: auto !important;
}
#newsContent {
	text-align: center;
}