.dgwys-list-box{
	width: 100%;
	height: 550px;
	overflow: hidden;
	background: url(../img6/bg1.jpg) center top no-repeat;
	padding-top: 55px;
}
.dgwys-list-box ul{
	position: relative;
	width: 100%;
	height: 100%;
	display: table;
}
.dgwys-list-box ul:after{
	content: '';
	position: absolute;
	bottom: 53.5%;
	left: 50%;
	width: 100%;
	height: 2px;
	background: url(../img6/p9.png) no-repeat;
	display: block;
	margin-top: -1px;
	margin-left: -468px;
}
.dgwys-list-box ul li{
	position: relative;
	width: 25%;
	text-align: center;
	margin-bottom: 40px;
}
.dgwys-list-box ul li:after{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 130px;
	background: #fff;
	display: block;
	margin-top: -65px;
}
.dgwys-list-box .an:after{
	display: none;
}
.dgwys-list-box ul li img{
	width: 98px;
	height: 98px;
	border-radius: 50%;
	display: block;
	margin: 0 auto 15px; 
}
.dgwys-list-box .text{
	width: 85%;
	margin: 0 auto;
	color: #fff;
}
.dgwys-list-box .text strong{
	font-size: 14px;
	display: block;
	font-weight: normal;
	margin-bottom: 10px;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.dgwys-list-box .text p{
	font-size: 12px;
	line-height: 1.3;
}
.dgwys-list-box b{
	color: #fff;
	display: block;
	font-size: 26px;
	font-weight: normal;
	text-align: center;
}