/**!
 * 德安县人民政府-首页
 * author: gaoli;
 * date:2018-06-19
 */

.ewb-web {
    margin-bottom: 22px;
    background: #fff;
}
.ewb-web-bd {
    padding: 0 36px 30px 36px;
    margin-bottom: 22px;
}
.ewb-pager {
    float: right;
}
.ewb-pager>span {
    float: left;
    line-height: 48px;
}

/* chosen */

.ewb-select-div {
    float: left;
    margin: 10px 21px 0 0;
}
.ewb-select-item {
    width: 158px;
    height: 28px;
}
.chzn-container-single .chzn-single {
    height: 26px;
    line-height: 26px;
    border: 1px solid #d8e3e8;
    border-radius: 0;
    text-indent: 13px;
    font-size: 14px;
}
.chzn-container .chzn-results li {
    text-indent: 6px;
    line-height: 100%;
}
.chzn-container-active .chzn-drop {
    border-color: #d8e3e8;
}
.chzn-container-single .chzn-single span {
    width: 100%;
}
.chzn-container-single .chzn-single div {
    width: 32px;
}
.chzn-container-single .chzn-single div b {
    background-image: url(../images/down_icon.png);
}
.chzn-container-active .chzn-single-with-drop div b {
    background-image: url(../images/up_icon.png);
}

/* page */

.ewb-page-bd {
    padding: 16px 20px 40px 20px;
}
.ewb-page-hd li {
    float: left;
    width:10%;
    margin-bottom: 10px;
    text-align: center;
}
.ewb-page-hd li a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #333;
    border-radius: 2px;
    background: #d8e3e8;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* modify */
    margin: 0 5px;
}
.ewb-page-hd li:first-child {
    margin-left: 0;
}
/* 修改 */
.ewb-page-hd li.current a {
    color: #fff;
    background: #e12727;
}
.wb-data-item {
    padding: 3px 0 0 0;
}
.wb-data-list {
    line-height: 40px;
}
.wb-data-date {
    margin-top: -40px;
}
.ewb-pager-bd {
    height: 553px;
}

/* 分页 */

.ewb-page {
    margin-top: 6px;
}
.ewb-page-items {
    float: left;
    text-align: center;
}
.ewb-page-li {
    min-width: 32px;
    margin-right: 4px;
    text-align: center;
    float: left;
    /* 修改 */
    line-height: 22px;
}
.ewb-page-li>a {
    display: block;
    color: #666;
    height: 22px;
    line-height: 22px;
    padding: 0 9px;
    border: 1px solid #e1e3e6;
    border-radius: 2px;
}
.ewb-page-li.current>a {
    color: #1b67e5;
}
.ewb-page-li.ewb-page-goto>span {
    display: block;
    height: 24px;
    line-height: 24px;
}
.ewb-page-goto {
    line-height: 24px;
    height: 24px;
    /* 修改 */
    margin: 0 10px 0 10px;
}
.ewb-page-li.ewb-page-goto>span {
    padding: 0 6px 0 0;
    text-align: right;
}
.ewb-page-goto select {
    width: 62px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #e1e3e6;
    outline: 0;
}
.ewb-page-r {
    float: right;
    line-height: 24px;
}
.ewb-page-r span {
    color: #1b67e5;
}
@media (min-width: 768px) and (max-width: 979px) {
    .ewb-page-hd li{
       width:70px;
    }
      .ewb-page-hd li a{
        font-size: 14px;
        height: 35px;
        line-height: 35px;
      }
}
@media (max-width: 767px) {
    .ewb-page-hd li {
        width: 25%;
        margin-left: 0;
        text-align: center;
    }
    .ewb-page-hd li a {
        padding: 0;
        height: 32px;
        line-height: 32px;
        font-size: 14px;
        margin: 10px 5px 0 5px;
    }
    .ewb-page-bd {
        padding: 5px 10px 12px 10px;
    }
    .ewb-web {
        margin-bottom: 15px;
    }
    .wb-data-list{
        line-height: 28px;
    }
    .wb-data-date{
        margin-top: -28px;
    }
    .ewb-pager-bd{
        height: auto;
    }
    .ewb-page{
        text-align: center;
    }
    .ewb-page-items{
        float: none;
        display: inline-block;
    }
}
@media (max-width: 480px) {
    .ewb-page-hd li a{
        height: 28px;
        line-height: 28px;
        margin-top: 5px;
        /* 修改 */
        overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
    }
    .ewb-select-div{
        margin-right: 0
    }
    .ewb-select-item{
        width:120px;
    }
}

/* 新增 */
.wb-taript {
	width: 38px;
    height: 22px;
    text-align: center;
    border: 1px solid #dfdfdf;
    line-height: 22px;
    color: #666;
    outline: none;
    vertical-align: top;
    border-radius: 2px;
}