/*table{
       width: 100% !important;
}*/
.ui-body{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	padding-top: 20px;
	background: #F8F8F8;
}
.body-top{
	width: 100%;
	height: 52px;
	background: #FFFFFF;
	margin-bottom: 20px;
}
.body-top-wei{
	width: 1400px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.home1{
	width: 20px;
	height: 19px;
	display: block;
	margin-right: 6px;
}
.weiz{
	font-size: 16px;
	font-family: 'Source Han Sans CN';
	font-weight: 400;
	color: #333333;
	line-height: 52px;
}
.weiz a{
	color: #870806;
}
.list-l{
	width: 246px;
	height: 100%;
	background: #FFFFFF;
}
.list-l-top{
	width: 246px;
	height: 74px;
	background: #B80700;
	font-size: 20px;
	font-family: 'Source Han Sans CN';
	font-weight: 400;
	color: #FFFFFF;
	line-height: 74px;
	margin-bottom: 18px;
	text-align: center;
}
.list-l-ul{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.list-l-li{
	height: 56px;
	background: #E2E2E2;
	margin-bottom: 15px;
	position: relative;
}
.list-l-li:last-child{
	margin-bottom: 60px;
}
.list-l-li-a{
	font-size: 17px;
	font-family: 'Source Han Sans CN';
	font-weight: 400;
	color: #333333;
	line-height: 56px;
	text-align: center;
	display: block;
	position: relative;
	padding-left: 4px;
}
.list-l-li-a:before{
	content: '';
	position: absolute;
	left: 0;
}
.list-l-li-a:hover:before{
	width: 4px;
	height: 100%;
	background: #B80700;
}
.list-r{
	width: 1134px;
	height: auto;
	overflow: hidden;
	background: #fff;
	padding: 20px 24px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.list-pic-box{
	width: 200px;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	margin: 0px 8px 0px 9px;
}
.list-pic{
	width: 200px;
	height: 100px;
	display: block;
	border-radius: 6px;
}
.list-pic-p{
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 4px 0;
}






