body {
  background-color: #f1f1f1;
}
.logo {
  background-color: #ffffff;
}
.main-lable .container {
  background-color: #ffffff;
  margin: 25px 0;
  padding: 15px;
}
.main-lable .container h3 {
  font-weight: normal;
  font-size: 24px;
  color: #000000;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  width: 98%;
  margin-left: 1%;
}
.main-lable .container ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.main-lable .container ul li {
  width: 23%;
  margin: 0 1%;
  padding: 20px 0;
  border-bottom: 1px dashed #dddddd;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.main-lable .container ul li b {
  font-weight: normal;
  margin-right: 5px;
  color: #999999;
}
.main-lable .container ul li a {
  color: #535353;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.main-lable .container ul li a:hover {
  color: #7bc549;
}
.main-lable .alert-danger {
  width: 100%;
  text-align: center;
  margin: 25px 0;
  font-size: 18px;
  color: #999999;
}
.main-help .container {
  background-color: #ffffff;
  margin: 25px 0;
  padding: 15px;
}
.main-help .container h3 {
  font-weight: normal;
  font-size: 35px;
  color: #000000;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  width: 98%;
  margin-left: 1%;
}
.main-help .container .news-text {
  margin: 25px 0 25px 1%;
  line-height: 35px;
}
.main-help .container .news-text h4 {
  font-size: 20px;
}
.main-help .container .news-text p {
  font-size: 16px;
  line-height: 35px;
  margin: 15px 0 15px 25px ;
}
.seat {
  padding-top: 15px;
}
.seat span {
  color: #999;
  font-size: 14px;
}
.seat a {
  font-size: 14px;
  color: #666;
}
.seat a:hover {
  color: #7bc549;
}
/*# sourceMappingURL=lable.css.map */