.gxjzwdl-view{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 60px;
    box-sizing: border-box;
}
.gx-con{
    width: 100%;
    height: 100%;
}
#gx-map-con{/*高校地图容器*/
    width: calc( 100% - 300px);
    height: 100%;
    background-color: #fcf9f2;
}
#gx-list{/*右侧列表*/
    width: 300px;
    height: 100%;
    background-color: #fff;
    padding:0 20px;
    box-sizing: border-box;
}
.gx-name{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color:#282828;
    border-bottom: 1px solid #ccc;
    text-align: left;
    cursor: pointer;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    position: relative;
}
.gx-text-list{
    width: 100%;
}
.gx-text-list .list-icon{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color:#535353;
    padding-left: 30px;
    box-sizing: border-box;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    position: relative;
}
.gx-text-list .list-icon:hover{
    color:#0ba5ff;
    cursor: pointer;
}
.gx-text-list .list-icon:after{
    content: "";
    width: 30px;
    height: 30px;
    background: url("../../../images/gxjzwdl/newspriteicon.png");
    position: absolute;
    top:0;
    left: 0;
}
.gx-text-list .list-icon-xq:after{
    background-position: 0 -30px;
}
.gx-text-list .list-icon-jzw:after{
    background-position: 0 -60px;
}
.gx-text-list .list-icon-dl:after{
    background-position: 0 -90px;
}
/*打点的样式*/
.gx_jzw_marker{
    position: relative;
    width: 23px;
    height: 31px;
    background: url("../../../images/gxjzwdl/dingwei.png") no-repeat;
}
.gx-point-ing{/*marker点点亮为蓝色*/
    background: url("../../../images/gxjzwdl/dingwei2.png") no-repeat!important;
}
.gx-point-atv{/*marker点点亮为蓝色*/
    background: url("../../../images/gxjzwdl/dingwei2.png") no-repeat!important;
}
.gx_jzw_marker_title{
    position: absolute;
    padding: 5px 10px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 1px 1px 10px rgba(0,0,0,.3);
    text-align: center;
    top: -38px;
    left: 50%;
    font-size: 12px;
    white-space: nowrap;
    display: none;
}
.gx_jzw_marker_title:after{
    content: "";
    display: block;
    width: 14px;
    height: 10px;
    background: url("../../../images/gxjzwdl/bg_window_triangle.png") no-repeat;
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -7px;
}