

#content {
	width:960px;
	padding:0 20px 10px;
	margin:0 auto;
	background:#fff;
}
/*焦点图*/
#content .focus {
	border:1px solid #e3e3e3;
	width:942px;
	height:260px;
	padding:9px 8px;
	z-index:1;
}
#content .focus .moreFocus {
	bottom:10px;
	left:18px;
	z-index:56;
	font-weight:bold;
	color:#459c7e;
}
/*发布日程*/
#content .releasSchedule {
	height:50px;
	background:#afdece;
}
#content .releasScheduleLeft {
	width:710px;
	height:50px;
	float:left;
}
#content .calendar {
	color:#474f57;
	float:left;
	width:50px;
	height:33px;
	padding-top:17px;
	background:url(../image/calendar.jpg) no-repeat;
}
#content .releasScheduleTitle {
	width:72px;
	height:32px;
	line-height:16px;
	padding:9px 0;
}
#content .releasScheduleLine {
	width:3px;
	height:30px;
	margin:10px 0;
	background:#fff;
}
#content .releasScheduleToday {
	width:70px;
	height:32px;
	line-height:16px;
	padding:9px 0;
	color:#29555e;
}
#content .releasScheduleToday strong {
	font-weight:bold;
}
#content .todaytomorrow {
	width:495px;
	height:32px;
	line-height:16px;
	padding:9px 0;
	color:#29555e;
}
#content .todayPublish,
#content .tomorrowPublish {
	height:16px;
	width:495px;
	overflow:hidden;
}
#content .todaytomorrow ul {
	position:absolute;
	left:0;
	top:0;
}
#content .todaytomorrow ul li {
	width:495px;
	height:16px;
	line-height:16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#content .releasScheduleRight {
	width:244px;
	padding:5px 3px;
	height:40px;
	float:left;
	background:#29555e;
}
#content .dayName, 
#content .day {
	float:left;
	width:34px;
	height:20px;
	line-height:20px;
	display:inline;
	text-align:center;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	margin-right:1px;
	cursor:default;
}
#content .day {
	color:#afdece
}
#content .day .details {
	display:none;
}
.detail {
	height:28px;
	line-height:28px;
}
.detail span {
	width:460px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.detail em {
	height:28px;
	line-height:28px;
}
#content .day.event {
	color:#29555e;
	font-weight:bold;
	cursor:pointer;
	background:url(../image/dayBg.png) no-repeat center;
}
#content .releasScheduleRight .mr0 {
	margin-right:0;
}

/*快速查询*/
#content .grouping {
	height:250px;
}
#content .quickSearch {
	width:688px;
	height:248px;
	border:1px solid #e3e3e3;
	overflow:hidden;
}
#content .quickSearchTop {
	width:100%;
	height:33px;
	line-height:28px;
	background:url(../image/quickSearchTopBg.jpg) repeat-x;
}
#content .quickSearchTittle {
	padding-left:9px;
}
#content .quickSearchBtn li {
	cursor:pointer;
	height:28px;
	line-height:28px;
	border-left:1px solid #e3e3e3;
	float:left;
	padding:0 18px;
}
#content .quickSearchBtn li.on {
	font-weight:bold;
	color:#459c7e;
	background:#fff;
	border-bottom:5px solid #fff;
}
#content .quickSearchContent {
	display:none;
	height:208px;
	padding-top:7px;
}
#content .quickSearchContentL,
#content .quickSearchContentC,
#content .quickSearchContentR {
	margin-left:10px;
	width:216px;
	height:208px;
	float:left;
}
#content .quickSearchContent ul li {
	padding:0 6px;
	line-height:25px;
	border-bottom:1px solid #e3e3e3;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#content .quickSearchContent ul li.last {
	border-bottom:none;
	background:#29555e;
	height:20px;
	line-height:20px;
}
#content .quickSearchContent ul li.last a{
	color:#fff;
}
#content .quickSearchContent ul li a:hover {
	color:#459c7e;
}
#content .quickSearchContent ul li.last a:hover {
	text-decoration:underline;
	color:#fff;
}
#content .quickSearchContent.show {
	display:block;
}

/*数据地图*/
#content .dataMap {
	width:250px;
	height:250px;
}
#content .dataMap h2,
#content .dataUpdate h2 {
	height:29px;
	line-height:29px;
	background:#29555e;
	color:#fff;
}
#content .dataMap .minMap {
	height:219px;
	border:1px solid #e3e3e3;
}

/*人口钟、可视化产品*/
#content .visualization {
	width:688px;
	height:298px;
	border:1px solid #e3e3e3;
	overflow:hidden;
}
#content .visualizationTittle {
	font-weight:bold;
	padding-left:9px;
	height:33px;
	line-height:28px;
	background:url(../image/quickSearchTopBg.jpg) repeat-x;
}
#content .visualChart {
	height:250px;
	padding:8px 0 7px 9px;
}
.visualChart .visualChartText {
	width: 245px;
	height:68px;
	line-height:14px;
}
.visualChart .pClock {
    width: 413px;
    height: 43px;
    float: right;
    padding-top: 9px;
    position: relative;
    text-align: left;
    background: url(../image/clock_bj.jpg) no-repeat;
}
.visualChart .chartBox {
	width:676px;
	height:184px;
}
.visualChart .chartBox li {
	width:156px;
	height:76px;
	border:3px solid #29555e;
	float:left;
	display:inline;
	margin:0 7px 10px 0;
    text-align: center;
}
.visualChart .chartBox li span{
	width:156px;
	display:inline-block;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.visualChart .chartBox li img {
	border-bottom: 1px solid #29555e;
    padding-bottom: 1px;
    vertical-align: top;

}

/*数据更新*/
#content .grouping2 {
	height:300px;
}
#content .dataUpdate {
	width:250px;
	height:300px;
	overflow:hidden;
}
#content .dataUpdate .updateList {
	height:270px;
	border:1px solid #e3e3e3;
	border-bottom:none;
	overflow:hidden;
}
#content .dataUpdate .updateList li {
	height:44px;
	line-height:22px;
	padding:5px 10px 4px;
	border-bottom:1px solid #e3e3e3;
}
#content .dataUpdate .updateList li span {
	color:#999;
	white-space: nowrap;
}
#content .dataUpdate .updateList li a {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width:228px;
    display:block;
	
}
#content .dataUpdate .updateList li a:hover {
	color:#459c7e;
}

/*出版物*/
/*#content .publication {
	height:254px;
	border:1px solid #e3e3e3;
}
#content .publicationTheme {
	
}
#content .publicationBox {
	margin:20px 50px;
	height:214px;
}
#content .publicationTheme {
	width:250px;
	height:214px;
}
#content .publicationTheme h3 {
	background:#f18a29;
	height:34px;
	line-height:34px;
	white-space: nowrap;
	letter-spacing:-0.6px;
	color:#fff;
	*font-size:15px;
}
#content .publicationText {
	line-height:22px;
	padding:2px 6px 0;
	height:160px;
}
#content .publicationTheme .more {
	padding:0 6px;
	height:20px;
	line-height:20px;
}
#content .publicationTheme .more a {
	color:#f18a29;
}
#content .publicationTheme .more em {
	font-family:"宋体";
}
#content .publicationList ul li {
	float:left;
	display:inline;
	margin-left:20px;
	height:214px;
}
#content .publicationList .publicationName {
	text-align:center;
	height:24px;
	line-height:30px;
}
#content .prevPublication {
	width:24px;
	left:13px;
	top:107px;
	height:40px;
	background:url(../images/arrow.png) no-repeat;
}
#content .nextPublication {
	width:24px;
	right:13px;
	top:107px;
	height:40px;
	background:#C30;
	background:url(../images/arrow.png) no-repeat 0 -40px;
}*/