@charset "UTF-8";

.mh_box {
  overflow: hidden;
  clear: both;
  width: 715px;
  margin-bottom: 15px;
}

.mh_main_left {
  float: left;
  width: 300px;
}

.mh_main_right {
  float: right;
  width: 405px;
}

.mh_main_right p {
  margin-bottom: 5px;
}

.mh_cptour {
  border-top: 1px dotted #999999;
  padding-top: 10px;
}

.mh_cptour dt {
  background-color: #ffcccc;
  font-weight: bold;
}

.mh_cptour dd {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #999999;
  color: #ff0000;
  font-weight: bold;
}

.mh_cptour dd span {
  font-size: 18px;
}

.mh_cptour dd p {
  text-align: right;
}


.mh_area ul {
  margin-top: 10px;
  padding-left: 7px;
}

.mh_area ul li {
  float: left;
  width: 225px;
  height: 320px;
  padding-right: 10px;
  _padding-right: 5px;
}

.mh_area ul li table tr td {
  font-size: 11px;
}

