/*左栏导航开始===================*/
.fyLeft {
	float: left;
	width: 200px;
	margin-top: 13px;
	overflow: hidden;
	margin-bottom: 20px;
}

.fyLeft_top {
	float: left;
	width: 100%;
	height: auto;
	padding-bottom: 30px;
	background: rgb(6, 101, 119);
}

.fyLeft_top1 {
	background: url(../images/ftop.jpg) left top no-repeat;
	font-size: 18px;
	text-align: center;
	width: 100%;
	height: 60px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 60px;
}

.fyLeft_top2 {
	float: left;
	/*width: 184px;*/
	font-size: 15px;
	width: 100%;
	padding: 10px 0 0 16px;
	height: auto;
}

.fyLeft_top3 {
	width: 167px;
	height: auto;
	float: left;
	overflow: hidden;
	padding: 0 0 0 0;
}

.fyLeft_top3 a {
	width: 139px;
	height: 43px;
	/* background: url(../images/fleft.jpg) 16px center no-repeat; */
	padding-left: 28px;
	color: #9badbd;
	line-height: 43px;
	float: left;
	font-size: 14px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	border-bottom: 1px solid #273d50;
}

.fyLeft_bottom {
	float: left;
	width: 100%;
	display: inline;
	margin: 13px 0 0 0;
	background: rgb(6, 101, 119);
}

.fyLeft_bottom1 {
	background: url(../images/ctop.jpg) left top no-repeat;
	font-size: 18px;
	text-align: center;
	width: 100%;
	height: 60px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 60px;
	/*font-weight: bold;*/
}

.fyLeft_bottom2 {
	font-size: 15px;
	float: left;
	line-height: 27px;
	color: #9badbd;
	padding: 10px 0 10px 10px;
	padding-left: 10px;
}

/*左栏导航结束===================*/