body{
	background: #fdfbf8;
}
.ui-content{
	background: #fff;
	margin-top: 0;
	overflow: hidden;
}
.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-list{
	width: 1140px;
	height: auto;
	margin: 20px auto;
}
.ui-list-menu{
	width: 100%;
	display: flex;
	height: 36px;
	border-bottom: 1px solid #bfbfbf;
}
.ui-list-menu-name{
	width: 126px;
	height: 36px;
	background: #1475c6;
	color: #fff;
	font-size: 22px;
	line-height: 36px;
	text-align: center;
	margin-right: 10px;
}
.ui-listul{
	width: 100%;
	height: auto;
	margin: 25px auto 0;
}
.ui-listli {
	width: 100%;
	height: 60px;
	border-bottom: 1px dotted #e6e0d8;
	background: url(../../images/ws/dian.png) left center no-repeat;
}

.ui-listli-a{
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
}
.ui-listli-title{
	font-size: 18px;
	color: #333;
	line-height: 60px;
	text-indent: 1em;
}

.ui-listli-date{
	line-height: 60px;
	color: #888;
	font-size: 18px;
}
.ui-page{
	width: 100%;
	height: 30px;
	margin: 30px auto;
	display: flex;
	justify-content: center;
}
.ui-page-mess{
	font-size: 14px;
	color: #666;
	line-height: 25px;
	margin-right: 5px;
}
.ui-page-button{
    width: 85px;
    height: 25px;
    font-size: 14px;
    text-align: center;
    line-height: 25px;
    border: 1px solid #ededed;
	color: #666;
	margin: 0 5px;
}
.ui-leaderlist{
	width: 1140px;
	height: auto;
	margin: 20px auto;
	display: flex;
	justify-content: space-between;
}
.ui-leaderlist-right{
	width: 850px;
	height: auto;
}
.ui-leaderlist-left{
	width: 262px;
	height: auto;
	
}
.ui-leaderlist-img{
	display: block;
	width: 150px;
	height: 206px;
	margin: 0 auto;
}
.ui-leaderlist-name{
	font-size: 22px;
	color: #333;
	font-weight: bold;
	text-align: center;
	margin: 15px 0;
}
.ui-leaderlist-production{
	font-size: 18px;
	color: #333;
}
.ui-leaderlist-production a{
	display: block;
	width: 58px;
	height: 22px;
	background: #C3251D;
	font-size: 14px;
	text-align: center;
	line-height: 22px;
	color: #fff;
}