@CHARSET "UTF-8";
.container { 
	margin-top: 135px; 
	position: relative;
}

@media (max-width: 1320px) {
	.container { margin-top: 121px; }
	.left-aside { top: 143px; }
}
@media (max-width: 1120px) {
	.container { margin-top: 105px; }
	.left-aside { top: 127px; }
}
@media (max-width: 767px) {
	.container { margin-top: 120px;}
	.left-aside { top: 172px; }
}


.left-aside {
	width: 130px;
	height: 100%;
	border-right: 1px solid #333333; 
	position: fixed;
	z-index: 1;
	overflow: hidden;
	top: 157px;
	bottom: 0;
}
.left-aside .nav-pills>li {
	width: 100%;
	float: none;
	height: 40px;
}
.left-aside .nav-pills>li>a,
.left-aside .nav-pills>li>a:hover {
	width: 100%;
	height: 40px;
	border: none;
	outline: none;
	border-radius: 0;
	background-color: #fff;
	color: #333;
	padding-right: 24px;
	text-align: right;
}
.left-aside .nav-pills>li.active>a,
.left-aside .nav-pills>li.active>a:hover {
	background-color: #333;
	color: #fff;
}

.container { 
	position: relative;
	height: 100%;
}

.yellow-line {
	position: absolute;
	top: 0;
	left: 170px;
	right: 0;
	height: 0;
	border-bottom: 1px solid #ffc001;
}
.tab-content {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	padding-left: 170px;
}
.tab-content .tab-pane {
	width: 100%;
	color: #000;
	font-family: "simsun","Helvetica";
	font-size: 14px;
}

.tab-content .tab-pane .ritem {
	padding: 5px 0;
	border-bottom: 1px solid #e5e5e5;
}
.tab-content .tab-pane .ritem span {
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 5px 8px;
	border-right: 1px solid #e5e5e5;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tab-content .tab-pane .row { margin-bottom: 40px; }

@media (max-width: 767px) {
	.yellow-line, .tab-content {
		left: 15px;
		right: 15px;
		padding: 0 15px;
	}
	.tab-content .tab-pane .ritem:nth-of-type(even) span {
		border-right-color: #fff;
	}

	.dropdown {
		position: absolute;
		top: 70px;
		left: 15px;
	}
	#dLabel {
		display: block;
		width: 200px;
		height: 40px;
		background-color: #333;
		line-height: 40px;
		text-align: center;
		outline: none;
		color: #fff;
		font-size: 16px;
		text-decoration: none;
	}
	.dropdown-menu {
		width: 200px;
	    border-radius: 0;
	}
	.dropdown-menu>li>a {
		height: 40px;
		line-height: 34px;
	}
	.dropdown-menu>.active>a,
	.dropdown-menu>.active>a:focus,
	.dropdown-menu>.active>a:hover {
		background-color: #333;
	}
}

.rowtitle{
    border-bottom:1px solid #ffc001;
    margin-right: -15px;
    margin-left: -15px;
}



