/**!
 * äºŒçº§é¡µ
 * author: fxyue;
 * date:2019-10-28
 */
 
body {
    background: #f7f7f7;
}

.ewb-main {
    margin: 0 -30px;
    background: #fff;
    border-radius: 20px;
    padding: 30px 0 30px;
}

/* å°å± */
@media (max-width:1359px) {
    .ewb-main {
        margin: 0;
    }
}

/* pad */
@media (max-width:979px) {
    .ewb-main {
        min-height: 0;
    }
}

/* æ‰‹æœºç«¯ */
@media (max-width:480px) {
    .ewb-main {
        padding: 20px 0;
    }
}

.ewb-column {
    margin: 0 30px;
}

.ewb-column-hd {
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
    overflow: auto;
}

.ewb-column-node {
    margin-left: -20px;
    font-size: 0;
    white-space: nowrap;
}

.ewb-column-tt {
    display: inline-block;
    vertical-align: middle;
    width: 186px;
    height: 46px;
    border: 1px solid #e5e5e5;
    text-align: center;
    line-height: 44px;
    margin-left: 20px;
    border-radius: 23px;
    font-size: 18px;
    cursor: pointer;
}

.ewb-column-tt>a {
    padding: 0 15px;
    display: block;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ewb-column-tt.cur {
    font-weight: bold;
    background: #df313e;
    border: 1px solid #df313e;
}

.ewb-column-tt.cur a {
    color: #fff;
}

/* æ‰‹æœºç«¯ */
@media (max-width:480px) {
    .ewb-column-hd {
        padding-bottom: 15px;
    }

    .ewb-column {
        margin: 0 20px;
    }

    .ewb-column-node {
        margin-left: -10px;
    }

    .ewb-column-tt {
        font-size: 16px;
        width: 140px;
        height: 36px;
        line-height: 36px;
        margin-left: 10px;
    }
}

/* å…¬å¼€ä¿¡æ¯ */
.ewb-public {
    padding-bottom: 10px;
}


.ewb-menu {
    float: left;
    width: 174px;
    margin-top: 20px;
    background: #fbfbfb;
    min-height: 603px;
}

.ewb-menu-hd {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding-left: 16px;
    height: 57px;
    line-height: 57px;
    background: url("/Template/dynamic/govconsult/css/../images/menu_hd_bg.jpg") right center no-repeat #c20710;
}

.wb-tree {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.wb-tree-items,
.wb-tree-item {
    cursor: pointer;
}

.wb-tree-items {
    margin-top: 1px;
}

.wb-tree-items:first-child {
    margin-top: 0;
}

.wb-tree-tt {
    font-size: 16px;
    color: #fff;
    display: block;
    padding-left: 11px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url("/Template/dynamic/govconsult/css/../images/menu_list.png") left center no-repeat;
}

.wb-tree-node {
    display: block;
    line-height: 42px;
    padding: 0 14px 0 12px;
    background-color: #ff7070;
}

.wb-tree-iconr {
    float: right;
    width: 13px;
    height: 13px;
    margin-top: 15px;
    background: url('/Template/dynamic/govconsult/css/../images/arr_right.png') no-repeat;
    display: none;
}

.wb-tree-items.hasChild .wb-tree-iconr {
    display: block;
}

.wb-tree-sub {
    display: none;
}

.wb-tree-item {
    margin-top: 1px;
}

.wb-sub-node>a {
    display: block;
    height: 34px;
    line-height: 34px;
    padding: 0 10px 0 34px;
    color: #666;
    background: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wb-sub-node>a:hover,
.wb-sub-node>a.accfocus,
.wb-sub-node>a.current {
    color: #e91212;
    background: #fef5f5;
}

.wb-tree-items.current .wb-tree-tt {
    color: #fff;
}

.wb-tree-items.current .wb-tree-node {
    background-color: #e91212;
}

.wb-tree-items.hasChild.current .wb-tree-iconr {
    background-image: url('/Template/dynamic/govconsult/css/../images/arr_up.png');
}

.wb-tree-items.current .wb-tree-sub {
    display: block;
}

/* pad */
@media (max-width:979px) {
    .ewb-menu {
        float: none;
        width: 100%;
        min-height: 0;
    }
}


















/* åˆ—è¡¨ */
.ewb-data {
   /* margin: 20px 0 0 195px;*/
}

.ewb-column-list {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    margin-top: 20px;
}

.ewb-column-list:first-child {
    margin-top: 0;
}

.ewb-column-list span {
    float: right;
    color: #999;
}

.ewb-column-list a {
    display: block;
    margin-right: 120px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 13px;
    background: url("/Template/dynamic/govconsult/css/../images/column_list_img.png") left center no-repeat;
}

.ewb-page {
    margin-top: 30px;
    font-size: 0;
    text-align: center;
}


.pager {
    display: inline-block;
    vertical-align: middle;
}

/* pad */
@media (max-width:979px) {
    .ewb-public {
        padding-bottom: 0;
    }

    .ewb-data {
        margin-left: 0;
    }

    .ewb-column-list {
        margin-top: 5px;
    }

    .ewb-page {
        margin-top: 15px;
    }
}

/* æ‰‹æœºç«¯ */
@media (max-width:767px) {}

/* æ‰‹æœºç«¯ */
@media (max-width:480px) {
    /* .ewb-column {
        margin: 0 20px;
    }

    .ewb-column-node {
        margin-left: -10px;
    }

    .ewb-column-tt {
        font-size: 16px;
        width: 140px;
        height: 36px;
        line-height: 36px;
        margin-left: 10px;
    }

    .ewb-column-hd {
        padding-bottom: 10px;
    }

    .ewb-column-list {
        height: 36px;
        line-height: 36px;
    }

    .ewb-page {
        margin-top: 20px;
    } */
}

/* å…¬å¼€æ ‡å‡† */
/* è¡¨æ ¼ */
.ewb-catalog {
    margin-top: 30px;
}

.ewb-catalog table {
    width: 100%;
    table-layout: fixed;
}

.ewb-catalog>div {
    background: url("/Template/dynamic/govconsult/css/../images/table_thead_bg.jpg") no-repeat;
}

.ewb-catalog td {
    border: 1px solid #eee;
    text-align: center;
}

.table-responsive {
    border: 0;
}

.ewb-catalog thead td {
    height: 50px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.ewb-pink {
    background: #fff7f8;
}

.ewb-catalog tbody td {
    height: 180px;
    padding: 0 5px;
}

.ewb-catalog tbody .ewb-first td {
    height: 38px;
    font-weight: bold;
    padding: 0;
}

.ewb-table-select {
    font-size: 0;
    text-align: center;
}

.ewb-table-select div,
.ewb-table-select span {
    display: inline-block;
    vertical-align: middle;
    line-height: 26px;
    font-size: 14px;
}

.ewb-table-select div {
    margin: 0 10px;
}

.ewb-table-select span {
    margin-left: 5px;
    padding-left: 20px;
    background-position: 0 5px;
    background-repeat: no-repeat;
}

.ewb-detail {
    margin: 0 5px;
    text-align: left;
    line-height: 22px;
}

.ewb-detail-icon>div {
    font-size: 0;
}

.ewb-detail-icon span {
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
    font-size: 14px;
}

.ewb-detail-icon span {
    margin-left: 5px;
    padding-left: 20px;
    background-position: 0 5px;
    background-repeat: no-repeat;
}

.ewb-font {
    font-weight: bold;
    font-size: 16px;
}

.icon1 {
    background-image: url("/Template/dynamic/govconsult/css/../images/table_icon_01.png");
}

.icon2 {
    background-image: url("/Template/dynamic/govconsult/css/../images/table_icon_02.png");
}

.table-responsive>.table>thead>tr>th,
.table-responsive>.table>tbody>tr>th,
.table-responsive>.table>tfoot>tr>th,
.table-responsive>.table>thead>tr>td,
.table-responsive>.table>tbody>tr>td,
.table-responsive>.table>tfoot>tr>td {
    white-space: inherit;
}

/* å°å± */
@media (max-width:1299px) {
    .ewb-catalog thead td {
        font-size: 14px;
    }
}
/* ä¿®æ”¹ */
.ewb-col-hd{
    padding-left: 30px;
}
/* å…¬ç”¨å¤´éƒ¨ å·¦å›¾æ ‡å³æ–‡å­— */
.ewb-col-hd a {
    float: left;
    line-height: 32px;
    font-weight: bold;
    font-size: 24px;
    padding-left: 38px;
    color: #333;
    background-position: left center;
    background-repeat: no-repeat;
}
.ewb-letter-icon {
    background-image: url("/Template/dynamic/govconsult/css/../images/s_interact_tt.png");
}
.ewb-calc-item{
    float: left;
    margin-left: 20px;
    line-height: 30px;
    font-size: 16px;
}
.ewb-calc-item span{
    color: #c20710;
    margin-right: 5px;
}
.ewb-calc ul{
    margin-left: -20px;
}
.ewb-calc{
    margin: 20px 0;
    padding-left: 30px;
}