body{
	background: #f4f6fa;
}
.bmfw-topbar{
	margin: 32px 0;
}
.bmfw-main{
	background: #fff;
	padding: 44px 30px 62px;
	margin-bottom: 50px;
}
.bmfw-nav{
	width: 302px;
}
.bmfw-nav .tit{
	display: block;
	border: 1px solid #dae1ec;
	padding: 20px 16px;
	font-size: 18px;
	line-height: 24px;
	color: #333333;
}
.bmfw-nav .tit.cur{
	background: #1f58ae;
	border: 1px solid #1f58ae;
	border-bottom: 2px solid #be0d0d;
	color: #fff;
	font-weight: bold;
}
.bmfw-nav .tit i{
	display: none;
	width: 8px;
	height: 1px;
	background: #fff;
	margin: 0 9px 0 12px;
	vertical-align: middle;
}
.bmfw-nav .tit.cur i{
	display: inline-block;
}
.bmfw-nav .tit:hover{
	color: #1f58ae;
}
.bmfw-nav .tit.cur:hover{
	color: #fff;
}
.bmfw-con{
	width: 996px;
}
.bmfw-tit1{
	border-bottom: 2px solid #f2f2f2;
	height: 38px;
}
.bmfw-tit1 .tit{
	display: inline-block;
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	padding-bottom: 16px;
	border-bottom: 2px solid #be0d0d;
	min-width: 140px;
}
.bmfw-list1{
	padding-top: 22px;
}
.bmfw-list1 a{
	display: inline-block;
	width: 226px;
	height: 170px;
	border-radius: 4px;
	box-shadow: 0 0 10px 0 rgba(81,94,129,.15);
	text-align: center;
	margin-right: 30px;
	margin-bottom: 36px;
	background: url(2024bmfwbg1.png) center no-repeat;
}
.bmfw-list1 a:nth-child(4n){
	margin-right: 0;
}
.bmfw-list1 a img{
	margin: 18px 0 30px;
	height: 46px;
}
.bmfw-list1 a p{
	color: #333333;
	font-size: 16px;
	padding: 0 10px;
	line-height: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.pagination{
	margin-top: 8px;
}

@media screen and (max-width: 768px){
	.bmfw-topbar{
		margin: .3rem 0;
	}
	.bmfw-topbar img{
		width: 100%;
	}
	.bmfw-main{
		padding: .3rem .2rem;
		margin-bottom: .3rem;
	}
	.bmfw-nav{
		width: 100%;
	}
	.bmfw-nav .tit{
		padding: .2rem .3rem;
		height: auto;
		line-height: .5rem;
		font-size: .32rem;
	}
	.bmfw-nav .tit.cur i{
		margin: 0 .2rem;
	}
	.bmfw-con{
		margin-top: .3rem;
		width: 100%;
	}
	.bmfw-tit1{
		height: .62rem;
	}
	.bmfw-tit1 .tit{
		font-size: .32rem;
		line-height: .42rem;
		padding-bottom: .2rem;
		min-width: auto;
	}
	.bmfw-list1{
		padding-top: .3rem;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.bmfw-list1 a{
		width: 48%;
		margin: 0 0 .3rem;
		height: 2rem;
	}
	.bmfw-list1 a img{
		margin: .2rem 0;
		height: .5rem;
	}
	.bmfw-list1 a p{
		font-size: .32rem;
		line-height: .42rem;
		padding: 0 .2rem;
	}
}