/*
Teamplate Name: hisfull 
Version: 1.0
*/
/* Type your CSS Here */

/* 顶部栏：取消 scroll-to-fixed 固定效果，滚动前后样式一致 */
.hisfull-header-top,
.hisfull-header-top.scroll-to-fixed-fixed {
	position: static !important;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	width: 100% !important;
}

.hisfull-main-menu.one_page.scroll-to-fixed-fixed {
	position: static !important;
}

/* scrollToFixed 插件插入的无 class 占位 div，滚动后会带 inline width/height */
.em40_header_area_main > .one_page + div:not([class]):not([id]) {
	display: none !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
}

.hisfull-main-menu .hisfull_nav_area.prefix {
	background: #fff;
}

.hisfull-main-menu .prefix .hisfull_menu > ul > li > a {
	color: #151616;
}

.hisfull-main-menu .prefix .hisfull_menu > ul > li.current > a {
	color: #892D2F;
}

.hisfull-main-menu .prefix .logo a.main_sticky_main_l {
	display: block;
}

.hisfull-main-menu .prefix .logo a.main_sticky_l {
	display: none;
}

.logo img {
	/* width: 130px;
	height: auto; */
}

/* 移动端顶栏：全宽，左 logo + 右汉堡菜单 */
.jw-mobile-header {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: visible;
}

.jw-mobile-header .mobile-menu,
.jw-mobile-header .mobile-menu.mean-container {
	width: 100% !important;
	max-width: 100% !important;
	float: none !important;
	margin: 0;
	padding: 0;
}

.jw-mobile-header__logo {
	position: absolute;
	left: 16px;
	top: 0;
	z-index: 1000001;
	display: flex;
	align-items: center;
	height: 52px;
	pointer-events: auto;
}

.jw-mobile-header__logo img {
	display: block;
	max-height: 38px;
	width: auto;
	max-width: calc(100vw - 80px);
}

.jw-mobile-header .mobile-menu.mean-container .mean-bar {
	position: relative;
	min-height: 52px;
	height: 52px;
	padding: 0 16px;
	background: #892D2F !important;
	float: none !important;
	display: block !important;
	overflow: visible;
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
	z-index: 999999;
}

.jw-mobile-header .mobile-menu.mean-container .mean-bar::after,
.jw-mobile-header .mobile-menu.mean-container .mean-bar::before {
	content: none !important;
	display: none !important;
}

.jw-mobile-header .mobile-menu.mean-container,
.jw-mobile-header .mobile-menu.mean-container .mean-bar,
.jw-mobile-header .mobile-menu.mean-container .mean-bar * {
	box-sizing: border-box !important;
}

.jw-mobile-header .meanmenu-reveal {
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
	gap: 5px;
	width: 28px;
	height: 28px;
	padding: 4px 0;
	margin: 0;
	background: transparent !important;
	color: transparent !important;
	font-size: 0 !important;
	text-indent: 0 !important;
	line-height: 0 !important;
	position: absolute !important;
	right: 16px !important;
	left: auto !important;
	top: 50% !important;
	transform: translateY(-50%);
}

.jw-mobile-header .meanmenu-reveal span {
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
	border-radius: 1px;
}

.jw-mobile-header .meanmenu-reveal.meanclose {
	font-size: 22px !important;
	color: #fff !important;
	line-height: 1 !important;
	justify-content: center;
	align-items: center;
	transform: translateY(-50%);
}

.jw-mobile-header .meanmenu-reveal.meanclose span {
	display: none;
}

.jw-mobile-header .mean-nav {
	float: none !important;
	clear: both;
	width: 100%;
	background: #fff !important;
	border-bottom: 2px solid #892D2F;
}

.jw-mobile-header .mean-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
}

.jw-mobile-header .mean-nav ul li {
	float: none !important;
	width: 100%;
	position: relative;
	background: #fff !important;
	border-top: 1px solid #e8e8e8;
}

.jw-mobile-header .mean-nav > ul > li:first-child {
	border-top: none;
}

.jw-mobile-header .mean-nav ul li a {
	display: block;
	float: none !important;
	width: auto !important;
	padding: 14px 48px 14px 20px;
	background: #fff !important;
	color: #333 !important;
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
	text-decoration: none;
	line-height: 1.5;
	opacity: 1 !important;
	border: none;
	transition: color 0.2s;
}

.jw-mobile-header .mean-nav ul li a:hover {
	color: #892D2F !important;
	background: #fff !important;
}

.jw-mobile-header .mean-nav ul li li {
	background: #fff !important;
	border-top: 1px solid #e8e8e8;
}

.jw-mobile-header .mean-nav ul li li a {
	padding: 12px 20px 12px 36px;
	font-size: 15px;
	color: #444 !important;
	font-weight: 400;
}

.jw-mobile-header .mean-nav ul li li a:hover {
	color: #892D2F !important;
}

.jw-mobile-header .mean-nav ul li ul {
	background: #fff;
}

.jw-mobile-header .mean-nav .mean-expand {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 48px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0;
	background: transparent !important;
	color: #666 !important;
	font-size: 22px !important;
	font-weight: 300;
	line-height: 1;
	text-decoration: none;
	border: none;
	z-index: 2;
}

.jw-mobile-header .mean-nav .mean-expand:hover {
	color: #892D2F !important;
}

.mobile_logo_area,
.mbm {
	display: none !important;
}

/* 首页 Banner 轮播 */
.jw-home-banner {
	position: relative;
	overflow: hidden;
	background: #892D2F;
	line-height: 0;
}

.jw-home-banner__slider {
	position: relative;
	width: 100%;
}

.jw-home-banner__slider.slick-dotted {
	margin-bottom: 0;
	padding-bottom: 0;
}

.jw-home-banner__slide a {
	display: block;
	line-height: 0;
}

.jw-home-banner__slide img {
	width: 100%;
	height: 579px;
	object-fit: cover;
	object-position: center;
	display: block;
}

/* 分页叠在图片上，不占文档流高度 */
.jw-home-banner > .slick-dots {
	position: absolute;
	bottom: 28px;
	left: 0;
	right: 0;
	z-index: 10;
	display: flex !important;
	justify-content: center;
	align-items: center;
	gap: 10px;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	pointer-events: auto;
}

.jw-home-banner > .slick-dots li {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}

.jw-home-banner > .slick-dots li button {
	width: 32px;
	height: 3px;
	padding: 0;
	border: none;
	background: rgba(255, 255, 255, 0.35);
	border-radius: 2px;
	font-size: 0;
	line-height: 0;
	color: transparent;
	transition: background 0.3s, opacity 0.3s;
}

.jw-home-banner > .slick-dots li button:before {
	content: none;
	display: none;
}

.jw-home-banner > .slick-dots li.slick-active button {
	background: #fff;
	opacity: 1;
}

/* #service 区块：PC 端一行 3 个 */
#service .service_active .service_grid {
	margin-top: 40px;
}

#service .service_active .service_grid>[class*="col-"] {
	margin-bottom: 30px;
}

/* 期刊封面卡片 */
#service .jw-mag-card {
	display: block;
	text-decoration: none;
	color: inherit;
}

#service .jw-mag-card:hover {
	text-decoration: none;
	color: inherit;
}

#service .jw-mag-card__frame {
	/* background: #7a1818; */
	/* padding: 14px; */
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

#service .jw-mag-card__body {
	background: #c9a67a;
	padding: 14px 14px 18px;
}

#service .jw-mag-card__cover {
	background: #fff;
	/* padding: 16px 14px 14px; */
}

#service .jw-mag-card__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 12px;
	min-height: 88px;
}

#service .jw-mag-card__brand {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	flex: 1;
	min-width: 0;
}

#service .jw-mag-card__logo {
	flex-shrink: 0;
	width: 14px;
	height: 14px;
	margin-top: 3px;
	border-radius: 50%;
	background: #892D2F;
}

#service .jw-mag-card__en {
	display: flex;
	flex-direction: column;
	gap: 2px;
	font-size: 9px;
	line-height: 1.35;
	color: #8a8a8a;
	letter-spacing: 0.02em;
}

#service .jw-mag-card__issue {
	flex-shrink: 0;
	text-align: center;
	line-height: 1;
	padding: 0 6px;
}

#service .jw-mag-card__num {
	display: block;
	font-size: 52px;
	font-weight: 700;
	color: #892D2F;
	letter-spacing: -0.02em;
}

#service .jw-mag-card__year {
	display: block;
	margin-top: 2px;
	font-size: 11px;
	color: #9a9a9a;
	letter-spacing: 0.08em;
}

#service .jw-mag-card__title-vertical {
	flex-shrink: 0;
	writing-mode: vertical-rl;
	text-orientation: upright;
	font-family: "STKaiti", "KaiTi", "SimKai", serif;
	font-size: 26px;
	font-weight: 700;
	line-height: 1;
	color: #111;
	letter-spacing: 0.12em;
}

#service .jw-mag-card__art {
	padding: 0 6px 4px;
}

#service .jw-mag-card__art img {
	display: block;
	width: 100%;
	height: auto;
	/* aspect-ratio: 4 / 3; */
	object-fit: cover;
}

#service .jw-mag-card__label {
	margin-top: 14px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 0.06em;
}

@media (max-width: 991px) {
	#service .jw-mag-card__num {
		font-size: 44px;
	}

	#service .jw-mag-card__title-vertical {
		font-size: 22px;
	}
}

@media (max-width: 575px) {
	#service .jw-mag-card__frame {
		padding: 10px;
	}

	#service .jw-mag-card__body {
		padding: 10px 10px 14px;
	}

	#service .jw-mag-card__cover {
		/* padding: 12px 10px 10px; */
	}

	#service .jw-mag-card__num {
		font-size: 38px;
	}

	#service .jw-mag-card__title-vertical {
		font-size: 20px;
	}

	#service .jw-mag-card__label {
		font-size: 16px;
	}
}

/* #about：左侧图居中，右侧 about-content 红底文案 */
#about.hisfull_about_area {
	background: #FEF0DE !important;
}

#about .row {
	align-items: stretch;
}

#about #about-content {
	display: flex;
}

#about .row>.col-lg-6:first-child {
	display: flex;
	align-items: center;
	justify-content: center;
}

#about .single_image_area,
#about .single_image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

#about .single_image:before {
	display: none;
}

#about .single_image img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
	margin: 0 auto;
	object-fit: contain;
}

#about #about-content {
	padding: 0;
}

#about .jw-about-panel {
	height: 100%;
	min-height: 360px;
	padding: 28px 30px 10px;
	background: #953035;
	color: #f9ddbc;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

#about .jw-about-tag {
	display: inline-block;
	position: relative;
	align-self: flex-start;
	margin-bottom: 28px;
	padding: 10px 36px 10px 18px;
	background: #e8d4b8;
	color: #953035;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.08em;
}

#about .jw-about-tag::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 5px;
	background: #c9a67a;
}

#about .jw-about-tag::after {
	content: "";
	position: absolute;
	right: -16px;
	top: 0;
	border-top: 19px solid transparent;
	border-bottom: 19px solid transparent;
	border-left: 16px solid #e8d4b8;
}

#about .jw-about-title {
	margin: 0 0 24px;
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.55;
	letter-spacing: 0.02em;
}

#about .jw-about-desc {
	margin: 0;
	color: #f9ddbc;
	font-size: 15px;
	line-height: 1.85;
}

/* #team：2×3 资讯网格 */
#team .jw-news-board {
	margin-top: 36px;
}

#team .jw-news-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	border: 1px solid #953035;
	position: relative;
	background: #fff;
}

#team .jw-news-corner {
	position: absolute;
	width: 20px;
	height: 20px;
	border: 2px solid #953035;
	pointer-events: none;
	z-index: 2;
}

#team .jw-news-corner--tl {
	top: -2px;
	left: -2px;
	border-right: none;
	border-bottom: none;
	border-radius: 0 0 14px 0;
}

#team .jw-news-corner--tr {
	top: -2px;
	right: -2px;
	border-left: none;
	border-bottom: none;
	border-radius: 0 0 0 14px;
}

#team .jw-news-corner--bl {
	bottom: -2px;
	left: -2px;
	border-right: none;
	border-top: none;
	border-radius: 0 14px 0 0;
}

#team .jw-news-corner--br {
	bottom: -2px;
	right: -2px;
	border-left: none;
	border-top: none;
	border-radius: 14px 0 0 0;
}

#team .jw-news-item {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	padding: 28px 24px;
	border-bottom: 1px dashed #d4a5a5;
}

#team .jw-news-item:nth-child(2n+1) {
	border-right: 1px dashed #d4a5a5;
}

#team .jw-news-item:nth-last-of-type(-n+2) {
	border-bottom: none;
}

#team .jw-news-thumb {
	flex-shrink: 0;
	width: 120px;
	height: 90px;
	overflow: hidden;
	background: #f5f5f5;
}

#team .jw-news-thumb a {
	display: block;
	width: 100%;
	height: 100%;
}

#team .jw-news-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#team .jw-news-body.post_team_content {
	flex: 1;
	min-width: 0;
	margin: 0;
	padding: 0;
	box-shadow: none;
	background: transparent;
}

#team .post_team_content h5 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 0 12px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.45;
	color: #222;
}

#team .post_team_content h5 a {
	color: inherit;
	text-decoration: none;
}

#team .post_team_content h5 a:hover {
	color: #953035;
}

#team .jw-news-body p {
	margin: 0;
	font-size: 14px;
	line-height: 1.75;
	color: #888;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.jw-news-more {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin-top: 28px;
}

.jw-news-more a {
	color: #888;
	font-size: 15px;
	text-decoration: none;
	letter-spacing: 0.12em;
}

.jw-news-more a:hover {
	color: #953035;
}

.jw-news-more__deco {
	display: inline-block;
	width: 32px;
	height: 12px;
	position: relative;
	opacity: 0.45;
}

.jw-news-more__deco::before,
.jw-news-more__deco::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 8px;
	height: 8px;
	border: 1px solid #953035;
	transform: translateY(-50%) rotate(45deg);
}

.jw-news-more__deco::before {
	left: 2px;
}

.jw-news-more__deco::after {
	left: 14px;
}

.jw-news-more__deco--right {
	transform: scaleX(-1);
}

.hisfull_highlight_area .jw-news-more {
	justify-content: flex-start;
}

#event .jw-news-more {
	margin-top: 28px;
}

@media (max-width: 991px) {
	#about .jw-about-panel {
		min-height: 0;
		padding: 18px 22px 6px;
	}

	#about .jw-about-title {
		font-size: 22px;
	}

	#team .jw-news-grid {
		grid-template-columns: 1fr;
	}

	#team .jw-news-item:nth-child(4n+5) {
		border-right: none;
	}

	#team .jw-news-item:not(:last-of-type) {
		border-bottom: 1px dashed #d4a5a5;
	}
}

@media (max-width: 575px) {
	#about .jw-about-panel {
		padding: 18px 20px;
	}

	#about .jw-about-tag {
		font-size: 16px;
		margin-bottom: 20px;
	}

	#about .jw-about-title {
		font-size: 18px;
	}

	#team .jw-news-item {
		padding: 20px 16px;
		gap: 14px;
	}

	#team .jw-news-thumb {
		width: 96px;
		height: 72px;
	}
}

/* #event：左图右文 */
#event .jw-event-list {
	margin-top: 36px;
}

#event .jw-event-item {
	display: flex;
	align-items: stretch;
	gap: 28px;
	padding: 28px 0;
	border-bottom: 1px solid rgba(149, 48, 53, 0.15);
}

#event .jw-event-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

#event .jw-event-item:first-child {
	padding-top: 0;
}

#event .jw-event-thumb {
	flex-shrink: 0;
	width: 280px;
	max-width: 38%;
	overflow: hidden;
	background: #f5f5f5;
}

#event .jw-event-thumb a {
	display: block;
	width: 100%;
	height: 100%;
}

#event .jw-event-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 180px;
	object-fit: cover;
}

#event .jw-event-body {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#event .jw-event-title {
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	color: #222;
}

#event .jw-event-title--line1 {
	margin-bottom: 4px;
}

#event .jw-event-title--line2 {
	margin-bottom: 16px;
	color: #953035;
}

#event .jw-event-title a {
	color: inherit;
	text-decoration: none;
}

#event .jw-event-title a:hover {
	color: #c1282a;
}

#event .jw-event-desc {
	margin: 0 0 14px;
	font-size: 15px;
	line-height: 1.8;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

#event .jw-event-meta {
	font-size: 14px;
	color: #999;
}

#event .jw-event-meta span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

@media (max-width: 991px) {
	#event .jw-event-item {
		flex-direction: column;
		gap: 16px;
	}

	#event .jw-event-thumb {
		width: 100%;
		max-width: 100%;
	}
}

@media (max-width: 575px) {
	#event .jw-event-title {
		font-size: 17px;
	}

	#event .jw-event-desc {
		font-size: 14px;
	}
}

/* 鼻烟壶 highlight：右侧图片框固定高度，不足 cover 填充 */
.hisfull_highlight_area .witr_pslide_image {
	height: 400px;
	overflow: hidden;
}

.hisfull_highlight_area .witr_pslide_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	margin: 0;
}

.hisfull_highlight_area .witr_single_pslide:hover .witr_pslide_image img {
	transform: scale(1.05);
}

/* 鼻烟壶轮播：标题下方导航按钮（样式与 #recommend .jw-recommend-nav 一致） */
.hisfull_highlight_area .jw-highlight-nav {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: 28px;
}

.hisfull_highlight_area .jw-highlight-prev,
.hisfull_highlight_area .jw-highlight-next {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: #c9a67a;
	color: #fff;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	transition: background 0.3s, opacity 0.3s;
}

.hisfull_highlight_area .jw-highlight-prev.slick-arrow,
.hisfull_highlight_area .jw-highlight-next.slick-arrow {
	position: static;
	top: auto;
	left: auto;
	right: auto;
	transform: none;
	opacity: 1;
	box-shadow: none;
}

.hisfull_highlight_area .jw-highlight-prev.slick-arrow::before,
.hisfull_highlight_area .jw-highlight-next.slick-arrow::before {
	content: none;
	display: none;
}

.hisfull_highlight_area .jw-highlight-prev:hover,
.hisfull_highlight_area .jw-highlight-next:hover,
.hisfull_highlight_area .jw-highlight-prev.slick-arrow:hover,
.hisfull_highlight_area .jw-highlight-next.slick-arrow:hover {
	background: #e8d4b8;
	color: #953035;
}

.hisfull_highlight_area .jw-highlight-prev.slick-disabled,
.hisfull_highlight_area .jw-highlight-next.slick-disabled {
	opacity: 0.35;
	cursor: not-allowed;
	background: #c9a67a;
}

@media (max-width: 991px) {
	.hisfull_highlight_area .witr_pslide_image {
		height: 320px;
	}

	.hisfull_highlight_area .jw-highlight-nav {
		margin-top: 20px;
		margin-bottom: 24px;
	}
}

@media (max-width: 575px) {
	.hisfull_highlight_area .witr_pslide_image {
		height: 260px;
	}
}

/* ========== 移动端适配 ========== */
/* Bootstrap 4 无 hidden-xs/sm/md/lg，在此补全导航显隐 */
@media (min-width: 992px) {
	.jw-mobile-header {
		display: none !important;
	}

	.hisfull-main-menu.one_page {
		display: block !important;
	}
}

@media (max-width: 991px) {
	.hisfull-main-menu.one_page {
		display: none !important;
	}

	.jw-mobile-header,
	.jw-mobile-header .mobile-menu {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	/* Banner 移动端 */
	.jw-home-banner__slide img {
		height: 240px;
	}

	.jw-home-banner > .slick-dots {
		bottom: 16px;
		gap: 8px;
	}

	.jw-home-banner > .slick-dots li button {
		width: 24px;
		height: 2px;
	}

	#about #about-content {
		display: block;
	}

	#team .jw-news-item {
		flex-direction: column;
	}

	#team .jw-news-item:nth-child(2n+1) {
		border-right: none;
	}

	#team .jw-news-thumb {
		width: 100%;
		height: auto;
		aspect-ratio: 16 / 10;
	}

	.hisfull_highlight_area .witr_section_title {
		margin-bottom: 8px;
	}

	.hisfull_highlight_area .witr_section_title_inner.text-left p {
		width: 100%;
	}
}

/* #recommend：建文推荐 — 居中 Tab + 一行 4 个横向滚动 */
#recommend.hisfull_service_area {
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	padding-bottom: 80px;
}

#recommend .witr_section_title_inner h3 {
	color: #fff;
}

#recommend .jw-recommend-desc {
	text-align: justify;
	font-size: 16px;
	color: #fff;
	line-height: 1.6rem;
	width: 95%;
	margin: 0 auto;
	padding: 30px 0;
}

#recommend .jw-recommend-tabs {
	display: flex;
	justify-content: center;
	margin-top: 8px;
}

#recommend .jw-recommend-tab-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	border: none;
	gap: 0;
}

#recommend .jw-recommend-tab-nav .nav-item {
	margin: 0;
}

#recommend .jw-recommend-tab-nav .nav-link {
	display: inline-block;
	min-width: 160px;
	padding: 12px 36px;
	margin: 0;
	border: 1px solid rgba(201, 166, 122, 0.55);
	border-radius: 0;
	background: transparent;
	color: #f9ddbc;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-align: center;
	transition: background 0.3s, color 0.3s, border-color 0.3s;
}

#recommend .jw-recommend-tab-nav .nav-item + .nav-item .nav-link {
	border-left: none;
}

#recommend .jw-recommend-tab-nav .nav-link:hover,
#recommend .jw-recommend-tab-nav .nav-link.active {
	background: #c9a67a;
	border-color: #c9a67a;
	color: #fff;
}

#recommend .jw-recommend-content {
	margin-top: 36px;
}

#recommend .jw-recommend-carousel-wrap {
	position: relative;
}

#recommend .jw-recommend-slick {
	margin: 0 -12px;
}

#recommend .jw-recommend-slick .slick-list {
	overflow: hidden;
}

#recommend .jw-recommend-slide {
	padding: 0 12px;
	outline: none;
}

#recommend .jw-rec-card {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: inherit;
	height: 100%;
}

#recommend .jw-rec-card:hover {
	text-decoration: none;
	color: inherit;
}

#recommend .jw-rec-card__cover {
	background: #fff;
	overflow: hidden;
	line-height: 0;
	aspect-ratio: 1 / 1;
}

#recommend .jw-rec-card__cover img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#recommend .jw-rec-card__label {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 12px 10px;
	background: #c9a67a;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.04em;
	line-height: 1.4;
}

#recommend .jw-recommend-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
	margin-top: 32px;
}

#recommend .jw-recommend-prev,
#recommend .jw-recommend-next {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: #c9a67a;
	color: #fff;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	transition: background 0.3s, opacity 0.3s;
}

#recommend .jw-recommend-prev.slick-arrow,
#recommend .jw-recommend-next.slick-arrow {
	position: static;
	top: auto;
	left: auto;
	right: auto;
	transform: none;
	opacity: 1;
	box-shadow: none;
}

#recommend .jw-recommend-prev.slick-arrow::before,
#recommend .jw-recommend-next.slick-arrow::before {
	content: none;
	display: none;
}

#recommend .jw-recommend-prev:hover,
#recommend .jw-recommend-next:hover,
#recommend .jw-recommend-prev.slick-arrow:hover,
#recommend .jw-recommend-next.slick-arrow:hover {
	background: #e8d4b8;
	color: #953035;
}

#recommend .jw-recommend-prev.slick-disabled,
#recommend .jw-recommend-next.slick-disabled {
	opacity: 0.35;
	cursor: not-allowed;
	background: #c9a67a;
}

@media (max-width: 991px) {
	#recommend .jw-rec-card__label {
		font-size: 15px;
		min-height: 48px;
	}

	#recommend .jw-recommend-tab-nav .nav-link {
		min-width: 140px;
		padding: 10px 24px;
		font-size: 16px;
	}
}

@media (max-width: 575px) {
	#recommend .jw-recommend-tab-nav {
		width: 100%;
	}

	#recommend .jw-recommend-tab-nav .nav-link {
		min-width: 0;
		flex: 1;
		padding: 10px 16px;
		font-size: 15px;
	}

	#recommend .jw-rec-card__label {
		font-size: 14px;
		min-height: 44px;
	}
}

/* hisfull_event_area：左图右文列表 */
.hisfull_event_area {
	padding: 48px 0 60px;
	background: #fff;
}

.hisfull_event_area .jw-article-list {
	margin: 0;
}

.hisfull_event_area .jw-article-item {
	display: flex;
	align-items: flex-start;
	gap: 32px;
	padding: 28px 0;
	border-bottom: 1px solid #e5e5e5;
}

.hisfull_event_area .jw-article-item:first-child {
	padding-top: 0;
}

.hisfull_event_area .jw-article-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.hisfull_event_area .jw-article-thumb {
	flex-shrink: 0;
	width: 180px;
	height: 120px;
	overflow: hidden;
	background: #f5f5f5;
}

.hisfull_event_area .jw-article-thumb a {
	display: block;
	width: 100%;
	height: 100%;
}

.hisfull_event_area .jw-article-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hisfull_event_area .jw-article-body {
	flex: 1;
	min-width: 0;
	padding-top: 4px;
}

.hisfull_event_area .jw-article-title {
	margin: 0 0 14px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.55;
	color: #222;
}

.hisfull_event_area .jw-article-title a {
	color: inherit;
	text-decoration: none;
	transition: color 0.3s;
}

.hisfull_event_area .jw-article-title a:hover {
	color: #892D2F;
}

.hisfull_event_area .jw-article-tag {
	color: #892D2F;
	font-weight: 700;
}

.hisfull_event_area .jw-article-desc {
	margin: 0;
	font-size: 15px;
	line-height: 1.85;
	color: #888;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

@media (max-width: 991px) {
	.hisfull_event_area {
		padding: 36px 0 48px;
	}

	.hisfull_event_area .jw-article-item {
		gap: 16px;
		padding: 24px 0;
	}

	.hisfull_event_area .jw-article-thumb {
		width: 120px;
		height: 90px;
	}
}

@media (max-width: 575px) {
	.hisfull_event_area .jw-article-title {
		font-size: 16px;
	}
	.hisfull_event_area .jw-article-title a {
		font-size: 16px;
		transition: color 0.3s;
	}
	.hisfull_event_area .jw-article-desc {
		font-size: 14px;
		line-height: 1.75;
	}
	.jw-pagination__item{
		width: 34px;
		height: 34px;
		font-size: 14px;
	}
	.jw-pagination__next{
		width: 34px;
		height: 34px;
		font-size: 14px;
	}
}

/* 列表分页 */
.jw-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 40px;
}

.jw-pagination__item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 1px solid #ddd;
	background: #fff;
	color: #999;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	transition: color 0.3s, border-color 0.3s, background 0.3s;
}

.jw-pagination__item:hover {
	color: #892D2F;
	border-color: #892D2F;
}

.jw-pagination__item.is-active {
	background: #892D2F;
	border-color: #892D2F;
	color: #fff;
}

.jw-pagination__item.is-active:hover {
	color: #fff;
}

.jw-pagination__next {
	font-size: 18px;
}

/* 内页：子栏目导航 + 面包屑 */
.jw-page-subbar {
	background: #fdfaf7;
	border-bottom: 1px solid #892D2F;
}

.jw-page-subbar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 10px 0;
}

.jw-page-subnav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 36px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.jw-page-subnav a {
	display: inline-block;
	color: #333;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	text-decoration: none;
	transition: color 0.3s;
}

.jw-page-subnav a:hover,
.jw-page-subnav a.active {
	color: #892D2F;
}

.jw-page-subnav a.active {
	font-weight: 700;
}

.jw-page-breadcrumb ol {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.jw-page-breadcrumb li {
	display: inline-flex;
	align-items: center;
	font-size: 14px;
	line-height: 1.4;
	color: #999;
}

.jw-page-breadcrumb a {
	color: #999;
	text-decoration: none;
	transition: color 0.3s;
}

.jw-page-breadcrumb a:hover {
	color: #892D2F;
}

.jw-page-breadcrumb a .fa-home {
	margin-right: 6px;
	color: #892D2F;
	font-size: 14px;
}

.jw-page-breadcrumb__sep {
	margin: 0 8px;
	color: #bbb;
}

.jw-page-breadcrumb .current {
	color: #999;
}

@media (max-width: 991px) {
	.jw-page-subbar__inner {
		flex-direction: column;
		align-items: flex-start;
		gap: 14px;
		padding: 16px 0;
	}

	.jw-page-subnav {
		gap: 0 24px;
	}

	.jw-page-breadcrumb ol {
		justify-content: flex-start;
	}
}

@media (max-width: 575px) {
	.jw-page-subnav {
		gap: 12px 20px;
	}

	.jw-page-subnav a {
		font-size: 15px;
	}

	.jw-page-breadcrumb li {
		font-size: 13px;
	}
}

/* footer-middle */
.footer-middle .widget-title {
	font-size: 1.125rem;
}

.footer-middle .menu-help-link-container .menu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-middle .menu-help-link-container .menu li {
	margin: 0;
	width: auto;
}

.footer-middle .widget ul.menu li,
.footer-middle .widget ul.menu li a {
	font-size: 1rem;
}

@media (max-width: 575px) {
	.jw-home-banner__slide img {
		height: 180px;
	}

	.jw-mobile-header__logo img {
		max-height: 32px;
	}

	#team .jw-news-item {
		padding: 16px 12px;
	}

	.mobile_menu_logo img {
		max-height: 48px;
		width: auto;
	}
}

/* 文章详情：标题在上、正文在下 */
.jw-detail-page .jw-detail {
	display: block;
	width: 100%;
}

.jw-detail-page .jw-detail__header {
	display: block;
	width: 100%;
	margin-bottom: 24px;
}

.jw-detail-page .jw-detail__title {
	display: block;
	width: 100%;
	margin: 0 0 12px;
	word-break: break-word;
}

.jw-detail-page .jw-detail__meta {
	display: block;
	width: 100%;
}

.jw-detail-page .jw-detail__content {
	display: block;
	width: 100%;
	clear: both;
	line-height: 1.8;
	color: #333;
	word-break: break-word;
}

.jw-detail-page .jw-detail__content p {
	margin-bottom: 1em;
}

.jw-detail-page .jw-detail__content img {
	max-width: 100%;
	height: auto;
}

/* 宋建文页 - 社会活动图片墙 */
.hisfull_service2_area .service_active .witr_cars12_idteam .slick-list {
	margin: 0 -10px;
}

.hisfull_service2_area .service_active .witr_cars12_idteam .slick-slide {
	padding: 0 10px;
	box-sizing: border-box;
}

.hisfull_service2_area .service_active .witr_cars12_idteam .service_top_image {
	position: relative;
	width: 100%;
	/* aspect-ratio: 4 / 3; */
	aspect-ratio: 3 / 4;
}

.hisfull_service2_area .service_active .witr_cars12_idteam .service_top_image > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

@supports not (aspect-ratio: 4 / 3) {
	.hisfull_service2_area .service_active .witr_cars12_idteam .service_top_image::before {
		content: '';
		display: block;
		padding-top: 75%;
	}
}

@media (max-width: 991px) {
	.hisfull_service2_area .service_active .witr_cars12_idteam .wirt_text_boxi {
		left: 12px;
		right: 12px;
		padding: 16px 14px 40px;
	}
}

/* about.html、songjianwen.html页优化 */
.hisfull_solution_area .row {
	align-items: stretch;
}

.hisfull_solution_area .row > .col-lg-6:last-child {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.hisfull_solution_area .single_image_area,
.hisfull_solution_area .single_image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.hisfull_solution_area .single_image {
	margin-bottom: 0;
}

.hisfull_solution_area .single_image:before {
	display: none;
}

.hisfull_solution_area .single_image img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
	margin: 0 auto;
	object-fit: contain;
}

.hisfull_solution_area .em-service-title h3 {
	font-size: 20px !important;
}

.hisfull_solution_area .em-service-desc,
.hisfull_solution_area .em-service-desc p {
	font-size: 16px !important;
}

.wirt_detail_title h3 a,
.wirt_detail_title h3 {
	font-size: 16px !important;
}