@charset "utf-8";

/*小屏端样式*/
@media (max-width: 800px) {
	#leftMenu dt {
		display: none;
	}
	#leftMenu dd {
		float: left;
		width: calc(33.33% - 1px);
		background-color:#e6f4fa;
		border-bottom:1px solid #c9e1ec;
		border-right:1px solid #c9e1ec;
		overflow: hidden;
		height: 32px;
	}
	#leftMenu dd:nth-child(3n+1) {
		width: 33.33%;
		border-right:0;
	}
	#leftMenu dd a {
		line-height:32px;
		padding-left:0;
		color:#0069ab;
		font-size: 12px;
		background: none;
	}
	#leftMenu dd a:hover {
		background: none;
	}
	
	#navTitle span {
		display: none;
	}
	
	.table {
		overflow-x:auto;
		overflow-y:hidden;
		display:inline-block;
		float: none !important;
		width: 100% !important;
	}
	.table td {
		white-space:nowrap;
	}
	.tableFix {
		display: table;
		overflow: visible;
	}
	.tableFix td {
		white-space:normal;
	}
}