h1 {
	font-size: 30px;
	line-height: 45px;
}
h2 {
	font-size: 25px;
	line-height: 40px;
}
h3 {
	font-size: 22px;
	line-height: 37px;
}
h4 {
	font-size: 18px;
	line-height: 1.5;
}
h5 {
	font-size: 15px;
	line-height: 30px;
}
h6 {
	font-size: 13px;
	line-height: 28px;
}
p {
	margin: 2px 0px;
	padding: 0px;
	margin-bottom:5px;
	line-height:28px;
}
a{
	text-decoration: none;
	color: #777;
}
a:hover,a:active,a:focus {
	outline: 0;
	text-decoration: none;
	color: #999;
}
hr {
	margin: 10px 0px;
	padding: 0px;
	border-top: 0px;
	border-bottom: 1px solid #eee;
}
:focus {
	outline:none;
}
::-moz-focus-inner {
	border:0;
}
   
.persons{
 padding: 0 15px;
}
.persons a {font-size: 16px;}
.persons .item{
	/*max-width: 450px;*/
    margin: 0;
    border-radius: 4px;
    box-shadow: 2px 2px 0px 1px rgba(0,0,0,0.06);
    display: flex;
}
.persons .head{
	background: #fbfbfb;
    padding: 0.5rem;
    border: 1px solid #ddd;
    border-bottom: 1px solid #e7e7e7;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    max-width: 150px!important;
    min-width: 150px!important;
}
.persons .head img{
	width:90px; 
	margin:0px;
	border:2px solid #fff;
	box-shadow:0px 0px 5px rgba(0,0,0,0.05);
}
.persons .head h2{
font-size: 0.9rem;
    line-height: 1;
    margin-top: 0.5rem;
    font-weight: 600;
    text-align: center;
    color: #05185a;
}
.persons .head h2 a{
	color:#666;
}
.persons .head h2 span{
	display:block;
	font-size:14px;
	line-height:28px;
	color:#999;
}
.persons .person-content{
	background:#fff;
	border:1px solid #ddd;
	border-top:0px;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
}
.persons .person-content ul{
	margin:0px;
}	
.persons .person-content ul li{
	    padding: 6px 5px;
    border-bottom: 1px solid #eee;
    font-size: 13px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.persons .person-content ul li a{
	color:#777;
}
.persons .person-content ul li:last-child{
	border-bottom:0px;
}
.persons .person-content ul li:hover{
	background:#fdfdfd;
}
.persons .person-content ul li i{
	display:inline-block;
	width:35px;
	height:35px;
	color:#fff;
	line-height:35px;
	text-align:center;
	font-size:15px;
	border-radius:100px;
	margin-right:10px;
	font-weight:normal;
}