<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
* {
	margin: 0;
	padding: 0;
	list-style: none;
}
html {
	font-style: normal;
	font-size: 16px;
	line-height: 1.8;
}
body {
	font-family: "Microsoft Yahei";
	background: #fff;
}
ul, li, dl, dt, dd, ol, p, img {
	list-style: none;
	border: none;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
a:hover {
	color: #1365b7;
	text-decoration: none;
}
.clear {
	clear: both;
}
.open-header {
	height: 600px;
	padding-top: 25px;
	background: top center / cover url(../img/open-header-bg.jpg);
}
.open-header .title-wrapper {
	margin-top: 140px;
	text-align: center;
}
.open-header .title-wrapper img {
	height: 200px;
	max-width: 100%;
}
.open-search-wrapper {
	margin: auto;
	margin-top: 44px;
	background-color: #fff;
	border-radius: 6px;
	line-height: 60px;
	display: flex;
	align-items: center;
	width: 500px;
	transition: all 0.3s ease;
	border: 0;
}
.open-search-wrapper:focus-within {
 width: 650px;
}
.open-search-wrapper .search-input {
	font-size: 18px;
}
.open-search-wrapper .open-search-btn {
	width: 60px;
	height: 60px;
	background-color: transparent;
	border: 0;
	outline: 0;
}
.open-search-wrapper .open-search-btn .iconfont::before {
	font-size: 32px;
	color: #007bda;
}
.open-nav-wrapper {
	background-color: #007bda;
}
.open-nav-wrapper .nav-link {
	color: #fff;
	font-size: 26px;
	line-height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border-right: 1px solid #02518d;
	border-left: 1px solid #0392fc;
}
.open-nav-wrapper .nav-item:first-child .nav-link {
	border-left: 0;
}
.open-nav-wrapper .nav-item:last-child .nav-link {
	border-right: 0;
}
.open-nav-wrapper .nav-link .iconfont {
	font-size: 28px;
}
.search-input {
	padding: 0 10px;
	flex: 1;
	border: 0;
	background-color: transparent;
	outline: 0;
}
.search-btn {
	min-width: 70px;
	color: #fff;
	font-size: 18px;
	background: #0a70c8;
	border-radius: 0px 12px 12px 0px;
}
.search-btn:hover {
	color: #fff;
	background: #043e70;
}
.card-body {
	border: 1px solid #f5f5f5;
}
.card-title {
	padding: 5px 0px;
	margin-bottom: 0px;
}
.card-title a {
	color: #1365b7;
}
.entry-section {
	background: top center / cover url(../img/open-entry-bg.jpg) no-repeat;
}
.cate-list-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.cate-list-wrapper .entry-wrapper {
	flex-grow: 0;
	margin-top: 1rem;
	width: calc(12.5% - 20px);
}
.cate-list-wrapper .entry {
	display: block;
}
.cate-list-wrapper .entry-wrapper .iconfont {
	margin: auto;
	color: #0d91ed;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background: #ffffff;
	border-radius: 50%;
	font-size: 36px;
	display: block;
}
.cate-list-wrapper .entry-wrapper .title {
	font-size: 16px;
	margin-top: 8px;
	color: #fff;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	text-overflow: ellipsis;
}
.xcjd-section {
	background: top center / cover url(../img/open-xcjd-bg.jpg) no-repeat;
}
.xcjd-list-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.xcjd-list-wrapper .entry-wrapper {
	flex-grow: 0;
	width: calc(20% - 20px);
	padding: 15px 10px;
	text-align: center;
margin-top:.5rem;
	background: #fff;
	border: 1px solid #eee;
box-shadow: 0 .15rem .15rem rgba(0,0,0,.035) !important;
}
.xcjd-list-wrapper .entry {
	color: #000;
}
 @media screen and (max-width: 1199.98px) {
.intro-desc {
	padding-left: 160px;
	padding-right: 30px;
}
}
@media screen and (max-width: 991.98px) {
.intro-desc {
	padding-left: 110px;
	padding-right: 10px;
}
.open-header {
	height: unset;
	padding-bottom: 30px;
}
.open-header .title-wrapper {
	margin-top: 40px;
}
.open-header .title-wrapper img {
	height: unset;
}
.column-list-wrapper .entry-wrapper {
	width: 45%;
}
.open-nav-wrapper .nav-link {
	font-size: 18px;
	gap: 5px;
	line-height: 32px;
}
}
@media screen and (max-width: 767.98px) {
.open-search-wrapper {
	width: 92%;
}
 .open-search-wrapper:focus-within {
 width: 95%;
}
.open-nav-wrapper .nav-link {
	font-size: 18px;
	gap: 5px;
	line-height: 32px;
}
.cate-list-wrapper {
	gap: 10px 10px;
}
.cate-list-wrapper .entry-wrapper {
	flex-grow: 1;
	width: calc(33% - 10px);
}
.xcjd-list-wrapper .entry-wrapper {
	flex-grow: 0;
	margin-top: 0rem;
	width: calc(50% - 20px);
	padding: 10px 10px;
}
}
@media screen and (max-width: 575.98px) {
.open-nav-wrapper .nav-link {
	border: 0;
}
.open-search-wrapper {
	line-height: 50px;
}
.open-search-wrapper .open-search-btn {
	width: 50px;
	height: 50px;
}
.card-title {
	font-size: 1rem;
	padding: 0px;
}
}







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