/**!
 * 信息公开
 * author: wangkai;
 */

/* main */


/* phone */

@media (max-width: 767px) {
    .ewb-main-info {
        padding: 0 5px;
    }
}


/* 位置 */

.ewb-route {
    padding: 17px 0 15px;
    line-height: 26px;
    padding-left: 28px;
    color: #666;
    background: url("imagesroute_ico.png") left center no-repeat;
}

.ewb-route>a {
    color: #666;
}

.ewb-route-last {
    color: red;
}

/* 左侧 */

.ewb-menu-hd {
    height: 39px;
    line-height: 39px;
    text-align: center;
    background-color: #015293;
}

.ewb-menu-tt {
    display: inline-block;
    padding-left: 41px;
    font-size: 16px;
    color: #fff;
    vertical-align: top;
    background: url('imageslm_ico1.png') left center no-repeat;
}

.ewb-menu-bd {
    height: 671px;
    background-color: #f3f3f3;
    overflow: hidden;
}

#content {
    padding: 10px 0 10px 10px;
    height: 651px;
}

.ztree {
    padding: 0;
    margin-bottom: 20px;
}

.ztree * {
    font-size: 12px;
}

@media (max-width: 767px) {
    .ewb-menu-bd,
    #content {
        height: auto !important;
        overflow-x: auto !important;
    }
    .ztree {
        margin-bottom: 0;
    }
}

/* 右侧 */

.ewb-pl20 {
    padding-left: 20px;
}

/* 查询 */

.ewb-query {
    padding-bottom: 6px;
    border: 1px solid #ebebeb;
    background-color: #e9f5ff;
}

.ewb-query-tt {
    float: left;
    margin: 7px 0 0 12px;
    padding-left: 25px;
    height: 31px;
    line-height: 30px;
    font-weight: bold;
    color: #015293;
    background: url('imagesquery_ico1.png') left center no-repeat;
}

.ewb-query-txt {
    float: left;
    margin: 7px 0 0 12px;
    padding-left: 14px;
    width: 229px;
    height: 29px;
    line-height: 28px;
    border: 1px solid #e1e1e1;
    background-color: #fff;
}

.ewb-range {
    float: left;
    margin-top: 7px;
    width: 78px;
    height: 31px;
    line-height: 30px;
    text-align: center;
}

.ewb-range-sel {
    float: left;
    margin-top: 7px;
    padding-left: 10px;
    width: 135px;
    height: 31px;
    line-height: 30px;
    border: 1px solid #e1e1e1;
}

.ewb-query-btn {
    float: left;
    margin: 7px 0 0 15px;
    width: 80px;
    height: 31px;
    border: 0;
    cursor: pointer;
    color: #fff;
    background-color: #5ba9e7;
}

@media (min-width: 768px) and (max-width: 979px) {
    .ewb-query-txt {
        width: 380px;
    }
    .ewb-range {
        margin-left: 55px;
    }
    .ewb-range-sel {
        width: 301px;
    }
}

@media (max-width: 767px) {
    .ewb-query {
        padding: 10px 10px;
    }
    .ewb-query-tt {
        float: none;
        display: block;
        margin: 0;
    }
    .ewb-query-txt {
        float: none;
        display: block;
        width: 100%;
        padding-left: 0;
        border: 0;
        text-indent: 14px;
        margin: 0;
    }
    .ewb-range {
        width: 20%;
    }
    .ewb-range-sel {
        float: right;
        width: 76%;
    }
    .ewb-query-btn {
        margin-left: 0;
        width: 100%;
    }
}

.ewb-query-result {
    display: none;
    margin-top: 15px;
    /* width: 711px; */
    /* height: 650px; */
    /* background-color: #fff; */
    overflow-x: auto;
}

.ewb-query-result iframe {
    width: 100%;
    height: 649px;
    border: 0;
}

/* phone */

@media (max-width: 767px) {
    .ewb-pl20 {
        margin-top: 20px;
        padding-left: 0;
    }
}

/* 信息公开 */

.ewb-cm-hd {
    margin-top: 15px;
    height: 35px;
    background-color: #f4f4f4;
}

.ewb-cm-tt {
    float: left;
    margin-left: 16px;
    padding-left: 16px;
    height: 35px;
    line-height: 34px;
    font-size: 16px;
    color: #015293;
    background: url('imagestt_ico.jpg') left center no-repeat;
}

.ewb-catalog {
    padding: 10px 10px;
    border: 1px solid #ebebeb;
    background-color: #fff;
}

.ewb-catalog-table {
    overflow-x: auto;
}

.ewb-catalog table {
    width: 688px;
    table-layout: fixed;
}

.ewb-catalog table td {
    height: 33px;
    border: 1px solid #d9e9f7;
}

.ewb-catalog-table  li {
    float: left;
    border: 0.5px solid #d9e9f7;
}



.ewb-catalog-name {
    float: left;
    margin-left: 12px;
    padding-left: 10px;
    width: 110px;
    height: 31px;
    line-height: 30px;
    color: #333;
    background: url('imagesdian.jpg') left center no-repeat;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ewb-catalog-links {
    float: right;
    width: 205px;
    height: 31px;
    line-height: 30px;
}

.ewb-catalog-links a {
    float: left;
    color: #437ba7;
}

.ewb-catalog-links i {
    float: left;
    margin: 8px 6px 0 6px;
    width: 2px;
    height: 15px;
    background: url('imagescatalog_sx.jpg') no-repeat;
}


.mini-tree-nodetext {
	overflow: hidden !important;
    text-overflow: ellipsis;
    width: 150px;
}

.ewb-result-hd {
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #f4f4f4;
}

.ewb-result-hd span {
    float: left;
    font-size: 16px;
    color: #015293;
}


.ewb-result-hd span {
    float: left;
    font-size: 16px;
    color: #015293;
}


.ewb-result-hd span {
    float: left;
    font-size: 16px;
    color: #015293;
}


.ewb-page {
    margin-top: 15px;
    text-align: center;
    height: 26px;
}

.ewb-page-items {
    text-align: center;
    display: inline-block;
    zoom: 1;
}

.ewb-result-node {
    height: 33px;
    line-height: 32px;
    border-bottom: 1px dashed #dbdbdb;
    vertical-align: top;
}



.ewb-result-tt {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ewb-result-detail {
    display: none;
    position: absolute;
    left: 0;
    top: 33px;
    width: 503px;
    padding: 12px 20px 9px 20px;
    border: 1px solid #ebebeb;
    background-color: #fff;
    z-index: 999;
}

.ewb-result-detail li {
    height: 24px;
    line-height: 23px;
    vertical-align: top;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ewb-result-detail li label.ls {
    letter-spacing: 1px;
}

.ewb-result-num {
    float: left;
    width: 210px;
    text-align: center;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


#govsearch{
	  font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #333;
}
	
.ewb-result-name:hover {
	background: url('imagesdian_cur.jpg') 6px center no-repeat;
	z-index: 999;
}

.ewb-result-name:hover .ewb-result-tt {
	color: #015293;
}

.ewb-result-name:hover .ewb-result-detail {
	display: block;
}


