.detection_content_right_title {
	width:100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	border-bottom:1px solid #dcdfe6
}
.detection_content_right_title_left>p {
	font-size:18px;
	font-weight:700;
	color:#0076c6;
	line-height:36px
}
.detection_content_right_title_right>span {
	font-size:14px;
	font-weight:400;
	color:#676e77;
	line-height:30px
}
.contact-cont {
	width:100%;
	margin-top:20px
}
.contact-cont-info {
	width:100%
}