﻿/*站点地图*/
.g-map .m-con{ padding:0 10px 10px 10px;}
.g-map .main_tit{ line-height:30px; font-size:0.44rem; height:30px; text-shadow:1px 1px 1px #fff;text-indent:10px; margin:10px 0;}
.g-map .main_tit a{float: left;vertical-align: middle;}
.g-map .map_list{border:1px solid #ddd; border-radius:5px; width:100%; overflow:hidden; box-shadow:2px 1px 3px #ddd;}
.g-map .map_list li a{ float:left; display:table-cell; width:31%; padding:10px 1%; text-align:center; position:relative;overflow: hidden; text-overflow:ellipsis;white-space:nowrap; font-size:0.4rem;}
.g-map .map_list li a:before{content:""; position:absolute;right:0; top:0; height:100%;border-right:1px dashed #ddd;}
.g-map .map_list li a:after{content:""; position:absolute;bottom:0; left:0; width:100%; border-bottom:1px dashed #ddd;}
.g-map .map_list li:nth-child(3n) a:before{ border-right:0;}

/* 收藏 */
.bookmark {
    background: none repeat scroll 0 0 #F7FAFF;
    border-left: 5px solid #E1EBFD;
    border-right: 5px solid #E1EBFD;
    font-family: "微软雅黑","宋体";
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto;
}
/* 收藏 */
