.bus_scope{
	padding-bottom: 60px;
	padding-top: 30px;
}
.bus_process img{
	width: 100%;
}
.bus_scope .scop_img{
	width: 50%;
}
.bus_scope .scop_list{
	width:calc(50% - 40px) ;
	padding-left: 40px;
}
.bus_scope .scop_list .scop_list_title{
	color: #006ebc;
	font-size:20px;
	padding-bottom: 16px;
	line-height: 25px;
}
.bus_scope .scop_list .scop_list_detail{
	color: #414141;
	font-size:14px;
	margin-bottom: 15px;
	line-height: 23px;
}
.bus_process{
	padding-top: 40px;
}

@media screen and (max-width:750px) {
	.bus_scope .scop_img{
		width: 100%;
		margin-bottom: 20px;
	}
	.bus_scope .scop_list{
		width: 100%;
	}
	.bus_scope{
		padding: 0;
	}
	.bus_process{
		padding: 0;
	}
}