/**!
 * 许昌农机局
 * author: wuzhou
 * date:2017-07-13
 */

.ewb-route {
    margin-left: 10px;
    height: 36px;
    line-height: 36px;
    text-indent: 20px;
    background: url(../images/route_ico.png) left center no-repeat;
}

.ewb-route>a {
    color: #333;
}

.ewb-route>span {
    color: #f4a030;
}


/* 左侧 */

.ewb-left-tt {
    height: 43px;
    line-height: 43px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background-color: #cc0000;
}

.wb-tree-items {
    cursor: pointer;
    margin-top: 5px;
    background-color: #f6f6f6;
}

.wb-tree-tt {
    color: #333;
}

.wb-tree-node,
.wb-tree-sub a {
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    border: 1px solid #dbdbdb;
}

.wb-tree-iconl {
    float: left;
    width: 4px;
    height: 38px;
    margin-top: -1px;
    margin-left: -1px;
    margin-right: 88px;
    background-color: #aaa;
}

.wb-tree-iconr {
    float: right;
    width: 9px;
    height: 6px;
    margin-top: 16px;
    margin-right: 10px;
    background: url(../images/wblistr.png) no-repeat;
}

.wb-tree-sub {
    display: none;
    border: 1px solid #dbdbdb;
    border-top: none;
}

.wb-tree-item>a {
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 12px;
    border: none;
}

.wb-tree-item>a:hover {
    background-color: #fbebeb;
}

.wb-tree-item>a.cur {
    color: #fff;
    background: url(../images/three_ico_hover.png) 94px 50% no-repeat #cc0000;
}

.current .wb-tree-tt {
    color: #cc0000;
}

.current .wb-tree-iconl {
    background-color: #cc0000;
}

.current .wb-tree-iconr {
    background: url(../images/wblistrh.png) no-repeat;
}

.current .wb-tree-sub {
    display: block;
}


/* 右侧 */

.ewb-right-tt {
    height: 41px;
    line-height: 41px;
    text-indent: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #cc0000;
    background: #eeedeb;
    border-top: 2px solid #cc0000;
}

.ewb-notice-items>li {
    padding: 0 10px;
    line-height: 41px;
    height: 41px;
    vertical-align: top;
    border-bottom: 1px dashed #999;
}

.ewb-notice-items>li>a {
    display: block;
    color: #333;
    max-width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-indent: 11px;
    background: url(../images/news_ico.jpg) left center no-repeat;
}

.ewb-ndate {
    color: #333;
}

.ewb-notice-items>li:hover>a,
.ewb-notice-items>li:hover .ewb-ndate {
    color: #cc0000;
}


/* 页码 */

.ewb-page {
    padding: 20px 0;
    text-align: center;
}

.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;
    line-height: 26px;
}

.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: #cc0000;
}

.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;
}