* {
	margin: 0;
	padding: 0;
	list-style: none;
}
html {
	font-style: normal;
	font-size: 18px;
	line-height: 1.8;
}
body {
	font-family: "Microsoft Yahei", "PingFang", "Droid Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	background: #fff;
	line-height: 1.8;
}
ul, li, dl, dt, dd, ol, p, img {
	list-style: none;
	border: none;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
a {
	color: #333;
}
a:hover {
	opacity: 85%;
	text-decoration: none;
	color: #333;
}
.clear {
	clear: both;
}
img {
	transition: transform 0.5s ease;
}
img:hover {
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	transform: scale(1.02);
}
@media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
	max-width: 1430px;
}
}
.header {
	height: 450px;
	background: url(../img/header-bg.jpg) top center no-repeat;
 padding: .5rem 0;
}
.header .top a {
	color: #1072c6;
font-size:.85rem;
}
.header .logo-wrapper {
	padding-top: 2rem;
}
.header .logo-wrapper img {
	max-width: 100%;
}
.search-wrapper {
	display: flex;
	flex-wrap: nowrap;
	transition: 0.5s all ease;
	width: 480px;
	border: 1px solid #57a3e3;
	border-radius: 1.5rem;
}
.search-wrapper .form-control {
	background: #fff;
}
/*.search-wrapper:focus-within {
width: 500px;
}
*/.search-wrapper input {
	background: rgba(255, 255, 255, 0.7);
	border-radius: 1.5rem;
	flex: 1;
	color: #595959;
	height: 54px;
	padding-left: 20px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border: none;
font-size:.85rem;
}
.search-wrapper .btn-search {
	background: #fff;
	border: none;
 padding: 0 .8rem;
	border-radius: 0px 1.5rem 1.5rem 0px;
}
.search-wrapper .btn-search i {
	font-size: 2rem;
	color: #1072c6;
}
.headline-section {
	background: #f6f6f6;
}
.headline-section .headline-wrapper {
	padding: 24px 0;
	display: flex;
	justify-content: center;
}
.headline-section .headline-wrapper .headline-content {
	overflow: hidden;
 padding: 0 .8rem;
	flex: 1;
}
.headline-section .headline-wrapper .headline-title {
	text-align: center;
	font-size: 2rem;
	color: #1072c6;
	padding-bottom: 10px;
}
.headline-section .headline-wrapper .headline-title a {
	color: #1c80c7;
}
.headline-section .headline-wrapper .headline-list {
	display: flex;
	justify-content: center;
}
.headline-section .headline-wrapper .headline-list .entry {
	font-size: 1.125rem;
	color: #666666;
}
.headline-section .headline-wrapper .headline-list .entry a {
	color: #666666;
}
.headline-section .headline-wrapper .headline-list .entry + .entry {
	margin-left: 10px;
}
.headline-section .headline-wrapper .headline-list .entry + .entry::before {
	content: "|";
	margin-right: 10px;
}
#topNavbar {
	padding: 0;
	background-color: #1072c6;
}
#topNavbar .container {
	transition: all 0.3s ease;
}
#topNavbar .navbar-brand {
 padding: .5rem;
}
#topNavbar .nav-item {
	padding: 1rem 0;
	color: #ffffff;
	line-height: 32px;
	background-color: transparent;
}
#topNavbar .active .nav-link {
	color: #fabf2c;
	background: transparent;
}
#topNavbar .nav-item:hover, #topNavbar .nav-item.active {
	background-color: #015fb0;
}
#topNavbar .nav-link {
	display: flex;
	color: #fff;
	white-space: nowrap;
	font-size: 1.25rem;
	text-align: center;
	padding: 0rem 0.2rem;
	align-items: center;
	cursor: pointer;
	justify-content: center;
}
#topNavbar .nav-link:hover {
}
#topNavbar .nav-link .iconfont {
	display: block;
	text-align: center;
	font-size: 1.4rem;
	display: flex;
	margin-right: 5px;
	align-items: center;
margin-top:.1rem;
}
#navbarContent {
	overflow: auto;
}
.navbar-toggler {
	border: 0;
}
.navbar-toggler .iconfont {
	color: #fff;
	font-size: 1.4rem;
}
#navbarContent {
	scrollbar-width: none;
}
 #navbarContent::-webkit-scrollbar {
 display: none;
}
.carousel, .carousel-inner, .carousel-item {
	height: 100%;
}
.carousel-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.carousel-control-next, .carousel-control-prev {
	width: 6%;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: 50%/50% 100% no-repeat;
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	border-radius: 50%;
	color: #fff;
	font-size: 2rem;
	cursor: pointer;
	z-index: 3;
	transition: background 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.slider-btn:hover {
	background: rgba(0,0,0,0.4);
}
.carousel-indicators li {
	width: 30px;
	height: 6px;
}
.carousel-indicators {
	bottom: 20px;
}
#mainCarousel {
	height: 480px;
}
#mainCarousel .carousel-indicators {
	left: unset;
	justify-content: flex-end;
	padding: 0rem 1rem 0rem 0;
	margin: 0;
}
#mainCarousel .carousel-indicators li {
	width: 14px;
	height: 14px;
	opacity: 0.9;
	border: 0;
	margin: 0 0.2rem;
}
#mainCarousel .carousel-indicators li.active {
	background-color: #ff0000;
}
#mainCarousel .carousel-indicators li img {
	height: 100%;
}
#mainCarousel .carousel-caption {
	background-color: rgba(0, 0, 0, 0.55);
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0.75rem 9rem 0.75rem 1rem;
	text-align: left;
}
#mainCarousel .carousel-caption a {
	color: #fff;
}
.carousel, .carousel-inner, .carousel-item {
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 2;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
transition:.5s height: 100%;
}
.carousel-item img {
	width: 100%;
	height: 100%;
	object-position: center top;
	object-fit: cover;
	transition: transform 0.5s ease;
}
.carousel-item:hover img {
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	transform: scale(1.1);
}
.hnews-list ul li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-bottom: 1px solid #e8e8e8;
	position: relative;
	margin-bottom: 14px;
	padding-bottom: 14px;
}
.hnews-list ul li:last-child {
	border: none;
}
.hnews-list ul li a {
	padding-left: 20px;
	width: calc(100% - 120px);
}
.hnews-list ul li time {
	padding: 5px 10px;
	text-align: center;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	z-index: 2;
	width: 90px;
	height: 78px;
	align-items: center;
	justify-content: center;
}
.hnews-list ul li time:after {
	left: 0;
	bottom: -100%;
	width: 100%;
	height: 100%;
	background: #8fb3e0;
	content: "";
	position: absolute;
	transition: all 0.3s;
	opacity: 0;
	z-index: -1;
}
.hnews-list ul li time span {
font-size:.85rem;
	display: block;
	letter-spacing: 1px;
	font-family: Fonts;
	color: #bdbdbd;
}
.hnews-list ul li time em {
	font-size: 2rem;
	color: #999;
	line-height: 1.1;
	font-style: normal;
}
.hnews-list ul li:hover time, .hnews-list ul li:hover em {
	color: #fff;
}
.hnews-list ul li:hover time:after {
	bottom: 0;
	opacity: 1;
}
.bg-tab-new {
	background-image: linear-gradient(to top, #fff, #ecf5ff);
	background-size: 100% 150px;
	background-position: top left;
	background-repeat: no-repeat;
}
.info-tab {
	flex-wrap: nowrap;
	border-bottom: 1px solid #e1e1e1;
	align-items: center;
	position: relative;
}
.info-tab .nav-link {
	text-wrap: balance;
	font-size: 1.25rem;
 padding:.6rem .5rem;
	color: #666666;
	text-align: center;
	margin-right: 1.5rem;
	border-bottom: 4px solid transparent;
}
.info-tab .nav-link.active {
	color: #1072c6;
	font-weight: bold;
	border-bottom: 4px solid #1072c6;
}
.info-tab .nav-link.active a {
	color: #0070BF;
}
.wrap-top .info-tab .nav-link {
	font-size: 1rem;
padding:0 .5rem;
}
.more-tag .iconfont {
	border-radius: 50%;
	width: 1.5rem;
	height: 1.5rem;
	transition: all .5s;
	color: #999;
	font-size: 1.5rem;
	line-height: 1rem;
	display: block;
}
.more-tag .iconfont:hover {
	color: #6188af;
}
.h-title h3 {
	font-size: 1.85rem;
	color: #333;
	font-weight: 600;
}
.h-title h3 a {
	color: #333;
}
.h-title i {
	font-size: 1.5rem;
}
.wrap-top {
	background: linear-gradient(90deg, #f5f5f5 50%, #e6f4ff 50%);
}
.section-title {
	position: relative;
	text-align: center;
	padding-bottom: 10px;
	color: #1072c6;
	font-size: 1.25rem;
	font-weight: 700;
}
.section-title a {
	color: #1072c6;
}
.section-title::after {
	content: "";
	width: 100px;
	height: 4px;
	background: #1072c6;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}
.icon-card { display:block;
 box-shadow: 0 .125rem .25rem rgba(0,0,0,.045);
 border-radius:.5rem;
	text-align: center;
	padding: 2rem 1rem;
	background: #fff;
}
.icon-circle {
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	background: #1072c6;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 12px;
}
.icon-card i {
	font-size: 2rem;
}
.city-img {
	object-fit: cover;
}
.city-info p {
font-size:.85rem;
}
.policy-item {
	display: flex;
	justify-content: space-between;
	padding: 6px 0;
	border-bottom: 1px solid #e0edfa;
}
.policy-item a {
	color: #333;
}
.policy-date {
	color: #999;
	font-size: 14px;
}
.zx-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
}
.zx-list li {
	flex: 0 0 24%;
	transition: transform 0.5s ease;
}
.zx-list li {
	display: block;
 padding:.2rem .5rem .2rem 1rem;
	background: #e9f7ff url(../img/xxgk-icon.png) right top no-repeat;
	text-align: center;
	border-radius: 4px;
	position: relative;
}
.zx-list li span {display: block;
	margin: 0;
	margin-top: 5%;
	color: #1072c6;
	text-align: left;
}
.zx-list li i {
	text-align: right;
	line-height: 1;
	display: block;
	font-size: 3.8rem;
	color: #c0e4ff;
}
.zx-list li:hover {
box-shadow: 0 .5rem 1rem rgba(0,0,0,.075);
	box-shadow: 0 2px 8px rgba(0,0,0,0.12);
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	transform: scale(1.1);
}
/* 底部footer */
footer {
	background: #00509e;
	color: #fff;
	padding: 30px 0;
}
.footer-btn {
	background: #2378d2;
	color: #fff;
	border: none;
	padding: 8px 30px;
	border-radius: 2px;
}
.qrcode-box {
	text-align: center;
}
.qrcode-box img {
	width: 120px;
}
.news-list-wrapper .entry-wrapper {
padding:.3rem 0;
	display: flex;
	font-size: 1rem;
	color: #333;
}
.news-list-wrapper .entry-wrapper::before {
	content: "\2022";
	color: #005fc3;
	margin-right: 6px;
}
.news-list-wrapper .entry-wrapper .title {
	flex: 1;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.news-list-wrapper .entry-wrapper .title a {
	color: #333;
}
.news-list-wrapper .entry-wrapper .title a:hover {
	color: #0e61bb;
}
.news-list-wrapper .entry-wrapper .date {
	color: #999;
	flex: 0 0 auto;
	white-space: nowrap;
	text-align: right;
}
.footer {
	background: #0a60a9 url(../img/footer-bg.jpg) center top no-repeat;
	color: #fff;
font-size:.85rem;
}
.navigation-title {
	padding: 1rem;
	text-align: center;
	width: 110px;
	color: #fff;
	font-size: 1rem;
}
.navigation-selects-wrapper {
	padding: 0 0.5rem;
	margin: 0;
	flex-grow: 1;
}
.navigation-selects-wrapper > div {
	padding: 0 0.5rem;
}
.navigation-selects-wrapper .dropdown-menu {
	width: 100%;
	max-height: 18.75rem;
	overflow: auto;
}
.btn-navi {
	width: 100%;
	background: #1b79c9;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
font-size:.85rem;
}
.btn-navi:hover {
	color: #fff;
}
.dropdown-menu .dropdown-item {
	color: #333;
font-size:.85rem;
}
.btn-navi.dropdown-toggle::after {
	position: absolute;
 right: .75rem;
	top: 1.125rem;
}
.footer-info {
	font-size: 0.875rem;
	line-height: 2;
	color: #666666;
}
.footer-info span {
	display: inline-block;
}
.foot-icon {
	display: flex;
	align-items: center;
}
.foot-icon img {
	display: block;
	float: left;
}
.footer .info span {
	display: inline-block;
}
.chart-wrapper {
	padding-top: 3.125rem;
	text-align: center;
}
.chart-wrapper img {
	max-width: 80%;
}
/*列表*/

.fwl-menu {
	box-shadow: 0 0 4px #f3f3f3;
	height: 100%;
}
.fwl-menu h4 {
	height: 75px;
	background: #1072c6;
	line-height: 75px;
	text-align: center;
	color: #fff;
}
.fwl-menu h4 i {
	font-size: 1.8rem;
	color: #fff;
margin-right:.5rem;
}
.fwl-menu h4 a {
	color: #fff;
}
.fwl-menu ul li {
	line-height: 45px;
	border-bottom: 1px solid #ececec;
	padding: 0 1rem 0 1.5rem;
	display: flex;
	justify-content: space-between !important;
}
.fwl-menu ul li a {
	color: #333;
}
.fwl-menu ul li.active a, .fwl-menu ul li.active i, .fwl-menu ul li a:hover {
	color: #0668bc;
	font-weight: bold;
}
.list-title {
	border-bottom: 4px solid #eee;
	line-height: 72px;
	color: #1072c6;
	font-weight: bold;
	font-size: 1.25rem;
	margin-bottom: 1rem;
}
.news-list-wrapper.column-news-list .entry-wrapper:nth-child(5n+5) {
	padding-bottom: 30px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #c5c5c5;
}
.news-list-wrapper.column-news-list .entry-wrapper:nth-child(5n+5) {
	margin-bottom: 20px;
}
.breadcrumb {
	background-color: transparent;
	padding: 8px 0;
	margin-bottom: 0;
font-size:.88rem;
}
.breadcrumb .iconfont {
	color: #1072c6;
	font-size: 1rem;
}
.pages {
margin:.4rem auto 0;
	color: #555;
	text-align: center;
}
.pages .pages-l {
	display: inline-block;
	margin-right: 30px;
	font-size: 0;
}
.pages .pages-l a {
	display: inline-block;
	margin: 0px 7px 0 8px;
padding:.4rem 1rem;
	font-size: 1rem;
	color: #555;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	background: #fff;
}
.pages .pages-l a.on, .pages .pages-l a.on:hover {
	background: #1c6eb8;
	border: 1px solid #1c6eb8;
	color: #fff;
}
.pages .pages-l a:hover {
	background: #1c6eb8;
	color: #fff;
	border: 1px solid #1c6eb8;
}
.pages .pages-l a.prev, .pages .pages-l a.next {
	font-style: normal;
}
.pages .pages-l a.prevStop, .pages .pages-l a.nextStop {
	background: #f2f2f2;
	color: #999;
}
.pages .pages-l a.prevStop:hover, .pages .pages-l a.nextStop:hover {
	border: 1px solid #d9d9d9;
	background: #f2f2f2;
	color: #999;
	cursor: default;
}
.pages .pages-l a.prev em, .pages .pages-l a.next em {
	font-style: normal;
	font-family: simsun;
	font-size: 12px;
}
.pages .pages-l a.prev em {
	margin-right: 6px;
}
.pages .pages-l a.next em {
	margin-left: 6px;
}
.pages .pages-r {
	display: inline-block;
	line-height: 38px;
}
.pages .fy_inp {
	border: 1px solid #d9d9d9;
	background: #fff;
	border-radius: 3px;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	margin: -2px 8px 0 8px;
	font-size: 15px;
	color: #555;
}
.pages .fy_go {
	display: inline-block;
	background: #f9f9f9;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	margin: 0 8px;
	font-size: 16px;
	cursor: pointer;
	border-radius: 3px;
	border: 1px solid #d9d9d9;
}
/*内容页面*/
.detail-content-wrapper {
	background-color: #fff; padding:1.5rem;
}
.detail-content-wrapper .title {
	font-size: 1.8rem;
	color: #1072c6;
	padding: 10px 0;
	text-align: center; line-height:1.2;
}
.detail-content-wrapper .desc {
	color: #c6c6c6;
	padding: 20px 0;
	border-bottom: 1px solid #c6c6c6;
}
.detail-content-wrapper .desc .iconfont {
	font-size: 20px;
	color: #667;
}
.detail-content-wrapper .content-wrapper {
	color: #333;
	padding: 1.5rem 0 0;
}
.detail-content-wrapper .content-wrapper img {
	max-width: 90%;
}
.detail-content-wrapper .content-wrapper p {
	padding: 8px 0;
}
.detail-file-list .file-list-title {
	border-bottom: 1px solid #c6c6c6;
	padding-bottom: 12px;
	margin-bottom: 12px;
}
.detail-file-list .file-entry {
	line-height: 2;
	display: flex;
}
.detail-file-list .file-entry .date {
	flex: 0 0;
	padding-left: 5px;
	text-align: right;
	white-space: nowrap;
	color: #999;
}
.qrcode-list img {
	height: 180px;
}
 @media only screen and (max-width:1199px) {
.pages {
	text-align: center;
}
.pages .pages-l {
	float: inherit;
	text-align: center;
	margin: 0;
}
.pages .pages-l a, .pages .pages-r {
	display: none;
}
.pages .pages-l a.prev, .pages .pages-l a.next {
	display: inline-block;
}
}
 @media only screen and (max-width: 991px) {
html {
	font-size: 16px;
	line-height: 1.6;
}
.header {
	height: 260px;
}
.logo-wrapper img {
	width: 80%;
}
.header .logo-wrapper {
	padding-top: 1rem;
}
.logo {
	display: block;
	margin: 0 auto 1rem;
}
.search-wrapper input {
	height: 40px;
}
.header .justify-content-sm-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.carousel-caption .textbox {
	height: 240px;
}
.logo-wrapper img {
	width: 80%;
}
.search-wrapper {
	width: 100%;height: 42px;
}
#topNavbar .nav-item {
 padding: .5rem 0;
}
.info-tab .nav-link {
	font-size: 1.25rem;
 padding: .2rem .3rem;
	text-align: center;
 margin-right:.5rem;
}
.wrap-top {
	background: linear-gradient(180deg, #f5f5f5 50%, #e6f4ff 50%);
}
.zx-list li {
	flex: 0 0 47%;
}
.zx-list li i {
	font-size: 1.8rem;
}
.footer .info {
	text-align: center;
}
.foot-icon {
	justify-content: center;
}
.detail-content-wrapper .title {
	font-size: 1.4rem;
}
}
@media only screen and (max-width: 767px) {
html {
	font-style: normal;
	font-size: 16px;
	line-height: 1.6;
}
.header {
	height: 210px;
}
.header .mid-header {
	padding-top: 3rem;
}
#topNavbar {
	background: #729cdd;
}
.carousel-caption .textbox {
	width: 100%;
	max-width: 460px;
	left: 50% !important;
	transform: translateX(-50%);
}
.icon-card {
 padding: 1rem .5rem;
}
#mainCarousel {
	height: 320px;
}
.hnews-list ul li a {
	padding-left: 20px;
	width: calc(100% - 120px);
}
.hnews-list ul li time em {
	font-size: 1.5rem;
}
}
 @media only screen and (max-width: 575px) {
}
