﻿
        h1, h2, h3, h4, h5, h6
        {
            font-size: 1em;
        }
        a
        {
            color: #333;
            text-decoration: none;
        }
        a:hover
        {
            text-decoration: underline;
        }
        ul, li
        {
            list-style: none;
        }
        fieldset, img
        {
            border: none;
        }
        /* Hotnews style */#hotnews
        {
         height:203px;  background: url(images/bg2-1.jpg) bottom no-repeat;  position:relative;
         margin-bottom:20px;
        }
        #hotnews_caption
        {
               overflow: hidden;
               padding-top:6px;


        }
        #hotnews_caption ul
        {
            float: left;

            
        }
        #hotnews_caption ul li
        {
            float: left;
            border-right: 1px solid #FFF;
            width:106px;
            line-height: 25px;
            text-align: center;
            cursor: pointer;
            height:28px;
            font-size:14px;
            font-weight:bold;
            
        }
        #hotnews_caption .normal
        {

        	
        	margin-left:10px;
            background: url(images/icon5_2.jpg) no-repeat left; 
        }
        #hotnews_caption .current
        {


        	margin-left:10px;
            background: url(images/icon5_1.jpg) no-repeat; 
            color: #1F3D5F; text-decoration:none;display:block;
        }
        #hotnews_content
        {
        	
        }
        #hotnews_content .normal
        {
            display: none;
        }
        #hotnews_content .current
        {
            display: block;
            
        }
        #hotnews_content ul
        {
            padding: 10px 0 0 15px;
        }
        
         
        #hotnews_content ul li
        {
            	float:left;
				padding-left:10px;
				padding-right:10px;
				border-left:solid 1px #ccc;
				line-height:15px;
				MARGIN: 3px -1px;
				white-space:nowrap;
        }       
        
        #hotnews_content ul li a
        {
            font-size: 12px;
	width: 57px;
}