/* 新闻排行 CSS 样式 */

.top-nav {
	padding-top: 10px;
	height: 70px;
	line-height: 70px;
	background: transparent url(top-nav.gif) repeat-x 0 10px
}

.top-nav h1 a {
	margin-left: 50px;
	color: #FFF;
	font-family: '黑体'
}

.top-box {
	width: 800px;
	margin: 0 auto;
	font-size: 14px;
	padding-top: 20px
}

.top-art {
	float: left;
	width: 120px
}

.top-art li {
	font-weight: bold;
	width: 100px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	margin: 0 0 10px;
	text-align: center;
	border: #999 1px solid;
	background: transparent url(top-art.gif) no-repeat 15px center
}

.top-title {
	float: right;
	width: 650px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding: 0 10px;
	border-bottom: #999 1px solid
}

.top-title ul {
	float: left
}

.top-title .current {
	font-weight: bold;
	border: #999 1px solid;
	border-bottom: 0;
	background-color: #FFF
}

.top-title .left .current {
	width: 78px
}

.top-title .left {
	width: 450px
}

.top-title .left li {
	width: 80px
}

.top-title .right {
	width: 200px
}

.top-title .right li {
	width: 50px
}

.top-title .right .current {
	width: 48px
}

.top-cont {
	float: right;
	width: 670px
}

.top-cont a {
	color: #222
}

.top-cont a:hover {
	color: #C00
}

.top-cont a:visited {
	color: #888
}

.top-cont li {
	width: 650px;
	height: 25px;
	line-height: 25px;
	padding-left: 20px;
	font-size: 13px;
	background: transparent url(top-icon.gif) no-repeat 10px center
}

.top-cont .head {
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	margin: 10px 0 6px 0;
	border-bottom: #CCC 1px dashed;
	background: none
}

.top-cont .head span {
	font-weight: bold
}

.top-cont li span {
	float: left
}

.top-cont li .title {
	width: 480px
}

.top-cont li .click {
	width: 80px;
	text-align: center
}

.top-cont li .date {
	float: right;
	width: 80px;
	text-align: center
}

.top-cont .line {
	height: 1px;
	line-height: 1px;
	margin: 5px 0;
	border-bottom: #CCC 1px dashed;
	background: none
}

/* 分页样式 */
.top-cont .pages {
	float: left;
	width: 678px;
	padding: 10px 0;
	text-align: center
}

.top-cont .pages li {
	margin-right: 6px
}

.top-cont .pages li a {
	display: block;
	padding: 5px 10px;
	border: #ADAEB2 1px solid
}

.top-cont .pages .disable {
	padding: 5px 10px;
	color: #999;
	border: #ADAEB2 1px solid
}

.top-cont .pages .thisclass {
	color: #FFF;
	padding: 5px 10px;
	border: #2A6DB1 1px solid;
	background-color: #2A6DB1
}

.top-cont .pages select {
	margin-top: 4px
}
