
.culture-content{
	width:70%;
	margin: 50px auto 70px;
}
.culture-content .cul-title{
	width:160px;
	margin: 0 auto;
	border-bottom: 1px solid #ac232a;
}
.culture-content .cul-title .sty-h{
	color:#5f5f5f;
	font-size: 1.5rem;
	height: 30px;
	line-height: 30px;
}
.culture-content .cul-title .sty-p{
	font-size: 1rem;
	height: 30px;
	line-height: 30px;
}
.culture-content .title-content{
	height: 60px;
	line-height: 60px;
}
.culture-content .title-content .title-icon{
	height: 10px;
	width:10px;
	background: #b81b22;
	border-radius: 50%;
	display: inline-block;
}
.culture-content .title-content span{
	display: inline-block;
}
.culture-content .title-content span.text-style1{
	font-size: 1.25rem;
	font-weight: 600;
}
.culture-content .title-content span.text-style2{
	font-size: 1rem;
	color: #dcdedd;
}
.culture-content .layui-col-md6{
	background: #b81b22;
}
.culture-content .layui-col-md6 .img-content{
	width:50%;
	display: block;
	float: left;
}
.culture-content .layui-col-md6 .icon-content{
	position: relative;
	width:50%;
	display: block;
	float: left;
}
.culture-content .layui-col-md6 .icon-content img{
	width:25%;
	position: absolute;
	top: 10px;
	left: 10px;
}

.culture-content .layui-col-md6 h3{
	width:100%;
	height: 46px;
	line-height: 46px;
	padding-left: 32%;
	box-sizing: border-box;
	color: white;
	margin-top: 10px;
	font-size: 1rem;
}
.culture-content .layui-col-md6 p{
	width:100%;
	line-height: 20px;
	padding-left: 32%;
	box-sizing: border-box;
	color: white;
	font-size: 0.75rem;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp:4;
    -webkit-box-orient: vertical;
}
.culture-bom{
	width:100%;
	height: 200px;
	background: #4b4a48;
	color:white;
}
