/* body{
    background: #fff;
} */


/* 站点地图样式 */
#map-list{
    position: relative; 
  }
  
  #map-list .map .title{
    display: inline-block;
    width: auto;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-left: 6px;
    font-size: 1.3rem;
    text-align: center;
    border-bottom: 3px solid #205AEF;
  }
  
  #map-list .map ul{
    overflow: hidden;
    margin-right: 6px;
  }
  
  #map-list .map ul li {
    width: 25%;
    height: 28px;
    overflow: hidden;
    float: left;
    text-align: center;
    margin-bottom: 10px;
  }
  
  #map-list .map ul li  a {
    display: block;
    height: 26px;
    line-height: 26px;
    border: 1px solid #ccc;
    background-color: #f6f6f6;
    background-color: #eee;
    margin-left: 6px;
    font-size: 14px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: #444;
  }