ul.country { width: 1020px;  list-style-type: none;  display: block;  margin: 0;  padding: 0;        }
ul.country li { float: left;  width: 33%;    list-style-type: none;  border-bottom: 1px dotted #cc9966;  margin-top: 2px;    font-size: 14px;  padding-bottom: 3px;  margin-bottom: 4px;             }
ul.country li a img{ margin-right: 5px; }

ul.sity { width: 1020px;  list-style-type: none;  display: block;  margin: 0;  padding: 0;  clear: both;         }
ul.sity li {  width: 50%;    list-style-type: none;  border-bottom: 1px dotted #cc9966;  margin-top: 3px;    font-size: 14px;  padding-bottom: 4px;               }