.list-content {
	display: flex;
	flex-direction: column;
}

.list-content-item {
	border-bottom: 1px dashed #E5E4E4;
	margin-bottom: 30px;
	padding-bottom: 12px;
}

.list-content-item>a {
	display: flex;
	font-family: "PINGFANG MEDIUM";
}

.list-content-item-left {
	flex: 1;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	display: flex;
	align-items: center;
}
.list-content-item-desc{
	flex:1;
}

.list-content-item-left>img {
	width: 6px;
	height: 11px;
	margin-right: 9px;
}

.list-content-item-date {
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	margin-left: 12px;
}
#myPage{
	display: flex;
	justify-content: center;
	margin: 30px 0 36px;
}
.spage-number span {
	border: 1px solid #999999;
	font-weight: 500;
	font-size: 18px;
	color: #999999;
	margin-right: 15px;
}

.spage-number span.active {
	background: #BA271A !important;
	border-color: #BA120D !important; 
}
.list-navbar-item.active>a{
	color:#fff;
	font-weight: 500;
}
.list-navbar-item>a{
	font-size: 22px;
	color: #666666;
}
