﻿@charset "utf-8";

/*** styling ***/
._wPaginate_link {
	display: inline-block;
	margin-left: 5px;
	line-height: 20px;
	width: 15px;
	text-align: center;
	font-family: verdana;
	font-size: 10px;
	cursor: pointer;
	border: solid black 1px;
	text-decoration: none;
	border-radius: 5px;
}

._wPaginate_link_first,
._wPaginate_link_prev,
._wPaginate_link_next,
._wPaginate_link_last {
	width: auto;
	line-height: 10px;
	padding: 3px 5px;
}

/*** themes ***

/*** grey ***/
._wPaginate_grey ._wPaginate_link {
	border: 1px solid #ccc;
	background-color: #F5F5F5;
	color: #333;
}

._wPaginate_grey ._wPaginate_link:hover,
._wPaginate_grey ._wPaginate_link.active {
	background-color: #E6E6E6;
}



/*分页组件1*/
.pagination1 .tabTitHeight {
	height: 47px;
	position: relative;
}

.pagination1 .tabTit {
	height: 46px;
	line-height: 46px;
	overflow: hidden;
	background: #fff;
}

.pagination1 .tabTit .tabLi {
	float: left;
	font-size: 16px;
	color: #000;
	text-align: center;
	float: left;
	height: 46px;
	line-height: 46px;
	font-family: "微软雅黑";
	cursor: pointer;
	font-family: 宋体;
	text-align: left
}

.pagination1 .tabTit a:hover {
	text-decoration: none;
}

.pagination1 .tabTit .on {
	color: #000
}

.pagination1 .tabCon {
	padding-top: 16px;
	padding-bottom: 20px
}

.pagination1 .dataList {
	padding: 10px 20px 10px 20px
}

.pagination1 .dataList li {
	overflow: hidden;
	position: relative;
	background: url("http://www.locpg.hk/static/imgs/fwzn/dian.jpg") no-repeat 0px 11px;
}

.pagination1 .dataList h3 {
	width: 82%;
	float: left;
	font-weight: normal;
	font-size: 14px;
	color: #43495C;
	font-family: 宋体;
	line-height: 28px;
	padding-left: 15px
}

.pagination1 .dataList h3 a {
	/* display: inline-block; */
	line-height: 28px;
	overflow: hidden;
	font-size: 14px;
	color: #43495C;
	font-family: 宋体;
	font-weight: normal;
	margin-right: 10px;
}

.pagination1 .dataList .info {
	height: 28px;
	line-height: 28px;
	padding: 0;
	text-align: right;
	float: right;
	width: 80px;
	overflow: hidden;
}

.pagination1 .dataList .time {
	font-size: 12px;
	color: #999;
}

.pagination1 .dataList .moreBtn {
	display: none;
}

.pagination1 .pagination ._wPaginate_link {
	padding: 2px 8px;
	line-height: 20px;
	font-family: verdana;
	font-size: 12px;
	border-radius: 0
}

.pagination {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 35px
}

.pagination1 .pagination ._wPaginate_link_active {
	background: #ccc;
}

.line {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px
}

.pagination span {
      padding: 0px 6px;
      line-height: 24px;
      font-family: verdana;
      font-size: 12px;
      margin-bottom: 10px;
      background: #f5f5f5;
      border: 1px solid #ccc;
      margin: 0px 3px;
      height: 24px;
      cursor: pointer;
      margin-bottom: 10px
    }
    .pagination span.xpage-pagination-pager-active{
      background: #ccc;
    }
