@media screen and (max-width: 840px) {
	.left-pc {
		display: none;
	}
}

.left-pc {
	min-height: 60px;
	background: #003941;
	float: left;
	width: 100%;
	color: #fff;
	margin-bottom: 10px;
}

.left-pc .pc-si {
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	background: #DC3F14
}

.left-pc a {
	display: block;
	color: #fff;
}

.left-pc .pc-box {
	display: block;
	background: #36c;
	text-align: center;
}

.left-pc .pc-box dt {
	border-bottom: 1px dotted #3A96AB;
	width: 100%;
	height: 45px;
	font-size: 16px;
	line-height: 45px;
	float: left
}

.left-pc .pc-box dd {
	border-bottom: 1px dotted #3A96AB;
	width: 50%;
	height: 33px;
	line-height: 33px;
	float: left;
	background: #28616E
}

.left-pc .pc-box dd a {
	border-left: 1px dotted #3A96AB;
}

.left-pc .pc-box dd:hover {
	background: #DC3F14
}

.left-pc .pc-box dd a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.left-pc .pc-box dd a:after {
	content: "·";
	display: block;
	height: 0;
	visibility: hidden;
}
