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: #0A74CC;
	font-weight: bold;
	text-align: left;
	margin: 10px 0;
}
.ui-leader-group{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 15px 0;
}
.ui-leader-groupspan{
    font-size: 16px;
    font-weight: bold;
    text-align-last: justify;
    min-width: 110px;
	color: #333;
}
.ui-leader-groupname{
	margin-right: 10px;
	margin-left: 10px;
	white-space: nowrap;
	font-size: 16px;
	color: #333;
	margin-bottom:10px;
}
.ui-leader-outbox {
	width: 1000px;
	display: flex;
	flex-wrap: wrap;
}