﻿		/*默认样式*/
		*{margin:0px;padding:0px;}
		input
		{
			/*padding:1px;*/
			height:18px;
		}
		select
		{
			height:22px;
		}
		ul li 
		{
			list-style-type:none;
		}
		td
		{
			font-size:9pt;			
		}
		body
        {
			font-size:9pt;	
			margin:0px;
			border:0px;
			padding:0px;
        	background-image:url(images/bg.gif);
        	background-attachment: fixed;
        	width:100%;
        	height:100%;
        	text-align:center;
        }
		a:link , a:visited 
		{
			text-decoration:none;color : #666;
		}
		a:hover, a:active 
		{
			text-decoration:underline;color : #da1905;
		}
		
        /*头部Logo*/
        /*
        .Logo
        {	
            width:1020px !important;
            width:1020px;
            background-color:#ffffff;
            text-align:left;
        }*/
        /*导航栏*/
        /*
        .Nav
        {
            padding-left:20px;
            width:1000px !important;
            width:1020px;
            height:40px;
            background-image:url(images/nav.gif);
            text-align:left;
        }
        .NavItemOn
        {
        	margin-right:20px;
        	margin-top:3px;
            background-image:url(images/navItem.gif);
            width:96px;
            height:37px;      
            float:left;   
            text-align:center;
            vertical-align:middle;  
            line-height:37px; 	
        }
        .NavItemOn a:link,.NavItemOn a:visited
        {
            font-family:"宋体", "微软雅黑", Arial;
            font-size:11.6pt;
            color:#1153AC;
            font-weight:600;
            text-decoration:none;
        }
        .NavItemOff
        {
        	margin-right:20px;
        	margin-top:3px;
            width:96px;
            height:37px;      
            float:left;  
            text-align:center;
            vertical-align:middle;  
            line-height:37px; 	    	
        }
        
        .NavItemOff a:link,.NavItemOff a:visited
        {
            font-family:"宋体", "微软雅黑", Arial;
            font-size:11.6pt;
            font-weight:600;
            color:#FFFFFF;
            text-decoration:none;
        }
        /**/
        /*
        .Surface
        {
            width:1020px;   
            background-color:#ffffff;
        	text-align:center;  
        	padding-bottom:5px; 
        	padding-top:5px; 	
        }        
        
        /*主体*/
      
        .Main
        {
            width:1020px;  
            background-color:#ffffff;
            margin-bottom:10px;
            height:500px;         	
        }
        .MainL
        {
            width:200px;
            height:100%;  
            margin-right:8px;
            float:left;
            padding:10px 0px 200px 0px;
            background-color:#555;
        }
        .MainR
        {
            width:785px;
            height:100%;
            float:right;
           
        } 
        /*新闻框*/
        /*
        .NewsBox
        {
        	height:auto !important;
        	height:150px; 
        	min-height:150px; 
        	display:inline-block;
            width:100%;	
            border:#c8e0f1 1px solid;
            float:left;
        }
        .MainL .NewsBox
        {
            height:100% !important;
            background-color:#EEF9FE;
        }
        .NewsBoxPadding
        {
        	width:8px;
        	height:8px;
            line-height:8px;  
        	display:inline-block;
            float:left;
        }
        .NewsBox .Title
        {
        	width:100%;
        	height:30px;
        	line-height:30px;
            background-image:url(images/NewsBoxBg.jpg);            
        }
        .NewsBox .Title .TitleL
        {
        	float: left;
        	color: #014d7a;
        	text-indent:10px;
        	font-size:14px;
        	font-weight:bold;
        	font-family: "宋体"; 
            	
        }
        
        .NewsBox .Title .TitleR
        {
            width:75px;
        	height:30px;
        	float: right;
            background-image:url(images/NewsBoxMore.jpg);                 
        }
        .NewsContentImg
        {
        	width:100%;
        }
        .NewsContentImg .NewsImg
        {
            float:left;
            padding:10px;
            padding-right:0px; 
        }
        .NewsContentImg .NewsImg img
        {
        	width:230px;height:160px;
        }
        .NewsContentImg .NewsContent
        {    	
        }
        
        /*新闻列表内容*/
        /*
        .NewsContent
        {
        	text-align:left;
        	padding-top:5px;
        	padding-bottom:5px;
        }
        .NewsContent ul
        {
            margin:0px;
            padding:0px;   
            list-style:none;
        }
        .NewsContent .ContentL
        {
            padding-left:15px;
        	float:left;
        }
        .NewsContent .ContentR
        {
        	float:right;
            padding-right:15px;
        }
        .NewsContent ul li
        {    
        	overflow:hidden;
        	height:23px;
            line-height:23px; 
            float: left; 
            list-style: none;
            color: #666666;
        	font-size:12px;
            font-family:"宋体", "微软雅黑", Arial;     
            text-decoration:none;            
        }

*/

        .NewsContent li a
        {
        	height:23px;
            line-height:23px;
            width:40em;
            word-break:keep-all;/* 不换行 */
			white-space:nowrap;/* 不换行 */
			overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */
			text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/    	
        }
        /*
        .ContentRed
        {   
	        border:1px solid #ddd;
	        background-color:#f0f0f0;
	        margin-bottom:1px;
        }
        .ContentRed a
        {
	        font-size:13px;  
	        font-weight:bolder;
        }
        .NewsContent ul li .NewsIconRed,.NewsContent ul li .NewsIconBlue
        {
        	width:16px;
        	height:16px;
        	display:inline-block;
            line-height:16px;  
        	margin-right:5px;
        	text-align:center;
        	vertical-align:middle;
        	color:#FFFFFF;
            background-image:url(images/icon_red.jpg);
            background-repeat:no-repeat;      
        }
        .NewsContent ul li .NewsIconBlue
        {
            background-image:url(images/icon_blue.jpg);        	
        }
        
        .NewsShow
        {			
			background:#f8f9fa;	
			border:1px solid #e0dbdb;
			width:100%;
			padding:10px;
        }
        .NewsShow .title
        {			
			text-align:center;
			font-size:18px;	
			line-height:30px;
			font-family:黑体;
        }
        .NewsShow .subtitle
		{
			text-align:center;
			font-size:9pt;
			padding:5px;	
		}
		.NewsShow .content
		{
			text-align:left;
			text-indent:20px;
		}
        /*底部版权*/
        
        /*
        .Copyright
        {
            vertical-align:middle; 
            width:1020px;
            height:150px;  
            padding:2px;
            background-image:url(images/Bottom.gif);     	
        }
        .CopyrightL
        {        	
            float:left;
        	width:166px;
        	height:144px;
            background-image:url(images/logo_B.jpg) ;   	
            background-repeat:no-repeat;
        }
        .CopyrightC
        {
            float:left;
            text-align:left;
            padding-top:20px;
            color:#014477;
            font-size:13px;
        }
        .CopyrightC P
        {
        	width:650px;
            line-height:23px;
            height:23px;
            margin:0;
            padding:0;	
        }
         .CopyrightR
        {
            float:right;
            padding-top:20px;
            padding-right:20px;
        }
        
        
        
        #MemberList fieldset
        {
        	margin-bottom:10px;
        	padding:10px 0px 10px 0px;
        	border:1px solid #e0dbdb;
        }
         #MemberList div
        {
			height:100%; 	
        }
        .RegPrint
        {
			color:Red;	
        }
        /*对联广告1 */
        #AdLayer1,#AdLayer2
        {
			width:120px;
			height:400px;
        	border:1px solid #e0dbdb;
        	padding:1px;
        }
        /*对联广告2 的css代码*/
		.duilian{top:150px;position:absolute; width:122px; overflow:hidden; display:none;}
		.duilian_left{ left:6px;}
		.duilian_right{right:6px;}
		.duilian_con{border:#CCC solid 1px; width:120px; height:300px; overflow:hidden;}
		.duilian_close{ width:100%; height:24px; line-height:24px; text-align:center; display:block; font-size:13px; color:#555555; text-decoration:none;}
		
		
		.Main{ height:100%;min-height: 100%;}
		
		
		.NewsShow{ width:95%;}
		
		html{height:100%;}
		
		.MainL {min-height: 100%;}
		
		.NewsContent .ContentL{ width:660px; overflow:hidden; height:23px;}		
		
		.NewsIconRed,.NewsIconBlue,.ContentL a{float:left;}
		.NewsContent li a{ line-height:23px; width:630px;}
		.NewsIconRed,.NewsIconBlue{ margin-top:4px;}
		.ContentL{ vertical-align:middle;}
		
		 .NewsContentImg .NewsContent li a{ width:385px;}
        .NewsContentImg .NewsContent .ContentL { width:410px;}
        
        #membercount{clear:both;}

	   h4.menu_title{ display:block; height:25px;  line-height:25px; padding-left:25px;  text-decoration:none; border:1px solid #ddd; margin:2px; background-color:rgb(230,243,252); color:#666;  cursor:pointer;}       
       table.line thead{background:#eee;}
       table.line .red{ margin-right:10px;}
       table.line{ margin-bottom:5px;}
       table.line,table.line td{border-collapse:collapse;border:1px solid #ddd;text-align:left; padding:4px 8px; height:18px; line-height:18px;}
       .width_700{ width:770px;}
	   .width_720{ width:720px;}
       table.line td input,table.line td textarea{ margin:0px 3px; vertical-align:middle;}
       operator{ text-align:center;}

       