*{
	padding: 0px;
	margin: 0px;
}
body{
	background-color: #EEE;
}
.ui-content{
	width: 1200px;
        min-height: 564px;
	margin:30px auto 40px;
	background-color: #FFFFFF;
}
.ui-ctr-tp{
	width: 1159px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #D8D8D8;
	padding-top: 10px;
}
.ui-ctr-tp-h{
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	border-bottom: 2px solid #0647A6;
	padding-bottom: 3px;
}
.ui-ctr-tp-p{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 34px;
}
.ui-ctr-tp-img{
	width: 16px;
	height: 16px;
	margin-right: 5px;
}
.ui-ct{
	width: 1159px;
	margin: auto;
	overflow: hidden;
}
.ui-ct-tp{
	width: 100%;
	border-bottom: 1px solid #D8D8D8;
	padding: 20px 0px;
}
.ui-ct-tp-h{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #555555;
	padding-bottom: 10px;
	text-align: center;
}
.ui-ct-tp-p{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	text-align: center;
}
.ui-ct-tx{
	margin: 30px 0px;
}
.ui-ct-tx p{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 28px;
	text-indent: 2em;
}
.ui-ct-tx img{
	width: 600px;
	margin: 15px auto;
	display: block;
}