*{
	padding: 0;
	margin: 0;
}
.ui-content {
	width: 9.36rem;
	margin: 0.533333rem auto 0;
	min-height: 10rem;
}
.ui-tp{
	width: 9.36rem;
	border-bottom: 0.013333rem solid #E0E0E0;
	display: flex;
	flex-wrap: nowrap;
	box-sizing: border-box;
	overflow-x: auto;
}
	.ui-tp::-webkit-scrollbar {
		display: none;
	}
.ui-tp-li{
	font-size: 0.426667rem;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #999999;
	margin-right: 0.4rem;
	line-height: 0.666667rem;
	display: inline-block;
	white-space: nowrap;
}
	.ui-tp-li a {
		font-size: 0.426667rem;
		font-family: Source Han Sans CN;
		font-weight: 500;
		color: #999999;
		text-decoration:none;
	}
	.ui-current a {
		font-size: 0.426667rem;
		font-family: Source Han Sans CN;
		font-weight: 500;
		color: #0959A5;
	}
.ui-current::after{
	content: "";
	width: 0.786667rem;
	height: 0.053333rem;
	background-color: #2791E3;
	display: block;
	margin: auto;
}
.ui-cntb{
	width: 100%;
	margin:0.533333rem auto;
}
/* 单位简介 */
.ui-cntb1-h {
	font-size: 0.426667rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	width: 100%;
	border-bottom: 0.013333rem #E8E8E8 solid;
	padding-bottom: 0.266667rem;
	text-align: center;
}
.ui-cntb1-tx{
	font-size: 0.293333rem;
	font-family: PingFang SC;
	font-weight: 400;
	color: #333333;
	line-height: 0.666667rem;
	text-align: justify;  
	word-break: break-all;
}
.ui-cntb1-tx img{
	width: 100%;
	height: 4.653333rem;
	display: block;
	margin: 0.266667rem auto;
}