@charset "UTF-8";
/* CSS Document */
.bhcCommentMainBox{
	width: 100%;
	margin: 48px 0 80px;
	overflow: hidden;
}

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



.cultureBox{
	width: 100%;
	overflow: hidden;
}

.cultureBox ul{
	overflow: hidden;
}

.cultureBox ul li{
	width: 50%;
	float: left;
	margin-bottom: 10px;
}

.cultureTwo{
	margin-bottom: 10px;
}

.cultureBox ul li h2,.cultureTwo h2{
	width: 120px;
	height: 40px;
	border-radius: 10px 0 10px 0;
	background: #05377e;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
}

.cultureBox ul li p,.cultureTwo p{
	color: #808080;
	font-size: 18px;
	line-height: 30px;
	padding: 10px 20px;
}



/*蓝海国学*/
.cultureText h1{
	width: 100%;
	text-align: center;
	color: #05377e;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 30px;
}

.cultureText p{
	text-indent: 2em;
	
	color: #808080;
	font-size: 15px;
	line-height: 28px;
}

.cultureText img{
	margin: 0 5px;
}



/*蓝海故事*/
.storyMainBox{
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

.storyMainBox ul li{
	padding: 20px;
	border-bottom: 1px solid #e6e6e6;
}

.storyMainBox ul li h2{
	font-size: 18px;
	color: #333333;
	margin-bottom: 20px;
}

.storyMainBox ul li p{
	font-size: 15px;
	color: #808080;
	line-height: 28px;
	position: relative;
	text-indent: 2em;
}
.storyMainBox ul li p span{
	color: #999;
	position: absolute;
	right: 0;
	bottom: 0;
	line-height: 28px;
}

.storyMainBox span{
	color: #999999;
	line-height: 28px;
    display: block;
    width: 100%;
    text-align: right;
	
}

.storyMainBox ul li:hover{
	background: #f0f2f5;
}

.storyMainBox ul li:hover h2{
	color: #05377e;
}