
/* CSS Document */

.announce_list{
	padding:20px 35px;
	background:#ffffff;
	border-left:1px solid #ecf6f8;
	border-right:1px solid #ecf6f8;
}

/*数据表格样式*/
.data_list{ width:670px; text-align:center; border-bottom:1px solid #cbe0f5; margin:0 auto;}
.data_list th{
	 font-weight:bold;
	 border-bottom:2px solid #cbe0f5;
	 font-size:14px;
	 padding:7px 0px;
	 
}
.data_list td{
	 border-bottom:1px solid #cbe0f5;
	 padding:7px 0px;
	 font-size:12px;
	 line-height:21px;
}
.data_list td a{
	 font-size:14px;
}

/*公告-您的位置*/
.h2{font-size:14px; background:#eef8f9; font-weight:normal;height:38px;line-height:38px; padding-left:20px; border-bottom:1px solid #f8cc8f;}
.h2 span{
	color:#00aec7;
	font-size:12px;}
.h2 a{
	padding:2px;
	font-size:12px;
	text-decoration:underline;
}

.h2 a:link {color:#00aec7;}
.h2 a:visited {}
.h2 a:hover {
	color:#000000; 
}
.h2 a:active {color:#00aec7;}

/*公告内容*/
.announce_content{
	width:680px;
	margin:0 auto;
}
.announce_content h3{
	font-size:14px;
	text-align:center;
	line-height:30px;
}
.announce_content h4{
	font-size:12px;
	text-align:center;
	color:#999999;
	line-height:25px;
	padding-bottom:10px;
}
