﻿/**!
 * 嘉兴市行政审批中心-二级
 * 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,
.wb-tree-item {
    cursor: pointer;
    border-bottom: 1px solid #ebebeb;
}
.wb-tree-tt {
    color: #333;
}
.wb-tree-node,
.wb-tree-sub a {
    display: block;
    height: 41px;
    line-height: 41px;
    font-size: 15px;
    color: #333;
    text-align: center;
    text-indent: 27px;
    background-color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.wb-tree-iconr {
    float: right;
    width: 15px;
    height: 13px;
    margin-top: 16px;
    margin-right: 15px;
    background: url(../images/wblistr.png) no-repeat;
}
.wb-tree-sub {
    display: none;
    padding: 3px 0 8px 0;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    background-color: #e6e6e6;
}
.wb-tree-item>a {
    font-size: 13px;
    color: #666;
    height: 29px;
    line-height: 29px;
    text-indent: 0;
    border-radius: 25px;
    width: 140px;
    margin: 0 auto;
    background: transparent;
}

.wb-tree-item>a:hover {
    color: #fff;
    background: #199fe4;
}
.wb-tree-sub .wb-tree-item {
    padding-top: 6px;
    border-bottom: none;
}
.wb-tree-item .last {
    margin-bottom: 0;
}
.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;
}
.current .wb-tree-sub {
    display: block;
}

/* 办事指南 */

.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-list {
    line-height: 30px;
}
.wb-data-date {
    margin-top: -35px;
}

/* 分页 */

.ewb-page {
    text-align: center;
}
.ewb-page-items {
    margin-top: 20px;
    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;
}

/* 平板电脑和小屏电脑之间的分辨率 */

@media (min-width: 768px) and (max-width: 979px) {
    .ewb-tree {
        margin-right: -4px;
    }
    .ewb-con {
        margin-left: 2px;
    }
}

/* 横向放置的手机和竖向放置的平板之间的分辨率 */

@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-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-page-li.current{
    border-top: 1px solid #199fe4;
    border-bottom: 1px solid #199fe4;
    color: #fff;
    background: #199fe4;
    height: 27px;
    line-height: 27px;
    border-radius: 2px;
}

.ewb-page-li.ewb-page-hover{
    height: 27px;
    line-height: 27px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
}

.ewb-page-hover>a{
    border: 0px;
}