.main{
	padding: 50px 0 100px;
	
}
.main .left{
	width: 850px;
	float: left;
	color: #666;
	font-size: 18px;
}
.main .breadcrumbs{
	margin-bottom: 30px;
}
.main .left p{
	line-height: 1.5;
	margin-bottom: 20px;
}
.main .right{
	width: 300px;
	float: right;
}
.main dt{
	font-size: 18px;
	color: #434343;
	font-weight: bold;
	padding-bottom: 10px;
}
.main dd{
	line-height: 1.5;
}
.main dd a{
	color: #347fc7;
	text-decoration: underline;
	font-size: 16px
}
.main dd a:hover{
	color: red;
}