﻿/**!
 * 嘉兴市行政审批中心-二级
 * author: gaoli;
 * date:2017-12-1
 */


/* 通知公告 */

.ewb-tree {
    margin-right: -8px;
}
.ewb-tree-hd {
    height: 42px;
}
.ewb-tree-tt {
    display: block;
    line-height: 42px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #199fe4;
    cursor: pointer;
}
.ewb-tree-bd {
    height: 613px;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-top: none;
}
.wb-tree-items {
    cursor: pointer;
    border-bottom: 1px solid #ebebeb;
}
.wb-tree-tt {
    color: #333;
}
.wb-tree-node {
    display: block;
    height: 41px;
    line-height: 41px;
    font-size: 15px;
    color: #333;
    text-align: center;
    /*text-indent: 27px;*/
    background-color: #fff;
}
.wb-tree-iconr {
    float: right;
    width: 15px;
    height: 13px;
    margin-top: 16px;
    margin-right: 15px;
    background: url(../images/wblistr.png) no-repeat;
}
.current .wb-tree-tt {
    color: #333;
}
.current .wb-tree-node {
    /*text-indent: 27px;*/
    color: #333;
    border-bottom: 1px solid #ebebeb;
    background-color: #f5f5f5;
}
.current .wb-tree-iconr {
    width: 13px;
    height: 15px;
    background: url(../images/wblistrh.png) no-repeat;
}

/* 主体公示 */

.ewb-con {
    margin-bottom: 4px;
    margin-left: -2px;
    border: 1px solid #dcdcdc;
    background: #fff;
}
.ewb-con-hd {
    height: 40px;
    border-bottom: 1px solid #dcdcdc;
}
.ewb-con-tt {
    display: block;
    font-size: 15px;
    line-height: 40px;
    color: #199fe4;
    padding-left: 20px;
    background: url(../images/notice_bor.jpg) no-repeat 9px center;
}
.ewb-con-bd {
    height: 613px;
}
.wb-data-item {
    padding: 0 0 4px 0;
}
.wb-data-list {
    line-height: 35px;
    margin-left: 14px;
}
.wb-data-infor {
    width: 62%;
}
.wb-data-date {
    width: 150px;
    text-align: center;
    padding-right: 0;
    margin-top: -35px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ewb-con-info {
    padding: 0 26px 15px 0;
    border-bottom: 1px solid #dbdbdb;
}
.ewb-con-info label {
    float: left;
    display: block;
    margin-top: 15px;
}
.ewb-con-div {
    margin-left: 85px;
}
.ewb-con-nm {
    float: left;
    font-size: 13px;
    line-height: 28px;
    margin-left: 15px;
}
.ewb-con-inp {
    width: 288px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #dcdcdc;
    text-indent: 10px;
    outline: 0;
    box-shadow: 1px 1px 0px #e9e9e9 inset;
}
.ewb-con-select {
    float: left;
    width: 102px;
    height: 26px;
}
.ewb-con-col {
    height: 30px;
    line-height: 30px;
    margin-bottom: 3px;
    background: #effaff;
}
.ewb-con-btn {
    float: right;
    width: 76px;
    height: 28px;
    line-height: 26px;
    padding-left: 33px;
    color: #fff;
    margin-top: 15px;
    border: none;
    outline: 0;
    cursor: pointer;
    background: url(../images/web_ser.png) no-repeat 10px center #199fe4;
}
.ewb-con-col span {
    float: right;
    width: 150px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
}
.ewb-con-col span:first-child {
    float: left;
    width: 62%;
}

/* 分页 */

.ewb-page {
    text-align: center;
}
.ewb-page-items {
    margin-top: 9px;
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.ewb-page-li {
    min-width: 34px;
    *width: 34px;
    margin-right: 7px;
    font-size: 12px;
    text-align: center;
    float: left;
}
.ewb-page-li>a,
.ewb-page-li>span {
    display: block;
    color: #808080;
    height: 27px;
    line-height: 27px;
    padding: 0 8px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
}
.ewb-page-li.current>a {
    border: 1px solid #199fe4;
    color: #fff;
    background: #199fe4;
}
.ewb-page-hover {
    min-width: 74px;
    *width: 64px;
}
.ewb-page-hover:hover>a {
    color: #fff;
    background-color: #199fe4;
    border-color: #199fe4;
}

.m-pagination-page {
    float: none;
    display: inline-block;
}

.norecord{
    text-align: center;
    line-height: 24px;
    margin: 200px;
}

/* 平板电脑和小屏电脑之间的分辨率 */

@media (min-width: 768px) and (max-width: 979px) {
    .ewb-tree {
        margin-right: -4px;
    }
    .ewb-con {
        margin-left: 2px;
    }
    .ewb-con-inp {
        width: 188px;
    }
}

/* 横向放置的手机和竖向放置的平板之间的分辨率 */

@media (max-width: 767px) {
    .ewb-tree-hd {
        height: 35px;
    }
    .ewb-tree-tt {
        font-size: 15px;
        line-height: 35px;
    }
    .wb-tree-node {
        height: 34px;
        line-height: 34px;
        font-size: 14px;
    }
    .ewb-tree-bd,
    .ewb-con-bd {
        height: auto;
        padding-bottom: 10px;
    }
    .ewb-con-info label {
        float: none;
    }
    .ewb-con-btn {
        margin-top: 0;
    }
    .ewb-page-items {
        margin-top: 5px;
    }
    .ewb-page-li {
        display: none;
    }
    .ewb-page-hover {
        display: block;
    }
    .wb-data-list {
        line-height: 28px;
    }
    .wb-data-date {
        margin-top: -26px;
    }
    .ewb-tree {
        margin-right: 0;
    }
    .ewb-con {
        margin-left: 0
    }
    .wb-tree-item>a {
        height: 25px;
        line-height: 25px;
    }
    .wb-tree-sub {
        padding: 3px 0 5px 0;
    }
    .wb-tree-sub .wb-tree-item {
        padding-top: 2px;
    }
    .ewb-con-inp {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .wb-data-date,
    .ewb-con-col span {
        width: 100px;
    }
}
