<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	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: #0052ba url(../img/body-bg.jpg) top center no-repeat;
}
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: #0a89db;
}
@media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
	max-width: 1230px;
}
}
.header {
	height: 510px;
}
.header .logo-wrapper {
	padding-top: 2rem;
}
.header .logo-wrapper img {
	max-width: 100%;
}
.header .mid-header {
	padding-top: 5rem;
}
.news-section {
	background: #fff;
	padding: 1rem;
	border-radius: 30px;
}
#mainCarousel {
	height: 410px;
}
#mainCarousel .carousel-indicators {
	left: unset;
	justify-content: flex-end;
	padding: 1rem 1rem 1rem 0;
	margin: 0;
}
#mainCarousel .carousel-indicators li {
	width: 14px;
	height: 14px;
	opacity: 0.9;
	border: 0;
	margin: 0 0.2rem;
	border-radius: 50%;
}
#mainCarousel .carousel-indicators li.active {
	background-color: #ff0000;
}
#mainCarousel .carousel-caption {
	background-color: rgba(0, 0, 0, 0.55);
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0.75rem 8rem 0.75rem 1rem;
	text-align: left;
}
#mainCarousel .carousel-caption a {
	color: #fff;
}
.carousel {
	height: 100%;
}
.carousel .carousel-inner {
	height: 100%;
}
.carousel .carousel-inner .carousel-item {
	height: 100%;
}
.carousel .carousel-inner .carousel-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news-tab-wrapper {
	border-bottom: 1px solid #d1d1d1;
	display: flex;
	align-items: center;
}
.news-tab-wrapper .more-tag {
	margin-left: auto;
	flex: 0 0 70px;
	text-align: center;
}
.news-tab-wrapper .more-tag::after {
	color: #046ec4;
	font-size: 2rem;
	flex: 0 0 20px;
	margin-left: 4px;
	font-family: iconfont;
	content: "\e8f0";
}
.news-list-wrapper .entry-wrapper {
	padding: 6px 0;
	display: flex;
	color: #666;
}
.news-list-wrapper .entry-wrapper .title {
	flex: 1;
	font-size: 1rem;
	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 3.5rem;
	text-align: right;
	align-self: flex-end;
}
.news-list-wrapper .entry-wrapper::before, .g-wrap li::before {
	content: "\2022";
	color: #3f72d7;
	margin-right: 6px;
}
.hot-title {
	display: flex;
	height: 40px;
	background: url(../img/title-bg.jpg) center center no-repeat;
	align-items: center;
	margin-bottom: 10px;
	font-size: 1.6rem;
	color: #17579f;
}
.hot-title img {
	background: #fff;
	padding-right: 1rem;
}
.hot-title a {
	color: #0a89db;
}
.hot-title &gt; .more-tag {
	font-size: 1rem;
	padding: 2px 8px;
	color: #0a89db;
	border-radius: 4px;
}
.column-title {
	display: flex;
	height: 80px;
	margin-bottom: 1rem;
	background: url(../img/column-title.png) center center no-repeat;
	align-items: center;
	justify-content: center;
	font-size: 2.2rem;
	font-family: "FZDaBiaoSong-B06S";
	color: #fff;
}
.column-title a {
	color: #fff;
}
.g-wrap li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 1rem;
 padding: .8rem 1rem;
	background: #FFF;
	border-radius: 6px;
}
.column-main {
	position: relative;
	transform: rotate(2deg);
}
.column-main .info-box {
	background: #0797de;
	border-radius: 6px;
}
.column-main .gradient-box {
	border-radius: 6px;
	background: linear-gradient(0deg, #d0e6fc, #fff);
	transform: rotate(-2deg);
}
.kjfn-box {
	min-height: 150px;
	background: #fff;
	border-radius: 30px 0 30px 0;
}
.kjfn-list {
	display: flex;
	padding: 1rem;
	flex-wrap: wrap;
}
.kjfn-list li {
	flex: 1 0 46%;
	margin: 0.4rem 1rem;
padding:.8rem 1rem;
	transition: all 0.3s;
  border-bottom:1px dashed #ddd;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-radius: 4px;
}
.bg-list li {
	background: linear-gradient(90deg, #d1e8ff, #fff);
}
.kjfn-list li::before {
	content: "\2022";
	color: #3f72d7;
	margin-right: 6px;
}
.zcjd-wrapper .card {
	border: none;
}
.zcjd-wrapper .card img {
	width: 100%;
	height: 180px;
	display: block;
	object-fit: cover;
}
.zcjd-wrapper .card .card-title a {
	color: #17579f;
}
 @media only screen and (max-width: 991px) {
.header .mid-header img {
	width: 90%;
}
}
@media only screen and (max-width: 767px) {
.header {
	height: 350px;
}
.header .mid-header {
	padding-top: 20px;
}
.header .bottom-header {
	padding-top: 10px;
}
#mainCarousel {
	height: 260px;
}
#topNavbar {
	padding: 0 15px;
}
#topNavbar .navbar-nav {
	padding-bottom: 20px;
}
#topNavbar .navbar-nav .nav-item {
	padding: 8px;
}
#topNavbar .navbar-nav .nav-item .nav-link {
	font-size: 18px;
}
.logo-wrapper {
	padding: 5px;
}
.logo-wrapper img {
	width: 100%;
}
.headline-section .container .headline-wrapper {
	padding: 16px;
}
.main-news-list .entry-wrapper .title {
	height: auto;
}
.hot-title{ background:none;}
}
@media only screen and (max-width: 575px) {
.header {
	height: 220px;
}
.headline-section .container .headline-wrapper .title a {
	font-size: 24px;
}
.news-tab-wrapper &gt; .news-tab.tab-nav .nav-item .nav-link {
	font-size: 22px;
}
.open-wrapper .open-list-wrapper .entry {
	flex: 1 1 100%;
	font-size: 18px;
}
.open-wrapper .open-list-wrapper .entry a .iconfont {
	font-size: 35px;
	margin-right: 8px;
}
.header .logo-wrapper img {
	width: 65%;
	margin: 0 auto;
	display: block;
}
.header .mid-header {
	padding-top: 30px;
}
.header .mid-header img {
	width: 90%;
}
.main-news-list .entry-wrapper {
	font-size: 1rem;
}
.news-list-wrapper .entry-wrapper .title {
	font-size: 1rem;
	white-space: nowrap;
}
.column-title {
	height: 50px;
	font-size: 1.6rem;
}
.kjfn-list {
	display: flex;
	padding:.5rem;
	flex-wrap: wrap;
}
.kjfn-list li {
	flex: 1 0 98%;
	margin: 0.4rem;

}
}
</pre></body></html>