* {
	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;
}

.neirong-center {
	width: 100%;
	padding: 24px 50px 24px 0;
	display: flex;
	flex-direction: row;
	gap: 50px;
	border-bottom: 1px dotted #CCCCCC;
}

.center-img {
	width: 197px;
}

.center-img img {
	width: 100%;
	object-fit: cover
}

.neirong-center span {
	display: block;
	margin-top: 5px;
	width: 1px;
	height: 150px;
	background-color: #D9D9D9;
	flex-shrink: 0;
}

.center-neirong {
	max-width: 868px;
	width: 100%;
	height: 150px;
	display: flex;
	flex-direction: column;
	padding-top: 15px;
	box-sizing: content-box;
}

.neirong-center-top {
	font-size: 18px;
	font-weight: 600;
}

.neirong-center-center {
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
	margin-top: 10px;
	margin-bottom: 30px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.neirong-center-bottom {
	display: block;
	text-align: right;
	font-size: 14px;
	font-weight: 300;
}


.neirong-center:hover {
	background-color: #F5F5F5;
}

.neirong-center:hover .neirong-center-top {
	color: #CA0E27;
}

.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: 1150px;
		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: 724px;
		width: 100%;
		height: auto;
		padding-top: 31px;
	}

	.top-div {
		max-width: 724px;
		width: 100%;
		height: 62px;
	}

	.neirong-top {
		font-size: 24px;
	}

	.neirong-center {
		width: 100%;
		padding: 18px 40px 18px 0;
	}

	.center-img {
		width: 200px;
		height: auto;
	}

	.center-img img {
		width: 100%;
		object-fit: cover;
	}

	.center-neirong {
		max-width: 568px;
		height: 137px;
		padding-top: 10px;
	}

	.neirong-center-top {
		font-size: 16px;
	}

	.neirong-center-center {
		max-width: 300px;
		font-size: 12px;
		font-weight: 300;
		margin-top: 10px;
		margin-bottom: 30px;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical
	}

	.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;
	}

	.center-img {
		width: 120px;
		height: auto;
	}

	.neirong-center {
		width: 90%;
		padding: 10px 0 0 0;
		display: flex
	}

	.center-neirong {
		max-width: 868px;
		height: 100px;
		padding-top: 0;
	}

	.neirong-center-top {
		font-size: 14px;
	}

	.neirong-center span {
		display: block;
		margin-top: 5px;
		width: 1px;
		height: 100px;
	}

	.neirong-center-center {
		max-width: 200px;
		font-size: 12px;
		font-weight: 300;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.neirong-fenye {
		margin-top: 20px;
		margin-bottom: 30px;
	}

	.neirong-center-bottom {
		font-size: 10px;
	}
}