/*内容*/

/*左*/
.left hr{margin:20px 0 22px 0;}

.left ul{
	width:calc(100% - 66px);
	overflow: hidden;
	margin:17px 28px 17px 38px;

}
.left ul li{
	margin-bottom:12px;
	background:url(../images/by_icon_01.png)no-repeat left center;
	padding-left:12px;
}
.left ul li span{
	font-size:14px;
	float:right;
	line-height:24px;
}
.left ul li a{
	font-size:14px;
	color:#3a3a3a;
	
	
	display:inline-table;
	width:85%;
	line-height:24px;
}
.left ul li a:hover{
	color:#126635;
}

/*右*/
.right .title{
	width:calc(100%-26px);
	height:32px;
	margin:16px 11px 24px 15px;
	border-bottom:1px solid #126635;
}
.right .title h1{
	width:98px;
	height:32px;
	background:#126635;
	color:#fff;
	font-size:16px;
	text-align: center;
	line-height:32px;
}
.right ul{
	overflow: hidden;
	margin:24px 32px 0 22px;
}
.right ul li{
	background:url(../images/by_icon_01.png)no-repeat left 9px;
	padding-left:12px;
	margin-bottom:4px;
}
.right ul li a{
	font-size:14px;
	color:#282828;
	line-height:24px;
}
.right ul li a:hover{
	color:#126635;
}
