#header {
	background-image: url(../images/header-back-default.png);
}

.menu-h1 {
	/* background: rgba(201,33,33,0.59) !important; */
	/* background: rgba(161, 13, 25, 0.8) !important; */
	background-image: url(../images/title-back.png);
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100% 100%;
	color: #ffffff;
}

.erji-title .fl {
	line-height: 1;
	font-size: 26px;
	color: #A10D19 !important;
	padding-bottom: 23px;
	border-bottom: 3px solid #A10D19;
	position: relative;
	top: 1px;
}

.menu-wp .menu-list {
	/* background-image: url(../images/left-nav-back.png); */
	/* background-repeat: no-repeat;
	background-position: bottom; */
	min-height: 650px;
}

.menu-wp .menu-list dd a {
	color: #222222 !important;
	opacity: 1 !important;
}

.menu-wp .menu-list dd.cur a {
	opacity: 1 !important;
	color: #A10D19 !important;
}

.menu-list dd::after {
	position: absolute;
	right: 0;
	width: 7px;
	height: 10px;
	content: "";
	background-image: url(../images/right-new-icon.png) !important;
	background-repeat: no-repeat;
	top: 50%;
	margin-top: -4px;
}
.menu-list dd::before {
	position: absolute;
	left: -48px;
	top: 0;
	width: 9px;
	height: 100%;
	background: #F9A82D;

}

.menu {
	/* background: #ffffff !important; */
	z-index: 89;
}

.pagination>li>a,
.pagination>li>span {
	color: #4A4A4A !important;
	border: none;
	background-color: rgba(161, 13, 25, 0) !important;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	z-index: 3;
	color: #fff !important;
	cursor: default;
	background-color: #9B141C !important;
	border-color: #9B141C !important;
}

.banner-2 {
/*	margin-top: 136px; */
	height: 379px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.list02-con {
	flex: 1;
}

.date-right {
	/* padding-bottom: 20px; */
}

.list02-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
}

.list02-item>img {
	margin-right: 20px;
}

.list03 dd {
	width: 33.33%;
}

.list03-box {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.list03-box .item {
	/* padding-right: 20px; */
	width: 33.33%;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-direction: column;
	padding: 0px 10px 40px 10px;
	/* margin-right: 10px; */
	/* padding:15px 10px; */
}

.list03-pic>a>img {
	width: 100%;
	/* width: 397px; */
	/* height: 261px; */
}

.list03-pic .imgbox_a {
	padding-bottom: 0px !important;
}

.date-title {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-weight: 500;
	font-size: 14px;
	color: #9B141C;
	margin-top: 20px;
	margin-bottom: 16px;
	/* line-height: 30px; */
}
.date-title > img {
	margin-right: 10px;
}

.content-title {
	font-family: PingFang;
	font-weight: 500;
	font-size: 16px;
	color: #222222;
	line-height: 24px;
	word-break: break-all;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

}
.erji > .erji-content > .list01-pic .imgbox_a {
	padding-bottom: 0% !important;
}