.dg-info{
	background-color: #FFFFFF;
	padding: 57px 30px 105px 30px;
}
.dg-info .dg-info-con{
	position: relative;
	min-height: 450px;
	margin-bottom: 56px;
}
.dg-info-text p{
	margin-bottom: 45px;
}
.dg-info .dg-info-btn{
	padding: 11px 48px 13px 47px;
	border: 1px solid #B5B5B5;
	color: #666666;
	border-radius: 3px;
	cursor: pointer;
	font-size: 16px;
	background-color: transparent;
	margin-top: 30px;
}
.dg-info .dg-info-btn:hover{
	border-color: #165095;
	color: #165095;
}
.dg-info .dg-info-btn:active{
	background-color: #FFFFFF;
	border-color: #165095;
	color: #165095;
}
.dg-info .dg-info-img{
	width: 520px;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	height: 442px;
}
.dg-info .dg-info-name{
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	line-height: 55px;
}
.dg-info .dg-info-content{
	margin-top: 20px;
	background-color: #ededed;
	padding: 50px 40px 60px 40px;
	min-height: 290px;
	margin-right: 80px;
}
.dg-info .dg-info-text{
	font-size:16px;
	font-weight:400;
	color: #333333;
	line-height:30px;
}
.dg-info .dg-info-other .dg-info-name{
	font-size: 20px;
	line-height: normal;
}
.dg-info .dg-info-other .dg-info-text {
	color: #666666;
	margin-bottom: 30px;
	margin-top: 30px;
	height: 90px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	max-height: 90px;
}
.dg-line-clamp {
	position: relative;
}
.dg-line-clamp::before {
	content: '...';
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 10%;
	height: 1.8em;
}
.dg-info .dg-info-other{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.dg-info .dg-info-item{
	flex: 1;
	background-color: #FFFFFF;
	box-shadow: 0 0 5px #EEEEEE;
	margin-right: 20px;
	background-color: #EDEDED;
}
.dg-info .dg-info-item:last-child{
	margin-right: 0px;
}
.dg-info  .dg-other-img{
	width: 100%;
	height: 440px;
}
.dg-info .dg-other-content{
	padding: 40px 30px 60px;
}