.header-navbar-placehold {
  height: 25px;
  background: #FFF;
}

.banner-caption {
  position: absolute;
  z-index: 1000;
  margin-top: 35px;
  color: #FFF;
}
.banner-caption h1 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.2em;
  font-size: 50px;
  color: #2155A5;
  font-weight: normal;
  font-family: 华文琥珀, 微软雅黑, 黑体, arial, verdana, times, serif;
  text-shadow: 0 -1px 1px #FFF, 1px 0 1px #FFF, 0 1px 1px #FFF, -1px 0 1px #FFF;
  -webkit-text-shadow: 0 -1px 1px #FFF, 1px 0 1px #FFF, 0 1px 1px #FFF, -1px 0 1px #FFF;
  -moz-text-shadow: 0 -1px 1px #FFF, 1px 0 1px #FFF, 0 1px 1px #FFF, -1px 0 1px #FFF;
}

.content-banner {
  position: absolute;
  left: 0;
  height: 160px;
  width: 100%;
  background: #69C8E8;
}

.content-banner-placehold {
  margin-top: 170px;
}

.breadcrumb {
  background: #FAFAFA;
}

.breadcrumb-placehold {
  height: 10px;
}

.content-wrapper.with-menu {
  padding-left: 200px;
}

.content-wrapper.with-menu .content-body {
  padding-left: 60px;
}

.menu-left, .content-body {
  margin-bottom: 20px;
}

.menu-left {
  float: left;
  position: relative;
  left: -200px;
  margin-left: -100%;
  width: 200px;
}

.content-body {
  float: left;
  width: 100%;
}

.content-title {
  font-size: 16px;
  margin-bottom: 40px;
}
