section{
	display: flex;
	flex-direction: column;
	padding-top:10px;
	background: #fff;
}
.culture_list{
	height:85px;
	margin: 7px;
	margin-left: 10px;
	margin-right: 10px;
	/*background: #fff;*/
	display: flex;
	align-items: center;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	padding: 10px;
	padding-left: 25px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	background-image: url(../img/expert_bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position-x: 270px;
}
.culture_list:before{
	content: '';
	height: 100%;
	width: 7px;
	background: #78552A;
	position: absolute;
	left: 0;
}
.culture_list div:first-of-type{
	width: 40px;
	height: 50px;
	flex-shrink: 0;
	margin-right: 15px;
	justify-content: center;
	display: flex;
}

.culture_list div img{
	height: 100%;
}
.culture_list .info{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.culture_list .info p:first-of-type{
	font-size: 18px;
	margin-bottom: 5px;
}
.culture_list .info p:last-of-type{
	font-size: 13px;
	color:#999999;
	display: flex;
}
.culture_list .info p:last-of-type span{
	margin-right: 10px;
}
