html,
body {
  height: 100%;
}
body {
  padding-top: 50px;
  font-size: 13px;
}

.text-line {
  position: relative;
  padding: 30px 0;
  text-align: center;
}
.text-line.small {
  padding: 10px 0;
}
.text-line.small h5 {
  font-size: 14px;
}
.text-line.small h5 > span {
  padding: 0 20px;
}
.text-line h5 {
  position: relative;
  margin-bottom: 20px;
  font-size: 32px;
  z-index: 1;
  color: #313131;
}
.text-line h5 > i {
  padding-left: 20px;
  background: #fff;
}
.text-line h5 > span {
  padding: 0 40px;
}
.text-line .subtitle {
  font-size: 16px;
  color: #919191;
}
@media (max-width: 767px) {
  .text-line {
    padding: 20px 0;
  }
  .text-line h5 {
    font-size: 16px;
  }
  .text-line .subtitle {
    font-size: 14px;
  }
}

.panel-col {
  min-height: 400px;
}
.panel-default {
  font-size: 15px;
  padding: 0 15px;
  border-color: #e4ecf3;
}
.panel-default > .panel-heading {
  position: relative;
  font-size: 16px;
  padding: 15px 0;
  background: #fff;
  border-bottom: 1px solid #f5f5f5;
}
.panel-default > .panel-heading .panel-title {
  color: #313131;
}
.panel-default > .panel-heading .panel-title > i {
  display: none;
}
.panel-default > .panel-heading .more {
  position: absolute;
  top: 13px;
  right: 0;
  display: block;
  color: #919191;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.panel-default > .panel-heading .more:hover {
  color: #616161;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.panel-default > .panel-heading .panel-bar {
  position: absolute;
  top: 7px;
  right: 0;
  display: block;
}
@media (max-width: 767px) {
  .panel-default {
    padding: 0 10px;
  }
  .panel-default > .panel-heading {
    padding: 10px 0;
  }
  .panel-default > .panel-heading .more {
    top: 8px;
  }
   > .panel-body {
    position: relative;
    padding: 15px 0;
  }
   > .panel-footer {
    padding: 15px 0;
    background: none;
  }
}
@media (max-width: 1920px) {
  .panel-default > .panel-body .zuixin {
    width: 100%;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .panel-default > .panel-body .zuixin {
    width: 50%;
    padding-bottom: 5px;
    margin-bottom: 10px;
    float: left;
    padding-right: 5px;
  }
}
.panel-primary > .panel-heading {
  background-color: #46c37b;
  color: #fff;
}
.panel-primary > .panel-body {
  background: #fafafa;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.panel-gray {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
.panel-gray > .panel-heading {
  background-color: #f5f5f5;
  color: #919191;
}
.panel-gray > .panel-body {
  color: #919191;
  background: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.panel-page {
  padding: 45px 50px 50px;
  min-height: 500px;
}
.panel-page .panel-heading {
  background: transparent;
  border-bottom: none;
  margin: 0 0 30px 0;
  padding: 0;
}
.panel-page .panel-heading h2 {
  font-size: 25px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .panel-page {
    padding: 15px;
    min-height: 300px;
  }
}

footer.footer {
  width: 100%;
  color: #aaa;
  background: #555;
  margin-top: 0px;
}
footer.footer ul {
  margin: 60px 0 30px 0;
  padding: 0;
}
footer.footer ul li {
  line-height: 26px;
  white-space: nowrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
footer.footer ul li a {
  color: #aaa;
}
footer.footer ul li a:hover {
  color: #aaa;
  text-decoration: underline !important;
}
footer.footer ul li.f-tit {
  margin-bottom: 10px;
  font-size: 14px;
  color: #fff;
}
footer.footer .address {
  line-height: 50px;
  text-align: center;
  background: #393939;
  margin: 0;
}
footer.footer .address a {
  color: #aaa;
}
footer.footer .address a:hover {
  color: #fff;
  text-decoration: none; 
}
@media (max-width: 767px) {
  footer.footer {
    overflow: hidden;
  }
  footer.footer .container {
    margin: 0 20px;
  }
  footer.footer ul {
    margin: 20px 0 10px 0;
  }
  footer.footer .address {
    padding: 0 10px;
  }
}
