.dm_locations_detail h2, .dm_locations_detail h3 { padding: 20px 0 0px 0; margin-bottom:0;}
ul.bulleted li { list-style-type: disc; }
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .location-widget .no-search .dm_location { display: none; }

 .turn-page {
    float: right;
    margin-top: 20px;
    font-size: 12px;
    color: #404040;
    padding-bottom: 20px;
  }
  
  .turn-page .turn-num {
    float: left;
    color: #8c8c8c;
    margin-top: 4px;
    line-height: 20px;
  }
  
  .turn-page .turn-ul {
    float: left;
    margin: 0 30px 0 20px;
    list-style-type: none; 
  }
  
  .turn-page .turn-ul li {
    float: left;
    width: 28px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border: 1px solid #e6eaeb;
    margin-left: -1px;
    cursor: pointer;
  }
  
  .turn-page .turn-ul i {
    font-style: normal;
    display: inline-block;
    float: left;
    width: 25px;
  }
  
  .turn-page .turn-ul li.tz {
    color: #333;
    font-family: simsun;
  }
  
  .turn-page .turn-ul li:hover, .turn-page .turn-ul li:active {
    background: #4a93e8;
    color: #fff;
  }
  
  .turn-page .turn-ul li.on {
    background: #4a93e8;
    color: #fff;
  }
  
  .turn-page .turn-ul li.inp {
    width: 36px;
    margin: 0 10px 0 20px;
  }
  
  .turn-page .turn-ul li.slh {
    border: none;
    font-size: 16px;
    margin-top: -3px;
  }
  
  .turn-page .turn-ul li.slh:active { background: none; }
  
  .turn-page .turn-ul li.inp:active { background: none; }
  
  .turn-page .turn-ul .li-inp {
    width: 36px;
    height: 24px;
    outline: none;
    border: none;
    text-align: center;
  }