body{
	background: #F5F6F8;
}
header{
	/* background: rgba(47, 48, 56, 1); */
	position: relative;
}
.main{
	padding:30px 0 150px;
}
.con_box{
	background: #fff;
	height: 600px;
	padding: 30px 40px 0;
	box-sizing: border-box;
}
.con_box .pub_tit{
	font-size: 24px;
	font-weight: 900;
	color: #323232;
	line-height: 30px;
}
.con_box ul{
	margin-top: 37px;
	padding: 0 30px;
	display: flex;
	justify-content: space-between;
}
.con_box ul li{
	width: 240px;
	height: 334px;
	background: url(../img/flowChartBg.png) no-repeat center/cover;
	padding: 27px 30px 0;
	box-sizing: border-box;
}
.con_box ul li .num{
	font-size: 36px;
	font-weight: bold;
	color: #323232;
	line-height: 40px;
	margin-bottom: 50px;
}
.con_box ul li .text p{
	font-size: 14px;
	color: #323232;
	line-height: 24px;
	text-align: justify;
}
.con_box ul li .text a{
	color: #4F77FF;
}
.bar_box{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70px;
	border-top: 1px solid #F5F6F8;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-right: 20px;
	box-sizing: border-box;
}
.bar_box a{
	color: #4F77FF;
	margin-left: 15px;
}
.bar_box .btn{
	width: 90px;
	height: 30px;
	background: #4F77FF;
	border-radius: 2px;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
	margin-left: 30px;
	cursor: pointer;
	transition: all 0.3s;
	padding: 0;
}
.bar_box .btn:hover{
	background: #4E78FD
}