/*4.19*/
.content{
    width:1200px;
    margin:0 auto;
}
.content p.addr{
    color:#a5a6a7;
    font-size: 14px;
    padding-left:30px;
    position: relative;
    margin:10px 0;
}
.content p.addr a{
    color:#a5a6a7;
}
.content p.addr .house-icon{
    position:absolute;
    width:16px;
    height:16px;
    left:5px;
    top:2px;
}
/*4.19*/
.content>.menu{
    width:220px;
    display: inline-block;
    float:left;
    background:#00548a;
    color:#eaeaea;
    cursor: pointer;
}
/*4.19*/
.menu ul li.ul1-li{
    /*padding:10px 20px;*/
    height:45px;
    line-height:45px;
    padding-left:10px;
}
.menu ul li.ul1-li.active,.menu ul li.ul1-li:hover{
    color:#fff;
    background: #6499ba;
}
.menu ul li.ul1-li.hasMore{
    position: relative;
}
.menu ul li.ul1-li.hasMore>i{
    position: absolute;
    right:20px;
    top:10px;
    width:20px;
    height:20px;
}
.menu ul li.ul1-li.hasMore>i.menu-right-icon{
    background: url(../images/menu-right-icon.png) no-repeat;
}
.menu ul li.ul1-li.hasMore>i.menu-down-icon{
    background: url(../images/menu-down-icon.png) no-repeat;
}
.menu ul li.ul2-li{
    padding:5px 40px;
}
.menu ul li.ul2-li a{
    color:#eaeaea;
}
.menu ul li.ul2-li.active,.menu ul li.ul2-li:hover{
    color:#fff;
    background: #6499ba;
}
/*4.19修改*/
.content>.zhinan-detail{
    width:960px;
    background: #fff;
    float:right;
    padding:30px 40px 20px;
    box-sizing: border-box;
    font-size: 14px;
}
.content .zhinan-detail .title{
    text-align: center;
    /*font-size: 24px;*/
    color:#000;
    font-weight: 900;
}
.content .zhinan-detail .small-title{
    color:#999;
    text-align: center;
}
.content .zhinan-detail .small-title span{
    padding:0 15px ;
}
.content .zhinan-detail .small-title span.num{
    padding-left:25px;
    position: relative;
    color:#2782da;
}
.content .zhinan-detail .small-title span i{
    position: absolute;
    width:16px;
    height:16px;
    top:2px;
    left:5px;

}
.content .zhinan-detail .small-title span i.view{
    background: url(../images/view.png) no-repeat;
}
.content .zhinan-detail .small-title span i.dianzan{
    background: url(../images/dianzan.png) no-repeat;
}
.content .zhinan-detail pre{
    color:#333;
    padding-bottom: 30px;
    width:100%;
    white-space: pre-wrap; /*css-3*/
    white-space: -moz-pre-wrap; /*Mozilla,since1999*/
    white-space: -pre-wrap; /*Opera4-6*/
    white-space: -o-pre-wrap; /*Opera7*/
    word-wrap: break-word; /*InternetExplorer5.5+*/
}
.content .zhinan-detail .fanye{
    font-size: 14px;
}
.content .zhinan-detail .prev{
    float:left;
    max-width:250px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color:#999;
    position:relative;
    padding-left:20px;
}
.content .zhinan-detail .prev>i{
    position:absolute;
    width:16px;
    height:16px;
    background: url(../images/left-icon.png) no-repeat;
    left:0;
    top:2px;
}
.content .zhinan-detail .next{
    float:right;
    max-width:250px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color:#999;
    position:relative;
    padding-right:20px;
}
.content .zhinan-detail .next>i{
    position:absolute;
    width:16px;
    height:16px;
    background: url(../images/right-icon.png) no-repeat;
    right:0;
    top:2px;
}
.blue{
    color:#2782da;
}
img{
    max-width:100%;
}
/*4.19修改*/
.content>.table-detail{
    background: #fff;
    padding:0px 20px 50px 20px;
    width:960px;
    display: none;
    float:right;
    font-size: 14px;
    box-sizing: border-box;
}
.table-detail .table-title{
    display: inline-block;
    margin-top:5px;
    padding:5px;
    border-top:3px solid #00548a;
    color:#00548a;
    font-size: 16px;
    font-weight: 700;
}
.table-detail .search-box{
    margin:20px 0 10px 0;
}
/*4.19*/
.table-detail .search-input{
    /*padding:0 5px;*/
    padding-left:5px;
    line-height: 33px;
    margin-right:10px;
    border:1px solid #8cb2ca;
    font-size: 12px;
}
/*4.19*/
.table-detail .big-input{
    width:350px;
}
/*4.19*/
.table-detail .small-input{
    width:145px;
    margin-right:0;
}
.table-detail .search-line{
    display: inline-block;
    width:15px;
    height:2px;
    background: #8cb2ca;
    margin-bottom: 5px;
}
.table-detail table{
    width:100%;
    border:none;
    border-collapse:collapse;
    margin:20px 0 60px;
}
.table-detail table tr{
    height:40px;
    line-height: 40px;
}
.table-detail table tbody tr{
    border-bottom:1px dashed #eaeaea;
}
.table-detail table td{
    text-align: center;
    box-sizing: border-box;
}
.table-detail table thead{
    color:#fff;
    background: #4c87ad;
}
.table-detail table tbody .suoyin,.table-detail table tbody .time{
    color:#999;
}
.table-detail table tbody .time{
    padding-left:10px;
    position: relative;
}
.table-detail table tbody .time i.time-icon {
    display: inline-block;
    background: url(../images/time.png) no-repeat;
    width:16px;
    height:16px;
    position: absolute;
    left:20px;
    top:12px;
}

/*领导信息*/
/*4.19*/
.content .leader-box{
    background: #fff;
    padding:0px 20px 50px 20px;
    width:960px;
    float:right;
    font-size: 14px;
    box-sizing: border-box;
}
.leader-box .box-title{
    display: inline-block;
    margin-top:5px;
    padding:10px 0;
    border-top:3px solid #00548a;
    color:#00548a;
    font-size: 18px;
    font-weight: 700;
}
.leader-box .box-title-2{
   display: block;
    font-size: 16px;
    font-weight: normal;
}
.leader-box .detail-inf{
    padding:20px;
}
.leader-box .detail-inf img{
    width:186px;
    float:left;
    margin-left:20px;
}
/*4.19*/
.leader-box .detail-inf .describe{
    display: inline-block;
    width:630px;
    height:250px;
    margin:0 10px 0 30px;
    float:right;
}
.leader-box .detail-inf .describe-title{
    float:right;
    color:#00548a;
    font-size: 16px;
    line-height: 32px;
    margin:45px 0 10px 0;
    width:100%;
    text-align: right;
}
.leader-box .detail-inf .describe-tips{
    clear:both;
    font-size: 14px;
    line-height: 23px;
    margin:20px 0 0 50px;
}
/*4.19*/
.leader-box .detail-inf .describe-title i.short-line{
    display: inline-block;
    width:500px;
    margin-right:8px;
    margin-bottom: 2px;
    box-sizing: border-box;
    height:2px;
    border-top: 1px dashed #00548a;
}
/*4.19*/
.leader-box .detail-inf .describe-title i.long-line{
    display: inline-block;
    width:750px;
    margin-right:8px;
    margin-bottom: 2px;
    box-sizing: border-box;
    height:2px;
    border-top: 1px dashed #00548a;
}
/*4.19*/
.leader-box .detail-inf .describe-title i.long-line2{
    display: inline-block;
    width:740px;
    margin-right:8px;
    margin-bottom: 2px;
    box-sizing: border-box;
    height:2px;
    border-top: 1px dashed #00548a;
}
.leader-box .detail-inf .describe-title:before {
    width: 32px;
    height: 32px;
    content: '';
    display: inline-block;
    float: left;
}
.leader-box .detail-inf .describe-title1:before{
    background: url(../images/leader-zz.png) no-repeat;
}
.leader-box .detail-inf .describe-title2:before{
    background: url(../images/leader-xx.png) no-repeat;
}
.leader-box .detail-inf .describe-title3:before{
    background: url(../images/leader-jl.png) no-repeat;
}
.leader-box .detail-inf .describe-title4:before{
    background: url(../images/leader-msg.png) no-repeat;
}
.leader-box .detail-inf .describe-tips2:after{
    width: 32px;
    height: 23px;
    content: '';
    display: inline-block;
    background: url(../images/leader-yj.png) no-repeat;
}
.leader-box .detail-inf .floor2 .jianli{
    margin:10px 0 0 50px;
    clear:both;
}
.leader-box .detail-inf .floor2 .jianli p{
    padding:5px 0;
}
.leader-box .detail-inf .floor3 .content-ul{
    margin:10px 0 0 50px;
    clear:both;
}
.leader-box .detail-inf .floor3 .content-ul li{
    font-size: 14px;
    height:40px;
    line-height: 40px;
    padding-left:50px;
    padding-right:200px;
    border-bottom: 1px dashed #eaeaea;
    box-sizing: border-box;
    outline:0;
    position: relative;
    cursor: pointer;
}
/*4.19*/
.leader-box .detail-inf .floor3 .content-ul li span{
    display: inline-block;
    max-width: 590px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.leader-box .detail-inf .floor3 .content-ul li .blue-dot{
    display: inline-block;
    width:5px;
    height:5px;
    border-radius: 5px;
    background: #2b82d8;
    position: absolute;
    left:20px;
    top:17.5px;
}
/*4.19*/
.leader-box .detail-inf .floor3 .content-ul li .time{
    display: inline-block;
    position: absolute;
    left:700px;
    top:0px;
    color:#999;
    padding-left:25px;
}
.leader-box .detail-inf .floor3 .content-ul li .time .time-icon{
    display: inline-block;
    position: absolute;
    left:0px;
    top:12px;
    width:20px;
    height:20px;
    background: url(../iss/images/time.png) no-repeat;
}


/*申请5.2*/
.content>.shenqing-detail{
    display: none;
}
.content>.form-detail{
    background: #fff;
    padding:0px 20px 50px 20px;
    width:960px;
    float:right;
    font-size: 14px;
    box-sizing: border-box;
}
.content>.form-detail .title li{
    float: left;
    margin: 5px 15px 15px 0;
    padding: 5px;
    font-weight: 600;
    box-sizing: border-box;
    border-top: 3px solid #fff;
    cursor: pointer;
    font-size: 16px;
}
.content>.form-detail  .title li.active, .content>.form-detail  .title li:hover {
    border-top: 3px solid #00548a;
    color: #00548a;
    box-sizing: border-box;
}
.content>.form-detail .bianhao{
    text-align: right;
    color:#999;
    margin:10px 0;
}
.content>.form-detail .box{
    position: relative;
    box-sizing: border-box;
    color:#999;
}
.content>.form-detail .box .title{
    font-size: 16px;
    color:#333;
    font-weight: 600;
    padding:10px;
    line-height: 16px;
    background-color: #fff;
    z-index: 20;
    position: relative;
}
.content>.form-detail .box i.line{
    display: inline-block;
    width: 100%;
    margin-right: 8px;
    margin-bottom: 2px;
    box-sizing: border-box;
    height: 2px;
    border-top: 1px dashed #999;
    position: absolute;
    left:0;
    top:8px;
    z-index: 10;
}
.content>.form-detail .box .con{
    margin:20px;
}
.content>.form-detail .box .con .span-left{
    width:150px;
    display: inline-block;
    text-align: right;
    padding:10px 0;
    float:left;
}
.content>.form-detail .box .con .span-right{
    width:290px;
    display: inline-block;
    text-align: left;
    padding:10px 0;
    position: relative;
}
.content>.form-detail .box .con .span-right-long{
    width:650px;
    display: inline-block;
    text-align: left;
    padding:10px 0;
    position: relative;
}
.content>.form-detail .box .con .span-right .text-input{
    padding:5px;
    width:70%;
}
.content>.form-detail .box .con textarea{
    width:100%;
    padding:5px;
    border:1px solid #eaeaea;
}
.content>.form-detail .box .con .left-div,.content>.form-detail .box .con .right-div{
    width:50%;
    display: inline-block;
    float:left;
}
.content>.form-detail .box .con .file{
    padding:5px 50px;
    border-radius: 5px;
    color:#fff;
    background-color: #00548a;
    position: relative;
}
.content>.form-detail .box .con .file .photo-icon{
    background: url(../images/photo.png) no-repeat;
    position: absolute;
    top:7px;
    left:20px;
    display: inline-block;
    width:20px;
    height:18px;
}
.content>.form-detail .btn-box{
    text-align: center;
    margin-top:60px;
    box-sizing: border-box;
}
.content>.form-detail .btn-box a{
    padding:10px 50px;
    color:#fff;
    background-color: #00548a;
    margin:0 10px;
}
.input-icon{
    display: inline-block;
    width:20px;
    height:20px;
    position: absolute;
    top:15px;
    margin-left:10px;
}
.hege{
    background: url(../images/hege.png) no-repeat;
}
.buhege{
    background: url(../images/buhege.png) no-repeat;
}

/*分类发布*/
.content>.fabu-detail{
    background: #fff;
    padding:0px 20px 50px 20px;
    width:960px;
    display: none;
    float:right;
    font-size: 14px;
    box-sizing: border-box;
}
.content>.fabu-detail .title li{
    float: left;
    margin: 5px 15px 15px 0;
    padding: 5px;
    font-weight: 600;
    box-sizing: border-box;
    border-top: 3px solid #fff;
    cursor: pointer;
    font-size: 16px;
}
.content>.fabu-detail  .title li.active, .content>.fabu-detail  .title li:hover {
    border-top: 3px solid #00548a;
    color: #00548a;
    box-sizing: border-box;
}
.content>.fabu-detail .type-ul{
    padding:0 20px;
}
.content>.fabu-detail .type-ul li{
    float:left;
    margin-right:30px;
    margin-bottom:15px;
    color:#999;
}
.content>.fabu-detail .type-ul li span{
    color:#fff;
    background: #999;
    border-radius: 3px;
    padding:2px;
    font-size: 12px;
}
.content>.fabu-detail .type-ul li.active{
    color:#00548a
}
.content>.fabu-detail .type-ul li.active span{
    background-color:#00548a;
}
.content>.fabu-detail table{
    width:100%;
    border:none;
    border-collapse:collapse;
    margin:20px 0 60px;
    color:#999;
}
.content>.fabu-detail table tr{
    height:40px;
    line-height: 40px;
}
.content>.fabu-detail table tbody tr{
    border-bottom:1px dashed #eaeaea;
}
.content>.fabu-detail table td{
    text-align: center;
    box-sizing: border-box;
}
.content>.fabu-detail table tr td.col3{
    color:#333;
}
.content>.fabu-detail table tr.bt-blue td.col3{
    color:#2782d9;
}
.content>.fabu-detail table thead{
    color:#fff;
    background: #4c87ad;
}

/*意见反馈*/
.content>.yijian-detail{
    display: none;
}
.content>.form-detail .box .con .code-img{
   position: absolute;
    right:-10px;
    top:10px;

}

.bt-blue{
    color:#2782d9;
}
.right{
    float:right;
}
.hide{
    display: none;
}
.red{
    color:red;
}
.red-star{
    color:red;
    padding-right:5px;
}

/*6.21*/
.title-p{
    border-bottom: 1px solid #1c5b8e;
    padding:0.3rem 0;
}
.title-p span{
    color:#fff;
    background-color: #1c5b8e;
    padding:0.3rem 0.5rem;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}
.title-p a{
    float:right;
    color:#9f9f9f;
}
.leader-box .detail-inf .floor2 .jianli{
    margin-left:10px;
}
.leader-box .detail-inf .floor3 .content-ul{
    margin-left:0;
}
.content .leader-box .floor2,.content .leader-box .floor3{
    margin-top:20px;
}
.leader-box .detail-inf .describe-tips{
    margin:10px 0;
}
.leader-box .detail-inf img{
    border:4px solid #fff;
    margin-left:0;
    box-shadow:0px 0px  20px 3px #aaa;
}