/* 
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

#vsb_content,
#vsb_content p,
#vsb_content span {
    font-size: 18px !important;
    line-height: 1.6 !important;
    color: #000 !important;
    font-family: "serif-medium.subset", serif !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-indent: 0 !important;
    text-align: left !important;
    margin: 0 0 12px 0 !important;
    padding: 0 !important;
    background: none !important;
    letter-spacing: normal !important;
    word-spacing: normal !important;
    max-width: 100% !important;
    overflow-wrap: break-word !important;
    white-space: normal !important;
    box-sizing: border-box !important;
}

@media only screen and (max-width: 768px) {
  #vsb_content,
  #vsb_content p,
  #vsb_content span {
    font-size: 16px !important;
  }
}

@media only screen and (max-width: 480px) {
  #vsb_content,
  #vsb_content p,
  #vsb_content span {
    font-size: 15px !important;
  }
}
 
*/



/* 引入 medium 字体 */
@font-face {
  font-family: 'MySerif';
  font-weight: 500;
  src: url('/static/font/serif-medium.subset.ttf') format('truetype');
}

/* 引入 semibold 字体 */
@font-face {
  font-family: 'MySerif';
  font-weight: 600;
  src: url('/static/font/serif-semibold.subset.ttf') format('truetype');
}

/* 使用字体（给整个页面/菜单/标题用） */
body,
a,
ul,
li {
  font-family: 'MySerif', serif;
}

/* 想让文字粗一点用 600 */
.active,
.nav-title {
  font-weight: 600;
}



.teshu{
	background: #fff;
    margin-top: 70px;
}
/*111111111*/
/* 页面1 - 默认banner */
.breadcrumb_area {
	position: relative;
	padding: 185px 0;
	text-align: center;
	overflow: hidden;
	background-image: url(../../static/image/neiye-banner.jpg);
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: cover;
	width: 100%; /* 手机全屏关键 */
}
/* 页面2 - banner1 */
.breadcrumb_area1 {
	position: relative;
	padding: 185px 0;
	text-align: center;
	overflow: hidden;
	background-image: url(../../static/image/neiye-banner1.jpg);
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: cover;
	width: 100%; /* 手机全屏关键 */
}
/* 页面3 - banner2 */
.breadcrumb_area2 {
	position: relative;
	padding: 185px 0;
	text-align: center;
	overflow: hidden;
	background-image: url(../../static/image/neiye-banner2.jpg);
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: cover;
	width: 100%; /* 手机全屏关键 */
}

.breadcrumb_area::before,
.breadcrumb_area1::before,
.breadcrumb_area2::before {
	content: '';
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background: rgba(0,0,0,0.0);
}
.breadcrumb_area::after,
.breadcrumb_area1::after,
.breadcrumb_area2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, transparent, rgba(255,255,255,0.5), transparent);
}
.breadcrumb_area .container,
.breadcrumb_area1 .container,
.breadcrumb_area2 .container {
	position: relative;
	z-index: 1;
}
.breadcrumb_area h2,
.breadcrumb_area1 h2,
.breadcrumb_area2 h2 {
	color: #fff;
	font-size: 32px;
	margin-bottom: 12px;
	font-weight: 700;
	letter-spacing: 3px;
	text-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.breadcrumb_text {
	color: rgba(255,255,255,0.9);
	font-size: 14px;
}
.breadcrumb_text a {
	color: rgba(255,255,255,0.9);
	text-decoration: none;
	transition: all 0.3s;
}
.breadcrumb_text a:hover {
	color: #fff;
}
.breadcrumb_text span {
	margin: 0 8px;
}

/* 内容区 */
.page_content {
	padding: 60px 0 40px;
	margin-top: -130px;
	z-index: 999;
	position: relative;
}

/* 侧边栏 */
.sidebar_nav {
	background: #fff;
	border-radius: 0px 15px 0px 0px;
	overflow: hidden;
	box-shadow: 0 2px 20px rgba(0,0,0,0.1);
	border: none;
}
.sidebar_nav .sidebar_title {
	background: linear-gradient(135deg, #015293 0%, #1a6cb5 100%);
	color: #fff;
	padding: 70px 22px;
	font-size: 25px;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 500;
	font-size: 25px;
	font-family: "Rubik", sans-serif;-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
font-smooth: always;
}
.sidebar_nav .sidebar_title i {
	font-size: 18px;
}
.sidebar_nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.sidebar_nav ul li {
	border-bottom: 1px solid #f0f0f0;
	transition: all 0.3s;
}
.sidebar_nav ul li:last-child {
	border-bottom: none;
}
.sidebar_nav ul li a {
	display: block;
	padding: 16px 22px;
	color: #444;
	text-decoration: none;
	font-size: 18px;
	transition: all 0.3s;
	position: relative;
	font-weight: 500;
	font-family: "Rubik", sans-serif;-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
font-smooth: always;
}
.sidebar_nav ul li a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 3px;
	height: 100%;
	background: transparent;
	transition: all 0.3s;
}
.sidebar_nav ul li a:hover,
.sidebar_nav ul li a.active {
	background: #f8f9fa;
	color: #015293;
	font-weight: 500;
	padding-left: 28px;
}
.sidebar_nav ul li a:hover::before,
.sidebar_nav ul li a.active::before {
	background: #015293;
}

/* 文章标题 */
.article_title {
	font-size: 26px;
	color: #015293;
	font-weight: 700;
	margin-bottom: 0px;
	padding-bottom: 10px;
	border-bottom: 3px solid #ccc;
	position: relative;
	width: 100%;
	font-family: "Rubik", sans-serif;-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
font-smooth: always;
	padding-top: 25px;
	box-sizing: border-box;
	text-align: left;
}
/* 蓝色线：宽度减去右侧20px，覆盖 #ccc 线左侧 */
.article_title::before {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	width: calc(100% - 83%);
	height: 3px;
	background: #015293;
	z-index: 1;
}
/* 蓝色线左侧80px高亮段 */
.article_title::after {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 80px;
	height: 3px;
	background: #1a6cb5;
	z-index: 2;
}
/* 文章元信息 */
.article_meta h1 {
	font-size: 25px;
  font-family: "Rubik", sans-serif;-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
font-smooth: always;
  padding-left: 0px;
  line-height: 1;
	color: #015293;
}

.article_meta v_news_content {
	font-family: "Rubik", sans-serif;-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
font-smooth: always;
}
.article_meta {
	color: #666;
	font-family: "Rubik", sans-serif;-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
font-smooth: always;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
	background: #fff;
	padding: 0px 40px 35px 40px;
	border-radius: 4px;
	box-shadow: 0 2px 20px rgba(0,0,0,0.1);
	margin-top: 30px;
	position: relative;
	line-height: 34px;
	font-size: 18px;
}
.article_meta span {
	align-items: center;
	gap: 6px;
	text-align: left;
}
.article_meta span i {
	color: #015293;
}

/* 文章主体 */
.article_body {
	font-size: 15.5px;
	line-height: 2;
	color: #333;
	background: #fff;
	padding: 35px 40px;
	border-radius: 4px;
	box-shadow: 0 2px 20px rgba(0,0,0,0.1);
}
.article_body p {
	margin-bottom: 22px;
	text-indent: 2em;
	text-align: justify;
}
.article_body h3 {
	font-size: 19px;
	color: #015293;
	margin: 35px 0 18px;
	font-weight: 600;
	padding-left: 14px;
	border-left: 4px solid #015293;
	line-height: 1.5;
}
.article_body ul,
.article_body ol {
	margin: 18px 0;
	padding-left: 2em;
}
.article_body ul li,
.article_body ol li {
	margin-bottom: 11px;
	line-height: 1.85;
	color: #444;
}
.article_body strong {
	color: #222;
	font-weight: 600;
}

/* =========== Pad端适配 (768px - 991px) =========== */
@media (max-width: 991px) {
	.breadcrumb_area,
	.breadcrumb_area1,
	.breadcrumb_area2 {
		padding: 55px 0;
	}
	.breadcrumb_area h2,
	.breadcrumb_area1 h2,
	.breadcrumb_area2 h2 {
		font-size: 28px;
		letter-spacing: 2px;
	}
	.page_content {
		padding: 45px 0 65px;
	}
	.sidebar_nav {
		margin-bottom: 35px;
	}
	.article_title {
		font-size: 24px;
	}
	.article_meta {
		gap: 18px;
	}
	.article_body {
		font-size: 15px;
		padding: 30px 32px;
	}
	.article_body h3 {
		font-size: 18px;
		margin: 28px 0 16px;
	}
}

/* =========== 手机端适配 (小于 768px) =========== */
@media (max-width: 767px) {
	.header_top_area {
		display: none;
	}
	.breadcrumb_area,
	.breadcrumb_area1,
	.breadcrumb_area2 {
		padding: 42px 0;
	}
	.breadcrumb_area h2,
	.breadcrumb_area1 h2,
	.breadcrumb_area2 h2 {
		font-size: 24px;
		letter-spacing: 1.5px;
	}
	.breadcrumb_text {
		font-size: 13px;
	}
	.page_content {
		padding: 28px 0 48px;
	}
	.sidebar_nav {
		margin-bottom: 28px;
	}
	.sidebar_nav .sidebar_title {
		padding: 14px 17px;
		font-size: 15.5px;
	}
	.sidebar_nav ul li a {
		padding: 12px 17px;
		font-size: 13.5px;
	}
	.article_title {
		font-size: 21px;
		margin-bottom: 14px;
		padding-bottom: 15px;
	}


.article_meta h1 {
	font-size: 16px;
  font-family: "Rubik", sans-serif;-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
font-smooth: always;
  padding-left: 0px;
  line-height: 1;
	color: #015293;
	text-align:center;
}

	.article_meta {
		font-size: 12.5px;
		margin-bottom: 24px;
		padding-bottom: 15px;
		gap: 15px;
		flex-direction: column;
	margin-top: -30px;
		padding: 0px 25px;
	}
	.article_body {
		font-size: 14.5px;
		line-height: 1.95;
		padding: 25px 22px;
	}
	.article_body p {
		margin-bottom: 18px;
		text-indent: 2em;
	}
	.article_body h3 {
		font-size: 17px;
		margin: 24px 0 14px;
		padding-left: 12px;
	}
	.article_body ul,
	.article_body ol {
		padding-left: 1.6em;
		margin: 14px 0;
	}
	.article_body ul li,
	.article_body ol li {
		margin-bottom: 9px;
		font-size: 14px;
	}
	.subscribe_area {
		padding: 32px 0;display: none;
	}
	.contact-item {
		padding: 22px;
		margin-bottom: 16px;
	}
	.contact-content h4 {
		font-size: 16px;
	}
	.contact-links li {
		font-size: 13px;
		word-break: break-all;
	}
	.gzh-img img {
		max-width: 100px;
	}
	.copy_right_area {
		text-align: center;
	}
	.copy_right_menu.text-end {
		text-align: center !important;
		margin-top: 10px;
	}
}

/* =========== 小屏手机适配 (小于 480px) =========== */
@media (max-width: 480px) {
	.breadcrumb_area,
	.breadcrumb_area1,
	.breadcrumb_area2 {
		padding: 50px 0;
	}
	.breadcrumb_area h2,
	.breadcrumb_area1 h2,
	.breadcrumb_area2 h2 {
		font-size: 21px;
		letter-spacing: 1px;
	}
	.breadcrumb_text {
		font-size: 12px;
	}
	.page_content {
		padding: 22px 0 38px;
	}
	.sidebar_nav .sidebar_title {
		padding: 12px 14px;
		font-size: 14.5px;
	}
	.sidebar_nav ul li a {
		padding: 11px 14px;
		font-size: 13px;
	}
	.article_title {
		font-size: 19px;
		margin-bottom: 12px;
		padding-bottom: 13px;
	}
	.article_body {
		font-size: 13.8px;
		line-height: 1.9;
		padding: 20px 18px;
	}
	.article_body p {
		margin-bottom: 16px;
	}
	.article_body h3 {
		font-size: 16px;
		margin: 20px 0 12px;
		padding-left: 10px;
	}
	.article_body ul,
	.article_body ol {
		padding-left: 1.4em;
	}
	.article_body ul li,
	.article_body ol li {
		font-size: 13.2px;
		margin-bottom: 8px;
	}
}
/*111111111*/