* {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

[v-cloak] {
	display: none;
}

a {
	text-decoration: none !important;
	color: #282828;
}

select,
input {
	outline: none;
}

input::placeholder {
	color: #4a79a8 !important;
	/* 设置颜色 */

}

.clear {
	clear: both;
	line-height: 0;
}

body {
	min-width: 1300px;
	font-size: 16px ;
	font-family: "微软雅黑";
	line-height: 32px;
	background: #f5f9ff url(http://byte.gxnews.com.cn/www.gxzf.gov.cn/material/zt/2025/2025zfgb/images/bg.png) no-repeat top;
	background-size: 1920px;
}

.main_box {
	margin: 0 auto;
}

/* 内容页 */
.navbox {
	padding-top: 1px;
	margin: 0px auto 0;
	width: 1300px;
	min-height: 200px;
}

.logo {
	margin-left: 15%;
	margin-top: 30px;
}

.b_logo {
	margin: 65px 0 88px;
	display: flex;
	justify-content: center;
}

.container {
	padding: 0 40px 22px;
	padding-top: .1px;
	width: 1220px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 8px 5px 0px rgba(255, 255, 255, 0.4);
}


.container_box {
	/* padding: 0 15px; */
	box-sizing: border-box;
	-webkit-box-sizing: border-box;

}
.article{
	width: 750px;
	padding: 0;
}
.more {
    display: flex;
	padding: 0
;
}
.article h1{
	font-size: 24px
}
.crumb-nav{
	margin-top: 40px;
}
.people-desc{
	padding-left: 55px;
}
.article-file-right{
	position: relative;
	margin-left: 26px;
	padding-left: 25px;
	width: 418px;
}
.article-file-right::after{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 1px;
	height: 407px;
	background: #ccc;
}
.article-file-right-title{
	padding-left: 10px;
	display: flex;
	align-items: center;
	position: relative;
	font-size: 18px;color: #000;

}
.article-file-right-title::after{
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	left: 0;
	width: 5px;
	height: 26px;
	background: #3f78ea;
	border-radius: 5px;
}
.article-file-list{
	border-top: 1px solid #ccc;
}
.article-file-list li{
	position: relative;
	background: none;
	line-height: 30px;
	margin: 15px 0 10px;
}
.article-file-list li::after{
	position: absolute;
	left: 0;
	top: 13px;
	content: '';
	width: 5px;
	height: 5px;
	background: #525252;
	border-radius: 50%;
}