.news-all {
	padding-top: 10px;
	padding-bottom: 80px;
}
.news-all-dtl {
	padding-top: 0;
	border-top: none;
	border-bottom: none;
}
.menu-news-dtl {
	background: #f3f3f3;
}
.news-ctrl {
	padding: 32px 0 48px;
	border-top: 1px solid #eee;
	margin-top: 8px;
}
.news-ctrl-bar {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 40px;
}
.news-ctrl-item {
	display: flex;
	align-items: center;
	flex: 1;
	min-width: 0;
	max-width: 46%;
	padding: 0;
	border: none;
	background: none;
	box-shadow: none;
	color: #555;
	transition: color .25s;
}
.news-ctrl-item.is-prev {
	justify-content: flex-start;
}
.news-ctrl-item.is-next {
	justify-content: flex-end;
	text-align: right;
}
.news-ctrl-item:hover {
	color: #d51b32;
}
.news-ctrl-item[href="javascript:;"],
.news-ctrl-item[href="javascript:void(0);"],
.news-ctrl-item[href="javascript:void(0)"] {
	cursor: default;
	color: #bbb;
	pointer-events: none;
}
.news-ctrl-icon {
	position: relative;
	flex-shrink: 0;
	width: 46px;
	height: 46px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 44px;
	text-align: center;
}
.news-ctrl-icon::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 46px;
	height: 46px;
	background: #d9d9d9;
	border-radius: 50%;
	opacity: .7;
	transition: background .45s;
}
.news-ctrl-item:hover .news-ctrl-icon::before {
	background: #d51b32;
}
.news-ctrl-item.is-prev .news-ctrl-icon {
	margin-right: 16px;
}
.news-ctrl-item.is-next .news-ctrl-icon {
	margin-left: 16px;
}
.news-ctrl-icon img {
	position: relative;
	z-index: 1;
	display: block;
}
.news-ctrl-item[href="javascript:;"] .news-ctrl-icon::before,
.news-ctrl-item[href="javascript:void(0);"] .news-ctrl-icon::before,
.news-ctrl-item[href="javascript:void(0)"] .news-ctrl-icon::before {
	background: #e8e8e8;
	opacity: 1;
}
.news-ctrl-item[href="javascript:;"]:hover .news-ctrl-icon::before,
.news-ctrl-item[href="javascript:void(0);"]:hover .news-ctrl-icon::before,
.news-ctrl-item[href="javascript:void(0)"]:hover .news-ctrl-icon::before {
	background: #e8e8e8;
}
.news-ctrl-info {
	display: flex;
	flex-direction: column;
	min-width: 0;
}
.news-ctrl-info em {
	font-style: normal;
	font-size: 12px;
	color: #aaa;
	margin-bottom: 8px;
	line-height: 1;
	letter-spacing: 1px;
}
.news-ctrl-info strong {
	font-size: 14px;
	font-weight: normal;
	color: inherit;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news-ctrl-item[href="javascript:;"] .news-ctrl-info strong,
.news-ctrl-item[href="javascript:void(0);"] .news-ctrl-info strong,
.news-ctrl-item[href="javascript:void(0)"] .news-ctrl-info strong {
	color: #ccc;
}
.news-intro {
	text-align: center;
	margin-bottom: 50px;
}
.news-intro h2 {
	font-size: 32px;
	font-weight: bold;
	color: #333;
	margin-bottom: 12px;
}
.news-intro p {
	font-size: 16px;
	color: #999;
	line-height: 26px;
	max-width: 760px;
	margin: 0 auto;
}
.news-list {
	margin-bottom: 34px;
	text-align: left;
	font-size: 0;
}
.news-list-in {
	max-width: 1100px;
}
.news-card {
	display: flex;
	align-items: stretch;
	margin-bottom: 24px;
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 6px;
	overflow: hidden;
	transition: border-color .3s ease, box-shadow .3s ease;
}
.news-card:hover {
	border-color: #e8e8e8;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}
.news-card-thumb {
	flex-shrink: 0;
	width: 260px;
	height: 180px;
	overflow: hidden;
	background: #f5f5f5;
}
.news-card-thumb a {
	display: block;
	width: 100%;
	height: 100%;
}
.news-card-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .4s ease;
}
.news-card:hover .news-card-thumb img {
	transform: scale(1.05);
}
.news-card-date {
	display: flex;
	align-items: baseline;
	gap: 8px;
	margin-bottom: 8px;
	line-height: 1;
}
.date-day {
	font-size: 26px;
	font-weight: bold;
	color: #e00012;
}
.date-month {
	font-size: 13px;
	color: #999;
}
.news-card-content {
	flex: 1;
	min-width: 0;
	padding: 22px 28px 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.news-card-content h3 {
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	line-height: 1.45;
	transition: color .3s;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news-card-content h3 a {
	color: #333;
}
.news-card-content h3 a:hover,
.news-card:hover h3 a {
	color: #e00012;
}
.news-card-desc {
	line-height: 24px;
	font-size: 14px;
	color: #888;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 0 0 14px;
	min-height: 0;
}
.news-card-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: auto;
	padding-top: 2px;
}
.news-card-category {
	display: inline-block;
	padding: 3px 12px;
	background: #f5f5f5;
	color: #888;
	font-size: 12px;
	border-radius: 3px;
	line-height: 1.5;
}
.news-card-more {
	display: inline-flex;
	align-items: center;
	font-size: 13px;
	color: #666;
	transition: color .3s;
	white-space: nowrap;
}
.news-card-more img {
	width: 14px;
	height: auto;
	margin-left: 8px;
	transition: transform .3s;
}
.news-card-more:hover,
.news-card:hover .news-card-more {
	color: #e00012;
}
.news-card:hover .news-card-more img {
	transform: translateX(4px);
}
.news-dtl {
	margin: 0 auto;
	max-width: 945px;
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
}
.news-dtl-body {
	padding: 0;
}
.news-dtl-subtitle {
	margin: -12px 0 24px;
	text-align: center;
	font-size: 15px;
	line-height: 1.6;
	color: #888;
}
.news-dtl-subtitle:empty {
	display: none;
}
h2.news-title {
	margin-bottom: 85px;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: #333;
}
.news-belong {
	font-size: 0;
}
.belong-one {
	display: inline-block;
	margin-right: 80px;
	font-size: 14px;
	color: #747474;
	vertical-align: top;
}
.belong-one img {
	position: relative;
	top: -2px;
	margin-right: 8px;
}
.news-edit {
	padding-top: 70px;
	border-top: 1px dashed #a0a0a0;
	margin-top: 20px;
	font-size: 14px;
	line-height: 25px;
}
.news-edit img {
	max-width: 100%;
	height: auto;
}
@media (max-width: 1200px) {
.news-card-thumb {
	width: 220px;
	height: 160px;
}
}
@media (max-width: 992px) {
.news-all {
	padding-top: 40px;
	padding-bottom: 50px;
}
.news-all-dtl {
	padding-top: 0;
	padding-bottom: 24px;
}
.news-all-dtl > .container {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
article.page-gap > .news-ctrl {
	display: none;
}
.news-all-dtl .news-dtl {
	padding: 0;
	max-width: none;
}
.news-dtl-body {
	padding: 20px 16px 0;
	box-sizing: border-box;
}
h2.news-title {
	margin-bottom: 10px;
	font-size: 20px;
	text-align: left;
	line-height: 1.45;
}
.news-dtl-subtitle {
	margin: 0 0 14px;
	text-align: left;
	font-size: 14px;
}
.news-belong {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.belong-one {
	display: block;
	margin-right: 0;
	font-size: 12px;
	line-height: 1.6;
	white-space: normal;
}
.news-edit {
	padding-top: 18px;
	margin-top: 14px;
	font-size: 14px;
	line-height: 1.85;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
.news-edit img,
.news-edit video,
.news-edit iframe,
#maximg img,
#maximg video,
#maximg iframe {
	max-width: 100% !important;
	height: auto !important;
}
.news-edit table,
#maximg table {
	display: block;
	max-width: 100%;
	overflow-x: auto;
}
.news-ctrl {
	padding: 20px 0 32px;
}
.news-ctrl-bar {
	flex-direction: column;
	gap: 14px;
}
.news-ctrl-item {
	max-width: 100%;
}
.news-ctrl-item.is-next {
	justify-content: flex-start;
	text-align: left;
}
.news-card {
	flex-direction: column;
	margin-bottom: 20px;
}
.news-card-thumb {
	width: 100%;
	height: 200px;
}
.news-card-content {
	padding: 20px 22px 18px;
}
.news-card-content h3 {
	font-size: 17px;
	margin-bottom: 8px;
}
.news-card-desc {
	margin: 0 0 14px;
}
.news-card-date {
	margin-bottom: 6px;
}
.date-day {
	font-size: 22px;
}
.date-month {
	font-size: 12px;
}
}
@media (max-width: 768px) {
.news-intro h2 {
	font-size: 26px;
}
.news-intro p {
	font-size: 14px;
	padding: 0 10px;
}
.news-dtl-body {
	padding: 16px 15px 0;
}
h2.news-title {
	font-size: 18px;
}
.news-ctrl {
	padding: 16px 0 28px;
}
.news-ctrl-bar {
	gap: 12px;
}
.news-card-thumb {
	height: 180px;
}
.news-card-content {
	padding: 18px 16px 16px;
}
.news-card-content h3 {
	font-size: 16px;
}
.date-day {
	font-size: 20px;
}
}
@media (max-width: 480px) {
.news-card-thumb {
	height: 160px;
}
.news-card-content h3 {
	font-size: 15px;
}
.news-card-category {
	padding: 2px 10px;
	font-size: 11px;
}
.news-card-more {
	font-size: 12px;
}
}
/*pages*/ .pagination-wrapper {
	margin: 20px 0;
	text-align: center;
}
.pagination {
	height: 34px;
	text-align: center;
}
.pagination li {
	display: inline-block;
	height: 34px;
	margin-right: 5px;
}
.pagination li a {
	float: left;
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0 12px;
	font-size: 16px;
	border: 1px solid #dddddd;
	color: #555555;
	text-decoration: none;
}
.pagination li a:hover {
	background: #f5f5f5;
	color: #0099ff;
}
.pagination li.thisclass {
	background: #e00012;
	color: #fff;
}
.pagination li.thisclass a, .pagination li.thisclass a:hover {
	background: transparent;
	border-color: #e00012;
	color: #fff;
	cursor: default;
}