.locationNav {
	width: 100%;
	height: 80px;
	display: flex;
	align-items: center;
}
.locationNav a {margin: 0 4px;}

.partyList {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.partyList .partyItem h2 {font-size: 20px;margin-bottom: 10px}
.partyList .partyItem .partyContent {
	width: 380px;
	height: 390px;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #D6D6D6;
	box-shadow: 0 0 5px 0 #D6D6D6;
}
.partyList .partyItem .partyContent img {width: 100%;height: 210px}
.partyArticle {
	width: 100%;
	height: 120px;
	margin: 10px 0 8px;
}
.partyArticleItem {
	width: 100%;
	height: 30px;
	line-height: 30px;
	list-style-type: disc;
	display: flex;
	font-size: 12px;
	border-bottom: 1px dashed #DEDEDE;
	box-sizing: border-box;
	cursor: pointer;
}
.partyArticleItem .articleTitle {
	width: 90%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.partyArticleItem .articleTitle:hover {text-decoration: underline;}
.partyArticleItem .articleTime {
	width: 10%;
	text-align: right;
}
.partyItem .partyMore {
	width: 100%;
	height: 30px;
	line-height: 30px;
	border-top: 1px solid #E6E6E6;
	box-sizing: border-box;
	cursor: pointer;
}
.partyItem .partyMore:hover {text-decoration: underline;}
<!--ºÄÊ±1774130246.8132Ãë-->