/*
说明：此页面的左侧的导航与其他不一样，他比较宽

研究队伍>固定人员 -- 列表页面
*/

/*左侧的导航*/
.sidebar_a {
	width: 317px;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	height: 50px;
	background: #10aaad;
	color: #ffffff;
	line-height: 50px;
	position: relative;
	margin-top: 42px;
}

.sidebar-img {
	width: 100%;
	height: 8px;
	position: absolute;
	left: 0;
	bottom: -8px;
}

.sid_a_cont {
	width: 300px;
	margin: 0 auto;
}

.sid_a_cont ul {
	text-indent: 0;
}

.CurTeam {
    background: #009396 !important;
}

.sid_a_cont ul li {
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 260px;
	margin: 0 auto;
	background: #1ac0c3;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	text-align-last: justify;
	text-align: justify;
	text-justify: distribute-all-lines;
	padding: 0 20px;
}

.sid_a_cont ul li a {
	font-size: 17px;
	color: #ffffff;
}

/*左侧的导航结束*/






