<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*鍏ㄥ眬鏍峰紡*/
body {
	margin:0;
	padding:0;	 
}
div, dl, dt, td, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote {
	list-style:none;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size:14px
}
i{ font-style:normal;}
form, select {
	margin: 0;
	padding: 0;
}
input, textarea {
	padding:2px;
	font-size:12px;
	resize:none;
	outline:none;
	border: 0;
}
div, h1, h2, p, table, tr, td {
	word-wrap:break-word;
	word-break:break-all;
}
address, button, caption, cite, code, dfn, em, input, optgroup, option, select, strong, textarea, th, var {
	font-style:normal;
}
ul li {
	vertical-align:top;
}
/*閾炬帴鏍峰紡*/
a {
	color:#333;
	text-decoration:none;
	cursor: pointer;
}
a:focus {
	outline:0;
}
a:link, a:visited {
	text-decoration:none;
	vertical-align:baseline;
	word-break:break-all;
	outline:none;
}
a:hover, a:active {
	text-decoration:none;
	vertical-align:baseline;
	word-break:break-all;
	color:##d1261f;
	cursor:pointer;
}
a:hover span {
	cursor:pointer;
	text-decoration:none;
}
/* 娓呮诞鍔� */
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
/* 娴姩 */
.f-fl {
	float: left;
}
.f-fr {
	float: right;
}
.rxt_l {
	text-align:left;
}
.rxt_r {
	text-align:right;
}
.rxt_c {
	text-align:center;
}
/* 瑕佹敞鎰忚〃鍗曞厓绱犲苟涓嶇户鎵跨埗绾� font 鐨勯棶棰� */
body, button, input, select, textarea {
	font: 14px/1.5 "microsoft yahei", 寰蒋闆呴粦, \9ed1\4f53, \5b8b\4f53, "microsoft jhenghei", 鍗庢枃缁嗛粦, stheiti, mingliu;
	color:#333;
}
/* 鍘婚櫎 ie6 input/button 澶氫綑鐨勭┖鐧� */
button, input {
 *width:auto;
 *overflow:visible;
 /* 璁� input 鍜� button 涓�鏍烽珮 */
  line-height:normal;
}
/* 鍘绘帀鍚凾able cell 鐨勮竟璺濆苟璁╁叾杈归噸鍚� */
table {
	border-collapse:collapse;
	border-spacing:0;
}
/* 鍘婚櫎榛樿杈规 */
fieldset, img {
	border:0;
}
/* 瑙ｅ喅 ie6-7 鍥剧墖缂╂斁閿娇闂 */
img {
	-ms-interpolation-mode:bicubic;
}
/* ie6 7 8(q) bug 鏄剧ず涓鸿鍐呰〃鐜� */
iframe {
	display:block;
}
/* 涓�鑷村寲 horizontal rule */
hr {
	border:none;
	border-bottom:1px solid #cfcfcf;
	margin-bottom:10px;
 *color:pink;
 *filter:chroma(color=pink);
	height:10px;
 *margin:-7px 0 2px;
}
 

.color_red{ color:#ff0000}
.color_blue{ color:#008df3}
.color_green{ color:#009900;}

 
  

/*缈婚〉*/

.pagination {
	width: 100%;
	float: left;
	padding-bottom: 30px;
	padding-top: 30px;
	text-align: center;
	height: 40px
}
.pagination a {
	border-radius: 3px;
		-moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
	background-color: #fff; 
	padding: 8px 12px;
	margin: 0 4px;
	color: #323232;
	text-decoration: none;
	border: 1px solid #e1e3e2;
}
.pagination input {
	border-radius: 3px;
		-moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
	background-color: #fff; 
	padding: 8px 6px;
	margin: 0 4px;
	text-align:center;
	color: #323232;
	text-decoration: none;
	border: 1px solid #e1e3e2;
}
 .pagination span {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
	background-color: #fff; 
	padding: 8px 12px;
	margin: 0 4px;
	color: #c0c6c3;
	text-decoration: none;
	border: 1px solid #e1e3e2;
}
.pagination a:hover {
	background-color: #f8f9fb; 
	border: 1px solid #cacaca;
} 
.pagination .current {
	background-color: #339adc; 
	border: 1px solid #339adc; 
	color: #fff;
	text-decoration: none;
}
.pagination .current.prev, .pagination .current.next {
	background-color: #fff; 
	padding: 4px 9px 4px 9px;
	margin-right: 5px;
	color: #767676;
	text-decoration: none;
	border: 1px solid #c4c4c4;
}

 @font-face {
  font-family: "responsivenav";
  font-weight: normal;
  font-style: normal;
}
 
 .nav-toggle {
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  text-indent: -999px;
  position: relative;
 
  width: 50px;
  height: 50px;
  float: right;
  top:0px; right:0;
  display:none; z-index:308;
}

.nav-toggle:before {
  color: #42ca82; /* edit this to change the icon color */
  font-family: "responsivenav", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 28px;
  text-transform: none;
  position: absolute;
  content: "鈮�";
  text-indent: 0;
  text-align: center;
  line-height: 50px;
  speak: none;
  width: 100%;
  top: 0;
  right: 0;
  z-index:308;
}

.nav-toggle.active::before {
  font-size: 28px;
  content:"x";
 
  
   
}</pre></body></html>