<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html {
	margin: 0px;
	padding: 0px;
	font: normal 16px/1.8 "Microsoft Yahei", "PingFang", "Droid Sans";
}
body {
	margin: 0px;
	padding: 0px;
	font-family: "Microsoft Yahei", "PingFang", "Droid Sans";
}
ul, li, dl, dt, dd, ol, p, img {
	list-style: none;
	border: none;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}
a {
	color: #333;
}
a:hover {
	opacity: 85%;
	color: #005197;
	text-decoration: none;
}
.bg-secondary {
	background-color: #f1f1f1 !important;
}
h4.bg-primary a {color:#fff !important;}
.header {
	overflow: hidden;
	position: relative;
	height: 450px;
	background: top center/ cover url(../img/header.jpg) no-repeat;
}
.header .logo-wrapper img {
	margin-top: 18px;
	max-height: 51px;
	max-width: 60%;
}
.header .header-link {
	height: 100%;
	display: block;
}
.budget-column-title {
	background: top left / auto 100% no-repeat;
	height: 62px;
	position: relative;
}
.budget-column-title .more-tag {
	position: absolute;
	bottom: 3px;
	right: 0;
	color: #fff;
	background: #008aff;
	border-radius: 4px;
	padding: 4px 8px;
}
.list-wrapper .entry {
	display: flex;
	font-size: 18px;
	line-height: 48px;
}
.list-wrapper .entry .title {
	flex: 1;
	color: #333;
}
.list-wrapper .entry .title::before {
	content: "\2022";
	color: #adadad;
}
.list-wrapper .entry .date {
	flex: 0 0 70px;
	text-align: right;
	color: #adadad;
}
.manage-list-wrapper {
	border: 1px solid rgba(226, 226, 226, 0.94);
}
.manage-list-wrapper .entry {
	background-color: #f3f3f3;
	padding: 15px 20px;
	font-size: 18px;
	line-height: 30px;
}
.manage-list-wrapper .entry .title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.manage-list-wrapper .entry .date {
	margin-top: 10px;
	color: #999;
}
.bureau-tab-wrapper {
	background-color: #f0f7ff;
}
.bureau-tab .tab-nav {
	flex: 1;
	align-items: center;
	flex-wrap: nowrap;
	overflow: auto;
}
.bureau-tab .tab-nav .nav-item {
	padding: 0 13px;
}
.bureau-tab .tab-nav .nav-item .nav-link {
	white-space: nowrap;
	font-size: 20px;
	color: #fff;
	background-color: #a5a5a5;
	padding: 5px 30px;
	border: 0;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
.bureau-tab .tab-nav .nav-item .nav-link.active {
	background-color: #247aea;
}
.bureau-list {
	margin: 0 -12px;
	display: flex;
	flex-wrap: wrap;
}
.bureau-list .entry {
	padding: 12px;
	width: 33.33%;
}
.bureau-list .entry-link {
	display: block;
	background-color: #fff;
	padding: 6px 10px;
	border-radius: 2px;
	box-shadow: 2px 2px 4px rgba(125, 125, 125, 0.4);
}
.left-box ul {
	max-height: 600px;
	overflow-y: scroll;
}
.left-box ul li {
	margin: 15px;
}
.left-box ul li a {
	padding: 5px 10px;
	display: block;
	line-height: 32px;
	border: 1px solid #eee;
	background: #fff;
	color: #000;
	overflow: hidden;
}
.left-box ul li a {
	position: relative;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.left-box ul li a:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #56b0fc;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.left-box ul li a:hover {
	color: #fff;
}
.left-box ul li .active {
	background: #56b0fc;
	color: #fff;
}
.left-box ul li a:hover:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.news-tab .nav-link.active {
	color: #2667e5;
	border-bottom: 4px solid #2667e5;
}
.news-tab .nav-link.active a {
	color: #0070BF;
}
.news-tab .more-tag a {
	color: #999;
}
.title{ clear:both;}


.news-list-wrapper2{ display:block; clear:both;}
.news-list-wrapper2  li { float:left;
width:50%;overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
	font-size: 16px;
	line-height: 42px;
	color: #666;
}

.news-list-wrapper .entry-wrapper {
	display: flex;
	font-size: 16px;
	line-height: 42px;
	color: #666;
}
.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 .date {
	color: #999;
	flex: 0 0 6rem;
	text-align: right;
}
.news-list-wrapper .entry-wrapper::before {
	content: "\2022";
	color: #666;
	margin-right: 6px;
}
ul.news-list-wrapper .line {
	height: 0;
	line-height: normal;
	margin: 10px auto;
	padding: 0px;
	border-bottom: 1px dashed #999;
	background: none;
}
/*分页*/
.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;
}
.detail-content-wrapper .title {
	font-size: 30px;
	line-height: 1;
	color: #0485f4;
	padding: 10px 0;
	text-align: center;
}
.detail-content-wrapper .desc {
	color: #c6c6c6;
	padding: 20px 30px;
	text-align: center;
	border-bottom: 1px solid #c6c6c6;
	min-height: 60px;
}
.detail-content-wrapper .desc .iconfont {
	font-size: 20px;
	color: #667;
}
.detail-content-wrapper .content-wrapper {
	padding: 35px;
	line-height: 200%;
}
.detail-content-wrapper .content-wrapper img {
	max-width: 90%;
	margin: 10px auto;
	display: block;
}
 @media only screen and (max-width: 991.9px) {
.header {
	height: 360px;
	background-image: url(../img/header-sm.jpg);
}
.bureau-list .entry {
	width: 50%;
}
}
 @media only screen and (max-width: 767.9px) {
.header {
	height: 220px;
}
.header .logo-wrapper img {
	margin-top: 10px;
}
.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;
}
.detail-content-wrapper .desc {
	padding: 20px 10px;
}
.detail-content-wrapper .content-wrapper {
	padding: 15px 0px;
	line-height: 180%;
}
}
@media only screen and (max-width: 565.9px) {
.header {
	height: 180px;
}
.bureau-list .entry {
	width: 100%;
}.news-list-wrapper2  li { float:none;
width:100%;
}
@media only screen and (max-width: 374.9px) {
.header {
	height: 140px;
}
.header .logo-wrapper img {
	margin-top: 4px;
}
}
</pre></body></html>