﻿#NewsByCateUC {
        width: 100%;
        height: auto;
        float: left;
        }
        
    .nImg {
        width: 125px;
        height: 195px;
        float: left;
        margin: 0 5px 5px 0;
        display: block;
        }
        
    .nTitle {
        font-weight: bold;
        color: #003366;
        text-decoration: none;
        font-size: 105%;        
        }
        
    .nTitle:hover {
        color: #990000;
        }
        
    .nDateText {
        font-size: 85%;
        color: #555;
        }
        
    #NewsByCateUC .title_chgZone {
        margin-bottom: 5px;
        text-align: left;
        }
        
    #NewsByCateUC .oneNews {
        padding: 0 5px;
        text-align: left;
        }
    #NewsByCateUC .detailText {
        color: #990000;
        text-decoration: none;
        text-align: right;
        }
    #NewsByCateUC .detailText:hover {
        color: #333;
        }
        
    .View-Button
    {
    	width: 50px;
    	height: 20px;
    	display: block;
    	background: #003366;
    	text-decoration: none;
    	text-align: center;
    	color: #fff;
    	line-height: 18px;
    }
    
    .View-Button:hover
    {
    	background: #555;
    	color: #fff;
    }

