.menu.public-menu ul > li {
  width: calc(1200px / 7);
}

.menu.public-menu ul > li:hover .submenu {
  width: calc(1200px / 7);
  padding: 10px 0px;
}

.public-head {
  margin-top: 20px;
  padding: 20px 0px;
}

.public-head .position {
  float: right;
  line-height: 40px;
  font-size: 16px;
}

.public-title {
  line-height: 40px;
}

.public-title h1 {
  font-size: 30px;
  color: #2093e4;
  display: inline;
}

.public-title span {
  font-size: 16px;
  color: #666;
  margin-left: 20px;
}

.area-tab {
  height: 46px;
  border-bottom: solid 1px #e3e3e3;
}

.area-tab li {
  display: inline-block;
  font-size: 20px;
  padding: 0px 30px;
  margin-right: 20px;
  height: 46px;
  line-height: 46px;
  cursor: pointer;
  color: #333;
  background-color: #e3e3e3;
}

.area-tab li.on {
  color: #fff;
  background-color: #2093e4;
}

.area-content {
  margin-top: 20px;
}

.type-tab li {
  padding: 0px 20px;
  float: left;
  margin-right: 4px;
  border: 1px solid #e6e6e6;
  display: block;
  border-radius: 5px 5px 0px 0px;
  background: #f5f5f5;
  color: #333333;
  font-size: 16px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
}

.type-tab li.on {
  color: #000;
  font-weight: bold;
  background: #c9d5e3;
  border: 1px solid #bdc8d6;
}

.public-tab,.wrap-tab {
  width: 100%;border-spacing: 0;
}

.wrap-tab{margin-bottom:10px; border: 0px;}

.wrap-tab td{ border: 0 none;}

.wrap-tab td.fdep{
  background: #a0bad9;
  font-size: 16px;
  text-align: center;
}

.wrap-tab td.fdep div{
  height: 100%;
  width:100%

}



.public-tab thead tr th {
  position: sticky;
  top: 0;
}
.public-tab th {
  border: solid 1px #98d5ff;
  background: #68c0fd;
  height: 56px;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
}

.public-tab th.dep {
  line-height: 56px;
}

.public-tab th.time {
  line-height: 20px;
  padding-top: 8px;
  overflow: hidden;
}

.public-tab tbody {
  border-top: solid 1px #999;
}

.public-tab td {
  border: solid 1px #999;
  text-align: center;
  padding: 10px 0px;
  line-height: 30px;
}


.public-tab td.dep {
  background: #c9d5e3;
  color: #333;
}

.public-tab td.time {
  background: #f5f5f5;
}

.public-tab td a {
  color: #555;
}

.public-tab td a:hover {
  color: #2093e4;
}

.tips {
  color: #f00;
  padding: 20px 0px;
}
