.dg-text{
	padding: 10px 30px;
}
.dg-text .dg-header{
	margin-top: 60px;
	text-align: center;
}
.dg-text .dg-header-name{
	font-size: 24px;
	display: inline-block;
	justify-content: center;
	vertical-align: middle;
	margin-right: 10px;
}
.dg-text .dg-download{
	padding: 3px 15px;
	background-color: #d0e2f6;
	color: #165095;
	border: 1px solid #165095;
	border-radius: 20px;
	vertical-align: middle;
	font-size: 16px;
}
.dg-text .dg-title{
	padding: 32px 0 32px 0 ;
	background-color: #f4f4f4;
	border: 1px solid #ebebeb;
	margin-top: 50px;
	line-height: 24px;
	font-size: 16px;
	overflow: hidden;
}
.dg-text .dg-title li{
	padding-left: 150px;
	line-height: 28px;
}
.dg-text .dg-title-float{
	width: 50%;
	float: left;
	margin-top: 15px;
}
.dg-text .dg-title-name{
	color: #174da0;
}
.dg-text .dg-content{
	margin-top: 50px;
	font-size: 16px;
	line-height: 34px;
}
.dg-text .dg-content p{
	margin-bottom: 20px;
	/* line-height: 24px; */
	text-indent: 2em;
}