/* CSS Document */

body{font-size:12px}
td{font-size:12px; font-family:"宋体"; color:#000000}
/*菜单链接样式表*/
a.menu:link {
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:none;
}
a.menu:visited {
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration: none;
}
a.menu:hover {
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;
	color:#FF0000;
	text-decoration: none;
}
a.menu:active {
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration: none;
}
/*菜单样式链接*/

/*政务服务链接样式表*/
a:link {
	font-family: "宋体";
	font-size: 12px;
    font-weight:normal;
	color:#000000;
	text-decoration:none;
}
a:visited {
	font-family: "宋体";
	font-size: 12px;
	font-weight:normal;
	color:#000000;
	text-decoration: none;
}
a:hover {
	font-family: "宋体";
	font-size: 12px;
	font-weight:normal;
	color:#FF0000;
	text-decoration:none;
}
a:active {
	font-family: "宋体";
	font-size: 12px;
	font-weight:normal;
	color: #000000;
	text-decoration: none;
}
/*政务链接样式表*/
.border {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
}
.margintop{margin-top:5px}
.marginleft{padding-left:20px;}
span{font-size:14px; color:#2560AE; margin-left:10px;}
.input{border:1px #000000 solid; width:200px; height:18px;}
select{width:200px}
.News_List{border:1px solid #ccc; margin:auto}
.GdHeaderStyle{background-color:#369ef5; color:#ffffff; text-align:center; height:22px;}
.GdHeaderStyle td{ text-align:center; color:#fff;border-left:1px solid #ccc; border-collapse:collapse}
.GdItemStyle{background-color:#f1f1f1}
.GdItemStyle td{border-left:1px solid #CCC; height:23px;border-collapse:collapse}
.GdAltStyle{background-color:#ffffff; height:23px}
.GdAltStyle td{border-left:1px solid #CCC; height:23px; border-collapse:collapse}

.testDiv{
  
 width:790px;
 height:450px;
   position: absolute ; /* 位置 绝对或者相对于最近的一个元素 relative absolute */
  
  
   /*   滚动条 */
    /*   overFlow: auto ; */ /* visible ：却省的 hidden auto scroll */
        overFlow-x: hidden ; 
       overFlow-y: scroll ;     
  
    /*   滚动条相关的颜色属性 */
     scrollBar-face-color: #DFDFDF;        /* 滑块 */
     scrollBar-hightLight-color:white;    /* 高亮 */
     scrollBar-3dLight-color: #FFFFFF;    /* 3维光线 */
     scrollBar-darkshadow-color:white;    /* 暗影    */
     scrollBar-shadow-color:white;      /* 阴影   */
     scrollBar-arrow-color:#DFDFDF;       /* 箭头 */
     scrollBar-track-color:white;         /* 滑道颜色 */
     scrollBar-base-color:white;          /* 主要颜色 */
  
          
}

.firstCol
{ padding-left:5px;
	}
.other 
{
 color:black;
 text-decoration:none;
}
.other:hover 
{
 color:#ff0000;
 text-decoration:none;
}