﻿/*
 * 郁南政府门户网站
 * specail.css，专题风格定义
 * Coded by PowerEasy Design Team, 2009
*/
/*专题列表*/
.speList {
	float: left;
	display: inline;
	width: 400px;
	margin: 15px 0 10px 55px;
}
	.speList h3 {
		width: 400px;
		height: 85px;
		overflow: hidden;
		margin: 10px auto;
	}
		.speList h3 span {
			display: block;
			font-weight: bolder;
			font-family: Tahoma, Geneva, sans-serif;
			font-size: 22px;
			color: #e90000;
			margin-bottom: 10px;
		}
		.speList h3 img {
			height: 52px;
			width: 400px;
		}
	.speList h4 {
		background-color: #f6f6f6;
		padding-left: 5px;
		margin: 10px auto;
	}
		.speList h4 a {
			font-weight: bolder;
			line-height: 22px;
		}

	.speList li {
		background: url(supply/li_dot.gif) no-repeat 5px 11px;
		border-bottom: 1px dashed #e2e2e2;
		line-height: 26px;
		padding-left: 13px;
	}
		.speList li .day {
			float: right;
		}
/*专题文章列表*/
.speArticle {
	border: 1px solid #dddddd;
	border-top: 2px solid #e83f3f;
	height: auto!important;
	height: 100px;
	min-height: 100px;
}
	.speArticle dt {
		text-align: center;
		padding-top: 12px;
	}
	.speArticle dt img {
		border: 1px solid #cccccc;
		display: block;
		margin: auto;
	}
	.speArticle dd {
		padding: 20px 30px;
	}
	.speArticle li {
		background: url(supply/li_dot.gif) no-repeat 5px 14px;
		border-bottom: 1px dashed #e2e2e2;
		line-height: 36px;
		padding-left: 13px;
	}
		.speArticle li a {
			font-size: 14px;
		}
		.speArticle li .day {
			float: right;
			font-size: 14px;
		}
		
/*专题导航*/
.speNav{border:1px solid #ccc; position:relative; }
.speNav dt{background:url(images/bg_pageSid.jpg) repeat-x 0px 0px; }
.speNav dt span{background:url(images/tit_4.jpg) no-repeat 0px 0px; color:#fff;position:absolute; top:0px;left:15px;width:91px;text-align:center; padding:0px;  }
.speNav dd ul{clear:both;overflow:hidden!important;overflow:visible;height:auto!important;height:50px;min-height:50px;margin:auto;width:80%;   }
.speNav dd ul li{float:left;display:inline;width:100%; text-align:left;  }

.speNav dd ul li a{float:left;display:inline;width:100%;padding:6px;border-bottom:1px dashed #ccc; background:#fff url(images/icon_10.png) no-repeat 5px 12px;padding-left:25px;color:#ec0000;font-weight: bolder;  }
.speNav dd ul li a:hover{background:#f7f7f7 url(images/icon_10.png) no-repeat 5px -58px;color:#c00; }
.speNav dd ul li.current a{background:#f7f7f7 url(images/icon_10.png) no-repeat 0 -58px;color:#c00;}

/*分页样式*/
.showPage {
	background: url(special/bg_showpage.gif) repeat-x bottom;
	border: 1px solid #b2c6da;
	text-align: center;
	margin: 15px auto;
	height: 26px;
	padding-top: 3px;
}
.showPage a, .showPage em, .showPage span {
	display: inline-block;
	vertical-align: middle;
	margin: 0 3px;
	height: 20px;
	line-height: 20px;
	padding: 0 8px;
}
.showPage a, .showPage em {
	background: #f4f8fb url(special/bt_showpage.gif) repeat-x bottom;
	border: 1px solid #aec3d8;
	color: #0a2e65;
}
.showPage a:hover {
}
.showPage em {
}
