.LeftBox {
	width: 220px;
	background: #000;
	color: #FFF;
	text-align: center;
	padding: 0px;
}

.LeftMenu {
	padding: 0px;
	padding-bottom: 30px;
}

.LeftMenu li {
	position: relative;
	font-size: 12px;
}

.LeftMenu a {
	color: #FFF;
	line-height: 36px;
}

.LeftMenu .Category {
	font-size: 15px;
	line-height: 50px;
	border-top: #888 solid 1px;
	margin-top: 20px;
}

.Category:first-child {
	border: 0px;
}

.Selected {}

.Selected::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 10px 7px 0;
	border-color: transparent #FFF transparent transparent;
}

.NewsBox {
	width: 980px;
	padding-left: 200px;
	padding-right: 200px;
	text-indent: 0px;
}

.NewsTitle {
	position: relative;
	text-align: left;
	line-height: 70px;
	font-size: 36px;
}

.NewsTitle:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 35px;
	height: 3px;
	background: #000;
}

.NewsContent {
	padding: 0px;
	text-indent: 0px;
}