*{
	padding: 0;
	margin: 0;
}
.ui-content {
	width: 9.36rem;
	margin: 0.533333rem auto;
	min-height: 9rem;
}
.ui-tp {
	width: 9.36rem;
	border-bottom: 0.013333rem solid #E0E0E0;
	display: flex;
	flex-wrap: nowrap;
	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-tp-li1 a{
		font-size: 0.426667rem;
		font-family: Source Han Sans CN;
		font-weight: 500;
		color: #0959A5;
	}
.ui-tp-li1::after{
	content: "";
	width: 0.786667rem;
	height: 0.053333rem;
	background-color: #2791E3;
	display: block;
	margin: auto;
}
.ui-ul{
	list-style: none;
}
.ui-lino {
	text-align: center;
	font-size: 0.426667rem;
	padding: 1.333333rem 0;
}
.ui-li {
	width: 9.36rem;
	border-bottom: 0.026667rem solid #F3F3F3;
	padding: 0.266667rem 0;
}
.ui-li-a{
	font-size: 0.373333rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	text-decoration: none;
	width: 73%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
}
.ui-li-a::before{
	content: "";
	width: 0.053333rem;
	height: 0.053333rem;
	background-color: #333333;
	display: block;
	float: left;
	margin-top: 0.23rem;
	margin-right: 0.133333rem;
}
.ui-li-p{
	font-size: 0.293333rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999999;
	float: right;
	display: block;
}