/*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;
    background: url(../images/house.png) no-repeat;
    left:5px;
    top:2px;
}
.content>.menu{
    width:220px;
    display: inline-block;
    float:left;
    background:#00548a;
    color:#eaeaea;
    cursor: pointer;
}
.menu ul li.ul1-li{
    /*padding:10px 20px;*/
    height:45px;
    line-height:45px;
    padding-left:10px;
    overflow: hidden;
    text-overflow: ellipsis!important;
    white-space: nowrap;
}
.menu ul a{
   color:#fff;
}
.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.active,.menu ul li.ul2-li:hover{
    color:#fff;
    background: #6499ba;
}
.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%;
}
.content>.table-detail{
    background: #fff;
    padding:0px 20px 50px 20px;
    width:960px;
    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;
}
.table-detail .search-input{
     padding-left:5px;
    line-height: 33px;
    margin-right:10px;
    border:1px solid #8cb2ca;
    font-size: 12px;
}
.table-detail .big-input{
    width:350px;
}
.table-detail .small-input{
    width:145px;
    margin-right:0;
    height:33px!important;
}
.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;
}

.bt-blue{
    color:#2782d9;
}
.right{
    float:right;
}
.hide{
    display: none;
}

#contentTable tr{
	cursor: pointer;
}

#contentTable a:hover{
	color:#2782d9;
}



.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(../images/time.png) no-repeat;
}

