.second-navigation {
  padding-left: 10px;
}

/* 菜单样式开始 */

.second-navigation .nav-tabs li {
  width: 25%;
  text-align: center;
}

.second-navigation .nav-tabs li a {
  display: inline-block;
  width: 95%;
  border-radius: 0;
  margin-right: 0px;
  color: #666666;
  border: none;
  border-bottom: 2px #7397c0 solid;
}

.second-navigation .nav-tabs {
  border: none;
}

.second-navigation .nav-tabs li > a,
.second-navigation .nav-tabs li > a:hover,
.second-navigation .nav-tabs li > a:focus {
  background: none;
}

.second-navigation .nav-tabs > li.active > a,
.second-navigation .nav-tabs > li.active > a:focus,
.second-navigation .nav-tabs > li.active > a:hover {
  border: none;
  color: #e8970a;
  background: none;
  border-bottom: 2px #e8970a solid;
}

.second-navigation .nav-tabs > li.active .separator {
  /* border-color: #E8970A; */
}

.second-navigation .tab-content {
  margin-top: 12px;
}

.tab-content {
  margin-right: 5px;
}

.tab-pane {
  padding: 15px 0;
}

.resource-tabs li {
  height: 64px;
  position: relative;
}

.resource-tabs li a {
  font-size: 16px;
  text-align: center;
}

.services-ico {
  background: url(/Portal/viewer/assets/s-1.2111b3914e35e69c986ca0902e07b03d.png);
}

.maps-ico {
  background: url(/Portal/viewer/assets/m-1.e19f9d4a8cf7bedc7aa92f6e4b44595d.png);
}

.functions-ico {
  background: url(/Portal/viewer/assets/f-1.c1d6284857c9bca032ac52046be27a08.png);
}

.documents-ico {
  background: url(/Portal/viewer/assets/w-1.bf7913777e44420caa7abcdd6da0d569.png);
}

.second-navigation .nav-tabs > li.active .services-ico {
  background: url(/Portal/viewer/assets/s-2.1c56c00c0b6fbbe50dbdfbb220fcb7dd.png);
}

.second-navigation .nav-tabs > li.active .maps-ico {
  background: url(/Portal/viewer/assets/m-2.b44918b1072079c2e63dee956b76440d.png);
}

.second-navigation .nav-tabs > li.active .functions-ico {
  background: url(/Portal/viewer/assets/f-2.0b015bc8572af5745fe7be259f62a715.png);
}

.second-navigation .nav-tabs > li.active .documents-ico {
  background: url(/Portal/viewer/assets/w-2.9a5c211a3945f565a55d35db633bbbc3.png);
}

.resource-icons {
  display: inline-block;
  height: 53px;
  width: 68px;
  vertical-align: top;
}

.resource-tab-title {
  display: inline-block;
  vertical-align: bottom;
}
.resource-tab-title-en {
  font-size: 4px;
}
.resource-tabs .separator {
  display: inline-block;
  position: absolute;
  height: 80px;
  margin-right: 20px;
  border-left: 2px #7397c0 solid;
  left: 12px;
  bottom: -8px;
  transform: rotate(30deg);
  -ms-transform: rotate(30deg); /* Internet Explorer */
  -moz-transform: rotate(30deg); /* Firefox */
  -webkit-transform: rotate(30deg); /* Safari 和 Chrome */
  -o-transform: rotate(30deg); /* Opera */
}

/* 菜单样式结束 */

/* 左侧列表样式开始 */
.resource-tab-content .list-group > * {
  border-radius: 0;
}

.resource-tab-content .list-group .list-group-item.active {
  background-color: #2b7eb0;
}

.resource-tab-content .list-group .list-group-item > span {
  color: #485969;
}

.resource-tab-content .list-group label {
  cursor: pointer;
  font-weight: normal;
}

/* 左侧列表样式结束 */

.catalog-wrapper input {
  vertical-align: top;
}

.catalog-wrapper input[type="checkbox"] {
  position: relative;
  font-family: "Glyphicons Halflings";
  width: 22px;
  height: 0px;
  float: right;
}
.catalog-wrapper input[type="checkbox"]::before {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
  top: -3px;
  line-height: 18px;
  text-align: center;
  color: #0083c7;
  font-size: 18px;
  font-weight: normal;
}
.catalog-wrapper input[type="checkbox"]:checked::before {
  content: "\E083";
}

.filter-dl {
  margin-bottom: 24px;
}

.filter-dl dt {
  width: 60px;
  text-align: left;
  font-weight: normal;
}
.filter-dl dd {
  margin-left: 60px;
}

.filter-dl dd label {
  margin-right: 5px;
  position: relative;
}

.filter-dl dd input[type="checkbox"] {
  width: 0px;
  height: 0px;
}

.filter-dl dd label.active {
  color: #ffffff;
  background-color: #0392c7;
  border-color: #0392c7;
}

.filter-dl dd label.active:after {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 0;
  height: 0;
  border-bottom: 8px solid #ffd700;
  border-left: 10px solid transparent;
}
.filter-dl .fileter-label {
  border-radius: 2px;
  background: #fefefe;
  color: #009fe8;
}

/* 关键字样式 */
.label-keyword {
  background-color: #0392c7;
  font-weight: normal;
}
/* 关键字样式结束 */

.result-total {
  display: inline-block;
  margin-right: 8px;
}

.result-total strong {
  color: #009fe8;
  margin: 0 3px;
}

.result-total::after {
  content: "";
  display: inline-block;
  height: 18px;
  margin-left: 5px;
  border-left: 1px solid #cccccc;
  vertical-align: middle;
}


/*# sourceMappingURL=resource.css.map*/