﻿.title_div {
    width: 95%;
    float: left;
    margin: 15px 0 24px 27px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.news .tits {
    float: left;
    width: 80%;
}
.title_h1 {
    padding: 4px 0 10px 20px;
    font-family: Microsoft Yahei;
    font-weight: 600;
    font-size: 20px;
    color: rgba(8,49,113,1);
    line-height: 28px;
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
    .title_h1:before {
        content: '';
        width: 7px;
        height: 16px;
        position: absolute;
        background: linear-gradient(180deg,rgba(19,95,170,1) 0%,rgba(8,49,113,0) 100%);
        opacity: 0.25;
        left: 8px;
        top: 10px;
    }
.zixun_s{
    margin-top:20px;
}
.map_div{
    display:inline-block;
}
.map_con{
    width:850px;
    height:600px;
    background:pink;
    float:left;
}
.lsit_dv{
    width:320px;
    display:inline-block;
    float:left;
    background:#fff;
    margin-left:30px;
}

#map_canvas {
    width: 70%;
    height: 100%;
    float: left;
}
.table_data{
    border-collapse: collapse;
}
.table_data tr td{
    padding:5px 0;
}
.table_data tr th{
    font-size:15px;
    padding:15px 0;
}
    .table_data tr td a {
        color: #1682fd;
    }
.ztree-wrap {
    width: 26%;
    max-height: 800px;
    height: 800px;
    float: left;
    background: #ffffff;
    overflow: auto;
}

.ztree li span {
    line-height: 18px;
    font-size: 18px
}

/*地图标题*/
.BMap_bubble_title {
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    line-height: 32px !important;
    padding-left: 5px;
    padding-top: 5px;
    border-bottom: 1px solid #1682fd;
    background-color: #1682fd;
}
/* 消息内容 */
.BMap_bubble_content {
    /* min-height: 80px; */
    background-color: white;
    padding: 5px 5px 10px 5px;
}
/* 内容 */
.BMap_pop div:nth-child(9) {
    top: 35px !important;
    left: 0px !important;
    border-radius: 7px;
}
/* 左上角删除按键 */
.BMap_pop img {
    top: 48px !important;
    left: 300px !important;
}

.BMap_top {
    display: none;
}

.BMap_bottom {
    display: none;
}

.BMap_center {
    display: none;
}
/* 隐藏边角 */
.BMap_pop div:nth-child(1) div {
    display: none;
}

.BMap_pop div:nth-child(3) {
    display: none;
}

.BMap_pop div:nth-child(7) {
    display: none;
}

.book-list li {
    background: url(../recentStyle/images/this.png) no-repeat 0 22px;
    padding: 16px 0 13px 10px;
    border-bottom: 1px dashed rgba(236,236,236,1);
}

    .book-list li a {
        color: #333333;
        font-size: 16px;
    }

.data-list {
    margin: 0 0 24px 10px;
    overflow: hidden;
}

    .data-list .title {
        cursor: pointer;
        background: url('../recentStyle/images/data-title.png') no-repeat;
        color: white;
        font-size: 16px;
        font-family: Microsoft Yahei;
        font-weight: 500;
        padding-left: 13px;
        color: rgba(255,255,255,1);
        line-height: 30px;
        /* margin-top: 24px ; */
    }

        .data-list .title span {
            padding-right: 50px;
            float: right;
            font-size: 14px;
            font-family: Microsoft Yahei;
            font-weight: 400;
            color: rgba(153,153,153,1);
            position: relative;
        }

            .data-list .title span:after {
                content: '+';
                position: absolute;
                width: 16px;
                height: 16px;
                background: rgba(255,255,255,1);
                border: 1px solid rgba(209,176,127,1);
                top: 6px;
                line-height: 12px;
                text-align: center;
                color: rgba(209,176,127,1);
                right: 15px;
            }

            .data-list .title span.add:after {
                content: '-';
                position: absolute;
                width: 16px;
                height: 16px;
                background: rgba(255,255,255,1);
                border: 1px solid rgba(209,176,127,1);
                top: 6px;
                line-height: 12px;
                text-align: center;
                color: rgba(209,176,127,1);
                right: 15px;
            }

    .data-list .content {
        overflow: hidden;
        width: 100%;
        display: none;
    }
