@charset "utf-8";
.info1{
	border-bottom: 1px dashed #eeeeee;
}
.info1 .title{
	text-align: center;
	font-weight: bold;
	line-height: 26px;
}
.info1 .box{
	line-height: 36px;
	word-break: break-all;
}
.info1 .list .name{
	display: inline-block;
	width: 84px;
}
.info1 .list p{
	display: inline-block;
}
.info1 .box .more{
	background: #fff;
	text-align: right;
	color: #19518c;
}
@media only screen and (max-width:1200px){
	.securityInfo .halfMo{
		width: calc(100% + 0.6rem);
		margin-left: -0.3rem;
		margin-right: -0.3rem;
		padding: 0.1rem 0.3rem 0.2rem;
	}
	.info1 .title{
		line-height: 1.8;
	}
	.info1 .box{
		line-height: 2;
	}
	.info1 .box .more{
		text-align: center;
		margin-top: 0.2rem;
	}
	
}