.pep-news-list-v2 .por-section {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover
}

.pep-news-list-v2 .pc {
	display: block
}

.pep-news-list-v2 .mb {
	display: none
}

.pep-news-list-v2 .hidden {
	display: none !important
}

.pep-news-list-v2 .row-col-layout {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.pep-news-list-v2 .row-col-layout[data-bg=white] .por-card {
	background: var(--por-color-background-white)
}

.pep-news-list-v2 .row-col-layout[data-bg=grey] .por-card {
	background: var(--por-color-background-gray-2)
}

.pep-news-list-v2 .row-col-layout[data-bg=transparent] .por-card {
	background: var(--por-color-background-transparent)
}

.pep-news-list-v2 .row-col-layout[data-cols="3"] .card-wrapper {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33333333%;
	flex: 0 0 33.33333333%;
	max-width: 33.33333333%
}

.pep-news-list-v2 .row-col-layout[data-cols="3"] .por-card {
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	gap: 20px;
	padding: 0 0 66px
}

.pep-news-list-v2 .row-col-layout[data-cols="3"] .por-card .por-card-icon {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	border-radius: var(--por-radius-xl);
	height: 324px;
	width: 100%
}

.pep-news-list-v2 .row-col-layout[data-cols="3"] .por-card .news-date {
	bottom: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	left: 24px;
	position: absolute;
	right: 24px;
	text-align: left
}

.pep-news-list-v2 .row-col-layout[data-cols="3"] .por-card .news-date.single-column {
	display: none
}

.pep-news-list-v2 .row-col-layout[data-cols="3"] .por-card .news-date.multiple-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.pep-news-list-v2 .row-col-layout[data-cols="3"] .por-card .news-date,
.pep-news-list-v2 .row-col-layout[data-cols="3"] .por-card .news-date .news-day {
	font-size: 14px;
	line-height: 22px
}

.pep-news-list-v2 .row-col-layout[data-cols="3"] .por-card .news-date .news-month span {
	display: none
}

.pep-news-list-v2 .row-col-layout[data-cols="3"] .por-card .news-date .news-day {
	color: var(--por-color-text-secondary) !important;
	display: inline;
	font-weight: var(--por-base-font-weight-normal)
}

.pep-news-list-v2 .row-col-layout[data-cols="3"] .por-card .por-card-content {
	padding: 4px 24px 0
}

.pep-news-list-v2 .row-col-layout[data-cols="3"] .por-card .por-card-content .por-text-body-t1 {
	padding-top: 12px
}

.pep-news-list-v2 .row-col-layout {
	margin-left: -12px;
	margin-right: -12px;
	row-gap: 24px
}

.pep-news-list-v2 .row-col-layout .card-wrapper {
	padding-left: 12px;
	padding-right: 12px
}

.pep-news-list-v2 .por-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: var(--por-radius-xl);
	gap: 32px;
	padding-bottom: 20px;
	padding-top: 20px
}

.pep-news-list-v2 .por-card:not(:hover) {
	-webkit-box-shadow: var(--por-shadow-card-normal);
	box-shadow: var(--por-shadow-card-normal)
}

.pep-news-list-v2 .por-card .card-layout-mb {
	display: none
}

.pep-news-list-v2 .por-card .news-date {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 20px;
	line-height: 30px;
	text-align: center
}

.pep-news-list-v2 .por-card .news-date.multiple-column {
	display: none
}

.pep-news-list-v2 .por-card .por-card-icon {
	height: 176px;
	margin-bottom: 0;
	width: 280px;
	-ms-flex-negative: 0;
	background-size: cover;
	border-radius: var(--por-radius-l-1);
	flex-shrink: 0
}

.pep-news-list-v2 .por-card .por-card-content .por-text-title-t8 {
	color: var(--por-color-text-primary);
	margin-bottom: 0
}

.pep-news-list-v2 .por-card .por-card-content .por-text-body-t1 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	color: var(--por-color-text-secondary);
	-webkit-line-clamp: 3;
	overflow: hidden
}

.pep-news-list-v2 .por-card:not([data-src=""]) {
	cursor: pointer
}

.pep-news-list-v2 .por-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 36px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.pep-news-list-v2 .filter-container {
	background: var(--por-color-background-white);
	border-radius: var(--por-radius-xl);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 24px;
	padding: 24px 32px;
	position: relative;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	gap: 128px;
	justify-content: space-between
}

.pep-news-list-v2 .filter-container .filter-items-wrapper {
	padding-top: 3px
}

.pep-news-list-v2 .filter-container .filter-items-wrapper .filter-items .filter-body .filter-item {
	display: table-row
}

.pep-news-list-v2 .filter-container .filter-items-wrapper .filter-items .filter-body .filter-item .filter-title {
	color: var(--por-color-text-secondary);
	display: table-cell;
	font-size: 14px;
	line-height: 32px;
	padding-right: 32px;
	white-space: nowrap
}

.pep-news-list-v2 .filter-container .filter-items-wrapper .filter-items .filter-body .filter-item .filter-options {
	display: table-cell
}

.pep-news-list-v2 .filter-container .filter-items-wrapper .filter-items .filter-body .filter-item .filter-options .por-checkbox-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.pep-news-list-v2 .filter-container .filter-items-wrapper .filter-items .filter-body .filter-item .filter-options .por-checkbox-group .por-checkbox-inline {
	margin-left: 0;
	padding: 5px 8px
}

.pep-news-list-v2 .filter-container .filter-items-wrapper .filter-items .filter-body .filter-item .filter-options .por-checkbox-group .por-checkbox-inline .por-checkbox {
	cursor: pointer;
	margin-right: 8px;
	visibility: hidden
}

.pep-news-list-v2 .filter-container .filter-items-wrapper .filter-items .filter-body .filter-item .filter-options .por-checkbox-group .por-checkbox-inline .por-checkbox .partially-checked+span {
	background-color: var(--por-color-background-transparent);
	border: 5px solid var(--por-checkbox-border-color-active)
}

.pep-news-list-v2 .filter-container .filter-items-wrapper .filter-items .filter-body .filter-item .filter-options .por-checkbox-group .por-checkbox-inline .por-checkbox .partially-checked+span .u-icon {
	display: none
}

.pep-news-list-v2 .filter-container .filter-items-wrapper .filter-items .filter-body .filter-item .filter-options .por-checkbox-group .por-checkbox-inline label {
	cursor: pointer
}

.pep-news-list-v2 .filter-container .filter-items-wrapper .filter-items .filter-body .filter-item .filter-options .por-checkbox-group .por-checkbox-inline.checked .por-checkbox {
	visibility: visible
}

.pep-news-list-v2 .filter-container .filter-items-wrapper .filter-items .filter-body .filter-item .filter-options .por-checkbox-group .por-checkbox-inline:hover {
	background: var(--por-color-background-gray-2);
	border-radius: var(--por-radius-l)
}

.pep-news-list-v2 .filter-container .filter-items-wrapper .filter-items .filter-body .filter-item .filter-options .por-checkbox-group .por-checkbox-inline:hover .por-checkbox {
	visibility: visible
}

.pep-news-list-v2 .filter-container .filter-items-wrapper .filter-items .filter-body .filter-item .filter-options .por-checkbox-group .checkbox-all {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-right: 32px;
	position: relative
}

.pep-news-list-v2 .filter-container .filter-items-wrapper .filter-items .filter-body .filter-item .filter-options .por-checkbox-group .checkbox-all .por-checkbox-inline {
	margin-left: 0
}

.pep-news-list-v2 .filter-container .filter-items-wrapper .filter-items .filter-body .filter-item .filter-options .por-checkbox-group .checkbox-all:after {
	background: var(--por-color-background-gray);
	content: "";
	display: block;
	height: 16px;
	position: absolute;
	right: 0;
	top: 7px;
	width: 1px
}

.pep-news-list-v2 .filter-container .filter-items-wrapper .filter-items .filter-body .filter-item .filter-options .por-checkbox-group .checkbox-items {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 8px;
	padding-left: 8px
}

.pep-news-list-v2 .filter-container:not(.fixed) .filter-items-wrapper .filter-items .filter-body .filter-item:not(:first-child) .por-checkbox-group {
	margin-top: 20px
}

.pep-news-list-v2 .filter-container .search-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.pep-news-list-v2 .filter-container .search-container .search-input {
	position: relative
}

.pep-news-list-v2 .filter-container .search-container .search-input input {
	border-radius: var(--por-radius-xl-1);
	height: 38px;
	line-height: 38px;
	padding-left: 52px;
	padding-right: 30px;
	width: 240px
}

.pep-news-list-v2 .filter-container .search-container .search-input .por-icon {
	cursor: pointer;
	font-size: 18px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.pep-news-list-v2 .filter-container .search-container .search-input .por-icon-search {
	left: 26px
}

.pep-news-list-v2 .filter-container .search-container .search-input .por-icon-close {
	display: none;
	right: 8px
}

.pep-news-list-v2 .filter-container .search-container .switch-patterns {
	font-size: 0;
	margin-left: 32px;
	white-space: nowrap
}

.pep-news-list-v2 .filter-container .search-container .switch-patterns .por-icon {
	color: var(--por-color-text-weak-1);
	cursor: pointer;
	font-size: 18px
}

.pep-news-list-v2 .filter-container .search-container .switch-patterns .por-icon+.por-icon {
	margin-left: 20px
}

.pep-news-list-v2 .filter-container .search-container .switch-patterns .por-icon.active {
	color: var(--por-color-text-primary)
}

.pep-news-list-v2 .filter-container.fixed {
	border-radius: var(--por-radius-xs);
	-webkit-box-shadow: var(--por-base-box-shadow-light);
	box-shadow: var(--por-base-box-shadow-light);
	left: 0;
	padding-bottom: 16px;
	padding-top: 16px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999
}

.pep-news-list-v2 .filter-container.fixed .filter-items-wrapper .filter-items .filter-body .filter-item .filter-options .por-checkbox-group .checkbox-items {
	gap: 0 8px
}

.pep-news-list-v2 .no-data {
	background-image: url(https://test-static-resource.obs.cn-north-7.ulanqab.huawei.com/cnpm-pep-components/2.4.65/cnpm-pep-news-list-v2/pc/noData.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: 140px;
	color: var(--por-color-text-weak);
	font-size: 14px;
	margin: 28px auto 0;
	min-width: 140px;
	padding-top: 148px;
	text-align: center
}

@media (max-width:1600px) {
	.pep-news-list-v2 .row-col-layout {
		margin-left: -12px;
		margin-right: -12px;
		row-gap: 24px
	}

	.pep-news-list-v2 .row-col-layout .card-wrapper {
		padding-left: 12px;
		padding-right: 12px
	}

	.pep-news-list-v2 .por-card {
		gap: 40px;
		padding: 20px 28px
	}

	.pep-news-list-v2 .por-card .news-date {
		font-size: 16px;
		line-height: 24px
	}

	.pep-news-list-v2 .por-card .news-date .news-day {
		font-size: 32px;
		line-height: 48px
	}

	.pep-news-list-v2 .por-card .por-card-icon {
		height: 140px;
		width: 224px
	}

	.pep-news-list-v2 .por-card .por-card-content .por-text-title-t8 {
		font-size: 16px;
		line-height: 24px
	}

	.pep-news-list-v2 .por-card .por-card-content .por-text-body-t1 {
		font-size: 12px;
		line-height: 18px;
		padding-top: 12px
	}

	.pep-news-list-v2 .row-col-layout[data-cols="3"] .por-card {
		padding-bottom: 54px
	}

	.pep-news-list-v2 .row-col-layout[data-cols="3"] .por-card .por-card-icon {
		height: 280px
	}

	.pep-news-list-v2 .row-col-layout[data-cols="3"] .por-card .news-date {
		bottom: 20px;
		left: 20px;
		right: 20px
	}

	.pep-news-list-v2 .row-col-layout[data-cols="3"] .por-card .news-date,
	.pep-news-list-v2 .row-col-layout[data-cols="3"] .por-card .news-date .news-day {
		font-size: 12px;
		line-height: 18px
	}

	.pep-news-list-v2 .row-col-layout[data-cols="3"] .por-card .por-card-content {
		padding: 0 20px
	}

	.pep-news-list-v2 .filter-container {
		gap: 40px;
		margin-bottom: 20px
	}
}

@media (max-width:1280px) {
	.pep-news-list-v2 .row-col-layout {
		margin-left: -8px;
		margin-right: -8px;
		row-gap: 16px
	}

	.pep-news-list-v2 .row-col-layout .card-wrapper {
		padding-left: 8px;
		padding-right: 8px
	}

	.pep-news-list-v2 .por-card {
		padding: 16px 28px
	}

	.pep-news-list-v2 .por-card .news-date {
		font-size: 12px;
		line-height: 22px
	}

	.pep-news-list-v2 .por-card .news-date .news-day {
		font-size: 28px;
		line-height: 42px
	}

	.pep-news-list-v2 .por-card .por-card-icon {
		height: 117px;
		width: 186px
	}

	.pep-news-list-v2 .por-card .por-card-content .por-text-title-t8 {
		font-size: 14px;
		line-height: 22px
	}

	.pep-news-list-v2 .por-card .por-card-content .por-text-body-t1 {
		padding-top: 8px
	}

	.pep-news-list-v2 .row-col-layout[data-cols="3"] .por-card {
		padding-bottom: 50px
	}

	.pep-news-list-v2 .row-col-layout[data-cols="3"] .por-card .por-card-icon {
		height: 235px
	}

	.pep-news-list-v2 .por-pagination {
		margin-top: 29px
	}

	.pep-news-list-v2 .filter-container {
		gap: 40px;
		margin-bottom: 16px;
		padding: 20px 24px
	}

	.pep-news-list-v2 .filter-container .filter-items-wrapper .filter-items .filter-body .filter-item .filter-title {
		font-size: 12px;
		line-height: 28px;
		padding-right: 20px
	}

	.pep-news-list-v2 .filter-container .filter-items-wrapper .filter-items .filter-body .filter-item .filter-options .por-checkbox-group .por-checkbox-inline label {
		font-size: 12px;
		line-height: 18px
	}

	.pep-news-list-v2 .filter-container .filter-items-wrapper .filter-items .filter-body .filter-item .filter-options .por-checkbox-group .checkbox-all {
		padding-right: 20px
	}

	.pep-news-list-v2 .filter-container .filter-items-wrapper .filter-items .filter-body .filter-item .filter-options .por-checkbox-group .checkbox-items {
		padding-left: 20px
	}

	.pep-news-list-v2 .filter-container .filter-items-wrapper .filter-items .filter-body .filter-item:not(:first-child) .por-checkbox-group {
		margin-top: 16px
	}

	.pep-news-list-v2 .filter-container .search-container .search-input input {
		font-size: 12px;
		height: 32px;
		line-height: 32px;
		padding-left: 44px;
		padding-right: 24px;
		width: 180px
	}

	.pep-news-list-v2 .filter-container .search-container .search-input .por-icon-search {
		left: 18px
	}

	.pep-news-list-v2 .filter-container .search-container .search-input .por-icon-close {
		right: 6px
	}

	.pep-news-list-v2 .no-data {
		background-size: 120px;
		font-size: 12px;
		margin: 16px auto 0;
		min-width: 120px;
		padding-top: 128px
	}
}

@media (max-width:1024px) {
	.pep-news-list-v2 .row-col-layout[data-cols="3"] .por-card .por-card-icon {
		height: 194px
	}

	.pep-news-list-v2 .por-pagination {
		margin-top: 29px
	}

	.pep-news-list-v2 .filter-container {
		padding: 20px 24px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 16px
	}

	.pep-news-list-v2 .filter-container .filter-items-wrapper .filter-items .filter-body .filter-item .filter-title {
		font-size: 12px;
		line-height: 28px;
		padding-right: 20px
	}

	.pep-news-list-v2 .filter-container .filter-items-wrapper .filter-items .filter-body .filter-item .filter-options .por-checkbox-group .por-checkbox-inline label {
		font-size: 12px;
		line-height: 18px
	}

	.pep-news-list-v2 .filter-container .filter-items-wrapper .filter-items .filter-body .filter-item .filter-options .por-checkbox-group .checkbox-all {
		padding-right: 5px
	}
.pep-news-list-v2 .filter-container .filter-items-wrapper .filter-items .filter-body .filter-item .filter-options .por-checkbox-group .checkbox-all:after {
    margin-right: 6px;
}
	.pep-news-list-v2 .filter-container .filter-items-wrapper .filter-items .filter-body .filter-item .filter-options .por-checkbox-group .checkbox-items {
		padding-left: 20px
	}

	.pep-news-list-v2 .filter-container .filter-items-wrapper .filter-items .filter-body .filter-item:not(:first-child) .por-checkbox-group {
		margin-top: 16px
	}

	.pep-news-list-v2 .filter-container .search-container {
		margin-left: 0;
		width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.pep-news-list-v2 .filter-container .search-container .search-input input {
		font-size: 12px;
		height: 32px;
		line-height: 32px;
		padding-left: 48px;
		padding-right: 30px;
		width: 240px
	}

	.pep-news-list-v2 .filter-container .search-container .search-input .por-icon-search {
		left: 22px
	}

	.pep-news-list-v2 .filter-container .search-container .search-input .por-icon-close {
		left: 210px
	}

	.pep-news-list-v2 .no-data {
		background-size: 120px;
		font-size: 12px;
		margin: 16px auto 0;
		padding-top: 128px
	}
}
.search-container form{width: 100%;}
@media (max-width:768px) {
	.pep-news-list-v2 .row-col-layout[data-cols="3"] .card-wrapper {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
.pep-news-list-v2 .por-card .por-card-content .por-text-body-t1 {
    -webkit-line-clamp: 2;
}
	.pep-news-list-v2 .mb {
		display: block
	}

	.pep-news-list-v2 .por-section-body {
		overflow: hidden
	}

	.pep-news-list-v2 .row-col-layout {
		margin-left: -4px;
		margin-right: -4px;
		row-gap: 8px
	}

	.pep-news-list-v2 .row-col-layout .card-wrapper {
		padding-left: 4px;
		padding-right: 4px
	}

	.pep-news-list-v2 .por-card {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 15px;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		height: 100%;
		padding: 15px;
		justify-content: flex-start;
		align-items: center;
	}

	.pep-news-list-v2 .por-card .por-card-icon {
		border-radius: var(--por-radius-l-1) !important;
		height: 68px;
		width: 82px
	}

	.pep-news-list-v2 .por-card .card-layout-mb {
		display: block
	}

	.pep-news-list-v2 .por-card .card-layout-mb .news-date {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: 8px
	}

	.pep-news-list-v2 .por-card .card-layout-mb .news-date,
	.pep-news-list-v2 .por-card .card-layout-mb .news-date .news-day {
		font-size: 12px;
		line-height: 18px
	}

	.pep-news-list-v2 .por-card .card-layout-mb .news-date .news-day {
		color: var(--por-color-text-secondary) !important;
		display: inline;
		font-weight: var(--por-base-font-weight-normal)
	}

	.pep-news-list-v2 .expand-collapse {
		margin-top: 16px;
		text-align: center
	}

	.pep-news-list-v2 .expand-collapse .collapse-button {
		margin-left: 20px
	}

	.pep-news-list-v2 .filter-container {
		background-color: var(--por-color-background-transparent);
		margin-bottom: 16px;
		padding: 0
	}

	.pep-news-list-v2 .filter-container .filter-items-wrapper {
		background: rgba(0, 0, 0, .8);
		display: none;
		height: 100%;
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 999
	}

	.pep-news-list-v2 .filter-container .filter-items-wrapper .filter-items {
		background: var(--por-color-background-white);
		bottom: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		max-height: calc(100vh - 85px);
		position: absolute;
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		border-radius: var(--por-radius-xl);
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.pep-news-list-v2 .filter-container .filter-items-wrapper .filter-items .filter-header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 32px;
		margin-left: auto;
		margin-right: 24px;
		min-height: 32px
	}

	.pep-news-list-v2 .filter-container .filter-items-wrapper .filter-items .filter-header .por-icon-close {
		cursor: pointer;
		font-size: 16px
	}

	.pep-news-list-v2 .filter-container .filter-items-wrapper .filter-items .filter-body {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		overflow: auto;
		padding: 0 24px
	}

	.pep-news-list-v2 .filter-container .filter-items-wrapper .filter-items .filter-body .filter-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.pep-news-list-v2 .filter-container .filter-items-wrapper .filter-items .filter-body .filter-item:not(:first-child) {
		margin-top: 28px
	}

	.pep-news-list-v2 .filter-container .filter-items-wrapper .filter-items .filter-body .filter-item .filter-title {
		color: var(--por-color-text-primary);
		font-size: 14px;
		font-weight: var(--por-base-font-weight-bold);
		line-height: 22px;
		margin-bottom: 24px;
		padding: 0
	}

	.pep-news-list-v2 .filter-container .filter-items-wrapper .filter-items .filter-body .filter-item .filter-options .por-checkbox-group {
		margin: 0
	}

	.pep-news-list-v2 .filter-container .filter-items-wrapper .filter-items .filter-body .filter-item .filter-options .por-checkbox-group .checkbox-items {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 8px;
		padding: 0;
		width: 100%
	}

	.pep-news-list-v2 .filter-container .filter-items-wrapper .filter-items .filter-body .filter-item .filter-options .por-checkbox-group .checkbox-items .por-checkbox-inline {
		background-color: var(--por-color-background-gray-2);
		border: 1px solid #f5f5f5;
		border-radius: var(--por-radius-l);
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		padding: 4px;
		width: calc(33.33333% - 6px);
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		cursor: pointer;
		justify-content: center;
		text-align: center
	}

	.pep-news-list-v2 .filter-container .filter-items-wrapper .filter-items .filter-body .filter-item .filter-options .por-checkbox-group .checkbox-items .por-checkbox-inline .por-checkbox {
		display: none
	}

	.pep-news-list-v2 .filter-container .filter-items-wrapper .filter-items .filter-body .filter-item .filter-options .por-checkbox-group .checkbox-items .por-checkbox-inline label {
		color: var(--por-color-text-secondary);
		font-size: 12px;
		line-height: 18px;
		width: 100%
	}

	.pep-news-list-v2 .filter-container .filter-items-wrapper .filter-items .filter-body .filter-item .filter-options .por-checkbox-group .checkbox-items .por-checkbox-inline.checked {
		background-color: var(--por-color-background-white);
		border-color: #181818
	}

	.pep-news-list-v2 .filter-container .filter-items-wrapper .filter-items .filter-body .filter-item .filter-options .por-checkbox-group .checkbox-items .por-checkbox-inline.checked label {
		color: var(--por-color-text-primary)
	}

	.pep-news-list-v2 .filter-container .filter-items-wrapper .filter-items .filter-footer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 80px;
		min-height: 80px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		gap: 12px;
		justify-content: center
	}

	.pep-news-list-v2 .filter-container .filter-items-wrapper.show {
		display: block
	}

	.pep-news-list-v2 .filter-container .search-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-left: 0;
		width: 100%;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.pep-news-list-v2 .filter-container .search-container .search-input {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		position: relative;
		width: 100%
	}

	.pep-news-list-v2 .filter-container .search-container .search-input input {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		border-radius: var(--por-radius-xxxxl);
		border-bottom-right-radius: 0;
		border-color: var(--por-color-border-white);
		border-top-right-radius: 0;
		flex-grow: 1;
		font-size: 12px;
		height: 36px;
		line-height: 36px;
		padding-left: 36px;
		padding-right: 24px
	}

	.pep-news-list-v2 .filter-container .search-container .search-input .por-icon {
		cursor: pointer;
		font-size: 18px;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}

	.pep-news-list-v2 .filter-container .search-container .search-input .por-icon-search {
		left: 12px
	}

	.pep-news-list-v2 .filter-container .search-container .search-input .por-icon-close {
		left: auto;
		right: 68px
	}

	.pep-news-list-v2 .filter-container .search-container .search-input .search-text {
		background-color: var(--por-color-background-primary);
		border-radius: var(--por-radius-xxxxl);
		border-bottom-left-radius: 0;
		border-top-left-radius: 0;
		color: var(--por-color-text-white);
		cursor: pointer;
		line-height: 20px;
		padding: 8px 17px;
		-ms-flex-negative: 0;
		flex-shrink: 0
	}

	.pep-news-list-v2 .filter-container .search-container .filter-icon {
		background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+55S75p2/PC90aXRsZT4KICAgIDxnIGlkPSLnlLvmnb8iIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSLnvJbnu4QtMTEiPgogICAgICAgICAgICA8cmVjdCBpZD0i55+p5b2iIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiPjwvcmVjdD4KICAgICAgICAgICAgPGcgaWQ9Iuetm+mAiS0oMSkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAwLjU0NzUwMSkiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMCwxMi4xMTk3MTcgQy01LjA3MjY1MzEzZS0xNywxMS43MDU1MDM1IDAuMzM1Nzg2NDM4LDExLjM2OTcxNyAwLjc1LDExLjM2OTcxNyBMNS45MTY2NjY2NywxMS4zNjk3MTcgQzYuMzMwODgwMjMsMTEuMzY5NzE3IDYuNjY2NjY2NjcsMTEuNzA1NTAzNSA2LjY2NjY2NjY3LDEyLjExOTcxNyBDNi42NjY2NjY2NywxMi41MzM5MzA2IDYuMzMwODgwMjMsMTIuODY5NzE3IDUuOTE2NjY2NjcsMTIuODY5NzE3IEwwLjc1LDEyLjg2OTcxNyBDMC4zMzU3ODY0MzgsMTIuODY5NzE3IDUuMDcyNjUzMTNlLTE3LDEyLjUzMzkzMDYgMCwxMi4xMTk3MTcgWiBNMCwxNy45NTMwNTAzIEMtNS4wNzI2NTMxM2UtMTcsMTcuNTM4ODM2OCAwLjMzNTc4NjQzOCwxNy4yMDMwNTAzIDAuNzUsMTcuMjAzMDUwMyBMNS45MTY2NjY2NywxNy4yMDMwNTAzIEM2LjMzMDg4MDIzLDE3LjIwMzA1MDMgNi42NjY2NjY2NywxNy41Mzg4MzY4IDYuNjY2NjY2NjcsMTcuOTUzMDUwMyBDNi42NjY2NjY2NywxOC4zNjcyNjM5IDYuMzMwODgwMjMsMTguNzAzMDUwMyA1LjkxNjY2NjY3LDE4LjcwMzA1MDMgTDAuNzUsMTguNzAzMDUwMyBDMC4zMzU3ODY0MzgsMTguNzAzMDUwMyA1LjA3MjY1MzEzZS0xNywxOC4zNjcyNjM5IDAsMTcuOTUzMDUwMyBaIE0wLDYuNTgzMzMzMzMgQy01LjA3MjY1MzEzZS0xNyw2LjE2OTExOTc3IDAuMzM1Nzg2NDM4LDUuODMzMzMzMzMgMC43NSw1LjgzMzMzMzMzIEwxOS4yNDk5MDU2LDUuODMzMzMzMzMgQzE5LjY2NDExOTIsNS44MzMzMzMzMyAxOS45OTk5MDU2LDYuMTY5MTE5NzcgMTkuOTk5OTA1Niw2LjU4MzMzMzMzIEMxOS45OTk5MDU2LDYuOTk3NTQ2OSAxOS42NjQxMTkyLDcuMzMzMzMzMzMgMTkuMjQ5OTA1Niw3LjMzMzMzMzMzIEwwLjc1LDcuMzMzMzMzMzMgQzAuMzM1Nzg2NDM4LDcuMzMzMzMzMzMgNS4wNzI2NTMxM2UtMTcsNi45OTc1NDY5IDAsNi41ODMzMzMzMyBaIE0wLDAuNzUgQy01LjA3MjY1MzEzZS0xNywwLjMzNTc4NjQzOCAwLjMzNTc4NjQzOCw3LjYwODk3OTdlLTE3IDAuNzUsMCBMMTkuMjQ5OTA1NiwwIEMxOS42NjQxMTkyLDMuNDkzMjUwNTVlLTE3IDE5Ljk5OTkwNTYsMC4zMzU3ODY0MzggMTkuOTk5OTA1NiwwLjc1IEMxOS45OTk5MDU2LDEuMTY0MjEzNTYgMTkuNjY0MTE5MiwxLjUgMTkuMjQ5OTA1NiwxLjUgTDAuNzUsMS41IEMwLjMzNTc4NjQzOCwxLjUgNS4wNzI2NTMxM2UtMTcsMS4xNjQyMTM1NiAwLDAuNzUgWiIgaWQ9IuW9oueKtiIgZmlsbD0iIzE5MTkxOSI+PC9wYXRoPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTEzLjUwMzE5MDEsMTcuNDYzOTgzOCBDMTUuMzI1MjYwNSwxNy40NjM5ODM4IDE2LjgwMjMyNjUsMTUuOTQ5OTcwNCAxNi44MDIzMjY1LDE0LjA4MjMyMjcgQzE2LjgwMjMyNjUsMTIuMjE0Njc0OSAxNS4zMjUyNjA1LDEwLjcwMDY2MTUgMTMuNTAzMTkwMSwxMC43MDA2NjE1IEMxMS42ODExMTk2LDEwLjcwMDY2MTUgMTAuMjA0MDUzNiwxMi4yMTQ2NzQ5IDEwLjIwNDA1MzYsMTQuMDgyMzIyNyBDMTAuMjA0MDUzNiwxNS45NDk5NzA0IDExLjY4MTExOTYsMTcuNDYzOTgzOCAxMy41MDMxOTAxLDE3LjQ2Mzk4MzggWiIgaWQ9Iui3r+W+hCIgc3Ryb2tlPSIjMTkxOTE5IiBzdHJva2Utd2lkdGg9IjEuNSI+PC9wYXRoPgogICAgICAgICAgICAgICAgPGxpbmUgeDE9IjE2LjY2NjY2NjciIHkxPSIxNi4zNDg3MjI5IiB4Mj0iMTkuMTY2NjY2NyIgeTI9IjE4LjAzOTU1MzUiIGlkPSLot6/lvoQtMiIgc3Ryb2tlPSIjMTkxOTE5IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj48L2xpbmU+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
		background-position: 100%;
		background-repeat: no-repeat;
		cursor: pointer;
		height: 20px;
		width: 36px
	}

	.pep-news-list-v2 .filter-container .search-container .switch-patterns {
		display: none
	}

	.pep-news-list-v2 .no-data {
		background-size: 100px;
		font-size: 12px;
		margin: 28px auto 0;
		min-width: 100px;
		padding-top: 104px
	}
}
.search-input button{position: absolute;
    left: 0;
    background: transparent;
    border: 0;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
    top: 18px;}
html[lang=ar-MENA] .pep-news-list-v2 .por-checkbox-inline {
	margin-left: 20px;
	margin-right: 0
}

html[lang=ar-MENA] .pep-news-list-v2 .filter-container .filter-items-wrapper .filter-items .filter-body .filter-item .filter-title {
	padding-left: 32px;
	padding-right: 0
}

html[lang=ar-MENA] .pep-news-list-v2 .filter-container .filter-items-wrapper .filter-items .filter-body .filter-item .filter-options .por-checkbox-group .checkbox-items {
	padding-left: 0;
	padding-right: 32px
}

html[lang=ar-MENA] .pep-news-list-v2 .filter-container .filter-items-wrapper .filter-items .filter-body .filter-item .filter-options .por-checkbox-group .checkbox-all {
	padding-left: 32px;
	padding-right: 0
}

html[lang=ar-MENA] .pep-news-list-v2 .filter-container .filter-items-wrapper .filter-items .filter-body .filter-item .filter-options .por-checkbox-group .checkbox-all:after {
	left: 0;
	right: auto
}

html[lang=ar-MENA] .pep-news-list-v2 .filter-container .search-container .search-input input {
	padding-left: 30px;
	padding-right: 52px
}

html[lang=ar-MENA] .pep-news-list-v2 .filter-container .search-container .search-input .por-icon-search {
	left: auto;
	right: 26px
}

html[lang=ar-MENA] .pep-news-list-v2 .filter-container .search-container .switch-patterns {
	margin-left: 0;
	margin-right: 32px
}

html[lang=ar-MENA] .pep-news-list-v2 .filter-container .search-container .switch-patterns .por-icon+.por-icon {
	margin-left: 0;
	margin-right: 20px
}

@media (max-width:768px) {
	html[lang=ar-MENA] .pep-news-list-v2 .filter-container .filter-items-wrapper .filter-items .filter-header {
		margin-left: 24px;
		margin-right: auto
	}

	html[lang=ar-MENA] .pep-news-list-v2 .filter-container .search-container .filter-icon {
		background-position: 0
	}

	html[lang=ar-MENA] .pep-news-list-v2 .filter-container .search-container .search-input input {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: var(--por-radius-xxxxl);
		border-top-left-radius: 0;
		border-top-right-radius: var(--por-radius-xxxxl)
	}

	html[lang=ar-MENA] .pep-news-list-v2 .filter-container .search-container .search-input .search-text {
		border-bottom-left-radius: var(--por-radius-xxxxl);
		border-bottom-right-radius: 0;
		border-top-left-radius: var(--por-radius-xxxxl);
		border-top-right-radius: 0
	}
}









/* region banner */
.news-detail-banenr {
  height: 350px;
  background: url(/themes/web/ZdsjuM4/static/img/nrybr-pc.png) center;
  background-size: cover;
}

.news-detail-banenr-wrapper {
  max-width: 1200px;
  padding-top: 105px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}

.news-detail-banenr-wrapper h2 {
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
}

.news-detail-banenr-wrapper p {
  font-size: 20px;
  line-height: 26px;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media (max-width: 767px) {
  .news-detail-banenr {
    height: 200px;
    background-image: url(/themes/web/ZdsjuM4/static/img/nrybr-mb.png);
    background-size: cover;
  }

  .news-detail-banenr-wrapper {
    padding-top: 55px;
    text-align: center;
  }

  .news-detail-banenr-wrapper h2 {
    margin-bottom: 7px;
  }
}

/* endregion banner */

/* region ¨¦?¡é??¡­?¡À¡® */
.crumbs {
  font-size: 12px;
  color: #333;
}

.crumbs ul:before,
.crumbs ul:after {
  content: " ";
  display: table;
}

.crumbs ul:after {
  clear: both;
}

.crumbs li {
  float: left;
}

.crumbs li + li:before {
  content: ">";
  margin-left: 5px;
  margin-right: 5px;
}

.crumbs a {
  text-decoration: none;
  color: #666;
}

.crumbs a:hover {
  color: #2056b7;
}

/* endregion ¨¦?¡é??¡­?¡À¡® */

/* region ?¡ì???¡§??¡¥¨¨?¡±??? */
.news-detail-back-mb {
  display: none;
}

@media (max-width: 767px) {
  .news-detail-back-mb {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: solid 1px #e4e9f0;
  }

  .news-detail-back-mb a {
    display: block;
    height: 45px;
    font-size: 0;
    line-height: 45px;
  }

  .news-detail-back-mb i {
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    height: 11px;
    border-left: solid 2px #666;
    border-bottom: solid 2px #666;
    margin-right: 2px;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
  }

  .news-detail-back-mb span {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 25px;
    color: #666;
  }
}
/* endregion ?¡ì???¡§??¡¥¨¨?¡±??? */

/* region ??¡­??1 */
.news-detail-container {
  background: #f7f7f7;
}

.news-detail-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 20px 0;
}

.crumbs {
  line-height: 38px;
}

.news-detail-content {
  background-color: white;
  padding: 50px 140px 10px;
}

.news-detail-title {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  color: #333;
}

.news-detail-date {
  text-align: center;
}

.news-detail-date i {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 2px;
  background-image: url(/themes/web/ZdsjuM4/static/img/clock-pc.png);
  background-size: 100% auto;
}

.news-detail-date span {
  font-size: 12px;
  line-height: 17px;
  color: #999;
}

.news-detail-text {
  margin-top: 40px;
  font-size: 16px;
  line-height: 32px;
}

.news-detail-text h4 {
  font-size: 18px
}

.news-detail-text h2 {
  font-size: 30px
}

.news-detail-text p {
  margin-bottom: 20px;
  text-indent: 0;
}

.news-detail-text a {
  color: #0090ff
}

.news-detail-text a:hover {
  color: #0090ff;
  text-decoration: underline;
  border: none;
}

.news-detail-text img {
  max-width: 100%;
  height: auto;
  vertical-align: middle
}
.report-btn {
  display: none;
}

@media (max-width: 767px) {
  .crumbs {
    display: none;
  }

  .news-detail-wrapper {
    padding: 0;
    background: white;
  }

  .news-detail-content {
    padding: 35px 15px 30px;
  }

  .news-detail-title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 22px;
  }

  .news-detail-date i {
    background-image: url(/themes/web/ZdsjuM4/static/img/clock-pc.png);
  }

  .news-detail-text {
    margin-top: 28px;
    font-size: 14px;
    line-height: 25px;
  }
  
  .report-btn {
	font-size:14px;
	text-align: right;
	color: #808080;
	display: inline-block;
	width: 100%;
   }
  .report-btn .report-btn-img {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	background-size: 100% auto;
	margin-bottom: 3px;
  }
}

/* endregion ??¡­??1 */

/* news detail nextPre Page*/
.news-detail-content .action {
    border-top: 1px solid #E4E2E2;
    font-size: 16px;
    padding: 29px 0 39px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media (max-width:768px) {
  .news-detail-content .action{
    padding: 10px 0 10px;
	display: inline-block;
  }
}
.news-detail-content .action p {
    color: #333333;
    line-height: 32px;
}
.news-detail-content .action a {
    display: inline-block;
    max-width: 560px;
}
.news-detail-content .action p a:hover{
    color: #499DF2;
    text-decoration: underline;

}
.news-detail-content .action span {
    display: inline-block;
    max-width: 100px;
    vertical-align: top;
}