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;
	}
}

/*列表*/
.bhy-list>.list-one{
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: solid 1px #dddddd;
}
.bhy-list .bhy-img{
	padding-bottom: 20px;
}
.bhy-list .bhy-img img{
	width: 100%;
}