﻿pre { white-space: pre-wrap; /* css-3 */ white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ white-space: -pre-wrap; /* Opera 4-6 */ white-space: -o-pre-wrap; /* Opera 7 */ }

 .labela
        {
            height: 22px;
            border-bottom: 1px solid #FFF6ED;
            border-left: 1px solid #999;
            border-top: 1px solid #999;
            font-weight: bold; 
            text-align:center;
            vertical-align:middle;
        }
        .labelb
        {
            height: 22px;
            border-left: 1px solid #999;
            border-top: 1px solid #999;
            border-bottom: 1px solid #999;
            background: #F1EDEA; 
             text-align:center;
            vertical-align:middle;
        }
        #menu
        {
            text-align: left;
        }
        #tree{ width:150px;}
        #menutd{width:153px; vertical-align: top; padding:0;border:1px solid Gray;} 
        #blanktd{width:10px; border:none;}            
        #content{vertical-align: top; padding:0;}    
        #tabMain{width: 990px; margin:0 auto; border-collapse:collapse;}
        #tabMain_phone{width: 99%;min-width:352px; margin:0 auto; border-collapse:collapse;padding-left:3px;padding-right:3px;}
        #tabMain_phone #titletd{text-align: center; background-repeat: repeat; vertical-align: middle; padding:0;}
        #tabMain_phone #cfi_logo{width:99%;border-collapse:collapse; min-width:350px;border: 1px solid gray; margin: 0px 0px 0px 0px;}
        #tabMain_phone #cfi_logo tr td:last-child{font-size: 9pt; color: black; vertical-align: middle; text-align: right;line-height: 17px; padding-right:3px;}
        #submit{width: 24px; height: 24px; vertical-align: bottom;}
        #tabautocomplete_pc{width:100%; height:20px; background-color:#F0F0F0; border-collapse:collapse; margin:0;border:1px solid Gray;}
        #indextd{width: 620px; height: 20px; font-size: 9pt; margin:0; text-align: left; border: 0; vertical-align:middle;}
        #autotd{width: 350px; font-size: 9pt; text-align: left; border: 0;}
        #autotd div{float: right; text-align: right; vertical-align: middle; height: 20px;padding: 0; border: 0;}
        #searchcode{margin-bottom: 3px;}
        #gotofirst{ text-align:right;}
        #gotofirst h4{font-weight:normal;}
        #tabfootlink{width:800px; border:0px;margin-top: 50px; margin-left:auto; margin-right:auto;}
        #tabfootlink td{width:100%;font-size: 9pt; text-align: center;}
        #divfoot2{text-align:center; font-size:9pt; width:800px; margin:0 auto; margin-bottom:30px; color:Gray;}
        #pagefoot{text-align: center; font-size: 9pt; width: 800px; margin: 30px auto; margin-bottom:10px;}
        #pagefoot_phone{text-align: center; font-size: 9pt; width: 99%; margin: 30px auto; margin-bottom:10px;}
        .img_his{cursor: pointer; padding-left: 0; padding-bottom: 0px; vertical-align: bottom; width: 23px; height: 24px;}
        .blank_h{height:15px;} 
        .blank_w{ width:15px;}
        a
        {
            color: rgb(50,50,50);
        }
        a:visited
        {
            color: Gray;
        }
        a:hover
        {
            color: red;
        }
        a:active
        {
            color: black;
        }
        
        table{ width:100%; border-collapse:collapse; margin:0;  padding:0;}
        table TD
        {
            vertical-align: top;          
            line-height: 20px;
            text-align: right;
            font-size: 9pt; 
            word-break:break-all;
        }
        
        .table_phone td{ text-align:left;}
        #tabh tr:first-child,#tab_gg tr:first-child,#tab_yb tr:first-child{background-color:rgb(218,218,218);height:50px;}
        #tabh tr:nth-child(2),#tab_gg tr:nth-child(2),#tab_yb tr:nth-child(2) {font-weight:bold;} 
        #tabh tr:first-child td,#tab_gg tr:first-child td,#tab_yb tr:first-child td{text-align:center;vertical-align:middle; font-weight:bold;}
        #tabh tr:nth-child(2n),#tab_gg tr:nth-child(2n),#tab_yb tr:nth-child(2n) {  background: rgb(234,234,234); }           
        #tabh td { text-align: center; }
        #tabh .uptime{height:20px;text-align:right;vertical-align:middle;font-size:9pt;font-weight:normal;}
        #tabh .highlight{background-color:#FFCC66;}
        #tab_gg tr td:nth-child(1),#tab_gg tr td:nth-child(3){ text-align:center;}
        #tab_gg tr td:nth-child(2){ text-align:left;}
        #tab_yb td { text-align: center; }
        #tab_yb tr td:nth-child(4){ text-align:left;}
        
        /*首页财务指标表格*/
        .index_cwzb{border-collapse:collapse;width:100%;}
        .index_cwzb tr:first-child td{width:70px;cursor:pointer;}
        .index_cwzb #tdcw3{border-right:1px solid #999;}
        .childTable td
        {
            border-bottom: #cccccc 1px dashed;
            border-left: #cccccc 1px dashed;
        }
        
        .border
        {
        	 border-style:solid;
        	 border-width:1px;
        	 border-color:Gray;
        }
        
        .backcolor
        {
			background-color:rgb(240,240,240);
        }            
        .vertical_table tr:first-child{background-color:rgb(218,218,218);height:50px;}
        .vertical_table tr:first-child td{text-align:center;vertical-align:middle; font-weight:bold;}
        .vertical_table tr:nth-child(2n+1) {  background: rgb(234,234,234); }   
        
        .vertical_table td
        {
            text-align:left;
            padding-left:7px;
        }
        .vertical_table td:first-child { font-weight: bold; text-align: left; }
        .vertical_table td:first-child a { font-weight: normal;}
        .vertical_table input[type='button']{color:Blue;background-color:rgb(184,165,248)}

        .baseinfo_phone,.baseinfo_phone table td { font-size:12pt;}
        
        .nowrap{
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.bold{ font-weight:bold;}
.wrap{word-break: break-word;}
.hidden{ display:none;}
.red{ color:Red;}
.green{ color:Green;}
.blue{ color:Blue;}
.orange{ color:Orange;}
        
     
        
        
        
        