/*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;
}
.cont-top{
	border-bottom: 1px solid #F3F3F3;
}
.cont-top-tit{
	font-size: 20px;
	font-family: 'Source Han Sans CN';
	font-weight: 400;
	color: #B80700;
	text-align: center;
	line-height: 20px;
	padding: 12px 0 20px 0;
}
.cont-top-tit1{
	font-size: 14px;
	font-weight: 400;
	color: #333;
	text-align: center;
	padding-bottom: 10px;
	font-family: 'Source Han Sans CN';
}
.cont-main{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 10px 0;
}
.cont-main-p{
	font-size: 16px;
	font-family: 'Source Han Sans CN';
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	text-indent: 30px;
	text-align: left;
}
.cont-main-img{
	width: 831px;
	height: 623px;
	margin: 10px auto;
	display: block;
}
