.MTABODY{
	width: 800px;
    padding: 40px 0;
    margin: auto;
    margin-top: 44px;
    text-align: center;
    background-color: #fff;
    position: relative;
    border-radius: 4px;
    
}
.MTATitle{
	font-weight: bold;
	font-size: 26px;
	color: #000000;
	margin-bottom: 20px;
    margin-top: 25px;
	/*font-family: PingFang Bold;*/
}
.mtaLis{
	overflow-x:scroll;
	width: 750px;
	margin: auto;
	height: 400px;
	border: none;
	background-color: #fff
}
.mtaLis ul>li+li{
	margin-top: 15px;
} 
.mtaLis ul>li{
	padding-left: 15px;
}
.mtah2{
	font-weight: bold;
	color: #000;
}
.mtadiv{
	line-height:25px;
	margin:20px auto;
}
.mtah22{
	font-weight: bold;
	margin: 20px auto;
	color: #000;
}
.mtadiv1{
	line-height:25px; 
	margin:20px auto
}

