@charset "UTF-8";
/* Bootstrap v3.3.4 (http://getbootstrap.com) * Copyright 2011-2015 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Generated using the Bootstrap Customizer (http://v3.bootcss.com/customize/?id=6faf13ea0833dcc3ce6d) * Config saved to config.json and https://gist.github.com/6faf13ea0833dcc3ce6d * normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type='checkbox'],
input[type='radio'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
input[type='search'] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #555;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #255;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role='button'] {
  cursor: pointer;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cont-wrap {
  display: none;
}
.cont-wrap.selected {
  display: block;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type='search'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type='radio'],
input[type='checkbox'] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type='file'] {
  display: block;
}
input[type='range'] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type='file']:focus,
input[type='radio']:focus,
input[type='checkbox']:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type='search'] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type='date'],
  input[type='time'],
  input[type='datetime-local'],
  input[type='month'] {
    line-height: 34px;
  }
  input[type='date'].input-sm,
  input[type='time'].input-sm,
  input[type='datetime-local'].input-sm,
  input[type='month'].input-sm,
  .input-group-sm input[type='date'],
  .input-group-sm input[type='time'],
  .input-group-sm input[type='datetime-local'],
  .input-group-sm input[type='month'] {
    line-height: 30px;
  }
  input[type='date'].input-lg,
  input[type='time'].input-lg,
  input[type='datetime-local'].input-lg,
  input[type='month'].input-lg,
  .input-group-lg input[type='date'],
  .input-group-lg input[type='time'],
  .input-group-lg input[type='datetime-local'],
  .input-group-lg input[type='month'] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type='radio'],
.radio-inline input[type='radio'],
.checkbox input[type='checkbox'],
.checkbox-inline input[type='checkbox'] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type='radio'][disabled],
input[type='checkbox'][disabled],
input[type='radio'].disabled,
input[type='checkbox'].disabled,
fieldset[disabled] input[type='radio'],
fieldset[disabled] input[type='checkbox'] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  min-height: 38px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type='radio'],
  .form-inline .checkbox input[type='checkbox'] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type='submit'].btn-block,
input[type='reset'].btn-block,
input[type='button'].btn-block {
  width: 100%;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: '';
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical
  > .btn-group:first-child:not(:last-child)
  > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical
  > .btn-group:last-child:not(:first-child)
  > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle='buttons'] > .btn input[type='radio'],
[data-toggle='buttons'] > .btn-group > .btn input[type='radio'],
[data-toggle='buttons'] > .btn input[type='checkbox'],
[data-toggle='buttons'] > .btn-group > .btn input[type='checkbox'] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*='col-'] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type='radio'],
.input-group-addon input[type='checkbox'] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type='radio'],
  .navbar-form .checkbox input[type='checkbox'] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
  content: ' ';
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/* CMStyleFreamWork v1.2 (www.81.cn)*/
html {
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
  margin: 0;
  color: #333;
  font-size: 0.88rem;
  font-family: 'Segoe UI', 'Lucida Grande', Helvetica, Arial, 'Microsoft YaHei',
    FreeSans, Arimo, 'Droid Sans', 'wenquanyi micro hei', 'Hiragino Sans GB',
    'Hiragino Sans GB W3', Arial, sans-serif;
}

.m-n {
  margin: 0;
}
.m-t {
  margin-top: 15px;
}
.b-l {
  border-left: 1px solid #eee;
}
.p-t {
  padding-top: 15px;
}
.hr-custom {
  border-top: 1px solid #3d7366;
}
.btn-custom {
  border-color: #255;
  background-color: #277;
}
.nav-bar {
  height: 50px;
  background: #ffffff;
  border-bottom: 1px solid #eeee;
}
.nav-bar a.logo {
  opacity: 0.9;
  margin: 12px 15px 12px 0;
}
.nav-bar a.logo img {
  height: 25px;
}
.nav-bar a.logo:hover {
  opacity: 1;
}

.nav-bar form {
  float: right;
  margin: 8px 0;
  height: 30px;
}
.nav-bar form input.form-control {
  float: left;
  width: 235px;
  border-right: 0;
  border-radius: 2px 0 0 2px;
}
.nav-bar form button {
  float: left;
  height: 34px;
  border-radius: 0 2px 2px 0;
}
.nav-bar .dropdown-menu {
  padding: 5px;
}
.nav-bar .dropdown-menu li {
  float: left;
  width: 50%;
  text-align: center;
}
.nav-bar .dropdown-menu > li > a {
  padding: 3px 0;
}

.search-btn,
.showSideMenu {
  margin: 5px 8px 5px 0;
  height: 40px;
  width: 40px;
  background-image: url('../img/btn.gif');
}
.search-btn {
  background-position: 0 -96px;
}
.showSideMenu {
  background-position: 0 -144px;
}
.navbar-toggle:hover {
  background-color: #e8e8e8;
}
.navbar-toggle .icon-bar {
  background-color: #277;
}
.bdshare-button-style2-16 .bds_more,
.bdshare-button-style2-16 .bds_qzone,
.bdshare-button-style2-16 .bds_tsina,
.bdshare-button-style2-16 .bds_custom_weixin {
  margin: 6px 0 6px 6px !important;
}
.box_fr {
  float: right;
  margin-top: -30px;
}
.box_fr a {
  float: right !important;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  margin-left: -5px;
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.breadcrumb {
  margin: 0;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}
.breadcrumb a {
  font-size: 1.17em;
  font-weight: 100;
  color: #255;
  text-decoration: none;
  border-left: 5px solid #277;
  padding-left: 0.5em;
}
.content {
  padding: 0 15px;
  padding-right: 325px;
}
.sidebar {
  float: right;
  margin-left: 15px;
  padding: 0 15px;
  width: 310px;
}
@media (max-width: 767px) {
  .nav-bar a.logo {
    opacity: 1;
    display: block;
    float: left;
  }
  .nav-bar a.logo img {
    float: left;
  }
  .nav-bar a.logo span {
    line-height: 30px;
    position: relative;
    float: left;
    margin: 10px 0;
    margin-left: 30px;
  }
  .nav-bar a.logo span:before {
    content: '';
    border: 1px solid #888;
    left: -20px;
    top: 10px;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: all 0.45s;
    position: absolute;
    border-width: 1px 1px 0 0;
    box-shadow: 2px rgba(0, 0, 0, 1);
  }

  .article-content p {
    padding: 0;
  }
  .breadcrumb {
    padding: 0 0 15px 0;
  }
  .footer p em {
    display: none;
  }
  .footer p a {
    padding: 0 4px;
  }
}
@media (max-width: 992px) {
  .content {
    padding: 0 15px;
  }
  #displaypagenum {
    display: none;
  }
  .article-content div {
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .article-content img {
    width: 90%;
    height: auto;
  }
}
@media (min-width: 768px) {
  .text-logo {
    display: none;
  }
}
.article-header {
  overflow: hidden;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  background: #fff;
}
.article-header h1 {
  color: #000;
}
.article-header h3 {
  color: #666;
}
.article-header .info {
  color: #888;
  line-height: 1.4rem;
}
.article-header .info span {
  display: inline-block;
  margin-right: 10px;
}
.article-header .info small {
  display: block;
}
.article-header #qrCode {
  float: right;
  margin-left: 30px;
  width: 108px;
  height: 108px;
  margin-top: 15px;
  opacity: 0.5;
}
.article-header:hover #qrCode {
  opacity: 1;
}
#mediaurl {
  display: none;
}
#cm-palyer {
  margin: 15px auto;
  width: 640px;
  height: auto;
  overflow: hidden;
  padding-bottom: 10px;
}
#cm-palyer video {
  background: #333;
}
.article-content {
  margin: 0 0 15px 0;
}
.article-content p {
  margin-bottom: 0.8rem;
  padding: 0 20px 0 0;
  text-indent: 2em;
  font-size: 1rem;
  line-height: 2rem;
  overflow: hidden;
}
.article-content div {
  line-height: 2rem;
  font-size: 1rem;
  padding: 0 20px 0 0;
  margin-bottom: 0.8rem;
}
.article-content center {
  margin-top: 20px;
}
.sidebar h3 {
  margin: 8px 0;
  padding: 2px 8px;
  border-left: 5px solid #eee;
}
.sidebar h3,
.sidebar h3 a {
  color: #277;
}
.sidebar h3 .sub_title {
  display: block;
  color: #aaa;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 0.8rem;
}
.sidebar ul {
  margin-left: 15px;
}
.sidebar ul li {
  padding: 3px 0;
  line-height: 1.8rem;
}
.list-ol {
  padding-left: 1.5em;
}
.list-ol li {
  padding: 3px 0;
  line-height: 1.8rem;
}

small.pageNum {
  padding: 2px 5px;
  border-radius: 0 0 5px 5px;
  background: #d33;
  color: #fff;
}

ul.list-special {
  margin-left: 0;
}
.list-special li {
  overflow: hidden;
  height: 2.4rem;
  border-top: 1px dotted #ddd;
}
.list-special li a {
  position: relative;
  display: block;
  line-height: 2.4rem;
}
.list-special li img {
  display: none;
}
.list-special li span,
.list-special li a {
  color: #333;
}
.list-special li.selected {
  padding: 0;
  height: 90px;
}
.list-special li.selected a span {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  overflow: hidden;
  padding: 2px 5px;
  width: 100%;
  height: 30px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  line-height: 30px;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000',endColorstr='#99000000');
}
.list-special li.selected img {
  display: block;
  width: 280px;
  height: 90px;
}
.video_24x24 {
  position: absolute;
  top: 0;
  float: left;
  width: 24px;
  height: 24px;
  background: url(http://www.81.cn/res/static/gallery.gif) -128px -118px
    no-repeat;
}
.video_40x40 {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  background: url('http://www.81.cn/res/static/play_icon_40.png');
  cursor: pointer;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src='http://www.81.cn/res/static/play_icon_40.png');
  _background: 0;
}
ul.list-pic {
  margin-top: 15px;
  margin-left: 0;
}
ul.list-pic li {
  position: relative;
  overflow: hidden;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
ul.list-pic li:last-child {
  border-bottom: 0;
}
ul.list-pic li a {
  font-size: 1rem;
  opacity: 0.9;
}
ul.list-pic li a:hover {
  text-decoration: none;
  opacity: 1;
}
ul.list-pic li a p {
  margin: 0;
  color: #999;
  font-size: 0.8rem;
}
ul.list-pic li a img {
  float: left;
  margin-right: 15px;
  width: 120px;
}
ul.list-pic li .video_40x40 {
  top: 30px;
  left: 40px;
}
ul.list-pic li a:hover .video_40x40 {
  background: url('http://www.81.cn/res/static/play_icon_40_hover.png');
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src='http://www.81.cn/res/static/play_icon_40_hover.png');
  _background: 0;
}
#displaypagenum {
  overflow: hidden;
  padding-top: 30px;
  line-height: 22px;
}
#displaypagenum p {
  padding-bottom: 0;
}
#displaypagenum span.page,
#displaypagenum a,
#displaypagenum a.next {
  padding: 6px 12px;
  height: 28px;
  background: #055;
  color: #fff;
  text-decoration: none;
  font-weight: bolder;
  line-height: 28px;
}
#displaypagenum a,
#displaypagenum a.next {
  background: #f3f3f3;
  color: #333;
  font-weight: normal;
}
#displaypagenum a:hover {
  background: #277;
  color: #fff;
}
.relation {
  border-top: 1px solid #eee;
}

.relation-list {
  line-height: 1.8rem;
}

.relation .media {
  overflow: hidden;
}
.relation .media a {
  width: 90px;
  height: 130px;
  display: block;
  margin: 15px auto;
  text-decoration: none;
  background: url('qrcode.jpg');
  background-repeat: no-repeat;
  border: 1px solid #fff;
  text-align: center;
}

.relation .media a span {
  margin-top: 95px;
  display: block;
}
.relation .media a.android {
  background-position: -90px 0;
}
.relation .media a.weibo {
  background-position: -180px 0;
}
.relation .media a.weichat {
  background-position: -270px 0;
}

#loadNextPageBtn {
  padding: 50px 0;
  border-top: 1px solid #ddd;
  background: #f2f2f2;
  color: #555;
  text-align: center;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
#loadNextPageBtn span {
  width: 15rem;
  font-size: 1.2rem;
}
#loadNextPageBtn small {
  margin: 0;
  color: #999;
}
.side-menu {
  position: fixed;
  top: 0;
  left: -250px;
  z-index: 30;
  padding: 0;
  width: 250px;
  height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  background: #333;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: all 0.5s;
  overflow-y: auto;
}
.side-menu.active {
  left: 0;
}
.side-menu > ul.menu {
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
}
.side-menu > ul > li,
.side-menu li.parent {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.45s;
}
.side-menu > ul > li > a,
.side-menu li.parent > a {
  position: relative;
  display: block;
  padding: 0;
  height: 44px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  color: #ccc;
  text-indent: 1rem;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  line-height: 2.5rem;
  transition: all 0.45s;
}
.side-menu li.parent > a:hover {
  background: rgba(255, 255, 255, 0.05);
  text-decoration: none;
}
.side-menu li.parent > a:after {
  position: absolute;
  top: 18px;
  right: 1rem;
  width: 8px;
  height: 8px;
  border: 1px solid #ddd;
  border-width: 0 0 1px 1px;
  box-shadow: 2px rgba(0, 0, 0, 1);
  content: '';
  transition: all 0.45s;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.side-menu li.parent .sub-menu {
  display: none;
  overflow: hidden;
  padding: 5px 0 5px 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #1a1a1a;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  font-size: 0.9rem;
}
.side-menu .sub-menu li {
  float: left;
  display: block;
  overflow: hidden;
  width: 33.33333333%;
  height: auto;
}
.side-menu .sub-menu.x2 li {
  width: 50%;
}
.side-menu .sub-menu a {
  display: block;
  padding: 0.8rem 0;
  color: #eee;
  transition: all 0.45s;
}
.side-menu .sub-menu a:hover {
  text-decoration: none;
}
.side-menu li.parent.open {
  background: rgba(255, 255, 255, 0.05);
}
.side-menu li.parent.open > a:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.side-menu li.parent.open .sub-menu {
  display: block;
}
.side-fixed-button {
  position: fixed;
  right: 0;
  bottom: 30px;
  display: none;
}
.side-fixed-button a {
  display: block;
  width: 48px;
  height: 48px;
  background: #ddd url('../img/btn.gif');
  opacity: 0.8;
}
.side-fixed-button a.app {
  margin-top: 10px;
  border-radius: 50%;
  background-position: 0 -48px;
}
.side-fixed-button a:hover {
  opacity: 1;
}
.screen-cover {
  position: fixed;
  top: 0;
  z-index: 20;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.footer {
  padding: 30px 0;
  border-top: 1px solid #eee;
  background: #f2f2f2;
  color: #888;
  text-align: center;
}
.footer a {
  color: #222;
}
.footer em {
  margin: 0 6px;
}

/*列表页样式*/
.news-list li {
  border-bottom: 1px solid #f2f2f2;
  overflow: hidden;
}
.news-list li:hover {
  background: #fbfbfb;
}
.news-list li a {
  text-decoration: none;
  display: block;
  padding: 1em 0;
  overflow: hidden;
}
.news-list li a:hover {
  color: #055;
}
.news-list li h3 {
  margin: 0;
  font-weight: normal;
}
.news-list li h3 a {
  display: inline;
}
.news-list li small {
  padding-right: 15px;
  float: right;
}
.news-list li a img {
  width: 30%;
  height: auto;
  max-height: 80px;
  float: left;
  margin-right: 1rem;
}
.news-list hr {
  margin: 0;
}

.category-title {
  color: #277;
}
hr.b-w-3 {
  border-width: 3px;
}

/*推荐稿件*/

@media (max-width: 767px) {
  .news-list li h3,
  .news-list li small {
    float: none;
    display: block;
  }
  .news-list li h3 {
    font-size: 1rem;
    position: relative;
    padding-right: 2rem;
  }
  .news-list li h3:after {
    content: '';
    border: 1px solid #333;
    right: 1rem;
    top: 6px;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: all 0.45s;
    position: absolute;
    border-width: 1px 1px 0 0;
    box-shadow: 2px rgba(0, 0, 0, 1);
  }
  .news-list li a img {
    display: block;
  }
}

.container,
img {
  box-sizing: border-box;
}
.input-group,
table {
  border-collapse: collapse;
}
.dropdown-menu li.disabled,
table > tfoot {
  font-style: italic;
}
.breadcrumb,
.list-unstyled,
.nav li,
.navbar li {
  list-style: none;
}
.breadcrumb:after,
.breadcrumb:before,
.btn-group:after,
.btn-group:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.navbar:after,
.navbar:before,
.row:after,
.row:before {
  content: ' ';
}
.breadcrumb:after,
.btn-group:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.navbar .navbar-header:after,
.navbar:after,
.row:after {
  clear: both;
}
#displaypagenum,
.breadcrumb li:last-child,
.breadcrumb > a:last-child {
  overflow: hidden;
}
.visible-lg,
.visible-lg-down,
.visible-lg-up,
.visible-md,
.visible-md-down,
.visible-md-up,
.visible-sm,
.visible-sm-down,
.visible-sm-up,
.visible-xs,
.visible-xs-down,
.visible-xs-up {
  display: none;
}
@media (min-width: 768px) and (max-width: 959px) {
  .visible-sm {
    display: block;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .visible-md {
    display: block;
  }
}
@media (min-width: 767px) {
  .visible-xs-up {
    display: block;
  }
}
@media (min-width: 959px) {
  .visible-sm-up {
    display: block;
  }
}
@media (min-width: 1199px) {
  .visible-md-up {
    display: block;
  }
}
@media (min-width: 1200px) {
  .visible-lg,
  .visible-lg-up {
    display: block;
  }
}
@media (max-width: 1px) {
  .visible-xs-down {
    display: block;
  }
}
@media (max-width: 768px) {
  .visible-sm-down {
    display: block;
  }
}
@media (max-width: 960px) {
  .visible-md-down {
    display: block;
  }
}
@media (max-width: 1200px) {
  .visible-lg-down {
    display: block;
  }
}
@media (max-width: 767px) {
  .visible-xs {
    display: block;
  }
  .hidden-xs {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .hidden-sm {
    display: none;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .hidden-md {
    display: none;
  }
}
@media (min-width: 767px) {
  .hidden-xs-up {
    display: none;
  }
}
@media (min-width: 959px) {
  .hidden-sm-up {
    display: none;
  }
}
@media (min-width: 1199px) {
  .hidden-md-up {
    display: none;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  .hidden-lg-up {
    display: none;
  }
}
@media (max-width: 1px) {
  .hidden-xs-down {
    display: none;
  }
}
@media (max-width: 768px) {
  .hidden-sm-down {
    display: none;
  }
}
@media (max-width: 960px) {
  .hidden-md-down {
    display: none;
  }
}
@media (max-width: 1200px) {
  .hidden-lg-down {
    display: none;
  }
}
.visible-print {
  display: none;
}
@media print {
  .visible-print {
    display: block;
  }
  .hidden-print {
    display: none;
  }
}
.show {
  display: block !important;
}
.hidden {
  display: none !important;
}
.invisible {
  visibility: hidden;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.clearfix:after,
.clearfix:before {
  display: table;
}
.block-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-indent {
  text-indent: 2em;
}
.text-primary {
  color: #267;
}
.text-success {
  color: #7b0;
}
.text-info {
  color: #39d;
}
.text-warning {
  color: #f80;
}
.text-danger {
  color: #d33;
}
.bg-primary {
  background-color: #278;
  color: #fff;
  padding: 1em;
}
.bg-success {
  background-color: #dff0d8;
  color: #006400;
  padding: 1em;
}
.bg-info {
  background-color: #d9edf7;
  color: #4682b4;
  padding: 1em;
}
.bg-warning {
  background-color: #fcf8e3;
  color: sienna;
  padding: 1em;
}
.bg-danger {
  background-color: #f2dede;
  color: #b22222;
  padding: 1em;
}
.m-t {
  margin-top: 15px !important;
}
.m-t-xs {
  margin-top: 10px !important;
}
.m-t-sm {
  margin-top: 20px !important;
}
.m-t-md {
  margin-top: 30px !important;
}
.m-t-lg {
  margin-top: 45px !important;
}
.m-r {
  margin-right: 15px !important;
}
.m-r-xs {
  margin-right: 10px !important;
}
.m-r-sm {
  margin-right: 20px !important;
}
.m-r-md {
  margin-right: 30px !important;
}
.m-r-lg {
  margin-right: 45px !important;
}
.m-b {
  margin-bottom: 15px !important;
}
.m-b-xs {
  margin-bottom: 10px !important;
}
.m-b-sm {
  margin-bottom: 20px !important;
}
.m-b-md {
  margin-bottom: 30px !important;
}
.m-b-lg {
  margin-bottom: 45px !important;
}
.m-l {
  margin-left: 15px !important;
}
.m-l-xs {
  margin-left: 10px !important;
}
.m-l-sm {
  margin-left: 20px !important;
}
.m-l-md {
  margin-left: 30px !important;
}
.m-l-lg {
  margin-left: 45px !important;
}
.m-n {
  margin: 0 !important;
}
.p-t {
  padding-top: 15px !important;
}
.p-t-xs {
  padding-top: 10px !important;
}
.p-t-sm {
  padding-top: 20px !important;
}
.p-t-md {
  padding-top: 30px !important;
}
.p-t-lg {
  padding-top: 45px !important;
}
.p-r {
  padding-right: 15px !important;
}
.p-r-xs {
  padding-right: 10px !important;
}
.p-r-sm {
  padding-right: 20px !important;
}
.p-r-md {
  padding-right: 30px !important;
}
.p-r-lg {
  padding-right: 45px !important;
}
.p-b {
  padding-bottom: 15px !important;
}
.p-b-xs {
  padding-bottom: 10px !important;
}
.p-b-sm {
  padding-bottom: 20px !important;
}
.p-b-md {
  padding-bottom: 30px !important;
}
.p-b-lg {
  padding-bottom: 45px !important;
}
.p-l {
  padding-left: 15px !important;
}
.p-l-xs {
  padding-left: 10px !important;
}
.p-l-sm {
  padding-left: 20px !important;
}
.p-l-md {
  padding-left: 30px !important;
}
.p-l-lg {
  padding-left: 45px !important;
}
.p-n {
  padding: 0 !important;
}
.badge {
  border-radius: 3px;
  padding: 2px 6px;
  font-size: 80%;
  background-color: #eee;
  color: #267;
}
.badge-danger,
.badge-info,
.badge-primary,
.badge-success,
.badge-warning {
  border-radius: 3px;
  padding: 2px 6px;
  font-size: 80%;
  color: #fff;
}
.badge-primary {
  background-color: #267;
}
.badge-success {
  background-color: #7b0;
}
.badge-info {
  background-color: #39d;
}
.badge-warning {
  background-color: #f80;
}
.badge-danger {
  background-color: #d33;
}
.badge-notification {
  border-radius: 1em !important;
}
a,
img {
  border: none;
}
html {
  font-family: 'Microsoft Yahei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #333;
}
body,
html {
  margin: 0;
}
a {
  text-decoration: none;
  color: #37b;
}
a:hover {
  color: #f55;
}
::selection {
  background: #ffa;
  color: #333;
  text-shadow: none;
}
code {
  color: #a00;
  background: #fee;
  padding: 2px 5px;
  line-height: 1em;
  margin: 0 3px;
  display: inline-block;
  font-family: Consolas, Monaco, 'Andale Mono', monospace;
}
.btn,
input[type='text'] {
  font-family: 'Microsoft Yahei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  word-spacing: normal;
  vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6em;
  margin: 0.5em 0;
  font-weight: 400;
}
ol li,
p,
ul li {
  line-height: 1.8em;
}
h1 {
  font-size: 38px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
hr {
  border-color: #ddd;
  border-width: 0 0 1px;
}
p {
  margin: 1em 0 1.5em;
}
sub,
sup {
  font-size: 12px;
}
small {
  font-size: 70%;
  color: #777;
}
ol,
ul {
  margin: 1em 0;
  padding-left: 1.5em;
}
.list-unstyled {
  padding: 0;
}
dl,
dl.dl-horizontal {
  margin: 1em 0;
  line-height: 1.8em;
}
dl dt,
dl.dl-horizontal dt {
  font-weight: 700;
}
dl dd,
dl.dl-horizontal dd {
  margin: 0;
}
dl.dl-horizontal dt {
  width: 160px;
  float: left;
}
dl.dl-horizontal dd {
  padding-left: 190px;
}
img {
  max-width: 100%;
  height: auto;
}
img.img-rounded {
  border-radius: 1em;
}
img.img-circle {
  border-radius: 50%;
}
img.img-thumbnail {
  border: 1px solid #ddd;
  padding: 5px;
  background: #fff;
}
.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
img.img-preserve {
  max-width: auto;
}
@media (min-width: 768px) {
  .container {
    width: 738px;
  }
}
@media (min-width: 960px) {
  .container {
    width: 930px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container:after,
.container:before {
  display: table;
}
.container-fluid {
  box-sizing: border-box;
}
.col-xs-1-10,
.col-xs-1-12,
.col-xs-10-10,
.col-xs-10-12,
.col-xs-11-12,
.col-xs-12-12,
.col-xs-2-10,
.col-xs-2-12,
.col-xs-3-10,
.col-xs-3-12,
.col-xs-4-10,
.col-xs-4-12,
.col-xs-5-10,
.col-xs-5-12,
.col-xs-6-10,
.col-xs-6-12,
.col-xs-7-10,
.col-xs-7-12,
.col-xs-8-10,
.col-xs-8-12,
.col-xs-9-10,
.col-xs-9-12 {
  padding: 0 15px;
  box-sizing: border-box;
  float: left;
}
.container-fluid:after,
.container-fluid:before {
  display: table;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:after,
.row:before {
  display: table;
}
.col-xs-1-12 {
  width: 8.33333%;
}
.col-xs-2-12 {
  width: 16.66667%;
}
.col-xs-3-12 {
  width: 25%;
}
.col-xs-4-12 {
  width: 33.33333%;
}
.col-xs-5-12 {
  width: 41.66667%;
}
.col-xs-6-12 {
  width: 50%;
}
.col-xs-7-12 {
  width: 58.33333%;
}
.col-xs-8-12 {
  width: 66.66667%;
}
.col-xs-9-12 {
  width: 75%;
}
.col-xs-10-12 {
  width: 83.33333%;
}
.col-xs-11-12 {
  width: 91.66667%;
}
.col-xs-12-12 {
  width: 100%;
}
@media (min-width: 768px) {
  .col-sm-1-12 {
    width: 8.33333%;
  }
  .col-sm-2-12 {
    width: 16.66667%;
  }
  .col-sm-3-12 {
    width: 25%;
  }
  .col-sm-4-12 {
    width: 33.33333%;
  }
  .col-sm-5-12 {
    width: 41.66667%;
  }
  .col-sm-6-12 {
    width: 50%;
  }
  .col-sm-7-12 {
    width: 58.33333%;
  }
  .col-sm-8-12 {
    width: 66.66667%;
  }
  .col-sm-9-12 {
    width: 75%;
  }
  .col-sm-10-12 {
    width: 83.33333%;
  }
  .col-sm-11-12 {
    width: 91.66667%;
  }
  .col-sm-12-12 {
    width: 100%;
  }
  .col-sm-1-12,
  .col-sm-10-12,
  .col-sm-11-12,
  .col-sm-12-12,
  .col-sm-2-12,
  .col-sm-3-12,
  .col-sm-4-12,
  .col-sm-5-12,
  .col-sm-6-12,
  .col-sm-7-12,
  .col-sm-8-12,
  .col-sm-9-12 {
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
    flex: none;
  }
}
@media (min-width: 960px) {
  .col-md-1-12 {
    width: 8.33333%;
  }
  .col-md-2-12 {
    width: 16.66667%;
  }
  .col-md-3-12 {
    width: 25%;
  }
  .col-md-4-12 {
    width: 33.33333%;
  }
  .col-md-5-12 {
    width: 41.66667%;
  }
  .col-md-6-12 {
    width: 50%;
  }
  .col-md-7-12 {
    width: 58.33333%;
  }
  .col-md-8-12 {
    width: 66.66667%;
  }
  .col-md-9-12 {
    width: 75%;
  }
  .col-md-10-12 {
    width: 83.33333%;
  }
  .col-md-11-12 {
    width: 91.66667%;
  }
  .col-md-12-12 {
    width: 100%;
  }
  .col-md-1-12,
  .col-md-10-12,
  .col-md-11-12,
  .col-md-12-12,
  .col-md-2-12,
  .col-md-3-12,
  .col-md-4-12,
  .col-md-5-12,
  .col-md-6-12,
  .col-md-7-12,
  .col-md-8-12,
  .col-md-9-12 {
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
    flex: none;
  }
}
@media (min-width: 1200px) {
  .col-lg-1-12 {
    width: 8.33333%;
  }
  .col-lg-2-12 {
    width: 16.66667%;
  }
  .col-lg-3-12 {
    width: 25%;
  }
  .col-lg-4-12 {
    width: 33.33333%;
  }
  .col-lg-5-12 {
    width: 41.66667%;
  }
  .col-lg-6-12 {
    width: 50%;
  }
  .col-lg-7-12 {
    width: 58.33333%;
  }
  .col-lg-8-12 {
    width: 66.66667%;
  }
  .col-lg-9-12 {
    width: 75%;
  }
  .col-lg-10-12 {
    width: 83.33333%;
  }
  .col-lg-11-12 {
    width: 91.66667%;
  }
  .col-lg-12-12 {
    width: 100%;
  }
  .col-lg-1-12,
  .col-lg-10-12,
  .col-lg-11-12,
  .col-lg-12-12,
  .col-lg-2-12,
  .col-lg-3-12,
  .col-lg-4-12,
  .col-lg-5-12,
  .col-lg-6-12,
  .col-lg-7-12,
  .col-lg-8-12,
  .col-lg-9-12 {
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
    flex: none;
  }
}
.col-xs-1-10 {
  width: 10%;
}
.col-xs-2-10 {
  width: 20%;
}
.col-xs-3-10 {
  width: 30%;
}
.col-xs-4-10 {
  width: 40%;
}
.col-xs-5-10 {
  width: 50%;
}
.col-xs-6-10 {
  width: 60%;
}
.col-xs-7-10 {
  width: 70%;
}
.col-xs-8-10 {
  width: 80%;
}
.col-xs-9-10 {
  width: 90%;
}
.col-xs-10-10 {
  width: 100%;
}
@media (min-width: 768px) {
  .col-sm-1-10 {
    width: 10%;
  }
  .col-sm-2-10 {
    width: 20%;
  }
  .col-sm-3-10 {
    width: 30%;
  }
  .col-sm-4-10 {
    width: 40%;
  }
  .col-sm-5-10 {
    width: 50%;
  }
  .col-sm-6-10 {
    width: 60%;
  }
  .col-sm-7-10 {
    width: 70%;
  }
  .col-sm-8-10 {
    width: 80%;
  }
  .col-sm-9-10 {
    width: 90%;
  }
  .col-sm-10-10 {
    width: 100%;
  }
  .col-sm-1-10,
  .col-sm-10-10,
  .col-sm-2-10,
  .col-sm-3-10,
  .col-sm-4-10,
  .col-sm-5-10,
  .col-sm-6-10,
  .col-sm-7-10,
  .col-sm-8-10,
  .col-sm-9-10 {
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
    flex: none;
  }
}
@media (min-width: 960px) {
  .col-md-1-10 {
    width: 10%;
  }
  .col-md-2-10 {
    width: 20%;
  }
  .col-md-3-10 {
    width: 30%;
  }
  .col-md-4-10 {
    width: 40%;
  }
  .col-md-5-10 {
    width: 50%;
  }
  .col-md-6-10 {
    width: 60%;
  }
  .col-md-7-10 {
    width: 70%;
  }
  .col-md-8-10 {
    width: 80%;
  }
  .col-md-9-10 {
    width: 90%;
  }
  .col-md-10-10 {
    width: 100%;
  }
  .col-md-1-10,
  .col-md-10-10,
  .col-md-2-10,
  .col-md-3-10,
  .col-md-4-10,
  .col-md-5-10,
  .col-md-6-10,
  .col-md-7-10,
  .col-md-8-10,
  .col-md-9-10 {
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
    flex: none;
  }
}
@media (min-width: 1200px) {
  .col-lg-1-10 {
    width: 10%;
  }
  .col-lg-2-10 {
    width: 20%;
  }
  .col-lg-3-10 {
    width: 30%;
  }
  .col-lg-4-10 {
    width: 40%;
  }
  .col-lg-5-10 {
    width: 50%;
  }
  .col-lg-6-10 {
    width: 60%;
  }
  .col-lg-7-10 {
    width: 70%;
  }
  .col-lg-8-10 {
    width: 80%;
  }
  .col-lg-9-10 {
    width: 90%;
  }
  .col-lg-10-10 {
    width: 100%;
  }
  .col-lg-1-10,
  .col-lg-10-10,
  .col-lg-2-10,
  .col-lg-3-10,
  .col-lg-4-10,
  .col-lg-5-10,
  .col-lg-6-10,
  .col-lg-7-10,
  .col-lg-8-10,
  .col-lg-9-10 {
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
    flex: none;
  }
}
.input-group input[type='text'],
table {
  width: 100%;
}
.col-lg-1-10,
.col-lg-1-12,
.col-lg-10-10,
.col-lg-10-12,
.col-lg-11-12,
.col-lg-12-12,
.col-lg-2-10,
.col-lg-2-12,
.col-lg-3-10,
.col-lg-3-12,
.col-lg-4-10,
.col-lg-4-12,
.col-lg-5-10,
.col-lg-5-12,
.col-lg-6-10,
.col-lg-6-12,
.col-lg-7-10,
.col-lg-7-12,
.col-lg-8-10,
.col-lg-8-12,
.col-lg-9-10,
.col-lg-9-12,
.col-md-1-10,
.col-md-1-12,
.col-md-10-10,
.col-md-10-12,
.col-md-11-12,
.col-md-12-12,
.col-md-2-10,
.col-md-2-12,
.col-md-3-10,
.col-md-3-12,
.col-md-4-10,
.col-md-4-12,
.col-md-5-10,
.col-md-5-12,
.col-md-6-10,
.col-md-6-12,
.col-md-7-10,
.col-md-7-12,
.col-md-8-10,
.col-md-8-12,
.col-md-9-10,
.col-md-9-12,
.col-sm-1-10,
.col-sm-1-12,
.col-sm-10-10,
.col-sm-10-12,
.col-sm-11-12,
.col-sm-12-12,
.col-sm-2-10,
.col-sm-2-12,
.col-sm-3-10,
.col-sm-3-12,
.col-sm-4-10,
.col-sm-4-12,
.col-sm-5-10,
.col-sm-5-12,
.col-sm-6-10,
.col-sm-6-12,
.col-sm-7-10,
.col-sm-7-12,
.col-sm-8-10,
.col-sm-8-12,
.col-sm-9-10,
.col-sm-9-12,
.col-xs-1-10,
.col-xs-1-12,
.col-xs-10-10,
.col-xs-10-12,
.col-xs-11-12,
.col-xs-12-12,
.col-xs-2-10,
.col-xs-2-12,
.col-xs-3-10,
.col-xs-3-12,
.col-xs-4-10,
.col-xs-4-12,
.col-xs-5-10,
.col-xs-5-12,
.col-xs-6-10,
.col-xs-6-12,
.col-xs-7-10,
.col-xs-7-12,
.col-xs-8-10,
.col-xs-8-12,
.col-xs-9-10,
.col-xs-9-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: none;
}
table {
  border-spacing: 0;
  border-bottom: 1px solid #ddd;
}
table > tbody > tr > td,
table > tbody > tr > th,
table > tfoot > tr > td,
table > tfoot > tr > th,
table > thead > tr > td,
table > thead > tr > th {
  padding: 1em;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.btn,
.footer_box p,
.list-group {
  text-align: center;
}
table > thead > tr > td,
table > thead > tr > th {
  border-bottom-width: 2px;
}
table > tfoot {
  color: #888;
}
.btn,
.btn:hover {
  color: #333;
}
.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}
.table-unstyled,
.table-unstyled > tbody > tr > td,
.table-unstyled > tbody > tr > th,
.table-unstyled > tfoot > tr > td,
.table-unstyled > tfoot > tr > th,
.table-unstyled > thead > tr > td,
.table-unstyled > thead > tr > th {
  border: none;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 0.5em;
}
.table-striped tbody > tr:nth-of-type(odd) {
  background: #fafafa;
}
.btn,
.table-hover tbody > tr:hover {
  background: #f2f2f2;
}
.btn {
  box-sizing: border-box;
  padding: 0.5em 1em;
  cursor: pointer;
  white-space: nowrap;
  font-size: 14px;
  border-radius: 2px;
  border: 1px solid #e1e1e1;
}
.btn-danger,
.btn-danger:hover,
.btn-info:hover,
.btn-primary,
.btn-primary:hover,
.btn-success,
.btn-success:hover,
.btn-warning,
.btn-warning:hover {
  color: #fff;
}
.btn.active,
.btn:hover {
  background: #fff;
  border: 1px solid #e9e9e9;
}
.btn-primary {
  background: #267;
  border: 1px solid #156;
}
.btn-primary.active,
.btn-primary:hover {
  background: #378;
  border: 1px solid #195d6e;
}
.btn-success {
  background: #7b0;
  border: 1px solid #6a0;
}
.btn-success.active,
.btn-success:hover {
  background: #8c1;
  border: 1px solid #6eb200;
}
.btn-info {
  background: #39d;
  border: 1px solid #28c;
  color: #fff;
}
.btn-info.active,
.btn-info:hover {
  background: #4ae;
  border: 1px solid #2a90d4;
}
.btn-warning {
  background: #f80;
  border: 1px solid #e70;
}
.btn-warning.active,
.btn-warning:hover {
  background: #f91;
  border: 1px solid #f67f00;
}
.btn-danger {
  background: #d33;
  border: 1px solid #c22;
}
.btn-danger.active,
.btn-danger:hover {
  background: #e44;
  border: 1px solid #d42a2a;
}
.btn-xs {
  font-size: 12px;
  padding: 1px 5px;
}
.btn-sm {
  font-size: 12px;
  padding: 5px 10px;
}
.btn-md {
  font-size: 22px;
}
.btn-lg {
  font-size: 30px;
}
button[disabled],
button[disabled]:hover {
  color: #aaa;
  background-color: #eee;
  border-color: #ddd;
  cursor: not-allowed;
}
.btn-group:after,
.btn-group:before {
  display: table;
}
.btn-group .btn {
  border-radius: 0;
  margin-left: -1px;
  margin-right: -1px;
  float: left;
}
.btn-group .btn:first-child {
  margin-left: 0;
  border-radius: 2px 0 0 2px;
}
.btn-group .btn:last-child {
  margin-right: 0;
  border-radius: 0 2px 2px 0;
}
input[type='text'] {
  box-sizing: border-box;
  padding: 0.5em 1em;
  font-size: 14px;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e1e1;
  color: #666;
}
input[type='text']:focus {
  box-shadow: 0 0 0.5em #bfbfbf;
  outline: 0;
}
.input-group {
  display: table;
}
.input-group .input-group-btn,
.input-group input[type='text'] {
  display: table-cell;
  position: relative;
  box-sizing: border-box;
}
.input-group .btn-group {
  display: table-cell;
  word-spacing: normal;
  width: 1%;
  vertical-align: middle;
}
.nav li > a,
.navbar li > a {
  display: block;
  line-height: 20px;
}
.input-group .btn-group .btn {
  margin-left: -1px;
  margin-right: -1px;
  border-radius: 0;
  z-index: 2;
  position: relative;
}
.input-group .btn-group:first-child .btn {
  border-radius: 2px 0 0 2px;
  margin-right: -1px;
  margin-left: 0;
}
.input-group .btn-group:last-child .btn {
  border-radius: 0 2px 2px 0;
  margin-left: -1px;
  margin-right: 0;
}
.input-group input[type='text']:first-child {
  border-radius: 2px 0 0 2px;
}
.input-group input[type='text']:last-child {
  border-radius: 0 2px 2px 0;
}
.nav {
  margin: 0;
  padding: 0;
}
.nav li {
  position: relative;
}
.nav li > a {
  padding: 15px;
  color: #333;
}
.nav li > a:hover {
  color: #000;
}
.navbar {
  position: relative;
  padding: 0;
  margin: 0;
  background: #f2f2f2;
}
.navbar li {
  position: relative;
}
.navbar li.active {
  background: #e1e1e1;
}
.navbar li > a {
  padding: 15px;
  color: #333;
}
.navbar li > a:hover {
  color: #000;
}
.navbar .navbar-header {
  float: left;
}
.navbar .navbar-header:after,
.navbar .navbar-header:before {
  content: ' ';
  display: table;
}
.navbar .navbar-header .navbar-logo {
  float: left;
  height: 20px;
  margin: 15px;
  line-height: 20px;
  font-weight: 700;
}
.navbar .navbar-header .navbar-toggle {
  margin: 10px 15px;
  height: 30px;
  border: 1px solid #ddd;
  padding: 6px 10px;
  display: none;
}
.navbar .navbar-nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: left;
}
.navbar .navbar-nav li {
  float: left;
}
.navbar .navbar-right {
  float: right;
}
.navbar:after,
.navbar:before {
  display: table;
}
.dropdown-menu {
  position: absolute;
  padding: 5px 0;
  margin: 0;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
  min-width: 160px;
  display: none;
  z-index: 999;
}
.dropdown-menu li.header {
  padding: 6px 15px;
  margin: 0;
  font-weight: 700;
  color: #555;
}
.dropdown-menu li.disabled,
.dropdown-menu li.disabled a {
  color: #ddd;
  cursor: not-allowed;
}
.dropdown-menu li.disabled a:hover {
  background: 0 0;
}
.dropdown-menu li.active,
.dropdown-menu li.active a {
  background: #e1e1e1;
}
.dropdown-menu li.divider {
  margin: 5px 0;
  border-top: 1px solid #ddd;
  line-height: 0;
  height: 0;
}
.dropdown-menu li a {
  color: #333;
  display: block;
  padding: 6px 15px;
}
.dropdown-menu li a:hover {
  background: #e9e9e9;
}
.navbar-default {
  background: #f2f2f2;
  border: 1px solid #ddd;
}
.navbar-default li.active {
  background: #e1e1e1;
}
.navbar-inverse {
  color: #f2f2f2;
  background: #267;
  border: none;
}
.navbar-inverse li.active,
.navbar-inverse li.active > a {
  background: #045 !important;
}
.navbar-inverse li > a {
  color: #f2f2f2;
}
.navbar-inverse li > a:hover {
  color: #fff;
  background: #195d6e;
}
.navbar-inverse li .dropdown-menu li {
  background: #fff;
}
.navbar-inverse li .dropdown-menu li > a {
  color: #267;
}
.navbar-inverse li .dropdown-menu li.active > a,
.navbar-inverse li .dropdown-menu li > a:hover {
  color: #fff;
}
.navbar-inverse li .dropdown-menu li.disabled > a {
  color: #ddd;
}
@media (max-width: 479px) {
  .navbar-xs .navbar-header,
  .navbar-xs .navbar-nav,
  .navbar-xs .navbar-nav li {
    float: none;
  }
  .navbar-xs .navbar-header:after,
  .navbar-xs .navbar-header:before {
    content: ' ';
    display: table;
  }
  .navbar-xs .navbar-header:after {
    clear: both;
  }
  .navbar-xs .navbar-header .navbar-toggle {
    display: block;
  }
  .navbar-xs .dropdown-menu {
    position: relative;
    box-shadow: none;
    border: none;
    background: #f2f2f2;
    color: #333;
  }
  .navbar-xs .dropdown-menu li.header {
    padding-left: 20px;
  }
  .navbar-xs .dropdown-menu li a {
    color: #333;
    padding-left: 20px;
  }
  .navbar-xs .dropdown-menu li a:hover {
    background: 0 0;
  }
}
@media (max-width: 767px) {
  .navbar-sm .navbar-header,
  .navbar-sm .navbar-nav,
  .navbar-sm .navbar-nav li {
    float: none;
  }
  .navbar-sm .navbar-header:after,
  .navbar-sm .navbar-header:before {
    content: ' ';
    display: table;
  }
  .navbar-sm .navbar-header:after {
    clear: both;
  }
  .navbar-sm .navbar-header .navbar-toggle {
    display: block;
  }
  .navbar-sm .dropdown-menu {
    position: relative;
    box-shadow: none;
    border: none;
    background: #f2f2f2;
    color: #333;
  }
  .navbar-sm .dropdown-menu li.header {
    padding-left: 20px;
  }
  .navbar-sm .dropdown-menu li a {
    color: #333;
    padding-left: 20px;
  }
  .navbar-sm .dropdown-menu li a:hover {
    background: 0 0;
  }
}
@media (max-width: 959px) {
  .navbar-md .navbar-header,
  .navbar-md .navbar-nav,
  .navbar-md .navbar-nav li {
    float: none;
  }
  .navbar-md .navbar-header:after,
  .navbar-md .navbar-header:before {
    content: ' ';
    display: table;
  }
  .navbar-md .navbar-header:after {
    clear: both;
  }
  .navbar-md .navbar-header .navbar-toggle {
    display: block;
  }
  .navbar-md .dropdown-menu {
    position: relative;
    box-shadow: none;
    border: none;
    background: #f2f2f2;
    color: #333;
  }
  .navbar-md .dropdown-menu li.header {
    padding-left: 20px;
  }
  .navbar-md .dropdown-menu li a {
    color: #333;
    padding-left: 20px;
  }
  .navbar-md .dropdown-menu li a:hover {
    background: 0 0;
  }
}
@media (max-width: 1199px) {
  .navbar-lg .navbar-header,
  .navbar-lg .navbar-nav,
  .navbar-lg .navbar-nav li {
    float: none;
  }
  .navbar-lg .navbar-header:after,
  .navbar-lg .navbar-header:before {
    content: ' ';
    display: table;
  }
  .navbar-lg .navbar-header:after {
    clear: both;
  }
  .navbar-lg .navbar-header .navbar-toggle {
    display: block;
  }
  .navbar-lg .dropdown-menu {
    position: relative;
    box-shadow: none;
    border: none;
    background: #f2f2f2;
    color: #333;
  }
  .navbar-lg .dropdown-menu li.header {
    padding-left: 20px;
  }
  .navbar-lg .dropdown-menu li a {
    color: #333;
    padding-left: 20px;
  }
  .navbar-lg .dropdown-menu li a:hover {
    background: 0 0;
  }
}
.breadcrumb {
  padding: 0;
  margin: 0.6em 0;
}
.breadcrumb:after,
.breadcrumb:before {
  display: table;
}
.breadcrumb li,
.breadcrumb > a {
  float: left;
  margin-right: 1.6em;
  position: relative;
}
.breadcrumb li:after,
.breadcrumb > a:after {
  content: '/';
  position: absolute;
  right: -1.2em;
  font-size: 0.5em;
  color: #999;
}
.meta-data a,
.right {
  font-size: 12px;
}
.meta-data {
  float: left;
  margin: 0;
}
.menu ul .fr,
.right {
  float: right;
}
@media (max-width: 767px) {
  .meta-data {
    width: 100%;
    margin: 0.5em auto;
    text-align: center;
  }
  .meta-data a {
    line-height: 1.5em;
  }
}
.meta-data em {
  margin-right: 10px;
  margin-left: 10px;
  font-style: normal;
}
.meta-data a {
  line-height: 30px;
  color: #252525;
}
.meta-data a:hover {
  color: #e6013c;
}
@media (max-width: 767px) {
  .meta-data em {
    margin-right: 3px;
    margin-left: 3px;
  }
  .right {
    display: none;
  }
}
.right a {
  display: block;
  color: #252525;
  line-height: 30px;
}
.right a:hover {
  color: #e6013c;
}
.menu ul .fr,
.menu ul li a {
  color: #fff;
  font-size: 16px;
  padding: 0 20px;
}
hr {
  border-bottom: 2px solid #e6013c;
  margin: 0;
}
.menu {
  background-color: #e6013c;
}
.menu ul {
  margin: 0 auto;
}
.menu ul .selected {
  background-color: #c11234;
}
.menu ul li {
  float: left;
  line-height: 56px;
}
@media (min-width: 768px) and (max-width: 1043px) {
  .menu ul li .visible-sm-up {
    display: none;
  }
}
@media (max-width: 767px) {
  .menu ul .fr {
    display: none;
  }
  .menu ul li {
    line-height: 2.8em;
    width: 33.3333%;
    text-align: center;
    font-size: 15px;
  }
  .menu ul li.visible-sm-up {
    display: none;
  }
  .menu ul li a {
    padding: 0 10px;
  }
  .menu ul .hidden-xs {
    display: none;
  }
  .menu ul .hidden-xs li {
    line-height: 2.5em;
    width: 30%;
    padding: 0;
  }
  .menu ul .hidden-xs li a {
    padding: 0 10px;
  }
}
.footer_box .linkcat {
  text-align: center;
  margin-top: 20px;
}
.footer_box p {
  width: 100%;
}
.footer_box em {
  padding: 0 10px;
}
#displaypagenum {
  padding-top: 30px;
  line-height: 22px;
}
#displaypagenum p {
  padding-bottom: 0;
}
#displaypagenum a,
#displaypagenum a.next,
#displaypagenum span.page {
  padding: 6px 12px;
  height: 28px;
  background: #055;
  color: #fff;
  text-decoration: none;
  font-weight: bolder;
  line-height: 28px;
}
#displaypagenum a,
#displaypagenum a.next {
  background: #f3f3f3;
  color: #333;
  font-weight: 400;
}
#displaypagenum a:hover {
  background: #277;
  color: #fff;
}
.img img {
  display: block;
  margin: 0 auto;
}
.list-group a {
  color: #666;
}
.list-group a:hover {
  text-decoration: underline;
  color: #000;
}
.container-box {
  margin: 60px auto;
}
h1 {
  text-align: center;
  font-size: 25.6px;
  font-weight: bold;
}
.article p {
  text-indent: 2em;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .container {
    width: 1000px;
    margin: 0 auto;
  }
}

.footer_box {
  padding: 20px 0;
  border-top: 1px solid #eee;
  background: #f2f2f2;
  color: #888;
  text-align: center;
}
.footer_box a {
  color: #222;
  font-size: 14px;
}
.footer_box p {
  margin: 0;
}
@media (max-width: 767px) {
  .footer p em {
    display: none;
  }
  .footer_box {
    padding-top: 25px;
    padding-bottom: 15px;
  }
}

.list-group li {
  font-size: 14px;
}
/*menu招聘邮箱*/
.menu .container .jw-mail span {
  float: left;
}
.menu .container .jw-mail p {
  float: left;
  margin: 16px 0 0 0;
  font-size: 14px;
  line-height: 1.4em;
}
