﻿body {
	margin :0px; 
	background-color :#fff;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
 }
                 
	.channelName 
                 {
					 font-size: 24px;
					 color: #fff;
					 font-weight:bold;
                 }
                 
                 .title  
                 {  /*最新记录和热门记录的标题*/
					color: #fff;
					font-weight:bold;
					height :17px; 
					border : solid 1px #888888; 
					padding-top :7px; 
					padding-left :10px;
                 }
                      
                      
                      a:hover {
	                             color :#214A76;
	                             text-decoration :underline;
                                }
                                
                                a 
                           {
							    font-size  : 12px;
                                 text-decoration :none;
                                 color:#000; 
                              }
                              
                    
        .locationlink {
                      font-weight :bold ;  
                     text-decoration :none;
                     color :#384D4E;

                    }
                    
         
                    
          .searchlink {
                        font-weight :bold ;
                        text-decoration :none;
                        color:#fff;
                     }


            .pageNormal  { /*分页按钮*/
                            color: #444;
                            cursor :pointer;
                            font-weight:bold;
                            margin-right :10px;
                         }
                         
            .pageSelect  {  /*分页被选中按钮*/
                            color: #800000;
                            font-weight:bold;
                            margin-right :10px;
                         }
                         
             .pageContain A:hover
             {
				text-decoration :underline;
				color: #800000;
             }
                         
        
        .channelColumn 
        {
			 font-family : Verdana, Helvetica, sans-serif;
                         height :24px; 
                         width :100%;
                         background-image :url(../images/imgCh_banner_1.gif); 
                         text-align:left ; 
                         padding-top :8px;
                         background-repeat :repeat-x ;
                         background-color :#223730;
                         padding-left :16px;
        }               
                         	
                                        
          .channelColumn A {
                         font-size: 12px;
                         font-weight :bold ;
                         color:#fff; 
                         text-decoration: none;
                         cursor :pointer ;
                         PADDING-RIGHT: 10px;  
                       }
                       
             .channelColumn A:hover
             {
                  color:#aacee0;
				  text-decoration: none;
				  cursor :pointer ;			 
             }
             
              .div-text-overflow
             {
				width :180px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                -o-text-overflow: ellipsis;
                height :20px;
  
              }
              
              .divDisplayContent
              {
				font-family : Verdana, Helvetica, sans-serif;
				font-size: 12px;
                font-weight :normal ;
              }
      