<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
	margin:0px;
	padding:0px;
	border:none;
	font-size: 12px;
}

ul,li{
	list-style: none;
}

a{
	text-decoration: none;
}
a:hover{
	
}

/**æ¸…é™¤æµ®åŠ¨**/
.clear{
	clear:both;
}

body{
	background:#e7edfb;
}

/***************ä»¥ä¸Šæ˜¯é€šç”¨æ&nbsp;·å¼******************/
.main{
	width: 980px;
	margin:0 auto;
}
.header{
	width: 100%;
	height: 167px;
}

.nav{
	width: 100%;
	height: 36px;
	background: url(../images/mubg.jpg) repeat-x;
}
/**å¯¼èˆªèœå•æ&nbsp;·å¼**/
.navlist{
	width: auto;
	height: 36px;
	margin-left:10px;
	float: left;
}

.navlist li{
	float: left;
	width:105px;
	height:36px;
}

.navlist li a{
	display: block;/*å°†aå…ƒç´&nbsp;è®¾ç½®ä¸ºå—çŠ¶ï¼Œä¸ç„¶æ—&nbsp;æ³•è®¾ç½®å®½é«˜*/
	width: 100%;
	height: 100%;
	line-height: 36px;/*****è®¾ç½®è¡Œé«˜ï¼Œå½“è¡Œé«˜ç­‰äºŽé«˜åº¦çš„æ—¶å€™ï¼Œæ–‡æœ¬åž‚ç›´å±…ä¸­å¯¹é½****/
	color:#FFF;
	font-size: 14px;
	font-weight: bold;/*åŠ&nbsp;ç²—*/
	text-align: center;
}

/****å¯¼èˆªèœå•é€‰ä¸­æ&nbsp;·å¼ï¼Œé¼&nbsp;æ&nbsp;‡ç»è¿‡å¯¼èˆªèœå•æ&nbsp;·å¼ï¼Œå›&nbsp;ä¸ºæ&nbsp;·å¼ä¸€æ&nbsp;·ï¼Œæ‰€ä»¥å¯ä»¥ä¸€èµ·å†™ï¼Œæ&nbsp;¼å¼ classå1,classå2...{æ&nbsp;·å¼ä»£ç&nbsp;}****/
.navlist li a.curr,.navlist li a:hover{
	background: url('../images/navhover22.jpg') no-repeat;
}

/**æ—¥æœŸæ&nbsp;·å¼**/
.date{
	width: 230px;
	height: 100%;
	float: right;
	color: rgb(255, 255, 0);
}

.date span{
	display: block;/**spanéœ€è¦è®¾ç½®ä¸ºå—çŠ¶å…ƒç´&nbsp;(block,inline-block)æ‰å¯ä»¥è®¾ç½®å®½é«˜**/
	width: 220px;
	height: 100%;
	line-height: 36px;/*åž‚ç›´å±…ä¸­*/
	text-align: right;
}
/*****************ä¸¾æŠ¥ç”µè¯è·Ÿæ–‡ä»¶ä¸‹è½½éƒ¨åˆ†*******************/
.tips{
	width: 100%;
	height: 31px;
	background: url(../images/gxll_sobg.gif) repeat-x;
}

.tips a{
	
}

.tips a:hover{
	text-decoration: underline;
}

/*****æ–‡ä»¶ä¸‹è½½***/
.file{
	
}

.file a{
	
}

.file a:hover{
	
}

/**ä¸¾æŠ¥ç”µè¯ç­‰é“¾æŽ¥ä¿¡æ¯**/
.info{
	
}

.info a{
	
}

.info a:hover{
	
}


/****************æœç´¢*****************/
.main-container{
	width:100%;
	height: auto;
	background: #fff;
}

.search-wrap{
	width: 240px;
	height: 30px;
	padding-left: 63px;
	float: right;
	margin-right:10px;
	background: url(../images/gxll_sobox.gif) no-repeat;
}
/**æœç´¢æ¡†æ&nbsp;·å¼**/
#search-txt{
	margin-top:5px;
	display: block;
	width: 179px;
	height: 20px;
	float: left;
}
/**æœç´¢æŒ‰é’®æ&nbsp;·å¼**/
#search-btn{
	float: right;
	width: 50px;
	height: 22px;
	margin-top:4px;
	background: url(../images/seach.png) no-repeat;
}

/************/
.container{
	width: 100%;
	height: auto;
}

/*****å·¦è¾¹éƒ¨åˆ†*****/
.left-container{
	float: left;
	width: 745px;
	height: auto;
}

/*****å³è¾¹éƒ¨åˆ†****/
.right-container{
	float: right;
	width: 215px;
	height: auto;
}

/***å‹æƒ…é“¾æŽ¥***/
.friendlink{
	width: 960px;
	height: 100px;
	margin:10px auto;/****ä¸¤ä¸ªå‚æ•°(ä¸Šä¸‹ å·¦å³)|å››ä¸ªå‚æ•°(ä¸Šå³ä¸‹å·¦)****/
	border: 1px solid #F93;
}


/***åº•éƒ¨ä¿¡æ¯****/
.footer{
	height: 100px;
	width: 100%;
	border-top: 2px solid rgb(204, 51, 51);
}
</pre></body></html>