a {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

a:hover {
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
	position: relative;
	top: 1pt;
	left: 1pt;
}

.xhx {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	line-height: 24px;
}

.hong {
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
}
.bo {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.bd {
	border: 1px solid #333333;
	background-repeat: repeat-x;
}
.date {
	font-size: 11px;
	color: #01225F;
	text-decoration: none;
}
.bai {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
}
.juhong {
	font-size: 12px;
	color: #FF6600;
	text-decoration: underline;
	font-weight: bold;
}

.text {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 22px;
}
/* 焦点幻灯图********************************************/
#f_div{
  width:253px;
  height:220px;
  overflow:hidden;
  float:left;
  position:relative;
  background:#fff;

 }
#f_imgDiv{
  width:253px;
  height:190px;
  overflow:hidden;

  }
#f_infoDiv{
  width:253px;
  top:6px;
  }
#f_buttonDiv{
  width:100%;
  height:16px;
  top:172px;
  left:146px;
  position:absolute;
  z-index:2;
  }
/* 按钮区域，定位于infoDiv右侧，注意此div的层级为2，置于半透明层上方 */
#f_buttonDiv .bg{
  width:22px;
  float:left;
  text-align:center;
  margin-left:3px;
  }
#f_buttonDiv .bg a{
  width:22px;
  height:16px;
  float:left;
  font-size:12px;
  color:#fff;
  background: url(aa1.gif) no-repeat;
  filter:Alpha(Opacity=100);
  line-height:16px;
  overflow:hidden;
  text-decoration:none;
  }
/* 按钮定义 */
#f_buttonDiv .bg a:link,#f_buttonDiv a:visited,#f_buttonDiv a:active{
}
/* 初始按钮效果 */
#f_buttonDiv .bg a:hover{
  background: url(aa2.gif) no-repeat;
  color:#fff;
  filter:Alpha(Opacity=100);
  }
/* 初始按钮鼠标经过效果 */
#f_buttonDiv .bg a.on:link,#f_buttonDiv a.on:visited,#f_buttonDiv a.on:active,#f_buttonDiv a.on:hover{
  background: url(aa2.gif) no-repeat;
  color:#fff;
  filter:Alpha(Opacity=100);
  }
#f_textbg{
  width:253px;
  height:20px;
  float:left;
  background:#fff;
  filter:Alpha(Opacity=100);
  top:193px;
  left:0px;
  position:absolute;
  z-index:2;
  }
#f_text{
  width:253px;
  height:20px;
  overflow:hidden;
  text-align:center;
  float:left;
  top:193px;
  left:0px;
  position:absolute;
  z-index:3;
  }
#f_text a:link,#f_text a:visited,#f_text a:active{
  color:#00448B;
  text-decoration:none;
  filter:Alpha(Opacity=100);
  }
#f_text a:hover{
  color:#ff0000;
  text-decoration: none;}
