@charset "UTF-8";
/* CSS Document */


.bhcCommentMainBox{
	width: 100%;
	margin: 48px 0 80px;
	overflow: hidden;
}

.bhcRightBox{
	width: 75%;
	float: right;
}


.contactImgBox{
	width: 100%;
	height: 280px;
	overflow: hidden;
}

.contactImgBox img{
	width: 100%;
}


.bhcRightBox h1{
	color: #05377e;
	font-size: 24px;
	font-weight: 600;
	margin: 20px 0 30px;
}

.groupMessage{
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
}

.groupMessage span{
	display: inline-block;
	min-width: 160px;
	margin-right: 100px;
	color: #666666;
	font-size: 16px;
	margin-bottom: 20px;
}

.otherMessage{
	padding-top: 20px;
	border-bottom: none;
}

.otherMessage span{
	min-width: 310px;
}