﻿/**!
 * 许昌市安全生产监督管理局许昌市安全生产监督管理局-二级
 * author: lucw;
 * date:2017-07-21
 */


/* 导航信息 */
.ewb-loca{
    padding-left: 23px;
    height: 33px;
    line-height: 33px;
    font-size: 15px;
    background: url(../images/loca.png) 5px center no-repeat;
}

.ewb-loca a{
    color: #333;
    cursor: pointer;
}

.ewb-loca .ewb-cur{
    color: #ff0000;
}

.ewb-loca-way{
    font-weight: bold;
}

/* panel */
.ewb-panel-hd{
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    background-color: #279fd9;
}

.ewb-panel-tt{
    color: #fff;
}

.ewb-panel-bd{
    height: 744px;
    border: 1px solid #e5e5e5;
    border-top: 0;
    overflow: hidden;
    background: url(../images/subbg.jpg) center bottom no-repeat #fff;
}

/* 垂直菜单 */
.wb-tree{
    padding: 15px;
    padding-bottom: 0;
}

.wb-tree-items,
.wb-tree-item {
    cursor: pointer;
    margin-bottom: 12px;
}

.wb-tree-item{
    margin-bottom: 3px;
}

.wb-tree-tt {
    color: #2885cc;
}

.wb-tree-node,
.wb-tree-sub a {
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    color: #333;
    font-weight: bold;
    padding-left: 20px;
    background-color: #e6f4ff;
}

.wb-tree-sub a{
    font-weight: normal;
}

.wb-tree-iconr {
    float: right;
    width: 15px;
    height: 13px;
    margin-top: 11px;
    margin-right: 15px;
    background: url(../images/wblistr.png) no-repeat;
}

.wb-tree-sub {
    display: none;
}

.wb-tree-item>a {
    font-size: 15px;
    background-color: #f0f0f0;
}

.wb-tree-item>a:hover{
    background-color: #ffecc2;
}

.wb-tree-item .last {
    margin-bottom: 0;
}

.current .wb-tree-tt {
    color: #fff;
}

.current .wb-tree-node {
    margin-bottom: 3px;
    background-color: #ff8428;
}

.current .wb-tree-iconr {
    width: 13px;
    height: 15px;
    background: url(../images/wblistrh.png) no-repeat;
}

.current .wb-tree-sub {
    display: block;
}

/* colu */
.ewb-colu-wp{
    border-top: 2px solid #ff6d00;
}

.ewb-colu{
    border: 1px solid #e6e6e6;
    border-top: 0;
    background-color: #fff;
    overflow: hidden;
}

.ewb-colu-hd{
    height: 38px;
    line-height: 38px;
    padding-left: 30px;
}

.ewb-colu-tt{
    font-weight: bold;
    font-size: 18px;
    color: #ff6d00;
}

.ewb-colu-bd{
    height: 744px;
    overflow: hidden;
}

.ewb-colu .wb-data-infor{
    margin-right: 120px;
}

.ewb-colu .wb-data-list{
    line-height: 32px;
}

.ewb-colu .wb-data-date{
    margin-top: -32px;
}

/* 分页 */
.ewb-page {
    text-align: center;
}

.ewb-page-items {
    margin-top: 17px;
    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:25px;
}

.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: #ff0000;
    height: 28px;
    line-height: 28px;
    font-weight: bold;
}

.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;
}

.wb-tree-tt{  
    width: 180px;  
    overflow: hidden;  
    display: block;  
    text-overflow: ellipsis;  
    white-space: nowrap;  
    cursor: pointer;  
} 