.con-body-party {
	margin-top: 0.96rem;
	margin-bottom: 1rem;
	padding-left: 0.2rem;
}

.subject-page-item+.subject-page-item {
	margin-top: 0.5rem;
}

.subject-more {
	float: right;
	line-height: 0.31rem;
	margin-right: 0.1rem;
	font-size: 0.14rem;
	font-weight: 300;
	color: #16528C;
}

.item-title {
	height: 0.31rem;
	position: relative;
	margin-bottom: 0.08rem;
}

.item-title::after {
	content: '';
	position: absolute;
	bottom: -0.08rem;
	width: 100%;
	height: 0.04rem;
	background: #0456B3;
}

.item-title-bg {
	width: 2.21rem;
	height: 0.43rem;
	text-align: center;
	line-height: 0.43rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -1.105rem;
	color: #ffffff;
	font-size: 0.24rem;
	font-weight: 500;
	background: url(titlebg.png);
	background-size: 100% 100%;
}

.text-list {
	padding-top: 0.1rem;
}

.text-item {
	margin-top: 0.15rem;
	display: flex;
	align-items: center;
}

.text-item:nth-child(5n+1) {
	margin-top: 0.3rem;
}

.text-item:first-child {
	margin-top: 0.15rem;
}

.text-item .dot {
	width: 6px;
	height: 6px;
	background: #0456B3;
	border-radius: 50%;
	margin: 0 0.1rem;
}

.text-item .text {
	font-size: 18px;
	color: #333333;
	font-weight: 400;
	flex: 1;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.text-item .date {
	font-size: 14px;
	font-weight: 300;
	color: #666666;
	margin-left: 0.15rem;
}

.text-item:hover .text,
.text-item:hover .date {
	color: #0456B3;
}

.directory-items {
	padding-top: 0.2rem;
}

.directory-item {
	padding: 0 0.3rem;
}

.directory-title {
	width: 140px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
	background: #0456B3;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	margin: 0.2rem 0 0.15rem 0;
}

.directory-texts {
	display: flex;
}

.directory-text {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	margin: 0 0 0.1rem 0;
	flex: 1;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}


.directory-ul {
	padding-bottom: 0.1rem;
}

.directory-li {
	float: left;
	width: 24.25%;
	margin-left: 1%;
	margin-top: 0.05rem;
	height: 0.31rem;
	background: #d4f0fc;
	font-size: 0.14rem;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	word-break: break-all;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	/* transition: all 0.2s; */
}

.directory-li:hover {
	color: #fff;
	background: #0456B3;
}

.directory-li:nth-child(4n+1) {
	margin-left: 0;
}

.directory-li2 {
	padding: 0 0.1rem;
}

@media screen and (max-width: 900px) {
	.con-body-party {
		padding-left: 0;
		margin-top: 0.25rem;
		margin-bottom: 0.25rem;
	}

	.subject-page-item+.subject-page-item {
		margin-top: 0.25rem;
	}

	/*专题页面*/
	.item-title {
		height: 0.28rem;
		margin-bottom: 0.06rem;
	}

	.item-title::after {
		bottom: -0.06rem;
		height: 0.03rem;
	}

	.item-title-bg {
		width: 1.59rem;
		height: 0.31rem;
		line-height: 0.31rem;
		font-size: 0.16rem;
		margin-left: -0.795rem;
	}

	.subject-more {
		font-size: 0.12rem;
	}

	.text-list {
		padding-top: 0.05rem;
	}

	.text-item {
		margin-top: 0.1rem;
	}

	.text-item:nth-child(5n+1) {
		margin-top: 0.2rem;
	}

	.text-item:first-child {
		margin-top: 0.1rem;
	}

	.text-item .dot {
		margin-left: 0;
		margin-right: 0.08rem;
		width: 0.04rem;
		height: 0.04rem;
	}

	.text-item .text {
		font-size: 0.14rem;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}

	.text-item .date {
		margin-left: 0.1rem;
	}

	.directory-items {
		padding-top: 0.05rem;
	}

	.directory-title {
		margin-bottom: 0;
		width: 110px;
		height: 28px;
		line-height: 28px;
		text-align: center;
		font-size: 0.15rem;
	}

	.directory-text {
		font-size: 0.12rem;
	}

	.directory-item {
		padding: 0;
	}

	.directory-li {
		padding: 0;
		width: 100%;
		margin-left: 0;
		text-align: left;
		display: block;
		background: none;
		margin-top: 0.15rem;
		height: auto;
		position: relative;
		padding-left: 0.12rem;
	}

	.directory-li::before {
		content: '';
		position: absolute;
		width: 0.04rem;
		height: 0.04rem;
		border-radius: 50%;
		background: #0456B3;
		left: 0;
		top: 0.05rem;
	}

	.directory-li:hover {
		background: none;
		color: #0456B3;
	}
}
