@charset "UTF-8";
.ground-info {
  /* height: 1200px; */
  position: relative;
}
.ground-info .ground-info-inner{
  width: 1000px;
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.ground-info > nav,
.ground-nav {

  width: 300px;
}

.ground-nav p {
  height: 100px;
  line-height: 100px;
  font-size: 20px;
  color: #fff;
  background: linear-gradient(to right bottom, #3088eb,#103b90);
  font-weight: bolder;
  margin-bottom: 15px;
  text-indent: 25px;
}
.ground-nav p a {
  color: #fff;
  text-indent:25px;
  height: 100px;
  line-height: 100px;
  display: block;
}

.ground-nav ul {
  margin: 0 10px 40px;
  font-size: 16px;
}

.ground-nav ul li {
  list-style: none;
  padding: 12px 0 12px 35px;
  line-height: 1.3;
  /* background: url(../images/common/list-mark.png) no-repeat left 5px center; */
  border-bottom: 1px dashed #999;
  position: relative;
  background-image: none;
}

.ground-nav ul li::after {
  content: '';

  width: 20px;
  height: 20px;
  background-color: #0d3386;
  display: block;
  border-radius: 50%;
  background-image: url(../images/common/btn-icon.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 6px auto;
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  margin:  auto;
}


.ground-nav ul li a {
  color: #000;
}
div.single section.ground-detail {
  display: none;
  width: 650px;
  /* margin-right: 50px; */
}

.ground-detail h4 {
  height: 38px;
  line-height: 38px;
  font-size: 150%;
  color: #444;
  text-indent: 40px;
  /* background: url(../images/common/mark.png) left center no-repeat; */
  background-image: none;
  margin-bottom: 10px;
  position: relative;
}

.ground-detail h4::after {
  content: '';

  width: 30px;
  height: 30px;
  background-color: #0d3386;
  display: block;
  border-radius: 4px;
  background-image: url(../images/common/btn-icon.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 8px auto;
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  margin:  auto;
}


.ground-detail table.table {
  width: 650px;
  font-size: 16px;
}

.ground-detail table.table th,
.ground-detail table.table td {
  vertical-align: top;
  text-align: left;
  padding: 20px 20px;
  box-sizing: border-box;
}
.ground-detail table.table th {
  background: #e5e5e5;
  color: #333;
}

.ground-detail table.table td.url {
  word-break: break-all;
  word-wrap: break-all;
}

.ground-detail table.table th {
  width: 140px;
}

.ground-detail table.table td.kind {
  width: 100px;
}

.ground-detail table.table td iframe {
  margin-top: 1em;
  width: 100%;
}

@media screen and (min-width: 769px) and (max-width: 1160px) {
  .ground-info .ground-info-inner {
    width: 96%;
  }
  .ground-info .ground-info-inner > nav {
    width: 28%;
  }
  .ground-nav {
    width: 100%;
  }
  .ground-nav ul {
    margin: 0 auto 40px;
    font-size: 15px;
  }
  div.single section.ground-detail {
    width: 68%;
  }
  .ground-detail table.table {
    width: 100%;
    font-size: 16px;
  }
  .ground-nav ul li a {
    color: #000;
    font-size: 14px;
  }
  .ground-detail table.table th {
    width: 100px;
    font-size: 15px;
    padding: 15px 15px;
  }
  .ground-detail table.table td {
    font-size: 15px;
    padding: 15px 15px;
    vertical-align: middle;
  }
  .ground-detail table.table td.kind {
    width: 80px;
  }
}
@media screen and (max-width: 768px) {
  .ground-info .ground-info-inner {
    width: 100%;
    margin: 8vw auto 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
  }
  .ground-info .ground-info-inner > nav {
    width: 90vw;
  }
  div.single section.ground-detail {
    display: block;
    width: 100%;
  }
  .ground-nav ul  {
    display: none;
  }
  .ground-nav {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 7vw;
  }
  .ground-nav li {
    width: 48%;
    height: 12vw;
    margin-bottom: 2vw;
    opacity: 0.3;
  }
  .ground-nav li.current {
    opacity: 1;
  }
  .ground-nav p {
    height: 12vw;
    line-height: 12vw;
    font-size: 3.6vw;
    color: #fff;
    background: #0d3386;
    font-weight: bolder;
    margin-bottom: 2vw;
    text-indent: 0;
    text-align: center;
  }
  .ground-nav p a {
    color: #fff;
    text-indent: 0;
    height: 12vw;
    line-height: 12vw;
    display: block;
  }
  table.table tbody th, table.table th.first, table.table td.first {
    border-left-width: 1px;
    font-size: 3vw;
  }
  .ground-detail table.table {
    width: 100%;
    font-size: 3vw;
  }
  .ground-detail table.table th, .ground-detail table.table td {
    vertical-align: top;
    text-align: left;
    padding: 3vw 2vw;
    box-sizing: border-box;
    line-height: 1.6em;
  }
  .ground-detail table.table td p {
    line-height: 1.6em;
  }
  .ground-detail table.table th {
    width: 17vw;
  }
  table.table {
    margin-bottom: 10vw;
  }
  table.table td {
    border-style: solid;
    border-color: #bbb;
    font-size: 3vw;
  }
  .ground-detail table.table td.kind {
    width: 14.5vw;
  }
  .ground-detail h4 {
    height: 7vw;
    line-height: 7vw;
    font-size: 4.5vw;
    color: #444;
    text-indent: 8vw;
    background: url(../images/common/mark.png) left center no-repeat;
    background-image: none;
    margin-bottom: 3vw;
    position: relative;
  }
  .ground-detail h4::after {
    content: '';
    width: 5.4vw;
    height: 5.4vw;
    /* background-color: #de1100; */
    display: block;
    border-radius: 1vw;
    background-image: url(../images/common/btn-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 2vw auto;
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
