@charset "utf-8";

.hall {
  border: 3px solid #CCCCCC;
  background-color: #efefef;
  line-height: 2;
  font-size: 15px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 30px;
  margin-left: 3%;
  width: 42%;
  float: left;
  padding-top: 0px;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-left: 2px;
  cursor: pointer;
}

.mhall {
  padding-right: 5px;
  padding-bottom: 15px;
  padding-left: 8px;
}

.colye {
  font-size: 15px;
  font-weight: bold;
  color: #33CC00;
}

.hallbg {
  width: 16%;
  margin-right: 0px;
  font-size: 14px;
  font-weight: 400;
  height: 100%;
  overflow: hidden;
  min-height: 565px;
  filter: Alpha(Opacity=90);
  opacity: 0.9;
}

.timehall {
  background-repeat: no-repeat;
  line-height: 2;
}

.timehall::before {
  /* content: url(../image/timem.png); */
}

.left1 {
  height: 80px;
  line-height: 80px;
}

.lefttop {
  position: relative;
  width: 15px;
  height: 15px;
  border-top-style: solid;
  border-left-style: solid;
  border-top-color: #FFFF00;
  border-left-color: #FFFF33;
  left: -4px;
  top: -3px;
}