*{
	padding: 0;
	margin: 0;
}
.ui-content{
	width: 9.36rem;
	margin:0.533333rem auto 0;
}
.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-cntb3-ul{
	width: 100%;
}
.ui-cntb3-li{
	width: 100%;
	border-bottom: 0.013333rem solid #E8E8E8;
	padding: 0.266667rem 0;
}
.ui-cntb3-lia{
	width: 100%;
	text-decoration: none;
	display: flex;
}
.ui-cntb3-li-img{
	width: 1.746667rem;
	height: 2.666667rem;
	display: block;
	flex-shrink: 0;
}
.ui-cntb3-lir{
	margin-left: 0.533333rem;
}
.ui-cntb3-lir-h{
	font-size: 0.386667rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 0.8rem;
}
.ui-cntb3-lir-p{
	font-size: 0.32rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 0.506667rem;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	
}