@charset "utf-8";
.pageDiv{
	padding:0 21px;
	padding-top:95px;
	text-align: left;
}
.pageLeft{
	width:187px;
}
.pageLeft h2{
	height:56px;
	line-height:56px;
	color:#fff;
	font-weight:normal;
	font-size:18px;
	background:url(../images/bg_pageLeftH2.gif) no-repeat;
	text-align: center;
}

.pageRight{
	width:714px;
}
.pageRight h2.mytitle{
	font-size:18px;
	color:#007dcc;
	line-height:56px;
	height:56px;
	font-weight:normal;
}
.pageRight h3.mytitle2{
	font-size:16px;
	color:#333;
	line-height:25px;
	height:50px;
	font-weight:normal;
	padding-top:10px;
}
.pageInfo{
	width:100%;
	margin-top:0px;
}
.pageInfo a{
	color:#007dcc;
	cursor: pointer;
	text-decoration: none;
}
.pageInfo a:hover{
	text-decoration: underline;
}

.GraphicUL li h2 {
	width: 80%;
	font-size: 14px;
	font-weight: normal;
	height: 50px;
	line-height: 50px;
}
.GraphicUL li .infoDiv .moreDiv {
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
}
.GraphicUL li .infoDiv {
	width: 500px;
	padding-left: 20px;
	height: 130px;
	position: relative;
	line-height: 26px;
}
.GraphicUL li .imgDiv,.thumbnail img {
	width: 190px;
	height: 130px;
}
.GraphicUL li p.date {
	font-size: 12px;
	height: 50px;
	line-height: 50px;
	color: #999;
}
.GraphicUL li {
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}
/*分页*/
#postnavi {
    /*font-size: 90%;*/
    padding: 10px 5px;
}
#pagenavi {
	background:#f1f1f1;
	font-size:11px;
	padding:5px;
	margin-top:10px;
}
#pagenavi .newer a, 
#postnavi .prev a {
	background:url(../images/icons.gif) 0 -224px no-repeat;
	padding-left:22px;
	float:left;
	height:16px;
	line-height:16px;
}
#pagenavi .older a, 
#postnavi .next a {
	background:url(../images/icons.gif) 100% -240px no-repeat;
	padding-right:22px;
	float:right;
	height:16px;
	line-height:16px;
}
#pagenavi span.current{
	padding: 4px 8px;
	font-weight: bold;
}
.wp-pagenavi span.pages {
	padding: 1px 7px 1px 22px !important;
	padding: 2px 7px 2px 22px;
	background: url(../images/icons.gif) 0 -272px no-repeat;
	height: 16px;
	line-height: 16px;
}
/*End 分页*/
