﻿/*
说明：不文件为左侧的导航
*/

/*左侧的导航*/
.sidebar_a {
	width: 270px;
	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: 270px;
	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: 256px;
	margin: 0 auto;
	background: #1ac0c3;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
}

.sid_a_cont ul li a {
	font-size: 17px;
	color: #ffffff;
}

/*左侧的导航结束*/








