﻿/* 网站地图 */
/* 覆盖中间容器顶部margin */
.content {
  padding-top: 30px;
}

.website-box {
  padding: 20px 16px 10px;
  box-sizing: border-box;

  width: 1200px;
  margin: 0 auto;
  background: #fff;
}

.website-block {
  margin-top: 10px;
}

.website-title {
  width: 100%;
  height: 37px;
  line-height: 37px;
  border-bottom: 1px solid #1d81db;
}

.website-title span {
  color: #fff;
  width: 110px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  background: #2068bb;
  display: inline-block;
}

.website-item {
  padding: 20px 30px;
  border-color: #dfdfdf;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.website-item li {
  float: left;
  height: 37px;
  line-height: 37px;
  font-size: 14px;
}

.website-item li a {
  display: block;
  color: #444444;
  font-weight: 600;
}

.website-item li a:hover {
  color: #0056b3;
  text-decoration: underline;
}

.website-parent-link {
  width: 108px;
  height: 37px;
  line-height: 37px;
  font-size: 14px;
  font-weight: bold;
  color: #459ef8;
}

.float-left {
  float: left !important;
}

.website-item ul.ml {
  margin-left: 108px;
}