body{
	/*background: #fdfbf8;*/
}
.ui-listguide {
	width: 1140px;
	height: 40px;
	margin: 0 auto;
	border-bottom: 1px solid #bfbfbf;
	background: url(../../images/ws/guide.png) left center no-repeat;
}
.ui-listguide-p{
	font-size: 18px;
	color: #666;
	line-height: 40px;
	text-indent: 2em;
}
.ui-listguide-a{
	color: #333;
	
}
.ui-leader{
	width: 1140px;
	margin: 20px auto;
	height: auto;
	
}
.ui-leader-p{
	font-size: 22px;
	color: #1f5781;
	font-weight: bold;
	text-align: left;
	margin: 10px 0;
}
.ui-leader-group{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	
	margin: 30px 0;
}
.ui-leader-groupspan{
    font-size: 16px;
    font-weight: bold;
    text-align-last: justify;
    min-width: 115px;
	color: #333;
}
.ui-leader-groupname{
	margin-right: 20px;
    margin-left: 20px;
    white-space: nowrap;
    font-size: 16px;
    color: #333;
    width: 50px;
    display: block;
    float: left;
    text-align-last: justify;
}