.clearfix:after{display:block;content:"";clear:both}
.security_guide_bg{
	width:100%;
	margin-top:40px;
}
.security_guide{
	width:100%;
	margin: 0 auto;
	font-size:12px;
}
.security_guide > div:nth-child(1){
	width:20%;
	float:left;
}
.security_guide > div:nth-child(2){
	width:80%;
	float:left;
}
.security_guide > div > p > span{
	color:#D5D5D5;
	font-size:13px;
}
.security_guide > div > p > span:nth-child(1){
	float:left;
	width:25%;
}
.security_guide > div > p > span:nth-child(2){
	float:left;
	width:75%;
}
.security_guide > div:nth-child(1) > img{
	border-radius:5px;
	width:40px;
	background-color:#D5D5D5;
}