﻿/**!
 * 信息公开列表(常规)
 * author: wangkai;
 * date:2019-03-31
 */

 .ewb-main {
    min-height: 834px;
    background: url('../images/sub_bg.jpg') left bottom no-repeat #fff;
}

/* 竖版pad */

@media (max-width: 979px) {
    .ewb-main {
        background: #fff;
    }
}

/* 左侧 */

.ewb-left {
    margin: -1px 5px 0 23px;
}

.ewb-menu-node {
    margin-top: 10px;
    vertical-align: top;
}

.ewb-menu-node:first-child {
    margin-top: 0;
}

.ewb-menu-name {
    display: block;
    height: 44px;
    line-height: 43px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #0c5baa;
}

.ewb-catalog {
    margin-top: 10px;
}

.ewb-catalog-hd {
    height: 60px;
    line-height: 59px;
    text-align: center;
    background-color: #0c5baa;
}

.ewb-catalog-hd span {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.wb-tree {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.wb-tree-items {
    border-top: 2px solid #fff;
}

/*.wb-tree-items:first-child {
    border-top: 0;
}*/

.wb-tree-items,
.wb-tree-item {
    cursor: pointer;
}

.wb-tree-tt {
    font-size: 16px;
    color: #085dce;
}

.wb-tree-node {
    position: relative;
    display: block;
    padding-left: 54px;
    height: 57px;
    line-height: 57px;
    color: #666;
    background-color: #f0f5fd;
    background-position: 10px center;
    background-repeat: no-repeat;
}

.wb-tree-node.icon1 {
    background-image: url('../images/catalog_icon1.png');
}

.wb-tree-node.icon2 {
    background-image: url('../images/catalog_icon2.png');
}

.wb-tree-node.icon3 {
    background-image: url('../images/catalog_icon3.png');
}

.wb-tree-node.icon4 {
    background-image: url('../images/catalog_icon4.png');
}

.wb-tree-node.icon5 {
    background-image: url('../images/catalog_icon5.png');
}

.wb-tree-iconr {
    float: right;
    margin: 22px 17px 0 0;
    width: 8px;
    height: 14px;
    background: url('../images/wblistr.png') no-repeat;
}

.wb-tree-sub {
    display: none;
    background-color: #fff;
}

.wb-tree-item {
    position: relative;
    border-top: 1px dashed #e6e6e6;
}

.wb-tree-item:first-child {
    border-top: 0;
}

.wb-sub-tt {
    display: block;
    height: 34px;
    line-height: 33px;
    padding-left: 69px;
    font-size: 16px;
    color: #333;
    background: url('../images/listimg.jpg') 54px center no-repeat;
}

.wb-sub-tt:hover,
.wb-sub-tt.current {
    color: #fa9114;
    background-image: url('../images/listimgh.jpg');
}

.current .wb-tree-sub {
    display: block;
}

.current .wb-tree-tt {
    font-weight: bold;
    color: #fa9114;
}

.current .wb-tree-iconr {
    margin: 25px 14px 0 0;
    width: 14px;
    height: 8px;
    background-image: url('../images/wblistrh1.png');
}


.current .wb-tree-node.icon1 {
    background-image: url('../images/catalog_icon1_h.png');
}

.current .wb-tree-node.icon2 {
    background-image: url('../images/catalog_icon2_h.png');
}

.current .wb-tree-node.icon3 {
    background-image: url('../images/catalog_icon3_h.png');
}

.current .wb-tree-node.icon4 {
    background-image: url('../images/catalog_icon4_h.png');
}

.current .wb-tree-node.icon5 {
    background-image: url('../images/catalog_icon5_h.png');
}

/* 弹出框 */

.wb-tree-drop {
    display: none;
    position: absolute;
    z-index: 200;
    top: 0;
    left: 100%;
    width: 244px;
    max-height: 360px;
    padding: 4px 0;
    background-color: #eee;
    overflow-y: auto;
    overflow-x: hidden;
}

.wb-tree-item:hover .wb-tree-drop {
    display: block;
}

.wb-td-item {
    padding: 0 7px;
}

.wb-td-node {
    height: 36px;
    line-height: 36px;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}

.wb-td-iconr {
    float: left;
    margin: 13px 12px 0 17px;
    width: 10px;
    height: 10px;
    background: url('../images/tdiconr.png');
}

.wb-td-item.hasChild .wb-td-iconr {
    background-image: url('../images/tdiconrc.png');
}

.wb-td-item.hasChild.current .wb-td-iconr {
    background: url('../images/tdiconr.png');
}

.wb-td-tt {
    color: #333;
}

.wb-td-tt:hover {
    color: #23527c;
}

.wb-td-subs {
    display: none;
}

.wb-td-list {
    padding: 4px 0;
}

.wb-td-list li {
    vertical-align: top;
}

.wb-td-list li a {
    display: block;
    padding-left: 55px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wb-td-list li a:hover {
    background-color: #fff;
}

.wb-td-item.current .wb-td-subs {
    display: block;
}

/* 1099分辨率及以下 */

@media (max-width: 1099px) {
    .ewb-catalog-hd span {
        font-size: 18px;
    }
    .wb-sub-tt {
        font-size: 14px;
    }
}

/* 竖版pad */

@media (max-width: 979px) {
    .ewb-left {
        margin: 0 10px;
    }
    .wb-tree-drop {
        display: none !important;
    }
}

/* 右侧 */

.ewb-right {
    padding-top: 13px;
    margin: 0 23px 0 8px;
}

.ewb-column-hd {
    height: 40px;
    background: url('../images/column_bg.png') right center no-repeat;
}

.ewb-column-tt {
    float: left;
    padding-left: 37px;
    padding-right: 10px;
    height: 40px;
    line-height: 39px;
    font-size: 18px;
    font-weight: bold;
    color: #0965c8;
    background: url('../images/column_icon1.png') left 11px no-repeat #fff;
}

.table-responsive {
    margin-top: 12px;
    margin-bottom: 0;
    border: 0;
}

.ewb-info-table {
    width: 100%;
    table-layout: fixed;
}

.ewb-info-table th {
    height: 28px;
    text-align: center;
    font-size: 16px;
    background-color: #f5f5f5;
}

.ewb-wd1 {
    width: 60%;
}
.ewb-wd2 {
    width: 18%;
}
.ewb-wd3 {
    width: 22%;
}


.ewb-wd-s1 {
    width: 35%;
}
.ewb-wd-s2 {
    width: 15%;
}
.ewb-wd-s3 {
    width: 10%;
}
.ewb-wd-s4 {
    width: 5%;
}


.ewb-info-table td {
    text-align: center;
    height: 43px;
    border-top: 1px dashed #e2e2e2;
    color: #666666;
}

.ewb-info-table tr:first-child td {
    border-top: 0;
}

.ewb-info-tt {
    display: block;
    padding-left: 15px;
    text-align: left;
    color: #333;
    background: url('../images/listimg.jpg') 1px center no-repeat;
}

.ewb-read {
    display: block;
    margin: 0 auto;
    width: 104px;
    height: 28px;
    line-height: 27px;
    text-align: center;
    color: #085dce;
    border-radius: 4px;
    background-color: #e1eaf9;
}

.ewb-info-table tr:hover td,
.ewb-info-table tr:hover td .ewb-info-tt {
    color: #075cd3;
}

.ewb-read:hover {
    color: #fff;
    background-color: #0d7ddc;
}

/*分页*/

.ewb-page {
    vertical-align: top;
    margin-top: 10px;
    padding-bottom: 20px;
    text-align: center;
}

.ewb-page-items {
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.ewb-page-li {
    min-width: 26px;
    *width: 36px;
    margin-right: 4px;
    text-align: center;
    float: left;
}

.ewb-page-li>a {
    display: block;
    color: #666;
    height: 26px;
    line-height: 25px;
    padding: 0 8px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #fff;
}

.ewb-page-li>a:hover {
    border: 1px solid #085dce;
}

.ewb-page-li.current>a {
    height: 26px;
    line-height: 25px;
    color: #fff;
    border: 1px solid #085dce;
    background-color: #085dce;
}

.ewb-page-li.ewb-page-noborder>span {
    display: block;
    height: 26px;
    line-height: 25px;
    padding: 0 10px;
    border: 0;
    color: #666;
}

.ewb-page-num {
    *width: 60px;
}

.ewb-page-li.ewb-page-num>span {
    padding: 0 5px;
    font-weight: bold;
}

.ewb-page-input {
    width: 38px;
    height: 26px;
    text-align: center;
    border: 1px solid #ddd;
    line-height: 25px;
    color: #666;
    outline: none;
    vertical-align: top;
    *margin-top: -1px;
}

.ewb-page-hover {
    *width: 62px;
}

.ewb-page-go {
    margin-left: 2px;
}

.ewb-page-hover:hover>a,
.ewb-page-go:hover>a {
    color: #fff;
    background-color: #085dce;
    border-color: #085dce;
}

.ewb-page-go>a {
    font-size: 12px;
    padding: 0 6px;
}

.ewb-page-goto {
    margin-right: 0;
    *width: 38px;
}

.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 10px;
    color: #666;
}

/* 竖版pad */

@media (max-width: 979px) {
    .ewb-right {
        margin: 0 10px;
    }
}

/* 手机端 */

@media (max-width: 767px) {
    .ewb-wd1 {
        width: auto;
    }
    .ewb-wd2 {
        width: 22%;
    }
    .ewb-wd3 {
        width: 30%;
    }
}

@media (max-width: 480px) {
    .ewb-info-table {
        width: 480px;
    }
}