#navigation {
	display: none;
}
.cubeinfo {
	width: 500px;
	padding: 0 20px 20px 20px;
}
.cubeinfo h1 {
	background: url(../images/news/title.png) no-repeat center;
}
.cubeinfo h4 {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.7;
	margin-bottom: 10px;
	color: #000;
}
.cubeinfo div h7 {
	float: left;
	line-height: 1.8;
	color: #999;
}
.cubeinfo div p {
	float: left;
	line-height: 1.8;
	margin-left: 5px;
	color: #999;
}
#newsContent {
	border-top: 1px dotted #E5E5E5;
	padding-top: 20px;
	overflow: hidden;
}
.ListBt {
	border-top: 3px solid #e21f25;
	padding-top: 20px;
	margin-top: 20px;
}
.ListBt a {
	padding: 5px 10px;
	background: #e21f25;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	transition: all 0.4s;
	cursor: pointer;
}
.ListBt a:hover {
	background: #333;
	color: #FFF;
	transition: all 0.4s;
}
#newsContent p, #newsContent div {
	color: #333;
}
