﻿/*************************************************************************************************/
/*************************************************************************************************/
/*************************************************************************************************/
.catelist {
	width:710px;
	margin:0 auto;
}
.catelist .item {
	position:relative;
	display:block;
	clear:both;
	border-bottom:1px dashed #D4D4D4;
	vertical-align:top;
	font-weight:normal;
	font-family:"Microsoft YaHei","\5B8B\4F53";
	zoom:1;
}
.catelist .item-icon {
	position:absolute;
	top:13px;
	left:0;
	overflow:hidden;
	height:20px;
	width:20px;
	background:#FFF url(../images/catelist-icon.gif) center center no-repeat;
}
.catelist .item-value {
	width:560px;
	margin:0 auto 0 30px;
	padding:10px 0;
}
.catelist .item-value a:hover {
	text-decoration:underline;
	color:#C00;
}
.catelist .item-value-title {
	display:inline;
	margin:0 2px;
	line-height:26px;
	font-size:16px;
	color:#444;
}
.catelist .item-value-tag {
	display:inline-block;
	margin:0 2px;
	line-height:26px;
	font-size:16px;
	color:#C00;
}
.catelist .item-info {
	position:absolute;
	top:13px;
	left:600px;
	height:20px;
	line-height:20px;
	font-size:12px;
	color:#999;
}
.catelist .item-hits {
	display:inline-block;
	overflow:hidden;
	width:70px;
	height:20px;
}
.catelist .item-time {
	display:inline-block;
	overflow:hidden;
	width:40px;
	height:20px;
}
/*************************************************************************************************/
/*************************************************************************************************/
/*************************************************************************************************/
.pager {
	clear:both;
	width:714px;
	margin:0 auto;
	padding:20px 0;
	text-align:left;
	vertical-align:top;
	font-size:0px;
	font-weight:normal;
	font-family:"Microsoft YaHei","\5B8B\4F53";
	color:#000;
}
.pager a {
	display:inline-block;
	overflow:hidden;
	height:28px;
	margin:2px;
	padding:0 10px;
	border:1px solid #D4D4D4;
	border-radius:2px;
	background:#FBFBFB;
	line-height:28px;
	vertical-align:top;
	text-decoration:none;
	font-size:12px;
}
.pager a:hover {
	text-decoration:none;
	border-color:#CCC;
	background:#F0F0F0;
}
.pager .current {
	display:inline-block;
	overflow:hidden;
	height:28px;
	margin:2px;
	padding:0 10px;
	border:1px solid #548AC1;
	border-radius:2px;
	background:#548AC1;
	line-height:28px;
	vertical-align:top;
	font-size:12px;
	font-weight:bolder;
	color:#FFF;
}
.pager .info {
	display:inline-block;
	overflow:hidden;
	height:28px;
	margin:2px;
	padding:0 10px;
	border:1px solid #D4D4D4;
	border-radius:2px;
	background:#FBFBFB;
	line-height:28px;
	vertical-align:top;
	font-size:12px;
}