﻿@charset "utf-8"; 

#hotNews {
   margin-bottom: 1.5em;
   padding-bottom:5px;   
   color: Black; 
}               

.hotNewsHead{
    padding: 18px 0px 12px 10px;
/*    background:transparent; */
    color: #784934;
    font-weight: bold;
}

#hotNews .PhotoImage {
/*    background: #f6ffda; */
    text-align: center;
}

#hotNews .PhotoImage img {
    border: 3px solid #fff;
}

#hotNews .text {
    width: 175px;
    margin: 5px auto;
    font-size: 90%;
    line-height: 150%;
}


#hotNews .toList a {
    background: url(btn_link_cl.gif) no-repeat left 1px;
    padding-left: 18px;
/*    font-size: 90%; */
}

.tolinkhotNews a:link{
       color:#0000ff;
}

.tolinkhotNews a:visited{
       color:#800080;
}

.tolinkhotNews a:active{
       color:#ff0000;
}
