/**!
 * 松原市公共资源交易中心-通用列表
 * author: qianyuting
 * date:2020-12-21
 */
.sub-view {
	position: relative;
}

/* 左侧边垂直菜单 */
.left-bar {
	width: 260px;
	min-height: 575px;
}

.left-bar-tit {
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	margin-bottom: 2px;
	font-size: 20px;
	color: #fff;
	background-color: #35a8f8;
}

.left-bar-tit span {
	display: block;
	padding-left: 50px;
	background: url('../images/icon_menu.png') left center no-repeat;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.wb-tree {
	background-color: #f7f7f7;
	padding: 13px 15px;
}

.wb-tree:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 260px;
	top: 0;
	left: 0;
	z-index: -2;
	background-color: #f7f7f7;
}

.wb-tree-node {
	position: relative;
	height: 40px;
	line-height: 40px;
	padding: 0 40px 0 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
}

.wb-tree-tt {
	position: relative;
	padding-left: 20px;
	color: #666;
	font-size: 16px;
}

.wb-tree-tt::before {
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-radius: 50%;
	background-color: #666;
}

.wb-tree-sub a {
	position: relative;
	display: block;
	height: 30px;
	line-height: 30px;
	margin: 3px 0;
	padding-left: 60px;
	font-size: 16px;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.wb-tree-icon {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 100%;
}

.wb-tree-sub {
	display: none;
}

.wb-tree-item>a:hover, .wb-tree-item>a:active, .wb-tree-item.active>a {
	background-color: #d4e9f7;
}

.current .wb-tree-node, .wb-tree-node:hover {
	background-color: #35a8f8;
}

.current .wb-tree-icon {
	background: url("../images/wblistr.png") 5px center no-repeat;
}

.current .wb-tree-tt, .wb-tree-node:hover .wb-tree-tt {
	color: #fff;
}

.current .wb-tree-tt::before, .wb-tree-node:hover .wb-tree-tt::before {
	background-color: #fff;
}

.current .wb-tree-sub {
	display: block;
}

.con {
	border: 1px solid #e9e9e9;
	border-top: 2px solid #35a8f8;
	padding-bottom: 25px;
}

/* 右侧数据 */
.right-con {
	margin-left: 280px;
	border: 1px solid #e9e9e9;
	border-top: 2px solid #35a8f8;
	padding-bottom: 25px;
	min-height: 555px;
}

.right-tit {
	height: 46px;
	line-height: 46px;
	font-size: 20px;
	padding: 0 20px;
	border-bottom: 1px solid #e9e9e9;
}

.area-list {
	height: 35px;
	line-height: 35px;
	padding: 0 20px;
	font-size: 16px;
	border-bottom: 1px solid #e9e9e9;
	overflow: hidden;
}

.area-item {
	margin-right: 62px;
	cursor: pointer;
}

.area-item:last-child {
	margin-right: 0;
}

.area-item.cur {
	color: #f39002;
}

.news-items {
	margin: 10px 30px 0 20px;
}

.news-items li a {
	position: relative;
	display: block;
	line-height: 32px;
	font-size: 15px;
	color: #666;
	padding: 0 120px 0 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news-items li a::before {
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	width: 2px;
	height: 2px;
	margin-top: -1px;
	background-color: #333;
}

.news-time {
	position: absolute;
	right: 0;
	top: 0;
	color: #999;
}

.news-items li:hover a, .news-items li:hover .news-time {
	color: #f39002;
}

.news-items li:hover a::before {
	background-color: #f39002;
}

/* 页码 */
.ewb-page {
	text-align: center;
	padding-top: 25px;
}

.ewb-page-items {
	text-align: center;
	display: inline-block;
	*display: inline;
	zoom: 1;
}

.ewb-page-li {
	min-width: 36px;
	*width: 36px;
	margin-right: 8px;
	font-size: 14px;
	text-align: center;
	font-family: "Microsoft YaHei";
	float: left;
}

.ewb-page-li>a {
	display: block;
	color: #555;
	height: 36px;
	line-height: 36px;
	padding: 0 8px;
	color: #828282;
	border-radius: 3px;
	background-color: #f1f6fa;
}

.ewb-page-li.current>a {
	color: #fff;
	background-color: #027de5;
}

.ewb-page-li.ewb-page-noborder>span {
	display: block;
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
	border: 0;
	color: #666;
	font-family: "Simsun";
}

.ewb-page-num {
	*width: 60px;
}

.ewb-page-li.ewb-page-num>span {
	padding: 0 5px;
	font-weight: bold;
}

.ewb-page-input {
	width: 38px;
	height: 24px;
	text-align: center;
	border: 1px solid #dfdfdf;
	line-height: 24px;
	color: #666;
	outline: none;
	vertical-align: top;
	*margin-top: -1px;
}

.ewb-page-hover {
	*width: 60px;
}

.ewb-page-hover>a {
	font-family: "Simsun";
}

.ewb-page-go {
	margin-left: 2px;
}

.ewb-page-hover:hover>a, .ewb-page-go:hover>a {
	color: #fff;
	background-color: #999;
	border-color: #999;
}

.ewb-page-go>a {
	font-size: 12px;
	padding: 0 6px;
}

.ewb-page-goto {
	margin-right: 0;
}

.ewb-page-li.ewb-page-goto>span {
	padding: 0 6px 0 0;
	text-align: right;
}

.ewb-page-inpt {
	margin-left: -2px;
}

.ewb-page-li.ewb-page-ellipsis>span {
	padding: 0 17px 0 16px;
	font-size: 14px;
	font-family: "Microsoft YaHei";
	color: #555;
}

.pager2 {
	width: 660px;
	margin: 0 auto;
    margin-top:20px;
}