* {
	padding: 0px;
	margin: 0px;
}

.ui-contents {
	width: 100%;
	background-color: #f8f8f8;
	overflow: hidden;
}

.ui-ct-tp {
	width: 100%;
	border-bottom: 1px solid #d8d8d8;
}

.ui-ct-tpx {
	width: 1300px;
	margin: 10px auto 12px;
	display: flex;
	justify-content: space-between;
}

.ui-ct-tpxl-h4 {
	font-size: 24px;
	color: #333333;
}

.ui-ct-tpxl-p {
	font-size: 12px;
	color: #269f50;
}

.ui-ct-tpxp {
	font-size: 14px;
	color: #333333;
	display: flex;
	align-items: center;

}

.ui-ct-tpxp::before {
	content: "";
	width: 5px;
	height: 10px;
	background: url(../../zxjy/images/lsctpr.png) no-repeat;
	background-size: 100%;
	display: block;
	float: left;
	margin-top: 5px;
	margin-right: 6px;
}
.ui-ctb{
	width: 1300px;
	margin: 50px auto 0px;
}
.ui-ctb-h4{
	text-align: center;
	font-size: 26px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
.ui-ctb-p{
	text-align: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #767676;
	line-height: 55px;
}

.ui-ctb-tx p{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
}
.ui-ctb-tx img{
	margin: 25px auto;
	display: block;
	/*width:unset !important;
	height:unset !important;*/
	max-width:100%;
}
