* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

li {
	list-style: none;
}

body {
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6rem;
	line-height: 1.5;
	min-height: 100vh;
	background-color: #fff;
}

a {
	outline: none;
	text-decoration: none;
	color: #666;
	-webkit-transition: all 0.1s ease-in-out 0s;
	-o-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;
}

a:hover {
	text-decoration: none;
	color: #3e6ed4;
}

@font-face {
	font-family: "方正小标宋简体";
	src: local("方正小标宋"),
		url("/material/fonts/方正小标宋_GBK.TTF") format("truetype");
	font-display: swap;
}

@font-face {
	font-family: "方正小标宋_GBK";
	src: local("方正小标宋"),
		url("/material/fonts/方正小标宋_GBK.TTF") format("truetype");
	font-display: swap;
}

@font-face {
	font-family: "仿宋_GB2312";
	/* src: url("/material/fonts/方正仿宋_GBK.subset.ttf") format("truetype"); */
	src: url("/material/fonts/SIMFANG_0.TTF") format("truetype");
	font-display: swap;
}

@font-face {
	font-family: "黑体";
	src: url("/material/fonts/方正黑体_GBK.subset.ttf") format("truetype");
	font-display: swap;
}

@font-face {
	font-family: "Times New Roman";
	src: url("/material/fonts/Times New Roman.ttf") format("truetype");
	font-display: swap;
}

@font-face {
	font-family: "楷体_GB2312";
	src: url("/material/fonts/方正楷体_GBK.subset.ttf") format("truetype");
	font-display: swap;
}

@font-face {
	font-family: "方正仿宋_GB2312";
	src: url("/material/fonts/方正仿宋_GBK.subset.ttf") format("truetype");
	font-display: swap;
}

@font-face {
	font-family: "方正书宋_GBK";
	src: url("/material/fonts/方正书宋_GBK.TTF") format("truetype");
	font-display: swap;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	-webkit-appearance: none;
	/*去掉苹果的默认UI来渲染按钮*/
}

.search-result-icon {
	outline: none;
	border: none;
}

/* 首页 */
.container {
	background: #fff url(../images/mobile/city-bg.png) no-repeat center bottom;
	background-size: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100vh;
}

.logo-container {
	text-align: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 70%;
	flex: 0 0 70%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
}

.logo-container img {
	max-width: 70%;
	margin-bottom: 50%;
}

.icon-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	-webkit-box-align: end;
	-ms-flex-align: end;
	margin-bottom: 20%;
	flex-direction: column;
}

.icon-grid ul {
	padding: 0 0.1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	width: 100%;
}

.icon-item {
	text-align: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 25%;
}

.icon-item a {
	display: block;
}

.icon-item img {
	width: 50%;
	height: 50%;
	-o-object-fit: contain;
	object-fit: contain;
	max-width: 10rem;
}

.icon-text {
	margin-top: 0.8rem;
	color: #333;
	display: block;
}

.subscribe {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
	margin: 5% 1.5rem
}

.subscribe a {
	font-size: 1.4rem
}

/* 列表页 */

.section-header {
	background-color: #0087E6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem 1.5rem
}

.section-header h2 {
	color: #fff;
	font-weight: bold;
	font-size: 1.8rem;
	flex: 1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.home-link {
	color: #0087E6;
	background-color: #E5F4FF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.4rem;
	padding: 0.2rem 1rem;
	border-radius: 0.5rem;
}

.home-link i {
	background: url(../images/mobile/home-icon.png) no-repeat center center;
	background-size: 100% 100%;
	width: 1.4rem;
	height: 1.4rem;
	display: inline-block;
	margin-right: 0.5rem;
}

.new-bulletin-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1rem 1.5rem;
	background-color: #54B2F3;
}

.new-bulletin-cover {
	background-color: white;
	padding: 2rem 1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 1rem;
	-webkit-box-flex: 0.2;
	-ms-flex: 0.2;
	flex: 0.2;
	border-radius: 0.5rem;
}

.new-bulletin-info {
	-webkit-box-flex: 0.8;
	-ms-flex: 0.8;
	flex: 0.8
}

.new-bulletin-cover img {
	display: block;
	width: 100%
}

.new-bulletin-cover .year {
	color: #B97F09;
	font-weight: bold;
}

.new-bulletin-cover .issue {
	color: #959491;
}

.new-bulletin-info h3 {
	color: #fff;
	font-size: 1.6rem;
}

.new-bulletin-info p {
	color: #fff;
	font-size: 1.4rem;
}

.new-bulletin-info p:nth-child(4) {
	margin: 0.5rem 0
}

.new-bulletin-actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.new-view-btn {
	color: #fff;
	padding: 0.5rem 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #fff;
	border-radius: 0.5rem;
	margin-right: 0.5rem;
	font-size: 1.2rem;
	width: 60%
}

.new-view-btn i {
	background: url(../images/mobile/eye-icon.png) no-repeat center center;
	background-size: 100% 100%;
	width: 1.5rem;
	height: 1.5rem;
	margin-right: 0.5rem;
}

.new-update-status {
	color: #fff;
	background-color: #FC7070;
	border: 1px solid #FC7070;
	padding: 0.5rem 1rem;
	border-radius: 0.5rem;
	font-size: 1.2rem;
	width: 40%;
	text-align: center;
}

.new-update-status.active {
	background-color: #73CB99;
	border: 1px solid #73CB99;
}

.new-document-sections {
	padding: 1rem 1.5rem;
}

.new-policy-regulations {
	margin-bottom: 1.5rem
}

.new-policy-regulations li {
	height: 4.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #DDDDDD;
	padding: 1rem 0;
	flex-wrap: nowrap;
}

.new-policy-regulations h2 {
	color: #333333;
	padding-bottom: 1rem;
	border-bottom: 1px solid #54B2F3;
	font-weight: bold;
	font-size: 1.8rem;
}

.new-policy-regulations li a {
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: block;
	flex:1
}
.new-policy-regulations li span{
	flex-wrap: nowrap;
	color:#999;
	font-size: 1.4rem;
}
.gongzuobaogao ul {
	max-height: 4.5rem;
	overflow-y: auto;
}

.guizhang ul,
.shizhengfuwenjian ul {
	max-height: 13.5rem;
	overflow-y: auto;
}

.bumenwenjian ul {
	max-height: 27rem;
	overflow-y: auto;
}

.new-policy-regulations h2 {
	position: relative;
	cursor: pointer;
}

.section-toggle-arrow {
	display: inline-block;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotate(180deg);
	width: 1.4rem;
	height: 0.8rem;
	transition: transform 240ms;
	background: url(../images/select-arrow1.png) no-repeat center center;
	margin-top: -0.4rem
}

.section-toggle-arrow.collapsed {
	transform: rotate(0deg);
}

.new-policy-regulations.expand-list li.hidden {
	display: none;
}

/* 历史公报 */
.history-bulletin-grid {
	padding: 1rem 1.5rem
}

.history-bulletin-grid ul {
	width: 100%;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
}

.history-bulletin-grid ul li {
	background: #fff;
	padding: 1.5rem 1rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ddd;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 0.5remx;
}

.history-bulletin-grid ul li img {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.history-bulletin-grid ul li p {
	text-align: center;
	margin-top: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.history-bulletin-grid ul li p .year {
	color: #B97F09;
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 1rem;
}

.history-bulletin-grid ul li p .issue {
	color: #959491;
	font-size: 1.2rem;
}

/* 高级搜索样式 */
.advanced-search {
	padding: 1rem 1.5rem;
}

.search-group {
	margin-bottom: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.search-group label {
	color: #333;
	margin-bottom: 1rem;
}

.search-input {
	height: 4.4rem;
	border: 1px solid #ADC5D6;
	border-radius: 0.5rem;
	padding: 0 1.5rem;
	color: #333;
	background: #F4F6F8;
}

.search-input::-webkit-input-placeholder {
	color: #999;
}

.search-input::-moz-placeholder {
	color: #999;
}

.search-input:-ms-input-placeholder {
	color: #999;
}

.search-input::-ms-input-placeholder {
	color: #999;
}

.search-input::placeholder {
	color: #999;
}

.select-wrapper {
	position: relative;
}

.select-wrapper::after {
	content: '';
	position: absolute;
	right: 1.5rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-left: 0.5rem solid transparent;
	border-right: 0.5rem solid transparent;
	border-top: 0.5rem solid #999;
	pointer-events: none;
}

.search-select {
	width: 100%;
	height: 4.4rem;
	border: 1px solid #BECCD9;
	border-radius: 0.5rem;
	padding: 0 1.5rem;
	color: #0087E6;
	background: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.date-range {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #BECCD9;
	border-radius: 0.5rem;
	padding: 0 1.5rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #fff;
}

.date-input {
	height: 4.4rem;
	color: #0087E6;
	border: none;
	text-align: center;
	width: 100%;
}

.date-input::-webkit-input-placeholder {
	color: #0087e6;
}

.date-input::-moz-placeholder {
	color: #0087e6;
}

.date-input::-ms-input-placeholder {
	color: #0087e6;
}

.date-input:-ms-input-placeholder {
	color: #0087e6;
}

.date-input::placeholder {
	color: #0087e6;
}

.date-separator {
	color: #8C8C8D;
}

.search-form {
	padding-bottom: 6.5rem;
}

.button-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 1rem;
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 0;
	background: #fff;
	padding: 1rem 1.5rem;
	box-shadow: 3px 0 6px rgba(0, 0, 0, 0.3);
}

.search-btn,
.reset-btn {
	width: 48%;
	border-radius: 0.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.search-btn {
	background: #0087E6;
	color: #fff;
	border: 1px solid #0087E6;
	padding: 1rem 1.5rem
}

.reset-btn {
	background: #ECECEC;
	border: 1px solid #c2c2c2;
}

.search-icon {
	width: 1.4rem;
	height: 1.4rem;
	margin-right: 1.5rem;
	background: url(../images/mobile/search-icon1.png) no-repeat center center;
	background-size: 100% 100%;
}

.reset-icon {
	width: 1.4rem;
	height: 1.4rem;
	margin-right: 1.5rem;
	background: url(../images/mobile/reset-icon.png) no-repeat center center;
	background-size: 100% 100%;
}

/* 日期这块 */
.picker-mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9998;
	display: none;
}

.picker-panel {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	z-index: 9999;
}

.picker-panel.active {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.picker-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1rem 1.5rem;
	border-bottom: 1px solid #C4C4C4;
}

.picker-header .cancel {
	color: #999;
}

.picker-header .title {
	color: #333;
	font-weight: bold;
}

.picker-header .confirm {
	color: #0087E6;
}

.picker-content {
	padding: 1rem 0;
	height: 20rem;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.picker-item {
	padding: 1rem 0;
	text-align: center;
	color: rgba(140, 140, 140, 0.4);
	border-bottom: 1px solid #eee;
}

.picker-item.selected {
	color: #333333;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

/* 搜索结果页样式 */
.search-box {
	padding: 1rem 1.5rem;
	background: #F4F6F8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.search-input-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: white;
	border: 1px solid #BECCD9;
	border-radius: 0.5rem;
	overflow: hidden;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.search-result-icon {
	width: 2.1rem;
	height: 2rem;
	background: url(../images/mobile/search-head-ico.png) no-repeat center center;
	background-size: cover;
	margin: 0 1rem;
}

.search-result-input {
	border: none;
	color: #666;
	width: 80%;
	line-height: 2;
}

.search-result-input::-webkit-input-placeholder {
	color: #A9B9D6;
}

.search-result-input::-moz-placeholder {
	color: #A9B9D6;
}

.search-result-input:-ms-input-placeholder {
	color: #A9B9D6;
}

.search-result-input::-ms-input-placeholder {
	color: #A9B9D6;
}

.search-result-input::placeholder {
	color: #A9B9D6;
}

.advanced-search-btn {
	padding: 0.7rem 1.5rem;
	background: #0087E6;
	color: #fff;
	border-radius: 0.5rem;
	border: 1px solid #BECCD9;
	margin-left: 0.5rem
}

.search-info {
	padding: 0 1.5rem 1rem;
	background: #F4F6F8;
}

.search-summary {
	color: #999;
	line-height: 1.6;
	font-size: 1.4rem
}

.keyword {
	color: #0087E6;
	font-weight: bold;
}

.result-count {
	color: #0087E6;
	;
}

.search-results {
	padding: 1rem 0;
}

.result-item {
	border-bottom: 1px solid #ddd;
	padding: 1rem 1.5rem;
}

.result-item:last-child {
	margin-bottom: 0;
}

.result-title {
	color: #333
}

.source {
	color: #999;
	margin-top: 1rem;
	font-size: 1.4rem
}

.result-keyword {
	color: #D40505;
	margin: 0 0.1rem
}


.select-wrapper input::-webkit-input-placeholder {
	color: #0087e6;
}

.select-wrapper input::-moz-placeholder {
	color: #0087e6;
}

.select-wrapper input::-ms-input-placeholder {
	color: #0087e6;
}

.select-wrapper input:-ms-input-placeholder {
	color: #0087e6;
}

.select-wrapper input::placeholder {
	color: #0087e6;
}

/* 文章详情页样式 */
.bulletin-content {
	padding: 1rem 1.5rem;
}

.article-title {
	font-size: 2.2rem;
	color: #333;
	font-weight: 500;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 1rem;
	font-family: "方正小标宋简体";
}

.article-title br {
	display: none;
}

.article-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 1rem;
	border-bottom: 1px solid #ddd;
	margin-bottom: 1rem;
}

.doc-number {
	font-size: 1.4rem;
	color: #999999;
	font-family: 仿宋_GB2312;
}

.article-text {
	font-size: 1.8rem;
	color: #666666;
	line-height: 1.8;
}

.article-text table {
	width: 100% !important;
}

.article-text table td {
	width: auto !important;
	padding: 0 !important
}

.article-text p {
	margin-bottom: 1rem !important;
}

.article-text p,
.article-text p span {
	line-height: 1.8 !important;
	font-size: 1.8rem !important;
	white-space: normal;
}

.article-text p img {
	width: 100% !important;
	height: auto !important;
	display: flex;
	margin: 0 auto
}

.article-text p:last-child {
	text-indent: 0;
}


.article-pdf {
	position: relative;
	height: 100vh
}

.article-pdf iframe {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	z-index: 0;
}

.page-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding: 1rem;
	margin-top: 1rem;
	background-color: #0087E6;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.nav-btn {
	color: #fff;
	font-size: 1.4rem;
}

.related-documents {
	padding-top: 2rem;
}

.related-documents h3 {
	font-size: 1.6rem;
	color: #333;
	margin-bottom: 1rem;
	font-weight: bold;
}

.related-documents ul li {
	margin-bottom: 0.8rem;
}

.related-documents div {
	margin-bottom: 2rem
}

.back-icon {
	width: 2.5rem
}
