﻿/*左侧*/
.left_link:link,.left_link:visited ,.left_link:active {
	font-size: 14px;
	font-weight: bold;
	color: #2660AB;
	text-decoration: none;
}
.left_link:hover {
	font-size: 14px;
	font-weight: bold;
	color: #2660AB;
	text-decoration: underline;
}