/**!
 * 永州市公共资源交易中心-通用二级
 * author: chenzp;
 * date:2019-3-16
 */

/* 正文 */

/* 左侧树 */

.ewb-menu{
	margin-right: 13px;
	min-height: auto;
}

.ewb-menu-hd{
	line-height: 48px;
	font-size: 18px;
	background: url('../images/menu_line.png') repeat-x left top;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ewb-menu-hd a{
	display: inline-block;
	padding-left: 55px;
	color: #fff;
	background: url('../images/menu_img.png') no-repeat 24px center;
}

.ewb-menu-bd{
	min-height: 670px;
	background: #f4f4f4;
}

.wb-tree{
	border-bottom: 1px solid #fff;
}

.wb-tree-node{
	padding-left: 24px;
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	background: #f4f4f4;
	border-top: 1px solid #fff;
}

.wb-tree-items:first-child .wb-tree-node{
	border-top: 0;
}

.wb-tree-node a{
	color: #333;
}

.wb-tree-iconr{
	margin: 20px 20px 0 0;
	float: right;
	width: 9px;
	height: 9px;
	background: url('../images/menu_iconr.png') no-repeat center;
	cursor: pointer;
}

.wb-tree-sub{
	padding: 5px 0 6px;
	background: #f7faff;
	display: none;
}

.wb-tree-item a{
	padding-left: 48px;
	display: block;
	line-height: 40px;
	color: #333;
	background: url('../images/menu_dot.png') no-repeat 39px center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.current .wb-tree-node{
	background: #53bffc; 
}

.current .wb-tree-node a{
	color: #fff;
}

.current .wb-tree-iconr{
	background-image: url('../images/menu_icond.png');
}

.current .wb-tree-sub{
	display: block;
}

.wb-tree-item:hover a{
	color: #0a89d0;
}

/* 右侧 */

.ewb-info{
	margin-left: -17px;
	padding: 0 17px;
	background: #fff;
	border: 1px solid #d5d5d5;
	min-height: 718px;
}

.ewb-info-hd{
	height: 47px;
	line-height: 46px;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #179be5;
}

.ewb-info-hd a{
	display: inline-block;
	padding-left: 16px;
	color: #179be5;
	background: url('../images/menu_tticon.png') no-repeat 1px center;
}

.ewb-info-bd{
	padding-top: 5px;
}

.wb-data-list{
	height: 44px;
	line-height: 44px;
}

.wb-data-infor{
	padding-left: 10px;
	background-image: url('../images/dot1.png');
}

.wb-data-list:hover .wb-data-infor{
	background-image: url('../images/dot1h.png');
}

.wb-data-date{
	margin: -44px 4px 0 0;
}

.wb-data-list:hover .wb-data-infor,
.wb-data-list:hover span{
	color: #fca214;
}

/* 分页 */

.ewb-page {
	margin-top: 10px;
	height: 38px;
	padding-bottom: 14px;
    text-align: center;
    font-size: 0;
}

.ewb-page-items {
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.ewb-page-li {
    min-width: 36px;
    *width: 36px;
    margin-right: 4px;
    font-size: 14px;
    text-align: center;
    font-family: "Microsoft YaHei";
    float: left;
}

.ewb-page-li:first-child{
	margin-right: 20px;
}

.ewb-page-li>a {
    display: block;
    color: #8b8b8b;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    border: 1px solid #e8e8e8;
}

.ewb-page-li.current>a {
    border-color: transparent;
    color: #ff8705;
}

.ewb-page-li.ewb-page-noborder>span {
    display: block;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    border: 0;
    color: #8b8b8b;
    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;
}

/* ipad */

@media(min-width: 768px) and (max-width: 979px){
	/* 分页 */
	.ewb-page-li{
		display: none;
	}
	.ewb-page-li:first-child{
		margin-right: 0;
	}
	.ewb-page-hover,
	.ewb-page-li.current{
		display: block;
	}
}
.m-pagination-jump{
	width: 85px;
}
/* phone */

@media(max-width: 767px){
	/* 左侧树 */
	.ewb-menu{
		margin: 10px 0 20px;
	}
	.ewb-menu-hd{
		font-size: 16px;
	}
	.ewb-menu-bd{
		min-height: auto;
	}
	.wb-tree-node{
		height: 38px;
		line-height: 38px;
		font-size: 15px;
	}
	.wb-tree-item a{
		line-height: 32px;
	}
	/* 右侧 */
	.ewb-info{
		margin: 0;
		padding: 0 10px;
	}
	.ewb-info-hd{
		font-size: 16px;
	}
	.wb-data-list{
		height: 32px;
		line-height: 32px;
	}
	.wb-data-date{
		margin-top: -32px;
	}
	/* 分页 */
	.ewb-page-li{
		display: none;
	}
	.ewb-page-li:first-child{
		margin-right: 0;
	}
	.ewb-page-hover,
	.ewb-page-li.current{
		display: block;
	}
}