
.about_content .about_con p a{
	text-decoration: underline;
}
.about_content .about_con ul.person li{
	width: 32%;
	margin-right: 2%;
	float: left;
	position: relative;
}
.about_content .about_con ul.person li img{
	width: 100%;margin-bottom: 0;
}
.about_content .about_con ul.person p{
	width: 98%;
	margin-bottom: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.4);
	color: #fff;
	font-size: 0.2rem;
	padding-left: 2%;
	text-align: center;
}
.about_content .about_con ul li:nth-last-of-type(1){
	margin-right: 0;
	
}

.about_content .about_con ul.message{
	padding-top: 0.5rem;
}
.about_content .about_con ul.message li {
	padding:0.2rem; border: 1px solid #ccc;
	margin-bottom: 0.2rem;
}
.about_content .about_con ul.message li div {
	
	font-size: 0.32rem;
    line-height: 0.5rem;
}
.about_content .about_con ul.message li div img{
	width: 0.5rem; height: 0.5rem; float: left; margin-right:0.2rem;
}
.about_content .about_con ul.message li p{
	font-size: 0.28rem;
    line-height: 0.30rem;
    padding-left: 0.10rem;
}
.about_content .about_con ul.message li p a{
	text-decoration: none
}
.about_content .about_con h5{
	font-size: 0.34rem;
	color: #92290d;
	line-height: 0.9rem;
}







