<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.list_lb {
	background-color: #F5F7FA;
}

.list_con {
	padding: 25px 0 30px 0;
	background-color: #F5F7FA;
	position: relative;
}


#RightHeight a {
	word-break: break-all;
}

#RightHeight table {
	max-width: 100% !important;
}


.nav_left {
	width: calc(100% - 80% - 20px);
	float: left;
	box-shadow: 0px 2px 5px 0px rgba(230, 230, 230, 0.7);
	background-color: #FFFFFF;
	border-top: 2px solid #007fc3;
	padding: 0 15px;
	position: relative;
	display: block;
	padding-bottom: 20px;
}

.nav_title {
	border-bottom: 1px dashed #E5E5E5;
	text-align: center;
	font-size: 22px;
	color: #007fc3;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
}

.nav_left&gt;ul&gt;li {
	font-size: 16px;
	color: #333333;
}

.nav_left&gt;ul&gt;li&gt;a {
	display: block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #E5E5E5;
}

.nav_active&gt;a,
.nav_left&gt;ul&gt;li&gt;a:hover {
	background-color: #007fc3;
	color: #FFFFFF;
	position: relative;
	transition: 0.3s;
	border-bottom: 1px solid #007fc3 !important;
}

.nav_active&gt;a:after,
.nav_left&gt;ul&gt;li&gt;a:hover:after {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	bottom: 45%;
	left: 12%;
	margin: auto;
	background-color: #FFFFFF;
	transition: 0.3s;
}

.nav_bottom {
	/* position: absolute;
		bottom: 15px; */
	width: 100%;
	margin-top: 40px;
}

.nav_bottom_button {
	margin-bottom: 20px;
}

.nav_bottom_button&gt;a {
	margin-right: 10px;
	width: calc(50% - 8px);
	display: inline-block;
	text-align: center;
	margin-bottom: 10px;
	border-radius: 10px;
	padding: 20px 0;
	height: 100px;
	overflow: hidden;
}

.nav_bottom_button&gt;a:nth-child(2n) {
	margin-right: 0;
}

.nav_bottom_button&gt;a.t1 {
	background: #5FA1EF;
}

.nav_bottom_button&gt;a.t2 {
	background: #0B6DB8;
}

.nav_bottom_button&gt;a.t3 {
	background: #588A87;
}

.nav_bottom_button&gt;a.t4 {
	background: #CDA684;
}

.nav_bottom_button&gt;a.t5 {
	background: #CDC67E;
}

.nav_bottom_button&gt;a.t6 {
	background: #A181CC;
}

.nav_bottom_button&gt;a.t7 {
	background: #7E9DCC;
}

.nav_bottom_button&gt;a&gt;img {
	height: 32px;
	width: 32px;
	margin-bottom: 5px;
}

.nav_bottom_button&gt;a&gt;p {
	color: #FFFFFF;
	font-size: 14px;
}

.nav_bottom_text {
	margin-top: 10px;
}

.nav_bottom_text_box {
	margin-bottom: 20px;
}

.nav_bottom_text_box&gt;div {
	margin-bottom: 5px;
}

.nav_bottom_text_box&gt;div&gt;img {
	margin-right: 10px;
	float: left;
}

.nav_bottom_text_box&gt;div&gt;span {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}

.nav_bottom_text_box&gt;p {
	font-size: 13px;
	color: #666666;
	line-height: 24px;
	padding-left: 32px;
	width: 100%;
}

.nav_left ul li {
	cursor: pointer;
}

.nav_left ul li a {
	width: 100%;
	/* overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap; */
}

.nav_left&gt;ul&gt;li&gt;ul {
	display: none;
}

.nav_left&gt;ul&gt;li&gt;ul&gt;li&gt;a,
.nav_left&gt;ul&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;a {
	display: block;
	/* height: 45px;
		line-height: 45px; */
	padding-top: 10px;
	padding-bottom: 10px;
}

.nav_left&gt;ul&gt;li&gt;ul&gt;li&gt;a {
	padding-left: 20%;
	background-color: #d4f7eb;
	position: relative;
}

.nav_left&gt;ul&gt;li&gt;ul&gt;.nav_active_s&gt;a,
.nav_left&gt;ul&gt;li&gt;ul&gt;li&gt;a:hover {
	background-color: #A8EED6;
	transition: 0.3s;
}

.nav_left&gt;ul&gt;li&gt;ul&gt;.nav_active_s&gt;a:after,
.nav_left&gt;ul&gt;li&gt;ul&gt;li&gt;a:hover:after {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	bottom: 45%;
	left: 12%;
	margin: auto;
	background-color: #FFFFFF;
	transition: 0.3s;
}

.nav_left&gt;ul&gt;li&gt;ul&gt;li&gt;ul {
	display: none;
}

.nav_left&gt;ul&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;a {
	padding-left: 30%;
	background-color: #EDFAF6;
	position: relative;
}

.nav_left&gt;ul&gt;li&gt;ul&gt;li&gt;ul&gt;.nav_active_last&gt;a,
.nav_left&gt;ul&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;a:hover {
	color: #007fc3;
	transition: 0.3s;
}

.nav_left&gt;ul&gt;li&gt;ul&gt;li&gt;ul&gt;.nav_active_last&gt;a:after,
.nav_left&gt;ul&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;a:hover:after {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	bottom: 45%;
	left: 20%;
	margin: auto;
	background-color: #007fc3;
	transition: 0.3s;
}

@media screen and (max-width:750px) {

	/* åˆ—è¡¨é¡µ */
	.banner_general {
		/*padding-top: 50px;*/
		height: 0 px
	}

	.container {
		width: 100%;
	}

	.nav-position-inner {
		height: 30px;
		line-height: 30px;
	}

	.nav_left {
		width: 100%;
		float: initial;
		border-top: 0;
		padding-bottom: 0;
		margin-bottom: 20px;
	}

	.nav_left ul {
		display: flex;
		flex-wrap: wrap;
	}

	.nav_left ul li {
		font-size: 14px;
		margin-right: 18px;
	}

	.nav_bottom {
		display: none;
	}

	.nav_title {
		display: none;
	}

	.nav_body {
		width: 100%;
		float: initial;
		padding: 20px;
	}

	.list_title span {
		font-size: 18px;
	}

	.xwzx_body {
		margin-bottom: 30px;
	}

	.xwzx_body .yyjjtext {
		margin-top: 30px;
	}

	.xwzx_body_time h1 {
		font-size: 14px;
	}

	.xwzx_body_time p {
		font-size: 12px;
	}

	.nav_active&gt;a:after,
	.nav_left&gt;ul&gt;li&gt;a:hover:after {
		display: none;
	}

	.nav_body .xwzx_body a .xwzx_body_time {
		margin: 0;
	}

	.nav_body .xwzx_body.pic a .xwzx_body_time {
		width: 110px;
		height: 110px;
	}

	.nav_body .xwzx_body a .xwzx_body_time {
		border-right: 0;
		padding-right: 20px;
	}

	.xwzx_body.pic .xwzx_body_text {
		margin-top: 0;
	}

	.xwzx_body_text span {
		-webkit-line-clamp: 3;
		font-size: 14px;
		line-height: 20px;
	}

	.xwzx_body a {
		padding: 25px 0;
	}

	.xwzx_body .yyjjtext img {
		width: 100% !important;
		height: auto !important;
	}

	.xwzx_body_text p {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.page a {
		padding: 5px 8px;
	}

	.page .thisclass {
		padding: 5px 8px;
	}

	.xqy_box {
		padding: 20px;
	}

	.xqy_title p {
		font-size: 16px;
	}

	.xqy_title {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.xqy_ly {
		margin-bottom: 30px;
		line-height: 1.5;
	}

	.xqy_ly span {
		font-size: 13px;
		;
	}

	.xqy_con img {
		width: 100% !important;
		height: auto !important;
	}

	.xqy_fj .sp {
		margin-bottom: 10px;
	}

	.xqy_fj .sp,
	.xqy_fj .xp {
		width: 100%;
		font-size: 14px;
	}

	.xqy_fj a {
		font-size: 14px;
	}
}</pre></body></html>