﻿/*历史沿革*/
.lsyg{
	padding-top: 16px;
}
.lsyg h1{
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #333333;
}
.lsyg .lsyg-bd{
	margin-top: 5px;
	margin-left: 95px;
	border-left: 3px solid #e5e5e5;
	width: 610px;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	padding-top: 18px;
}
.lsyg .lsyg-bd dt{
	padding-left: 20px;
	width: 87px;
	font-size: 20px;
	font-weight: bold;
	color: #666666;
	line-height: 32px;
	float: left;
	position: relative;
}
.lsyg .lsyg-bd dt:before{
	width: 15px;
	height: 15px;
	border-radius: 100%;
	background: #337fb6;
	position: absolute;
	left: -9px;
	top: 9px;
	content: " ";
}
.lsyg .lsyg-bd dd{
          float: left;
          width:500px;
	min-height: 60px;
	margin-bottom: 29px;
}
.lsyg .lsyg-bd dt.on{
	color: #0066B1;
}
.lsyg .lsyg-bd dt.on:before{
	width: 25px;
	height: 25px;
	background: #77b5ed;
	left: -14px;
	top: 3px;
}
.lsyg .lsyg-bd dd.on{
	color: #00599a;
}