* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	list-style: none;
}

a {
	text-decoration: none;
	color: inherit;
}

.jituanyaowen {
	max-width: 1521px;
	width: 100%;
	margin: 0 auto;
	font-size: 16px;
	padding-left: 0px;
	margin-bottom: 40px;
	color: #000000;
}

.jituanyaowen-div {
	max-width: 1521px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 65px;
}




.celan-div {
	width: 300px;
	margin: 0 auto;
}

.celan-header {
	width: 215px;
	height: 102px;
	line-height: 60px;
	background-color: #d40000;
	color: white;
	padding: 6px 22px;
	font-size: 26px;
	font-weight: bold;
}

.celan-header span {
	width: 46px;
	display: block;
	font-size: 18px;
	border-bottom: 1px solid white;
}

.celan-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.celan-menu li {
	width: 215px;
	height: 58px;
	padding: 15px 20px;
	border-bottom: 1px solid #E5E5E5;
	cursor: pointer;
}

.celan-menu li:hover {
	background-color: white;
}

.celan-menu li.active {
	background-color: #e9e9e9;
	color: #CA0E27;
	border-left: 4px solid #CA0E27;
}

.celan-menu a {
	text-decoration: none;
	color: #333;
	display: block;
}

.jituanyaowen-neirong {
	max-width: 1244px;
	width: 100%;
	height: auto;
	padding-top: 31px;
	display: flex;
	flex-direction: column;
}

.top-div {
	max-width: 1244px;
	width: 100%;
	height: 62px;
	border-bottom: 1px solid #A00201;
}

.neirong-top {
	font-size: 30px;
}



.dangqun-div {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	margin-bottom: 54px;
}

.dangqun-news-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-top: 36px;
}

.news-item {
	/* max-width: 518px; */
	height: auto;
	display: flex;
	align-items: center;
	flex-direction: row;
	gap: 35px;
	padding: 12px 0;
	border-bottom: 1px solid #e9e9e9;
}

.news-item a {
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	flex-direction: row;
	gap: 35px;
}

.date-box {
	width: 80px;
	text-align: center;
	color: #999;
}

.date-day {
	width: 80px;
	font-size: 24px;
}

.date-more {
	font-size: 16px;
}

.title-box {
	width: 413px;
	color: #333;
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
}





.neirong-fenye {
	width: 300px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	gap: 25px;
	margin-top: 48px;
	margin-bottom: 195px;
}

.fenye-btn {
	width: 19px;
	height: 22px;
	border: none;
	background-color: white;
}

.fenye-btn.active {
	color: #CA0E27;
}

@media (max-width: 1280px) and (min-width: 768px) {
	.jituanyaowen {
		max-width: 500px;
		font-size: 16px;
		margin-left: 100px;
		margin-bottom: 40px;
		color: #000000;
	}

	.jituanyaowen-div {
		max-width: 1280px;
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		gap: 65px;
	}

	.celan-div {
		width: 200px;
	}

	.celan-header {
		width: 150px;
		height: 80px;
		line-height: 60px;
		padding: 6px 10px;
		font-size: 20px;
	}

	.celan-menu li {
		width: 150px;
		height: 58px;
		padding: 15px 10px;
		border-bottom: 1px solid #E5E5E5;
		cursor: pointer;
	}

	.jituanyaowen-neirong {
		max-width: 924px;
		width: 100%;
		height: auto;
		padding-top: 31px;
	}

	.top-div {
		max-width: 724px;
		width: 100%;
		height: 62px;
	}

	.neirong-top {
		font-size: 24px;
	}

	.jituanyaowen-neirong {
		max-width: 724px;
		width: 100%;
		height: auto;
		padding-top: 31px;
	}

	.top-div {
		max-width: 200px;
		width: 100%;
		height: 62px;
	}

	.neirong-top {
		font-size: 24px;
	}



	.dangqun-div {
		width: 100%;
		height: auto;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		margin-bottom: 174px;
	}

	.dangqun-news-wrap {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		width: 90%;
		margin-top: 26px;
	}


	.dangqunimg-div {
		max-width: 350px;
		height: 180px;
		display: flex;
		flex-direction: column;
		margin-bottom: 0;
	}


	.news-item {
		/* max-width: 228px; */
		height: auto;
		display: flex;
		align-items: center;
		flex-direction: row;
		gap: 15px;
		padding: 12px 0;
		border-bottom: 1px solid #e9e9e9;
	}

	.news-item a {
		text-decoration: none;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		flex-direction: row;
		gap: 15px;
	}

	.date-box {
		width: 40px;
		text-align: center;
		color: #999;
	}

	.date-day {
		width: 40px;
		font-size: 14px;
	}

	.date-more {
		font-size: 10px;
	}

	.title-box {
		width: 170px;
		color: #333;
		font-size: 10px;
		line-height: 14px;
	}

	.neirong-fenye {
		width: 300px;
		margin: 0 auto;
		display: flex;
		flex-direction: row;
		gap: 25px;
		margin-top: 48px;
		margin-bottom: 95px;
	}
}

@media (max-width: 767px) {
	.jituanyaowen {
		max-width: 717px;
		margin: 0 auto;
		padding-left: 0px;
		text-align: center;
		font-size: 14px;
		margin-left: 0px;
		margin-bottom: 20px;
		color: #000000;
	}

	.jituanyaowen-div {
		max-width: 717px;
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		gap: 30px;
	}

	.jituanyaowen-neirong {
		max-width: 767px;
		width: 85%;
		margin: 0 auto;
		padding-top: 0;
	}

	.neirong-top {
		display: block;
		font-size: 20px;
		text-align: center;
	}

	.celan-div {
		max-width: 767px;
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-direction: row;
	}

	.celan-header {
		width: 100px;
		height: 38px;
		line-height: 30px;
		padding: 6px;
		font-size: 20px;
	}

	.celan-header span {
		width: 20px;
		display: block;
		font-size: 14px;
	}

	.celan-menu {
		display: flex;
		flex-direction: row;
	}

	.celan-menu li {
		width: 70px;
		height: 38px;
		font-size: 12px;
		padding: 10px 2px;
	}






	.dangqun-div {
		width: 100%;
		height: auto;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		margin-bottom: 44px;
	}

	.dangqun-news-wrap {
		display: flex !important;
		flex-direction: column;
		justify-content: space-between;
		width: 100%;
		margin-top: 26px;
	}

	.dangquan-leftdiv {
		max-width: 400px;
		width: 100%;
		display: flex;
		flex-direction: column;
	}

	.dangqunimg-div {
		max-width: 350px;
		height: 180px;
		display: flex;
		flex-direction: column;
		margin-bottom: 0;
	}


	.news-item {
		/* max-width: 358px; */
		height:auto;
		display: flex;
		align-items: center;
		flex-direction: row;
		gap: 15px;
		padding: 12px 0;
		border-bottom: 1px solid #e9e9e9;
	}

	.news-item a {
		text-decoration: none;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		flex-direction: row;
		gap: 15px;
	}

	.date-box {
		width: 60px;
		text-align: center;
		color: #999;
	}

	.date-day {
		width: 60px;
		font-size: 16px;
	}

	.date-more {
		font-size: 12px;
	}

	.title-box {
		width: 230px;
		color: #333;
		font-size: 10px;
		line-height: 20px;
	}

	.dangquan-rightdiv {
		max-width: 400px;
		width: 100%;
		display: flex;
		flex-direction: column;
	}

	.neirong-fenye {
		margin-top: 20px;
		margin-bottom: 30px;
	}
}
