.culture-icon{
	width:120px;height:120px;border-radius: 50%;margin: 0 auto;
}
.culture-icon-1 {
	background: #00a5e5 url(../images/qywh/culture1.png) no-repeat center center / 50px ;
}	
.culture-icon-2 {
	background: #ec008c url(../images/qywh/culture2.png) no-repeat center center / 50px ;
}
.culture-icon-3 {
	background: #75559b url(../images/qywh/culture3.png) no-repeat center center / 50px ;
}	
ol, ul {
    list-style: none;
}
.culture-title {
    font-size: 24px;
    text-align: center;
    margin: 20px 0;
    font-weight: 700;
}
.culture-desc {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: justify;
    text-align: center;
    line-height: 24px;
    font-size: 15px;
    font-weight: 500;
}

@media (max-width: 640px) {
    .culture-icon{
		width:100px;height:100px;border-radius: 50%;margin: 0 auto;
	}
	.culture-title {
		font-size: 22px;
		text-align: center;
		margin: 15px 0;
		font-weight: 700;		
	}
	.culture-desc {
		margin-bottom:10px;
	}
}