@charset "utf-8";
/* CSS Document */
#content{
	height:1145px;
	margin-top:13px;
	margin-bottom:13px;
	}

/*中间右边*/
#content_right{
	float:left;
	margin-left:10px;
	width:810px;
}
#content_right #tab_UL li{
	width:77px;
	text-align:center;
	height:31px;
	line-height:31px;
	float:left;
	}
/* 选项卡*/
.aSelect{
	width:77px;
	height:31px;
	display:block;
	color:#184d94;
	background:url(../images/content_button02.jpg) no-repeat center 6px;
	line-height:36px;
	overflow:hidden;
}

.aSelected{
	width:77px;
	height:31px;
	display:block;
	background:url(../images/cotent_button01.jpg) no-repeat center top;
	color:white;

}

#content_right  span{
	float:right;
	display:block;
	margin-right:30px;
	margin-top:10px;
	}
#content_right  span a:hover{
	color:#184d94;
	text-decoration:underline;
}
#content_right .right_news{
	clear:both;
	padding:5px;
	border:1px solid #cecfce;
	height:1099px;
}
.right_news ul{
	margin-left:10px;
	}
.right_news  li{
	line-height:2em;
	background:url(../images/square.jpg) no-repeat left ;
	text-indent:1em;
	margin-bottom:2px;
	
	}
.right_news  li a{
	color:#000;
	width:85%;
	display:block;
	float:left;
	}
.right_news  li a:hover{
	text-decoration:underline;
	color:#184d94;
}
.right_news .divPage{
	margin-left:190px;
	margin-top:15px;
	}
/* 栏目页上的更多*/
.right_news  .subBlockMore{
	float:right;
	}
.right_news  .subBlockMore a{
	color:#ff6500;
	display:inline;
	float:none;
	margin-right:50px;
	}
