﻿/**!
 * 某某页面-二级页
 * author: gaoli;
 * date:2017-04-18
 */


/* 垂直菜单 */

.ewb-tree {
    float: left;
    width: 282px;
    height: 550px;
    border: 1px solid #e5e5e5;
}

.ewb-tree-items {
    margin: 10px 0 0 14px;
}

.ewb-tree-item a {
    display: block;
    width: 174px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    padding-left: 46px;
    margin-top: 6px;
    color: #242525;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    background: url(../images/open_icon.png) 12px center no-repeat #ebebeb;
}
.ewb-tree-item a:hover{
	color:#0b88d2;
}

/* 右内容 */

.ewb-content {
    float: left;
    width: 896px;
    margin-left: 20px;
}
.ewb-com-hd.content{
       color: #666;
    padding-left: 14px;
}
.ewb-com-hd.content a{
	color: #666;
	cursor: pointer;
}
.ewb-com-hd.content span {
    font-weight: bold;
    color: #0b88d3;
}

.ewb-content {
    border: 1px solid #eaeaea;
}
 
 /* 分页 */
 .ewb-page {
    text-align: center;
}

.ewb-page-items {
    margin: 15px 0 12px 0;
    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>a {
    display: block;
    color: #555;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    border: 1px solid #dfdfdf;
}

.ewb-page-li.current>a {
    border: 0;
    color: #0030cc;
}

.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;
}
