a {
  color: #333;
}

ul li {
  list-style: none;
}

.content h2 {
  font-size: 24px;
  font-weight: bolder;
}

.list {
  position: fixed;
  padding: 1em 0;
  background-color: #114455;
  font-size: 16px;
}

.list li {
  font-size: 16px;
}

.list li a {
  display: block;
  padding: 0.5em 4.5em;
  background-color: #114455;
  text-align: center;
  color: #fff;
  line-height: 1.5em;
}

.list li a:hover {
  background-color: #5a6;
}

.contact ul {
  padding-left: 0;
  overflow: hidden;
}

.contact ul li strong {
  padding-right: 16px;
}

.map .site {
  margin-top: -1em;
}

.map .site .line {
  padding: 1em 0 1em 0;
  border-bottom: 1px dotted #eee;
  box-sizing: border-box;
  overflow: hidden;
}

.map .site .line .title {
  float: left;
  display: inline;
  line-height: 1.8em;
  font-weight: bold;
  width: 19%;
  margin-top: 8px;
}

.map .site .line .text {
  display: inline;
  overflow: hidden;
}

.map .site .line .text ul {
  margin: 0;
  padding-left: 0em;
  overflow: hidden;
}

.map .site .line .text ul li {
  float: left;
  margin: 0;
  padding-left: 20px;
  box-sizing: border-box;
}

.map .site .line .average ul li {
  width: 50%;
}

.map .site .no-border {
  border-bottom: 1px dotted #fff;
  padding: 1em 0 0em 0;
}

hr {
  margin: 40px 0;
  border: 0;
  border-top: 1px solid #eee;
}

.about h2 {
  margin-bottom: 25px;
}
.map h2 {
  margin-bottom: 20px;
}

.map .text li {
  line-height: 2.8em;
}
.contact li {
  line-height: 2.8em;
}
.contact ul .contact-us strong {
  padding-right: 36px;
}

@media (max-width: 1499px) {
  .map .site .line .title {
    width: 21%;
  }
}

@media (max-width: 1279px) {
  .list li a { 
    padding: 0.5em 2.5em;
  }
}
@media (max-width: 960px) {
  .contact ul li {
    float: none;
    width: 100%;
  }
  .map .site .line .title {
    width: 100%;
    float: none;
  }


  .map .site .line .text {
    width: 100%;
  }
  .map .site .line .text ul li {
    width: 50%;
    padding-left: 0px;
  }
  .map .site .line .average ul li {
    width: 100% !important;
  }
}
.list .on {
  background-color: #5a6;
}
.hr-us {
  margin: 40px 0 33px 0;
}

.title .title-spc-a:hover{
    color: #333;
}

.text-spc-a:hover{
    color: #333;
}