/**!
 * 信息公开iframe
 * author: wangkai;
 */

body {
	/* width: 709px; */
	background: none;
}

.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-rh-tt1 {
	width: 50%;
}

.ewb-rh-tt2 {
	width: 25%;
}

.ewb-rh-tt3 {
	width: 25%;
}

.ewb-result-bd {
	padding: 12px 20px 0 20px;
	height: 600px;
	border: 1px solid #ebebeb;
}

.ewb-result-node {
	height: 33px;
	line-height: 32px;
	border-bottom: 1px dashed #dbdbdb;
	vertical-align: top;
}

.ewb-result-name {
	position: relative;
	float: left;
	padding-left: 15px;
	width: 50%;
	height: 33px;
	line-height: 32px;
	color: #333;
	background: url('imagesdian.jpg') 6px center no-repeat;
}

.ewb-result-tt {
	display: block;
	width: 100%;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ewb-result-num {
    float: left;
    width: 29%;
    text-align: center;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ewb-result-detail {
	display: none;
	position: absolute;
	left: 0;
	top: 33px;
	width: 100%;
	padding: 12px 20px 9px 20px;
	border: 1px solid #ebebeb;
	background-color: #fff;
	z-index: 999;
}

.ewb-result-detail.up {
	top: auto;
	bottom: 32px;
}

.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-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;
}


/* 分页 */

.ewb-page {
    margin-top: 35px;
    text-align: center;
    height: 26px;
}

.ewb-page-items {
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 80%;
    padding-left: 12%;
}

.ewb-page-li {
    width: 8%;
    *width: 36px;
    margin-right: 4px;
    text-align: center;
    float: left;
	height: 24px;
	line-height: 24px;
    border: 1px solid #dfdfdf;
    overflow: hidden;
}

.ewb-page-li>a {
    display: block;
    color: #555;
    height: 24px;
    line-height: 24px;
    /* padding: 0 8px; */
    background-color: #fff;
    overflow: hidden;
}

.ewb-page-li>a:hover {
	background-color: #999;'
}
.ewb-page-li.current{
	background-color: #999;'
}

.ewb-page-li.current>a {
    border: 0;
    height: 26px;
    line-height: 26px;
    font-weight: bold;
    background: none;
}

.ewb-page-noborder{
	border: 0;
}

.ewb-page-li.ewb-page-noborder>span {
    display: block;
    height: 26px;
    line-height: 26px;
    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: 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-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;
    color: #555;
}

   .ewb-infopub-date{
    	width: 15%;
    	display: block;
	    white-space: nowrap;
	    text-align: center;
	    text-overflow: ellipsis;
	    overflow: hidden;
    }

/* phone */

@media (max-width: 767px) {
    .ewb-page {
        text-align: center;
    }
    .ewb-infopub-date{
    	width: 15%;
    	display: block;
	    white-space: nowrap;
	    text-align: center;
	    text-overflow: ellipsis;
	    overflow: hidden;
    }
 
}

@media (max-width: 480px) {
    .ewb-page {
        font-size: 12px;
    }
    .ewb-page-li {
      width: 17%;
       display: none;
    }
    .ewb-page-hover{
       display:block;
    }    
     .ewb-page-li.current {
        display: block;
    } 
    .ewb-page-items { 
    padding-left:0px;
    }
}