/* 本市动态三选一 */



/****************************************/

#CenterMain1
{
	width:955px; /*整个条的宽度*/
	height:260px;
	margin:0 auto;
	text-align:right /**/
}

UL.tbtn{background:url(../images/ghdt.jpg) width:955px;}}  /*背景图*/
UL.tbtn LI 
{
	DISPLAY: block; 
	BACKGROUND: #e4f0fd;  /*背景颜色*/
	FLOAT: left;  /*选项左右位置*/
	WIDTH: 94px;  /*背景图片高度*/
	CURSOR: pointer; 
	COLOR: #004b7f;  /*选项字体颜色*/
	LINE-HEIGHT: 48px;  /*选项字体高度*/
	HEIGHT: 41px;  /*背景图片宽度*/
	list-style: none;

	font-size:13px; /*选项字体大小*/
	font-weight:bold;
	text-align:center;
}
UL.tbtn LI.curr 

{
	BACKGROUND: #fff; 
	BORDER-BOTTOM-COLOR: #fff; 
	CURSOR: default;
	background:url(../images/ghdtxz.jpg) no-repeat; /*按钮选中*/

}
UL.tbtn LI.lst 
{
	BORDER-RIGHT-STYLE: none;
	background:url(../images/ghdtwx.jpg) no-repeat; /*按钮未选*/
}


.tbcon {
	MARGIN: 0px 0px 0px;
	clear:both;
}
.tbcon UL LI {
	LINE-HEIGHT: 17px;
	list-style: none;
}


#tabap3_div_0 li,#tabap3_div_1 li,#tabap3_div_2 li,#tabap3_div_3 li,#tabap3_div_4 li
{
	 float:right;
	 word-wrap:break-word;
	 text-align:left;
	 width:900px;
	 color:#004b7f;
	 line-height:27px;
	 border-bottom:1px dotted #2f88ad;
	 margin-left:3px;
	 margin-right:3px;
}

.cl{clear:both;}
