﻿@import url(screen.css);

/*
 * $Rev: * $
 * Created: fengling
 * Modified: $Author: fengling $ $LastChangedDate: 2010-08-03 09:00:00 +0800 (星期二, 03 八月 2010) $
 */

/*常用
-----------------------------------------------------------------------------------------------*/
a
{
  cursor:hand;
  cursor:pointer;
}

/*内容
-------------------------------------------------------------------------------------------------*/
.page1
{
     width:980px;
     margin:0 auto;
     overflow:hidden;	
     padding-top:50px;
}
.page1 .conArea
{
    overflow:hidden;	
}
.page1 .conArea dt
{
    overflow:hidden;
    height:175px;	
    text-align:center;
    padding-bottom:25px;
}
.page1 .conArea dd
{
   font-family:Arial;
   font-size:16px;
   padding-bottom:25px;
   text-align:center;	
   color:#000;
}
.page1 .conArea dd.update
{
   font-size:40px;
    color:#FF0000;
}
.page1 .conArea dd.last a
{
  	 color:#999999;
}
