.newstopbox {
	padding: 20px 0;
	width: 100%;
	background: #FFFFFF;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.zixuntopicon {
	width: 90%;
	height: auto;
}

.navbox {
	width: 100%;
	display: flex;
	align-items: center;
	background: #FFFFFF;
}

.navbox_limit {
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 6px 0;
	font-size: 4vw;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	text-align: center;
	color: #333333;
}

.navbox_limit_active {
	position: relative;
	color: #00bcb4;
	font-weight: 700;
}

.navbox_limit_active::after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 30%;
	height: 3px;
	background: linear-gradient(180deg, #00d5cc, #00d5cc 62%, #00c2ff);
	border-radius: 3px;
}
.listcontentbox {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	flex: 1;
}
.listcontentbox_limit {
	width: calc(100% - 24px);
	margin: 12px 0;
	background: #FFFFFF;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1;
}
.listcontentbox_limitbox {
	width: 100%;
	background: #FFFFFF;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: calc(100vh - 320px)
}
.listcontentbox_limit_content {
	width: calc(100% - 50px);
	padding: 12px 0;
	border-bottom: 1px solid #E8E8E8;
	display: flex;
	align-items: center;
}
.listcontentbox_limit_abox {
	width: 100%;
	display: flex;
	align-items: center;
}
.listcontentbox_limit_content_img {
	width: 34px;
	height: 34px;
	object-fit: cover;
	margin-right: 15px;
	border-radius: 5px;
}
.listcontentbox_limit_content_text {
	width: calc(100% - 50px);
	display: flex;
	flex-direction: column;
}
.listcontentbox_limit_content_text_title {
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	font-size: 3.5vw;
	font-family: PingFang SC, PingFang SC-Heavy;
	font-weight: 800;
	text-align: left;
	color: #333333;
}
.listcontentbox_limit_content_text_content {
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	font-size: 3.3vw;
	font-family: PingFang SC, PingFang SC-Heavy;
	font-weight: 500;
	text-align: left;
	color: #999999;
	margin-top: 4px;
}
.navbox_limit_time {
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px 0;
	font-size: 3.5vw;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	text-align: center;
	color: #333333;
	position: relative;
}
.shaixuanicon {
	width: 12%;
	height: auto;
	margin-right: 10px;
}
.shaixuanbox_show {
	display: flex !important;
}
.shaixuanbox {
	width: 90%;
	position: absolute;
	top: 100%;
	z-index: 50;
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.16);
	display: none;
	flex-direction: column;
	align-items: center;
}
.shaixuanbox_limit {
	width: calc(100% - 10px);
	padding: 17px 0;
	font-size: 3.3vw;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	text-align: left;
	color: #333333;
	border-bottom: 1px solid #ebebeb;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nodatabox {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 40%;
}
.nodataicon {
	width: 40%;
	height: auto;
}
.nodatatext {
	font-size: 4vw;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	text-align: left;
	color: #cecece;
	margin-top: 20px;
}