/**!
 * 静安-信息公开三级页面公共样式
 * author: huangcong
 * date:2020-07-20
 */


 body{
     background: #fff url(https:/www.jingan.gov.cn/info/images/second_bg.jpg) no-repeat center top;
 }

.main {
    /* margin-top: 10px; */
    /* background: #fff; */
    padding-bottom: 10px;
    min-height: 650px;
    /* width: 1200px; */
}
.main {
    font-size: 16px;
}
.now {
        font-size: 16px;
    border-top: 2px solid #1764CE;
    background: #fbfbfb;
    background: linear-gradient(to top, #fbfbfb, #f5f5f5);
    background: -webkit-linear-gradient(bottom, #fbfbfb, #f5f5f5);
    background: -o-linear-gradient(top, #fbfbfb, #f5f5f5);
    background: -moz-linear-gradient(bottom, #fbfbfb, #f5f5f5);
}

.now p {
    height: 45px;
    /* border: 1px solid #e1e1e1; */
    border-top: 0;
    /* padding-left: 54px; */
    /* background: url(https:/www.jingan.gov.cn/general/images/icon-new.png) 30px 14px no-repeat; */
    background-size:17px 17px;
    font-size: 14px;
    line-height: 45px;
}

.now p *{
     font-size: 16px;
}

.now p .currentPosition {
    color: #333;
}

.now p .currentPositionLast {color: #1764CE!important;}

/* 左侧下拉 */

.mt10{
    margin-top: 10px;
}

.collect-l {
    border: 1px solid #c2c1c1;
    background: url(https:/www.jingan.gov.cn/info/images/menu_bg.jpg) no-repeat center bottom;
    background: #fff;
    height: calc(100% - 10px);
}

.collect-title {
    position: relative;
    height: 57px;
    line-height: 57px;
    padding-left: 77px;
    color: #fff;
    font-size: 22px;
    background: #1764CE url(https:/www.jingan.gov.cn/info/images/collect_icon.png) no-repeat 33px center;
}

.collect-title:after {
    content: " ";
    position: absolute;
    left: 16px;
    bottom: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #1764CE transparent transparent transparent;
}

.wb-tree-tt {
    color: #333;
}

.wb-tree-node{
    display: block;
    height: 46px;
    line-height: 46px;
    padding-left: 28px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px solid #dadada;
}

.wb-tree-items.hasChild .wb-tree-node{
    padding-left: 58px;
}

.wb-tree-iconr {
    position:relative;
    z-index:9999;
    float: right;
    width: 10px;
    height: 10px;
    margin-top: 19px;
    margin-right: 12px;
    background: url(https:/www.jingan.gov.cn/info/images/weblist.png) no-repeat;
}

.wb-tree-sub {
    display: none;
}

.wb-tree-item {
    min-height: 40px;
    display: table;
    width: 100%;
    line-height: 24px;
    border-bottom: 1px solid #dadada;
    background: url(https:/www.jingan.gov.cn/info/images/left.png) no-repeat 40px center;
}

.wb-tree-item>a {
    display: table-cell;
    padding-left: 64px;
    color: #333;
    font-size: 16px;
    padding: 1px 0 1px 64px;
    vertical-align: middle
}

.wb-tree-item>a span{
    display: block;
    max-height: 72px;
    overflow: hidden;
}


.wb-tree-sub .wb-tree-item:first-child {
    background-image: url(https:/www.jingan.gov.cn/info/images/top_left.png);
}

.wb-tree-sub .wb-tree-item:last-child {
    background-image: url(https:/www.jingan.gov.cn/info/images/bom_left.png);
}

.wb-tree-item>a:active,
.wb-tree-item>a.cur {
    color: #1764CE;
}
.wb-tree-tt:active,
.wb-tree-tt.cur {
    color: #1764CE;
}
.current .wb-tree-sub {
    display: block;
}

.consult {
    padding: 0 24px;
    border: 1px solid #dcdcdc;
}

.consult>p {
    line-height: 62px;
    padding-bottom: 5px;
}

/* 依申请公开 */

.apply{
    /* margin-top: 10px; */
    /* border-top: 1px solid #c2c1c1; */
}

.apply-hd{
    /* width: calc(100% + 32px); */
    /* margin-left: -16px; */
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #fc6600;
    text-align: center;
    font-weight: bold;
    /* background: #efefef; */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff!important;
    background: linear-gradient(90deg, #1764CE 0%, #3A85ED 100%);
}

.apply-bd{
    padding: 5px 0 10px 0;
}

.apply-item{
    margin-top: 12px;
}

.apply-item:first-child{
    margin-top: 0;
}

.apply-item a{
    display: block;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    font-size: 16px;
    text-align: center;
    /* border: 1px solid #dbdbdb; */
    color: #696969;
    background: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #F6F7F9;
    /* border-radius: 4px; */
}

.apply-tip{
    /* width: calc(100% + 32px); */
    /* margin-left: -16px; */
    /* padding-top: 2px; */
    line-height:36px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff!important;
    background: linear-gradient(90deg, #1764CE 0%, #3A85ED 100%);
    margin-top:20px;
    height:36px;
    margin-bottom:10px;
}

.apply-btn{
    display: block;
    width: 52px;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #1764ce;
    margin: 0 auto;
}

.want-link{
    border-top: 1px solid #c2c1c1;
    border-bottom: 1px solid #c2c1c1;
}

.want-link img{
    vertical-align: top;
    width: 100%;
}

.organ-hd{
    height: 30px;
    background: #efefef;
}

.organ-hd .hdl{
    float: left;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #333;
    text-align: center;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wt33{
    width: 33%;
}

.wt30{
    width: 30%;
}

.wt37{
    width: 37%;
}

.organ-hd .hdl.active{
    border-color: #1764ce;
    font-weight: bold;
    color: #1764ce;
}

.organ-bd{
    /* height: 528px; */
}

.organ-bd *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.organ-item{
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    vertical-align: top;
    position: relative;
    padding: 0 6px;
}

.organ-info {
    position: absolute;
    white-space: nowrap;
    padding: 0 5px;
    min-height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #898989;
    top: 19px;
    left: 85px;
    background: #fff;
    z-index: 333;
    display: none;
}

.organ-item:hover .organ-info,.organ-item.accfocus .organ-info{
    display: block;
}

.organ-item p{
    max-width: 100%;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.organ-area{
    padding-right: 20px;
    /* background: url(https:/www.jingan.gov.cn/info/images/area_icon.png) right center no-repeat; */
}

/* 右侧 */

.collect-r {
    border: 1px solid #cecdcd;
    padding-bottom: 10px;
    background: #fff;
    height: calc(100% - 10px);
    /* box-sizing: border-box; */
}


.info-title{
    height: 46px;
    line-height: 46px;
    border-bottom: 2px solid #1764CE;
    background: #efefef;
    padding-left: 11px;
}
/* http://10.210.225.227/newwz/images/icon_search.png */
.info-title h3{
    padding-left: 29px;
    color: #1764CE;
    font-size: 20px;
    background: url(https:/www.jingan.gov.cn/newwz/images/icon_search.png) left center no-repeat;
}

.info-search{
    padding: 0 0 11px 13px;
}

.info-search *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.input-mod{
    float: left;
    width: 282px;
    margin-left: 10px;
    margin-top: 10px;
}

.input-time{
    width: 141px;
}

.input-mod input{
    width: 100%;
    border: 1px solid #a9a9a9;
    height: 36px;
    line-height: 36px;
    background: #fff;
    text-indent: 10px;
    font-size: 16px;
}

.input-time input{
    background: url(https:/www.jingan.gov.cn/info/images/time_icon-new.png) right 6px center no-repeat #fff;
    background-size:17px 17px;
}

.input-mod input::placeholder{
    color:#999;
}

.search-btn{
    margin-top: 10px;
    float: left;
}

.search-btn a{
    float: left;
    width: 68px;
    height: 36px;
    line-height: 34px;
    font-size: 16px;
    text-align: center;
    margin-left: 10px;
    border-radius: 4px;
}

a.btn1{
    background: #1764CE;
    color: #ffffff;
}

a.btn2{
    background: #1764CE;
    color: #fff;
}
.search-btn a:hover {
    color:#fff!important;
}

/* pad */

@media(max-width:979px){
    .collect-title{
        padding-left: 64px;
    }

    .input-mod{
        width: 550px;
    }

    .input-time{
        width: 192px;
    }
}

/* phone */
@media (max-width:767px) {
    .wb-tree-node {
        padding-left:10px;
    }
    .wb-tree-items.hasChild .wb-tree-node {
        padding-left:25px;
    }
    .apply-tip,.apply-hd {
        font-size:12px;
    }
    .apply-btn {
        font-size:10px;
    }
    .container{
        padding:0 !important;
    }
    .row{
        /* display:block; */
        width:100%;
    }
    .row>div:first-child {
        width: 140px;
    }
    .now p {
        height: auto !important;
        flex-wrap:wrap;
    }
    
    .collect-l {
        height: auto;
        padding-bottom: 10px;
        background: none;
    }

    .organ-bd{
        height: auto;
        padding-bottom: 10px;
    }

    /* 右侧 */

    .collect-r{
        height: auto;
    }

    .info-search{
        padding: 0 5px 10px 5px;
    }

    .input-mod{
        width: 100%;
        margin: 5px 0 0 0;
    }

    .search-btn{
        width: 100%;
        text-align: center;
    }

    .search-btn a{
        display: inline-block;
        vertical-align: top;
        float: none;
    }
    table{
        width:100% !important;
    }

    tr,td{
        padding:0 !important;
    }
    .collect-title {
    background: #1764CE url(https:/www.jingan.gov.cn/info/images/collect_icon.png) no-repeat 10px center!important;
        background-size:16px 16px!important;
        padding-left:30px!important;
}
}
/* 1124 */
.wb-tree-node1,
.wb-tree-node2,
.wb-tree-node3 {
    line-height: 19px;
    padding: 10px 0 10px 60px;
    border-bottom: 1px solid #dadada;
    background: url(https:/www.jingan.gov.cn/info/images/left.png) 27px center no-repeat;
}

.wb-tree-node2 {
    padding-left: 70px;
    background-position: 37px center;
}

.wb-tree-node3 {
    padding-left: 80px;
    background-position: 47px center;
}

.wb-tree-item.current .wb-tree-ss,
.wb-tree-ii.current .wb-tree-kk{
    display: block;
}

.wb-tree-ss,
.wb-tree-kk{
    display: none;
}

.hasFourth .wb-tree-sub .wb-tree-item{
    background: none;
    border-bottom: 0;
}

.wb-tree-node1 .wb-tree-iconr,
.wb-tree-node2 .wb-tree-iconr{
    margin-top: 5px;
    cursor: pointer;
}

.wb-tree-jj:last-child>.wb-tree-node3 {
    background-image: url(https:/www.jingan.gov.cn/info/images/bom_left.png);
}

.getmessage {
    font-size: inherit;
}