/**!
 * 烟台市（国有产权）交易中心--通用二级
 * author: chenzp;
 * date:2018-2-23
 */

/* 正文 */

.ewb-mt14{
	margin-top: 14px;
}

.ewb-tooltip-tt{
	display: none;
}

.ewb-tooltip-chose{
	margin-left: 0;
}

.ewb-wt960{
	float: left;
	width: 960px;
}

.ewb-wt240{
	float: left;
	width: 240px;
}

/* 左侧树 */

.ewb-menu{
	margin-bottom: 24px;
	font-size: 16px;
}

.ewb-menu-hd{
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
	background: #014789;
}

.ewb-menu-hd a{
	color: #fff;
}

.ewb-menu-bd{
	min-height: 758px;
	background: #f6f6f6;
	border: 1px solid #ddd;
	border-top: 0;
}

.ewb-menu-tt{
	padding-left: 21px;
	display: block;
	height: 46px;
	line-height: 46px;
	color: #333;
	background: url(../images/menu_arrow.png) no-repeat 205px center #fff;
	border-bottom: 1px solid #eee;
}

.ewb-menu-tt:hover{
	color: #fff;
	background-image: url(../images/menu_arrowh.png);
	background-color: #3284d8;
}

/* 右侧信息 */

.ewb-info{
	border: 1px solid #ddd;
	border-left: 0;
}

.ewb-info-hd{
	padding-left: 49px;
	height: 48px;
	line-height: 48px;
	color: #000;
	background: url(../images/local_icon.png) no-repeat 20px center #f6f6f6;
}

.ewb-info-hd a{
	color: #000;
}

.ewb-info-hd a:hover{
	color: #1d9bd8;
}

.ewb-info-bd{
	padding: 6px 20px 0;
	min-height: 753px;
}

.wb-data-list{
	height: auto;
	line-height: 42px;
}

.wb-data-infor{
	margin-right: 120px;
}

.wb-data-date{
	float: right;
	margin-top: -42px;
}

.wb-data-list:hover .wb-data-date{
	color: #1d9bd8;
}

/* 分页 */

.ewb-page {
	padding: 34px 0 38px;
	height: 36px;
    text-align: center;
    font-size: 0;
}

.ewb-page-total{
	margin-top: 8px;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}

.ewb-page-items {
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.ewb-page-li {
	float: left;
	display: inline-block;
    min-width: 36px;
        height: 34px;
    line-height: 34px;
    *width: 36px;
    margin-right: 10px;
    font-size: 14px;
    text-align: center;
    font-family: "Microsoft YaHei";
}

.ewb-page-li>a {
    display: block;
    color: #5c5c5c;
    height: 34px;
    line-height: 34px;
    padding: 0 8px;
    border: 1px solid #ccc;
    border-radius: 2px;
}

.ewb-page-li.current>a {
	color: #fff;
    background: #67c1f2;
    border: 1px solid #67c1f2;
}

