
.culture-content{
	width:70%;
	margin: 50px auto 70px;
	padding: 20px;
	box-sizing: border-box;
	background: #f7f7f7;
}
.qua-title{
	width:280px;
	margin: 50px auto;
	border-bottom: 1px solid #ac232a;
}
.qua-title .sty-h{
	color:#5f5f5f;
	font-size: 1.5rem;
	height: 30px;
	line-height: 30px;
}
.qua-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 img{
	width:100%;
}
