html,body{
	background-color: #fff;
}

/*内容区域*/
.body{
	width: 80%;
	padding-bottom: 30px;
}
.body .title{
	margin-bottom: 20px;
}
@media screen and (max-width: 991px){
	.body{
		width: 100%;
		padding-bottom: 30px;
	}
}


/*单位列表*/
.dw-list>.dw-one>div{
	border:solid 3px #bbbbbb;
	padding: 15px;
}
.dw-list>.dw-one>div.active{
	border: solid 3px #288c3c;
}
.dw-list>.dw-one:nth-child(4n+1){
	clear: left;
}
.dw-list .name{
	margin-bottom: 20px;
	min-height: 42px;
}
.dw-list .name+div{
	min-height: 73px;
}